diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-01-12 01:51:34 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-01-12 01:51:34 +0800 |
commit | 2f836c64a2940e1460834c4085ba6d418001bf17 (patch) | |
tree | 81909a3bce2caf57600151b32c8dcb1e7735c28c | |
parent | 262752d178a4a70c9cd941f23ee5052d0e8968d9 (diff) | |
download | marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.gz marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.tar.zst marcuscom-ports-2f836c64a2940e1460834c4085ba6d418001bf17.zip |
Remove these ports now that they have been merged into the FreeBSD ports
tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11869 df743ca5-7f9a-e211-a948-0013205c9059
1105 files changed, 0 insertions, 97468 deletions
diff --git a/accessibility/accerciser/Makefile b/accessibility/accerciser/Makefile deleted file mode 100644 index fb7388c94..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.22 2008/09/08 22:29:14 kwm Exp $ -# - -PORTNAME= accerciser -PORTVERSION= 1.4.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 f82295c92..000000000 --- a/accessibility/accerciser/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/accerciser-1.4.0.tar.bz2) = c46b768906d6a02f83bf96e8843890c1 -SHA256 (gnome2/accerciser-1.4.0.tar.bz2) = ca714cf55dca66637a63725c019afde7082763d281721801a77e600bda5db6c6 -SIZE (gnome2/accerciser-1.4.0.tar.bz2) = 1338182 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 f6a5aac4b..000000000 --- a/accessibility/accerciser/pkg-plist +++ /dev/null @@ -1,296 +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.glade -%%DATADIR%%/plugins/event_monitor.py -%%DATADIR%%/plugins/interface_view.glade -%%DATADIR%%/plugins/interface_view.py -%%DATADIR%%/plugins/ipython_view.py -%%DATADIR%%/plugins/quick_select.py -%%DATADIR%%/plugins/script_recorder.glade -%%DATADIR%%/plugins/script_recorder.py -%%DATADIR%%/plugins/validate.glade -%%DATADIR%%/plugins/validate.py -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/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/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/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/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/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/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/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/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/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-en_GB.omf -share/omf/accerciser/accerciser-es.omf -share/omf/accerciser/accerciser-fr.omf -share/omf/accerciser/accerciser-oc.omf -share/omf/accerciser/accerciser-sv.omf -@dirrm share/omf/accerciser -@dirrm share/gnome/help/accerciser/sv/figures -@dirrm share/gnome/help/accerciser/sv -@dirrm share/gnome/help/accerciser/oc/figures -@dirrm share/gnome/help/accerciser/oc -@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/en_GB/figures -@dirrm share/gnome/help/accerciser/en_GB -@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/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 diff --git a/accessibility/at-spi/Makefile b/accessibility/at-spi/Makefile deleted file mode 100644 index 5903163c2..000000000 --- a/accessibility/at-spi/Makefile +++ /dev/null @@ -1,46 +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.80 2008/09/22 10:22:02 kwm Exp $ -# - -PORTNAME= at-spi -PORTVERSION= 1.24.1 -PORTREVISION?= 0 -CATEGORIES= accessibility x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -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 fb4ceea27..000000000 --- a/accessibility/at-spi/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/at-spi-1.24.1.tar.bz2) = 8e98aadfaca757799cb18ea92f40d21a -SHA256 (gnome2/at-spi-1.24.1.tar.bz2) = f21746c4b4694aec821f545634a3f3bc2a627120fbb9b3aea546f59368025709 -SIZE (gnome2/at-spi-1.24.1.tar.bz2) = 821177 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 066a62d26..000000000 --- a/accessibility/at-spi/pkg-plist +++ /dev/null @@ -1,220 +0,0 @@ -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/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/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/ko/LC_MESSAGES/at-spi.mo -share/locale/ku/LC_MESSAGES/at-spi.mo -share/locale/lt/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_DE/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_DE/LC_MESSAGES -@dirrmtry share/locale/nds_DE -@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/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@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 7ec2320cb..000000000 --- a/accessibility/atk/Makefile +++ /dev/null @@ -1,41 +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.92 2008/07/22 02:54:59 marcus Exp $ -# - -PORTNAME= atk -PORTVERSION= 1.24.0 -PORTREVISION?= 0 -CATEGORIES= accessibility devel -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -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:15 -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 1b0033037..000000000 --- a/accessibility/atk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/atk-1.24.0.tar.bz2) = fb0ee9c7f18b15b490a0168b13740a4d -SHA256 (gnome2/atk-1.24.0.tar.bz2) = 03a0b66efb6d69754ca18c133ca4d489dd8675bf366c03f58cc7b39f55a45d56 -SIZE (gnome2/atk-1.24.0.tar.bz2) = 701798 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 7aa630dfb..000000000 --- a/accessibility/atk/pkg-plist +++ /dev/null @@ -1,158 +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/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/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/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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile deleted file mode 100644 index e9c6f54e5..000000000 --- a/accessibility/dasher/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# Ports collection Makefile for: dasher -# Date created: 5 July 2003 -# Whom: lewiz <purple@lewiz.net> -# -# $FreeBSD$ -# $MCom: ports/accessibility/dasher/Makefile,v 1.63 2008/04/22 17:16:25 ahze Exp $ -# - -PORTNAME= dasher -PORTVERSION= 4.9.0 -PORTREVISION= 1 -PORTEPOCH= 2 -CATEGORIES= accessibility editors x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= lewiz@compsoc.man.ac.uk -COMMENT= Information efficient text-entry interface - -BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian -RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomehier libgnomeui atspi \ - libwnck gnomedocutils -WANT_GNOME= yes -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -INSTALLS_OMF= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= dasher.schemas -MAN1= dasher.1 - -.include <bsd.port.pre.mk> - -#.if ${HAVE_GNOME:Mgnomespeech}!="" -#USE_GNOME+= gnomespeech -#CONFIGURE_ARGS+=--enable-speech -#.endif -CONFIGURE_ARGS+= --disable-speech - -post-patch: - @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-O2||g' -.if ${OSVERSION} >= 700042 - @${REINPLACE_CMD} -e 's|__gnu_cxx::lldiv|lldiv|' \ - ${WRKSRC}/Src/DasherCore/DasherViewSquare.cpp -.endif - -.include <bsd.port.post.mk> diff --git a/accessibility/dasher/distinfo b/accessibility/dasher/distinfo deleted file mode 100644 index 8a3188f20..000000000 --- a/accessibility/dasher/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/dasher-4.9.0.tar.bz2) = f6f024878f258a9506e62cf717446437 -SHA256 (gnome2/dasher-4.9.0.tar.bz2) = abb15328c95c786390fc9ea5f7470a247880f05b2aacdd3cd083067a0e374a3e -SIZE (gnome2/dasher-4.9.0.tar.bz2) = 6734895 diff --git a/accessibility/dasher/files/patch-configure b/accessibility/dasher/files/patch-configure deleted file mode 100644 index bde9cc59c..000000000 --- a/accessibility/dasher/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sun Dec 3 18:59:04 2006 -+++ configure Sun Dec 3 18:59:15 2006 -@@ -23152,7 +23152,7 @@ echo "$as_me:$LINENO: result: $have_prog - echo "${ECHO_T}$have_prog_gnu_ld" >&6 - - if [ x"$have_prog_gnu_ld" = xyes ]; then -- ed_flags="-Wl,--export-dynamic," -+ ed_flags="-Wl,--export-dynamic" - else - ed_flags="" - fi diff --git a/accessibility/dasher/pkg-descr b/accessibility/dasher/pkg-descr deleted file mode 100644 index 7ef3255f0..000000000 --- a/accessibility/dasher/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -Dasher is an information-efficient text-entry interface, driven by -natural continuous pointing gestures. Dasher is a competitive text-entry -system wherever a full-size keyboard cannot be used - for example, - - * on a palmtop computer; - * on a wearable computer; - * when operating a computer one-handed, by joystick, touchscreen, - * trackball, or mouse; - * when operating a computer with zero hands (i.e., by head-mouse or - * by eyetracker). - -Dasher is fast, efficient, and easy to learn. - -WWW: http://www.inference.phy.cam.ac.uk/dasher/ diff --git a/accessibility/dasher/pkg-plist b/accessibility/dasher/pkg-plist deleted file mode 100644 index 885ff8fd2..000000000 --- a/accessibility/dasher/pkg-plist +++ /dev/null @@ -1,414 +0,0 @@ -bin/dasher -share/applications/dasher.desktop -%%DATADIR%%/alphabet.AfaanOromo.xml -%%DATADIR%%/alphabet.Armenian.xml -%%DATADIR%%/alphabet.Assamese.xml -%%DATADIR%%/alphabet.Austen.xml -%%DATADIR%%/alphabet.Azerbaijani.xml -%%DATADIR%%/alphabet.Belarusian.xml -%%DATADIR%%/alphabet.Bulgarian.xml -%%DATADIR%%/alphabet.Esperanto.xml -%%DATADIR%%/alphabet.Estonian.xml -%%DATADIR%%/alphabet.Filipino.xml -%%DATADIR%%/alphabet.Greek.xml -%%DATADIR%%/alphabet.Gujarati.xml -%%DATADIR%%/alphabet.Hawaiian.xml -%%DATADIR%%/alphabet.Hebrew.xml -%%DATADIR%%/alphabet.Hindi.xml -%%DATADIR%%/alphabet.Icelandic.xml -%%DATADIR%%/alphabet.Igbo.xml -%%DATADIR%%/alphabet.Indonesian.xml -%%DATADIR%%/alphabet.IrishGaelic.xml -%%DATADIR%%/alphabet.Kannada.xml -%%DATADIR%%/alphabet.Katakana.xml -%%DATADIR%%/alphabet.Malay.xml -%%DATADIR%%/alphabet.Malayalam.xml -%%DATADIR%%/alphabet.Marathi.xml -%%DATADIR%%/alphabet.Moldavian.xml -%%DATADIR%%/alphabet.Ndebele.xml -%%DATADIR%%/alphabet.Oriya.xml -%%DATADIR%%/alphabet.Punjabi.xml -%%DATADIR%%/alphabet.Romanian.xml -%%DATADIR%%/alphabet.Sami.xml -%%DATADIR%%/alphabet.ScotsGaelic.xml -%%DATADIR%%/alphabet.Sepedi.xml -%%DATADIR%%/alphabet.Sesotho.xml -%%DATADIR%%/alphabet.Sinhala.xml -%%DATADIR%%/alphabet.Slovak.xml -%%DATADIR%%/alphabet.Slovenian.xml -%%DATADIR%%/alphabet.Swati.xml -%%DATADIR%%/alphabet.Tajik.xml -%%DATADIR%%/alphabet.Tamil.xml -%%DATADIR%%/alphabet.Telugu.xml -%%DATADIR%%/alphabet.Thai.xml -%%DATADIR%%/alphabet.Thai2.xml -%%DATADIR%%/alphabet.Tsonga.xml -%%DATADIR%%/alphabet.Tswana.xml -%%DATADIR%%/alphabet.Turkish.xml -%%DATADIR%%/alphabet.Urdu.xml -%%DATADIR%%/alphabet.Vietnamese.xml -%%DATADIR%%/alphabet.Xhosa.xml -%%DATADIR%%/alphabet.Yoruba.xml -%%DATADIR%%/alphabet.Zulu.xml -%%DATADIR%%/alphabet.abc.xml -%%DATADIR%%/alphabet.adangbe.xml -%%DATADIR%%/alphabet.afrikaans.xml -%%DATADIR%%/alphabet.akan.xml -%%DATADIR%%/alphabet.albanian.xml -%%DATADIR%%/alphabet.amharic.xml -%%DATADIR%%/alphabet.arabic.xml -%%DATADIR%%/alphabet.basque.xml -%%DATADIR%%/alphabet.bengali.xml -%%DATADIR%%/alphabet.bopomofo.xml -%%DATADIR%%/alphabet.bosnian.xml -%%DATADIR%%/alphabet.breton.xml -%%DATADIR%%/alphabet.catalan.xml -%%DATADIR%%/alphabet.cherokee.xml -%%DATADIR%%/alphabet.chinese.xml -%%DATADIR%%/alphabet.chineseRuby.xml -%%DATADIR%%/alphabet.corsican.xml -%%DATADIR%%/alphabet.croatian.xml -%%DATADIR%%/alphabet.czech.xml -%%DATADIR%%/alphabet.danish.xml -%%DATADIR%%/alphabet.dtd -%%DATADIR%%/alphabet.dutch.xml -%%DATADIR%%/alphabet.english.xml -%%DATADIR%%/alphabet.englishC.xml -%%DATADIR%%/alphabet.ethiopic.xml -%%DATADIR%%/alphabet.ewe.xml -%%DATADIR%%/alphabet.faroese.xml -%%DATADIR%%/alphabet.finnish.xml -%%DATADIR%%/alphabet.finnish2.xml -%%DATADIR%%/alphabet.french.xml -%%DATADIR%%/alphabet.ga.xml -%%DATADIR%%/alphabet.galician.xml -%%DATADIR%%/alphabet.georgian.xml -%%DATADIR%%/alphabet.german.xml -%%DATADIR%%/alphabet.hausa.xml -%%DATADIR%%/alphabet.hiragana.xml -%%DATADIR%%/alphabet.hiragana2.xml -%%DATADIR%%/alphabet.hungarian.xml -%%DATADIR%%/alphabet.ipa.xml -%%DATADIR%%/alphabet.italian.xml -%%DATADIR%%/alphabet.japanese.canna.xml -%%DATADIR%%/alphabet.kazakh.xml -%%DATADIR%%/alphabet.kirghiz.xml -%%DATADIR%%/alphabet.kirundi.xml -%%DATADIR%%/alphabet.klingon.xml -%%DATADIR%%/alphabet.korean.xml -%%DATADIR%%/alphabet.koreanNested.xml -%%DATADIR%%/alphabet.kurdish.xml -%%DATADIR%%/alphabet.lao.xml -%%DATADIR%%/alphabet.latex.xml -%%DATADIR%%/alphabet.latin.xml -%%DATADIR%%/alphabet.latvian.xml -%%DATADIR%%/alphabet.lithuanian.xml -%%DATADIR%%/alphabet.luxembourgish.xml -%%DATADIR%%/alphabet.macedonian.xml -%%DATADIR%%/alphabet.maltese.xml -%%DATADIR%%/alphabet.mongolian.xml -%%DATADIR%%/alphabet.myanmar.xml -%%DATADIR%%/alphabet.nepali.xml -%%DATADIR%%/alphabet.norwegian.xml -%%DATADIR%%/alphabet.occitan.xml -%%DATADIR%%/alphabet.ogham.xml -%%DATADIR%%/alphabet.pashto.xml -%%DATADIR%%/alphabet.perl.xml -%%DATADIR%%/alphabet.persian.xml -%%DATADIR%%/alphabet.pinyin.xml -%%DATADIR%%/alphabet.pinyin2.xml -%%DATADIR%%/alphabet.polish.xml -%%DATADIR%%/alphabet.portuguese.xml -%%DATADIR%%/alphabet.romansch.xml -%%DATADIR%%/alphabet.runic.xml -%%DATADIR%%/alphabet.russian.xml -%%DATADIR%%/alphabet.sanskrit.xml -%%DATADIR%%/alphabet.serbian.xml -%%DATADIR%%/alphabet.somali.xml -%%DATADIR%%/alphabet.spanish.xml -%%DATADIR%%/alphabet.swahili.xml -%%DATADIR%%/alphabet.swedish.xml -%%DATADIR%%/alphabet.thaana.xml -%%DATADIR%%/alphabet.tigrinya.xml -%%DATADIR%%/alphabet.turkmen.xml -%%DATADIR%%/alphabet.ukrainian.xml -%%DATADIR%%/alphabet.uzbek.xml -%%DATADIR%%/alphabet.venda.xml -%%DATADIR%%/alphabet.welsh.xml -%%DATADIR%%/alphabet.xsl -%%DATADIR%%/colour.blue.xml -%%DATADIR%%/colour.dtd -%%DATADIR%%/colour.euroasian.xml -%%DATADIR%%/colour.euroasian2.xml -%%DATADIR%%/colour.euroasian3.xml -%%DATADIR%%/colour.jamie.xml -%%DATADIR%%/colour.rainbow.xml -%%DATADIR%%/colour.thai.xml -%%DATADIR%%/colour.vowels.xml -%%DATADIR%%/colour.vowels2.xml -%%DATADIR%%/colour.xml -%%DATADIR%%/controllabels.dtd -%%DATADIR%%/controllabels.xml -%%DATADIR%%/dasher.compose.glade -%%DATADIR%%/dasher.direct.glade -%%DATADIR%%/dasher.fullscreen.glade -%%DATADIR%%/dasher.gameWIP.glade -%%DATADIR%%/dasher.traditional.glade -%%DATADIR%%/dasher.preferences.glade -%%DATADIR%%/dashermaemo.glade -%%DATADIR%%/dashermaemo.preferences.glade -%%DATADIR%%/dashermaemofullscreen.glade -%%DATADIR%%/training_albanian_SQ.txt -%%DATADIR%%/training_basque_EU.txt -%%DATADIR%%/training_bengali_BD.txt -%%DATADIR%%/training_bengali_bn.txt -%%DATADIR%%/training_canna_JP.txt -%%DATADIR%%/training_czech_CS.txt -%%DATADIR%%/training_danish_DK.txt -%%DATADIR%%/training_dutch_NL.txt -%%DATADIR%%/training_english_GB.txt -%%DATADIR%%/training_finnish_FI.txt -%%DATADIR%%/training_french_FR.txt -%%DATADIR%%/training_german_DE.txt -%%DATADIR%%/training_greek_GR.txt -%%DATADIR%%/training_hebrew_IL.txt -%%DATADIR%%/training_hiragana60_JP.txt -%%DATADIR%%/training_hiragana83_JP.txt -%%DATADIR%%/training_hungarian_HU.txt -%%DATADIR%%/training_italian_IT.txt -%%DATADIR%%/training_mongolian_MN.txt -%%DATADIR%%/training_persian_IR.txt -%%DATADIR%%/training_polish_PL.txt -%%DATADIR%%/training_portuguese_BR.txt -%%DATADIR%%/training_russian_RU.txt -%%DATADIR%%/training_spanish_ES.txt -%%DATADIR%%/training_swahili_KE.txt -%%DATADIR%%/training_swedish_SE.txt -%%DATADIR%%/training_turkish_TR.txt -%%DATADIR%%/training_welsh_GB.txt -share/gnome/help/dasher/C/dasher.xml -share/gnome/help/dasher/C/figures/a-z.gif -share/gnome/help/dasher/C/figures/aa-az.gif -share/gnome/help/dasher/C/figures/ala-alz.gif -share/gnome/help/dasher/C/figures/exampleHad2.png -share/gnome/help/dasher/C/figures/exampleHad2a.png -share/gnome/help/dasher/C/figures/exampleHad3a.png -share/gnome/help/dasher/C/figures/exampleHad4.png -share/gnome/help/dasher/C/figures/figure2.png -share/gnome/help/dasher/C/figures/main.png -share/gnome/help/dasher/C/figures/object.gif -share/gnome/help/dasher/C/figures/prefs1.png -share/gnome/help/dasher/C/figures/prefs2.png -share/gnome/help/dasher/C/figures/prefs3.png -share/gnome/help/dasher/C/figures/prefs4.png -share/gnome/help/dasher/C/figures/prefs5.png -share/gnome/help/dasher/es/dasher.xml -share/gnome/help/dasher/es/figures/a-z.gif -share/gnome/help/dasher/es/figures/aa-az.gif -share/gnome/help/dasher/es/figures/ala-alz.gif -share/gnome/help/dasher/es/figures/exampleHad2.png -share/gnome/help/dasher/es/figures/exampleHad2a.png -share/gnome/help/dasher/es/figures/exampleHad3a.png -share/gnome/help/dasher/es/figures/exampleHad4.png -share/gnome/help/dasher/es/figures/figure2.png -share/gnome/help/dasher/es/figures/main.png -share/gnome/help/dasher/es/figures/object.gif -share/gnome/help/dasher/es/figures/prefs1.png -share/gnome/help/dasher/es/figures/prefs2.png -share/gnome/help/dasher/es/figures/prefs3.png -share/gnome/help/dasher/es/figures/prefs4.png -share/gnome/help/dasher/es/figures/prefs5.png -share/gnome/help/dasher/fr/dasher.xml -share/gnome/help/dasher/fr/figures/a-z.gif -share/gnome/help/dasher/fr/figures/aa-az.gif -share/gnome/help/dasher/fr/figures/ala-alz.gif -share/gnome/help/dasher/fr/figures/exampleHad2.png -share/gnome/help/dasher/fr/figures/exampleHad2a.png -share/gnome/help/dasher/fr/figures/exampleHad3a.png -share/gnome/help/dasher/fr/figures/exampleHad4.png -share/gnome/help/dasher/fr/figures/figure2.png -share/gnome/help/dasher/fr/figures/main.png -share/gnome/help/dasher/fr/figures/object.gif -share/gnome/help/dasher/fr/figures/prefs1.png -share/gnome/help/dasher/fr/figures/prefs2.png -share/gnome/help/dasher/fr/figures/prefs3.png -share/gnome/help/dasher/fr/figures/prefs4.png -share/gnome/help/dasher/fr/figures/prefs5.png -share/gnome/help/dasher/oc/dasher.xml -share/gnome/help/dasher/oc/figures/a-z.gif -share/gnome/help/dasher/oc/figures/aa-az.gif -share/gnome/help/dasher/oc/figures/ala-alz.gif -share/gnome/help/dasher/oc/figures/exampleHad2.png -share/gnome/help/dasher/oc/figures/exampleHad2a.png -share/gnome/help/dasher/oc/figures/exampleHad3a.png -share/gnome/help/dasher/oc/figures/exampleHad4.png -share/gnome/help/dasher/oc/figures/figure2.png -share/gnome/help/dasher/oc/figures/main.png -share/gnome/help/dasher/oc/figures/object.gif -share/gnome/help/dasher/oc/figures/prefs1.png -share/gnome/help/dasher/oc/figures/prefs2.png -share/gnome/help/dasher/oc/figures/prefs3.png -share/gnome/help/dasher/oc/figures/prefs4.png -share/gnome/help/dasher/oc/figures/prefs5.png -share/gnome/help/dasher/ru/dasher.xml -share/gnome/help/dasher/ru/figures/a-z.gif -share/gnome/help/dasher/ru/figures/aa-az.gif -share/gnome/help/dasher/ru/figures/ala-alz.gif -share/gnome/help/dasher/ru/figures/exampleHad2.png -share/gnome/help/dasher/ru/figures/exampleHad2a.png -share/gnome/help/dasher/ru/figures/exampleHad3a.png -share/gnome/help/dasher/ru/figures/exampleHad4.png -share/gnome/help/dasher/ru/figures/figure2.png -share/gnome/help/dasher/ru/figures/main.png -share/gnome/help/dasher/ru/figures/object.gif -share/gnome/help/dasher/ru/figures/prefs1.png -share/gnome/help/dasher/ru/figures/prefs2.png -share/gnome/help/dasher/ru/figures/prefs3.png -share/gnome/help/dasher/ru/figures/prefs4.png -share/gnome/help/dasher/ru/figures/prefs5.png -share/gnome/help/dasher/sv/dasher.xml -share/gnome/help/dasher/sv/figures/a-z.gif -share/gnome/help/dasher/sv/figures/aa-az.gif -share/gnome/help/dasher/sv/figures/ala-alz.gif -share/gnome/help/dasher/sv/figures/exampleHad2.png -share/gnome/help/dasher/sv/figures/exampleHad2a.png -share/gnome/help/dasher/sv/figures/exampleHad3a.png -share/gnome/help/dasher/sv/figures/exampleHad4.png -share/gnome/help/dasher/sv/figures/figure2.png -share/gnome/help/dasher/sv/figures/main.png -share/gnome/help/dasher/sv/figures/object.gif -share/gnome/help/dasher/sv/figures/prefs1.png -share/gnome/help/dasher/sv/figures/prefs2.png -share/gnome/help/dasher/sv/figures/prefs3.png -share/gnome/help/dasher/sv/figures/prefs4.png -share/gnome/help/dasher/sv/figures/prefs5.png -share/icons/hicolor/48x48/apps/dasher.png -share/icons/hicolor/scalable/apps/dasher.svg -share/locale/ar/LC_MESSAGES/dasher.mo -share/locale/as/LC_MESSAGES/dasher.mo -share/locale/az/LC_MESSAGES/dasher.mo -share/locale/be/LC_MESSAGES/dasher.mo -share/locale/be@latin/LC_MESSAGES/dasher.mo -share/locale/bg/LC_MESSAGES/dasher.mo -share/locale/bn/LC_MESSAGES/dasher.mo -share/locale/bn_IN/LC_MESSAGES/dasher.mo -share/locale/bs/LC_MESSAGES/dasher.mo -share/locale/ca/LC_MESSAGES/dasher.mo -share/locale/cs/LC_MESSAGES/dasher.mo -share/locale/cy/LC_MESSAGES/dasher.mo -share/locale/da/LC_MESSAGES/dasher.mo -share/locale/de/LC_MESSAGES/dasher.mo -share/locale/dz/LC_MESSAGES/dasher.mo -share/locale/el/LC_MESSAGES/dasher.mo -share/locale/en_CA/LC_MESSAGES/dasher.mo -share/locale/en_GB/LC_MESSAGES/dasher.mo -share/locale/es/LC_MESSAGES/dasher.mo -share/locale/et/LC_MESSAGES/dasher.mo -share/locale/eu/LC_MESSAGES/dasher.mo -share/locale/fa/LC_MESSAGES/dasher.mo -share/locale/fi/LC_MESSAGES/dasher.mo -share/locale/fr/LC_MESSAGES/dasher.mo -share/locale/ga/LC_MESSAGES/dasher.mo -share/locale/gl/LC_MESSAGES/dasher.mo -share/locale/gu/LC_MESSAGES/dasher.mo -share/locale/he/LC_MESSAGES/dasher.mo -share/locale/hi/LC_MESSAGES/dasher.mo -share/locale/hr/LC_MESSAGES/dasher.mo -share/locale/hu/LC_MESSAGES/dasher.mo -share/locale/id/LC_MESSAGES/dasher.mo -share/locale/it/LC_MESSAGES/dasher.mo -share/locale/ja/LC_MESSAGES/dasher.mo -share/locale/ka/LC_MESSAGES/dasher.mo -share/locale/kn/LC_MESSAGES/dasher.mo -share/locale/ko/LC_MESSAGES/dasher.mo -share/locale/ku/LC_MESSAGES/dasher.mo -share/locale/ky/LC_MESSAGES/dasher.mo -share/locale/lt/LC_MESSAGES/dasher.mo -share/locale/lv/LC_MESSAGES/dasher.mo -share/locale/mg/LC_MESSAGES/dasher.mo -share/locale/mk/LC_MESSAGES/dasher.mo -share/locale/ml/LC_MESSAGES/dasher.mo -share/locale/mn/LC_MESSAGES/dasher.mo -share/locale/mr/LC_MESSAGES/dasher.mo -share/locale/ms/LC_MESSAGES/dasher.mo -share/locale/nb/LC_MESSAGES/dasher.mo -share/locale/ne/LC_MESSAGES/dasher.mo -share/locale/nl/LC_MESSAGES/dasher.mo -share/locale/nn/LC_MESSAGES/dasher.mo -share/locale/oc/LC_MESSAGES/dasher.mo -share/locale/or/LC_MESSAGES/dasher.mo -share/locale/pa/LC_MESSAGES/dasher.mo -share/locale/pl/LC_MESSAGES/dasher.mo -share/locale/pt/LC_MESSAGES/dasher.mo -share/locale/pt_BR/LC_MESSAGES/dasher.mo -share/locale/ro/LC_MESSAGES/dasher.mo -share/locale/ru/LC_MESSAGES/dasher.mo -share/locale/rw/LC_MESSAGES/dasher.mo -share/locale/si/LC_MESSAGES/dasher.mo -share/locale/sk/LC_MESSAGES/dasher.mo -share/locale/sl/LC_MESSAGES/dasher.mo -share/locale/sq/LC_MESSAGES/dasher.mo -share/locale/sr/LC_MESSAGES/dasher.mo -share/locale/sr@Latn/LC_MESSAGES/dasher.mo -share/locale/sv/LC_MESSAGES/dasher.mo -share/locale/ta/LC_MESSAGES/dasher.mo -share/locale/th/LC_MESSAGES/dasher.mo -share/locale/tk/LC_MESSAGES/dasher.mo -share/locale/tr/LC_MESSAGES/dasher.mo -share/locale/ug/LC_MESSAGES/dasher.mo -share/locale/uk/LC_MESSAGES/dasher.mo -share/locale/uz@cyrillic/LC_MESSAGES/dasher.mo -share/locale/vi/LC_MESSAGES/dasher.mo -share/locale/zh_CN/LC_MESSAGES/dasher.mo -share/locale/zh_HK/LC_MESSAGES/dasher.mo -share/locale/zh_TW/LC_MESSAGES/dasher.mo -share/omf/dasher/dasher-C.omf -share/omf/dasher/dasher-es.omf -share/omf/dasher/dasher-fr.omf -share/omf/dasher/dasher-oc.omf -share/omf/dasher/dasher-ru.omf -share/omf/dasher/dasher-sv.omf -@dirrm share/omf/dasher -@dirrm share/gnome/help/dasher/sv/figures -@dirrm share/gnome/help/dasher/sv -@dirrm share/gnome/help/dasher/ru/figures -@dirrm share/gnome/help/dasher/ru -@dirrm share/gnome/help/dasher/oc/figures -@dirrm share/gnome/help/dasher/oc -@dirrm share/gnome/help/dasher/fr/figures -@dirrm share/gnome/help/dasher/fr -@dirrm share/gnome/help/dasher/es/figures -@dirrm share/gnome/help/dasher/es -@dirrm share/gnome/help/dasher/C/figures -@dirrm share/gnome/help/dasher/C -@dirrm share/gnome/help/dasher -@dirrm %%DATADIR%% -@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/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@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/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/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/gnome-mag/Makefile b/accessibility/gnome-mag/Makefile deleted file mode 100644 index b4f441504..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.43 2008/09/01 16:54:11 ahze Exp $ -# - -PORTNAME= gnome-mag -PORTVERSION= 0.15.4 -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:15 -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 7d59c7138..000000000 --- a/accessibility/gnome-mag/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-mag-0.15.4.tar.bz2) = 77c099335ff2d913ac813e79f127acc0 -SHA256 (gnome2/gnome-mag-0.15.4.tar.bz2) = 1e06e413ceb387da6112e491d4f2ba5291f56e6fb208518fe6574031ea6a1366 -SIZE (gnome2/gnome-mag-0.15.4.tar.bz2) = 516755 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 2b37d9d4a..000000000 --- a/accessibility/gnome-mag/pkg-plist +++ /dev/null @@ -1,161 +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/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/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/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/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/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/accessibility/gok/Makefile b/accessibility/gok/Makefile deleted file mode 100644 index fb8cd1780..000000000 --- a/accessibility/gok/Makefile +++ /dev/null @@ -1,37 +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.88 2008/08/30 06:59:47 kwm Exp $ -# - -PORTNAME= gok -PORTVERSION= 2.24.0 -PORTEPOCH= 1 -CATEGORIES= accessibility sysutils gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME On-Screen Keyboard (GOK) - -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 - -post-patch: - @${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' \ - ${WRKSRC}/gok/word-complete.c - -.include <bsd.port.mk> diff --git a/accessibility/gok/distinfo b/accessibility/gok/distinfo deleted file mode 100644 index 543df1e91..000000000 --- a/accessibility/gok/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gok-2.24.0.tar.bz2) = 3fff3dee0d673eef32ab149d4a0a480e -SHA256 (gnome2/gok-2.24.0.tar.bz2) = a09d7cbb7843633c993460f4e6b22c7c54166d4257313cd8b79cb77dd2791359 -SIZE (gnome2/gok-2.24.0.tar.bz2) = 1304251 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 247ac45a6..000000000 --- a/accessibility/gok/pkg-plist +++ /dev/null @@ -1,1032 +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-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.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%%/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%%/goksound1.wav -%%DATADIR%%/goksound2.wav -%%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%%/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/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/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 -@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%%/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 -@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 share/gnome/help/gok/C -@dirrm share/gnome/help/gok -@dirrm %%DOCSDIR%% -@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/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/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 a76379d88..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.21 2008/10/20 23:02:35 kwm Exp $ -# - -PORTNAME= mousetweaks -PORTVERSION= 2.24.2 -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 e7197c16c..000000000 --- a/accessibility/mousetweaks/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/mousetweaks-2.24.2.tar.bz2) = 1361c2171ca2025adf60c54ea211287c -SHA256 (gnome2/mousetweaks-2.24.2.tar.bz2) = fc0c272b506de4262d89d256a273cc3af35a5f0b9d56cc67c96e1bae0562f752 -SIZE (gnome2/mousetweaks-2.24.2.tar.bz2) = 677823 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 4629af66d..000000000 --- a/accessibility/mousetweaks/pkg-plist +++ /dev/null @@ -1,163 +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/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/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/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/bg/LC_MESSAGES/mousetweaks.mo -share/locale/bn_IN/LC_MESSAGES/mousetweaks.mo -share/locale/ca/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/ko/LC_MESSAGES/mousetweaks.mo -share/locale/lt/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/ru/LC_MESSAGES/mousetweaks.mo -share/locale/sl/LC_MESSAGES/mousetweaks.mo -share/locale/sq/LC_MESSAGES/mousetweaks.mo -share/locale/sv/LC_MESSAGES/mousetweaks.mo -share/locale/ta/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%%/ctw.glade -%%DATADIR%%/double-click.png -%%DATADIR%%/drag-click.png -%%DATADIR%%/dwell-click-applet.glade -%%DATADIR%%/pointer-capture-applet.glade -%%DATADIR%%/right-click.png -%%DATADIR%%/single-click.png -share/omf/mousetweaks/mousetweaks-C.omf -share/omf/mousetweaks/mousetweaks-el.omf -share/omf/mousetweaks/mousetweaks-es.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/es/figures -@dirrm share/gnome/help/mousetweaks/es -@dirrm share/gnome/help/mousetweaks/el/figures -@dirrm share/gnome/help/mousetweaks/el -@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/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile deleted file mode 100644 index e3f9478d0..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.57 2008/10/16 20:12:16 mezz Exp $ -# - -PORTNAME= orca -PORTVERSION= 2.24.2 -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 15b796b0b..000000000 --- a/accessibility/orca/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/orca-2.24.2.tar.bz2) = 2235902841d39b46168c30a160f7afe2 -SHA256 (gnome2/orca-2.24.2.tar.bz2) = 7eddb03f32a5668365446fe3d3e788928d82b98d6bf3ed7826e87247eed698c7 -SIZE (gnome2/orca-2.24.2.tar.bz2) = 2125637 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 484b6de03..000000000 --- a/accessibility/orca/files/patch-src_orca_orca.in +++ /dev/null @@ -1,44 +0,0 @@ ---- src/orca/orca.in.orig 2008-10-16 14:56:18.000000000 -0500 -+++ src/orca/orca.in 2008-10-16 15:04:04.000000000 -0500 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/bin/sh - # - # Orca - # -@@ -30,7 +30,7 @@ - - # Set the user's $PATH for this script. - # --export PATH="${PATH}:/usr/ccs/bin:/usr/bin:/usr/sbin:/bin:/usr/sfw/bin:/usr/openwin/bin:/usr/X11R6/bin" -+export PATH="${PATH}:/usr/bin:/usr/sbin:/bin:/usr/local/bin" - - # Save the arguments away. - # -@@ -83,7 +83,7 @@ - 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|synthesis-driver|festival [-][-]server" | \ - grep -v grep | awk '{ print $1 }'` - IFS=' -@@ -137,7 +137,7 @@ - fi - fi - --if [ `grep -c "\-q" <<< $ARGS` -gt 0 ] ; then -+if [ `echo $ARGS | grep -c "\-q"` -gt 0 ] ; then - # If the user has done -q or --quit, that means to tell any - # existing orca process to quit. So, we just do a cleanup. - # -@@ -154,7 +154,7 @@ - if [ "x$ARGS" = "x" ] ; then - CLEANUP=1 - else -- CLEANUP=`egrep -c "\-s|\-t|\-n|\-u|\-e|\-d" <<< $ARGS` -+ CLEANUP=`echo $ARGS | egrep -c "\-s|\-t|\-n|\-u|\-e|\-d"` - fi - - # Clean up before running orca to get anything that might 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 3483c5493..000000000 --- a/accessibility/orca/pkg-plist +++ /dev/null @@ -1,486 +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/braillegenerator.py -%%PYTHON_SITELIBDIR%%/orca/braillegenerator.pyc -%%PYTHON_SITELIBDIR%%/orca/braillegenerator.pyo -%%PYTHON_SITELIBDIR%%/orca/brlmodule.la -%%PYTHON_SITELIBDIR%%/orca/brlmodule.so -%%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/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_glade.py -%%PYTHON_SITELIBDIR%%/orca/orca_glade.pyc -%%PYTHON_SITELIBDIR%%/orca/orca_glade.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/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/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/evolution/where_am_i.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/where_am_i.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/evolution/where_am_i.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/gcalctool/where_am_i.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool/where_am_i.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gcalctool/where_am_i.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/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-window-properties/speech_generator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties/speech_generator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/gnome-window-properties/speech_generator.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/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/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/pidgin/where_am_i.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/where_am_i.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/pidgin/where_am_i.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/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/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/where_am_i.py -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/where_am_i.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/apps/soffice/where_am_i.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/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/Gecko/where_am_i.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/where_am_i.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/Gecko/where_am_i.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/braillegenerator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/braillegenerator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/braillegenerator.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/speechgenerator.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/speechgenerator.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/speechgenerator.pyo -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/where_am_I.py -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/where_am_I.pyc -%%PYTHON_SITELIBDIR%%/orca/scripts/toolkits/J2SE-access-bridge/where_am_I.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/speech.py -%%PYTHON_SITELIBDIR%%/orca/speech.pyc -%%PYTHON_SITELIBDIR%%/orca/speech.pyo -%%PYTHON_SITELIBDIR%%/orca/speechdispatcherfactory.py -%%PYTHON_SITELIBDIR%%/orca/speechdispatcherfactory.pyc -%%PYTHON_SITELIBDIR%%/orca/speechdispatcherfactory.pyo -%%PYTHON_SITELIBDIR%%/orca/speechgenerator.py -%%PYTHON_SITELIBDIR%%/orca/speechgenerator.pyc -%%PYTHON_SITELIBDIR%%/orca/speechgenerator.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/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/gl/LC_MESSAGES/orca.mo -share/locale/gu/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/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%%/glade/orca-find.glade -%%DATADIR%%/glade/orca-mainwin.glade -%%DATADIR%%/glade/orca-quit.glade -%%DATADIR%%/glade/orca-setup.glade -@dirrm %%DATADIR%%/glade -@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/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/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 8306fd34a..000000000 --- a/archivers/file-roller/Makefile +++ /dev/null @@ -1,50 +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.149 2008/10/21 01:01:05 kwm Exp $ -# - -PORTNAME= file-roller -PORTVERSION= 2.24.2 -PORTEPOCH= 1 -CATEGORIES= archivers gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An archive manager for zip files, tar, etc - -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 nautilus2 \ - gnomedocutils -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= file-roller.schemas - -post-patch: - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ - ${WRKSRC}/src/fr-command-tar.c - @${FIND} ${WRKSRC} -name "fr-command-*.c" | ${XARGS} ${REINPLACE_CMD} \ - -e 's|atoll|fr_atoll|g' - -post-install: - @-update-desktop-database -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for f in AUTHORS NEWS README TODO - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/archivers/file-roller/distinfo b/archivers/file-roller/distinfo deleted file mode 100644 index 6cd446ff2..000000000 --- a/archivers/file-roller/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/file-roller-2.24.2.tar.bz2) = 886c5201e8609aadd69798aa745ada4a -SHA256 (gnome2/file-roller-2.24.2.tar.bz2) = 338c326e9bd004cd8554c8838b6d5f486a544a65c2affde6609ca0ea6aa05d0a -SIZE (gnome2/file-roller-2.24.2.tar.bz2) = 1481894 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 6f34da63b..000000000 --- a/archivers/file-roller/pkg-plist +++ /dev/null @@ -1,299 +0,0 @@ -bin/file-roller -lib/nautilus/extensions-2.0/libnautilus-fileroller.a -lib/nautilus/extensions-2.0/libnautilus-fileroller.la -lib/nautilus/extensions-2.0/libnautilus-fileroller.so -libexec/file-roller/isoinfo.sh -share/applications/file-roller.desktop -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%DATADIR%%/glade/add-options.glade -%%DATADIR%%/glade/batch-add-files.glade -%%DATADIR%%/glade/batch-password.glade -%%DATADIR%%/glade/delete.glade -%%DATADIR%%/glade/open-with.glade -%%DATADIR%%/glade/password.glade -%%DATADIR%%/glade/properties.glade -%%DATADIR%%/glade/new.glade -%%DATADIR%%/glade/update.glade -%%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 -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/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/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/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/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/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/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-bg.omf -share/omf/file-roller/file-roller-de.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/de/figures -@dirrm share/gnome/help/file-roller/de -@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%%/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%%/glade -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@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/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/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/astro/glunarclock/Makefile b/astro/glunarclock/Makefile deleted file mode 100644 index f7d865717..000000000 --- a/astro/glunarclock/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: glunarclock -# Date created: 9 December 2003 -# Whom: Vincent Tantardini <vinc@freebsd-fr.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= glunarclock -PORTVERSION= 0.32.4 -PORTREVISION= 7 -CATEGORIES= astro gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= GNOME applet that displays the current phase of the Moon - -LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier - -USE_GNOME= gnomehack gnomepanel gnomeprefix intlhack -USE_GMAKE= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -INSTALLS_OMF= yes - -PLIST_SUB= VERSION="${PORTVERSION:R}" - -GCONF_SCHEMAS= glunarclock.schemas - -post-patch: - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-DGNOME_DISABLE_DEPRECATED||g' - -.include <bsd.port.mk> diff --git a/astro/glunarclock/distinfo b/astro/glunarclock/distinfo deleted file mode 100644 index 16ed950b3..000000000 --- a/astro/glunarclock/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (glunarclock-0.32.4.tar.gz) = 63e1d989581e6bf95cec82ff1bbc56ef -SHA256 (glunarclock-0.32.4.tar.gz) = 2025028be6c2cbadf8f32edfe24ed4652e51aa430889d3977d70a3fc87abd824 -SIZE (glunarclock-0.32.4.tar.gz) = 536136 diff --git a/astro/glunarclock/pkg-descr b/astro/glunarclock/pkg-descr deleted file mode 100644 index aed705d7c..000000000 --- a/astro/glunarclock/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -GNOME Lunar Clock displays the current phase of the Moon as an applet for -the Gnome panel. - -WWW: http://glunarclock.sourceforge.net/ diff --git a/astro/glunarclock/pkg-plist b/astro/glunarclock/pkg-plist deleted file mode 100644 index 62be31a9b..000000000 --- a/astro/glunarclock/pkg-plist +++ /dev/null @@ -1,44 +0,0 @@ -libdata/bonobo/servers/GNOME_GLunarclockApplet_Factory.server -libexec/glunarclock-applet-2 -share/glunarclock/glunarclock.glade -share/gnome-2.0/ui/GNOME_GLunarclockApplet.xml -share/gnome/help/glunarclock-applet-2/C/figures/glunarclock_applet.png -share/gnome/help/glunarclock-applet-2/C/glunarclock-applet-2.xml -share/gnome/help/glunarclock-applet-2/C/legal.xml -share/omf/glunarclock/glunarclock-applet-2-C.omf -share/pixmaps/glunarclock-logo.png -share/pixmaps/glunarclock/cartoonmoon_12frames.png -share/pixmaps/glunarclock/moon_56frames.png -share/locale/ast_ES/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/br/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/no/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/ro/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/wa/LC_MESSAGES/glunarclock-%%VERSION%%.mo -@dirrm share/pixmaps/glunarclock -@dirrm share/omf/glunarclock -@dirrm share/gnome/help/glunarclock-applet-2/C/figures -@dirrm share/gnome/help/glunarclock-applet-2/C -@dirrm share/gnome/help/glunarclock-applet-2 -@dirrm share/glunarclock -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ast_ES/LC_MESSAGES -@dirrmtry share/locale/ast_ES diff --git a/audio/esound/Makefile b/audio/esound/Makefile deleted file mode 100644 index eb83a74c1..000000000 --- a/audio/esound/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: esound -# Date created: 19 July 1998 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= esound -PORTVERSION= 0.2.41 -CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.2 -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A sound library for enlightenment package - -LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile - -USE_AUTOTOOLS= libtool:15 -USE_BZIP2= yes -USE_GNOME= gnometarget gnomehack -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= JW=false - -CONFLICTS= py*-ro-[0-9]* - -MAN1= esd-config.1 esd.1 esdcat.1 esdctl.1 esddsp.1 esdfilt.1 esdloop.1 \ - esdmon.1 esdplay.1 esdrec.1 esdsample.1 - -post-patch: - @${REINPLACE_CMD} -e 's|esdconf_DATA = esd.conf|esdconf_DATA = |g' \ - ${WRKSRC}/Makefile.in - -post-install: - if [ ! -f ${PREFIX}/etc/esd.conf ]; then \ - ${INSTALL_DATA} ${WRKSRC}/esd.conf ${PREFIX}/etc/esd.conf; \ - ${INSTALL_DATA} ${WRKSRC}/esd.conf ${PREFIX}/etc/esd.conf.default; \ - else \ - ${INSTALL_DATA} ${WRKSRC}/esd.conf ${PREFIX}/etc/esd.conf.default; \ - fi - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/audio/esound/distinfo b/audio/esound/distinfo deleted file mode 100644 index d33ab14b5..000000000 --- a/audio/esound/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome/esound-0.2.41.tar.bz2) = 8d9aad3d94d15e0d59ba9dc0ea990c6c -SHA256 (gnome/esound-0.2.41.tar.bz2) = 5eb5dd29a64b3462a29a5b20652aba7aa926742cef43577bf0796b787ca34911 -SIZE (gnome/esound-0.2.41.tar.bz2) = 396474 diff --git a/audio/esound/files/patch-aa b/audio/esound/files/patch-aa deleted file mode 100644 index a323a88f6..000000000 --- a/audio/esound/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig 2008-07-17 13:45:22.000000000 -0400 -+++ Makefile.in 2008-07-17 13:45:46.000000000 -0400 -@@ -342,7 +342,7 @@ bin_SCRIPTS = \ - - lib_LTLIBRARIES = libesd.la $(libesddsp_la) - libesd_la_CFLAGS = $(AM_CFLAGS) --libesd_la_LDFLAGS = -version-info $(ESD_VERSION_INFO) -no-undefined -+libesd_la_LDFLAGS = -version-info 2:0:0 -no-undefined - libesd_la_LIBADD = $(AUDIOFILE_LIBS) $(SOUND_LIBS) - libesd_la_SOURCES = \ - esdlib.c \ -@@ -373,7 +373,7 @@ AUDIO_BACKENDS = \ - audio_solaris.c \ - audio_win32.c - --libesddsp_la_LDFLAGS = -version-info $(ESD_VERSION_INFO) -+libesddsp_la_LDFLAGS = -version-info 2:0:0 - libesddsp_la_LIBADD = libesd.la $(DL_LIB) -lm - libesddsp_la_SOURCES = \ - esddsp.c diff --git a/audio/esound/files/patch-ac b/audio/esound/files/patch-ac deleted file mode 100644 index 43ae57690..000000000 --- a/audio/esound/files/patch-ac +++ /dev/null @@ -1,15 +0,0 @@ ---- esd.c.orig Tue Nov 28 13:27:30 2000 -+++ esd.c Fri Dec 1 15:12:41 2000 -@@ -212,8 +212,8 @@ - #define ESD_UNIX_SOCKET_DIR_MODE (S_IRUSR|S_IWUSR|S_IXUSR|\ -- S_IRGRP|S_IWGRP|S_IXGRP|\ -- S_IROTH|S_IWOTH|S_IXOTH|S_ISVTX) -+ S_IRGRP|S_IXGRP|\ -+ S_IROTH|S_IXOTH|S_ISVTX) - #else - #define ESD_UNIX_SOCKET_DIR_MODE (S_IRUSR|S_IWUSR|S_IXUSR|\ -- S_IRGRP|S_IWGRP|S_IXGRP|\ -- S_IROTH|S_IWOTH|S_IXOTH) -+ S_IRGRP|S_IXGRP|\ -+ S_IROTH|S_IXOTH) - #endif diff --git a/audio/esound/files/patch-ad b/audio/esound/files/patch-ad deleted file mode 100644 index 68018a173..000000000 --- a/audio/esound/files/patch-ad +++ /dev/null @@ -1,55 +0,0 @@ ---- esdlib.c.orig 2008-11-18 15:35:19.000000000 -0500 -+++ esdlib.c 2008-11-20 14:32:59.000000000 -0500 -@@ -21,6 +21,8 @@ - #include <errno.h> - #include <sys/wait.h> - #include <poll.h> -+#include <pwd.h> -+#include <limits.h> - - #include <sys/un.h> - -@@ -928,7 +930,7 @@ int esd_open_sound( const char *rhost ) - putenv(preload2); - } - cmd = malloc(strlen(SERVERDIR"/esd -spawnfd 9999999999") + strlen(esd_spawn_options)); -- sprintf(cmd, "%s/esd %s -spawnfd %d", SERVERDIR, esd_spawn_options, esd_pipe[1]); -+ sprintf(cmd, "exec esd %s -spawnfd %d", esd_spawn_options?esd_spawn_options:"", esd_pipe[1]); - - if(!fork()) { - /* child of child process. Minimal so startup overhead is -@@ -1747,3 +1749,34 @@ int esd_close( int esd ) - return close( esd ); - } - -+char * -+esd_unix_socket_dir(void) { -+ static char *sockdir = NULL, sockdirbuf[PATH_MAX]; -+ struct passwd *pw; -+ -+ if (sockdir != NULL) -+ return (sockdir); -+ pw = getpwuid(getuid()); -+ if (pw == NULL || pw->pw_dir == NULL) { -+ fprintf(stderr, "esd: could not find home directory\n"); -+ exit(1); -+ } -+ snprintf(sockdirbuf, sizeof(sockdirbuf), "%s/.esd", pw->pw_dir); -+ endpwent(); -+ sockdir = sockdirbuf; -+ return (sockdir); -+} -+ -+char * -+esd_unix_socket_name(void) { -+ static char *sockname = NULL, socknamebuf[PATH_MAX]; -+ -+ if (sockname != NULL) -+ return (sockname); -+ snprintf(socknamebuf, sizeof(socknamebuf), "%s/socket", -+ esd_unix_socket_dir()); -+ sockname = socknamebuf; -+ return (sockname); -+ } -+ -+ diff --git a/audio/esound/files/patch-audio_oss.c b/audio/esound/files/patch-audio_oss.c deleted file mode 100644 index ba70a323c..000000000 --- a/audio/esound/files/patch-audio_oss.c +++ /dev/null @@ -1,18 +0,0 @@ ---- audio_oss.c.orig 2008-07-29 14:07:50.000000000 -0400 -+++ audio_oss.c 2008-09-07 22:22:15.000000000 -0400 -@@ -12,8 +13,14 @@ - - #include <errno.h> - -+#if defined(__sparc__) || defined(__powerpc__) -+#define AFMT_S16_NE AFMT_S16_BE -+#else -+#define AFMT_S16_NE AFMT_S16_LE -+#endif -+ - /* FreeBSD uses a different identifier? what other BSDs? */ --#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) -+#ifndef SNDCTL_DSP_SETDUPLEX - #define SNDCTL_DSP_SETDUPLEX DSP_CAP_DUPLEX - #endif - diff --git a/audio/esound/files/patch-esddsp.c b/audio/esound/files/patch-esddsp.c deleted file mode 100644 index 3c24fc97e..000000000 --- a/audio/esound/files/patch-esddsp.c +++ /dev/null @@ -1,85 +0,0 @@ ---- esddsp.c.orig 2008-11-18 15:35:19.000000000 -0500 -+++ esddsp.c 2008-11-20 14:35:02.000000000 -0500 -@@ -70,6 +70,7 @@ - - #if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__bsdi__) - typedef unsigned long request_t; -+typedef off_t off64_t; - #else - typedef int request_t; - #endif -@@ -228,16 +229,19 @@ open_wrapper (int (*func) (const char *, - const char *pathname, int flags, ...) - { - va_list args; -- mode_t mode; -+ mode_t mode = 0; - - dsp_init (); - -- va_start (args, flags); -- if (sizeof (mode_t) < sizeof (int)) -+ if ((flags & O_CREAT) != 0) -+ { -+ va_start (args, flags); -+ if (sizeof (mode_t) < sizeof (int)) - mode = va_arg (args, int); -- else -+ else - mode = va_arg (args, mode_t); -- va_end (args); -+ va_end (args); -+ } - - if (!strcmp (pathname, "/dev/dsp")) - { -@@ -268,7 +272,7 @@ open (const char *pathname, int flags, . - { - static int (*func) (const char *, int, mode_t) = NULL; - va_list args; -- mode_t mode; -+ mode_t mode = 0; - - DPRINTF ("open\n"); - -@@ -283,9 +287,12 @@ open (const char *pathname, int flags, . - } - } - -- va_start (args, flags); -- mode = va_arg (args, mode_t); -- va_end (args); -+ if ((flags & O_CREAT) != 0) -+ { -+ va_start (args, flags); -+ mode = va_arg (args, mode_t); -+ va_end (args); -+ } - - return open_wrapper(func, pathname, flags, mode); - } -@@ -295,7 +302,7 @@ open64 (const char *pathname, int flags, - { - static int (*func) (const char *, int, mode_t) = NULL; - va_list args; -- mode_t mode; -+ mode_t mode = 0; - - DPRINTF ("open64\n"); - -@@ -310,9 +317,12 @@ open64 (const char *pathname, int flags, - } - } - -- va_start (args, flags); -- mode = va_arg (args, mode_t); -- va_end (args); -+ if ((flags & O_CREAT) != 0) -+ { -+ va_start (args, flags); -+ mode = va_arg (args, mode_t); -+ va_end (args); -+ } - - return open_wrapper(func, pathname, flags, mode); - } diff --git a/audio/esound/files/patch-esddsp.in b/audio/esound/files/patch-esddsp.in deleted file mode 100644 index e7b108562..000000000 --- a/audio/esound/files/patch-esddsp.in +++ /dev/null @@ -1,11 +0,0 @@ ---- esddsp.in.orig 2008-07-15 12:05:18.000000000 -0400 -+++ esddsp.in 2008-07-17 13:54:49.000000000 -0400 -@@ -106,7 +106,7 @@ fi - prefix=@prefix@ - exec_prefix=@exec_prefix@ - --LD_PRELOAD="libesddsp.so.@ESD_MAJOR_VERSION@ libesd.so.@ESD_MAJOR_VERSION@ $LD_PRELOAD" -+LD_PRELOAD="libesddsp.so libesd.so $LD_PRELOAD" - export LD_PRELOAD - - # invoke the program with the args given diff --git a/audio/esound/pkg-descr b/audio/esound/pkg-descr deleted file mode 100644 index 931afef0c..000000000 --- a/audio/esound/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -[From the EsounD website:] - -[W]hen two or more applications want to play sounds at the same time, -it's on a first-come, first-served basis. Whoever gets to the audio -device first wins. EsounD changes all of that... - -The Enlightened Sound Daemon mixes several audio streams for playback by -a single audio device. You can also pre-load samples, and play them back -without having to send all the data for the sound. Network transparency -is also built in, so you can play sounds on one machine, and listen to -them on another. - -WWW: http://www.tux.org/~ricdude/EsounD.html diff --git a/audio/esound/pkg-message b/audio/esound/pkg-message deleted file mode 100644 index afc45e262..000000000 --- a/audio/esound/pkg-message +++ /dev/null @@ -1,6 +0,0 @@ -The ESounD daemon (esd) must be started on a per-user basis. This is typically -done by the Session Manager in GNOME. However, if you are not using the -GNOME Desktop, you will need to add something like the following to your -X Windows initialization script: - -esd -terminate -nobeeps -as 2 diff --git a/audio/esound/pkg-plist b/audio/esound/pkg-plist deleted file mode 100644 index 6d443432f..000000000 --- a/audio/esound/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -bin/esd -bin/esd-config -bin/esdcat -bin/esdctl -bin/esddsp -bin/esdfilt -bin/esdloop -bin/esdmon -bin/esdplay -bin/esdrec -bin/esdsample -@unexec if cmp -s %D/etc/esd.conf %D/etc/esd.conf.default; then rm -f %D/etc/esd.conf; fi -etc/esd.conf.default -@exec [ -f %B/esd.conf ] || cp %B/%f %B/esd.conf -include/esd.h -lib/libesd.a -lib/libesd.la -lib/libesd.so -lib/libesd.so.2 -lib/libesddsp.a -lib/libesddsp.la -lib/libesddsp.so -lib/libesddsp.so.2 -libdata/pkgconfig/esound.pc -share/aclocal/esd.m4 diff --git a/audio/freedesktop-sound-theme/Makefile b/audio/freedesktop-sound-theme/Makefile deleted file mode 100644 index 6be52b62d..000000000 --- a/audio/freedesktop-sound-theme/Makefile +++ /dev/null @@ -1,24 +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.1 2008/08/15 17:43:55 marcus Exp $ -# - -PORTNAME= freedesktop-sound-theme -PORTVERSION= 0.2 -CATEGORIES= audio gnome -MASTER_SITES= http://people.freedesktop.org/~mccann/dist/ -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 decd5b7ce..000000000 --- a/audio/freedesktop-sound-theme/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (sound-theme-freedesktop-0.2.tar.bz2) = 45c8383071d5c6514aa1899e2d0fc675 -SHA256 (sound-theme-freedesktop-0.2.tar.bz2) = cc7b5320bef9088d77aa11e6041bf6019152dac51cc7beef7a256484faf5b683 -SIZE (sound-theme-freedesktop-0.2.tar.bz2) = 852304 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 43a95d6b9..000000000 --- a/audio/freedesktop-sound-theme/pkg-plist +++ /dev/null @@ -1,43 +0,0 @@ -share/sounds/freedesktop/index.theme -share/sounds/freedesktop/stereo/audio-channel-front-center.ogg -share/sounds/freedesktop/stereo/audio-channel-front-left.ogg -share/sounds/freedesktop/stereo/audio-channel-front-right.ogg -share/sounds/freedesktop/stereo/audio-channel-rear-center.ogg -share/sounds/freedesktop/stereo/audio-channel-rear-left.ogg -share/sounds/freedesktop/stereo/audio-channel-rear-right.ogg -share/sounds/freedesktop/stereo/audio-channel-side-left.ogg -share/sounds/freedesktop/stereo/audio-channel-side-right.ogg -share/sounds/freedesktop/stereo/audio-test-signal.ogg -share/sounds/freedesktop/stereo/battery-low.ogg -share/sounds/freedesktop/stereo/bell.ogg -share/sounds/freedesktop/stereo/button-pressed.ogg -share/sounds/freedesktop/stereo/button-toggle-off.ogg -share/sounds/freedesktop/stereo/button-toggle-on.ogg -share/sounds/freedesktop/stereo/complete-media-burn.ogg -share/sounds/freedesktop/stereo/desktop-login.ogg -share/sounds/freedesktop/stereo/desktop-logout.ogg -share/sounds/freedesktop/stereo/dialog-cancel.ogg -share/sounds/freedesktop/stereo/dialog-error.ogg -share/sounds/freedesktop/stereo/dialog-information.ogg -share/sounds/freedesktop/stereo/dialog-ok.ogg -share/sounds/freedesktop/stereo/dialog-question.ogg -share/sounds/freedesktop/stereo/dialog-warning.ogg -share/sounds/freedesktop/stereo/link-pressed.ogg -share/sounds/freedesktop/stereo/menu-click.ogg -share/sounds/freedesktop/stereo/message-new-email.ogg -share/sounds/freedesktop/stereo/message-new-instant.ogg -share/sounds/freedesktop/stereo/phone-incoming-call.ogg -share/sounds/freedesktop/stereo/phone-outgoing-busy.ogg -share/sounds/freedesktop/stereo/power-unplug.ogg -share/sounds/freedesktop/stereo/service-login.ogg -share/sounds/freedesktop/stereo/service-logout.ogg -share/sounds/freedesktop/stereo/suspend-error.ogg -share/sounds/freedesktop/stereo/trash-empty.ogg -share/sounds/freedesktop/stereo/window-close.ogg -share/sounds/freedesktop/stereo/window-maximized.ogg -share/sounds/freedesktop/stereo/window-minimized.ogg -share/sounds/freedesktop/stereo/window-move-start.ogg -share/sounds/freedesktop/stereo/window-move-stop.ogg -share/sounds/freedesktop/stereo/window-slide.ogg -@dirrm share/sounds/freedesktop/stereo -@dirrm share/sounds/freedesktop diff --git a/audio/gnome-audio/Makefile b/audio/gnome-audio/Makefile deleted file mode 100644 index 57ec1a124..000000000 --- a/audio/gnome-audio/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: gnomeaudio2 -# Date created: 10 July 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gnome-audio -PORTVERSION= 2.22.2 -CATEGORIES= audio gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Sound files for use with GNOME 2 - -USE_BZIP2= yes -NO_BUILD= yes -USE_GNOME= gnomehier -MAKE_ENV= prefix=${PREFIX} - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ - ${WRKSRC}/sounds/Makefile - -.include <bsd.port.mk> diff --git a/audio/gnome-audio/distinfo b/audio/gnome-audio/distinfo deleted file mode 100644 index a5550b284..000000000 --- a/audio/gnome-audio/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome-audio-2.22.2.tar.bz2) = 51d4a50b8927cc8a4cc52cee498e9d01 -SHA256 (gnome-audio-2.22.2.tar.bz2) = 2f870f822360d22d857548e549b600ca74511e060754e1dca8e3f8ec40210c8c -SIZE (gnome-audio-2.22.2.tar.bz2) = 1743759 diff --git a/audio/gnome-audio/pkg-descr b/audio/gnome-audio/pkg-descr deleted file mode 100644 index 02b911e2d..000000000 --- a/audio/gnome-audio/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -This module holds sound files for use with GNOME 2. diff --git a/audio/gnome-audio/pkg-plist b/audio/gnome-audio/pkg-plist deleted file mode 100644 index b9482295a..000000000 --- a/audio/gnome-audio/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -share/sounds/card_shuffle.wav -share/sounds/email.wav -share/sounds/error.wav -share/sounds/generic.wav -share/sounds/gtk-events/activate.wav -share/sounds/gtk-events/clicked.wav -share/sounds/gtk-events/toggled.wav -share/sounds/info.wav -share/sounds/login.wav -share/sounds/logout.wav -share/sounds/panel/slide.wav -share/sounds/phone.wav -share/sounds/question.wav -share/sounds/shutdown1.wav -share/sounds/startup3.wav -share/sounds/warning.wav -@dirrm share/sounds/panel -@dirrm share/sounds/gtk-events diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile deleted file mode 100644 index 675602711..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.122 2008/09/23 05:12:29 mezz Exp $ -# - -PORTNAME= gnome-media -PORTVERSION= 2.24.0.1 -CATEGORIES= audio gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Multimedia applications for the GNOME 2 desktop - -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 gnomedesktop nautiluscdburner -USE_GSTREAMER= cdparanoia esound gconf good -CONFIGURE_ARGS= --enable-ipv6 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gnome-audio-profiles.schemas \ - gnome-sound-recorder.schemas \ - gnome-volume-control.schemas - -post-patch: - @${REINPLACE_CMD} -e 's|[$$][(]CDROM_HOST[)]|freebsd|g' \ - ${WRKSRC}/gnome-cd/Makefile.in - @${REINPLACE_CMD} -e 's|acd0c|acd0|g ; s|== "xyes|= "xyes|g' \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/audio/gnome-media/distinfo b/audio/gnome-media/distinfo deleted file mode 100644 index 14cdbe580..000000000 --- a/audio/gnome-media/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-media-2.24.0.1.tar.bz2) = d0a9b0784872cecd09038aceea22e16f -SHA256 (gnome2/gnome-media-2.24.0.1.tar.bz2) = bfa79a9bea5ba6f73a6b0a232917bc7eefbed69819e42d0b09372b0c7ed3e853 -SIZE (gnome2/gnome-media-2.24.0.1.tar.bz2) = 2344888 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 9f18eb4a6..000000000 --- a/audio/gnome-media/pkg-plist +++ /dev/null @@ -1,306 +0,0 @@ -bin/gnome-audio-profiles-properties -bin/gnome-sound-recorder -bin/gnome-volume-control -bin/gstreamer-properties -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%%/pixmaps/chain-broken.png -%%DATADIR%%/pixmaps/chain.png -share/gnome-sound-recorder/ui/ui.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/de/figures/grecord_window.png -share/gnome/help/gnome-sound-recorder/de/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-volume-control/C/figures/gnome-volume-control_window.png -share/gnome/help/gnome-volume-control/C/gnome-volume-control.xml -share/gnome/help/gnome-volume-control/C/legal.xml -share/gnome/help/gnome-volume-control/ca/figures/gnome-volume-control_window.png -share/gnome/help/gnome-volume-control/ca/gnome-volume-control.xml -share/gnome/help/gnome-volume-control/de/figures/gnome-volume-control_window.png -share/gnome/help/gnome-volume-control/de/gnome-volume-control.xml -share/gnome/help/gnome-volume-control/es/figures/gnome-volume-control_window.png -share/gnome/help/gnome-volume-control/es/gnome-volume-control.xml -share/gnome/help/gnome-volume-control/fr/figures/gnome-volume-control_window.png -share/gnome/help/gnome-volume-control/fr/gnome-volume-control.xml -share/gnome/help/gnome-volume-control/it/figures/gnome-volume-control_window.png -share/gnome/help/gnome-volume-control/it/gnome-volume-control.xml -share/gnome/help/gnome-volume-control/oc/figures/gnome-volume-control_window.png -share/gnome/help/gnome-volume-control/oc/gnome-volume-control.xml -share/gnome/help/gnome-volume-control/ru/figures/gnome-volume-control_window.png -share/gnome/help/gnome-volume-control/ru/gnome-volume-control.xml -share/gnome/help/gnome-volume-control/sv/figures/gnome-volume-control_window.png -share/gnome/help/gnome-volume-control/sv/gnome-volume-control.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/de/figures/gstreamer_properties_window.png -share/gnome/help/gstreamer-properties/de/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/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/gstreamer-properties/glade/gstreamer-properties.glade -share/gstreamer-properties/icons/gstreamer-properties.png -share/icons/hicolor/16x16/apps/gnome-sound-recorder.png -share/icons/hicolor/16x16/devices/gvc-3d-sound.png -share/icons/hicolor/16x16/devices/gvc-headphones.png -share/icons/hicolor/16x16/devices/gvc-line-in.png -share/icons/hicolor/16x16/devices/gvc-tone.png -share/icons/hicolor/16x16/status/audio-input-microphone-muted.png -share/icons/hicolor/22x22/apps/gnome-sound-recorder.png -share/icons/hicolor/24x24/apps/gnome-sound-recorder.png -share/icons/hicolor/32x32/apps/gnome-sound-recorder.png -share/icons/hicolor/48x48/apps/gnome-sound-recorder.png -share/icons/hicolor/48x48/apps/gstreamer-properties.png -share/icons/hicolor/scalable/apps/gnome-sound-recorder.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/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/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/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-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-de.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/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-volume-control/gnome-volume-control-C.omf -share/omf/gnome-volume-control/gnome-volume-control-ca.omf -share/omf/gnome-volume-control/gnome-volume-control-de.omf -share/omf/gnome-volume-control/gnome-volume-control-es.omf -share/omf/gnome-volume-control/gnome-volume-control-fr.omf -share/omf/gnome-volume-control/gnome-volume-control-it.omf -share/omf/gnome-volume-control/gnome-volume-control-oc.omf -share/omf/gnome-volume-control/gnome-volume-control-ru.omf -share/omf/gnome-volume-control/gnome-volume-control-sv.omf -share/omf/gstreamer-properties/gstreamer-properties-C.omf -share/omf/gstreamer-properties/gstreamer-properties-ca.omf -share/omf/gstreamer-properties/gstreamer-properties-de.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 -@dirrm share/omf/gstreamer-properties -@dirrm share/omf/gnome-volume-control -@dirrm share/omf/gnome-sound-recorder -@dirrm share/gstreamer-properties/icons -@dirrm share/gstreamer-properties/glade -@dirrm share/gstreamer-properties -@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/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/de/figures -@dirrm share/gnome/help/gstreamer-properties/de -@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-volume-control/sv/figures -@dirrm share/gnome/help/gnome-volume-control/sv -@dirrm share/gnome/help/gnome-volume-control/ru/figures -@dirrm share/gnome/help/gnome-volume-control/ru -@dirrm share/gnome/help/gnome-volume-control/oc/figures -@dirrm share/gnome/help/gnome-volume-control/oc -@dirrm share/gnome/help/gnome-volume-control/it/figures -@dirrm share/gnome/help/gnome-volume-control/it -@dirrm share/gnome/help/gnome-volume-control/fr/figures -@dirrm share/gnome/help/gnome-volume-control/fr -@dirrm share/gnome/help/gnome-volume-control/es/figures -@dirrm share/gnome/help/gnome-volume-control/es -@dirrm share/gnome/help/gnome-volume-control/de/figures -@dirrm share/gnome/help/gnome-volume-control/de -@dirrm share/gnome/help/gnome-volume-control/ca/figures -@dirrm share/gnome/help/gnome-volume-control/ca -@dirrm share/gnome/help/gnome-volume-control/C/figures -@dirrm share/gnome/help/gnome-volume-control/C -@dirrm share/gnome/help/gnome-volume-control -@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/de/figures -@dirrm share/gnome/help/gnome-sound-recorder/de -@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-sound-recorder/ui -@dirrm share/gnome-sound-recorder -@dirrm %%DATADIR%%/pixmaps -@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/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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/audio/libcanberra/Makefile b/audio/libcanberra/Makefile deleted file mode 100644 index 9d9dc6b92..000000000 --- a/audio/libcanberra/Makefile +++ /dev/null @@ -1,54 +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.10 -PORTREVISION= 2 -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.5:${PORTSDIR}/audio/libvorbis - -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack gtk20 ltverhack gconf2 -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 libltdl:15 -CONFIGURE_ARGS= --disable-lynx -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 - -.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 7adb467b8..000000000 --- a/audio/libcanberra/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libcanberra-0.10.tar.gz) = 2623370bfcecaeecaeb85e5ec445f340 -SHA256 (libcanberra-0.10.tar.gz) = b0e3cb59e605412a52352cf9cf36344b165463d4e65916c95deb73fc51838272 -SIZE (libcanberra-0.10.tar.gz) = 826222 diff --git a/audio/libcanberra/files/patch-Makefile.in b/audio/libcanberra/files/patch-Makefile.in deleted file mode 100644 index bd5972c31..000000000 --- a/audio/libcanberra/files/patch-Makefile.in +++ /dev/null @@ -1,28 +0,0 @@ ---- Makefile.in.orig 2008-12-20 13:42:12.000000000 -0500 -+++ Makefile.in 2008-12-20 20:43:22.000000000 -0500 -@@ -271,7 +271,7 @@ top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - dist_doc_DATA = README - EXTRA_DIST = bootstrap.sh autogen.sh LGPL libcanberra.schemas --SUBDIRS = src gtkdoc libltdl doc -+SUBDIRS = src gtkdoc doc - MAINTAINERCLEANFILES = README - noinst_DATA = README - pkgconfigdir = $(prefix)/libdata/pkgconfig -@@ -794,11 +794,11 @@ uninstall-am: uninstall-dist_docDATA uni - - - @GCONF_SCHEMAS_INSTALL_TRUE@install-data-local: --@GCONF_SCHEMAS_INSTALL_TRUE@ if test -z "$(DESTDIR)" ; then \ --@GCONF_SCHEMAS_INSTALL_TRUE@ for p in $(schemas_DATA) ; do \ --@GCONF_SCHEMAS_INSTALL_TRUE@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/data/$$p ; \ --@GCONF_SCHEMAS_INSTALL_TRUE@ done \ --@GCONF_SCHEMAS_INSTALL_TRUE@ fi -+@GCONF_SCHEMAS_INSTALL_TRUE@ if test -z "$(DESTDIR)" ; then \ -+@GCONF_SCHEMAS_INSTALL_TRUE@ for p in $(schemas_DATA) ; do \ -+@GCONF_SCHEMAS_INSTALL_TRUE@ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/$$p ; \ -+@GCONF_SCHEMAS_INSTALL_TRUE@ done ; \ -+@GCONF_SCHEMAS_INSTALL_TRUE@ fi - @GCONF_SCHEMAS_INSTALL_FALSE@install-data-local: - - README: diff --git a/audio/libcanberra/files/patch-configure b/audio/libcanberra/files/patch-configure deleted file mode 100644 index 7d6431251..000000000 --- a/audio/libcanberra/files/patch-configure +++ /dev/null @@ -1,27 +0,0 @@ ---- configure.orig 2008-12-19 19:07:23.000000000 -0500 -+++ configure 2008-12-19 19:08:01.000000000 -0500 -@@ -791,7 +791,6 @@ ac_includes_default="\ - # include <unistd.h> - #endif" - --enable_option_checking=no - ac_subst_vars='LTLIBOBJS - LIBOBJS - GTK_DOC_USE_LIBTOOL_FALSE -@@ -878,7 +877,6 @@ USE_VERSION_SCRIPT_FALSE - USE_VERSION_SCRIPT_TRUE - OS_IS_WIN32_FALSE - OS_IS_WIN32_TRUE --subdirs - LIBLTDL - LTDLINCL - LIBTOOL -@@ -1054,7 +1052,7 @@ TDB_CFLAGS - TDB_LIBS - VORBIS_CFLAGS - VORBIS_LIBS' --ac_subdirs_all='libltdl' -+ - - # Initialize some variables set by options. - ac_init_help= diff --git a/audio/libcanberra/files/patch-src_oss.c b/audio/libcanberra/files/patch-src_oss.c deleted file mode 100644 index ec8bdc3c4..000000000 --- a/audio/libcanberra/files/patch-src_oss.c +++ /dev/null @@ -1,28 +0,0 @@ ---- src/oss.c.orig 2008-09-01 19:53:47.000000000 -0400 -+++ src/oss.c 2008-12-21 13:51:09.000000000 -0500 -@@ -235,7 +235,7 @@ static int open_oss(ca_context *c, struc - ca_return_val_if_fail(c, CA_ERROR_INVALID); - ca_return_val_if_fail(c->private, CA_ERROR_STATE); - ca_return_val_if_fail(out, CA_ERROR_INVALID); -- ca_return_val_if_fail(ca_sound_file_get_nchannels(out->file) > 2, CA_ERROR_NOTSUPPORTED); -+ ca_return_val_if_fail(ca_sound_file_get_nchannels(out->file) <= 2, CA_ERROR_NOTSUPPORTED); - - p = PRIVATE(c); - -@@ -258,7 +258,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; -@@ -423,6 +423,7 @@ int driver_play(ca_context *c, uint32_t - out->callback = cb; - out->userdata = userdata; - out->pipe_fd[0] = out->pipe_fd[1] = -1; -+ out->pcm = -1; - - if (pipe(out->pipe_fd) < 0) { - ret = CA_ERROR_SYSTEM; 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 816a75992..000000000 --- a/audio/libcanberra/pkg-plist +++ /dev/null @@ -1,49 +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/libcanberra-multi.a -lib/libcanberra/libcanberra-multi.la -lib/libcanberra/libcanberra-multi.so -lib/libcanberra/libcanberra-null.a -lib/libcanberra/libcanberra-null.la -lib/libcanberra/libcanberra-null.so -lib/libcanberra/libcanberra-oss.a -lib/libcanberra/libcanberra-oss.la -lib/libcanberra/libcanberra-oss.so -%%PULSE%%lib/libcanberra/libcanberra-pulse.a -%%PULSE%%lib/libcanberra/libcanberra-pulse.la -%%PULSE%%lib/libcanberra/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/gnome/autostart/libcanberra-login-sound.desktop -share/gnome/shutdown/libcanberra-logout-sound.sh -@dirrmtry share/gnome/shutdown -@dirrm %%DOCSDIR%% -@dirrm lib/libcanberra diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile deleted file mode 100644 index ad3a71b2e..000000000 --- a/audio/rhythmbox-devel/Makefile +++ /dev/null @@ -1,144 +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-devel/Makefile,v 1.97 2008/08/04 16:58:02 mezz Exp $ -# - -PORTNAME= rhythmbox -PORTVERSION= 0.11.6 -PORTREVISION= 3 -CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.11 -DIST_SUBDIR= gnome2 - -MAINTAINER= marcus@FreeBSD.org -COMMENT= Audio player for GNOME - -LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - 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 - -NO_LATEST_LINK= yes - -USE_BZIP2= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner -WANT_GNOME= yes -USE_GSTREAMER= flac mp3 gnomevfs gconf jpeg -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS= --enable-nautilus-menu --with-playback=gstreamer-0-10 \ - --disable-vala -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 \ - GECKO_PLUGIN "Enable iTunes browser plugin" on -# GDA "Enable GDA database storage" off - -CONFLICTS= rhythmbox-0.10.[0-9]* - -.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_GDA) -#USE_GNOME+= libgda2 -#CONFIGURE_ARGS+=--with-database=libgda -#.else -CONFIGURE_ARGS+=--with-database=tree -#.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_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.3:${PORTSDIR}/audio/libgpod -CONFIGURE_ARGS+=--with-ipod -PLIST_SUB+= IPOD="" -.else -CONFIGURE_ARGS+=--without-ipod -PLIST_SUB+= IPOD="@comment " -.endif - -.if !defined(WITHOUT_GECKO_PLUGIN) -USE_GECKO= firefox mozilla seamonkey xulrunner<->firefox firefox-devel<->firefox -.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" - -USE_WEBPLUGINS= gecko18 -WEBPLUGINS_FILES=librhythmbox-itms-detection-plugin.so -.include "${PORTSDIR}/www/firefox/Makefile.webplugins" - -CONFIGURE_ARGS+=--enable-browser-plugin \ - --with-gecko=${GECKO} -CONFIGURE_ENV+= MOZILLA_PLUGINDIR=${WEBPLUGINS_DIR} -PLIST_SUB+= GECKO_PLUGIN="" -.else -CONFIGURE_ARGS+=--disable-browser-plugin -PLIST_SUB+= GECKO_PLUGIN="@comment " -.endif - -.include <bsd.port.post.mk> diff --git a/audio/rhythmbox-devel/distinfo b/audio/rhythmbox-devel/distinfo deleted file mode 100644 index aadb2c084..000000000 --- a/audio/rhythmbox-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/rhythmbox-0.11.6.tar.bz2) = b827e047d13954ba956c3c4ea940935e -SHA256 (gnome2/rhythmbox-0.11.6.tar.bz2) = 687f566817a0c1c6a2c0e9cc462bb10cded39b8d22b224fa55be00ae1cbdc151 -SIZE (gnome2/rhythmbox-0.11.6.tar.bz2) = 4683400 diff --git a/audio/rhythmbox-devel/files/patch-configure b/audio/rhythmbox-devel/files/patch-configure deleted file mode 100644 index cb7075d40..000000000 --- a/audio/rhythmbox-devel/files/patch-configure +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.orig 2008-03-17 00:11:17.000000000 -0400 -+++ configure 2008-03-17 00:26:52.000000000 -0400 -@@ -14152,7 +14152,7 @@ else - echo "${ECHO_T}yes" >&6; } - have_gio=yes - fi --if test x$have_gio == "xyes"; then -+if test x$have_gio = "xyes"; then - - cat >>confdefs.h <<\_ACEOF - #define HAVE_GIO 1 -@@ -14244,7 +14244,7 @@ echo "$as_me: error: HAL support explici - { (exit 1); exit 1; }; } - fi - -- if test "x$enable_hal" == "xyes"; then -+ if test "x$enable_hal" = "xyes"; then - - cat >>confdefs.h <<\_ACEOF - #define HAVE_HAL 1 -@@ -21807,7 +21807,7 @@ echo "${ECHO_T}yes" >&6; } - : - fi - 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-devel/files/patch-plugins_cd-recorder_rb-recorder-gst.c b/audio/rhythmbox-devel/files/patch-plugins_cd-recorder_rb-recorder-gst.c deleted file mode 100644 index c70afd0dc..000000000 --- a/audio/rhythmbox-devel/files/patch-plugins_cd-recorder_rb-recorder-gst.c +++ /dev/null @@ -1,12 +0,0 @@ ---- plugins/cd-recorder/rb-recorder-gst.c.orig Wed Aug 10 20:06:11 2005 -+++ plugins/cd-recorder/rb-recorder-gst.c Wed Aug 10 20:06:31 2005 -@@ -25,7 +25,9 @@ - #include <string.h> - #include <math.h> - #include <time.h> -+#ifndef __FreeBSD__ - #include <sys/vfs.h> -+#endif - #include <sys/types.h> - #include <sys/stat.h> - #include <fcntl.h> diff --git a/audio/rhythmbox-devel/files/patch-plugins_daap_rb-daap-src.c b/audio/rhythmbox-devel/files/patch-plugins_daap_rb-daap-src.c deleted file mode 100644 index 4d9bb5178..000000000 --- a/audio/rhythmbox-devel/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-devel/files/patch-podcast_rb-podcast-parse.h b/audio/rhythmbox-devel/files/patch-podcast_rb-podcast-parse.h deleted file mode 100644 index 2208b3205..000000000 --- a/audio/rhythmbox-devel/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-devel/pkg-descr b/audio/rhythmbox-devel/pkg-descr deleted file mode 100644 index 9c4ecf6ca..000000000 --- a/audio/rhythmbox-devel/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-devel/pkg-plist b/audio/rhythmbox-devel/pkg-plist deleted file mode 100644 index d7d138602..000000000 --- a/audio/rhythmbox-devel/pkg-plist +++ /dev/null @@ -1,625 +0,0 @@ -bin/rhythmbox -bin/rhythmbox-client -%%GECKO_PLUGIN%%%%WEBPLUGINS_DIR%%/librhythmbox-itms-detection-plugin.a -%%GECKO_PLUGIN%%%%WEBPLUGINS_DIR%%/librhythmbox-itms-detection-plugin.la -%%GECKO_PLUGIN%%%%WEBPLUGINS_DIR%%/librhythmbox-itms-detection-plugin.so -lib/librhythmbox-core.a -lib/librhythmbox-core.la -lib/librhythmbox-core.so -lib/librhythmbox-core.so.0 -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.pyo -%%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/LocalCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.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/audiocd-ui.xml -lib/rhythmbox/plugins/audiocd/audiocd.rb-plugin -lib/rhythmbox/plugins/audiocd/libaudiocd.a -lib/rhythmbox/plugins/audiocd/libaudiocd.la -lib/rhythmbox/plugins/audiocd/libaudiocd.so -lib/rhythmbox/plugins/audiocd/multiple-album.glade -lib/rhythmbox/plugins/audioscrobbler/as-icon.png -lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-prefs.glade -lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-ui.xml -lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.rb-plugin -lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.a -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.a -lib/rhythmbox/plugins/cd-recorder/libcd-recorder.la -lib/rhythmbox/plugins/cd-recorder/libcd-recorder.so -lib/rhythmbox/plugins/cd-recorder/recorder.glade -%%DAAP%%lib/rhythmbox/plugins/daap/daap-prefs.glade -%%DAAP%%lib/rhythmbox/plugins/daap/daap-ui.xml -%%DAAP%%lib/rhythmbox/plugins/daap/daap.rb-plugin -%%DAAP%%lib/rhythmbox/plugins/daap/libdaap.a -%%DAAP%%lib/rhythmbox/plugins/daap/libdaap.la -%%DAAP%%lib/rhythmbox/plugins/daap/libdaap.so -%%PYTHON%%lib/rhythmbox/plugins/dontreallyclose/dontreallyclose.py -%%PYTHON%%lib/rhythmbox/plugins/dontreallyclose/dontreallyclose.pyc -%%PYTHON%%lib/rhythmbox/plugins/dontreallyclose/dontreallyclose.pyo -%%PYTHON%%lib/rhythmbox/plugins/dontreallyclose/dontreallyclose.rb-plugin -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.a -lib/rhythmbox/plugins/generic-player/libgeneric-player.la -lib/rhythmbox/plugins/generic-player/libgeneric-player.so -%%IPOD%%lib/rhythmbox/plugins/ipod/ipod-ui.xml -%%IPOD%%lib/rhythmbox/plugins/ipod/ipod.rb-plugin -%%IPOD%%lib/rhythmbox/plugins/ipod/libipod.a -%%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.a -lib/rhythmbox/plugins/iradio/libiradio.la -lib/rhythmbox/plugins/iradio/libiradio.so -lib/rhythmbox/plugins/iradio/station-properties.glade -%%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-loading.glade -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo-prefs.glade -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo_logo.png -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo_logo_medium.png -%%LIRC%%lib/rhythmbox/plugins/lirc/librblirc.a -%%LIRC%%lib/rhythmbox/plugins/lirc/librblirc.la -%%LIRC%%lib/rhythmbox/plugins/lirc/librblirc.so -%%LIRC%%lib/rhythmbox/plugins/lirc/lirc.rb-plugin -%%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.glade -%%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.glade -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune-prefs.glade -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune-purchase.glade -%%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.a -lib/rhythmbox/plugins/mmkeys/libmmkeys.la -lib/rhythmbox/plugins/mmkeys/libmmkeys.so -lib/rhythmbox/plugins/mmkeys/mmkeys.rb-plugin -lib/rhythmbox/plugins/power-manager/libpower-manager.a -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/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.pyo -%%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.a -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.glade -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%%/RBProxyConfig.html -%%DOCSDIR%%/RBQueryCreator.html -%%DOCSDIR%%/RBRandomPlayOrder.html -%%DOCSDIR%%/RBRating.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%%/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-RBSourceGroup.html -%%DOCSDIR%%/rhythmbox-eel-gconf-extensions.html -%%DOCSDIR%%/rhythmbox-rb-async-queue-watch.html -%%DOCSDIR%%/rhythmbox-rb-debug.html -%%DOCSDIR%%/rhythmbox-rb-dialog.html -%%DOCSDIR%%/rhythmbox-rb-file-helpers.html -%%DOCSDIR%%/rhythmbox-rb-glade-helpers.html -%%DOCSDIR%%/rhythmbox-rb-header.html -%%DOCSDIR%%/rhythmbox-rb-podcast-source.html -%%DOCSDIR%%/rhythmbox-rb-rating-helper.html -%%DOCSDIR%%/rhythmbox-rb-removable-media-manager.html -%%DOCSDIR%%/rhythmbox-rb-removable-media-source.html -%%DOCSDIR%%/rhythmbox-rb-shell.html -%%DOCSDIR%%/rhythmbox-rb-static-playlist-source.html -%%DOCSDIR%%/rhythmbox-rb-statusbar.html -%%DOCSDIR%%/rhythmbox-rb-streaming-source.html -%%DOCSDIR%%/rhythmbox-rb-tray-icon.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/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/32x32/apps/rhythmbox.png -share/icons/hicolor/48x48/apps/rhythmbox.png -share/icons/hicolor/scalable/apps/rhythmbox.svg -share/locale/am/LC_MESSAGES/rhythmbox.mo -share/locale/ar/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/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/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/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/ms/LC_MESSAGES/rhythmbox.mo -share/locale/nb/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/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/sr/LC_MESSAGES/rhythmbox.mo -share/locale/sr@Latn/LC_MESSAGES/rhythmbox.mo -share/locale/sv/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-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/glade/create-playlist.glade -share/rhythmbox/glade/general-prefs.glade -share/rhythmbox/glade/library-prefs.glade -share/rhythmbox/glade/playback-prefs.glade -share/rhythmbox/glade/playlist-save.glade -share/rhythmbox/glade/plugins.glade -share/rhythmbox/glade/podcast-feed-properties.glade -share/rhythmbox/glade/podcast-prefs.glade -share/rhythmbox/glade/podcast-properties.glade -share/rhythmbox/glade/song-info-multiple.glade -share/rhythmbox/glade/song-info.glade -share/rhythmbox/glade/uri-new.glade -share/rhythmbox/glade/uri.glade -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/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/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/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/playlists.xml -share/rhythmbox/rhythmbox-ui.xml -@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/glade -@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/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 -%%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 -@dirrm lib/rhythmbox/plugins/generic-player -%%PYTHON%%@dirrm lib/rhythmbox/plugins/dontreallyclose -%%DAAP%%@dirrm lib/rhythmbox/plugins/daap -@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 -%%GECKO_PLUGIN%%@dirrmtry %%WEBPLUGINS_DIR%% -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@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/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile deleted file mode 100644 index 4a78787f8..000000000 --- a/audio/rhythmbox/Makefile +++ /dev/null @@ -1,123 +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.92 2008/07/13 17:48:09 marcus Exp $ -# - -PORTNAME= rhythmbox -PORTVERSION= 0.10.1 -PORTREVISION= 11 -CATEGORIES= audio gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10 -DIST_SUBDIR= gnome2 - -MAINTAINER= marcus@FreeBSD.org -COMMENT= Audio player for GNOME - -LIB_DEPENDS= musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ - 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.2.8:${PORTSDIR}/devel/libsoup22 \ - gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media - -USE_BZIP2= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner -WANT_GNOME= yes -USE_GSTREAMER= flac mp3 gnomevfs gconf jpeg -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS= --enable-nautilus-menu --with-playback=gstreamer-0-10 -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 -# GDA "Enable GDA database storage" off - -CONFLICTS= rhythmbox-0.11.[0-9]* - -.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_GDA) -#USE_GNOME+= libgda2 -#CONFIGURE_ARGS+=--with-database=libgda -#.else -CONFIGURE_ARGS+=--with-database=tree -#.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_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 ${HAVE_GNOME:Mpygtk2}!="" -USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygtk2 -CONFIGURE_ARGS+=--enable-python -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+=--disable-python -PLIST_SUB+= PYTHON="@comment " -.endif - -.if !defined(WITHOUT_IPOD) -LIB_DEPENDS+= gpod.3:${PORTSDIR}/audio/libgpod -CONFIGURE_ARGS+=--with-ipod -PLIST_SUB+= IPOD="" -.else -CONFIGURE_ARGS+=--without-ipod -PLIST_SUB+= IPOD="@comment " -.endif - -.include <bsd.port.post.mk> diff --git a/audio/rhythmbox/distinfo b/audio/rhythmbox/distinfo deleted file mode 100644 index ddf775466..000000000 --- a/audio/rhythmbox/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/rhythmbox-0.10.1.tar.bz2) = 6ab510d54654d2973f91b5d0de54f854 -SHA256 (gnome2/rhythmbox-0.10.1.tar.bz2) = a303076477a9a7b6a226613a6f3b43f4641ce977357c9aa9652932dc0b9bbd16 -SIZE (gnome2/rhythmbox-0.10.1.tar.bz2) = 3408309 diff --git a/audio/rhythmbox/files/patch-plugins_cd-recorder_rb-recorder-gst.c b/audio/rhythmbox/files/patch-plugins_cd-recorder_rb-recorder-gst.c deleted file mode 100644 index c70afd0dc..000000000 --- a/audio/rhythmbox/files/patch-plugins_cd-recorder_rb-recorder-gst.c +++ /dev/null @@ -1,12 +0,0 @@ ---- plugins/cd-recorder/rb-recorder-gst.c.orig Wed Aug 10 20:06:11 2005 -+++ plugins/cd-recorder/rb-recorder-gst.c Wed Aug 10 20:06:31 2005 -@@ -25,7 +25,9 @@ - #include <string.h> - #include <math.h> - #include <time.h> -+#ifndef __FreeBSD__ - #include <sys/vfs.h> -+#endif - #include <sys/types.h> - #include <sys/stat.h> - #include <fcntl.h> 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-plugins_ipod_rb-ipod-source.c b/audio/rhythmbox/files/patch-plugins_ipod_rb-ipod-source.c deleted file mode 100644 index 2195b06b2..000000000 --- a/audio/rhythmbox/files/patch-plugins_ipod_rb-ipod-source.c +++ /dev/null @@ -1,51 +0,0 @@ ---- plugins/ipod/rb-ipod-source.c.orig Sun Nov 19 12:12:33 2006 -+++ plugins/ipod/rb-ipod-source.c Sun Nov 19 12:28:50 2006 -@@ -695,33 +695,36 @@ hal_udi_is_ipod (const char *udi) - char *spider_udi; - int vnd_id = 0; - int product_id = 0; -+ DBusError phone_error; -+ -+ dbus_error_init (&phone_error); - - spider_udi = g_strdup(parent_udi); - while (vnd_id == 0 && product_id == 0 && spider_udi != NULL) { - char *old_udi = spider_udi; - spider_udi = libhal_device_get_property_string (ctx, spider_udi, -- "info.parent", &error); -- if (dbus_error_is_set (&error)) { -- dbus_error_free (&error); -- dbus_error_init (&error); -+ "info.parent", &phone_error); -+ if (dbus_error_is_set (&phone_error)) { -+ dbus_error_free (&phone_error); -+ dbus_error_init (&phone_error); - spider_udi = NULL; - break; - } - g_free(old_udi); - - vnd_id = libhal_device_get_property_int (ctx, spider_udi, -- "usb.vendor_id", &error); -- if (dbus_error_is_set(&error)) { -- dbus_error_free (&error); -- dbus_error_init (&error); -+ "usb.vendor_id", &phone_error); -+ if (dbus_error_is_set(&phone_error)) { -+ dbus_error_free (&phone_error); -+ dbus_error_init (&phone_error); - vnd_id = 0; - } - - product_id = libhal_device_get_property_int (ctx, spider_udi, -- "usb.product_id", &error); -- if (dbus_error_is_set(&error)) { -- dbus_error_free (&error); -- dbus_error_init (&error); -+ "usb.product_id", &phone_error); -+ if (dbus_error_is_set(&phone_error)) { -+ dbus_error_free (&phone_error); -+ dbus_error_init (&phone_error); - product_id = 0; - } - } 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/files/patch-shell_Makefile.in b/audio/rhythmbox/files/patch-shell_Makefile.in deleted file mode 100644 index 970fee8a0..000000000 --- a/audio/rhythmbox/files/patch-shell_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- shell/Makefile.in.orig 2008-06-07 13:56:05.000000000 -0400 -+++ shell/Makefile.in 2008-06-07 13:56:26.000000000 -0400 -@@ -351,6 +351,7 @@ INCLUDES = \ - $(WARN_CFLAGS) \ - $(GDA_CFLAGS) \ - $(RHYTHMBOX_CFLAGS) \ -+ $(SOUP_CFLAGS) \ - $(TOTEM_PLPARSER_CFLAGS) \ - $(DBUS_CFLAGS) \ - $(LIBNAUTILUS_BURN_CFLAGS) \ diff --git a/audio/rhythmbox/pkg-descr b/audio/rhythmbox/pkg-descr deleted file mode 100644 index 60afe778d..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 333cc64b0..000000000 --- a/audio/rhythmbox/pkg-plist +++ /dev/null @@ -1,442 +0,0 @@ -bin/rhythmbox -bin/rhythmbox-client -lib/librhythmbox-core.a -lib/librhythmbox-core.la -lib/librhythmbox-core.so -lib/librhythmbox-core.so.0 -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/AmazonCoverArtSearch.pyo -%%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/LocalCoverArtSearch.py -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.pyc -%%PYTHON%%lib/rhythmbox/plugins/artdisplay/LocalCoverArtSearch.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/artdisplay.rb-plugin -%%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/rhythmbox-missing-artwork.svg -lib/rhythmbox/plugins/audiocd/audiocd.rb-plugin -lib/rhythmbox/plugins/audiocd/libaudiocd.a -lib/rhythmbox/plugins/audiocd/libaudiocd.la -lib/rhythmbox/plugins/audiocd/libaudiocd.so -lib/rhythmbox/plugins/audiocd/multiple-album.glade -lib/rhythmbox/plugins/audioscrobbler/as-icon.svg -lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-prefs.glade -lib/rhythmbox/plugins/audioscrobbler/audioscrobbler-ui.xml -lib/rhythmbox/plugins/audioscrobbler/audioscrobbler.rb-plugin -lib/rhythmbox/plugins/audioscrobbler/libaudioscrobbler.a -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.a -lib/rhythmbox/plugins/cd-recorder/libcd-recorder.la -lib/rhythmbox/plugins/cd-recorder/libcd-recorder.so -lib/rhythmbox/plugins/cd-recorder/recorder.glade -%%DAAP%%lib/rhythmbox/plugins/daap/daap-prefs.glade -%%DAAP%%lib/rhythmbox/plugins/daap/daap-ui.xml -%%DAAP%%lib/rhythmbox/plugins/daap/daap.rb-plugin -%%DAAP%%lib/rhythmbox/plugins/daap/libdaap.a -%%DAAP%%lib/rhythmbox/plugins/daap/libdaap.la -%%DAAP%%lib/rhythmbox/plugins/daap/libdaap.so -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.a -lib/rhythmbox/plugins/generic-player/libgeneric-player.la -lib/rhythmbox/plugins/generic-player/libgeneric-player.so -%%IPOD%%lib/rhythmbox/plugins/ipod/ipod-ui.xml -%%IPOD%%lib/rhythmbox/plugins/ipod/ipod.rb-plugin -%%IPOD%%lib/rhythmbox/plugins/ipod/libipod.a -%%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.a -lib/rhythmbox/plugins/iradio/libiradio.la -lib/rhythmbox/plugins/iradio/libiradio.so -lib/rhythmbox/plugins/iradio/station-properties.glade -%%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-loading.glade -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo-prefs.glade -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo_logo.png -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo_logo_medium.png -%%PYTHON%%lib/rhythmbox/plugins/jamendo/jamendo_logo_small.png -%%LIRC%%lib/rhythmbox/plugins/lirc/librblirc.a -%%LIRC%%lib/rhythmbox/plugins/lirc/librblirc.la -%%LIRC%%lib/rhythmbox/plugins/lirc/librblirc.so -%%LIRC%%lib/rhythmbox/plugins/lirc/lirc.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.py -%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.pyc -%%PYTHON%%lib/rhythmbox/plugins/lyrics/lyrics.pyo -%%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.glade -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune-prefs.glade -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune-purchase.glade -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune.rb-plugin -%%PYTHON%%lib/rhythmbox/plugins/magnatune/magnatune_circle_small.png -%%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.a -lib/rhythmbox/plugins/mmkeys/libmmkeys.la -lib/rhythmbox/plugins/mmkeys/libmmkeys.so -lib/rhythmbox/plugins/mmkeys/mmkeys.rb-plugin -lib/rhythmbox/plugins/power-manager/libpower-manager.a -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/__init__.py -%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.pyc -%%PYTHON%%lib/rhythmbox/plugins/rb/__init__.pyo -lib/rhythmbox/plugins/visualizer/libvisualizer.a -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.glade -lib/rhythmbox/plugins/visualizer/visualizer-ui.xml -lib/rhythmbox/plugins/visualizer/visualizer.rb-plugin -libexec/rhythmbox-metadata -share/dbus-1/services/org.gnome.Rhythmbox.service -%%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-RBCellRendererPixbuf.html -%%DOCSDIR%%/rhythmbox-RBSource.html -%%DOCSDIR%%/rhythmbox-eel-gconf-extensions.html -%%DOCSDIR%%/rhythmbox-rb-cell-renderer-rating.html -%%DOCSDIR%%/rhythmbox-rb-debug.html -%%DOCSDIR%%/rhythmbox-rb-dialog.html -%%DOCSDIR%%/rhythmbox-rb-druid.html -%%DOCSDIR%%/rhythmbox-rb-entry-view.html -%%DOCSDIR%%/rhythmbox-rb-enums.html -%%DOCSDIR%%/rhythmbox-rb-file-helpers.html -%%DOCSDIR%%/rhythmbox-rb-glade-helpers.html -%%DOCSDIR%%/rhythmbox-rb-header.html -%%DOCSDIR%%/rhythmbox-rb-history.html -%%DOCSDIR%%/rhythmbox-rb-library-source.html -%%DOCSDIR%%/rhythmbox-rb-metadata.html -%%DOCSDIR%%/rhythmbox-rb-play-order-linear-loop.html -%%DOCSDIR%%/rhythmbox-rb-play-order-linear.html -%%DOCSDIR%%/rhythmbox-rb-play-order-random-by-age-and-rating.html -%%DOCSDIR%%/rhythmbox-rb-play-order-random-by-age.html -%%DOCSDIR%%/rhythmbox-rb-play-order-random-by-rating.html -%%DOCSDIR%%/rhythmbox-rb-play-order-random-equal-weights.html -%%DOCSDIR%%/rhythmbox-rb-play-order-random.html -%%DOCSDIR%%/rhythmbox-rb-play-order-shuffle.html -%%DOCSDIR%%/rhythmbox-rb-play-order.html -%%DOCSDIR%%/rhythmbox-rb-player.html -%%DOCSDIR%%/rhythmbox-rb-playlist-manager.html -%%DOCSDIR%%/rhythmbox-rb-playlist-source-recorder.html -%%DOCSDIR%%/rhythmbox-rb-playlist-source.html -%%DOCSDIR%%/rhythmbox-rb-preferences.html -%%DOCSDIR%%/rhythmbox-rb-property-view.html -%%DOCSDIR%%/rhythmbox-rb-query-creator.html -%%DOCSDIR%%/rhythmbox-rb-rating-helper.html -%%DOCSDIR%%/rhythmbox-rb-rating.html -%%DOCSDIR%%/rhythmbox-rb-search-entry.html -%%DOCSDIR%%/rhythmbox-rb-shell-clipboard.html -%%DOCSDIR%%/rhythmbox-rb-shell-player.html -%%DOCSDIR%%/rhythmbox-rb-shell-preferences.html -%%DOCSDIR%%/rhythmbox-rb-shell.html -%%DOCSDIR%%/rhythmbox-rb-song-display-box.html -%%DOCSDIR%%/rhythmbox-rb-song-info.html -%%DOCSDIR%%/rhythmbox-rb-source-header.html -%%DOCSDIR%%/rhythmbox-rb-sourcelist-model.html -%%DOCSDIR%%/rhythmbox-rb-sourcelist.html -%%DOCSDIR%%/rhythmbox-rb-statusbar.html -%%DOCSDIR%%/rhythmbox-rb-stock-icons.html -%%DOCSDIR%%/rhythmbox-rb-string-helpers.html -%%DOCSDIR%%/rhythmbox-rb-tray-icon.html -%%DOCSDIR%%/rhythmbox-rb-tree-dnd.html -%%DOCSDIR%%/rhythmbox-rb-tree-model-sort.html -%%DOCSDIR%%/rhythmbox-rb-util.html -%%DOCSDIR%%/rhythmbox-rhythmdb-property-model.html -%%DOCSDIR%%/rhythmbox-rhythmdb-query-model.html -%%DOCSDIR%%/rhythmbox-rhythmdb-tree.html -%%DOCSDIR%%/rhythmbox-rhythmdb.html -%%DOCSDIR%%/rhythmbox.devhelp -%%DOCSDIR%%/rhythmbox.devhelp2 -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/applications/rhythmbox.desktop -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/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/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/omf/rhythmbox/rhythmbox-C.omf -share/omf/rhythmbox/rhythmbox-el.omf -share/omf/rhythmbox/rhythmbox-es.omf -share/omf/rhythmbox/rhythmbox-fr.omf -share/omf/rhythmbox/rhythmbox-ru.omf -share/omf/rhythmbox/rhythmbox-sv.omf -share/omf/rhythmbox/rhythmbox-zh_CN.omf -share/rhythmbox/art/about-logo.png -share/rhythmbox/art/media-eject.png -share/rhythmbox/art/rhythmbox-no-star.png -share/rhythmbox/art/rhythmbox-podcast.png -share/rhythmbox/art/rhythmbox-set-star.png -share/rhythmbox/art/rhythmbox-tray-icon.png -share/rhythmbox/art/rhythmbox-unset-star.png -share/rhythmbox/glade/create-playlist.glade -share/rhythmbox/glade/druid.glade -share/rhythmbox/glade/general-prefs.glade -share/rhythmbox/glade/library-prefs.glade -share/rhythmbox/glade/playlist-save.glade -share/rhythmbox/glade/plugins.glade -share/rhythmbox/glade/podcast-feed-properties.glade -share/rhythmbox/glade/podcast-prefs.glade -share/rhythmbox/glade/podcast-properties.glade -share/rhythmbox/glade/song-info-multiple.glade -share/rhythmbox/glade/song-info.glade -share/rhythmbox/glade/uri-new.glade -share/rhythmbox/glade/uri.glade -share/rhythmbox/playlists.xml -share/rhythmbox/rhythmbox-ui.xml -share/icons/hicolor/48x48/apps/rhythmbox.png -share/locale/am/LC_MESSAGES/rhythmbox.mo -share/locale/ar/LC_MESSAGES/rhythmbox.mo -share/locale/az/LC_MESSAGES/rhythmbox.mo -share/locale/be/LC_MESSAGES/rhythmbox.mo -share/locale/bg/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/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/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/ms/LC_MESSAGES/rhythmbox.mo -share/locale/nb/LC_MESSAGES/rhythmbox.mo -share/locale/ne/LC_MESSAGES/rhythmbox.mo -share/locale/nl/LC_MESSAGES/rhythmbox.mo -share/locale/pa/LC_MESSAGES/rhythmbox.mo -share/locale/pl/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/sr/LC_MESSAGES/rhythmbox.mo -share/locale/sr@Latn/LC_MESSAGES/rhythmbox.mo -share/locale/sv/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 -@dirrm share/rhythmbox/glade -@dirrm share/rhythmbox/art -@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/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/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/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 -@dirrm lib/rhythmbox/plugins/generic-player -%%DAAP%%@dirrm lib/rhythmbox/plugins/daap -@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 -@dirrmtry share/applications -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz diff --git a/audio/sound-juicer/Makefile b/audio/sound-juicer/Makefile deleted file mode 100644 index 08538297d..000000000 --- a/audio/sound-juicer/Makefile +++ /dev/null @@ -1,47 +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.86 2008/09/08 20:56:28 kwm Exp $ -# - -PORTNAME= sound-juicer -PORTVERSION= 2.24.0 -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 \ - gnome-media-profiles.0:${PORTSDIR}/audio/gnome-media \ - cdio.8:${PORTSDIR}/sysutils/libcdio \ - tag.6:${PORTSDIR}/audio/taglib - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -INSTALLS_OMF= yes -USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui nautiluscdburner \ - gnomedocutils -USE_GSTREAMER= cdparanoia vorbis flac gconf good -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 29caaed87..000000000 --- a/audio/sound-juicer/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/sound-juicer-2.24.0.tar.bz2) = 504979aadec8df1e59c1050bc968b2aa -SHA256 (gnome2/sound-juicer-2.24.0.tar.bz2) = 66a6573465c5458daf7802a0aea729af68a2b87a2833ad1798797b6d69e8af5f -SIZE (gnome2/sound-juicer-2.24.0.tar.bz2) = 1834986 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 be4170553..000000000 --- a/audio/sound-juicer/pkg-plist +++ /dev/null @@ -1,215 +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/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/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/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/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/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/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/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/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-ca.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-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/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/ca/figures -@dirrm share/gnome/help/sound-juicer/ca -@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/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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile deleted file mode 100644 index 35b5bf6a4..000000000 --- a/databases/evolution-data-server/Makefile +++ /dev/null @@ -1,77 +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.163 2008/11/25 02:02:29 marcus Exp $ -# - -PORTNAME= evolution-data-server -PORTVERSION= 2.24.2 -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 \ - nss3.1:${PORTSDIR}/security/nss \ - tasn1.3:${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 libgnomeui ltverhack \ - ltasneededhack -USE_OPENLDAP= yes -USE_AUTOTOOLS= libtool:15 -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.24" EVO_VERSION="1.2" - -#OPTIONS= IMAP4 "Enable experimental IMAP4 backend" off - -.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 -KRB5_LIB= `${HEIMDAL_HOME}/bin/krb5-config gssapi --libs` -.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 - -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' \ - ${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 ffb8cf284..000000000 --- a/databases/evolution-data-server/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/evolution-data-server-2.24.2.tar.bz2) = ee08e677d30fadd58e53e6e064d4ae6e -SHA256 (gnome2/evolution-data-server-2.24.2.tar.bz2) = ac66e2f5341c488fa9e5e02c7e4eb7a7a1c01c093ad4a7a9b9e0e028f43f617a -SIZE (gnome2/evolution-data-server-2.24.2.tar.bz2) = 7886652 diff --git a/databases/evolution-data-server/files/patch-calendar_libical_src_libical_icaltz-util.c b/databases/evolution-data-server/files/patch-calendar_libical_src_libical_icaltz-util.c deleted file mode 100644 index 766abb542..000000000 --- a/databases/evolution-data-server/files/patch-calendar_libical_src_libical_icaltz-util.c +++ /dev/null @@ -1,18 +0,0 @@ ---- calendar/libical/src/libical/icaltz-util.c.orig 2007-08-24 02:48:28.000000000 -0400 -+++ calendar/libical/src/libical/icaltz-util.c 2007-08-27 16:23:59.000000000 -0400 -@@ -23,6 +23,15 @@ - #include <string.h> - #if defined(sun) && defined(__SVR4) - #include <sys/byteorder.h> -+#elif defined(__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 <byteswap.h> - #include <endian.h> 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 3fac0e904..000000000 --- a/databases/evolution-data-server/files/patch-configure +++ /dev/null @@ -1,35 +0,0 @@ ---- configure.orig Mon Jun 18 23:55:48 2007 -+++ configure Mon Jun 18 23:56:20 2007 -@@ -24562,6 +24562,14 @@ case "$host" in - # AC_CACHE_VAL(have_addrinfo, [have_addrinfo=yes]) - # AC_DEFINE(_WIN32_WINNT, 0x501, [To get getaddrinfo etc declarations]) - ;; -+*freebsd*) -+ os_win32=no -+ NO_UNDEFINED='' -+ SOCKET_LIBS='' -+ DL_LIB='' -+ SOFTOKN3_LIB='-lsoftokn3' -+ LIBEXECDIR_IN_SERVER_FILE="$libexecdir" -+ ;; - *) os_win32=no - NO_UNDEFINED='' - SOCKET_LIBS='' -@@ -28651,7 +28659,7 @@ cat >>conftest.$ac_ext <<_ACEOF - #include <sys/socket.h> - #include <netinet/in.h> - #include <netdb.h> -- -+ #include <stdio.h> - - int - main () -@@ -33825,7 +33833,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 9cf7de309..000000000 --- a/databases/evolution-data-server/files/patch-docs_reference_camel_Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ ---- docs/reference/camel/Makefile.in.orig 2008-09-08 23:00:49.000000000 +0200 -+++ docs/reference/camel/Makefile.in 2008-09-08 23:01:25.000000000 +0200 -@@ -129,7 +129,7 @@ - GOBJECT_QUERY = @GOBJECT_QUERY@ - GREP = @GREP@ - HAVE_JW = @HAVE_JW@ --HTML_DIR = $(datadir)/gtk-doc/html -+HTML_DIR = $(prefix)/share/doc - ICONV_CFLAGS = @ICONV_CFLAGS@ - ICONV_LIBS = @ICONV_LIBS@ - IDL_INCLUDES = @IDL_INCLUDES@ -@@ -704,8 +704,8 @@ - echo '-- Installing '$$i ; \ - $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \ - done; \ -- which gtkdoc-rebase >/dev/null && \ -- gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \ -+# which gtkdoc-rebase >/dev/null && \ -+# gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \ - fi - - uninstall-local: 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 bdd3a65ee..000000000 --- a/databases/evolution-data-server/pkg-plist +++ /dev/null @@ -1,898 +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-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-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-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-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 -include/evolution-data-server-%%VERSION%%/libical/ical.h -include/evolution-data-server-%%VERSION%%/libical/icalarray.h -include/evolution-data-server-%%VERSION%%/libical/icalattach.h -include/evolution-data-server-%%VERSION%%/libical/icalcalendar.h -include/evolution-data-server-%%VERSION%%/libical/icalclassify.h -include/evolution-data-server-%%VERSION%%/libical/icalcluster.h -include/evolution-data-server-%%VERSION%%/libical/icalcomponent.h -include/evolution-data-server-%%VERSION%%/libical/icalderivedparameter.h -include/evolution-data-server-%%VERSION%%/libical/icalderivedproperty.h -include/evolution-data-server-%%VERSION%%/libical/icalderivedvalue.h -include/evolution-data-server-%%VERSION%%/libical/icaldirset.h -include/evolution-data-server-%%VERSION%%/libical/icaldirsetimpl.h -include/evolution-data-server-%%VERSION%%/libical/icalduration.h -include/evolution-data-server-%%VERSION%%/libical/icalenums.h -include/evolution-data-server-%%VERSION%%/libical/icalerror.h -include/evolution-data-server-%%VERSION%%/libical/icalfileset.h -include/evolution-data-server-%%VERSION%%/libical/icalfilesetimpl.h -include/evolution-data-server-%%VERSION%%/libical/icalgauge.h -include/evolution-data-server-%%VERSION%%/libical/icalgaugeimpl.h -include/evolution-data-server-%%VERSION%%/libical/icallangbind.h -include/evolution-data-server-%%VERSION%%/libical/icalmemory.h -include/evolution-data-server-%%VERSION%%/libical/icalmessage.h -include/evolution-data-server-%%VERSION%%/libical/icalmime.h -include/evolution-data-server-%%VERSION%%/libical/icalparameter.h -include/evolution-data-server-%%VERSION%%/libical/icalparser.h -include/evolution-data-server-%%VERSION%%/libical/icalperiod.h -include/evolution-data-server-%%VERSION%%/libical/icalproperty.h -include/evolution-data-server-%%VERSION%%/libical/icalrecur.h -include/evolution-data-server-%%VERSION%%/libical/icalrestriction.h -include/evolution-data-server-%%VERSION%%/libical/icalset.h -include/evolution-data-server-%%VERSION%%/libical/icalspanlist.h -include/evolution-data-server-%%VERSION%%/libical/icalss.h -include/evolution-data-server-%%VERSION%%/libical/icalssyacc.h -include/evolution-data-server-%%VERSION%%/libical/icaltime.h -include/evolution-data-server-%%VERSION%%/libical/icaltimezone.h -include/evolution-data-server-%%VERSION%%/libical/icaltypes.h -include/evolution-data-server-%%VERSION%%/libical/icaltz-util.h -include/evolution-data-server-%%VERSION%%/libical/icalvalue.h -include/evolution-data-server-%%VERSION%%/libical/icalvcal.h -include/evolution-data-server-%%VERSION%%/libical/port.h -include/evolution-data-server-%%VERSION%%/libical/pvl.h -include/evolution-data-server-%%VERSION%%/libical/sspm.h -include/evolution-data-server-%%VERSION%%/libical/vcaltmp.h -include/evolution-data-server-%%VERSION%%/libical/vcc.h -include/evolution-data-server-%%VERSION%%/libical/vobject.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 -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.a -lib/evolution-data-server-%%EVO_VERSION%%/extensions/libecalbackendweather.la -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-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-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-EDataBookFactory.html -share/doc/libedata-book/libedata-book-e-book-backend-db-cache.html -share/doc/libedata-book/libedata-book-ximian-vcard.html -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-e-cal-backend-util.html -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-Version-Information.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-ECellRendererColor.html -share/doc/libedataserverui/libedataserverui-e-book-auth-util.html -share/doc/libedataserverui/libedataserverui-e-data-server-ui-marshal.html -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 -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/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/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/la/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/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%% -@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%%/libical -@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/la/LC_MESSAGES -@dirrmtry share/locale/la -@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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/databases/libgda4-mdb/Makefile b/databases/libgda4-mdb/Makefile deleted file mode 100644 index 17bb03639..000000000 --- a/databases/libgda4-mdb/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: libgda2 -# Date created: 02 June 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTREVISION?= 0 -CATEGORIES= databases gnome -PKGNAMESUFFIX?= -mdb - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides mdb backend for the libgda4 library - -MASTERDIR= ${.CURDIR}/../libgda4 -BUILD_WRKSRC= ${WRKSRC}/providers/mdb/ -INSTALL_WRKSRC= ${BUILD_WRKSRC} -PLIST= ${.CURDIR}/pkg-plist - -LIBGDA4_SLAVE= mdb - -.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda4-mdb/pkg-plist b/databases/libgda4-mdb/pkg-plist deleted file mode 100644 index 30b1df5d9..000000000 --- a/databases/libgda4-mdb/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -lib/libgda-%%VERSION%%/providers/libgda-mdb.a -lib/libgda-%%VERSION%%/providers/libgda-mdb.la -lib/libgda-%%VERSION%%/providers/libgda-mdb.so -libdata/pkgconfig/libgda-mdb-%%VERSION%%.pc -share/libgda-%%VERSION%%/mdb_specs_dsn.xml diff --git a/databases/libgda4-mysql/Makefile b/databases/libgda4-mysql/Makefile deleted file mode 100644 index e38cefa75..000000000 --- a/databases/libgda4-mysql/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: libgda2 -# Date created: 02 June 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTREVISION?= 0 -CATEGORIES= databases gnome -PKGNAMESUFFIX?= -mysql - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides mysql backend for the libgda3 library - -MASTERDIR= ${.CURDIR}/../libgda4 -BUILD_WRKSRC= ${WRKSRC}/providers/mysql/ -INSTALL_WRKSRC= ${BUILD_WRKSRC} -PLIST= ${.CURDIR}/pkg-plist - -LIBGDA4_SLAVE= mysql - -.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda4-mysql/pkg-plist b/databases/libgda4-mysql/pkg-plist deleted file mode 100644 index 5aff78cd8..000000000 --- a/databases/libgda4-mysql/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -lib/libgda-%%VERSION%%/providers/libgda-mysql.a -lib/libgda-%%VERSION%%/providers/libgda-mysql.la -lib/libgda-%%VERSION%%/providers/libgda-mysql.so -libdata/pkgconfig/libgda-mysql-%%VERSION%%.pc -share/libgda-%%VERSION%%/mysql_specs_add_column.xml -share/libgda-%%VERSION%%/mysql_specs_create_db.xml -share/libgda-%%VERSION%%/mysql_specs_create_index.xml -share/libgda-%%VERSION%%/mysql_specs_create_table.xml -share/libgda-%%VERSION%%/mysql_specs_create_view.xml -share/libgda-%%VERSION%%/mysql_specs_drop_column.xml -share/libgda-%%VERSION%%/mysql_specs_drop_db.xml -share/libgda-%%VERSION%%/mysql_specs_drop_index.xml -share/libgda-%%VERSION%%/mysql_specs_drop_table.xml -share/libgda-%%VERSION%%/mysql_specs_drop_view.xml -share/libgda-%%VERSION%%/mysql_specs_dsn.xml -share/libgda-%%VERSION%%/mysql_specs_rename_table.xml diff --git a/databases/libgda4-postgresql/Makefile b/databases/libgda4-postgresql/Makefile deleted file mode 100644 index b7b27b6dd..000000000 --- a/databases/libgda4-postgresql/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection makefile for: libgda2 -# Date created: 02 June 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTREVISION?= 0 -CATEGORIES= databases gnome -PKGNAMESUFFIX?= -postgresql - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides postgresql access for the libgda4 library - -MASTERDIR= ${.CURDIR}/../libgda4 -BUILD_WRKSRC= ${WRKSRC}/providers/postgres/ -INSTALL_WRKSRC= ${BUILD_WRKSRC} -PLIST= ${.CURDIR}/pkg-plist - -LIBGDA4_SLAVE= postgresql - -.include "${MASTERDIR}/Makefile" diff --git a/databases/libgda4-postgresql/pkg-plist b/databases/libgda4-postgresql/pkg-plist deleted file mode 100644 index e2de17eb1..000000000 --- a/databases/libgda4-postgresql/pkg-plist +++ /dev/null @@ -1,16 +0,0 @@ -lib/libgda-%%VERSION%%/providers/libgda-postgres.a -lib/libgda-%%VERSION%%/providers/libgda-postgres.la -lib/libgda-%%VERSION%%/providers/libgda-postgres.so -libdata/pkgconfig/libgda-postgres-%%VERSION%%.pc -share/libgda-%%VERSION%%/postgres_specs_add_column.xml -share/libgda-%%VERSION%%/postgres_specs_create_db.xml -share/libgda-%%VERSION%%/postgres_specs_create_index.xml -share/libgda-%%VERSION%%/postgres_specs_create_table.xml -share/libgda-%%VERSION%%/postgres_specs_create_view.xml -share/libgda-%%VERSION%%/postgres_specs_drop_column.xml -share/libgda-%%VERSION%%/postgres_specs_drop_db.xml -share/libgda-%%VERSION%%/postgres_specs_drop_index.xml -share/libgda-%%VERSION%%/postgres_specs_drop_table.xml -share/libgda-%%VERSION%%/postgres_specs_drop_view.xml -share/libgda-%%VERSION%%/postgres_specs_dsn.xml -share/libgda-%%VERSION%%/postgres_specs_rename_table.xml diff --git a/databases/libgda4-reference/Makefile b/databases/libgda4-reference/Makefile deleted file mode 100644 index bf3894e64..000000000 --- a/databases/libgda4-reference/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# New ports collection makefile for: libgda3-reference -# Date created: 09 May 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# -# $FreeBSD$ -# $MCOM$ - -PORTREVISION= 0 - -REFERENCE_SRC= ${WRKSRC}/doc/C - -.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/databases/libgda4-reference/pkg-descr b/databases/libgda4-reference/pkg-descr deleted file mode 100644 index 6fcfe64af..000000000 --- a/databases/libgda4-reference/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port contains the programming reference for databases/libgda4. - -WWW: http://www.gnome-db.org/ diff --git a/databases/libgda4/Makefile b/databases/libgda4/Makefile deleted file mode 100644 index 1f285b0c2..000000000 --- a/databases/libgda4/Makefile +++ /dev/null @@ -1,130 +0,0 @@ -# New ports collection makefile for: libgda2 -# Date created: 02 June 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/databases/libgda4/Makefile,v 1.2 2008/09/16 22:32:44 kwm Exp $ -# - -PORTNAME= libgda4 -PORTVERSION?= 3.99.5 -PORTREVISION?= 0 -CATEGORIES= databases gnome -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/4$//}/${PORTVERSION:R} -DISTNAME= libgda-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER?= gnome@FreeBSD.org -COMMENT?= Provides uniform access to different kinds of data sources - -USE_BZIP2= yes -LIBGDA4_SLAVE?= no - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt - -USE_AUTOTOOLS= libtool:15 -USE_GETTEXT= yes -USE_XLIB= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack glib20 libxslt intlhack referencehack -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-sybase -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl" - -.include <bsd.port.pre.mk> - -#VERSION= ${PORTVERSION:R} -VERSION= 4.0 -PLIST_SUB= VERSION=${VERSION} - -.if ${LIBGDA4_SLAVE}=="no" -#MAN1= gda-config-tool-3.0.1 -#MAN5= gda-config-3.0.5 -.else -USE_GNOME+= libgda4 -.endif - -.if ${LIBGDA4_SLAVE}=="bdb" -USE_BDB= yes -CONFIGURE_ARGS+= --with-bdb=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-bdb -.endif - -.if ${LIBGDA4_SLAVE}=="mysql" -USE_MYSQL= yes -CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-mysql -.endif - -.if ${LIBGDA4_SLAVE}=="postgresql" -USE_PGSQL= yes -CONFIGURE_ARGS+= --with-postgres=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-postgres -.endif - -.if ${LIBGDA4_SLAVE}=="ldap" -USE_OPENLDAP= yes -CONFIGURE_ARGS+= --with-ldap=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-ldap -.endif - -.if ${LIBGDA4_SLAVE}=="firebird" -LIB_DEPENDS+= gds.2:${PORTSDIR}/databases/firebird2-client -CONFIGURE_ARGS+= --with-firebird=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-firebird -.endif - -.if ${LIBGDA4_SLAVE}=="freetds" -LIB_DEPENDS+= tds.5:${PORTSDIR}/databases/freetds -CONFIGURE_ARGS+= --with-tds=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-tds -.endif - -# MDB (MS Access) -.if ${LIBGDA4_SLAVE}=="mdb" -LIB_DEPENDS+= mdbsql.0:${PORTSDIR}/databases/mdbtools -CONFIGURE_ARGS+= --with-mdb=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-mdb -.endif - -.if ${LIBGDA4_SLAVE}=="odbc" -LIB_DEPENDS+= odbc.1:${PORTSDIR}/databases/unixODBC -CONFIGURE_ARGS+= --with-odbc=${LOCALBASE} -.else -CONFIGURE_ARGS+= --without-odbc -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-ldl||g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|include/db.h|${BDB_VER}/include/db.h|g' \ - -e 's|ldb47|ldb${BDB_VER}|g' \ - -e 's|ldb|ldb${BDB_VER}|g' \ - ${WRKSRC}/configure -.if ${LIBGDA4_SLAVE}!="no" -#. for d in msql firebird odbc freetds mdb ldap mysql sqlite postgres -. for d in bdb mdb mysql sqlite postgres - @${REINPLACE_CMD} -e 's|$$(top_builddir)/libgda/libgda-4.0.la|${LOCALBASE}/lib/libgda-4.0.la|g' \ - ${WRKSRC}/providers/${d}/Makefile.in -. endfor -.endif - -.if ${LIBGDA4_SLAVE}=="no" -post-install: - ${INSTALL_DATA} ${WRKSRC}/data/config \ - ${PREFIX}/etc/libgda-${VERSION}/config.default -.endif - -.include <bsd.port.post.mk> -.endif diff --git a/databases/libgda4/distinfo b/databases/libgda4/distinfo deleted file mode 100644 index fa02f0403..000000000 --- a/databases/libgda4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgda-3.99.5.tar.bz2) = e87a3584b77ba41532c93a43f115a7a7 -SHA256 (gnome2/libgda-3.99.5.tar.bz2) = 35f265638e3febea2dced537ba625242743dbaeaa83497860573104d61e0681e -SIZE (gnome2/libgda-3.99.5.tar.bz2) = 7686016 diff --git a/databases/libgda4/pkg-descr b/databases/libgda4/pkg-descr deleted file mode 100644 index 12eb57b5e..000000000 --- a/databases/libgda4/pkg-descr +++ /dev/null @@ -1,19 +0,0 @@ -GNU Data Access (GDA) is an attempt to provide uniform access to -different kinds of data sources (databases, information servers, -mail spools, etc). - -It is a complete architecture that provides all you need to access -your data, defined by a set of CORBA interfaces as generic as possible -(but very powerful at the same time) so that any kind of data source -can be accessed through them. - -libgda is an interface to the GDA architecture, providing a nice -wrapper around the CORBA interfaces, for both the client and the server -parts. It also provides a bunch of tools to help you both in the -development and management of your data sources, all done through -the GDA model's set of CORBA interfaces. - -libgda was part of the GNOME-DB project, but has been separated from it -to allow non-GNOME applications to be developed based on it. - -WWW: http://www.gnome-db.org/ diff --git a/databases/libgda4/pkg-plist b/databases/libgda4/pkg-plist deleted file mode 100644 index bf2275167..000000000 --- a/databases/libgda4/pkg-plist +++ /dev/null @@ -1,206 +0,0 @@ -bin/gda-list-config-%%VERSION%% -bin/gda-list-server-op-%%VERSION%% -bin/gda-sql-%%VERSION%% -bin/gda-test-connection-%%VERSION%% -bin/gda_trml2html/__init__.py -bin/gda_trml2html/trml2html.py -bin/gda_trml2html/utils.py -bin/gda_trml2pdf/__init__.py -bin/gda_trml2pdf/color.py -bin/gda_trml2pdf/trml2pdf.py -bin/gda_trml2pdf/utils.py -@unexec if cmp -s %D/etc/libgda-%%VERSION%%/config %D/etc/libgda-%%VERSION%%/config.default; then rm -f %D/etc/libgda-%%VERSION%%/config; fi -etc/libgda-%%VERSION%%/config.default -@exec [ -f %B/config ] || cp %B/%f %B/config -etc/libgda-%%VERSION%%/sales_test.db -include/libgda-%%VERSION%%/libgda-report/gda-report-docbook-document.h -include/libgda-%%VERSION%%/libgda-report/gda-report-document.h -include/libgda-%%VERSION%%/libgda-report/gda-report-engine.h -include/libgda-%%VERSION%%/libgda-report/gda-report-rml-document.h -include/libgda-%%VERSION%%/libgda-report/libgda-report.h -include/libgda-%%VERSION%%/libgda-xslt/libgda-xslt.h -include/libgda-%%VERSION%%/libgda/gda-attributes-manager.h -include/libgda-%%VERSION%%/libgda/gda-batch.h -include/libgda-%%VERSION%%/libgda/gda-binreloc.h -include/libgda-%%VERSION%%/libgda/gda-blob-op.h -include/libgda-%%VERSION%%/libgda/gda-column.h -include/libgda-%%VERSION%%/libgda/gda-config.h -include/libgda-%%VERSION%%/libgda/gda-connection-event.h -include/libgda-%%VERSION%%/libgda/gda-connection-private.h -include/libgda-%%VERSION%%/libgda/gda-connection.h -include/libgda-%%VERSION%%/libgda/gda-data-access-wrapper.h -include/libgda-%%VERSION%%/libgda/gda-data-comparator.h -include/libgda-%%VERSION%%/libgda/gda-data-handler.h -include/libgda-%%VERSION%%/libgda/gda-data-model-array.h -include/libgda-%%VERSION%%/libgda/gda-data-model-dir.h -include/libgda-%%VERSION%%/libgda/gda-data-model-extra.h -include/libgda-%%VERSION%%/libgda/gda-data-model-import.h -include/libgda-%%VERSION%%/libgda/gda-data-model-iter.h -include/libgda-%%VERSION%%/libgda/gda-data-model-iter-extra.h -include/libgda-%%VERSION%%/libgda/gda-data-model-private.h -include/libgda-%%VERSION%%/libgda/gda-data-model.h -include/libgda-%%VERSION%%/libgda/gda-data-proxy.h -include/libgda-%%VERSION%%/libgda/gda-data-select.h -include/libgda-%%VERSION%%/libgda/gda-debug-macros.h -include/libgda-%%VERSION%%/libgda/gda-decl.h -include/libgda-%%VERSION%%/libgda/gda-easy.h -include/libgda-%%VERSION%%/libgda/gda-enum-types.h -include/libgda-%%VERSION%%/libgda/gda-enums.h -include/libgda-%%VERSION%%/libgda/gda-holder.h -include/libgda-%%VERSION%%/libgda/gda-lockable.h -include/libgda-%%VERSION%%/libgda/gda-log.h -include/libgda-%%VERSION%%/libgda/gda-marshal.h -include/libgda-%%VERSION%%/libgda/gda-meta-store.h -include/libgda-%%VERSION%%/libgda/gda-meta-struct.h -include/libgda-%%VERSION%%/libgda/gda-mutex.h -include/libgda-%%VERSION%%/libgda/gda-quark-list.h -include/libgda-%%VERSION%%/libgda/gda-row.h -include/libgda-%%VERSION%%/libgda/gda-server-operation.h -include/libgda-%%VERSION%%/libgda/gda-server-provider-extra.h -include/libgda-%%VERSION%%/libgda/gda-server-provider-private.h -include/libgda-%%VERSION%%/libgda/gda-server-provider.h -include/libgda-%%VERSION%%/libgda/gda-set.h -include/libgda-%%VERSION%%/libgda/gda-statement-extra.h -include/libgda-%%VERSION%%/libgda/gda-statement.h -include/libgda-%%VERSION%%/libgda/gda-threader.h -include/libgda-%%VERSION%%/libgda/gda-transaction-status-private.h -include/libgda-%%VERSION%%/libgda/gda-transaction-status.h -include/libgda-%%VERSION%%/libgda/gda-util.h -include/libgda-%%VERSION%%/libgda/gda-value.h -include/libgda-%%VERSION%%/libgda/gda-xa-transaction.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-bin.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-boolean.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-numerical.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-string.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-time.h -include/libgda-%%VERSION%%/libgda/handlers/gda-handler-type.h -include/libgda-%%VERSION%%/libgda/libgda.h -include/libgda-%%VERSION%%/libgda/sqlite/gda-sqlite-provider.h -include/libgda-%%VERSION%%/providers-support/gda-data-select-priv.h -include/libgda-%%VERSION%%/providers-support/gda-pstmt.h -include/libgda-%%VERSION%%/sql-parser/gda-sql-parser.h -include/libgda-%%VERSION%%/sql-parser/gda-sql-parser-enum-types.h -include/libgda-%%VERSION%%/sql-parser/gda-sql-statement.h -include/libgda-%%VERSION%%/sql-parser/gda-statement-struct-compound.h -include/libgda-%%VERSION%%/sql-parser/gda-statement-struct-decl.h -include/libgda-%%VERSION%%/sql-parser/gda-statement-struct-delete.h -include/libgda-%%VERSION%%/sql-parser/gda-statement-struct-insert.h -include/libgda-%%VERSION%%/sql-parser/gda-statement-struct-parts.h -include/libgda-%%VERSION%%/sql-parser/gda-statement-struct-pspec.h -include/libgda-%%VERSION%%/sql-parser/gda-statement-struct-select.h -include/libgda-%%VERSION%%/sql-parser/gda-statement-struct-trans.h -include/libgda-%%VERSION%%/sql-parser/gda-statement-struct-unknown.h -include/libgda-%%VERSION%%/sql-parser/gda-statement-struct-update.h -include/libgda-%%VERSION%%/sql-parser/gda-statement-struct-util.h -include/libgda-%%VERSION%%/sql-parser/gda-statement-struct.h -include/libgda-%%VERSION%%/virtual/gda-vconnection-data-model.h -include/libgda-%%VERSION%%/virtual/gda-vconnection-hub.h -include/libgda-%%VERSION%%/virtual/gda-virtual-connection.h -include/libgda-%%VERSION%%/virtual/gda-virtual-provider.h -include/libgda-%%VERSION%%/virtual/gda-vprovider-data-model.h -include/libgda-%%VERSION%%/virtual/gda-vprovider-hub.h -include/libgda-%%VERSION%%/virtual/libgda-virtual.h -lib/libgda-%%VERSION%%.a -lib/libgda-%%VERSION%%.la -lib/libgda-%%VERSION%%.so -lib/libgda-%%VERSION%%.so.4 -lib/libgda-%%VERSION%%/providers/libgda-sqlite.a -lib/libgda-%%VERSION%%/providers/libgda-sqlite.la -lib/libgda-%%VERSION%%/providers/libgda-sqlite.so -lib/libgda-report-%%VERSION%%.a -lib/libgda-report-%%VERSION%%.la -lib/libgda-report-%%VERSION%%.so -lib/libgda-report-%%VERSION%%.so.4 -lib/libgda-xslt-%%VERSION%%.a -lib/libgda-xslt-%%VERSION%%.la -lib/libgda-xslt-%%VERSION%%.so -lib/libgda-xslt-%%VERSION%%.so.4 -libdata/pkgconfig/libgda-%%VERSION%%.pc -libdata/pkgconfig/libgda-report-%%VERSION%%.pc -libdata/pkgconfig/libgda-sqlite-%%VERSION%%.pc -libdata/pkgconfig/libgda-xslt-%%VERSION%%.pc -share/libgda-%%VERSION%%/dtd/libgda-array.dtd -share/libgda-%%VERSION%%/dtd/libgda-paramlist.dtd -share/libgda-%%VERSION%%/dtd/libgda-server-operation.dtd -share/libgda-%%VERSION%%/information_schema.xml -share/libgda-%%VERSION%%/sqlite_specs_add_column.xml -share/libgda-%%VERSION%%/sqlite_specs_create_db.xml -share/libgda-%%VERSION%%/sqlite_specs_create_index.xml -share/libgda-%%VERSION%%/sqlite_specs_create_table.xml -share/libgda-%%VERSION%%/sqlite_specs_create_view.xml -share/libgda-%%VERSION%%/sqlite_specs_drop_db.xml -share/libgda-%%VERSION%%/sqlite_specs_drop_index.xml -share/libgda-%%VERSION%%/sqlite_specs_drop_table.xml -share/libgda-%%VERSION%%/sqlite_specs_drop_view.xml -share/libgda-%%VERSION%%/sqlite_specs_dsn.xml -share/libgda-%%VERSION%%/sqlite_specs_rename_table.xml -share/locale/ar/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/dz/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/fa/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/hr/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/mk/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/pa/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sl/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sr@Latn/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/libgda-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/libgda-%%VERSION%%.mo -@dirrm share/libgda-%%VERSION%%/dtd -@dirrm share/libgda-%%VERSION%%/ -@dirrm lib/libgda-%%VERSION%%/providers -@dirrm lib/libgda-%%VERSION%% -@dirrm include/libgda-%%VERSION%%/virtual -@dirrm include/libgda-%%VERSION%%/sql-parser/ -@dirrm include/libgda-%%VERSION%%/providers-support -@dirrm include/libgda-%%VERSION%%/libgda/sqlite/ -@dirrm include/libgda-%%VERSION%%/libgda/handlers -@dirrm include/libgda-%%VERSION%%/libgda-xslt/ -@dirrm include/libgda-%%VERSION%%/libgda-report -@dirrmtry etc/libgda-%%VERSION%% -@dirrm bin/gda_trml2pdf -@dirrm bin/gda_trml2html -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz diff --git a/deskutils/alacarte/Makefile b/deskutils/alacarte/Makefile deleted file mode 100644 index a0b51d11a..000000000 --- a/deskutils/alacarte/Makefile +++ /dev/null @@ -1,37 +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.19 2008/09/22 23:08:20 kwm Exp $ -# - -PORTNAME= alacarte -PORTVERSION= 0.11.6 -PORTREVISION= 1 -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 cbb70b2ad..000000000 --- a/deskutils/alacarte/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/alacarte-0.11.6.tar.bz2) = de6535f728a8000795753623c46e8378 -SHA256 (gnome2/alacarte-0.11.6.tar.bz2) = 7ca56a9f9fc1e57354d4170349d23e4db57d351b17b91f5629e0709284b49aa3 -SIZE (gnome2/alacarte-0.11.6.tar.bz2) = 177406 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 518312739..000000000 --- a/deskutils/alacarte/pkg-plist +++ /dev/null @@ -1,135 +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.glade -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/be/LC_MESSAGES/alacarte.mo -share/locale/be@latin/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/ca/LC_MESSAGES/alacarte.mo -share/locale/cs/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/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/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/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/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/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/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/deskbar-applet/Makefile b/deskutils/deskbar-applet/Makefile deleted file mode 100644 index 49cd9fe24..000000000 --- a/deskutils/deskbar-applet/Makefile +++ /dev/null @@ -1,55 +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.93 2008/10/20 22:36:31 kwm Exp $ -# - -PORTNAME= deskbar-applet -PORTVERSION= 2.24.2 -CATEGORIES= deskutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Omnipresent versatile search interface - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree \ - ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree \ - ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack pygnomedesktop intlhack -USE_PYTHON= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -INSTALLS_OMF= yes -USE_DISPLAY= 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> - -.if !defined(WITHOUT_EVO) -USE_GNOME+= evolutiondataserver -PLIST_SUB+= EVO="" -.else -CONFIGURE_ARGS+=--disable-evolution -PLIST_SUB+= EVO="@comment " -.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 d9cde8a9a..000000000 --- a/deskutils/deskbar-applet/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/deskbar-applet-2.24.2.tar.bz2) = 51ca716ca66bc26750b62f698b0e5a48 -SHA256 (gnome2/deskbar-applet-2.24.2.tar.bz2) = 0ebb2dcaeb67997bfa37b93fa412545622bdcf6b36213a32272f6be02c0f14db -SIZE (gnome2/deskbar-applet-2.24.2.tar.bz2) = 931165 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 872b99019..000000000 --- a/deskutils/deskbar-applet/pkg-plist +++ /dev/null @@ -1,521 +0,0 @@ -lib/deskbar-applet/deskbar-applet -lib/deskbar-applet/modules-2.20-compatible/beagle-live.py -lib/deskbar-applet/modules-2.20-compatible/beagle-live.pyc -lib/deskbar-applet/modules-2.20-compatible/beagle-live.pyo -lib/deskbar-applet/modules-2.20-compatible/beagle-static.py -lib/deskbar-applet/modules-2.20-compatible/beagle-static.pyc -lib/deskbar-applet/modules-2.20-compatible/beagle-static.pyo -lib/deskbar-applet/modules-2.20-compatible/calculator.py -lib/deskbar-applet/modules-2.20-compatible/calculator.pyc -lib/deskbar-applet/modules-2.20-compatible/calculator.pyo -lib/deskbar-applet/modules-2.20-compatible/desklicious.py -lib/deskbar-applet/modules-2.20-compatible/desklicious.pyc -lib/deskbar-applet/modules-2.20-compatible/desklicious.pyo -lib/deskbar-applet/modules-2.20-compatible/epiphany.py -lib/deskbar-applet/modules-2.20-compatible/epiphany.pyc -lib/deskbar-applet/modules-2.20-compatible/epiphany.pyo -%%EVO%%lib/deskbar-applet/modules-2.20-compatible/evolution.py -%%EVO%%lib/deskbar-applet/modules-2.20-compatible/evolution.pyc -%%EVO%%lib/deskbar-applet/modules-2.20-compatible/evolution.pyo -lib/deskbar-applet/modules-2.20-compatible/files.py -lib/deskbar-applet/modules-2.20-compatible/files.pyc -lib/deskbar-applet/modules-2.20-compatible/files.pyo -lib/deskbar-applet/modules-2.20-compatible/gdmactions.py -lib/deskbar-applet/modules-2.20-compatible/gdmactions.pyc -lib/deskbar-applet/modules-2.20-compatible/gdmactions.pyo -lib/deskbar-applet/modules-2.20-compatible/googlecodesearch.py -lib/deskbar-applet/modules-2.20-compatible/googlecodesearch.pyc -lib/deskbar-applet/modules-2.20-compatible/googlecodesearch.pyo -lib/deskbar-applet/modules-2.20-compatible/googlesearch.py -lib/deskbar-applet/modules-2.20-compatible/googlesearch.pyc -lib/deskbar-applet/modules-2.20-compatible/googlesearch.pyo -lib/deskbar-applet/modules-2.20-compatible/history.py -lib/deskbar-applet/modules-2.20-compatible/history.pyc -lib/deskbar-applet/modules-2.20-compatible/history.pyo -lib/deskbar-applet/modules-2.20-compatible/iswitch-window.py -lib/deskbar-applet/modules-2.20-compatible/iswitch-window.pyc -lib/deskbar-applet/modules-2.20-compatible/iswitch-window.pyo -lib/deskbar-applet/modules-2.20-compatible/mozilla.py -lib/deskbar-applet/modules-2.20-compatible/mozilla.pyc -lib/deskbar-applet/modules-2.20-compatible/mozilla.pyo -lib/deskbar-applet/modules-2.20-compatible/programs.py -lib/deskbar-applet/modules-2.20-compatible/programs.pyc -lib/deskbar-applet/modules-2.20-compatible/programs.pyo -lib/deskbar-applet/modules-2.20-compatible/recent.py -lib/deskbar-applet/modules-2.20-compatible/recent.pyc -lib/deskbar-applet/modules-2.20-compatible/recent.pyo -lib/deskbar-applet/modules-2.20-compatible/templates.py -lib/deskbar-applet/modules-2.20-compatible/templates.pyc -lib/deskbar-applet/modules-2.20-compatible/templates.pyo -lib/deskbar-applet/modules-2.20-compatible/tomboy.py -lib/deskbar-applet/modules-2.20-compatible/tomboy.pyc -lib/deskbar-applet/modules-2.20-compatible/tomboy.pyo -lib/deskbar-applet/modules-2.20-compatible/twitter.py -lib/deskbar-applet/modules-2.20-compatible/twitter.pyc -lib/deskbar-applet/modules-2.20-compatible/twitter.pyo -lib/deskbar-applet/modules-2.20-compatible/web_address.py -lib/deskbar-applet/modules-2.20-compatible/web_address.pyc -lib/deskbar-applet/modules-2.20-compatible/web_address.pyo -lib/deskbar-applet/modules-2.20-compatible/wikipedia-suggest.py -lib/deskbar-applet/modules-2.20-compatible/wikipedia-suggest.pyc -lib/deskbar-applet/modules-2.20-compatible/wikipedia-suggest.pyo -lib/deskbar-applet/modules-2.20-compatible/yahoo.py -lib/deskbar-applet/modules-2.20-compatible/yahoo.pyc -lib/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/handlers/gdmclient/__init__.py -%%PYTHON_SITELIBDIR%%/deskbar/handlers/gdmclient/__init__.pyc -%%PYTHON_SITELIBDIR%%/deskbar/handlers/gdmclient/__init__.pyo -%%PYTHON_SITELIBDIR%%/deskbar/handlers/gdmclient/_gdmclient.la -%%PYTHON_SITELIBDIR%%/deskbar/handlers/gdmclient/_gdmclient.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.glade -%%DATADIR%%/prefs-dialog.glade -%%DATADIR%%/smart-bookmarks.glade -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/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/ca/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/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/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-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/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 -@dirrm %%PYTHON_SITELIBDIR%%/deskbar/handlers/gdmclient -%%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 lib/deskbar-applet/modules-2.20-compatible -@dirrm lib/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/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/deskutils/evolution-jescs/Makefile b/deskutils/evolution-jescs/Makefile deleted file mode 100644 index 7c57e38a2..000000000 --- a/deskutils/evolution-jescs/Makefile +++ /dev/null @@ -1,37 +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.32 2008/09/22 21:45:09 marcus Exp $ -# - -PORTNAME= evolution-jescs -PORTVERSION= 2.24.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" - -EVO_VERSION= 2.24 -PLIST_SUB= EVO_VERSION=${EVO_VERSION} EDS_VERSION="1.2" VERSION="2.24" - -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 d5cb9a750..000000000 --- a/deskutils/evolution-jescs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/evolution-jescs-2.24.0.tar.bz2) = ad7e6ec6c47aa7a3fba490f62d0355cf -SHA256 (gnome2/evolution-jescs-2.24.0.tar.bz2) = 6a796c57b053d7197e5c71f2f50faf02dbe13f676445995c9d0b1a90852475b5 -SIZE (gnome2/evolution-jescs-2.24.0.tar.bz2) = 523349 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 cad1ae2c8..000000000 --- a/deskutils/evolution-jescs/pkg-plist +++ /dev/null @@ -1,61 +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/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/it/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/evolution-jescs-%%VERSION%%.mo -share/locale/ko/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/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/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/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz diff --git a/deskutils/gnome-main-menu/Makefile b/deskutils/gnome-main-menu/Makefile deleted file mode 100644 index f6e2a44d8..000000000 --- a/deskutils/gnome-main-menu/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: gnome-main-menu -# Date created: 06 July 2008 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnome-main-menu -PORTVERSION= 0.9.11 -CATEGORIES= deskutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Provides easy access to sets of GNOME applications - -LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop - -USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix gnomepanel intlhack eel2 gnomedesktop -USE_GMAKE= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= application-browser.schemas slab.schemas - -.include <bsd.port.mk> diff --git a/deskutils/gnome-main-menu/distinfo b/deskutils/gnome-main-menu/distinfo deleted file mode 100644 index 9e4d26498..000000000 --- a/deskutils/gnome-main-menu/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-main-menu-0.9.11.tar.bz2) = 51daad3f7eeb64d84ce07ada11dcb85f -SHA256 (gnome2/gnome-main-menu-0.9.11.tar.bz2) = 17489c3d0e1f64f8fc7c7b299e6bae8aba9195055ed5dde94b39dc62b6224e29 -SIZE (gnome2/gnome-main-menu-0.9.11.tar.bz2) = 556054 diff --git a/deskutils/gnome-main-menu/files/patch-application-browser_src_application-browser.c b/deskutils/gnome-main-menu/files/patch-application-browser_src_application-browser.c deleted file mode 100644 index becc28feb..000000000 --- a/deskutils/gnome-main-menu/files/patch-application-browser_src_application-browser.c +++ /dev/null @@ -1,11 +0,0 @@ ---- application-browser/src/application-browser.c.orig 2008-07-06 23:02:33.000000000 -0400 -+++ application-browser/src/application-browser.c 2008-07-06 23:02:50.000000000 -0400 -@@ -83,7 +83,7 @@ main (int argc, char *argv[]) - NewAppConfig *config = g_new0 (NewAppConfig, 1); - config->max_items = get_slab_gconf_int (NEW_APPS_MAX_ITEMS); - config->name = _("New Applications"); -- AppShellData *app_data = appshelldata_new ("applications.menu", config, -+ AppShellData *app_data = appshelldata_new ("gnome-applications.menu", config, - APPLICATION_BROWSER_PREFIX, GTK_ICON_SIZE_DND, TRUE, FALSE); - generate_categories (app_data); - diff --git a/deskutils/gnome-main-menu/files/patch-configure b/deskutils/gnome-main-menu/files/patch-configure deleted file mode 100644 index 9f32bd639..000000000 --- a/deskutils/gnome-main-menu/files/patch-configure +++ /dev/null @@ -1,86 +0,0 @@ ---- configure.orig 2008-10-08 13:36:57.000000000 -0400 -+++ configure 2008-10-08 13:38:39.000000000 -0400 -@@ -23975,12 +23975,12 @@ if test -n "$MAIN_MENU_CFLAGS"; then - pkg_cv_MAIN_MENU_CFLAGS="$MAIN_MENU_CFLAGS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ -- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" \$COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 NetworkManager libnm_glib >= 0.7.0 hal-storage cairo \"") >&5 -- ($PKG_CONFIG --exists --print-errors " $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 NetworkManager libnm_glib >= 0.7.0 hal-storage cairo ") 2>&5 -+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" \$COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 hal-storage cairo \"") >&5 -+ ($PKG_CONFIG --exists --print-errors " $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 hal-storage cairo ") 2>&5 - ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -- pkg_cv_MAIN_MENU_CFLAGS=`$PKG_CONFIG --cflags " $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 NetworkManager libnm_glib >= 0.7.0 hal-storage cairo " 2>/dev/null` -+ pkg_cv_MAIN_MENU_CFLAGS=`$PKG_CONFIG --cflags " $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 hal-storage cairo " 2>/dev/null` - else - pkg_failed=yes - fi -@@ -23991,12 +23991,12 @@ if test -n "$MAIN_MENU_LIBS"; then - pkg_cv_MAIN_MENU_LIBS="$MAIN_MENU_LIBS" - elif test -n "$PKG_CONFIG"; then - if test -n "$PKG_CONFIG" && \ -- { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" \$COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 NetworkManager libnm_glib >= 0.7.0 hal-storage cairo \"") >&5 -- ($PKG_CONFIG --exists --print-errors " $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 NetworkManager libnm_glib >= 0.7.0 hal-storage cairo ") 2>&5 -+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \" \$COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 hal-storage cairo \"") >&5 -+ ($PKG_CONFIG --exists --print-errors " $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 hal-storage cairo ") 2>&5 - ac_status=$? - $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -- pkg_cv_MAIN_MENU_LIBS=`$PKG_CONFIG --libs " $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 NetworkManager libnm_glib >= 0.7.0 hal-storage cairo " 2>/dev/null` -+ pkg_cv_MAIN_MENU_LIBS=`$PKG_CONFIG --libs " $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 hal-storage cairo " 2>/dev/null` - else - pkg_failed=yes - fi -@@ -24014,14 +24014,14 @@ else - _pkg_short_errors_supported=no - fi - if test $_pkg_short_errors_supported = yes; then -- MAIN_MENU_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors " $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 NetworkManager libnm_glib >= 0.7.0 hal-storage cairo " 2>&1` -+ MAIN_MENU_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors " $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 hal-storage cairo " 2>&1` - else -- MAIN_MENU_PKG_ERRORS=`$PKG_CONFIG --print-errors " $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 NetworkManager libnm_glib >= 0.7.0 hal-storage cairo " 2>&1` -+ MAIN_MENU_PKG_ERRORS=`$PKG_CONFIG --print-errors " $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 hal-storage cairo " 2>&1` - fi - # Put the nasty error message in config.log where it belongs - echo "$MAIN_MENU_PKG_ERRORS" >&5 - -- { { $as_echo "$as_me:$LINENO: error: Package requirements ( $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 NetworkManager libnm_glib >= 0.7.0 hal-storage cairo ) were not met: -+ { { $as_echo "$as_me:$LINENO: error: Package requirements ( $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 hal-storage cairo ) were not met: - - $MAIN_MENU_PKG_ERRORS - -@@ -24032,7 +24032,7 @@ Alternatively, you may set the environme - and MAIN_MENU_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 ( $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 NetworkManager libnm_glib >= 0.7.0 hal-storage cairo ) were not met: -+$as_echo "$as_me: error: Package requirements ( $COMMON_MODULES libpanelapplet-2.0 gnome-desktop-2.0 gconf-2.0 libgtop-2.0 libgnome-2.0 libgnomeui-2.0 dbus-glib-1 hal-storage cairo ) were not met: - - $MAIN_MENU_PKG_ERRORS - -@@ -24075,7 +24075,7 @@ $as_echo "yes" >&6; } - fi - - --for ac_header in iwlib.h -+for ac_header in # - do - as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -@@ -24297,15 +24297,6 @@ fi - done - - --if test "x$have_iwlib" != "xyes" ; then -- { { $as_echo "$as_me:$LINENO: error: cannot find iwlib" >&5 --$as_echo "$as_me: error: cannot find iwlib" >&2;} -- { (exit 1); exit 1; }; } --else -- MAIN_MENU_LIBS="$MAIN_MENU_LIBS -liw" -- --fi -- - - - diff --git a/deskutils/gnome-main-menu/files/patch-libslab_directory-tile.c b/deskutils/gnome-main-menu/files/patch-libslab_directory-tile.c deleted file mode 100644 index 955b69721..000000000 --- a/deskutils/gnome-main-menu/files/patch-libslab_directory-tile.c +++ /dev/null @@ -1,9 +0,0 @@ ---- libslab/directory-tile.c.orig 2008-07-06 22:40:19.000000000 -0400 -+++ libslab/directory-tile.c 2008-07-06 22:40:33.000000000 -0400 -@@ -672,5 +672,5 @@ static void - disown_spawned_child (gpointer user_data) - { - setsid (); -- setpgrp (); -+ setpgrp (0, 0); - } diff --git a/deskutils/gnome-main-menu/files/patch-main-menu_src_Makefile.in b/deskutils/gnome-main-menu/files/patch-main-menu_src_Makefile.in deleted file mode 100644 index c010e5ebf..000000000 --- a/deskutils/gnome-main-menu/files/patch-main-menu_src_Makefile.in +++ /dev/null @@ -1,32 +0,0 @@ ---- main-menu/src/Makefile.in.orig 2008-07-06 22:33:39.000000000 -0400 -+++ main-menu/src/Makefile.in 2008-07-06 22:33:59.000000000 -0400 -@@ -48,8 +48,7 @@ libexecPROGRAMS_INSTALL = $(INSTALL_PROG - PROGRAMS = $(libexec_PROGRAMS) - am_main_menu_OBJECTS = main-menu.$(OBJEXT) main-menu-ui.$(OBJEXT) \ - main-menu-migration.$(OBJEXT) tile-table.$(OBJEXT) \ -- hard-drive-status-tile.$(OBJEXT) network-status-tile.$(OBJEXT) \ -- network-status-agent.$(OBJEXT) network-status-info.$(OBJEXT) \ -+ hard-drive-status-tile.$(OBJEXT) \ - tomboykeybinder.$(OBJEXT) eggaccelerators.$(OBJEXT) - main_menu_OBJECTS = $(am_main_menu_OBJECTS) - am__DEPENDENCIES_1 = -@@ -272,9 +271,6 @@ main_menu_SOURCES = \ - main-menu-migration.c main-menu-migration.h \ - tile-table.c tile-table.h \ - hard-drive-status-tile.c hard-drive-status-tile.h \ -- network-status-tile.c network-status-tile.h \ -- network-status-agent.c network-status-agent.h \ -- network-status-info.c network-status-info.h \ - tomboykeybinder.c tomboykeybinder.h \ - eggaccelerators.c eggaccelerators.h - -@@ -360,9 +356,6 @@ distclean-compile: - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main-menu-migration.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main-menu-ui.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main-menu.Po@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/network-status-agent.Po@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/network-status-info.Po@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/network-status-tile.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tile-table.Po@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tomboykeybinder.Po@am__quote@ - diff --git a/deskutils/gnome-main-menu/files/patch-main-menu_src_main-menu-ui.c b/deskutils/gnome-main-menu/files/patch-main-menu_src_main-menu-ui.c deleted file mode 100644 index d038d2868..000000000 --- a/deskutils/gnome-main-menu/files/patch-main-menu_src_main-menu-ui.c +++ /dev/null @@ -1,55 +0,0 @@ ---- main-menu/src/main-menu-ui.c.orig 2008-07-06 22:31:43.000000000 -0400 -+++ main-menu/src/main-menu-ui.c 2008-07-06 22:33:32.000000000 -0400 -@@ -47,7 +47,6 @@ - #include "directory-tile.h" - #include "system-tile.h" - #include "hard-drive-status-tile.h" --#include "network-status-tile.h" - - #include "tile-table.h" - -@@ -100,7 +99,6 @@ typedef struct { - - GtkWidget *search_section; - GtkWidget *search_entry; -- GtkWidget *network_status; - - GtkNotebook *file_section; - GtkWidget *page_selectors [3]; -@@ -405,7 +403,6 @@ main_menu_ui_init (MainMenuUI *this) - - priv->status_section = NULL; - priv->system_section = NULL; -- priv->network_status = NULL; - - priv->volume_mon = NULL; - -@@ -730,19 +727,6 @@ create_status_section (MainMenuUI *this) - gtk_container_add (ctnr, tile); - gtk_widget_show_all (GTK_WIDGET (ctnr)); - -- ctnr = GTK_CONTAINER (glade_xml_get_widget ( -- priv->main_menu_xml, "network-status-container")); -- priv->network_status = network_status_tile_new (); -- -- gtk_widget_set_size_request (priv->network_status, 6 * icon_width, -1); -- -- g_signal_connect ( -- G_OBJECT (priv->network_status), "tile-action-triggered", -- G_CALLBACK (tile_action_triggered_cb), this); -- -- gtk_container_add (ctnr, priv->network_status); -- gtk_widget_show_all (GTK_WIDGET (ctnr)); -- - priv->status_section = glade_xml_get_widget ( - priv->main_menu_xml, "slab-status-section"); - } -@@ -1853,8 +1837,6 @@ present_slab_window (MainMenuUI *this) - { - MainMenuUIPrivate *priv = PRIVATE (this); - -- network_tile_update_status (priv->network_status); -- - update_recently_used_sections (this); - - gtk_window_present_with_time (GTK_WINDOW (priv->slab_window), gtk_get_current_event_time ()); diff --git a/deskutils/gnome-main-menu/pkg-descr b/deskutils/gnome-main-menu/pkg-descr deleted file mode 100644 index 0d18665c3..000000000 --- a/deskutils/gnome-main-menu/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The gnome-main-menu is a set of two utilities. A gnome-panel applet similar -to the traditional main-menu but a few addtions and changes. In particular the -gnome-main-menu does not provide direct access to all the applications on the -system, but rather displays user specified "favorites" and recently launched -applications. - -Access to all the applications is made through the second of the three -utilities, the application-browser, which is a larger format application than -that the traditional main-menu which is managed by the window manager to allow -for resizing, etc. diff --git a/deskutils/gnome-main-menu/pkg-plist b/deskutils/gnome-main-menu/pkg-plist deleted file mode 100644 index ef4a4a112..000000000 --- a/deskutils/gnome-main-menu/pkg-plist +++ /dev/null @@ -1,122 +0,0 @@ -bin/application-browser -include/slab/app-resizer.h -include/slab/app-shell-startup.h -include/slab/app-shell.h -include/slab/application-tile.h -include/slab/directory-tile.h -include/slab/document-tile.h -include/slab/gnome-utils.h -include/slab/nameplate-tile.h -include/slab/nld-marshal.c -include/slab/nld-marshal.h -include/slab/search-bar.h -include/slab/search-context-picker.h -include/slab/search-entry-watermark.h -include/slab/search-entry.h -include/slab/shell-window.h -include/slab/slab-gnome-util.h -include/slab/slab-section.h -include/slab/system-tile.h -include/slab/tile.h -lib/libslab.a -lib/libslab.la -lib/libslab.so -lib/libslab.so.1 -libdata/bonobo/servers/GNOME_MainMenu.server -libdata/pkgconfig/libslab.pc -libexec/main-menu -share/applications/application-browser.desktop -share/applications/gnome-screensaver-lock.desktop -share/applications/gnome-session-kill.desktop -share/gnome-2.0/ui/GNOME_MainMenu_ContextMenu.xml -%%DATADIR%%/applications.xbel -%%DATADIR%%/documents.xbel -%%DATADIR%%/empty.ots -%%DATADIR%%/empty.ott -%%DATADIR%%/places.xbel -%%DATADIR%%/slab-window.glade -%%DATADIR%%/system-items.xbel -share/locale/af/LC_MESSAGES/gnome-main-menu.mo -share/locale/ar/LC_MESSAGES/gnome-main-menu.mo -share/locale/bg/LC_MESSAGES/gnome-main-menu.mo -share/locale/bn/LC_MESSAGES/gnome-main-menu.mo -share/locale/br/LC_MESSAGES/gnome-main-menu.mo -share/locale/bs/LC_MESSAGES/gnome-main-menu.mo -share/locale/ca/LC_MESSAGES/gnome-main-menu.mo -share/locale/cs/LC_MESSAGES/gnome-main-menu.mo -share/locale/cy/LC_MESSAGES/gnome-main-menu.mo -share/locale/da/LC_MESSAGES/gnome-main-menu.mo -share/locale/de/LC_MESSAGES/gnome-main-menu.mo -share/locale/dz/LC_MESSAGES/gnome-main-menu.mo -share/locale/el/LC_MESSAGES/gnome-main-menu.mo -share/locale/en_CA/LC_MESSAGES/gnome-main-menu.mo -share/locale/en_GB/LC_MESSAGES/gnome-main-menu.mo -share/locale/en_IGID/LC_MESSAGES/gnome-main-menu.mo -share/locale/en_US/LC_MESSAGES/gnome-main-menu.mo -share/locale/es/LC_MESSAGES/gnome-main-menu.mo -share/locale/et/LC_MESSAGES/gnome-main-menu.mo -share/locale/eu/LC_MESSAGES/gnome-main-menu.mo -share/locale/fi/LC_MESSAGES/gnome-main-menu.mo -share/locale/fr/LC_MESSAGES/gnome-main-menu.mo -share/locale/gl/LC_MESSAGES/gnome-main-menu.mo -share/locale/gu/LC_MESSAGES/gnome-main-menu.mo -share/locale/he/LC_MESSAGES/gnome-main-menu.mo -share/locale/hi/LC_MESSAGES/gnome-main-menu.mo -share/locale/hr/LC_MESSAGES/gnome-main-menu.mo -share/locale/hu/LC_MESSAGES/gnome-main-menu.mo -share/locale/id/LC_MESSAGES/gnome-main-menu.mo -share/locale/it/LC_MESSAGES/gnome-main-menu.mo -share/locale/ja/LC_MESSAGES/gnome-main-menu.mo -share/locale/ka/LC_MESSAGES/gnome-main-menu.mo -share/locale/km/LC_MESSAGES/gnome-main-menu.mo -share/locale/ko/LC_MESSAGES/gnome-main-menu.mo -share/locale/lo/LC_MESSAGES/gnome-main-menu.mo -share/locale/lt/LC_MESSAGES/gnome-main-menu.mo -share/locale/lv/LC_MESSAGES/gnome-main-menu.mo -share/locale/mk/LC_MESSAGES/gnome-main-menu.mo -share/locale/mr/LC_MESSAGES/gnome-main-menu.mo -share/locale/nb/LC_MESSAGES/gnome-main-menu.mo -share/locale/nl/LC_MESSAGES/gnome-main-menu.mo -share/locale/oc/LC_MESSAGES/gnome-main-menu.mo -share/locale/pa/LC_MESSAGES/gnome-main-menu.mo -share/locale/pl/LC_MESSAGES/gnome-main-menu.mo -share/locale/ps/LC_MESSAGES/gnome-main-menu.mo -share/locale/pt/LC_MESSAGES/gnome-main-menu.mo -share/locale/pt_BR/LC_MESSAGES/gnome-main-menu.mo -share/locale/ro/LC_MESSAGES/gnome-main-menu.mo -share/locale/ru/LC_MESSAGES/gnome-main-menu.mo -share/locale/sk/LC_MESSAGES/gnome-main-menu.mo -share/locale/sl/LC_MESSAGES/gnome-main-menu.mo -share/locale/sr/LC_MESSAGES/gnome-main-menu.mo -share/locale/sv/LC_MESSAGES/gnome-main-menu.mo -share/locale/ta/LC_MESSAGES/gnome-main-menu.mo -share/locale/tr/LC_MESSAGES/gnome-main-menu.mo -share/locale/uk/LC_MESSAGES/gnome-main-menu.mo -share/locale/vi/LC_MESSAGES/gnome-main-menu.mo -share/locale/xh/LC_MESSAGES/gnome-main-menu.mo -share/locale/zh_CN/LC_MESSAGES/gnome-main-menu.mo -share/locale/zh_TW/LC_MESSAGES/gnome-main-menu.mo -share/locale/zu/LC_MESSAGES/gnome-main-menu.mo -@dirrm %%DATADIR%% -@dirrm include/slab -@dirrmtry share/applications -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/lo/LC_MESSAGES -@dirrmtry share/locale/lo -@dirrmtry share/locale/km/LC_MESSAGES -@dirrmtry share/locale/km -@dirrmtry share/locale/en_US/LC_MESSAGES -@dirrmtry share/locale/en_US -@dirrmtry share/locale/en_IGID/LC_MESSAGES -@dirrmtry share/locale/en_IGID -@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 5bb1248ed..000000000 --- a/deskutils/gnome-utils/Makefile +++ /dev/null @@ -1,39 +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.129 2008/09/22 14:20:29 kwm Exp $ -# - -PORTNAME= gnome-utils -PORTVERSION= 2.24.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 - -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 \ - libgnomeprintui gnomedesktop ltverhack -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gnome-dictionary.1 gnome-search-tool.1 gnome-system-log.1 \ - baobab.1 -GCONF_SCHEMAS= gnome-dictionary.schemas gnome-screenshot.schemas \ - gnome-search-tool.schemas logview.schemas baobab.schemas - -.include <bsd.port.mk> diff --git a/deskutils/gnome-utils/distinfo b/deskutils/gnome-utils/distinfo deleted file mode 100644 index a1a9ef57a..000000000 --- a/deskutils/gnome-utils/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-utils-2.24.1.tar.bz2) = 232937a4bf5c9ebb1bbc86793871d843 -SHA256 (gnome2/gnome-utils-2.24.1.tar.bz2) = 6b7e29feaa25d5e85fa55a00775e7b3296725ef98b455b8b1d810cf379cfdd00 -SIZE (gnome2/gnome-utils-2.24.1.tar.bz2) = 6410784 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 9d1ee8c9c..000000000 --- a/deskutils/gnome-utils/files/patch-gsearchtool_gsearchtool-support.c +++ /dev/null @@ -1,10 +0,0 @@ ---- gsearchtool/gsearchtool-support.c.orig Thu Jan 5 23:26:25 2006 -+++ gsearchtool/gsearchtool-support.c Thu Jan 5 23:27:04 2006 -@@ -31,6 +31,7 @@ - - #include <glib/gi18n.h> - #include <glib/gdate.h> -+#include <sys/types.h> - #include <regex.h> - #include <gdk/gdkx.h> - #include <libart_lgpl/art_rgb.h> 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 0f71ca4e1..000000000 --- a/deskutils/gnome-utils/pkg-plist +++ /dev/null @@ -1,671 +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/pixmaps/baobab.glade -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.glade -share/gnome-dictionary/gnome-dictionary-ui.xml -share/gnome-screenshot/gnome-screenshot.ui -share/gnome-system-log/gnome-system-log-actions.db -share/gnome-system-log/gnome-system-log-descript.db -share/gnome-system-log/gnome-system-log-regexp.db -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/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/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/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/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_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/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/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/de/figures/gnome-search-tool_window.png -share/gnome/help/gnome-search-tool/de/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/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/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-da.omf -share/omf/baobab/baobab-de.omf -share/omf/baobab/baobab-en_GB.omf -share/omf/baobab/baobab-es.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-ru.omf -share/omf/baobab/baobab-sv.omf -share/omf/baobab/baobab-uk.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-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-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-de.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-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-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/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/bs/LC_MESSAGES/gnome-utils-2.0.mo -share/locale/ca/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/ka/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/si/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/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/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/de/figures -@dirrm share/gnome/help/gnome-search-tool/de -@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/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/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/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/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/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/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/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 share/gnome-system-log -@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/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/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/gucharmap/Makefile b/deskutils/gucharmap/Makefile deleted file mode 100644 index e3fd72fe1..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.56 2008/10/30 14:40:35 marcus Exp $ -# - -PORTNAME= gucharmap -PORTVERSION= 2.24.2 -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 c2718ac86..000000000 --- a/deskutils/gucharmap/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gucharmap-2.24.2.tar.bz2) = 8e1c82736e122fe509e98a9b3059e2d6 -SHA256 (gnome2/gucharmap-2.24.2.tar.bz2) = 1774b37cf529c5320e93de5e327fd7c716d84a99b959fa1ef2e8dcf72c5ee23c -SIZE (gnome2/gucharmap-2.24.2.tar.bz2) = 2922955 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 80d040647..000000000 --- a/deskutils/gucharmap/pkg-plist +++ /dev/null @@ -1,236 +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/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/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/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/bs/LC_MESSAGES/gucharmap.mo -share/locale/ca/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/ko/LC_MESSAGES/gucharmap.mo -share/locale/lt/LC_MESSAGES/gucharmap.mo -share/locale/lv/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-de.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/de/figures -@dirrm share/gnome/help/gucharmap/de -@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/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/deskutils/hamster-applet/Makefile b/deskutils/hamster-applet/Makefile deleted file mode 100644 index aa4eb62d0..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.12 2008/10/20 21:33:43 mezz Exp $ -# - -PORTNAME= hamster-applet -PORTVERSION= 2.24.2 -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 9262390d2..000000000 --- a/deskutils/hamster-applet/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/hamster-applet-2.24.2.tar.bz2) = b754f3953c6aa1ef48838de812600da8 -SHA256 (gnome2/hamster-applet-2.24.2.tar.bz2) = 2bd0f14b5421193106fd8d3ba21c7a5880bda348e1ea4bf589e6c51acfdb4f6d -SIZE (gnome2/hamster-applet-2.24.2.tar.bz2) = 401252 diff --git a/deskutils/hamster-applet/files/patch-hamster___init__.py b/deskutils/hamster-applet/files/patch-hamster___init__.py deleted file mode 100644 index a277063e0..000000000 --- a/deskutils/hamster-applet/files/patch-hamster___init__.py +++ /dev/null @@ -1,10 +0,0 @@ ---- hamster/__init__.py.orig 2008-08-07 10:53:47.000000000 -0400 -+++ hamster/__init__.py 2008-08-07 10:54:01.000000000 -0400 -@@ -74,6 +74,7 @@ if not exists(USER_HAMSTER_DIR): - if not exists(HAMSTER_DB): - print "Database not found in %s - installing default from %s!" % (HAMSTER_DB, SHARED_DATA_DIR) - copyfile(join(SHARED_DATA_DIR, DB_FILE), HAMSTER_DB) -+ os.chmod(HAMSTER_DB, 0644) - - # Init storage - 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 e61e0f77b..000000000 --- a/deskutils/hamster-applet/files/patch-hamster_hamster-applet.py +++ /dev/null @@ -1,17 +0,0 @@ ---- hamster/hamster-applet.py.orig 2008-08-07 10:22:46.000000000 -0400 -+++ hamster/hamster-applet.py 2008-08-07 10:23:13.000000000 -0400 -@@ -51,10 +51,10 @@ if hasattr(gettext, 'bind_textdomain_cod - gettext.bind_textdomain_codeset('hamster-applet','UTF-8') - gettext.textdomain('hamster-applet') - --locale.bindtextdomain('hamster-applet', abspath(join(hamster.defs.DATA_DIR, "locale"))) --if hasattr(locale, 'bind_textdomain_codeset'): -- locale.bind_textdomain_codeset('hamster-applet','UTF-8') --locale.textdomain('hamster-applet') -+#locale.bindtextdomain('hamster-applet', abspath(join(hamster.defs.DATA_DIR, "locale"))) -+#if hasattr(locale, 'bind_textdomain_codeset'): -+# locale.bind_textdomain_codeset('hamster-applet','UTF-8') -+#locale.textdomain('hamster-applet') - - hamster.__init_db() - import hamster.applet 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 251bc010f..000000000 --- a/deskutils/hamster-applet/pkg-plist +++ /dev/null @@ -1,133 +0,0 @@ -lib/hamster-applet/hamster-applet -%%PYTHON_SITELIBDIR%%/hamster/Configuration.py -%%PYTHON_SITELIBDIR%%/hamster/Configuration.pyc -%%PYTHON_SITELIBDIR%%/hamster/Configuration.pyo -%%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/add_custom_fact.py -%%PYTHON_SITELIBDIR%%/hamster/add_custom_fact.pyc -%%PYTHON_SITELIBDIR%%/hamster/add_custom_fact.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/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/eds.py -%%PYTHON_SITELIBDIR%%/hamster/eds.pyc -%%PYTHON_SITELIBDIR%%/hamster/eds.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 -libdata/bonobo/servers/Hamster_Applet.server -share/gnome-control-center/keybindings/99-hamster-applet.xml -%%DATADIR%%/Hamster_Applet.xml -%%DATADIR%%/add_custom_fact.glade -%%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%%/hamster.db -%%DATADIR%%/menu.glade -%%DATADIR%%/preferences.glade -%%DATADIR%%/stats.glade -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/bg/LC_MESSAGES/hamster-applet.mo -share/locale/bn_IN/LC_MESSAGES/hamster-applet.mo -share/locale/ca/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/lt/LC_MESSAGES/hamster-applet.mo -share/locale/lv/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/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/ru/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/th/LC_MESSAGES/hamster-applet.mo -share/locale/tr/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/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN diff --git a/deskutils/notification-daemon/Makefile b/deskutils/notification-daemon/Makefile deleted file mode 100644 index ada4bb98f..000000000 --- a/deskutils/notification-daemon/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: notification-daemon -# Date created: 2005-08-06 -# Whom: Andreas Kohn <andreas@syndrom23.de> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= notification-daemon -PORTVERSION= 0.4.0 -CATEGORIES= deskutils gnome -MASTER_SITES= http://www.galago-project.org/files/releases/source/notification-daemon/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Send small notifications to your desktop - -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - sexy:${PORTSDIR}/x11-toolkits/libsexy - -USE_GNOME= gnomehack gnomeprefix gnometarget intlhack gconf2 libwnck \ - libglade2 -USE_GMAKE= yes -USE_GETTEXT= yes -USE_XORG= x11 xt sm ice xext -USE_GSTREAMER= good -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-dbus-services=${PREFIX}/share/dbus-1/services -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= notification-daemon.schemas - -CONFLICTS= xfce4-notification-daemon-[0-9]* - -.include <bsd.port.mk> diff --git a/deskutils/notification-daemon/distinfo b/deskutils/notification-daemon/distinfo deleted file mode 100644 index f0f4ede63..000000000 --- a/deskutils/notification-daemon/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (notification-daemon-0.4.0.tar.gz) = 281624263e3fc82c888dd7433a37194b -SHA256 (notification-daemon-0.4.0.tar.gz) = 0c0c90ec7f2fc7fc5cbefba2e04df6ae311abc7ace23dd34f21dc063e119d808 -SIZE (notification-daemon-0.4.0.tar.gz) = 404178 diff --git a/deskutils/notification-daemon/pkg-descr b/deskutils/notification-daemon/pkg-descr deleted file mode 100644 index 33ba0cc36..000000000 --- a/deskutils/notification-daemon/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -The Desktop Notifications framework provides a standard way of doing passive -pop-up notifications on the desktop. These are designed to notify the -user of something without interrupting their work with a dialog box that they -must close. Passive popups can automatically disappear after a short period -of time. - -This port contains the daemon. - -WWW: http://www.galago-project.org/specs/notification/index.php diff --git a/deskutils/notification-daemon/pkg-plist b/deskutils/notification-daemon/pkg-plist deleted file mode 100644 index b4160c5ec..000000000 --- a/deskutils/notification-daemon/pkg-plist +++ /dev/null @@ -1,24 +0,0 @@ -bin/notification-properties -lib/notification-daemon-1.0/engines/libstandard.a -lib/notification-daemon-1.0/engines/libstandard.la -lib/notification-daemon-1.0/engines/libstandard.so -libexec/notification-daemon -share/applications/notification-properties.desktop -share/dbus-1/services/org.freedesktop.Notifications.service -share/icons/hicolor/16x16/apps/notification-properties.png -share/icons/hicolor/22x22/apps/notification-properties.png -share/icons/hicolor/24x24/apps/notification-properties.png -share/icons/hicolor/32x32/apps/notification-properties.png -share/icons/hicolor/48x48/apps/notification-properties.png -share/icons/hicolor/scalable/apps/notification-properties.svg -share/locale/ar/LC_MESSAGES/notification-daemon.mo -share/locale/de/LC_MESSAGES/notification-daemon.mo -share/locale/it/LC_MESSAGES/notification-daemon.mo -share/locale/nl/LC_MESSAGES/notification-daemon.mo -share/locale/pl/LC_MESSAGES/notification-daemon.mo -share/locale/sv/LC_MESSAGES/notification-daemon.mo -share/notification-daemon/notification-properties.glade -@dirrm share/notification-daemon -@dirrm lib/notification-daemon-1.0/engines -@dirrm lib/notification-daemon-1.0 -@dirrmtry share/applications diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile deleted file mode 100644 index 30de6b9ce..000000000 --- a/devel/ORBit2/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: orbit2 -# Date Created: 16 Aug 1998 -# Whom: Chia-liang Kao <clkao@CirX.ORG> -# -# $FreeBSD$ -# $MCom: ports/devel/ORBit2/Makefile,v 1.52 2008/09/18 15:44:09 mezz Exp $ -# - -PORTNAME= ORBit2 -PORTVERSION= 2.14.16 -PORTREVISION?= 0 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= High-performance CORBA ORB with support for the C language - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -USE_GMAKE= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnomehack libidl ltverhack referencehack -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/src/orb/orb-core/orbit-typelib.c - -post-install: - @${ECHO_CMD} "ORBIIOPIPv4=0" > ${PREFIX}/etc/orbit2rc.default - @${ECHO_CMD} "ORBIIOPIPv6=0" >> ${PREFIX}/etc/orbit2rc.default - @if [ ! -f ${PREFIX}/etc/orbit2rc ]; then \ - ${CP} -p ${PREFIX}/etc/orbit2rc.default ${PREFIX}/etc/orbit2rc ; \ - fi - @${MKDIR} ${PREFIX}/lib/orbit-2.0/idl-backends - -.include <bsd.port.mk> - -.endif diff --git a/devel/ORBit2/distinfo b/devel/ORBit2/distinfo deleted file mode 100644 index 6785eb325..000000000 --- a/devel/ORBit2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/ORBit2-2.14.16.tar.bz2) = f4898b999f39c79d55c13c0e0f597c71 -SHA256 (gnome2/ORBit2-2.14.16.tar.bz2) = e7bc69a316e6e2a263987a0aec5c6249dc152361e9559b4818a680681409aac1 -SIZE (gnome2/ORBit2-2.14.16.tar.bz2) = 739458 diff --git a/devel/ORBit2/files/patch-ab b/devel/ORBit2/files/patch-ab deleted file mode 100644 index 70131ebc1..000000000 --- a/devel/ORBit2/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon Dec 18 07:20:12 2006 -+++ Makefile.in Mon Dec 18 07:20:47 2006 -@@ -239,7 +239,7 @@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --SUBDIRS = linc2 src include test docs -+SUBDIRS = linc2 src include docs - bin_SCRIPTS = orbit2-config - EXTRA_DIST = \ - ORBit2.m4 \ diff --git a/devel/ORBit2/files/patch-src::orb::util::Makefile.in b/devel/ORBit2/files/patch-src::orb::util::Makefile.in deleted file mode 100644 index e048ca634..000000000 --- a/devel/ORBit2/files/patch-src::orb::util::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/orb/util/Makefile.in.orig Fri Mar 5 23:39:16 2004 -+++ src/orb/util/Makefile.in Fri Mar 5 23:39:43 2004 -@@ -126,7 +126,7 @@ - INCLUDES = \ - -I$(top_srcdir)/include \ - -I$(top_builddir)/include \ -- -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbitrc\" \ -+ -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbit2rc\" \ - -DORBIT2_INTERNAL_API \ - $(WARN_CFLAGS) \ - $(ORBIT_DEBUG_CFLAGS) \ diff --git a/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c b/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c deleted file mode 100644 index 6af92e3af..000000000 --- a/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/orb/orb-core/orbit-typelib.c.orig 2007-07-27 10:58:37.000000000 -0500 -+++ src/orb/orb-core/orbit-typelib.c 2007-07-27 10:58:41.000000000 -0500 -@@ -218,6 +218,7 @@ - paths = g_ptr_array_sized_new (8); - - g_ptr_array_add (paths, g_strdup (ORBIT_TYPELIB_DIR)); -+ add_if_unique(paths, "%%LOCALBASE%%", TRUE); - - if ((path = g_getenv ("ORBIT_TYPELIB_PATH"))) { - char **strv; diff --git a/devel/ORBit2/pkg-descr b/devel/ORBit2/pkg-descr deleted file mode 100644 index 711157675..000000000 --- a/devel/ORBit2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -ORBit is a high-performance CORBA ORB with support for the C language. -It allows programs to communicate with each other, regardless of their -physical and logical locations. diff --git a/devel/ORBit2/pkg-plist b/devel/ORBit2/pkg-plist deleted file mode 100644 index 7730e1f92..000000000 --- a/devel/ORBit2/pkg-plist +++ /dev/null @@ -1,83 +0,0 @@ -bin/linc-cleanup-sockets -bin/orbit-idl-2 -bin/orbit2-config -@unexec if cmp -s %D/etc/orbit2rc.default %D/etc/orbit2rc; then rm -f %D/etc/orbit2rc; fi -etc/orbit2rc.default -@exec if [ ! -f %D/etc/orbit2rc ] ; then cp -p %D/%F %B/orbit2rc; fi -include/orbit-2.0/ORBitservices/CosNaming.h -include/orbit-2.0/ORBitservices/CosNaming_impl.h -include/orbit-2.0/ORBitservices/orbit-imodule.h -include/orbit-2.0/orbit-idl/orbit-idl-backend.h -include/orbit-2.0/orbit/dynamic/dynamic-defs.h -include/orbit-2.0/orbit/dynamic/dynamic.h -include/orbit-2.0/orbit/orb-core/allocators.h -include/orbit-2.0/orbit/orb-core/corba-any-type.h -include/orbit-2.0/orbit/orb-core/corba-any.h -include/orbit-2.0/orbit/orb-core/corba-context-type.h -include/orbit-2.0/orbit/orb-core/corba-context.h -include/orbit-2.0/orbit/orb-core/corba-defs.h -include/orbit-2.0/orbit/orb-core/corba-environment-type.h -include/orbit-2.0/orbit/orb-core/corba-environment.h -include/orbit-2.0/orbit/orb-core/corba-nvlist.h -include/orbit-2.0/orbit/orb-core/corba-object-type.h -include/orbit-2.0/orbit/orb-core/corba-object.h -include/orbit-2.0/orbit/orb-core/corba-orb-type.h -include/orbit-2.0/orbit/orb-core/corba-orb.h -include/orbit-2.0/orbit/orb-core/corba-pobj.h -include/orbit-2.0/orbit/orb-core/corba-policy-type.h -include/orbit-2.0/orbit/orb-core/corba-string.h -include/orbit-2.0/orbit/orb-core/corba-typecode-type.h -include/orbit-2.0/orbit/orb-core/corba-typecode.h -include/orbit-2.0/orbit/orb-core/iop-defs.h -include/orbit-2.0/orbit/orb-core/orb-core-types.h -include/orbit-2.0/orbit/orb-core/orb-core.h -include/orbit-2.0/orbit/orb-core/orb-types.h -include/orbit-2.0/orbit/orb-core/orbit-interface.h -include/orbit-2.0/orbit/orb-core/orbit-object.h -include/orbit-2.0/orbit/orb-core/orbit-small.h -include/orbit-2.0/orbit/orbit-config.h -include/orbit-2.0/orbit/orbit-types.h -include/orbit-2.0/orbit/orbit.h -include/orbit-2.0/orbit/poa/orbit-adaptor.h -include/orbit-2.0/orbit/poa/poa-basics.h -include/orbit-2.0/orbit/poa/poa-defs.h -include/orbit-2.0/orbit/poa/poa-policy.h -include/orbit-2.0/orbit/poa/poa-types.h -include/orbit-2.0/orbit/poa/poa.h -include/orbit-2.0/orbit/poa/portableserver-current-type.h -include/orbit-2.0/orbit/poa/portableserver-poa-type.h -include/orbit-2.0/orbit/util/basic_types.h -include/orbit-2.0/orbit/util/orbit-genrand.h -include/orbit-2.0/orbit/util/orbit-util.h -lib/libORBit-2.a -lib/libORBit-2.la -lib/libORBit-2.so -lib/libORBit-2.so.0 -lib/libORBit-imodule-2.a -lib/libORBit-imodule-2.la -lib/libORBit-imodule-2.so -lib/libORBit-imodule-2.so.0 -lib/libORBitCosNaming-2.a -lib/libORBitCosNaming-2.la -lib/libORBitCosNaming-2.so -lib/libORBitCosNaming-2.so.0 -lib/libname-server-2.a -libdata/pkgconfig/ORBit-2.0.pc -libdata/pkgconfig/ORBit-CosNaming-2.0.pc -libdata/pkgconfig/ORBit-idl-2.0.pc -libdata/pkgconfig/ORBit-imodule-2.0.pc -share/aclocal/ORBit2.m4 -share/idl/orbit-2.0/CosNaming.idl -@dirrm share/idl/orbit-2.0 -@exec /bin/mkdir -p %D/lib/orbit-2.0/idl-backends -@dirrmtry share/idl -@dirrmtry lib/orbit-2.0/idl-backends -@dirrmtry lib/orbit-2.0 -@dirrm include/orbit-2.0/orbit/util -@dirrm include/orbit-2.0/orbit/poa -@dirrm include/orbit-2.0/orbit/orb-core -@dirrm include/orbit-2.0/orbit/dynamic -@dirrm include/orbit-2.0/orbit-idl -@dirrm include/orbit-2.0/orbit -@dirrm include/orbit-2.0/ORBitservices -@dirrm include/orbit-2.0 diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile deleted file mode 100644 index a63dfbfa7..000000000 --- a/devel/anjuta/Makefile +++ /dev/null @@ -1,115 +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.31 2008/10/20 22:01:50 kwm Exp $ -# - -PORTNAME= anjuta -PORTVERSION= 2.24.2 -PORTREVISION= 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 \ - neato:${PORTSDIR}/graphics/graphviz -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ - gbf-1.2:${PORTSDIR}/devel/gnome-build \ - gladeui-1.7:${PORTSDIR}/devel/glade3 \ - neon.28:${PORTSDIR}/www/neon28 \ - devhelp-1.0:${PORTSDIR}/devel/devhelp -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ - autogen:${PORTSDIR}/devel/autogen \ - neato:${PORTSDIR}/graphics/graphviz \ - libtool:${PORTSDIR}/devel/libtool15 \ - ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme - -USE_BZIP2= yes -USE_AUTOTOOLS= autotools:run -USE_GMAKE= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_GNOME= gnomeprefix gnomehack libgnomeui vte gtksourceview2 -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-document-manager.schemas \ - anjuta-language-cpp-java.schemas \ - anjuta-message-manager-plugin.schemas \ - anjuta-editor-sourceview.schemas \ - anjuta-symbol-browser-plugin.schemas \ - anjuta-terminal-plugin.schemas anjuta.schemas - -MAN1= anjuta.1 anjuta_launcher.1 - -OPTIONS= SVN "Build subversion plugin" off \ - SYMBOL "Build experimental symbol-db plugin" off \ - SCINTILLA "Build scintilla plugin" off - -.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+ - -CONFIGURE_ARGS+=--with-subversion-dir=${LOCALBASE}/bin \ - --with-svn-include=${LOCALBASE}/include \ - --with-svn-lib=${LOCALBASE}/lib \ - --with-apr-config=${LOCALBASE}/bin/apr-1-config \ - --with-apu-config=${LOCALBASE}/bin/apu-1-config -PLIST_SUB+= SVN="" -.else -CONFIGURE_ARGS+=--disable-plugin-subversion -PLIST_SUB+= SVN="@comment " -.endif - -.if defined(WITH_SCINTILLA) -USE_GNOME+= libgnomeprintui -CONFIGURE_ARGS+=--enable-plugin-scintilla -GCONF_SCHEMAS+= anjuta-editor-scintilla.schemas -PLIST_SUB+= SCINTILLA="" -.else -#CONFIGURE_ARGS+=--disable-plugin-scintilla -PLIST_SUB+= SCINTILLA="@comment " -.endif - -.if defined(WITH_SYMBOL) -USE_GNOME+= libgda4 -CONFIGURE_ARGS+=--enable-plugin-symbol-db -GCONF_SCHEMAS+= anjuta-symbol-db.schemas -PLIST_SUB+= SYMBOL="" -.else -CONFIGURE_ARGS+=--disable-plugin-symbol-db -PLIST_SUB+= SYMBOL="@comment " -.endif - -post-configure: - @${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash| ; \ - s|/usr/local|${PREFIX}|' \ - ${WRKSRC}/global-tags/create_global_tags.sh.in - @${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 - -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 aa83de891..000000000 --- a/devel/anjuta/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/anjuta-2.24.2.tar.bz2) = d1db75bc1c8d4ab4c9d180767e24e39a -SHA256 (gnome2/anjuta-2.24.2.tar.bz2) = 7b60753b98a12c5ae85b7fee126d280385ac67dd94a855ab50c17de862df6c68 -SIZE (gnome2/anjuta-2.24.2.tar.bz2) = 6713913 diff --git a/devel/anjuta/files/patch-Makefile.in b/devel/anjuta/files/patch-Makefile.in deleted file mode 100644 index 132cd2755..000000000 --- a/devel/anjuta/files/patch-Makefile.in +++ /dev/null @@ -1,25 +0,0 @@ ---- Makefile.in.orig 2008-09-22 14:17:35.000000000 -0400 -+++ Makefile.in 2008-09-22 14:20:32.000000000 -0400 -@@ -505,14 +505,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-global-tags_create_global_tags.sh b/devel/anjuta/files/patch-global-tags_create_global_tags.sh deleted file mode 100644 index f542c83ea..000000000 --- a/devel/anjuta/files/patch-global-tags_create_global_tags.sh +++ /dev/null @@ -1,23 +0,0 @@ ---- global-tags/create_global_tags.sh.in.orig Sun Jul 8 03:39:26 2007 -+++ global-tags/create_global_tags.sh.in Sun Jul 8 03:41:12 2007 -@@ -68,9 +68,9 @@ if ( [ ! -z $PKG_CONFIG ] && [ -x $PKG_C - ## the packages, which we don't like. We only want cflags relevent - ## to the packages alone. - ## -- PKG_DEFAULT_CONFIG_PATH=`echo $PKG_CONFIG | sed -e 's/\/bin\/pkg-config/\/lib\/pkgconfig'/` -+ PKG_DEFAULT_CONFIG_PATH=`echo $PKG_CONFIG | sed -e 's/\/bin\/pkg-config/\/libdata\/pkgconfig'/` - PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$PKG_DEFAULT_CONFIG_PATH" -- PKG_DEFAULT_CONFIG_PATH=`echo $PKG_CONFIG | sed -e 's/\/bin\/pkg-config/\/lib64\/pkgconfig'/` -+ PKG_DEFAULT_CONFIG_PATH=`echo $PKG_CONFIG | sed -e 's/\/bin\/pkg-config/\/lib\/pkgconfig'/` - PKG_CONFIG_PATH="$PKG_CONFIG_PATH:$PKG_DEFAULT_CONFIG_PATH" - - PKG_CONFIG_PATH_PROPER=`echo $PKG_CONFIG_PATH | sed -e 's/\:/ /g'` -@@ -88,7 +88,7 @@ if ( [ ! -z $PKG_CONFIG ] && [ -x $PKG_C - for pkg_path in $PKG_CONFIG_PATH_PROPER; do - for pkg_file in `find "$pkg_path" -name '*.pc' 2>/dev/null`; do - # echo "Scanning package: $pkg_file" -- PKG_CFLAGS=`grep -e '^\(\w\+=\|\s*Cflags:\)' "$pkg_file"|sed -e 's/Cflags:\s*"\?\(.*\)"\?\s*/echo "\1"/' -e 's/^\(\w\+\)=\("\([^"]*\)"\|\(.*\)\)/\1="\3\4"/'|sh` -+ PKG_CFLAGS=`grep -E -e '^([a-zA-Z0-9_]+=|[[:space:]]*Cflags:)' "$pkg_file"|sed -E -e 's/Cflags:[[:space:]]*"?(.*)"?[[:space:]]*/echo "\1"/' -e 's/^([a-zA-Z0-9_]+)=("([^"]*)"|(.*))/\1="\3\4"/'|sh` - # echo $PKG_CFLAGS - package=`basename "$pkg_file" '.pc'` - # if [ ! -e $BASEDIR/tags/$package.anjutatags.gz ] ; then 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 0235ff1e8..000000000 --- a/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c +++ /dev/null @@ -1,71 +0,0 @@ ---- libanjuta/anjuta-launcher.c.orig 2008-05-29 22:37:02.000000000 +0200 -+++ libanjuta/anjuta-launcher.c 2008-06-05 16:12:17.000000000 +0200 -@@ -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,13 @@ 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); -+ ret = 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 +826,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 +853,13 @@ 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); -+ ret = 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 +889,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 +919,10 @@ anjuta_launcher_scan_pty (GIOChannel *ch - { - ret = FALSE; - } -+ else if (status == G_IO_STATUS_EOF) -+ { -+ ret = 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)); 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 7aef13fec..000000000 --- a/devel/anjuta/pkg-plist +++ /dev/null @@ -1,1088 +0,0 @@ -bin/anjuta -bin/anjuta_import.sh -bin/anjuta_launcher -include/libanjuta-1.0/libanjuta/anjuta-async-command.h -include/libanjuta-1.0/libanjuta/anjuta-command.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-tree-view.h -include/libanjuta-1.0/libanjuta/anjuta-version.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-bookmark.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-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-class-inheritance.plugin -lib/anjuta/anjuta-cvs.plugin -lib/anjuta/anjuta-debug-manager.plugin -lib/anjuta/anjuta-devhelp.plugin -lib/anjuta/anjuta-document-manager.plugin -%%SCINTILLA%%lib/anjuta/anjuta-editor.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-sample.plugin -lib/anjuta/anjuta-scratchbox.plugin -lib/anjuta/anjuta-search.plugin -%%SVN%%lib/anjuta/anjuta-subversion.plugin -lib/anjuta/anjuta-symbol-browser.plugin -lib/anjuta/anjuta-tags -lib/anjuta/anjuta-terminal.plugin -lib/anjuta/anjuta-tools.plugin -lib/anjuta/file-manager.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-class-inheritance.la -lib/anjuta/libanjuta-class-inheritance.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 -lib/anjuta/libanjuta-devhelp.la -lib/anjuta/libanjuta-devhelp.so -lib/anjuta/libanjuta-document-manager.la -lib/anjuta/libanjuta-document-manager.so -%%SCINTILLA%%lib/anjuta/libanjuta-editor.la -%%SCINTILLA%%lib/anjuta/libanjuta-editor.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-profiler.la -lib/anjuta/libanjuta-profiler.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-sample.la -lib/anjuta/libanjuta-sample.so -lib/anjuta/libanjuta-scratchbox.la -lib/anjuta/libanjuta-scratchbox.so -lib/anjuta/libanjuta-search.la -lib/anjuta/libanjuta-search.so -lib/anjuta/libanjuta-sourceview.la -lib/anjuta/libanjuta-sourceview.so -%%SVN%%lib/anjuta/libanjuta-subversion.la -%%SVN%%lib/anjuta/libanjuta-subversion.so -lib/anjuta/libanjuta-symbol-browser.la -lib/anjuta/libanjuta-symbol-browser.so -%%SYMBOL%%lib/anjuta/libanjuta-symbol-db.la -%%SYMBOL%%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/libfile-manager.so.0 -lib/anjuta/liblanguage-manager.la -lib/anjuta/liblanguage-manager.so -lib/anjuta/profiler.plugin -lib/anjuta/sourceview.plugin -%%SYMBOL%%lib/anjuta/symbol-db.plugin -lib/glade3/modules/libgladeanjuta.la -lib/glade3/modules/libgladeanjuta.so -lib/libanjuta-ctags.la -lib/libanjuta-ctags.so -lib/libanjuta-ctags.so.0 -lib/libanjuta.la -lib/libanjuta.so -lib/libanjuta.so.0 -libdata/pkgconfig/libanjuta-1.0.pc -share/anjuta/AUTHORS -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.glade -share/anjuta/glade/anjuta-class-gen-plugin.glade -share/anjuta/glade/anjuta-cvs-plugin.glade -share/anjuta/glade/anjuta-debug-manager.glade -share/anjuta/glade/anjuta-document-manager.glade -%%SCINTILLA%%share/anjuta/glade/anjuta-editor-scintilla.glade -share/anjuta/glade/anjuta-editor-sourceview.glade -share/anjuta/glade/anjuta-file-wizard.glade -share/anjuta/glade/anjuta-gdb.glade -share/anjuta/glade/anjuta-git.glade -share/anjuta/glade/anjuta-language-cpp-java.glade -share/anjuta/glade/anjuta-macro.glade -share/anjuta/glade/anjuta-message-manager-plugin.glade -share/anjuta/glade/anjuta-project-wizard.glade -share/anjuta/glade/anjuta-run-program.glade -share/anjuta/glade/anjuta-scratchbox.glade -share/anjuta/glade/anjuta-search.glade -%%SVN%%share/anjuta/glade/anjuta-subversion.glade -share/anjuta/glade/anjuta-symbol-browser-plugin.glade -%%SYMBOL%%share/anjuta/glade/anjuta-symbol-db.glade -share/anjuta/glade/anjuta-terminal-plugin.glade -share/anjuta/glade/anjuta-tools.glade -share/anjuta/glade/anjuta.glade -share/anjuta/glade/applogo.png -share/anjuta/glade/appwizard.png -share/anjuta/glade/file-manager.glade -share/anjuta/glade/patch-plugin.glade -share/anjuta/glade/profiler-call-graph.glade -share/anjuta/glade/profiler-flat-profile.glade -share/anjuta/glade/profiler-function-call-tree.glade -share/anjuta/glade/profiler.glade -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/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.glade -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-vala.wiz -share/anjuta/project/anjuta-plugin-vala/configure.ac.tpl -share/anjuta/project/anjuta-plugin-vala/po/POTFILES.in -share/anjuta/project/anjuta-plugin-vala/src/Makefile.am.tpl -share/anjuta/project/anjuta-plugin-vala/src/config.vapi -share/anjuta/project/anjuta-plugin-vala/src/plugin.vala -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-logo.png -share/anjuta/project/gnome.wiz -share/anjuta/project/gnome/po/POTFILES.in -share/anjuta/project/gnome/src/Makefile.am.tpl -share/anjuta/project/gnome/src/callbacks.c -share/anjuta/project/gnome/src/callbacks.h -share/anjuta/project/gnome/src/main.c -share/anjuta/project/gnome/src/project.glade -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.glade -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.glade -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/licenses/BSD -share/anjuta/project/licenses/GPL -share/anjuta/project/licenses/LGPL -share/anjuta/project/licenses/None -share/anjuta/project/minimal.wiz -share/anjuta/project/minimal/Makefile.am.tpl -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 -%%SCINTILLA%%share/anjuta/properties/Embedded.properties -%%SCINTILLA%%share/anjuta/properties/SciTEGlobal.properties -%%SCINTILLA%%share/anjuta/properties/ada.properties -%%SCINTILLA%%share/anjuta/properties/anjuta.properties -%%SCINTILLA%%share/anjuta/properties/asm.properties -%%SCINTILLA%%share/anjuta/properties/asn1.properties -%%SCINTILLA%%share/anjuta/properties/au3.properties -%%SCINTILLA%%share/anjuta/properties/ave.properties -%%SCINTILLA%%share/anjuta/properties/baan.properties -%%SCINTILLA%%share/anjuta/properties/bullant.properties -%%SCINTILLA%%share/anjuta/properties/conf.properties -%%SCINTILLA%%share/anjuta/properties/cpp.properties -%%SCINTILLA%%share/anjuta/properties/css.properties -%%SCINTILLA%%share/anjuta/properties/eiffel.properties -%%SCINTILLA%%share/anjuta/properties/erlang.properties -%%SCINTILLA%%share/anjuta/properties/escript.properties -%%SCINTILLA%%share/anjuta/properties/forth.properties -%%SCINTILLA%%share/anjuta/properties/fortran.properties -%%SCINTILLA%%share/anjuta/properties/html.properties -%%SCINTILLA%%share/anjuta/properties/kix.properties -%%SCINTILLA%%share/anjuta/properties/latex.properties -%%SCINTILLA%%share/anjuta/properties/lisp.properties -%%SCINTILLA%%share/anjuta/properties/lot.properties -%%SCINTILLA%%share/anjuta/properties/lout.properties -%%SCINTILLA%%share/anjuta/properties/lua.properties -%%SCINTILLA%%share/anjuta/properties/matlab.properties -%%SCINTILLA%%share/anjuta/properties/metapost.properties -%%SCINTILLA%%share/anjuta/properties/mmixal.properties -%%SCINTILLA%%share/anjuta/properties/nncrontab.properties -%%SCINTILLA%%share/anjuta/properties/nsis.properties -%%SCINTILLA%%share/anjuta/properties/others.properties -%%SCINTILLA%%share/anjuta/properties/pascal.properties -%%SCINTILLA%%share/anjuta/properties/perl.properties -%%SCINTILLA%%share/anjuta/properties/pov.properties -%%SCINTILLA%%share/anjuta/properties/ps.properties -%%SCINTILLA%%share/anjuta/properties/python.properties -%%SCINTILLA%%share/anjuta/properties/ruby.properties -%%SCINTILLA%%share/anjuta/properties/scriptol.properties -%%SCINTILLA%%share/anjuta/properties/specman.properties -%%SCINTILLA%%share/anjuta/properties/sql.properties -%%SCINTILLA%%share/anjuta/properties/styles.properties -%%SCINTILLA%%share/anjuta/properties/tcl.properties -%%SCINTILLA%%share/anjuta/properties/tex.properties -%%SCINTILLA%%share/anjuta/properties/user.properties -%%SCINTILLA%%share/anjuta/properties/vb.properties -%%SCINTILLA%%share/anjuta/properties/verilog.properties -%%SCINTILLA%%share/anjuta/properties/vhdl.properties -%%SCINTILLA%%share/anjuta/properties/yaml.properties -share/anjuta/scripts/create_global_tags.sh -%%SYMBOL%%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.ui -share/anjuta/ui/anjuta-cvs.ui -share/anjuta/ui/anjuta-debug-manager.ui -share/anjuta/ui/anjuta-devhelp-simple.ui -share/anjuta/ui/anjuta-devhelp.ui -share/anjuta/ui/anjuta-document-manager.ui -share/anjuta/ui/anjuta-git.ui -share/anjuta/ui/anjuta-glade.ui -share/anjuta/ui/anjuta-gtodo.ui -share/anjuta/ui/anjuta-language-support-cpp-java.ui -share/anjuta/ui/anjuta-loader-plugin.ui -share/anjuta/ui/anjuta-macro.ui -share/anjuta/ui/anjuta-message-manager.ui -share/anjuta/ui/anjuta-patch.ui -share/anjuta/ui/anjuta-project-manager.ui -share/anjuta/ui/anjuta-run-program.ui -share/anjuta/ui/anjuta-sample.ui -share/anjuta/ui/anjuta-search.ui -%%SVN%%share/anjuta/ui/anjuta-subversion.ui -share/anjuta/ui/anjuta-symbol-browser-plugin.ui -share/anjuta/ui/anjuta-terminal-plugin.ui -share/anjuta/ui/anjuta-tools.ui -share/anjuta/ui/anjuta.ui -share/anjuta/ui/file-manager.ui -share/anjuta/ui/profiler.ui -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/AnjutaCellRendererCaptionedImage.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/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-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-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_info.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/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/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_info.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/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/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/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/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/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/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/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/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/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-es.omf -share/omf/anjuta-manual/anjuta-manual-oc.omf -share/omf/anjuta-manual/anjuta-manual-sv.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-basic-autotools-plugin-48.png -share/pixmaps/anjuta/anjuta-build-basic-autotools-plugin.svg -share/pixmaps/anjuta/anjuta-class-inheritance-plugin-48.png -share/pixmaps/anjuta/anjuta-class-inheritance-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 -share/pixmaps/anjuta/anjuta-devhelp-plugin-48.png -share/pixmaps/anjuta/anjuta-devhelp-plugin.svg -share/pixmaps/anjuta/anjuta-document-manager-plugin-48.png -share/pixmaps/anjuta/anjuta-document-manager-plugin.svg -%%SCINTILLA%%share/pixmaps/anjuta/anjuta-editor-scintilla-plugin-48.png -%%SCINTILLA%%share/pixmaps/anjuta/anjuta-editor-scintilla-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-literal-16.png -share/pixmaps/anjuta/element-method-16.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-help-next-16.png -share/pixmaps/anjuta/anjuta-go-help-next-24.png -share/pixmaps/anjuta/anjuta-go-help-prev-16.png -share/pixmaps/anjuta/anjuta-go-help-prev-24.png -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-match-next-16.png -share/pixmaps/anjuta/anjuta-go-match-next-24.png -share/pixmaps/anjuta/anjuta-go-match-prev-16.png -share/pixmaps/anjuta/anjuta-go-match-prev-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-profiler-plugin-48.png -share/pixmaps/anjuta/anjuta-profiler-plugin.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-sample-plugin-48.png -share/pixmaps/anjuta/anjuta-sample-plugin.svg -share/pixmaps/anjuta/anjuta-scratchbox-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-browser-plugin-48.png -share/pixmaps/anjuta/anjuta-symbol-browser-plugin.svg -%%SYMBOL%%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/gtodo-about.png -share/pixmaps/anjuta/gtodo-edit.png -share/pixmaps/anjuta/gtodo_tray.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 -@dirrm share/pixmaps/anjuta -@dirrm share/omf/anjuta-manual -@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/es/figures -@dirrm share/gnome/help/anjuta-manual/es -@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 -@dirrmtry share/icons/gnome/48x48/mimetypes -@dirrm share/anjuta/ui -@dirrm share/anjuta/tools -@dirrm share/anjuta/scripts -%%SCINTILLA%%@dirrm share/anjuta/properties -@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/licenses -@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/src -@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-vala/src -@dirrm share/anjuta/project/anjuta-plugin-vala/po -@dirrm share/anjuta/project/anjuta-plugin-vala -@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 -@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/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/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@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 e5bb91ecf..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.70 2008/10/20 03:06:58 mezz Exp $ -# - -PORTNAME= bug-buddy -PORTVERSION= 2.24.2 -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 gnomemenus \ - 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 b4d410c17..000000000 --- a/devel/bug-buddy/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/bug-buddy-2.24.2.tar.bz2) = faeeb2351398b9284eee794ff6ea9588 -SHA256 (gnome2/bug-buddy-2.24.2.tar.bz2) = d64125505546183d44727e812b0ac7e9c60f0fff0eaf164b874974647067cbb4 -SIZE (gnome2/bug-buddy-2.24.2.tar.bz2) = 1109562 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 801be1064..000000000 --- a/devel/bug-buddy/files/patch-gnome-breakpad_gnome-breakpad.cc +++ /dev/null @@ -1,52 +0,0 @@ ---- gnome-breakpad/gnome-breakpad.cc.orig 2007-08-16 13:55:38.000000000 -0400 -+++ gnome-breakpad/gnome-breakpad.cc 2007-09-02 19:21:10.000000000 -0400 -@@ -6,8 +6,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> -@@ -114,6 +120,7 @@ find_in_debug_path (const char *filename - } - - -+#if !defined(__FreeBSD__) || __FreeBSD_version > 700024 - static gboolean - elf_has_debug_symbols (const char *filename) - { -@@ -166,7 +173,7 @@ elf_has_debug_symbols (const char *filen - elf_end (elf); - return false; - } -- -+#endif - - - -@@ -269,9 +276,17 @@ check_if_gdb (void *callback_context) - _exit(0); - } - -+#if !defined(__FreeBSD__) || __FreeBSD_version > 700024 - memset(mypath, 0, sizeof(mypath)); -+#ifndef __FreeBSD__ - readlink ("/proc/self/exe", mypath, sizeof(mypath)); -+#else -+ readlink ("/proc/curproc/file", mypath, sizeof(mypath)); -+#endif - has_debug_symbols = elf_has_debug_symbols (mypath); -+#else -+ has_debug_symbols = TRUE; -+#endif - - - 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 7655acd7e..000000000 --- a/devel/bug-buddy/pkg-plist +++ /dev/null @@ -1,150 +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%%/bug-buddy.menu -%%DATADIR%%/bugzilla/gnome.bugzilla -%%DATADIR%%/bugzilla/gnome/config -%%DATADIR%%/bugzilla/gnome/mostfreq -%%DATADIR%%/bugzilla/gnome/products -%%DATADIR%%/bugzilla/ximian.bugzilla -%%DATADIR%%/bugzilla/ximian/config -%%DATADIR%%/bugzilla/ximian/mostfreq -%%DATADIR%%/bugzilla/ximian/products -%%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/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/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%%/bugzilla/ximian -@dirrm %%DATADIR%%/bugzilla/gnome -@dirrm %%DATADIR%%/bugzilla -@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/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/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-glib/Makefile b/devel/dbus-glib/Makefile deleted file mode 100644 index ad75aa4b1..000000000 --- a/devel/dbus-glib/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: dbus-glib -# Date Created: 07 October 2006 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/devel/dbus-glib/Makefile,v 1.7 2008/06/17 23:27:09 marcus Exp $ -# - -PORTNAME= dbus -PORTVERSION= 0.78 -CATEGORIES= devel gnome -MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-glib/ -PKGNAMESUFFIX= -glib -DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GLib bindings for the D-BUS messaging system - -LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus - -USE_GNOME= gnomehack glib20 ltverhack -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 -USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-test-socket-dir=${WRKDIR} \ - --disable-doxygen-docs \ - --disable-xml-docs \ - --disable-gtk-doc \ - --with-html-dir=${PREFIX}/share/doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -PLIST_SUB= VERSION="1.0" - -DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} - -.include <bsd.port.mk> diff --git a/devel/dbus-glib/distinfo b/devel/dbus-glib/distinfo deleted file mode 100644 index aae323c5b..000000000 --- a/devel/dbus-glib/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (dbus-glib-0.78.tar.gz) = d4aa04b9df35b4bd663be38e959941c8 -SHA256 (dbus-glib-0.78.tar.gz) = ca366fed6035f75c6ca038f99b780260a0e19f282067b2dd20243ba54105fc21 -SIZE (dbus-glib-0.78.tar.gz) = 683454 diff --git a/devel/dbus-glib/pkg-descr b/devel/dbus-glib/pkg-descr deleted file mode 100644 index bc3c57d8f..000000000 --- a/devel/dbus-glib/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -GLib bindings for the D-BUS interprocess messaging system. - -WWW: http://www.freedesktop.org/wiki/Software_2fDBusBindings diff --git a/devel/dbus-glib/pkg-plist b/devel/dbus-glib/pkg-plist deleted file mode 100644 index 54bca8460..000000000 --- a/devel/dbus-glib/pkg-plist +++ /dev/null @@ -1,35 +0,0 @@ -bin/dbus-binding-tool -etc/profile.d/dbus-bash-completion.sh -include/dbus-%%VERSION%%/dbus/dbus-glib-bindings.h -include/dbus-%%VERSION%%/dbus/dbus-glib-error-enum.h -include/dbus-%%VERSION%%/dbus/dbus-glib-lowlevel.h -include/dbus-%%VERSION%%/dbus/dbus-glib.h -include/dbus-%%VERSION%%/dbus/dbus-gtype-specialized.h -lib/libdbus-glib-1.a -lib/libdbus-glib-1.la -lib/libdbus-glib-1.so -lib/libdbus-glib-1.so.2 -libdata/pkgconfig/dbus-glib-1.pc -libexec/dbus-bash-completion-helper -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/ch03.html -%%DOCSDIR%%/dbus-binding-tool.html -%%DOCSDIR%%/dbus-glib-DBus-GObject-related-functions.html -%%DOCSDIR%%/dbus-glib-DBusGConnection.html -%%DOCSDIR%%/dbus-glib-DBusGError.html -%%DOCSDIR%%/dbus-glib-DBusGMessage.html -%%DOCSDIR%%/dbus-glib-DBusGMethod.html -%%DOCSDIR%%/dbus-glib-DBusGProxy.html -%%DOCSDIR%%/dbus-glib-Specializable-GType-System.html -%%DOCSDIR%%/dbus-glib.devhelp -%%DOCSDIR%%/dbus-glib.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -@dirrm %%DOCSDIR%% -@dirrmtry etc/profile.d diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile deleted file mode 100644 index 89df6ae07..000000000 --- a/devel/dbus/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# New ports collection makefile for: D-BUS -# Date Created: 22 June 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= dbus -PORTVERSION?= 1.2.4.2 -PORTREVISION?= 0 -CATEGORIES= devel gnome -MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ -DISTNAME= dbus-${PORTVERSION}permissive - -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:15 -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 - -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 - -.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 00cc4ea6a..000000000 --- a/devel/dbus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (dbus-1.2.4.2permissive.tar.gz) = 92418f1d2932c2f4980b815e00c993cc -SHA256 (dbus-1.2.4.2permissive.tar.gz) = 1d384f4d1c7d2e022e68e421f980c3e60557016d44999560f2136d2a58f7c9c9 -SIZE (dbus-1.2.4.2permissive.tar.gz) = 1574034 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-unix.c b/devel/dbus/files/patch-dbus_dbus-sysdeps-unix.c deleted file mode 100644 index aa623c158..000000000 --- a/devel/dbus/files/patch-dbus_dbus-sysdeps-unix.c +++ /dev/null @@ -1,75 +0,0 @@ ---- dbus/dbus-sysdeps-unix.c.orig 2008-08-06 13:00:29.000000000 -0400 -+++ dbus/dbus-sysdeps-unix.c 2008-08-10 15:04:32.000000000 -0400 -@@ -1041,9 +1041,9 @@ write_credentials_byte (int - int bytes_written; - char buf[1] = { '\0' }; - #if defined(HAVE_CMSGCRED) -- struct { -+ union { - struct cmsghdr hdr; -- struct cmsgcred cred; -+ char cred[CMSG_SPACE (sizeof (struct cmsgcred))]; - } cmsg; - struct iovec iov; - struct msghdr msg; -@@ -1054,10 +1054,10 @@ write_credentials_byte (int - msg.msg_iov = &iov; - msg.msg_iovlen = 1; - -- msg.msg_control = &cmsg; -- msg.msg_controllen = sizeof (cmsg); -+ msg.msg_control = (caddr_t) &cmsg; -+ msg.msg_controllen = CMSG_SPACE (sizeof (struct cmsgcred)); - memset (&cmsg, 0, sizeof (cmsg)); -- cmsg.hdr.cmsg_len = sizeof (cmsg); -+ cmsg.hdr.cmsg_len = CMSG_LEN (sizeof (struct cmsgcred)); - cmsg.hdr.cmsg_level = SOL_SOCKET; - cmsg.hdr.cmsg_type = SCM_CREDS; - #endif -@@ -1133,9 +1133,9 @@ _dbus_read_credentials_socket (int - pid_read = DBUS_PID_UNSET; - - #ifdef HAVE_CMSGCRED -- struct { -+ union { - struct cmsghdr hdr; -- struct cmsgcred cred; -+ char cred[CMSG_SPACE (sizeof (struct cmsgcred))]; - } cmsg; - - #elif defined(LOCAL_CREDS) -@@ -1172,8 +1172,8 @@ _dbus_read_credentials_socket (int - - #if defined(HAVE_CMSGCRED) || defined(LOCAL_CREDS) - memset (&cmsg, 0, sizeof (cmsg)); -- msg.msg_control = &cmsg; -- msg.msg_controllen = sizeof (cmsg); -+ msg.msg_control = (caddr_t) &cmsg; -+ msg.msg_controllen = CMSG_SPACE (sizeof (struct cmsgcred)); - #endif - - again: -@@ -1211,7 +1211,8 @@ _dbus_read_credentials_socket (int - } - - #if defined(HAVE_CMSGCRED) || defined(LOCAL_CREDS) -- if (cmsg.hdr.cmsg_len < sizeof (cmsg) || cmsg.hdr.cmsg_type != SCM_CREDS) -+ if (cmsg.hdr.cmsg_len < CMSG_LEN (sizeof (struct cmsgcred)) -+ || cmsg.hdr.cmsg_type != SCM_CREDS) - { - dbus_set_error (error, DBUS_ERROR_FAILED, - "Message from recvmsg() was not SCM_CREDS"); -@@ -1238,8 +1239,11 @@ _dbus_read_credentials_socket (int - cr_len, (int) sizeof (cr), _dbus_strerror (errno)); - } - #elif defined(HAVE_CMSGCRED) -- pid_read = cmsg.cred.cmcred_pid; -- uid_read = cmsg.cred.cmcred_euid; -+ struct cmsgcred *cred; -+ -+ cred = (struct cmsgcred *) CMSG_DATA (&cmsg); -+ pid_read = cred->cmcred_pid; -+ uid_read = cred->cmcred_euid; - #elif defined(LOCAL_CREDS) - pid_read = DBUS_PID_UNSET; - uid_read = cmsg.cred.sc_uid; 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 4ed46afa7..000000000 --- a/devel/dbus/pkg-install +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh - -case $2 in -POST-INSTALL) - USER=messagebus - GROUP=${USER} - UID=556 - GID=${UID} - PW=/usr/sbin/pw - - if ${PW} group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if ${PW} groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if ${PW} user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if ${PW} useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d "/nonexistent" -s /sbin/nologin -c "D-BUS Daemon User" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - /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 a47ffc10b..000000000 --- a/devel/devhelp/Makefile +++ /dev/null @@ -1,51 +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.9 2008/09/22 14:06:12 kwm Exp $ - -PORTNAME= devhelp -PORTVERSION= 0.22 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= kwm@FreeBSD.org -COMMENT= Developer help browser for GNOME 2 - -USE_BZIP2= yes -USE_XORG= x11 -USE_GETTEXT= yes -USE_GECKO= firefox xulrunner -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui libwnck -USE_AUTOTOOLS= libtool:15 -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" -CONFIGURE_ARGS= --with-gecko=${GECKO} - -OPTIONS= GEDIT "Enable GEdit plug-in support" off - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/mozilla/bsd.gecko.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 -.endif - -.include <bsd.port.post.mk> diff --git a/devel/devhelp/distinfo b/devel/devhelp/distinfo deleted file mode 100644 index 8c21dd82e..000000000 --- a/devel/devhelp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/devhelp-0.22.tar.bz2) = 7cdd0688dba0184b6dd2688532af24cb -SHA256 (gnome2/devhelp-0.22.tar.bz2) = 1fa4b69c99b10de0e27374e18eea7988e3e8f9243020a22a47f79c9ccad92947 -SIZE (gnome2/devhelp-0.22.tar.bz2) = 517581 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 83649fae2..000000000 --- a/devel/devhelp/pkg-plist +++ /dev/null @@ -1,127 +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.0 -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/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/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/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@Latn/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/images -@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@Latn/LC_MESSAGES -@dirrmtry share/locale/sr@Latn -@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/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/applications diff --git a/devel/gamin/Makefile b/devel/gamin/Makefile deleted file mode 100644 index 2fd9515fc..000000000 --- a/devel/gamin/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# ports collection makefile for: gamin -# Date created: 24 March 2005 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gamin/Makefile,v 1.4 2008/01/09 19:55:24 marcus Exp $ -# - -PORTNAME= gamin -PORTVERSION= 0.1.10 -CATEGORIES?= devel -MASTER_SITES= http://www.gnome.org/~veillard/gamin/sources/ - -MAINTAINER?= gnome@FreeBSD.org -COMMENT?= A file and directory monitoring system - -USE_AUTOTOOLS= libtool:15 -USE_GMAKE= yes -USE_GNOME?= gnomehack _glib20 -USE_LDCONFIG= yes -CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \ - --without-python -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} - -CONFLICTS= fam-[0-9]* - -GNU_CONFIGURE= yes - -.if !defined(GAMIN_SLAVE) -OPTIONS= GAM_POLLER "Use gamin's poller instead of kqueue's" off -.endif - -.include <bsd.port.pre.mk> - -.if !defined(GAMIN_SLAVE) -.if defined(WITH_GAM_POLLER) -CPPFLAGS+= -DUSE_GAMIN_POLLER=1 -.endif -.endif - -post-patch: - @${REINPLACE_CMD} "s|/etc|${PREFIX}/etc|g" ${WRKSRC}/server/gam_conf.c - -.if !defined(GAMIN_SLAVE) -regression-test: build - @${ECHO_MSG} "===> Running gamin regression tests" - @(cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \ - Makefile ${MAKE_ARGS} tests) - -post-install: - @${CAT} ${PKGMESSAGE} -.endif - -.include <bsd.port.post.mk> diff --git a/devel/gamin/distinfo b/devel/gamin/distinfo deleted file mode 100644 index 399e96288..000000000 --- a/devel/gamin/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gamin-0.1.10.tar.gz) = b4ec549e57da470c04edd5ec2876a028 -SHA256 (gamin-0.1.10.tar.gz) = 28085f0ae8be10eab582ff186af4fb0be92cc6c62b5cc19cd09b295c7c2899a1 -SIZE (gamin-0.1.10.tar.gz) = 653392 diff --git a/devel/gamin/files/patch-libgamin_gam_api.c b/devel/gamin/files/patch-libgamin_gam_api.c deleted file mode 100644 index 7c46e9335..000000000 --- a/devel/gamin/files/patch-libgamin_gam_api.c +++ /dev/null @@ -1,119 +0,0 @@ ---- libgamin/gam_api.c.orig Tue Feb 7 17:49:07 2006 -+++ libgamin/gam_api.c Tue Feb 7 17:49:13 2006 -@@ -14,6 +14,7 @@ - #include <sys/socket.h> - #include <sys/un.h> - #include <sys/uio.h> -+#include <string.h> - #include "fam.h" - #include "gam_protocol.h" - #include "gam_data.h" -@@ -421,10 +422,10 @@ - { - char data[2] = { 0, 0 }; - int written; --#if defined(HAVE_CMSGCRED) && !defined(LOCAL_CREDS) -- struct { -+#if defined(HAVE_CMSGCRED) && (!defined(LOCAL_CREDS) || defined(__FreeBSD__)) -+ union { - struct cmsghdr hdr; -- struct cmsgcred cred; -+ char cred[CMSG_SPACE (sizeof (struct cmsgcred))]; - } cmsg; - struct iovec iov; - struct msghdr msg; -@@ -436,16 +437,16 @@ - msg.msg_iov = &iov; - msg.msg_iovlen = 1; - -- msg.msg_control = &cmsg; -- msg.msg_controllen = sizeof (cmsg); -+ msg.msg_control = (caddr_t) &cmsg; -+ msg.msg_controllen = CMSG_SPACE (sizeof (struct cmsgcred)); - memset (&cmsg, 0, sizeof (cmsg)); -- cmsg.hdr.cmsg_len = sizeof (cmsg); -+ cmsg.hdr.cmsg_len = CMSG_LEN (sizeof (struct cmsgcred)); - cmsg.hdr.cmsg_level = SOL_SOCKET; - cmsg.hdr.cmsg_type = SCM_CREDS; - #endif - - retry: --#if defined(HAVE_CMSGCRED) && !defined(LOCAL_CREDS) -+#if defined(HAVE_CMSGCRED) && (!defined(LOCAL_CREDS) || defined(__FreeBSD__)) - written = sendmsg(fd, &msg, 0); - #else - written = write(fd, &data[0], 1); -@@ -647,15 +648,16 @@ - gid_t c_gid; - - #ifdef HAVE_CMSGCRED -- struct { -+ struct cmsgcred *cred; -+ union { - struct cmsghdr hdr; -- struct cmsgcred cred; -+ char cred[CMSG_SPACE (sizeof (struct cmsgcred))]; - } cmsg; - #endif - - s_uid = getuid(); - --#if defined(LOCAL_CREDS) && defined(HAVE_CMSGCRED) -+#if defined(LOCAL_CREDS) && defined(HAVE_CMSGCRED) && !defined(__FreeBSD__) - /* Set the socket to receive credentials on the next message */ - { - int on = 1; -@@ -676,8 +678,8 @@ - - #ifdef HAVE_CMSGCRED - memset(&cmsg, 0, sizeof(cmsg)); -- msg.msg_control = &cmsg; -- msg.msg_controllen = sizeof(cmsg); -+ msg.msg_control = (caddr_t) &cmsg; -+ msg.msg_controllen = CMSG_SPACE (sizeof (struct cmsgcred)); - #endif - - retry: -@@ -694,7 +696,7 @@ - goto failed; - } - #ifdef HAVE_CMSGCRED -- if (cmsg.hdr.cmsg_len < sizeof(cmsg) || cmsg.hdr.cmsg_type != SCM_CREDS) { -+ if (cmsg.hdr.cmsg_len < CMSG_LEN (sizeof (struct cmsgcred)) || cmsg.hdr.cmsg_type != SCM_CREDS) { - GAM_DEBUG(DEBUG_INFO, - "Message from recvmsg() was not SCM_CREDS\n"); - goto failed; -@@ -720,9 +722,10 @@ - goto failed; - } - #elif defined(HAVE_CMSGCRED) -- c_pid = cmsg.cred.cmcred_pid; -- c_uid = cmsg.cred.cmcred_euid; -- c_gid = cmsg.cred.cmcred_groups[0]; -+ cred = (struct cmsgcred *) CMSG_DATA (&cmsg); -+ c_pid = cred->cmcred_pid; -+ c_uid = cred->cmcred_euid; -+ c_gid = cred->cmcred_groups[0]; - #else /* !SO_PEERCRED && !HAVE_CMSGCRED */ - GAM_DEBUG(DEBUG_INFO, - "Socket credentials not supported on this OS\n"); -@@ -1283,14 +1286,17 @@ - - // FIXME: drop and reacquire lock while blocked? - gamin_data_lock(conn); -- if (!gamin_data_event_ready(conn)) { -+ while ((ret = gamin_data_event_ready(conn)) == 0) { - if (gamin_read_data(conn, fc->fd, 1) < 0) { - gamin_try_reconnect(conn, fc->fd); - FAMErrno = FAM_CONNECT; - return (-1); - } - } -- ret = gamin_data_read_event(conn, fe); -+ -+ if (ret > 0) -+ ret = gamin_data_read_event(conn, fe); -+ - gamin_data_unlock(conn); - - if (ret < 0) { diff --git a/devel/gamin/files/patch-python_Makefile.in b/devel/gamin/files/patch-python_Makefile.in deleted file mode 100644 index 24bbe73c6..000000000 --- a/devel/gamin/files/patch-python_Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- python/Makefile.in.orig 2008-11-26 01:42:29.000000000 -0500 -+++ python/Makefile.in 2008-11-26 01:43:26.000000000 -0500 -@@ -53,7 +53,7 @@ am__strip_dir = `echo $$p | sed -e 's|^. - am__installdirs = "$(DESTDIR)$(pythondir)" "$(DESTDIR)$(pythondir)" - pythonLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(python_LTLIBRARIES) --_gamin_la_DEPENDENCIES = $(top_builddir)/libgamin/libgamin-1.la -+_gamin_la_DEPENDENCIES = -lgamin-1 - am__gamin_la_OBJECTS = gamin.lo - _gamin_la_OBJECTS = $(am__gamin_la_OBJECTS) - _gamin_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ -@@ -228,7 +228,7 @@ INCLUDES = \ - - python_LTLIBRARIES = _gamin.la - _gamin_la_SOURCES = gamin.c --_gamin_la_LIBADD = $(top_builddir)/libgamin/libgamin-1.la -+_gamin_la_LIBADD = -lgamin-1 - _gamin_la_LDFLAGS = -module -avoid-version - python_PYTHON = gamin.py - all: all-recursive diff --git a/devel/gamin/files/patch-server_gam_channel.c b/devel/gamin/files/patch-server_gam_channel.c deleted file mode 100644 index 7b5fb8aee..000000000 --- a/devel/gamin/files/patch-server_gam_channel.c +++ /dev/null @@ -1,127 +0,0 @@ ---- server/gam_channel.c.orig Tue Aug 9 12:17:39 2005 -+++ server/gam_channel.c Fri Feb 10 01:22:46 2006 -@@ -7,6 +7,7 @@ - #include <sys/stat.h> - #include <sys/un.h> - #include <sys/uio.h> -+#include <string.h> - #include "gam_error.h" - #include "gam_connection.h" - #include "gam_channel.h" -@@ -30,10 +31,10 @@ gam_client_conn_send_cred(int fd) - { - char data[2] = { 0, 0 }; - int written; --#if defined(HAVE_CMSGCRED) && !defined(LOCAL_CREDS) -- struct { -+#if defined(HAVE_CMSGCRED) && (!defined(LOCAL_CREDS) || defined(__FreeBSD__)) -+ union { - struct cmsghdr hdr; -- struct cmsgcred cred; -+ char cred[CMSG_SPACE (sizeof (struct cmsgcred))]; - } cmsg; - struct iovec iov; - struct msghdr msg; -@@ -45,16 +46,16 @@ gam_client_conn_send_cred(int fd) - msg.msg_iov = &iov; - msg.msg_iovlen = 1; - -- msg.msg_control = &cmsg; -- msg.msg_controllen = sizeof (cmsg); -+ msg.msg_control = (caddr_t) &cmsg; -+ msg.msg_controllen = CMSG_SPACE (sizeof (struct cmsgcred)); - memset (&cmsg, 0, sizeof (cmsg)); -- cmsg.hdr.cmsg_len = sizeof (cmsg); -+ cmsg.hdr.cmsg_len = CMSG_LEN (sizeof (struct cmsgcred)); - cmsg.hdr.cmsg_level = SOL_SOCKET; - cmsg.hdr.cmsg_type = SCM_CREDS; - #endif - - retry: --#if defined(HAVE_CMSGCRED) && !defined(LOCAL_CREDS) -+#if defined(HAVE_CMSGCRED) && (!defined(LOCAL_CREDS) || defined(__FreeBSD__)) - written = sendmsg(fd, &msg, 0); - #else - written = write(fd, &data[0], 1); -@@ -95,15 +96,16 @@ gam_client_conn_check_cred(GIOChannel * - gid_t c_gid; - - #ifdef HAVE_CMSGCRED -- struct { -+ struct cmsgcred *cred; -+ union { - struct cmsghdr hdr; -- struct cmsgcred cred; -+ char cred[CMSG_SPACE (sizeof (struct cmsgcred))]; - } cmsg; - #endif - - s_uid = getuid(); - --#if defined(LOCAL_CREDS) && defined(HAVE_CMSGCRED) -+#if defined(LOCAL_CREDS) && defined(HAVE_CMSGCRED) && !defined(__FreeBSD__) - /* Set the socket to receive credentials on the next message */ - { - int on = 1; -@@ -124,8 +126,8 @@ gam_client_conn_check_cred(GIOChannel * - - #ifdef HAVE_CMSGCRED - memset(&cmsg, 0, sizeof(cmsg)); -- msg.msg_control = &cmsg; -- msg.msg_controllen = sizeof(cmsg); -+ msg.msg_control = (caddr_t) &cmsg; -+ msg.msg_controllen = CMSG_SPACE (sizeof (struct cmsgcred)); - #endif - - retry: -@@ -142,7 +144,7 @@ gam_client_conn_check_cred(GIOChannel * - goto failed; - } - #ifdef HAVE_CMSGCRED -- if (cmsg.hdr.cmsg_len < sizeof(cmsg) || cmsg.hdr.cmsg_type != SCM_CREDS) { -+ if (cmsg.hdr.cmsg_len < CMSG_LEN (sizeof (struct cmsgcred)) || cmsg.hdr.cmsg_type != SCM_CREDS) { - GAM_DEBUG(DEBUG_INFO, - "Message from recvmsg() was not SCM_CREDS\n"); - goto failed; -@@ -168,9 +170,10 @@ gam_client_conn_check_cred(GIOChannel * - goto failed; - } - #elif defined(HAVE_CMSGCRED) -- c_pid = cmsg.cred.cmcred_pid; -- c_uid = cmsg.cred.cmcred_euid; -- c_gid = cmsg.cred.cmcred_groups[0]; -+ cred = (struct cmsgcred *) CMSG_DATA (&cmsg); -+ c_pid = cred->cmcred_pid; -+ c_uid = cred->cmcred_euid; -+ c_gid = cred->cmcred_groups[0]; - #else /* !SO_PEERCRED && !HAVE_CMSGCRED */ - GAM_DEBUG(DEBUG_INFO, - "Socket credentials not supported on this OS\n"); -@@ -620,6 +621,7 @@ gam_listen_unix_socket(const char *path) - { - int fd; - struct sockaddr_un addr; -+ struct stat st; - - fd = socket(PF_UNIX, SOCK_STREAM, 0); - if (fd < 0) { -@@ -640,8 +642,18 @@ gam_listen_unix_socket(const char *path) - * some extra protection checks. Also make sure the socket is created - * with restricted mode - */ -- if (!gam_check_secure_path(path)) { -+ if (!gam_check_secure_dir()) { -+ close(fd); - return (-1); -+ } -+ -+ if (stat(path, &st) == 0) { -+ /* bind() will fail if the socket already exists */ -+ if (unlink(path) < 0) { -+ GAM_DEBUG(DEBUG_INFO, "Failed to remove %s\n", path); -+ close(fd); -+ return (-1); -+ } - } - strncpy(&addr.sun_path[0], path, (sizeof(addr) - 4) - 1); - umask(0077); diff --git a/devel/gamin/files/patch-server_gam_fs.c b/devel/gamin/files/patch-server_gam_fs.c deleted file mode 100644 index 2fcc24209..000000000 --- a/devel/gamin/files/patch-server_gam_fs.c +++ /dev/null @@ -1,161 +0,0 @@ ---- server/gam_fs.c.orig 2007-07-04 09:36:49.000000000 -0400 -+++ server/gam_fs.c 2007-08-10 15:05:41.000000000 -0400 -@@ -7,6 +7,11 @@ - #include <string.h> - #include <errno.h> - #include <glib.h> -+#ifdef __FreeBSD__ -+#include <sys/param.h> -+#include <sys/ucred.h> -+#include <sys/mount.h> -+#endif - #include "gam_error.h" - #include "gam_fs.h" - -@@ -21,9 +26,13 @@ typedef struct _gam_fs_properties { - typedef struct _gam_fs { - char *path; - char *fsname; -+ guint64 flags; - } gam_fs; - - static gboolean initialized = FALSE; -+#ifdef __FreeBSD__ -+static gboolean initializing = FALSE; -+#endif - static GList *filesystems = NULL; - static GList *fs_props = NULL; - static struct stat mtab_sbuf; -@@ -110,6 +119,7 @@ gam_fs_filesystem_sort_cb (gconstpointer - return strlen(fsb->path) - strlen (fsa->path); - } - -+#ifdef __linux__ - static void - gam_fs_scan_mtab (void) - { -@@ -165,10 +175,41 @@ gam_fs_scan_mtab (void) - gam_fs_free_filesystems (); - filesystems = g_list_sort (new_filesystems, gam_fs_filesystem_sort_cb); - } -+#endif -+ -+#ifdef __FreeBSD__ -+static void -+gam_fs_getmntinfo (void) -+{ -+ struct statfs *stat; -+ GList *new_filesystems = NULL; -+ gam_fs *fs = NULL; -+ int i, n; -+ -+ n = getmntinfo(&stat, MNT_NOWAIT); -+ if (n == -1) -+ return; -+ -+ for (i = 0; i < n; i++) -+ { -+ fs = g_new0 (gam_fs, 1); -+ fs->path = g_strdup (stat[i].f_mntonname); -+ fs->fsname = g_strdup (stat[i].f_fstypename); -+ fs->flags = stat[i].f_flags; -+ -+ new_filesystems = g_list_prepend (new_filesystems, fs); -+ } -+ -+ /* Replace the old file systems list with the new one */ -+ gam_fs_free_filesystems (); -+ filesystems = g_list_sort (new_filesystems, gam_fs_filesystem_sort_cb); -+} -+#endif - - void - gam_fs_init (void) - { -+#if defined(__linux__) - if (initialized == FALSE) - { - initialized = TRUE; -@@ -181,6 +222,7 @@ gam_fs_init (void) - if (stat("/etc/mtab", &mtab_sbuf) != 0) - { - GAM_DEBUG(DEBUG_INFO, "Could not stat /etc/mtab\n"); -+ return; - } - gam_fs_scan_mtab (); - } else { -@@ -189,6 +231,7 @@ gam_fs_init (void) - if (stat("/etc/mtab", &sbuf) != 0) - { - GAM_DEBUG(DEBUG_INFO, "Could not stat /etc/mtab\n"); -+ return; - } - - /* /etc/mtab has changed */ -@@ -199,6 +242,54 @@ gam_fs_init (void) - - mtab_sbuf = sbuf; - } -+#elif defined(__FreeBSD__) -+ if (initialized == FALSE && initializing == FALSE) -+ { -+ GList *iterator = NULL; -+ GHashTable *fs_hash = NULL; -+ gam_fs *fs = NULL; -+ -+ initialized = TRUE; -+ initializing = TRUE; -+ -+ gam_fs_getmntinfo (); -+ -+ iterator = filesystems; -+ fs_hash = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL); -+ -+ while (iterator) { -+ fs = iterator->data; -+ -+ if (!g_hash_table_lookup (fs_hash, fs->fsname)) { -+ if (fs->flags & MNT_LOCAL) -+ gam_fs_set (fs->fsname, GFS_MT_DEFAULT, 0); -+ else -+ gam_fs_set (fs->fsname, GFS_MT_POLL, 5); -+ -+ g_hash_table_insert (fs_hash, g_strdup (fs->fsname), GINT_TO_POINTER (1)); -+ } -+ -+ iterator = g_list_next (iterator); -+ } -+ -+ g_hash_table_destroy (fs_hash); -+ initializing = FALSE; -+ } else if (initializing == FALSE) { -+ struct stat sbuf; -+ -+ if (stat ("/etc/fstab", &sbuf) != 0) { -+ GAM_DEBUG(DEBUG_INFO, "Could not stat /etc/fstab\n"); -+ return; -+ } -+ -+ if (sbuf.st_mtime != mtab_sbuf.st_mtime) { -+ GAM_DEBUG(DEBUG_INFO, "Updating list of mounted filesystems\n"); -+ gam_fs_getmntinfo (); -+ } -+ -+ mtab_sbuf = sbuf; -+ } -+#endif - } - - gam_fs_mon_type -@@ -210,7 +301,11 @@ gam_fs_get_mon_type (const char *path) - props = gam_fs_find_fs_props (path); - - if (!props) -+#ifdef USE_GAMIN_POLLER -+ return GFS_MT_POLL; -+#else - return GFS_MT_DEFAULT; -+#endif - - return props->mon_type; - } diff --git a/devel/gamin/files/patch-server_gam_kqueue.c b/devel/gamin/files/patch-server_gam_kqueue.c deleted file mode 100644 index df4437e31..000000000 --- a/devel/gamin/files/patch-server_gam_kqueue.c +++ /dev/null @@ -1,129 +0,0 @@ ---- server/gam_kqueue.c.orig 2007-07-04 09:50:41.000000000 -0400 -+++ server/gam_kqueue.c 2007-08-10 15:03:59.000000000 -0400 -@@ -10,9 +10,10 @@ - * FAM should do: we do not call g_dir_open() if the file is a - * symbolic link). - * -- * * kqueue cannot monitor files residing on anything but a UFS -- * file system. If kqueue cannot monitor a file, this backend -- * will poll it periodically. -+ * * While kqueue is no longer tied to the UFS file system, it is -+ * better to not use it for remote file systems (because for -+ * such file systems, only local changes are detected by -+ * the kernel). - * - * * Monitoring a file with kqueue prevents the file system it - * resides on from being unmounted, because kqueue can only -@@ -28,10 +29,9 @@ - * - kqueue needs to be augmented with a filename-based - * monitoring facility; - * -- * - kqueue needs to be moved out the UFS code. -- * - * Copyright (C) 2005 Joe Marcus Clarke <marcus@FreeBSD.org> -- * Copyright (C) 2005 Jean-Yves Lefort <jylefort@FreeBSD.org> -+ * Copyright (C) 2005, 2006 Jean-Yves Lefort <jylefort@FreeBSD.org> -+ * Copyright (C) 2006 Alex Dupre <ale@FreeBSD.org> - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public -@@ -53,6 +53,9 @@ - #include <fcntl.h> - #include <unistd.h> - #include <sys/param.h> -+#ifndef USE_GAMIN_POLLER -+#include <sys/mount.h> -+#endif - #include <sys/types.h> - #include <sys/sysctl.h> - #include <sys/stat.h> -@@ -326,7 +329,7 @@ gam_kqueue_isdir (const char *pathname, - static gboolean - gam_kqueue_get_uint_sysctl (const char *name, unsigned int *value) - { -- unsigned int value_len = sizeof(*value); -+ size_t value_len = sizeof(*value); - - if (sysctlbyname(name, value, &value_len, (void *)NULL, 0) < 0) - { -@@ -509,6 +512,9 @@ static gboolean - gam_kqueue_monitor_enable_kqueue (Monitor *mon) - { - struct kevent ev[1]; -+#ifndef USE_GAMIN_POLLER -+ struct statfs sb; -+#endif - - if (open_files == max_open_files) - { -@@ -516,26 +522,36 @@ gam_kqueue_monitor_enable_kqueue (Monito - return FALSE; - } - -- mon->fd = open(mon->pathname, O_RDONLY | O_NOFOLLOW); -+ mon->fd = open(mon->pathname, O_RDONLY | O_NONBLOCK | O_NOFOLLOW); - if (mon->fd < 0) - { - GAM_DEBUG(DEBUG_INFO, "cannot open %s (%s), falling back to poll\n", mon->pathname, g_strerror(errno)); - return FALSE; - } - -+#ifndef USE_GAMIN_POLLER -+ if (fstatfs(mon->fd, &sb) == 0 && (sb.f_flags & MNT_LOCAL) == 0) -+ { -+ GAM_DEBUG(DEBUG_INFO, "%s resides on a remote file system, falling back to poll\n", mon->pathname); -+ goto poll; -+ } -+#endif -+ - EV_SET(ev, mon->fd, EVFILT_VNODE, EV_ADD | EV_ENABLE | EV_CLEAR, VN_NOTE_ALL, 0, mon); - if (kevent(kq, ev, G_N_ELEMENTS(ev), NULL, 0, NULL) < 0) - { - GAM_DEBUG(DEBUG_INFO, "cannot enable kqueue notification for %s (%s), falling back to poll\n", mon->pathname, g_strerror(errno)); -- -- close(mon->fd); -- mon->fd = -1; -- -- return FALSE; -+ goto poll; - } - - open_files++; - return TRUE; -+ -+ poll: -+ close(mon->fd); -+ mon->fd = -1; -+ -+ return FALSE; - } - - static void -@@ -840,6 +856,8 @@ gam_kqueue_sub_monitor_emit_event (SubMo - case GAMIN_EVENT_MOVED: - gam_kqueue_sub_monitor_set_missing(smon); - break; -+ default: -+ break; - } - - gam_server_emit_event(mon->pathname, isdir, event, smon->subs, 1); -@@ -981,6 +999,8 @@ gam_kqueue_file_monitor_emit_event (File - - gam_kqueue_hash_table_remove(fmon->smon->fmons, fmon); - break; -+ default: -+ break; - } - } - -@@ -1167,6 +1187,9 @@ gam_kqueue_init (void) - channel = g_io_channel_unix_new(kq); - g_io_add_watch(channel, G_IO_IN, gam_kqueue_kevent_cb, NULL); - -+#ifdef USE_GAMIN_POLLER -+ gam_poll_basic_init (); -+#endif - - gam_server_install_kernel_hooks(GAMIN_K_KQUEUE, - gam_kqueue_add_subscription, diff --git a/devel/gamin/files/patch-server_gam_node.c b/devel/gamin/files/patch-server_gam_node.c deleted file mode 100644 index dbf7f638b..000000000 --- a/devel/gamin/files/patch-server_gam_node.c +++ /dev/null @@ -1,10 +0,0 @@ ---- server/gam_node.c.orig Thu Feb 9 01:22:56 2006 -+++ server/gam_node.c Thu Feb 9 01:23:03 2006 -@@ -23,6 +23,7 @@ - #include "gam_event.h" - #include "gam_node.h" - #include "gam_error.h" -+#include "gam_server.h" - - /** - * Create a new node diff --git a/devel/gamin/files/patch-server_gam_poll_basic.c b/devel/gamin/files/patch-server_gam_poll_basic.c deleted file mode 100644 index 9a0333149..000000000 --- a/devel/gamin/files/patch-server_gam_poll_basic.c +++ /dev/null @@ -1,11 +0,0 @@ ---- server/gam_poll_basic.c.orig 2007-08-10 15:12:29.000000000 -0400 -+++ server/gam_poll_basic.c 2007-08-10 15:16:07.000000000 -0400 -@@ -345,7 +345,7 @@ gam_poll_basic_poll_file(GamNode * node) - #ifdef ST_MTIM_NSEC - GAM_DEBUG(DEBUG_INFO, "%d %d : %d %d\n", node->sbuf.st_mtim.tv_sec, node->sbuf.st_mtim.tv_nsec, sbuf.st_mtim.tv_sec, sbuf.st_mtim.tv_nsec); - #else -- GAM_DEBUG(DEBUG_INFO, "%d : %d\n", node->sbuf.st_mtime, sbuf.st_mtim.tv_nsec); -+ GAM_DEBUG(DEBUG_INFO, "%d : %d\n", node->sbuf.st_mtime, sbuf.st_mtime); - #endif /* ST_MTIM_NSEC */ - #endif /* VERBOSE_POLL */ - } diff --git a/devel/gamin/files/patch-server_gam_server.c b/devel/gamin/files/patch-server_gam_server.c deleted file mode 100644 index 282dc28f0..000000000 --- a/devel/gamin/files/patch-server_gam_server.c +++ /dev/null @@ -1,20 +0,0 @@ ---- server/gam_server.c.orig 2007-07-04 09:36:49.000000000 -0400 -+++ server/gam_server.c 2007-08-10 15:09:14.000000000 -0400 -@@ -32,7 +32,7 @@ - #include "gam_server.h" - #include "gam_channel.h" - #include "gam_subscription.h" --#include "gam_poll_generic.h" -+#include "gam_poll_basic.h" - #ifdef ENABLE_INOTIFY - #include "gam_inotify.h" - #endif -@@ -438,7 +438,7 @@ gam_server_get_kernel_handler (void) - GamPollHandler - gam_server_get_poll_handler (void) - { -- return __gam_kernel_handler; -+ return __gam_poll_handler; - } - - gboolean diff --git a/devel/gamin/files/patch-tests_testing.c b/devel/gamin/files/patch-tests_testing.c deleted file mode 100644 index 35097790d..000000000 --- a/devel/gamin/files/patch-tests_testing.c +++ /dev/null @@ -1,27 +0,0 @@ ---- tests/testing.c.orig Thu Oct 27 10:51:03 2005 -+++ tests/testing.c Tue Feb 14 17:46:01 2006 -@@ -376,11 +376,11 @@ processCommand(char *line, int no) - } - printf("chmod %s to %s\n", arg, arg2); - } else if (!strcmp(command, "chown")) { -+ struct stat sb; - if (args != 3) { - fprintf(stderr, "chown line %d: lacks path and owner\n", no); - return (-1); - } -- struct stat sb; - if (!lstat (arg, &sb)) { - ret = (S_ISLNK (sb.st_mode)) ? - lchown(arg, strtol(arg2, NULL, 10), -1) : -@@ -486,9 +486,9 @@ processCommand(char *line, int no) - return (-1); - } - /* -- * wait at most 3 secs before declaring failure -+ * wait at most 7 secs before declaring failure - */ -- while ((delay < 30) && (testState.nb_events < nb_events + count)) { -+ while ((delay < 70) && (testState.nb_events < nb_events + count)) { - debugLoop(100); - - /* printf("+"); fflush(stdout); */ diff --git a/devel/gamin/pkg-descr b/devel/gamin/pkg-descr deleted file mode 100644 index 7bac17f94..000000000 --- a/devel/gamin/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Gamin is a file and directory monitoring system defined to be a subset of the -FAM (File Alteration Monitor) system. This is a service provided by a library -which allows to detect when a file or a directory has been modified. - -Whereas the FreeBSD port of FAM polls files every few seconds, this port -includes a kqueue(2) backend for immediate notification of most alterations. - -WWW: http://www.gnome.org/~veillard/gamin/index.html diff --git a/devel/gamin/pkg-message b/devel/gamin/pkg-message deleted file mode 100644 index 1e1ea39bb..000000000 --- a/devel/gamin/pkg-message +++ /dev/null @@ -1,16 +0,0 @@ -=============================================================================== - -Gamin will only provide realtime notification of changes for at most n files, -where n is the minimum value between (kern.maxfiles * 0.7) and -(kern.maxfilesperproc - 200). Beyond that limit, files will be polled. - -If you often open several large folders with Nautilus, you might want to -increase the kern.maxfiles tunable (you do not need to set -kern.maxfilesperproc, since it is computed at boot time from kern.maxfiles). - -For a typical desktop, add the following line to /boot/loader.conf, then -reboot the system: - - kern.maxfiles="25000" - -=============================================================================== diff --git a/devel/gamin/pkg-plist b/devel/gamin/pkg-plist deleted file mode 100644 index 008f29b34..000000000 --- a/devel/gamin/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -include/fam.h -lib/libfam.a -lib/libfam.la -lib/libfam.so -lib/libfam.so.0 -lib/libgamin-1.a -lib/libgamin-1.la -lib/libgamin-1.so -lib/libgamin-1.so.1 -lib/libgamin_shared.a -libdata/pkgconfig/gamin.pc -libexec/gam_server diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile deleted file mode 100644 index 1aebc9089..000000000 --- a/devel/gconf2/Makefile +++ /dev/null @@ -1,62 +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.101 2008/08/19 12:35:57 kwm Exp $ -# - -PORTNAME= gconf2 -PORTVERSION= 2.24.0 -PORTREVISION?= 0 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_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.2:${PORTSDIR}/sysutils/policykit - -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomehier gnomehack orbit2 gtk20 libxml2 ltverhack \ - referencehack intlhack -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 -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 - -.include <bsd.port.pre.mk> - -.if defined(WITH_LDAP) || exists(${LOCALBASE}/include/ldap.h) -USE_OPENLDAP= yes - -PLIST_SUB+= LDAP="" -.else -PLIST_SUB+= LDAP="@comment " -.endif - -pre-everything:: -.if !defined(WITH_LDAP) - @${ECHO_MSG} - @${ECHO_MSG} "You can enable ldap support by defining" - @${ECHO_MSG} "WITH_LDAP" - @${ECHO_MSG} -.endif - -.include <bsd.port.post.mk> - -.endif diff --git a/devel/gconf2/distinfo b/devel/gconf2/distinfo deleted file mode 100644 index f3cebd9ee..000000000 --- a/devel/gconf2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/GConf-2.24.0.tar.bz2) = 4971d96f5ba94fe4a69396267bd5afe8 -SHA256 (gnome2/GConf-2.24.0.tar.bz2) = 990003904ee13b2fd98a61d55fa4d0fcb30fb233454a036bb9465f42d1acbb1b -SIZE (gnome2/GConf-2.24.0.tar.bz2) = 1467817 diff --git a/devel/gconf2/files/patch-ab b/devel/gconf2/files/patch-ab deleted file mode 100644 index 6f25900e7..000000000 --- a/devel/gconf2/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sun Aug 4 22:38:39 2002 -+++ Makefile.in Sun Aug 4 22:39:52 2002 -@@ -35,7 +35,7 @@ - DESTDIR = - - pkgdatadir = $(datadir)/@PACKAGE@ --pkglibdir = $(libdir)/@PACKAGE@ -+pkglibdir = $(prefix)/libdata/pkgconfig - pkgincludedir = $(includedir)/@PACKAGE@ - - top_builddir = . diff --git a/devel/gconf2/files/patch-gconf_gconfd.c b/devel/gconf2/files/patch-gconf_gconfd.c deleted file mode 100644 index 31a6470a4..000000000 --- a/devel/gconf2/files/patch-gconf_gconfd.c +++ /dev/null @@ -1,62 +0,0 @@ ---- gconf/gconfd.c.orig 2008-05-10 08:34:31.000000000 -0400 -+++ gconf/gconfd.c 2008-08-16 14:08:05.000000000 -0400 -@@ -123,12 +123,6 @@ static void gconf_handle_segv (int signu - - static gboolean in_shutdown = FALSE; - --/* -- * Flag indicating we received a SIGHUP and we should reaload -- * all sources during the next periodic_cleanup() -- */ --static gboolean need_db_reload = FALSE; -- - /* - * CORBA goo - */ -@@ -408,6 +402,18 @@ gconf_server_load_sources(void) - } - } - -+static void -+reload_db (void) -+{ -+ gconf_log (GCL_INFO, _("SIGHUP received, reloading all databases")); -+ -+ logfile_save (); -+ shutdown_databases (); -+ init_databases (); -+ gconf_server_load_sources (); -+ logfile_read (); -+} -+ - /* - * Signal handlers should not log debug messages as this code is non-reentrant. - * Please avoid calling gconf_log in this function. -@@ -471,8 +477,7 @@ signal_handler (int signo) - case SIGHUP: - --in_fatal; - -- /* reload sources during next periodic_cleanup() */ -- need_db_reload = TRUE; -+ reload_db (); - break; - #endif - -@@ -828,17 +833,6 @@ static gboolean need_log_cleanup = FALSE - static gboolean - periodic_cleanup_timeout(gpointer data) - { -- if (need_db_reload) -- { -- gconf_log (GCL_INFO, _("SIGHUP received, reloading all databases")); -- -- need_db_reload = FALSE; -- logfile_save (); -- shutdown_databases (); -- init_databases (); -- gconf_server_load_sources (); -- logfile_read (); -- } - - gconf_log (GCL_DEBUG, "Performing periodic cleanup, expiring cache cruft"); - diff --git a/devel/gconf2/files/patch-gconf_gconftool.c b/devel/gconf2/files/patch-gconf_gconftool.c deleted file mode 100644 index f3c3d2fb0..000000000 --- a/devel/gconf2/files/patch-gconf_gconftool.c +++ /dev/null @@ -1,16 +0,0 @@ ---- gconf/gconftool.c.orig Fri Mar 2 17:10:13 2007 -+++ gconf/gconftool.c Tue Mar 6 12:01:04 2007 -@@ -3781,6 +3781,13 @@ do_makefile_install(GConfEngine* conf, c - } - - retval |= do_sync (conf); -+ -+ /* -+ * Send all the gconfd-2 processes a SIGHUP so that they reload the -+ * databases and pick up the added/removed schemas. -+ */ -+ system("/usr/bin/killall -SIGHUP gconfd-2 >/dev/null 2>&1"); -+ - return retval; - } - 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 85be04736..000000000 --- a/devel/gconf2/pkg-plist +++ /dev/null @@ -1,153 +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/PolicyKit/policy/org.gnome.gconf.defaults.policy -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/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/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/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 8ef578e17..000000000 --- a/devel/gconfmm26/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: gconfmm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# -# $FreeBSD$ -# $MCom: ports/devel/gconfmm26/Makefile,v 1.22 2008/09/10 17:41:16 marcus Exp $ -# - -PORTNAME= gconfmm -PORTVERSION= 2.24.0 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -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 20aa775d8..000000000 --- a/devel/gconfmm26/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gconfmm-2.24.0.tar.bz2) = cd2c3c919dbf8f90f703680d2fa088b2 -SHA256 (gnome2/gconfmm-2.24.0.tar.bz2) = d801f3422411269b4234e97589d8c90a2495336320e608c5aab4a277c0010baa -SIZE (gnome2/gconfmm-2.24.0.tar.bz2) = 298222 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 0a027d514..000000000 --- a/devel/gio-fam-backend/Makefile +++ /dev/null @@ -1,38 +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.23 2008/11/24 20:03:49 mezz Exp $ -# - -PORTNAME= gio-fam-backend -PORTVERSION= 2.18.4 -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 -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 d16c3b42f..000000000 --- a/devel/gio-fam-backend/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/glib-2.18.4.tar.bz2) = ec25ed261534d870141000ab73f1a2bf -SHA256 (gnome2/glib-2.18.4.tar.bz2) = 6aeb2c845e9fdc388943acdaba2f6357e3007c5ffaa8d666904679cfb40de100 -SIZE (gnome2/glib-2.18.4.tar.bz2) = 4809051 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/glib20/Makefile b/devel/glib20/Makefile deleted file mode 100644 index ada2f0ac4..000000000 --- a/devel/glib20/Makefile +++ /dev/null @@ -1,77 +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.136 2008/11/25 18:53:17 marcus Exp $ -# -# !! DON'T FORGET ABOUT devel/gio-fam-backend !! - -PORTNAME= glib -PORTVERSION= 2.18.4 -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:15 -USE_LDCONFIG= yes -USE_GNOME= gnomehack pkgconfig ltverhack -USE_GMAKE= 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 d16c3b42f..000000000 --- a/devel/glib20/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/glib-2.18.4.tar.bz2) = ec25ed261534d870141000ab73f1a2bf -SHA256 (gnome2/glib-2.18.4.tar.bz2) = 6aeb2c845e9fdc388943acdaba2f6357e3007c5ffaa8d666904679cfb40de100 -SIZE (gnome2/glib-2.18.4.tar.bz2) = 4809051 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 4791780e2..000000000 --- a/devel/glib20/files/extra-patch-glib_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- glib/Makefile.in.orig 2008-12-01 16:15:34.000000000 -0500 -+++ glib/Makefile.in 2008-12-01 16:16:03.000000000 -0500 -@@ -272,7 +272,7 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_P - INSTOBJEXT = @INSTOBJEXT@ - INTLLIBS = @INTLLIBS@ - LD = @LD@ --LDFLAGS = @LDFLAGS@ -+LDFLAGS = @LDFLAGS@ -licui18n - LIBOBJS = @LIBOBJS@ - LIBS = @LIBS@ - LIBTOOL = @LIBTOOL@ 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 0345b8acd..000000000 --- a/devel/glib20/files/patch-ae +++ /dev/null @@ -1,33 +0,0 @@ ---- configure.orig 2008-11-24 13:44:42.000000000 -0600 -+++ configure 2008-11-24 13:50:51.000000000 -0600 -@@ -29576,6 +29576,12 @@ - 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 () - { -@@ -31407,7 +31413,7 @@ - - - --for ac_func in chown lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid -+for ac_func in chown 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 -@@ -36810,6 +36816,8 @@ - ;; - 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_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_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-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 48f0c14e7..000000000 --- a/devel/glib20/pkg-plist +++ /dev/null @@ -1,307 +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/gunixinputstream.h -include/gio-unix-2.0/gio/gunixmounts.h -include/gio-unix-2.0/gio/gunixoutputstream.h -include/glib-2.0/gio/gappinfo.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/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/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/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/goutputstream.h -include/glib-2.0/gio/gseekable.h -include/glib-2.0/gio/gsimpleasyncresult.h -include/glib-2.0/gio/gthemedicon.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/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/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/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/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/Makefile b/devel/glibmm/Makefile deleted file mode 100644 index f89503844..000000000 --- a/devel/glibmm/Makefile +++ /dev/null @@ -1,47 +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.67 2008/09/21 20:57:46 kwm Exp $ -# - -PORTNAME= glibmm -PORTVERSION= 2.18.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:15 -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static - -post-patch: -.for d in docs examples tests - @${REINPLACE_CMD} -e '/^SUBDIRS = /s/${d}//' ${WRKSRC}/Makefile.in -.endfor - -post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/docs/reference/beautify_docs.pl \ - ${PREFIX}/lib/glibmm-2.4/proc - -.include <bsd.port.mk> - -.endif diff --git a/devel/glibmm/distinfo b/devel/glibmm/distinfo deleted file mode 100644 index 61f8ad49d..000000000 --- a/devel/glibmm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/glibmm-2.18.1.tar.bz2) = 942290a4b77dac3ea18a5b70373fe04c -SHA256 (gnome2/glibmm-2.18.1.tar.bz2) = 79641fe9ca2ad2ad4c49f2ebe15f360b16cbbff852eaa51c99b8f36b362ce649 -SIZE (gnome2/glibmm-2.18.1.tar.bz2) = 6714825 diff --git a/devel/glibmm/files/patch-docs::reference::beautify_docs.pl b/devel/glibmm/files/patch-docs::reference::beautify_docs.pl deleted file mode 100644 index bbb320452..000000000 --- a/devel/glibmm/files/patch-docs::reference::beautify_docs.pl +++ /dev/null @@ -1,20 +0,0 @@ ---- docs/reference/beautify_docs.pl.in.orig Thu Feb 12 02:52:02 2004 -+++ docs/reference/beautify_docs.pl.in Thu Feb 12 03:00:08 2004 -@@ -25,7 +25,7 @@ - my ($file) = @_; - my @outbuf; - -- open(FILE, '<', $file); -+ open(FILE, "<$file"); - - while(<FILE>) - { -@@ -71,7 +71,7 @@ - push(@outbuf, $_); - } - -- open(FILE, '>', $file); -+ open(FILE, ">$file"); - - # write the whole buffer back - print FILE "$_" foreach(@outbuf); 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 c6208677d..000000000 --- a/devel/glibmm/pkg-plist +++ /dev/null @@ -1,233 +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/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/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/loadableicon.h -include/giomm-%%API_VERSION%%/giomm/memoryinputstream.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/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/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/loadableicon_p.h -include/giomm-%%API_VERSION%%/giomm/private/memoryinputstream_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.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/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/wrap.h -include/glibmm-%%API_VERSION%%/glibmm/wrap_init.h -include/glibmm-%%API_VERSION%%/glibmm_generate_extra_defs/generate_extra_defs.h -lib/giomm-%%API_VERSION%%/include/giommconfig.h -lib/glibmm-%%API_VERSION%%/include/glibmmconfig.h -lib/glibmm-%%API_VERSION%%/proc/beautify_docs.pl -lib/glibmm-%%API_VERSION%%/proc/generate_wrap_init.pl -lib/glibmm-%%API_VERSION%%/proc/gmmproc -lib/glibmm-%%API_VERSION%%/proc/m4/base.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/class_boxedtype.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/class_boxedtype_static.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/class_generic.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/class_gobject.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/class_gtkobject.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/class_interface.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/class_opaque_copyable.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/class_opaque_refcounted.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/class_shared.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/compare.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/convert.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/convert_atk.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/convert_base.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/convert_gdk.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/convert_gio.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/convert_glib.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/convert_gtk.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/convert_gtkmm.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/convert_pango.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/ctor.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/doc.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/enum.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/gerror.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/list.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/member.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/method.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/property.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/signal.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/vfunc.m4 -lib/glibmm-%%API_VERSION%%/proc/pm/DocsParser.pm -lib/glibmm-%%API_VERSION%%/proc/pm/Enum.pm -lib/glibmm-%%API_VERSION%%/proc/pm/Function.pm -lib/glibmm-%%API_VERSION%%/proc/pm/FunctionBase.pm -lib/glibmm-%%API_VERSION%%/proc/pm/GtkDefs.pm -lib/glibmm-%%API_VERSION%%/proc/pm/Object.pm -lib/glibmm-%%API_VERSION%%/proc/pm/Output.pm -lib/glibmm-%%API_VERSION%%/proc/pm/Property.pm -lib/glibmm-%%API_VERSION%%/proc/pm/Util.pm -lib/glibmm-%%API_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/pm -@dirrm lib/glibmm-%%API_VERSION%%/proc/m4 -@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_generate_extra_defs -@dirrm include/glibmm-%%API_VERSION%%/glibmm/private -@dirrm include/glibmm-%%API_VERSION%%/glibmm -@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-build/Makefile b/devel/gnome-build/Makefile deleted file mode 100644 index 64e378e74..000000000 --- a/devel/gnome-build/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: gnomebuild -# Date created: 24 July 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gnome-build/Makefile,v 1.8 2008/09/22 18:14:45 marcus Exp $ -# - -PORTNAME= gnome-build -PORTVERSION= 2.24.1 -PORTEPOCH= 1 -CATEGORIES= devel gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME Build Framework (GBF) - -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext -LIB_DEPENDS= gdl-1.0:${PORTSDIR}/x11-toolkits/gdl -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Locale/gettext.pm:${PORTSDIR}/devel/p5-Locale-gettext - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui gnomevfs2 -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_LDCONFIG= yes -USE_PERL5= yes -CONFIGURE_ARGS= --enable-compile-warnings=no -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lgnuregex" - -.include <bsd.port.mk> diff --git a/devel/gnome-build/distinfo b/devel/gnome-build/distinfo deleted file mode 100644 index df535af68..000000000 --- a/devel/gnome-build/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-build-2.24.1.tar.bz2) = b35c918b6c0c70652e9eb1d2e45138f1 -SHA256 (gnome2/gnome-build-2.24.1.tar.bz2) = 35c8bf4ebbe93639400985c92322f1be80de3e193ed1d715443949bb9a5c43a0 -SIZE (gnome2/gnome-build-2.24.1.tar.bz2) = 517031 diff --git a/devel/gnome-build/pkg-descr b/devel/gnome-build/pkg-descr deleted file mode 100644 index 60385151a..000000000 --- a/devel/gnome-build/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a GNOME Build Framework (GBF). - -WWW: http://www.gnome.org/ diff --git a/devel/gnome-build/pkg-plist b/devel/gnome-build/pkg-plist deleted file mode 100644 index 60ff88f77..000000000 --- a/devel/gnome-build/pkg-plist +++ /dev/null @@ -1,109 +0,0 @@ -bin/gbf-am-parse -bin/gbf-mkfile-parse -include/gnome-build-1.0/gbf/gbf-backend.h -include/gnome-build-1.0/gbf/gbf-project-model.h -include/gnome-build-1.0/gbf/gbf-project-util.h -include/gnome-build-1.0/gbf/gbf-project-view.h -include/gnome-build-1.0/gbf/gbf-project.h -include/gnome-build-1.0/gbf/gbf-tree-data.h -include/gnome-build-1.0/gbf/gbf-widgets.h -include/gnome-build-1.0/gbf/glue-plugin.h -lib/gnome-build-1.0/backends/gbf-am.server -lib/gnome-build-1.0/backends/gbf-mkfile.server -lib/gnome-build-1.0/backends/libgbf-am.la -lib/gnome-build-1.0/backends/libgbf-am.so -lib/gnome-build-1.0/backends/libgbf-mkfile.la -lib/gnome-build-1.0/backends/libgbf-mkfile.so -lib/libgbf-1.la -lib/libgbf-1.so -lib/libgbf-1.so.2 -lib/libgbf-widgets-1.la -lib/libgbf-widgets-1.so -lib/libgbf-widgets-1.so.2 -libdata/pkgconfig/gnome-build-1.0.pc -share/gnome-build/GBF/AmFiles.pm -share/gnome-build/GBF/General.pm -share/gnome-build/GBF/Make.pm -share/gnome-build/glade/create_dialogs.glade -share/gnome-build/glade/gbf-am-dialogs.glade -share/locale/am/LC_MESSAGES/gbf-1.mo -share/locale/ar/LC_MESSAGES/gbf-1.mo -share/locale/az/LC_MESSAGES/gbf-1.mo -share/locale/be/LC_MESSAGES/gbf-1.mo -share/locale/bg/LC_MESSAGES/gbf-1.mo -share/locale/ca/LC_MESSAGES/gbf-1.mo -share/locale/cs/LC_MESSAGES/gbf-1.mo -share/locale/da/LC_MESSAGES/gbf-1.mo -share/locale/de/LC_MESSAGES/gbf-1.mo -share/locale/dz/LC_MESSAGES/gbf-1.mo -share/locale/el/LC_MESSAGES/gbf-1.mo -share/locale/en_CA/LC_MESSAGES/gbf-1.mo -share/locale/en_GB/LC_MESSAGES/gbf-1.mo -share/locale/es/LC_MESSAGES/gbf-1.mo -share/locale/et/LC_MESSAGES/gbf-1.mo -share/locale/eu/LC_MESSAGES/gbf-1.mo -share/locale/fi/LC_MESSAGES/gbf-1.mo -share/locale/fr/LC_MESSAGES/gbf-1.mo -share/locale/gl/LC_MESSAGES/gbf-1.mo -share/locale/gu/LC_MESSAGES/gbf-1.mo -share/locale/he/LC_MESSAGES/gbf-1.mo -share/locale/hi/LC_MESSAGES/gbf-1.mo -share/locale/hr/LC_MESSAGES/gbf-1.mo -share/locale/hu/LC_MESSAGES/gbf-1.mo -share/locale/it/LC_MESSAGES/gbf-1.mo -share/locale/ja/LC_MESSAGES/gbf-1.mo -share/locale/ko/LC_MESSAGES/gbf-1.mo -share/locale/lt/LC_MESSAGES/gbf-1.mo -share/locale/lv/LC_MESSAGES/gbf-1.mo -share/locale/mk/LC_MESSAGES/gbf-1.mo -share/locale/ml/LC_MESSAGES/gbf-1.mo -share/locale/mr/LC_MESSAGES/gbf-1.mo -share/locale/ms/LC_MESSAGES/gbf-1.mo -share/locale/nb/LC_MESSAGES/gbf-1.mo -share/locale/ne/LC_MESSAGES/gbf-1.mo -share/locale/nl/LC_MESSAGES/gbf-1.mo -share/locale/nn/LC_MESSAGES/gbf-1.mo -share/locale/oc/LC_MESSAGES/gbf-1.mo -share/locale/pa/LC_MESSAGES/gbf-1.mo -share/locale/pl/LC_MESSAGES/gbf-1.mo -share/locale/pt/LC_MESSAGES/gbf-1.mo -share/locale/pt_BR/LC_MESSAGES/gbf-1.mo -share/locale/ru/LC_MESSAGES/gbf-1.mo -share/locale/rw/LC_MESSAGES/gbf-1.mo -share/locale/si/LC_MESSAGES/gbf-1.mo -share/locale/sk/LC_MESSAGES/gbf-1.mo -share/locale/sl/LC_MESSAGES/gbf-1.mo -share/locale/sq/LC_MESSAGES/gbf-1.mo -share/locale/sr/LC_MESSAGES/gbf-1.mo -share/locale/sr@latin/LC_MESSAGES/gbf-1.mo -share/locale/sv/LC_MESSAGES/gbf-1.mo -share/locale/th/LC_MESSAGES/gbf-1.mo -share/locale/tr/LC_MESSAGES/gbf-1.mo -share/locale/uk/LC_MESSAGES/gbf-1.mo -share/locale/vi/LC_MESSAGES/gbf-1.mo -share/locale/zh_CN/LC_MESSAGES/gbf-1.mo -share/locale/zh_HK/LC_MESSAGES/gbf-1.mo -share/locale/zh_TW/LC_MESSAGES/gbf-1.mo -share/pixmaps/gbf-build.png -share/pixmaps/gbf-install.png -@dirrm share/gnome-build/glade -@dirrm share/gnome-build/GBF -@dirrm share/gnome-build -@dirrm lib/gnome-build-1.0/backends -@dirrm lib/gnome-build-1.0 -@dirrm include/gnome-build-1.0/gbf -@dirrm include/gnome-build-1.0 -@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/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/dz/LC_MESSAGES -@dirrmtry share/locale/dz diff --git a/devel/gnome-common/Makefile b/devel/gnome-common/Makefile deleted file mode 100644 index 900d3904e..000000000 --- a/devel/gnome-common/Makefile +++ /dev/null @@ -1,24 +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.9 2008/09/23 04:56:42 marcus Exp $ -# - -PORTNAME= gnome-common -PORTVERSION= 2.24.0 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -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 dea6ccade..000000000 --- a/devel/gnome-common/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-common-2.24.0.tar.bz2) = f72230d19ab9f2fa8923dcb078c69e9a -SHA256 (gnome2/gnome-common-2.24.0.tar.bz2) = e36fc07118e9d3cc0a4808cfbc6bfbd03ab5ba1ce0a311df9573dbbc0d189bac -SIZE (gnome2/gnome-common-2.24.0.tar.bz2) = 64560 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-vfs/Makefile b/devel/gnome-vfs/Makefile deleted file mode 100644 index 439736cb4..000000000 --- a/devel/gnome-vfs/Makefile +++ /dev/null @@ -1,108 +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.184 2008/08/06 02:04:27 marcus Exp $ -# - -PORTNAME= gnome-vfs -PORTVERSION= 2.24.0 -PORTREVISION?= 0 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME Virtual File System - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal -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:15 -USE_OPENSSL= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-openssl \ - --disable-gnutls \ - --disable-howl \ - --enable-hal \ - --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 - -.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_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 0b2dc3c17..000000000 --- a/devel/gnome-vfs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-vfs-2.24.0.tar.bz2) = 870ee8861bfcaeb852934e95657ef83e -SHA256 (gnome2/gnome-vfs-2.24.0.tar.bz2) = b8ae3c81a2d6a3798534e72216899021013b47bc012e405fa00167d190559d94 -SIZE (gnome2/gnome-vfs-2.24.0.tar.bz2) = 1935735 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 df7bc5e67..000000000 --- a/devel/gnome-vfs/files/patch-configure +++ /dev/null @@ -1,54 +0,0 @@ ---- configure.orig Mon Feb 12 14:15:37 2007 -+++ configure Mon Feb 12 14:15:37 2007 -@@ -5708,7 +5708,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=`echo "ac_cv_header_$ac_header" | $as_tr_sh` - echo "$as_me:$LINENO: checking for $ac_header" >&5 -@@ -22101,6 +22101,8 @@ echo $ECHO_N "checking for LC_MESSAGES.. - if test "${am_cv_val_LC_MESSAGES+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -+ ac_check_lib_save_LIBS=$LIBS -+ LIBS="-lintl $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -22147,6 +22149,7 @@ am_cv_val_LC_MESSAGES=no - fi - rm -f conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS - fi - echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5 - echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6 -@@ -23612,6 +23615,7 @@ if test `eval echo '${'$as_ac_var'}'` = - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF -+ LIBS="-lintl $LIBS" - have_ngettext=yes - else - echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5 -@@ -33364,7 +33368,7 @@ if test "${openssl_libs+set}" = set; the - echo $ECHO_N "(cached) $ECHO_C" >&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 -@@ -33662,7 +33666,7 @@ if test "${openssl_libs+set}" = set; the - echo $ECHO_N "(cached) $ECHO_C" >&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 c7fb1cf36..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-filesystem-type.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomevfs/gnome-vfs-filesystem-type.c.orig 2007-09-17 14:48:45.000000000 -0400 -+++ libgnomevfs/gnome-vfs-filesystem-type.c 2007-09-17 14:50:06.000000000 -0400 -@@ -65,6 +65,8 @@ static struct FSInfo fs_data[] = { - { "msdosfs" , N_("MSDOS Volume"), 0 }, - { "nfs" , N_("NFS Network Volume"), 1 }, - { "ntfs" , N_("Windows NT Volume"), 0 }, -+ { "nullfs" , N_("BSD Loopback Volume"), 1 }, -+ { "zfs" , N_("ZFS Volume"), 1 }, - { "nwfs" , N_("Netware Volume"), 0 }, - { "proc" , N_("System Volume"), 0 }, - { "procfs" , N_("System Volume"), 0 }, 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 51a94a1be..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.19 2008/08/06 02:04:27 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 5e917c02d..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.19 2008/08/06 02:04:27 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 6625cbfc1..000000000 --- a/devel/gnome-vfs/pkg-plist +++ /dev/null @@ -1,231 +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/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/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/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/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/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/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/devel/gnome-vfsmm/Makefile b/devel/gnome-vfsmm/Makefile deleted file mode 100644 index e830b04fc..000000000 --- a/devel/gnome-vfsmm/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: gnome-vfsmm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gnome-vfsmm -PORTVERSION= 2.24.0 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= bland@FreeBSD.org -COMMENT= C++ wrapper for gnomevfs2 library - -LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomevfs2 -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// ; \ - /^SUBDIRS =/s/docs//' \ - ${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/gnome-vfsmm/distinfo b/devel/gnome-vfsmm/distinfo deleted file mode 100644 index 857e752d8..000000000 --- a/devel/gnome-vfsmm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-vfsmm-2.24.0.tar.bz2) = f02257451583832c4d67f4accba7ad62 -SHA256 (gnome2/gnome-vfsmm-2.24.0.tar.bz2) = ab2fd9067d631254543f5dd33edf0649983e53073cfc697ce7de5157d4ba80ae -SIZE (gnome2/gnome-vfsmm-2.24.0.tar.bz2) = 359035 diff --git a/devel/gnome-vfsmm/pkg-descr b/devel/gnome-vfsmm/pkg-descr deleted file mode 100644 index da03091b1..000000000 --- a/devel/gnome-vfsmm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a set of thin C++ wrappers for GnomeVFS v2 library. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/devel/gnome-vfsmm/pkg-plist b/devel/gnome-vfsmm/pkg-plist deleted file mode 100644 index a117076e4..000000000 --- a/devel/gnome-vfsmm/pkg-plist +++ /dev/null @@ -1,62 +0,0 @@ -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/address.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/application-registry.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/async-2.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/async-handle-2.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/async-handle.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/async.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/directory-handle.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/dns-sd.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/drive.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/enums.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/exception.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/file-info.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/handle.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/init.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/mime-action.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/mime-application.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/mime-handlers.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/mime-monitor.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/monitor-handle.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/address_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/async-handle-2_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/async-handle_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/drive_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/enums_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/file-info_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/mime-action_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/mime-application_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/mime-monitor_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/resolve-handle_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/transfer-progress-2_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/transfer-progress_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/uri_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/volume-monitor_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/volume_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/resolve-handle.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/transfer-2.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/transfer-progress-2.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/transfer-progress.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/transfer.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/types.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/uri.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/utils.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/volume-monitor.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/volume.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/wrap_init.h -lib/gnome-vfsmm-%%API_VERSION%%/include/libgnomevfsmmconfig.h -lib/gnome-vfsmm-%%API_VERSION%%/proc/m4/convert.m4 -lib/gnome-vfsmm-%%API_VERSION%%/proc/m4/convert_gnome_vfsmm.m4 -lib/libgnomevfsmm-%%VERSION%%.a -lib/libgnomevfsmm-%%VERSION%%.la -lib/libgnomevfsmm-%%VERSION%%.so -lib/libgnomevfsmm-%%VERSION%%.so.1 -libdata/pkgconfig/gnome-vfsmm-%%API_VERSION%%.pc -@dirrm lib/gnome-vfsmm-%%API_VERSION%%/proc/m4 -@dirrm lib/gnome-vfsmm-%%API_VERSION%%/proc -@dirrm lib/gnome-vfsmm-%%API_VERSION%%/include -@dirrm lib/gnome-vfsmm-%%API_VERSION%% -@dirrm include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private -@dirrm include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm -@dirrm include/gnome-vfsmm-%%API_VERSION%% diff --git a/devel/goffice/Makefile b/devel/goffice/Makefile deleted file mode 100644 index affcaa73e..000000000 --- a/devel/goffice/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: goffice -# Date created: 07 June 2005 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/goffice/Makefile,v 1.34 2008/09/09 00:13:46 kwm Exp $ -# - -PORTNAME= goffice -PORTVERSION= 0.7.2 -CATEGORIES= devel gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GLib/GTK+ set of document centric objects and utilities - -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprint libglade2 \ - libgsf_gnome libgnomeui ltverhack -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:15 -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION=${PORTVERSION} \ - SHORT_VER=0.8 -# SHORT_VER=${PORTVERSION:R} - -.include <bsd.port.mk> diff --git a/devel/goffice/distinfo b/devel/goffice/distinfo deleted file mode 100644 index 9125ce83b..000000000 --- a/devel/goffice/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (goffice-0.7.2.tar.bz2) = f393f27dbab3b9efd92fe93633ddbfd6 -SHA256 (goffice-0.7.2.tar.bz2) = b885420c0e6a297239dbdc545cb8588dde81cb58034e1fc7e455a873f1cf39e4 -SIZE (goffice-0.7.2.tar.bz2) = 2071249 diff --git a/devel/goffice/pkg-descr b/devel/goffice/pkg-descr deleted file mode 100644 index 0d48f5052..000000000 --- a/devel/goffice/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Goffice is a set of document centric components for GLib and GTK+. - -There are common operations for document centric applications that are -conceptually simple, but complex to implement fully. - - plugins - - load/save documents - - undo/redo - -Goffice provides a single library for performing such operations. - -WWW: http://live.gnome.org/libgoffice diff --git a/devel/goffice/pkg-plist b/devel/goffice/pkg-plist deleted file mode 100644 index 3ee5d5c04..000000000 --- a/devel/goffice/pkg-plist +++ /dev/null @@ -1,523 +0,0 @@ -include/libgoffice-%%SHORT_VER%%/goffice/app/error-info.h -include/libgoffice-%%SHORT_VER%%/goffice/app/file.h -include/libgoffice-%%SHORT_VER%%/goffice/app/go-cmd-context-impl.h -include/libgoffice-%%SHORT_VER%%/goffice/app/go-cmd-context.h -include/libgoffice-%%SHORT_VER%%/goffice/app/go-conf.h -include/libgoffice-%%SHORT_VER%%/goffice/app/go-doc-control-impl.h -include/libgoffice-%%SHORT_VER%%/goffice/app/go-doc-control.h -include/libgoffice-%%SHORT_VER%%/goffice/app/go-doc-impl.h -include/libgoffice-%%SHORT_VER%%/goffice/app/go-doc.h -include/libgoffice-%%SHORT_VER%%/goffice/app/go-plugin-loader-module.h -include/libgoffice-%%SHORT_VER%%/goffice/app/go-plugin-loader.h -include/libgoffice-%%SHORT_VER%%/goffice/app/go-plugin-service-impl.h -include/libgoffice-%%SHORT_VER%%/goffice/app/go-plugin-service.h -include/libgoffice-%%SHORT_VER%%/goffice/app/go-plugin.h -include/libgoffice-%%SHORT_VER%%/goffice/app/goffice-app.h -include/libgoffice-%%SHORT_VER%%/goffice/app/io-context-priv.h -include/libgoffice-%%SHORT_VER%%/goffice/app/io-context.h -include/libgoffice-%%SHORT_VER%%/goffice/app/module-plugin-defs.h -include/libgoffice-%%SHORT_VER%%/goffice/component/go-component-factory.h -include/libgoffice-%%SHORT_VER%%/goffice/component/go-component.h -include/libgoffice-%%SHORT_VER%%/goffice/component/goffice-component.h -include/libgoffice-%%SHORT_VER%%/goffice/cut-n-paste/foocanvas/foo-canvas-line.h -include/libgoffice-%%SHORT_VER%%/goffice/cut-n-paste/foocanvas/foo-canvas-pixbuf.h -include/libgoffice-%%SHORT_VER%%/goffice/cut-n-paste/foocanvas/foo-canvas-polygon.h -include/libgoffice-%%SHORT_VER%%/goffice/cut-n-paste/foocanvas/foo-canvas-rect-ellipse.h -include/libgoffice-%%SHORT_VER%%/goffice/cut-n-paste/foocanvas/foo-canvas-text.h -include/libgoffice-%%SHORT_VER%%/goffice/cut-n-paste/foocanvas/foo-canvas-util.h -include/libgoffice-%%SHORT_VER%%/goffice/cut-n-paste/foocanvas/foo-canvas-widget.h -include/libgoffice-%%SHORT_VER%%/goffice/cut-n-paste/foocanvas/foo-canvas.h -include/libgoffice-%%SHORT_VER%%/goffice/cut-n-paste/foocanvas/libfoocanvas.h -include/libgoffice-%%SHORT_VER%%/goffice/data/go-data-impl.h -include/libgoffice-%%SHORT_VER%%/goffice/data/go-data-simple.h -include/libgoffice-%%SHORT_VER%%/goffice/data/go-data.h -include/libgoffice-%%SHORT_VER%%/goffice/data/goffice-data.h -include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-anchor.h -include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-default-attributes.h -include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-drawing-group.h -include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-drawing-renderer-gdk.h -include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-drawing-view.h -include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-drawing.h -include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-image-store.h -include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-image.h -include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-paragraph-attributes.h -include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-property-table.h -include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-shape.h -include/libgoffice-%%SHORT_VER%%/goffice/drawing/god-text-model.h -include/libgoffice-%%SHORT_VER%%/goffice/goffice-features.h -include/libgoffice-%%SHORT_VER%%/goffice/goffice.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/goffice-graph.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-3d-box.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-axis-line-impl.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-axis-line.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-axis.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-chart-impl.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-chart-map-3d.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-chart-map.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-chart.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-child-button.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-control-foocanvas.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-data-allocator.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-data-set.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-error-bar.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-graph-impl.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-graph.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-grid-line.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-grid.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-guru.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-label.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-legend.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-object-xml.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-object.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-outlined-object.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-plot-engine.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-plot-impl.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-plot.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-reg-curve.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-renderer.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-series-impl.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-series-lines.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-series.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-smoothed-curve.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-style.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-styled-object.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-theme.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-trend-line.h -include/libgoffice-%%SHORT_VER%%/goffice/graph/gog-view.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-3d-rotation-sel.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-action-combo-color.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-action-combo-pixmaps.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-action-combo-stack.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-action-combo-text.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-charmap-sel.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-color-group.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-color-palette.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-color-selector.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-combo-box.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-combo-color.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-combo-pixmaps.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-combo-text.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-font-sel.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-format-sel.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-gradient-selector.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-graph-widget.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-image-sel.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-line-selector.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-locale-sel.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-marker-selector.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-optionmenu.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-palette.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-pattern-selector.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-pixbuf.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-rotation-sel.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/go-selector.h -include/libgoffice-%%SHORT_VER%%/goffice/gtk/goffice-gtk.h -include/libgoffice-%%SHORT_VER%%/goffice/math/go-R.h -include/libgoffice-%%SHORT_VER%%/goffice/math/go-complex.h -include/libgoffice-%%SHORT_VER%%/goffice/math/go-cspline.h -include/libgoffice-%%SHORT_VER%%/goffice/math/go-distribution.h -include/libgoffice-%%SHORT_VER%%/goffice/math/go-fft.h -include/libgoffice-%%SHORT_VER%%/goffice/math/go-math.h -include/libgoffice-%%SHORT_VER%%/goffice/math/go-matrix3x3.h -include/libgoffice-%%SHORT_VER%%/goffice/math/go-rangefunc.h -include/libgoffice-%%SHORT_VER%%/goffice/math/go-regression.h -include/libgoffice-%%SHORT_VER%%/goffice/ms-compat/go-ms-parser.h -include/libgoffice-%%SHORT_VER%%/goffice/ms-compat/god-drawing-ms-client-handler.h -include/libgoffice-%%SHORT_VER%%/goffice/ms-compat/god-drawing-ms.h -include/libgoffice-%%SHORT_VER%%/goffice/ms-compat/god-image-ms.h -include/libgoffice-%%SHORT_VER%%/goffice/utils/datetime.h -include/libgoffice-%%SHORT_VER%%/goffice/utils/go-cairo.h -include/libgoffice-%%SHORT_VER%%/goffice/utils/go-color.h -include/libgoffice-%%SHORT_VER%%/goffice/utils/go-file.h -include/libgoffice-%%SHORT_VER%%/goffice/utils/go-font.h -include/libgoffice-%%SHORT_VER%%/goffice/utils/go-format.h -include/libgoffice-%%SHORT_VER%%/goffice/utils/go-geometry.h -include/libgoffice-%%SHORT_VER%%/goffice/utils/go-glib-extras.h -include/libgoffice-%%SHORT_VER%%/goffice/utils/go-gradient.h -include/libgoffice-%%SHORT_VER%%/goffice/utils/go-image.h -include/libgoffice-%%SHORT_VER%%/goffice/utils/go-libxml-extras.h -include/libgoffice-%%SHORT_VER%%/goffice/utils/go-line.h -include/libgoffice-%%SHORT_VER%%/goffice/utils/go-locale.h -include/libgoffice-%%SHORT_VER%%/goffice/utils/go-marker.h -include/libgoffice-%%SHORT_VER%%/goffice/utils/go-pango-extras.h -include/libgoffice-%%SHORT_VER%%/goffice/utils/go-path.h -include/libgoffice-%%SHORT_VER%%/goffice/utils/go-pattern.h -include/libgoffice-%%SHORT_VER%%/goffice/utils/go-persist.h -include/libgoffice-%%SHORT_VER%%/goffice/utils/go-undo.h -include/libgoffice-%%SHORT_VER%%/goffice/utils/go-units.h -include/libgoffice-%%SHORT_VER%%/goffice/utils/goffice-utils.h -include/libgoffice-%%SHORT_VER%%/goffice/utils/regutf8.h -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.a -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.la -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.so -lib/goffice/%%VERSION%%/plugins/plot_barcol/gog-barcol-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_barcol/gog-minmax-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_barcol/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_barcol/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_distrib/distrib.a -lib/goffice/%%VERSION%%/plugins/plot_distrib/distrib.la -lib/goffice/%%VERSION%%/plugins/plot_distrib/distrib.so -lib/goffice/%%VERSION%%/plugins/plot_distrib/gog-boxplot-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_distrib/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_distrib/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-pie-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-pie-series.glade -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-ring-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.a -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.la -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.so -lib/goffice/%%VERSION%%/plugins/plot_pie/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_pie/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.a -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.la -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.so -lib/goffice/%%VERSION%%/plugins/plot_surface/gog-xyz-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_surface/gog-xyz-surface-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_surface/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_surface/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.a -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.la -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.so -lib/goffice/%%VERSION%%/plugins/plot_xy/gog-bubble-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_xy/gog-xy-color-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_xy/gog-xy-series-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_xy/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_xy/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.a -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.la -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.so -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.a -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.la -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.so -lib/goffice/%%VERSION%%/plugins/reg_linear/plugin.xml -lib/goffice/%%VERSION%%/plugins/reg_linear/reg-types.xml -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.a -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.la -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.so -lib/goffice/%%VERSION%%/plugins/reg_logfit/plugin.xml -lib/goffice/%%VERSION%%/plugins/reg_logfit/reg-types.xml -lib/goffice/%%VERSION%%/plugins/smoothing/gog-exp-smooth.glade -lib/goffice/%%VERSION%%/plugins/smoothing/gog-moving-avg.glade -lib/goffice/%%VERSION%%/plugins/smoothing/plugin.xml -lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.a -lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.la -lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.so -lib/goffice/%%VERSION%%/plugins/smoothing/types.xml -lib/libgoffice-%%SHORT_VER%%.a -lib/libgoffice-%%SHORT_VER%%.la -lib/libgoffice-%%SHORT_VER%%.so -lib/libgoffice-%%SHORT_VER%%.so.7 -libdata/pkgconfig/libgoffice-%%SHORT_VER%%.pc -%%DOCSDIR%%-%%SHORT_VER%%/GOComboBox.html -%%DOCSDIR%%-%%SHORT_VER%%/GOComponent.html -%%DOCSDIR%%-%%SHORT_VER%%/GOOptionMenu.html -%%DOCSDIR%%-%%SHORT_VER%%/GOPalette.html -%%DOCSDIR%%-%%SHORT_VER%%/GOPluginLoader.html -%%DOCSDIR%%-%%SHORT_VER%%/GOSelector.html -%%DOCSDIR%%-%%SHORT_VER%%/GOUndoUnary.html -%%DOCSDIR%%-%%SHORT_VER%%/GogDataAllocator.html -%%DOCSDIR%%-%%SHORT_VER%%/GogDataset.html -%%DOCSDIR%%-%%SHORT_VER%%/GogObject.html -%%DOCSDIR%%-%%SHORT_VER%%/GogOutlinedView.html -%%DOCSDIR%%-%%SHORT_VER%%/GogRegCurve.html -%%DOCSDIR%%-%%SHORT_VER%%/GogSmoothedCurve.html -%%DOCSDIR%%-%%SHORT_VER%%/GogStyledObject.html -%%DOCSDIR%%-%%SHORT_VER%%/GogView.html -%%DOCSDIR%%-%%SHORT_VER%%/ch01.html -%%DOCSDIR%%-%%SHORT_VER%%/ch02.html -%%DOCSDIR%%-%%SHORT_VER%%/ch03.html -%%DOCSDIR%%-%%SHORT_VER%%/ch04.html -%%DOCSDIR%%-%%SHORT_VER%%/ch05.html -%%DOCSDIR%%-%%SHORT_VER%%/ch06.html -%%DOCSDIR%%-%%SHORT_VER%%/ch07.html -%%DOCSDIR%%-%%SHORT_VER%%/ch08.html -%%DOCSDIR%%-%%SHORT_VER%%/ch09.html -%%DOCSDIR%%-%%SHORT_VER%%/ch10.html -%%DOCSDIR%%-%%SHORT_VER%%/ch11.html -%%DOCSDIR%%-%%SHORT_VER%%/ch12.html -%%DOCSDIR%%-%%SHORT_VER%%/ch13.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-%%SHORT_VER%%.devhelp -%%DOCSDIR%%-%%SHORT_VER%%/goffice-%%SHORT_VER%%.devhelp2 -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-cairo.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-charmap-sel.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-cmd-context.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-color.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-combo-color.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-combo-pixmaps.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-combo-text.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-complex.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-component-factory.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-data.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-doc-control.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-doc.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-fft.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-file.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-font-sel.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-font.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-format-sel.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-format.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-geometry.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-glib-extras.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-gradient.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-libxml-extras.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-line.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-locale-sel.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-marker.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-math.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-path.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-pattern.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-plugin-loader-module.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-plugin-service.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-plugin.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-regression.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-rotation-sel.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-go-units.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-gog-axis-line.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-gog-axis.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-gog-chart-map.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-gog-chart.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-gog-control-foocanvas.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-gog-error-bar.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-gog-graph.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-gog-grid-line.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-gog-grid.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-gog-guru.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-gog-label.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-gog-legend.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-gog-plot-engine.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-gog-plot.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-gog-renderer.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-gog-series-lines.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-gog-series.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-gog-style.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-gog-theme.html -%%DOCSDIR%%-%%SHORT_VER%%/goffice-08-gog-trend-line.html -%%DOCSDIR%%-%%SHORT_VER%%/home.png -%%DOCSDIR%%-%%SHORT_VER%%/index.html -%%DOCSDIR%%-%%SHORT_VER%%/index.sgml -%%DOCSDIR%%-%%SHORT_VER%%/left.png -%%DOCSDIR%%-%%SHORT_VER%%/pt01.html -%%DOCSDIR%%-%%SHORT_VER%%/pt02.html -%%DOCSDIR%%-%%SHORT_VER%%/pt03.html -%%DOCSDIR%%-%%SHORT_VER%%/right.png -%%DOCSDIR%%-%%SHORT_VER%%/style.css -%%DOCSDIR%%-%%SHORT_VER%%/up.png -%%DATADIR%%/%%VERSION%%/glade/go-3d-rotation-sel.glade -%%DATADIR%%/%%VERSION%%/glade/go-font-sel.glade -%%DATADIR%%/%%VERSION%%/glade/go-format-sel.glade -%%DATADIR%%/%%VERSION%%/glade/go-image-save-dialog-extra.glade -%%DATADIR%%/%%VERSION%%/glade/go-image-sel.glade -%%DATADIR%%/%%VERSION%%/glade/go-rotation-sel.glade -%%DATADIR%%/%%VERSION%%/glade/gog-3d-box-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-axis-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-error-bar-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-graph-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-guru-type-selector.glade -%%DATADIR%%/%%VERSION%%/glade/gog-guru.glade -%%DATADIR%%/%%VERSION%%/glade/gog-object-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-plot-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-reg-curve-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-reg-eqn-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-series-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-style-prefs.glade -%%DATADIR%%/%%VERSION%%/patterns/svg-patterns.xml -share/locale/am/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ar/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/et/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/he/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/hr/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/mr/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/nn/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ro/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/sr@Latn/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/goffice-%%VERSION%%.mo -share/pixmaps/goffice/%%VERSION%%/area.xpm -share/pixmaps/goffice/%%VERSION%%/bar-hboth.png -share/pixmaps/goffice/%%VERSION%%/bar-hminus.png -share/pixmaps/goffice/%%VERSION%%/bar-hplus.png -share/pixmaps/goffice/%%VERSION%%/bar-none.png -share/pixmaps/goffice/%%VERSION%%/bar-vboth.png -share/pixmaps/goffice/%%VERSION%%/bar-vminus.png -share/pixmaps/goffice/%%VERSION%%/bar-vplus.png -share/pixmaps/goffice/%%VERSION%%/bar.xpm -share/pixmaps/goffice/%%VERSION%%/bubble.xpm -share/pixmaps/goffice/%%VERSION%%/chart_area_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_area_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_area_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_boxplot_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_boxplot_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_boxplot_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_boxplot_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_bubble_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_colored_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_column_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_column_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_column_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_column_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_column_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_column_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_column_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_contour_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_dropbar_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_dropbar_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_histogram_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_line_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_line_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_line_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_line_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_line_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_line_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_line_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_minmax_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_minmax_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_minmax_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_minmax_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_3_2.png -share/pixmaps/goffice/%%VERSION%%/chart_polar_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_prob_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_radar_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_radar_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_radar_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_ring_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_ring_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_3_2.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_3_3.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_1.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_2.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_3.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_4.png -share/pixmaps/goffice/%%VERSION%%/chart_stock_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_stock_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_stock_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_stock_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_surface_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_surface_2_2.png -share/pixmaps/goffice/%%VERSION%%/color.xpm -share/pixmaps/goffice/%%VERSION%%/column.xpm -share/pixmaps/goffice/%%VERSION%%/contour.xpm -share/pixmaps/goffice/%%VERSION%%/dist.xpm -share/pixmaps/goffice/%%VERSION%%/doughnut.xpm -share/pixmaps/goffice/%%VERSION%%/dropbar.xpm -share/pixmaps/goffice/%%VERSION%%/linegraph.xpm -share/pixmaps/goffice/%%VERSION%%/minmax.xpm -share/pixmaps/goffice/%%VERSION%%/pie.xpm -share/pixmaps/goffice/%%VERSION%%/polar.png -share/pixmaps/goffice/%%VERSION%%/radar.xpm -share/pixmaps/goffice/%%VERSION%%/scatter.xpm -share/pixmaps/goffice/%%VERSION%%/stock.xpm -share/pixmaps/goffice/%%VERSION%%/surface.xpm -@dirrm share/pixmaps/goffice/%%VERSION%% -@dirrmtry share/pixmaps/goffice -@dirrm %%DATADIR%%/%%VERSION%%/patterns -@dirrm %%DATADIR%%/%%VERSION%%/glade -@dirrm %%DATADIR%%/%%VERSION%% -@dirrmtry %%DATADIR%% -@dirrm %%DOCSDIR%%-%%SHORT_VER%% -@dirrm lib/goffice/%%VERSION%%/plugins/smoothing -@dirrm lib/goffice/%%VERSION%%/plugins/reg_logfit -@dirrm lib/goffice/%%VERSION%%/plugins/reg_linear -@dirrm lib/goffice/%%VERSION%%/plugins/plot_xy -@dirrm lib/goffice/%%VERSION%%/plugins/plot_surface -@dirrm lib/goffice/%%VERSION%%/plugins/plot_radar -@dirrm lib/goffice/%%VERSION%%/plugins/plot_pie -@dirrm lib/goffice/%%VERSION%%/plugins/plot_distrib -@dirrm lib/goffice/%%VERSION%%/plugins/plot_barcol -@dirrm lib/goffice/%%VERSION%%/plugins -@dirrm lib/goffice/%%VERSION%% -@dirrmtry lib/goffice -@dirrm include/libgoffice-%%SHORT_VER%%/goffice/utils -@dirrm include/libgoffice-%%SHORT_VER%%/goffice/ms-compat -@dirrm include/libgoffice-%%SHORT_VER%%/goffice/math -@dirrm include/libgoffice-%%SHORT_VER%%/goffice/gtk -@dirrm include/libgoffice-%%SHORT_VER%%/goffice/graph -@dirrm include/libgoffice-%%SHORT_VER%%/goffice/drawing -@dirrm include/libgoffice-%%SHORT_VER%%/goffice/data -@dirrm include/libgoffice-%%SHORT_VER%%/goffice/cut-n-paste/foocanvas -@dirrm include/libgoffice-%%SHORT_VER%%/goffice/cut-n-paste -@dirrm include/libgoffice-%%SHORT_VER%%/goffice/component -@dirrm include/libgoffice-%%SHORT_VER%%/goffice/app -@dirrm include/libgoffice-%%SHORT_VER%%/goffice -@dirrm include/libgoffice-%%SHORT_VER%% -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr diff --git a/devel/goffice06/Makefile b/devel/goffice06/Makefile deleted file mode 100644 index 707144eca..000000000 --- a/devel/goffice06/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: goffice -# Date created: 07 June 2005 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= goffice -PORTVERSION= 0.6.5 -CATEGORIES= devel gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GLib/GTK+ set of document centric objects and utilities - -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre - -NO_LATEST_LINK= yes - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprint libglade2 \ - libgsf_gnome libgnomeui ltverhack -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:15 -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION=${PORTVERSION} - -.include <bsd.port.mk> diff --git a/devel/goffice06/distinfo b/devel/goffice06/distinfo deleted file mode 100644 index 9415b8d01..000000000 --- a/devel/goffice06/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (goffice-0.6.5.tar.bz2) = ab0cf11995b7750f26112669cedf6707 -SHA256 (goffice-0.6.5.tar.bz2) = 15f3454820f8d29cfd724614bcfbe067b39ae33220ffcd1af778e112395a05c5 -SIZE (goffice-0.6.5.tar.bz2) = 1993186 diff --git a/devel/goffice06/pkg-descr b/devel/goffice06/pkg-descr deleted file mode 100644 index 0d48f5052..000000000 --- a/devel/goffice06/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -Goffice is a set of document centric components for GLib and GTK+. - -There are common operations for document centric applications that are -conceptually simple, but complex to implement fully. - - plugins - - load/save documents - - undo/redo - -Goffice provides a single library for performing such operations. - -WWW: http://live.gnome.org/libgoffice diff --git a/devel/goffice06/pkg-plist b/devel/goffice06/pkg-plist deleted file mode 100644 index 271e89099..000000000 --- a/devel/goffice06/pkg-plist +++ /dev/null @@ -1,508 +0,0 @@ -include/libgoffice-0.6/goffice/app/error-info.h -include/libgoffice-0.6/goffice/app/file.h -include/libgoffice-0.6/goffice/app/go-cmd-context-impl.h -include/libgoffice-0.6/goffice/app/go-cmd-context.h -include/libgoffice-0.6/goffice/app/go-doc-control-impl.h -include/libgoffice-0.6/goffice/app/go-doc-control.h -include/libgoffice-0.6/goffice/app/go-doc-impl.h -include/libgoffice-0.6/goffice/app/go-doc.h -include/libgoffice-0.6/goffice/app/go-plugin-loader-module.h -include/libgoffice-0.6/goffice/app/go-plugin-loader.h -include/libgoffice-0.6/goffice/app/go-plugin-service-impl.h -include/libgoffice-0.6/goffice/app/go-plugin-service.h -include/libgoffice-0.6/goffice/app/go-plugin.h -include/libgoffice-0.6/goffice/app/goffice-app.h -include/libgoffice-0.6/goffice/app/io-context-priv.h -include/libgoffice-0.6/goffice/app/io-context.h -include/libgoffice-0.6/goffice/app/module-plugin-defs.h -include/libgoffice-0.6/goffice/component/go-component-factory.h -include/libgoffice-0.6/goffice/component/go-component.h -include/libgoffice-0.6/goffice/component/goffice-component.h -include/libgoffice-0.6/goffice/cut-n-paste/foocanvas/foo-canvas-line.h -include/libgoffice-0.6/goffice/cut-n-paste/foocanvas/foo-canvas-pixbuf.h -include/libgoffice-0.6/goffice/cut-n-paste/foocanvas/foo-canvas-polygon.h -include/libgoffice-0.6/goffice/cut-n-paste/foocanvas/foo-canvas-rect-ellipse.h -include/libgoffice-0.6/goffice/cut-n-paste/foocanvas/foo-canvas-text.h -include/libgoffice-0.6/goffice/cut-n-paste/foocanvas/foo-canvas-util.h -include/libgoffice-0.6/goffice/cut-n-paste/foocanvas/foo-canvas-widget.h -include/libgoffice-0.6/goffice/cut-n-paste/foocanvas/foo-canvas.h -include/libgoffice-0.6/goffice/cut-n-paste/foocanvas/libfoocanvas.h -include/libgoffice-0.6/goffice/data/go-data-impl.h -include/libgoffice-0.6/goffice/data/go-data-simple.h -include/libgoffice-0.6/goffice/data/go-data.h -include/libgoffice-0.6/goffice/data/goffice-data.h -include/libgoffice-0.6/goffice/drawing/god-anchor.h -include/libgoffice-0.6/goffice/drawing/god-default-attributes.h -include/libgoffice-0.6/goffice/drawing/god-drawing-group.h -include/libgoffice-0.6/goffice/drawing/god-drawing-renderer-gdk.h -include/libgoffice-0.6/goffice/drawing/god-drawing-view.h -include/libgoffice-0.6/goffice/drawing/god-drawing.h -include/libgoffice-0.6/goffice/drawing/god-image-store.h -include/libgoffice-0.6/goffice/drawing/god-image.h -include/libgoffice-0.6/goffice/drawing/god-paragraph-attributes.h -include/libgoffice-0.6/goffice/drawing/god-property-table.h -include/libgoffice-0.6/goffice/drawing/god-shape.h -include/libgoffice-0.6/goffice/drawing/god-text-model.h -include/libgoffice-0.6/goffice/goffice-features.h -include/libgoffice-0.6/goffice/goffice.h -include/libgoffice-0.6/goffice/graph/goffice-graph.h -include/libgoffice-0.6/goffice/graph/gog-axis-line-impl.h -include/libgoffice-0.6/goffice/graph/gog-axis-line.h -include/libgoffice-0.6/goffice/graph/gog-axis.h -include/libgoffice-0.6/goffice/graph/gog-chart-impl.h -include/libgoffice-0.6/goffice/graph/gog-chart-map.h -include/libgoffice-0.6/goffice/graph/gog-chart.h -include/libgoffice-0.6/goffice/graph/gog-child-button.h -include/libgoffice-0.6/goffice/graph/gog-control-foocanvas.h -include/libgoffice-0.6/goffice/graph/gog-data-allocator.h -include/libgoffice-0.6/goffice/graph/gog-data-set.h -include/libgoffice-0.6/goffice/graph/gog-error-bar.h -include/libgoffice-0.6/goffice/graph/gog-graph-impl.h -include/libgoffice-0.6/goffice/graph/gog-graph.h -include/libgoffice-0.6/goffice/graph/gog-grid-line.h -include/libgoffice-0.6/goffice/graph/gog-grid.h -include/libgoffice-0.6/goffice/graph/gog-guru.h -include/libgoffice-0.6/goffice/graph/gog-label.h -include/libgoffice-0.6/goffice/graph/gog-legend.h -include/libgoffice-0.6/goffice/graph/gog-object-xml.h -include/libgoffice-0.6/goffice/graph/gog-object.h -include/libgoffice-0.6/goffice/graph/gog-outlined-object.h -include/libgoffice-0.6/goffice/graph/gog-plot-engine.h -include/libgoffice-0.6/goffice/graph/gog-plot-impl.h -include/libgoffice-0.6/goffice/graph/gog-plot.h -include/libgoffice-0.6/goffice/graph/gog-reg-curve.h -include/libgoffice-0.6/goffice/graph/gog-renderer.h -include/libgoffice-0.6/goffice/graph/gog-series-impl.h -include/libgoffice-0.6/goffice/graph/gog-series-lines.h -include/libgoffice-0.6/goffice/graph/gog-series.h -include/libgoffice-0.6/goffice/graph/gog-smoothed-curve.h -include/libgoffice-0.6/goffice/graph/gog-style.h -include/libgoffice-0.6/goffice/graph/gog-styled-object.h -include/libgoffice-0.6/goffice/graph/gog-theme.h -include/libgoffice-0.6/goffice/graph/gog-trend-line.h -include/libgoffice-0.6/goffice/graph/gog-view.h -include/libgoffice-0.6/goffice/gtk/go-action-combo-color.h -include/libgoffice-0.6/goffice/gtk/go-action-combo-pixmaps.h -include/libgoffice-0.6/goffice/gtk/go-action-combo-stack.h -include/libgoffice-0.6/goffice/gtk/go-action-combo-text.h -include/libgoffice-0.6/goffice/gtk/go-charmap-sel.h -include/libgoffice-0.6/goffice/gtk/go-color-group.h -include/libgoffice-0.6/goffice/gtk/go-color-palette.h -include/libgoffice-0.6/goffice/gtk/go-color-selector.h -include/libgoffice-0.6/goffice/gtk/go-combo-box.h -include/libgoffice-0.6/goffice/gtk/go-combo-color.h -include/libgoffice-0.6/goffice/gtk/go-combo-pixmaps.h -include/libgoffice-0.6/goffice/gtk/go-combo-text.h -include/libgoffice-0.6/goffice/gtk/go-font-sel.h -include/libgoffice-0.6/goffice/gtk/go-format-sel.h -include/libgoffice-0.6/goffice/gtk/go-gradient-selector.h -include/libgoffice-0.6/goffice/gtk/go-graph-widget.h -include/libgoffice-0.6/goffice/gtk/go-line-selector.h -include/libgoffice-0.6/goffice/gtk/go-locale-sel.h -include/libgoffice-0.6/goffice/gtk/go-marker-selector.h -include/libgoffice-0.6/goffice/gtk/go-optionmenu.h -include/libgoffice-0.6/goffice/gtk/go-palette.h -include/libgoffice-0.6/goffice/gtk/go-pattern-selector.h -include/libgoffice-0.6/goffice/gtk/go-pixbuf.h -include/libgoffice-0.6/goffice/gtk/go-rotation-sel.h -include/libgoffice-0.6/goffice/gtk/go-selector.h -include/libgoffice-0.6/goffice/gtk/goffice-gtk.h -include/libgoffice-0.6/goffice/math/go-complex.h -include/libgoffice-0.6/goffice/math/go-cspline.h -include/libgoffice-0.6/goffice/math/go-fft.h -include/libgoffice-0.6/goffice/math/go-math.h -include/libgoffice-0.6/goffice/math/go-rangefunc.h -include/libgoffice-0.6/goffice/math/go-regression.h -include/libgoffice-0.6/goffice/ms-compat/go-ms-parser.h -include/libgoffice-0.6/goffice/ms-compat/god-drawing-ms-client-handler.h -include/libgoffice-0.6/goffice/ms-compat/god-drawing-ms.h -include/libgoffice-0.6/goffice/ms-compat/god-image-ms.h -include/libgoffice-0.6/goffice/utils/datetime.h -include/libgoffice-0.6/goffice/utils/go-cairo.h -include/libgoffice-0.6/goffice/utils/go-color.h -include/libgoffice-0.6/goffice/utils/go-file.h -include/libgoffice-0.6/goffice/utils/go-font.h -include/libgoffice-0.6/goffice/utils/go-format.h -include/libgoffice-0.6/goffice/utils/go-geometry.h -include/libgoffice-0.6/goffice/utils/go-glib-extras.h -include/libgoffice-0.6/goffice/utils/go-gradient.h -include/libgoffice-0.6/goffice/utils/go-image.h -include/libgoffice-0.6/goffice/utils/go-libxml-extras.h -include/libgoffice-0.6/goffice/utils/go-line.h -include/libgoffice-0.6/goffice/utils/go-locale.h -include/libgoffice-0.6/goffice/utils/go-marker.h -include/libgoffice-0.6/goffice/utils/go-pango-extras.h -include/libgoffice-0.6/goffice/utils/go-path.h -include/libgoffice-0.6/goffice/utils/go-pattern.h -include/libgoffice-0.6/goffice/utils/go-undo.h -include/libgoffice-0.6/goffice/utils/go-units.h -include/libgoffice-0.6/goffice/utils/goffice-utils.h -include/libgoffice-0.6/goffice/utils/regutf8.h -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.a -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.la -lib/goffice/%%VERSION%%/plugins/plot_barcol/barcol.so -lib/goffice/%%VERSION%%/plugins/plot_barcol/gog-barcol-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_barcol/gog-minmax-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_barcol/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_barcol/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_boxes/boxplot.a -lib/goffice/%%VERSION%%/plugins/plot_boxes/boxplot.la -lib/goffice/%%VERSION%%/plugins/plot_boxes/boxplot.so -lib/goffice/%%VERSION%%/plugins/plot_boxes/gog-boxplot-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_boxes/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_boxes/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-pie-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-pie-series.glade -lib/goffice/%%VERSION%%/plugins/plot_pie/gog-ring-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.a -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.la -lib/goffice/%%VERSION%%/plugins/plot_pie/pie.so -lib/goffice/%%VERSION%%/plugins/plot_pie/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_pie/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.a -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.la -lib/goffice/%%VERSION%%/plugins/plot_radar/radar.so -lib/goffice/%%VERSION%%/plugins/plot_surface/gog-contour-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_surface/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_surface/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.a -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.la -lib/goffice/%%VERSION%%/plugins/plot_surface/surface.so -lib/goffice/%%VERSION%%/plugins/plot_xy/gog-bubble-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_xy/gog-xy-color-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_xy/gog-xy-series-prefs.glade -lib/goffice/%%VERSION%%/plugins/plot_xy/plot-types.xml -lib/goffice/%%VERSION%%/plugins/plot_xy/plugin.xml -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.a -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.la -lib/goffice/%%VERSION%%/plugins/plot_xy/xy.so -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.a -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.la -lib/goffice/%%VERSION%%/plugins/reg_linear/linreg.so -lib/goffice/%%VERSION%%/plugins/reg_linear/plugin.xml -lib/goffice/%%VERSION%%/plugins/reg_linear/reg-types.xml -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.a -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.la -lib/goffice/%%VERSION%%/plugins/reg_logfit/logfit.so -lib/goffice/%%VERSION%%/plugins/reg_logfit/plugin.xml -lib/goffice/%%VERSION%%/plugins/reg_logfit/reg-types.xml -lib/goffice/%%VERSION%%/plugins/smoothing/gog-exp-smooth.glade -lib/goffice/%%VERSION%%/plugins/smoothing/gog-moving-avg.glade -lib/goffice/%%VERSION%%/plugins/smoothing/plugin.xml -lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.a -lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.la -lib/goffice/%%VERSION%%/plugins/smoothing/smoothing.so -lib/goffice/%%VERSION%%/plugins/smoothing/types.xml -lib/libgoffice-0.6.a -lib/libgoffice-0.6.la -lib/libgoffice-0.6.so -lib/libgoffice-0.6.so.6 -libdata/pkgconfig/libgoffice-0.6.pc -share/doc/goffice-0.6/GOComboBox.html -share/doc/goffice-0.6/GOComponent.html -share/doc/goffice-0.6/GOOptionMenu.html -share/doc/goffice-0.6/GOPalette.html -share/doc/goffice-0.6/GOPluginLoader.html -share/doc/goffice-0.6/GOSelector.html -share/doc/goffice-0.6/GOUndoUnary.html -share/doc/goffice-0.6/GogDataAllocator.html -share/doc/goffice-0.6/GogDataset.html -share/doc/goffice-0.6/GogObject.html -share/doc/goffice-0.6/GogOutlinedView.html -share/doc/goffice-0.6/GogRegCurve.html -share/doc/goffice-0.6/GogSmoothedCurve.html -share/doc/goffice-0.6/GogStyledObject.html -share/doc/goffice-0.6/GogView.html -share/doc/goffice-0.6/ch01.html -share/doc/goffice-0.6/ch02.html -share/doc/goffice-0.6/ch03.html -share/doc/goffice-0.6/ch04.html -share/doc/goffice-0.6/ch05.html -share/doc/goffice-0.6/ch06.html -share/doc/goffice-0.6/ch07.html -share/doc/goffice-0.6/ch08.html -share/doc/goffice-0.6/ch09.html -share/doc/goffice-0.6/ch10.html -share/doc/goffice-0.6/ch11.html -share/doc/goffice-0.6/ch12.html -share/doc/goffice-0.6/ch13.html -share/doc/goffice-0.6/goffice-0.6.devhelp -share/doc/goffice-0.6/goffice-0.6.devhelp2 -share/doc/goffice-0.6/goffice-06-go-cairo.html -share/doc/goffice-0.6/goffice-06-go-charmap-sel.html -share/doc/goffice-0.6/goffice-06-go-cmd-context.html -share/doc/goffice-0.6/goffice-06-go-color.html -share/doc/goffice-0.6/goffice-06-go-combo-color.html -share/doc/goffice-0.6/goffice-06-go-combo-pixmaps.html -share/doc/goffice-0.6/goffice-06-go-combo-text.html -share/doc/goffice-0.6/goffice-06-go-complex.html -share/doc/goffice-0.6/goffice-06-go-component-factory.html -share/doc/goffice-0.6/goffice-06-go-data.html -share/doc/goffice-0.6/goffice-06-go-doc-control.html -share/doc/goffice-0.6/goffice-06-go-doc.html -share/doc/goffice-0.6/goffice-06-go-fft.html -share/doc/goffice-0.6/goffice-06-go-file.html -share/doc/goffice-0.6/goffice-06-go-font-sel.html -share/doc/goffice-0.6/goffice-06-go-font.html -share/doc/goffice-0.6/goffice-06-go-format-sel.html -share/doc/goffice-0.6/goffice-06-go-format.html -share/doc/goffice-0.6/goffice-06-go-geometry.html -share/doc/goffice-0.6/goffice-06-go-glib-extras.html -share/doc/goffice-0.6/goffice-06-go-gradient.html -share/doc/goffice-0.6/goffice-06-go-libxml-extras.html -share/doc/goffice-0.6/goffice-06-go-line.html -share/doc/goffice-0.6/goffice-06-go-locale-sel.html -share/doc/goffice-0.6/goffice-06-go-marker.html -share/doc/goffice-0.6/goffice-06-go-math.html -share/doc/goffice-0.6/goffice-06-go-path.html -share/doc/goffice-0.6/goffice-06-go-pattern.html -share/doc/goffice-0.6/goffice-06-go-plugin-loader-module.html -share/doc/goffice-0.6/goffice-06-go-plugin-service.html -share/doc/goffice-0.6/goffice-06-go-plugin.html -share/doc/goffice-0.6/goffice-06-go-regression.html -share/doc/goffice-0.6/goffice-06-go-rotation-sel.html -share/doc/goffice-0.6/goffice-06-go-units.html -share/doc/goffice-0.6/goffice-06-gog-axis-line.html -share/doc/goffice-0.6/goffice-06-gog-axis.html -share/doc/goffice-0.6/goffice-06-gog-chart-map.html -share/doc/goffice-0.6/goffice-06-gog-chart.html -share/doc/goffice-0.6/goffice-06-gog-control-foocanvas.html -share/doc/goffice-0.6/goffice-06-gog-error-bar.html -share/doc/goffice-0.6/goffice-06-gog-graph.html -share/doc/goffice-0.6/goffice-06-gog-grid-line.html -share/doc/goffice-0.6/goffice-06-gog-grid.html -share/doc/goffice-0.6/goffice-06-gog-guru.html -share/doc/goffice-0.6/goffice-06-gog-label.html -share/doc/goffice-0.6/goffice-06-gog-legend.html -share/doc/goffice-0.6/goffice-06-gog-plot-engine.html -share/doc/goffice-0.6/goffice-06-gog-plot.html -share/doc/goffice-0.6/goffice-06-gog-renderer.html -share/doc/goffice-0.6/goffice-06-gog-series-lines.html -share/doc/goffice-0.6/goffice-06-gog-series.html -share/doc/goffice-0.6/goffice-06-gog-style.html -share/doc/goffice-0.6/goffice-06-gog-theme.html -share/doc/goffice-0.6/goffice-06-gog-trend-line.html -share/doc/goffice-0.6/home.png -share/doc/goffice-0.6/index.html -share/doc/goffice-0.6/index.sgml -share/doc/goffice-0.6/left.png -share/doc/goffice-0.6/pt01.html -share/doc/goffice-0.6/pt02.html -share/doc/goffice-0.6/pt03.html -share/doc/goffice-0.6/right.png -share/doc/goffice-0.6/style.css -share/doc/goffice-0.6/up.png -%%DATADIR%%/%%VERSION%%/glade/go-font-sel.glade -%%DATADIR%%/%%VERSION%%/glade/go-format-sel.glade -%%DATADIR%%/%%VERSION%%/glade/go-image-save-dialog-extra.glade -%%DATADIR%%/%%VERSION%%/glade/go-rotation-sel.glade -%%DATADIR%%/%%VERSION%%/glade/gog-axis-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-error-bar-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-graph-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-guru-type-selector.glade -%%DATADIR%%/%%VERSION%%/glade/gog-guru.glade -%%DATADIR%%/%%VERSION%%/glade/gog-object-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-plot-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-reg-curve-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-reg-eqn-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-series-prefs.glade -%%DATADIR%%/%%VERSION%%/glade/gog-style-prefs.glade -%%DATADIR%%/%%VERSION%%/patterns/svg-patterns.xml -share/locale/am/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ar/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/en_GB/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/et/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/he/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/hr/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/mr/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/nb/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/nn/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/oc/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ro/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/sr@Latn/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/goffice-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/goffice-%%VERSION%%.mo -share/pixmaps/goffice/%%VERSION%%/area.xpm -share/pixmaps/goffice/%%VERSION%%/bar-hboth.png -share/pixmaps/goffice/%%VERSION%%/bar-hminus.png -share/pixmaps/goffice/%%VERSION%%/bar-hplus.png -share/pixmaps/goffice/%%VERSION%%/bar-none.png -share/pixmaps/goffice/%%VERSION%%/bar-vboth.png -share/pixmaps/goffice/%%VERSION%%/bar-vminus.png -share/pixmaps/goffice/%%VERSION%%/bar-vplus.png -share/pixmaps/goffice/%%VERSION%%/bar.xpm -share/pixmaps/goffice/%%VERSION%%/boxplot.xpm -share/pixmaps/goffice/%%VERSION%%/bubble.xpm -share/pixmaps/goffice/%%VERSION%%/chart_area_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_area_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_area_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_bar_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_boxplot_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_boxplot_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_boxplot_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_boxplot_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_bubble_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_colored_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_column_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_column_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_column_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_column_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_column_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_column_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_column_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_cone_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_contour_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_cylinder_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_dropbar_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_dropbar_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_histogram_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_line_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_line_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_line_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_line_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_line_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_line_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_line_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_minmax_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_minmax_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_minmax_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_minmax_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pie_3_2.png -share/pixmaps/goffice/%%VERSION%%/chart_polar_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_2_3.png -share/pixmaps/goffice/%%VERSION%%/chart_pyramid_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_radar_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_radar_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_radar_1_3.png -share/pixmaps/goffice/%%VERSION%%/chart_ring_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_ring_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_3_1.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_3_2.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_3_3.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_1.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_2.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_3.png -share/pixmaps/goffice/%%VERSION%%/chart_scatter_4_4.png -share/pixmaps/goffice/%%VERSION%%/chart_stock_1_1.png -share/pixmaps/goffice/%%VERSION%%/chart_stock_1_2.png -share/pixmaps/goffice/%%VERSION%%/chart_stock_2_1.png -share/pixmaps/goffice/%%VERSION%%/chart_stock_2_2.png -share/pixmaps/goffice/%%VERSION%%/chart_surface_2_1.png -share/pixmaps/goffice/%%VERSION%%/color.xpm -share/pixmaps/goffice/%%VERSION%%/column.xpm -share/pixmaps/goffice/%%VERSION%%/doughnut.xpm -share/pixmaps/goffice/%%VERSION%%/dropbar.xpm -share/pixmaps/goffice/%%VERSION%%/hist.xpm -share/pixmaps/goffice/%%VERSION%%/linegraph.xpm -share/pixmaps/goffice/%%VERSION%%/minmax.xpm -share/pixmaps/goffice/%%VERSION%%/pie.xpm -share/pixmaps/goffice/%%VERSION%%/polar.png -share/pixmaps/goffice/%%VERSION%%/radar.xpm -share/pixmaps/goffice/%%VERSION%%/scatter.xpm -share/pixmaps/goffice/%%VERSION%%/stock.xpm -share/pixmaps/goffice/%%VERSION%%/surface.xpm -@dirrm share/pixmaps/goffice/%%VERSION%% -@dirrm share/pixmaps/goffice -@dirrm %%DATADIR%%/%%VERSION%%/patterns -@dirrm %%DATADIR%%/%%VERSION%%/glade -@dirrm %%DATADIR%%/%%VERSION%% -@dirrm %%DATADIR%% -@dirrm share/doc/goffice-0.6 -@dirrm lib/goffice/%%VERSION%%/plugins/smoothing -@dirrm lib/goffice/%%VERSION%%/plugins/reg_logfit -@dirrm lib/goffice/%%VERSION%%/plugins/reg_linear -@dirrm lib/goffice/%%VERSION%%/plugins/plot_xy -@dirrm lib/goffice/%%VERSION%%/plugins/plot_surface -@dirrm lib/goffice/%%VERSION%%/plugins/plot_radar -@dirrm lib/goffice/%%VERSION%%/plugins/plot_pie -@dirrm lib/goffice/%%VERSION%%/plugins/plot_boxes -@dirrm lib/goffice/%%VERSION%%/plugins/plot_barcol -@dirrm lib/goffice/%%VERSION%%/plugins -@dirrm lib/goffice/%%VERSION%% -@dirrmtry lib/goffice -@dirrm include/libgoffice-0.6/goffice/utils -@dirrm include/libgoffice-0.6/goffice/ms-compat -@dirrm include/libgoffice-0.6/goffice/math -@dirrm include/libgoffice-0.6/goffice/gtk -@dirrm include/libgoffice-0.6/goffice/graph -@dirrm include/libgoffice-0.6/goffice/drawing -@dirrm include/libgoffice-0.6/goffice/data -@dirrm include/libgoffice-0.6/goffice/cut-n-paste/foocanvas -@dirrm include/libgoffice-0.6/goffice/cut-n-paste -@dirrm include/libgoffice-0.6/goffice/component -@dirrm include/libgoffice-0.6/goffice/app -@dirrm include/libgoffice-0.6/goffice -@dirrm include/libgoffice-0.6 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr diff --git a/devel/gvfs/Makefile b/devel/gvfs/Makefile deleted file mode 100644 index e1e5da9e1..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.36 2008/11/24 20:11:35 mezz Exp $ -# - -PORTNAME= gvfs -PORTVERSION= 1.0.3 -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" on \ - 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 a0397c2d0..000000000 --- a/devel/gvfs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gvfs-1.0.3.tar.bz2) = a41e8b7d99e390cef8312f7ce5f312a5 -SHA256 (gnome2/gvfs-1.0.3.tar.bz2) = 17eccded6e096208181e2c7625802526112af23f5b2c7b2a672ab9ccff3a55fd -SIZE (gnome2/gvfs-1.0.3.tar.bz2) = 920742 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 d922ddd45..000000000 --- a/devel/gvfs/files/patch-configure +++ /dev/null @@ -1,93 +0,0 @@ ---- configure.orig 2008-03-28 17:23:44.000000000 -0400 -+++ configure 2008-03-28 17:24:02.000000000 -0400 -@@ -24617,7 +24617,7 @@ if test "x$enable_http" != "xno"; then - msg_http=yes - fi - -- if test "x$msg_http" == "xyes"; then -+ if test "x$msg_http" = "xyes"; then - - pkg_failed=no - { echo "$as_me:$LINENO: checking for HTTP" >&5 -@@ -24885,7 +24885,7 @@ if test "x$enable_fuse" != "xno"; then - msg_fuse=yes - fi - -- if test "x$msg_fuse" == "xyes"; then -+ if test "x$msg_fuse" = "xyes"; then - - pkg_failed=no - { echo "$as_me:$LINENO: checking for FUSE" >&5 -@@ -25036,7 +25036,7 @@ if test "x$enable_gconf" != "xno"; then - msg_gconf=yes - fi - -- if test "x$msg_gconf" == "xyes"; then -+ if test "x$msg_gconf" = "xyes"; then - - pkg_failed=no - { echo "$as_me:$LINENO: checking for GCONF" >&5 -@@ -25189,7 +25189,7 @@ if test "x$enable_hal" != "xno"; then - msg_hal=yes - fi - -- if test "x$msg_hal" == "xyes"; then -+ if test "x$msg_hal" = "xyes"; then - - pkg_failed=no - { echo "$as_me:$LINENO: checking for HAL" >&5 -@@ -25371,7 +25371,7 @@ if test $ac_cv_lib_hal_libhal_get_all_de - have_hal_fast_init=yes - fi - -- if test "x$have_hal_fast_init" == "xyes"; then -+ if test "x$have_hal_fast_init" = "xyes"; then - - cat >>confdefs.h <<\_ACEOF - #define HAVE_HAL_FAST_INIT 1 -@@ -25412,7 +25412,7 @@ if test "x$enable_cdda" != "xno"; then - msg_cdda=yes - fi - -- if test "x$msg_cdda" == "xyes"; then -+ if test "x$msg_cdda" = "xyes"; then - - pkg_failed=no - { echo "$as_me:$LINENO: checking for CDDA" >&5 -@@ -25772,7 +25772,7 @@ else - fi - - -- if test "x$msg_obexftp" == "xyes" -a "x$have_expat" == "xtrue"; then -+ if test "x$msg_obexftp" = "xyes" -a "x$have_expat" = "xtrue"; then - - pkg_failed=no - { echo "$as_me:$LINENO: checking for OBEXFTP" >&5 -@@ -25936,13 +25936,16 @@ fi - *-linux*) - use_gphoto2=yes - ;; -+ *-freebsd*) -+ use_gphoto2=yes -+ ;; - *) - use_gphoto2=no - ;; - esac - -- if test "x$msg_gphoto2" == "xyes"; then -- if test "x$use_gphoto2" == "xyes"; then -+ if test "x$msg_gphoto2" = "xyes"; then -+ if test "x$use_gphoto2" = "xyes"; then - - pkg_failed=no - { echo "$as_me:$LINENO: checking for GPHOTO2" >&5 -@@ -26098,7 +26101,7 @@ if test "x$enable_keyring" != "xno"; the - msg_keyring=yes - fi - -- if test "x$msg_keyring" == "xyes"; then -+ if test "x$msg_keyring" = "xyes"; then - - pkg_failed=no - { echo "$as_me:$LINENO: checking for KEYRING" >&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 8670f6588..000000000 --- a/devel/gvfs/pkg-plist +++ /dev/null @@ -1,140 +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-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.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-network -libexec/gvfsd-sftp -%%SMB%%libexec/gvfsd-smb -%%SMB%%libexec/gvfsd-smb-browse -libexec/gvfsd-trash -share/dbus-1/services/gvfs-daemon.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/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/be@latin/LC_MESSAGES/gvfs.mo -share/locale/bg/LC_MESSAGES/gvfs.mo -share/locale/bn_IN/LC_MESSAGES/gvfs.mo -share/locale/ca/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/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/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/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/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@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/devel/libbonobo/Makefile b/devel/libbonobo/Makefile deleted file mode 100644 index 62587d1a8..000000000 --- a/devel/libbonobo/Makefile +++ /dev/null @@ -1,44 +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.75 2008/08/19 11:48:34 kwm Exp $ -# - -PORTNAME= libbonobo -PORTVERSION= 2.24.0 -PORTREVISION?= 0 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -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 5ab03dda7..000000000 --- a/devel/libbonobo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libbonobo-2.24.0.tar.bz2) = b9dd7fcd377945b227db393ac4fa3c37 -SHA256 (gnome2/libbonobo-2.24.0.tar.bz2) = bc851f032359f2c27d8980d8b0c6ba0e40e06c0c501ed9b897c7dd1723b5ef55 -SIZE (gnome2/libbonobo-2.24.0.tar.bz2) = 1455370 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 6242f7f60..000000000 --- a/devel/libbonobo/pkg-plist +++ /dev/null @@ -1,218 +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/bs/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ca/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/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/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/devel/libglademm24/Makefile b/devel/libglademm24/Makefile deleted file mode 100644 index 20dfb1d21..000000000 --- a/devel/libglademm24/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: libglademm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= libglademm -PORTVERSION= 2.6.7 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} -DIST_SUBDIR= gnome2 - -MAINTAINER= bland@FreeBSD.org -COMMENT= C++ wrapper for libglade2 library - -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -LATEST_LINK= libglademm24 - -USE_BZIP2= yes -USE_XORG= x11 ice -USE_GMAKE= yes -USE_GNOME= gnomehack libglade2 -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static - -PLIST_SUB= VERSION="2.4" API_VERSION="2.4" - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ - ${WRKSRC}/Makefile.in -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's|^\(SUBDIRS = .*\)\(docs\)\(.*\)|\1\3|' ${WRKSRC}/Makefile.in -.endif - @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ - ${WRKSRC}/tools/extra_defs_gen/Makefile.in - -.include <bsd.port.mk> diff --git a/devel/libglademm24/distinfo b/devel/libglademm24/distinfo deleted file mode 100644 index eebff7ac8..000000000 --- a/devel/libglademm24/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libglademm-2.6.7.tar.bz2) = f9ca5b67f6c551ea98790ab5f21c19d0 -SHA256 (gnome2/libglademm-2.6.7.tar.bz2) = 38543c15acf727434341cc08c2b003d24f36abc22380937707fc2c5c687a2bc3 -SIZE (gnome2/libglademm-2.6.7.tar.bz2) = 326385 diff --git a/devel/libglademm24/pkg-descr b/devel/libglademm24/pkg-descr deleted file mode 100644 index 4e71ae598..000000000 --- a/devel/libglademm24/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a set of thin C++ wrappers for libglade v2 library. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/devel/libglademm24/pkg-plist b/devel/libglademm24/pkg-plist deleted file mode 100644 index 1976033ee..000000000 --- a/devel/libglademm24/pkg-plist +++ /dev/null @@ -1,65 +0,0 @@ -include/libglademm-%%API_VERSION%%/libglademm.h -include/libglademm-%%API_VERSION%%/libglademm/init.h -include/libglademm-%%API_VERSION%%/libglademm/private/xml_p.h -include/libglademm-%%API_VERSION%%/libglademm/variablesmap.h -include/libglademm-%%API_VERSION%%/libglademm/wrap_init.h -include/libglademm-%%API_VERSION%%/libglademm/xml.h -lib/libglademm-%%VERSION%%.a -lib/libglademm-%%VERSION%%.la -lib/libglademm-%%VERSION%%.so -lib/libglademm-%%VERSION%%.so.1 -lib/libglademm-%%API_VERSION%%/include/libglademmconfig.h -lib/libglademm-%%API_VERSION%%/proc/m4/convert.m4 -lib/libglademm-%%API_VERSION%%/proc/m4/convert_libglademm.m4 -libdata/pkgconfig/libglademm-%%API_VERSION%%.pc -%%PORTDOCS%%share/devhelp/books/libglademm-%%API_VERSION%%/libglademm-%%API_VERSION%%.devhelp -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/annotated.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Exception.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Exception__inherit__graph.dot -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Object.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Object__inherit__graph.dot -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGnome_1_1Glade_1_1VariablesMap-members.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGnome_1_1Glade_1_1VariablesMap.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGnome_1_1Glade_1_1Xml-members.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGnome_1_1Glade_1_1Xml.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGnome_1_1Glade_1_1XmlError-members.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGnome_1_1Glade_1_1XmlError.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGnome_1_1Glade_1_1XmlError__inherit__graph.dot -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGnome_1_1Glade_1_1Xml__inherit__graph.dot -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classes.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/doxygen.css -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/doxygen.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/files.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/functions.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/functions_func.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/functions_type.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/functions_vars.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/graph_legend.dot -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/graph_legend.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/hierarchy.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/index.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__0.dot -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherits.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/init_8h.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/namespaceGlib.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/namespaceGnome.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/namespaceGnome_1_1Glade.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/namespaces.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/tabs.css -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/variablesmap_8h.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/xml_8h.html -%%PORTDOCS%%@dirrm share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html -%%PORTDOCS%%@dirrm share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference -%%PORTDOCS%%@dirrm share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs -%%PORTDOCS%%@dirrm share/doc/gnomemm-2.6/libglademm-%%API_VERSION%% -%%PORTDOCS%%@dirrmtry share/doc/gnomemm-2.6 -%%PORTDOCS%%@dirrm share/devhelp/books/libglademm-%%API_VERSION%% -%%PORTDOCS%%@dirrmtry share/devhelp/books -%%PORTDOCS%%@dirrmtry share/devhelp -@dirrm lib/libglademm-%%API_VERSION%%/proc/m4 -@dirrm lib/libglademm-%%API_VERSION%%/proc -@dirrm lib/libglademm-%%API_VERSION%%/include -@dirrm lib/libglademm-%%API_VERSION%% -@dirrm include/libglademm-%%API_VERSION%%/libglademm/private -@dirrm include/libglademm-%%API_VERSION%%/libglademm -@dirrm include/libglademm-%%API_VERSION%% diff --git a/devel/libgsf-gnome/Makefile b/devel/libgsf-gnome/Makefile deleted file mode 100644 index 3e9bb38a9..000000000 --- a/devel/libgsf-gnome/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: libgsf -# Date created: 11 September 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTREVISION= 0 -CATEGORIES= devel gnome -PKGNAMESUFFIX= -gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME wrapper for libgsf - -MASTERDIR= ${.CURDIR}/../libgsf -BUILD_WRKSRC= ${WRKSRC}/gsf-gnome -INSTALL_WRKSRC= ${WRKSRC}/gsf-gnome -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist - -USE_GNOME= gnomehack libgsf gnomevfs2 libbonobo ltverhack intlhack -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/gsf \ - --with-bz2 --with-gnome-vfs --with-gio -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lgsf-1" - -GSF_SLAVE= yes - -post-install: - @${MKDIR} ${PREFIX}/libdata/pkgconfig - @${INSTALL_DATA} ${WRKSRC}/libgsf-gnome-1.pc \ - ${PREFIX}/libdata/pkgconfig/ - -.include "${MASTERDIR}/Makefile" diff --git a/devel/libgsf-gnome/pkg-descr b/devel/libgsf-gnome/pkg-descr deleted file mode 100644 index 0252aadf0..000000000 --- a/devel/libgsf-gnome/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The library is a bonobo and gnomevfs wrapper for libgsf, providing a high level -API for GNOME applications to access and exchange various structured file -formats. diff --git a/devel/libgsf-gnome/pkg-plist b/devel/libgsf-gnome/pkg-plist deleted file mode 100644 index 4f502a67c..000000000 --- a/devel/libgsf-gnome/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -include/libgsf-1/gsf-gnome/gsf-input-bonobo.h -include/libgsf-1/gsf-gnome/gsf-input-gnomevfs.h -include/libgsf-1/gsf-gnome/gsf-output-bonobo.h -include/libgsf-1/gsf-gnome/gsf-output-gnomevfs.h -include/libgsf-1/gsf-gnome/gsf-shared-bonobo-stream.h -lib/libgsf-gnome-1.a -lib/libgsf-gnome-1.la -lib/libgsf-gnome-1.so -lib/libgsf-gnome-1.so.114 -libdata/pkgconfig/libgsf-gnome-1.pc -@dirrm include/libgsf-1/gsf-gnome diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile deleted file mode 100644 index f80075194..000000000 --- a/devel/libgsf/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: libgsf -# Date created: 11 September 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/libgsf/Makefile,v 1.32 2008/10/20 03:40:13 mezz Exp $ -# - -PORTNAME= libgsf -PORTVERSION= 1.14.11 -PORTREVISION?= 0 -CATEGORIES?= devel -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT?= An extensible i/o abstraction for dealing with structured file formats - -.if !exists(/usr/lib/libbz2.so) -LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 -.endif - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_GNOME?= gnomehack gnomeprefix glib20 libxml2 gconf2 ltverhack intlhack -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS?=--without-gnome-vfs --without-python --with-gio \ - --without-bonobo -CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.if !defined(GSF_SLAVE) -GCONF_SCHEMAS= gsf-office-thumbnailer.schemas -MAN1= gsf.1 gsf-office-thumbnailer.1 gsf-vba-dump.1 -.endif - -.include <bsd.port.mk> diff --git a/devel/libgsf/distinfo b/devel/libgsf/distinfo deleted file mode 100644 index d56c8857d..000000000 --- a/devel/libgsf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgsf-1.14.11.tar.bz2) = 86bec0012435fbafe02a6e4c88bdf9ba -SHA256 (gnome2/libgsf-1.14.11.tar.bz2) = ceb5fc6538d5998d83adf3fdf04f1dd344a5d0803c87593fadcd02db7ceabfcf -SIZE (gnome2/libgsf-1.14.11.tar.bz2) = 637329 diff --git a/devel/libgsf/files/patch-gsf-gnome-Makefile.in b/devel/libgsf/files/patch-gsf-gnome-Makefile.in deleted file mode 100644 index 4ef836e0b..000000000 --- a/devel/libgsf/files/patch-gsf-gnome-Makefile.in +++ /dev/null @@ -1,42 +0,0 @@ ---- gsf-gnome/Makefile.in.orig 2008-10-19 22:08:05.000000000 -0500 -+++ gsf-gnome/Makefile.in 2008-10-19 22:12:54.000000000 -0500 -@@ -66,9 +66,7 @@ - libLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(lib_LTLIBRARIES) - am__DEPENDENCIES_1 = --@WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_la_DEPENDENCIES = \ --@WITH_LIBGSF_GNOME_TRUE@ $(top_builddir)/gsf/libgsf-1.la \ --@WITH_LIBGSF_GNOME_TRUE@ $(am__DEPENDENCIES_1) -+@WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_la_DEPENDENCIES = - am__libgsf_gnome_1_la_SOURCES_DIST = gsf-input-gnomevfs.c \ - gsf-output-gnomevfs.c gsf-input-bonobo.c gsf-output-bonobo.c \ - gsf-shared-bonobo-stream.c -@@ -298,18 +296,20 @@ - top_srcdir = @top_srcdir@ - AM_CPPFLAGS = -I$(top_srcdir) $(LIBGSF_GNOME_CFLAGS) - @WITH_LIBGSF_GNOME_TRUE@lib_LTLIBRARIES = libgsf-gnome-1.la --@WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_la_LIBADD = $(top_builddir)/gsf/libgsf-1.la $(LIBGSF_GNOME_LIBS) -+@WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_la_LIBADD = $(LIBGSF_GNOME_LIBS) - @WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_la_LDFLAGS = -version-info \ - @WITH_LIBGSF_GNOME_TRUE@ $(VERSION_INFO) $(am__append_1) - @WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_la_SOURCES = $(am__append_2) \ - @WITH_LIBGSF_GNOME_TRUE@ $(am__append_3) --libgsf_gnome_1_includedir = $(includedir)/libgsf-1/gsf-gnome --libgsf_gnome_1_include_HEADERS = \ -- gsf-input-gnomevfs.h \ -- gsf-output-gnomevfs.h \ -- gsf-input-bonobo.h \ -- gsf-output-bonobo.h \ -- gsf-shared-bonobo-stream.h -+@WITH_LIBGSF_GNOME_FALSE@libgsf_gnome_1_includedir = -+@WITH_LIBGSF_GNOME_FALSE@libgsf_gnome_1_include_HEADERS = -+@WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_includedir = $(includedir)/libgsf-1/gsf-gnome -+@WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_include_HEADERS = \ -+@WITH_LIBGSF_GNOME_TRUE@ gsf-input-gnomevfs.h \ -+@WITH_LIBGSF_GNOME_TRUE@ gsf-output-gnomevfs.h \ -+@WITH_LIBGSF_GNOME_TRUE@ gsf-input-bonobo.h \ -+@WITH_LIBGSF_GNOME_TRUE@ gsf-output-bonobo.h \ -+@WITH_LIBGSF_GNOME_TRUE@ gsf-shared-bonobo-stream.h - - all: all-am - diff --git a/devel/libgsf/files/patch-gsf-python-Makefile.in b/devel/libgsf/files/patch-gsf-python-Makefile.in deleted file mode 100644 index 3114c2e95..000000000 --- a/devel/libgsf/files/patch-gsf-python-Makefile.in +++ /dev/null @@ -1,43 +0,0 @@ ---- python/Makefile.in.orig 2007-09-05 10:35:23.000000000 -0500 -+++ python/Makefile.in 2007-09-05 10:38:00.000000000 -0500 -@@ -55,8 +55,7 @@ - pygsfexecLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(pygsfexec_LTLIBRARIES) - am__DEPENDENCIES_1 = --_gsfmodule_la_DEPENDENCIES = $(top_builddir)/gsf/libgsf-1.la \ -- $(am__DEPENDENCIES_1) -+_gsfmodule_la_DEPENDENCIES = $(am__DEPENDENCIES_1) - am__gsfmodule_la_OBJECTS = _gsfmodule_la-gsfmodule.lo - nodist__gsfmodule_la_OBJECTS = _gsfmodule_la-gsf.lo - _gsfmodule_la_OBJECTS = $(am__gsfmodule_la_OBJECTS) \ -@@ -64,10 +63,7 @@ - _gsfmodule_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \ - $(LIBTOOLFLAGS) --mode=link $(CCLD) $(_gsfmodule_la_CFLAGS) \ - $(CFLAGS) $(_gsfmodule_la_LDFLAGS) $(LDFLAGS) -o $@ --gnomemodule_la_DEPENDENCIES = \ -- $(top_builddir)/gsf-gnome/libgsf-gnome-1.la \ -- $(top_builddir)/gsf/libgsf-1.la $(am__DEPENDENCIES_1) \ -- $(am__DEPENDENCIES_1) -+gnomemodule_la_DEPENDENCIES = $(am__DEPENDENCIES_1) - am_gnomemodule_la_OBJECTS = gnomemodule_la-gsfgnomemodule.lo - nodist_gnomemodule_la_OBJECTS = gnomemodule_la-gsfgnome.lo - gnomemodule_la_OBJECTS = $(am_gnomemodule_la_OBJECTS) \ -@@ -299,8 +295,7 @@ - - gnomemodule_la_LDFLAGS = -module -avoid-version -export-symbols-regex initgnome - gnomemodule_la_LIBADD = \ -- $(top_builddir)/gsf-gnome/libgsf-gnome-1.la \ -- $(top_builddir)/gsf/libgsf-1.la \ -+ -lgsf-1 -lgsf-gnome-1 \ - $(LIBGSF_LIBS) $(LIBGSF_GNOME_LIBS) - - gnomemodule_la_SOURCES = gsfgnomemodule.c -@@ -310,7 +305,7 @@ - $(LIBGSF_CFLAGS) - - _gsfmodule_la_LDFLAGS = -module -avoid-version -export-symbols-regex init_gsf --_gsfmodule_la_LIBADD = $(top_builddir)/gsf/libgsf-1.la $(LIBGSF_LIBS) -+_gsfmodule_la_LIBADD = $(LIBGSF_LIBS) - _gsfmodule_la_SOURCES = gsfmodule.c - nodist__gsfmodule_la_SOURCES = gsf.c - all: all-am diff --git a/devel/libgsf/files/patch-gsf_gsf-shared-memory.c b/devel/libgsf/files/patch-gsf_gsf-shared-memory.c deleted file mode 100644 index 03f4e6379..000000000 --- a/devel/libgsf/files/patch-gsf_gsf-shared-memory.c +++ /dev/null @@ -1,10 +0,0 @@ ---- gsf/gsf-shared-memory.c.orig Wed Sep 11 23:58:35 2002 -+++ gsf/gsf-shared-memory.c Wed Sep 11 23:58:46 2002 -@@ -21,6 +21,7 @@ - #include <gsf-config.h> - #include <gsf/gsf-shared-memory.h> - #include <gsf/gsf-impl-utils.h> -+#include <sys/types.h> - - #ifdef HAVE_MMAP - #include <sys/mman.h> diff --git a/devel/libgsf/pkg-descr b/devel/libgsf/pkg-descr deleted file mode 100644 index 258f82307..000000000 --- a/devel/libgsf/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -The library aims to provide an efficient extensible i/o abstraction for -dealing with different structured file formats. diff --git a/devel/libgsf/pkg-plist b/devel/libgsf/pkg-plist deleted file mode 100644 index 99a0e886b..000000000 --- a/devel/libgsf/pkg-plist +++ /dev/null @@ -1,108 +0,0 @@ -bin/gsf -bin/gsf-office-thumbnailer -bin/gsf-vba-dump -include/libgsf-1/gsf/gsf-blob.h -include/libgsf-1/gsf/gsf-clip-data.h -include/libgsf-1/gsf/gsf-doc-meta-data.h -include/libgsf-1/gsf/gsf-docprop-vector.h -include/libgsf-1/gsf/gsf-impl-utils.h -include/libgsf-1/gsf/gsf-infile-impl.h -include/libgsf-1/gsf/gsf-infile-msole.h -include/libgsf-1/gsf/gsf-infile-msvba.h -include/libgsf-1/gsf/gsf-infile-stdio.h -include/libgsf-1/gsf/gsf-infile-tar.h -include/libgsf-1/gsf/gsf-infile-zip.h -include/libgsf-1/gsf/gsf-infile.h -include/libgsf-1/gsf/gsf-input-bzip.h -include/libgsf-1/gsf/gsf-input-gio.h -include/libgsf-1/gsf/gsf-input-gzip.h -include/libgsf-1/gsf/gsf-input-http.h -include/libgsf-1/gsf/gsf-input-impl.h -include/libgsf-1/gsf/gsf-input-iochannel.h -include/libgsf-1/gsf/gsf-input-memory.h -include/libgsf-1/gsf/gsf-input-proxy.h -include/libgsf-1/gsf/gsf-input-stdio.h -include/libgsf-1/gsf/gsf-input-textline.h -include/libgsf-1/gsf/gsf-input.h -include/libgsf-1/gsf/gsf-libxml.h -include/libgsf-1/gsf/gsf-meta-names.h -include/libgsf-1/gsf/gsf-msole-utils.h -include/libgsf-1/gsf/gsf-open-pkg-utils.h -include/libgsf-1/gsf/gsf-opendoc-utils.h -include/libgsf-1/gsf/gsf-outfile-impl.h -include/libgsf-1/gsf/gsf-outfile-msole.h -include/libgsf-1/gsf/gsf-outfile-stdio.h -include/libgsf-1/gsf/gsf-outfile-zip.h -include/libgsf-1/gsf/gsf-outfile.h -include/libgsf-1/gsf/gsf-output-bzip.h -include/libgsf-1/gsf/gsf-output-csv.h -include/libgsf-1/gsf/gsf-output-gio.h -include/libgsf-1/gsf/gsf-output-gzip.h -include/libgsf-1/gsf/gsf-output-iconv.h -include/libgsf-1/gsf/gsf-output-impl.h -include/libgsf-1/gsf/gsf-output-iochannel.h -include/libgsf-1/gsf/gsf-output-memory.h -include/libgsf-1/gsf/gsf-output-stdio.h -include/libgsf-1/gsf/gsf-output.h -include/libgsf-1/gsf/gsf-shared-memory.h -include/libgsf-1/gsf/gsf-structured-blob.h -include/libgsf-1/gsf/gsf-timestamp.h -include/libgsf-1/gsf/gsf-utils.h -include/libgsf-1/gsf/gsf.h -lib/libgsf-1.a -lib/libgsf-1.la -lib/libgsf-1.so -lib/libgsf-1.so.114 -libdata/pkgconfig/libgsf-1.pc -share/doc/gsf/GsfClipData.html -share/doc/gsf/api.html -share/doc/gsf/dependencies.html -share/doc/gsf/gsf-Bononbo.html -share/doc/gsf/gsf-Compression.html -share/doc/gsf/gsf-GIO.html -share/doc/gsf/gsf-GIOChannel.html -share/doc/gsf/gsf-GnomeVFS.html -share/doc/gsf/gsf-Infile-reading-structed-files.html -share/doc/gsf/gsf-Input-from-unstructured-files.html -share/doc/gsf/gsf-MS-OLE2.html -share/doc/gsf/gsf-OASIS-Open-Document.html -share/doc/gsf/gsf-Outfile-writing-structed-files.html -share/doc/gsf/gsf-Output-to-unstructured-files.html -share/doc/gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html -share/doc/gsf/gsf-Text.html -share/doc/gsf/gsf-XML-and-libxml.html -share/doc/gsf/gsf-Zip.html -share/doc/gsf/gsf-blobs.html -share/doc/gsf/gsf-index.html -share/doc/gsf/gsf-memory.html -share/doc/gsf/gsf-metadata.html -share/doc/gsf/gsf-users.html -share/doc/gsf/gsf-utils.html -share/doc/gsf/gsf.devhelp -share/doc/gsf/gsf.devhelp2 -share/doc/gsf/history.html -share/doc/gsf/home.png -share/doc/gsf/index.html -share/doc/gsf/index.sgml -share/doc/gsf/intro.html -share/doc/gsf/io.html -share/doc/gsf/left.png -share/doc/gsf/misc.html -share/doc/gsf/parsers.html -share/doc/gsf/right.png -share/doc/gsf/sources.html -share/doc/gsf/style.css -share/doc/gsf/up.png -share/locale/es/LC_MESSAGES/libgsf.mo -share/locale/nb/LC_MESSAGES/libgsf.mo -share/locale/oc/LC_MESSAGES/libgsf.mo -share/locale/sv/LC_MESSAGES/libgsf.mo -share/locale/zh_HK/LC_MESSAGES/libgsf.mo -share/locale/zh_TW/LC_MESSAGES/libgsf.mo -@dirrm share/doc/gsf -@dirrm include/libgsf-1/gsf -@dirrm include/libgsf-1 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile deleted file mode 100644 index 5687b6298..000000000 --- a/devel/libgtop/Makefile +++ /dev/null @@ -1,50 +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.44 2008/12/07 05:29:10 marcus Exp $ -# - -PORTNAME= libgtop -PORTVERSION= 2.24.0 -PORTREVISION= 3 -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:15 -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 baa6eea84..000000000 --- a/devel/libgtop/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgtop-2.24.0.tar.bz2) = f0e3584b9157d3425184a9e21e3ac482 -SHA256 (gnome2/libgtop-2.24.0.tar.bz2) = af9643abf15887c9cb501a4dcc6f432ec0896b7087ef8739526f284ed1461a18 -SIZE (gnome2/libgtop-2.24.0.tar.bz2) = 775351 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 6f9d64a4b..000000000 --- a/devel/libgtop/files/patch-configure +++ /dev/null @@ -1,18629 +0,0 @@ ---- configure.orig 2008-12-07 00:14:33.000000000 -0500 -+++ configure 2008-12-07 00:14:54.000000000 -0500 -@@ -1,11 +1,11 @@ - #! /bin/sh - # Guess values for system-dependent variables and create Makefiles. --# Generated by GNU Autoconf 2.61 for libgtop 2.24.0. -+# Generated by GNU Autoconf 2.62 for libgtop 2.24.0. - # - # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=libgtop>. - # - # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, --# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. -+# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. - # This configure script is free software; the Free Software Foundation - # gives unlimited permission to copy, distribute and modify it. - ## --------------------- ## -@@ -17,7 +17,7 @@ DUALCASE=1; export DUALCASE # for MKS sh - if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then - emulate sh - NULLCMD=: -- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which -+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' - setopt NO_GLOB_SUBST -@@ -39,17 +39,45 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTE - as_cr_digits='0123456789' - as_cr_alnum=$as_cr_Letters$as_cr_digits - -+as_nl=' -+' -+export as_nl -+# Printing a long string crashes Solaris 7 /usr/bin/printf. -+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' -+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo -+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo -+if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then -+ as_echo='printf %s\n' -+ as_echo_n='printf %s' -+else -+ if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then -+ as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' -+ as_echo_n='/usr/ucb/echo -n' -+ else -+ as_echo_body='eval expr "X$1" : "X\\(.*\\)"' -+ as_echo_n_body='eval -+ arg=$1; -+ case $arg in -+ *"$as_nl"*) -+ expr "X$arg" : "X\\(.*\\)$as_nl"; -+ arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; -+ esac; -+ expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" -+ ' -+ export as_echo_n_body -+ as_echo_n='sh -c $as_echo_n_body as_echo' -+ fi -+ export as_echo_body -+ as_echo='sh -c $as_echo_body as_echo' -+fi -+ - # The user is always right. - if test "${PATH_SEPARATOR+set}" != set; then -- echo "#! /bin/sh" >conf$$.sh -- echo "exit 0" >>conf$$.sh -- chmod +x conf$$.sh -- if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then -- PATH_SEPARATOR=';' -- else -- PATH_SEPARATOR=: -- fi -- rm -f conf$$.sh -+ PATH_SEPARATOR=: -+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { -+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || -+ PATH_SEPARATOR=';' -+ } - fi - - # Support unset when possible. -@@ -65,8 +93,6 @@ fi - # there to prevent editors from complaining about space-tab. - # (If _AS_PATH_WALK were called with IFS unset, it would disable word - # splitting by setting IFS to empty value.) --as_nl=' --' - IFS=" "" $as_nl" - - # Find who we are. Look in the path if we contain no directory separator. -@@ -89,7 +115,7 @@ if test "x$as_myself" = x; then - as_myself=$0 - fi - if test ! -f "$as_myself"; then -- echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 -+ $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 - { (exit 1); exit 1; } - fi - -@@ -102,17 +128,10 @@ PS2='> ' - PS4='+ ' - - # NLS nuisances. --for as_var in \ -- LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ -- LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ -- LC_TELEPHONE LC_TIME --do -- if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then -- eval $as_var=C; export $as_var -- else -- ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var -- fi --done -+LC_ALL=C -+export LC_ALL -+LANGUAGE=C -+export LANGUAGE - - # Required to use basename. - if expr a : '\(a\)' >/dev/null 2>&1 && -@@ -134,7 +153,7 @@ as_me=`$as_basename -- "$0" || - $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ - X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)' \| . 2>/dev/null || --echo X/"$0" | -+$as_echo X/"$0" | - sed '/^.*\/\([^/][^/]*\)\/*$/{ - s//\1/ - q -@@ -160,7 +179,7 @@ else - as_have_required=no - fi - -- if test $as_have_required = yes && (eval ": -+ if test $as_have_required = yes && (eval ": - (as_func_return () { - (exit \$1) - } -@@ -242,7 +261,7 @@ IFS=$as_save_IFS - if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then - emulate sh - NULLCMD=: -- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which -+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' - setopt NO_GLOB_SUBST -@@ -263,7 +282,7 @@ _ASEOF - if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then - emulate sh - NULLCMD=: -- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which -+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' - setopt NO_GLOB_SUBST -@@ -343,10 +362,10 @@ fi - - if test "x$CONFIG_SHELL" != x; then - for as_var in BASH_ENV ENV -- do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var -- done -- export CONFIG_SHELL -- exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} -+ do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var -+ done -+ export CONFIG_SHELL -+ exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} - fi - - -@@ -415,9 +434,10 @@ fi - - test \$exitcode = 0") || { - echo No shell found that supports shell functions. -- echo Please tell autoconf@gnu.org about your system, -- echo including any error possibly output before this -- echo message -+ echo Please tell bug-autoconf@gnu.org about your system, -+ echo including any error possibly output before this message. -+ echo This can help us improve future autoconf versions. -+ echo Configuration will now proceed without shell functions. - } - - -@@ -453,7 +473,7 @@ test \$exitcode = 0") || { - s/-\n.*// - ' >$as_me.lineno && - chmod +x "$as_me.lineno" || -- { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 -+ { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 - { (exit 1); exit 1; }; } - - # Don't try to exec as it changes $[0], causing all sort of problems -@@ -481,7 +501,6 @@ case `echo -n x` in - *) - ECHO_N='-n';; - esac -- - if expr a : '\(a\)' >/dev/null 2>&1 && - test "X`expr 00001 : '.*\(...\)'`" = X001; then - as_expr=expr -@@ -494,19 +513,22 @@ if test -d conf$$.dir; then - rm -f conf$$.dir/conf$$.file - else - rm -f conf$$.dir -- mkdir conf$$.dir -+ mkdir conf$$.dir 2>/dev/null - fi --echo >conf$$.file --if ln -s conf$$.file conf$$ 2>/dev/null; then -- as_ln_s='ln -s' -- # ... but there are two gotchas: -- # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. -- # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. -- # In both cases, we have to default to `cp -p'. -- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || -+if (echo >conf$$.file) 2>/dev/null; then -+ if ln -s conf$$.file conf$$ 2>/dev/null; then -+ as_ln_s='ln -s' -+ # ... but there are two gotchas: -+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. -+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. -+ # In both cases, we have to default to `cp -p'. -+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || -+ as_ln_s='cp -p' -+ elif ln conf$$.file conf$$ 2>/dev/null; then -+ as_ln_s=ln -+ else - as_ln_s='cp -p' --elif ln conf$$.file conf$$ 2>/dev/null; then -- as_ln_s=ln -+ fi - else - as_ln_s='cp -p' - fi -@@ -531,10 +553,10 @@ else - as_test_x=' - eval sh -c '\'' - if test -d "$1"; then -- test -d "$1/."; -+ test -d "$1/."; - else - case $1 in -- -*)set "./$1";; -+ -*)set "./$1";; - esac; - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in - ???[sx]*):;;*)false;;esac;fi -@@ -980,6 +1002,25 @@ GTK_DOC_USE_LIBTOOL_TRUE - GTK_DOC_USE_LIBTOOL_FALSE - LTLIBOBJS' - ac_subst_files='' -+ac_user_opts=' -+enable_option_checking -+enable_dependency_tracking -+enable_shared -+enable_static -+enable_fast_install -+with_gnu_ld -+enable_libtool_lock -+with_pic -+with_tags -+with_libgtop_examples -+enable_hacker_mode -+with_libgtop_smp -+with_x -+enable_debug -+enable_fatal_warnings -+with_html_dir -+enable_gtk_doc -+' - ac_precious_vars='build_alias - host_alias - target_alias -@@ -1004,6 +1045,8 @@ XMKMF' - # Initialize some variables set by options. - ac_init_help= - ac_init_version=false -+ac_unrecognized_opts= -+ac_unrecognized_sep= - # The variables have the same names as the options, with - # dashes changed to underlines. - cache_file=/dev/null -@@ -1102,13 +1145,21 @@ do - datarootdir=$ac_optarg ;; - - -disable-* | --disable-*) -- ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` -+ ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` - # Reject names that are not valid shell variable names. -- expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && -- { echo "$as_me: error: invalid feature name: $ac_feature" >&2 -+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && -+ { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 - { (exit 1); exit 1; }; } -- ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` -- eval enable_$ac_feature=no ;; -+ ac_useropt_orig=$ac_useropt -+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` -+ case $ac_user_opts in -+ *" -+"enable_$ac_useropt" -+"*) ;; -+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" -+ ac_unrecognized_sep=', ';; -+ esac -+ eval enable_$ac_useropt=no ;; - - -docdir | --docdir | --docdi | --doc | --do) - ac_prev=docdir ;; -@@ -1121,13 +1172,21 @@ do - dvidir=$ac_optarg ;; - - -enable-* | --enable-*) -- ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` -+ ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` - # Reject names that are not valid shell variable names. -- expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && -- { echo "$as_me: error: invalid feature name: $ac_feature" >&2 -+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && -+ { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 - { (exit 1); exit 1; }; } -- ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` -- eval enable_$ac_feature=\$ac_optarg ;; -+ ac_useropt_orig=$ac_useropt -+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` -+ case $ac_user_opts in -+ *" -+"enable_$ac_useropt" -+"*) ;; -+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" -+ ac_unrecognized_sep=', ';; -+ esac -+ eval enable_$ac_useropt=\$ac_optarg ;; - - -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ - | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ -@@ -1318,22 +1377,38 @@ do - ac_init_version=: ;; - - -with-* | --with-*) -- ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` -+ ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` - # Reject names that are not valid shell variable names. -- expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && -- { echo "$as_me: error: invalid package name: $ac_package" >&2 -+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && -+ { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 - { (exit 1); exit 1; }; } -- ac_package=`echo $ac_package | sed 's/[-.]/_/g'` -- eval with_$ac_package=\$ac_optarg ;; -+ ac_useropt_orig=$ac_useropt -+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` -+ case $ac_user_opts in -+ *" -+"with_$ac_useropt" -+"*) ;; -+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" -+ ac_unrecognized_sep=', ';; -+ esac -+ eval with_$ac_useropt=\$ac_optarg ;; - - -without-* | --without-*) -- ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` -+ ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` - # Reject names that are not valid shell variable names. -- expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && -- { echo "$as_me: error: invalid package name: $ac_package" >&2 -+ expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && -+ { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 - { (exit 1); exit 1; }; } -- ac_package=`echo $ac_package | sed 's/[-.]/_/g'` -- eval with_$ac_package=no ;; -+ ac_useropt_orig=$ac_useropt -+ ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` -+ case $ac_user_opts in -+ *" -+"with_$ac_useropt" -+"*) ;; -+ *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" -+ ac_unrecognized_sep=', ';; -+ esac -+ eval with_$ac_useropt=no ;; - - --x) - # Obsolete; use --with-x. -@@ -1353,7 +1428,7 @@ do - | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) - x_libraries=$ac_optarg ;; - -- -*) { echo "$as_me: error: unrecognized option: $ac_option -+ -*) { $as_echo "$as_me: error: unrecognized option: $ac_option - Try \`$0 --help' for more information." >&2 - { (exit 1); exit 1; }; } - ;; -@@ -1362,16 +1437,16 @@ Try \`$0 --help' for more information." - ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` - # Reject names that are not valid shell variable names. - expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && -- { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 -+ { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 - { (exit 1); exit 1; }; } - eval $ac_envvar=\$ac_optarg - export $ac_envvar ;; - - *) - # FIXME: should be removed in autoconf 3.0. -- echo "$as_me: WARNING: you should use --build, --host, --target" >&2 -+ $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 - expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && -- echo "$as_me: WARNING: invalid host type: $ac_option" >&2 -+ $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 - : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} - ;; - -@@ -1380,22 +1455,38 @@ done - - if test -n "$ac_prev"; then - ac_option=--`echo $ac_prev | sed 's/_/-/g'` -- { echo "$as_me: error: missing argument to $ac_option" >&2 -+ { $as_echo "$as_me: error: missing argument to $ac_option" >&2 - { (exit 1); exit 1; }; } - fi - --# Be sure to have absolute directory names. -+if test -n "$ac_unrecognized_opts"; then -+ case $enable_option_checking in -+ no) ;; -+ fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2 -+ { (exit 1); exit 1; }; } ;; -+ *) $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;; -+ esac -+fi -+ -+# Check all directory arguments for consistency. - for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ - datadir sysconfdir sharedstatedir localstatedir includedir \ - oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ - libdir localedir mandir - do - eval ac_val=\$$ac_var -+ # Remove trailing slashes. -+ case $ac_val in -+ */ ) -+ ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` -+ eval $ac_var=\$ac_val;; -+ esac -+ # Be sure to have absolute directory names. - case $ac_val in - [\\/$]* | ?:[\\/]* ) continue;; - NONE | '' ) case $ac_var in *prefix ) continue;; esac;; - esac -- { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 -+ { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 - { (exit 1); exit 1; }; } - done - -@@ -1410,7 +1501,7 @@ target=$target_alias - if test "x$host_alias" != x; then - if test "x$build_alias" = x; then - cross_compiling=maybe -- echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. -+ $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. - If a cross compiler is detected then cross compile mode will be used." >&2 - elif test "x$build_alias" != "x$host_alias"; then - cross_compiling=yes -@@ -1426,10 +1517,10 @@ test "$silent" = yes && exec 6>/dev/null - ac_pwd=`pwd` && test -n "$ac_pwd" && - ac_ls_di=`ls -di .` && - ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || -- { echo "$as_me: error: Working directory cannot be determined" >&2 -+ { $as_echo "$as_me: error: Working directory cannot be determined" >&2 - { (exit 1); exit 1; }; } - test "X$ac_ls_di" = "X$ac_pwd_ls_di" || -- { echo "$as_me: error: pwd does not report name of working directory" >&2 -+ { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 - { (exit 1); exit 1; }; } - - -@@ -1437,12 +1528,12 @@ test "X$ac_ls_di" = "X$ac_pwd_ls_di" || - if test -z "$srcdir"; then - ac_srcdir_defaulted=yes - # Try the directory containing this script, then the parent directory. -- ac_confdir=`$as_dirname -- "$0" || --$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ -- X"$0" : 'X\(//\)[^/]' \| \ -- X"$0" : 'X\(//\)$' \| \ -- X"$0" : 'X\(/\)' \| . 2>/dev/null || --echo X"$0" | -+ ac_confdir=`$as_dirname -- "$as_myself" || -+$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ -+ X"$as_myself" : 'X\(//\)[^/]' \| \ -+ X"$as_myself" : 'X\(//\)$' \| \ -+ X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || -+$as_echo X"$as_myself" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q -@@ -1469,12 +1560,12 @@ else - fi - if test ! -r "$srcdir/$ac_unique_file"; then - test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." -- { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 -+ { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 - { (exit 1); exit 1; }; } - fi - ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" - ac_abs_confdir=`( -- cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 -+ cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 - { (exit 1); exit 1; }; } - pwd)` - # When building in place, set srcdir=. -@@ -1523,9 +1614,9 @@ Configuration: - - Installation directories: - --prefix=PREFIX install architecture-independent files in PREFIX -- [$ac_default_prefix] -+ [$ac_default_prefix] - --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX -- [PREFIX] -+ [PREFIX] - - By default, \`make install' will install all the files in - \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify -@@ -1535,25 +1626,25 @@ for instance \`--prefix=\$HOME'. - For better control, use the options below. - - Fine tuning of the installation directories: -- --bindir=DIR user executables [EPREFIX/bin] -- --sbindir=DIR system admin executables [EPREFIX/sbin] -- --libexecdir=DIR program executables [EPREFIX/libexec] -- --sysconfdir=DIR read-only single-machine data [PREFIX/etc] -- --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] -- --localstatedir=DIR modifiable single-machine data [PREFIX/var] -- --libdir=DIR object code libraries [EPREFIX/lib] -- --includedir=DIR C header files [PREFIX/include] -- --oldincludedir=DIR C header files for non-gcc [/usr/include] -- --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] -- --datadir=DIR read-only architecture-independent data [DATAROOTDIR] -- --infodir=DIR info documentation [DATAROOTDIR/info] -- --localedir=DIR locale-dependent data [DATAROOTDIR/locale] -- --mandir=DIR man documentation [DATAROOTDIR/man] -- --docdir=DIR documentation root [DATAROOTDIR/doc/libgtop] -- --htmldir=DIR html documentation [DOCDIR] -- --dvidir=DIR dvi documentation [DOCDIR] -- --pdfdir=DIR pdf documentation [DOCDIR] -- --psdir=DIR ps documentation [DOCDIR] -+ --bindir=DIR user executables [EPREFIX/bin] -+ --sbindir=DIR system admin executables [EPREFIX/sbin] -+ --libexecdir=DIR program executables [EPREFIX/libexec] -+ --sysconfdir=DIR read-only single-machine data [PREFIX/etc] -+ --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] -+ --localstatedir=DIR modifiable single-machine data [PREFIX/var] -+ --libdir=DIR object code libraries [EPREFIX/lib] -+ --includedir=DIR C header files [PREFIX/include] -+ --oldincludedir=DIR C header files for non-gcc [/usr/include] -+ --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] -+ --datadir=DIR read-only architecture-independent data [DATAROOTDIR] -+ --infodir=DIR info documentation [DATAROOTDIR/info] -+ --localedir=DIR locale-dependent data [DATAROOTDIR/locale] -+ --mandir=DIR man documentation [DATAROOTDIR/man] -+ --docdir=DIR documentation root [DATAROOTDIR/doc/libgtop] -+ --htmldir=DIR html documentation [DOCDIR] -+ --dvidir=DIR dvi documentation [DOCDIR] -+ --pdfdir=DIR pdf documentation [DOCDIR] -+ --psdir=DIR ps documentation [DOCDIR] - _ACEOF - - cat <<\_ACEOF -@@ -1581,6 +1672,7 @@ if test -n "$ac_init_help"; then - cat <<\_ACEOF - - Optional Features: -+ --disable-option-checking ignore unrecognized --enable/--with options - --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) - --enable-FEATURE[=ARG] include FEATURE [ARG=yes] - --disable-dependency-tracking speeds up one-time build -@@ -1637,15 +1729,17 @@ fi - if test "$ac_init_help" = "recursive"; then - # If there are subdirs, report their specific --help. - for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue -- test -d "$ac_dir" || continue -+ test -d "$ac_dir" || -+ { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || -+ continue - ac_builddir=. - - case "$ac_dir" in - .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; - *) -- ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` -+ ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` - # A ".." for each directory in $ac_dir_suffix. -- ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` -+ ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` - case $ac_top_builddir_sub in - "") ac_top_builddir_sub=. ac_top_build_prefix= ;; - *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; -@@ -1681,7 +1775,7 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_ - echo && - $SHELL "$ac_srcdir/configure" --help=recursive - else -- echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 -+ $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 - fi || ac_status=$? - cd "$ac_pwd" || { ac_status=$?; break; } - done -@@ -1691,10 +1785,10 @@ test -n "$ac_init_help" && exit $ac_stat - if $ac_init_version; then - cat <<\_ACEOF - libgtop configure 2.24.0 --generated by GNU Autoconf 2.61 -+generated by GNU Autoconf 2.62 - - Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, --2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. -+2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. - This configure script is free software; the Free Software Foundation - gives unlimited permission to copy, distribute and modify it. - _ACEOF -@@ -1705,7 +1799,7 @@ This file contains any messages produced - running configure, to aid debugging if configure makes a mistake. - - It was created by libgtop $as_me 2.24.0, which was --generated by GNU Autoconf 2.61. Invocation command line was -+generated by GNU Autoconf 2.62. Invocation command line was - - $ $0 $@ - -@@ -1741,7 +1835,7 @@ for as_dir in $PATH - do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. -- echo "PATH: $as_dir" -+ $as_echo "PATH: $as_dir" - done - IFS=$as_save_IFS - -@@ -1776,7 +1870,7 @@ do - | -silent | --silent | --silen | --sile | --sil) - continue ;; - *\'*) -- ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; -+ ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; - esac - case $ac_pass in - 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; -@@ -1828,11 +1922,12 @@ _ASBOX - case $ac_val in #( - *${as_nl}*) - case $ac_var in #( -- *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 --echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; -+ *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 -+$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; - esac - case $ac_var in #( - _ | IFS | as_nl) ;; #( -+ BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( - *) $as_unset $ac_var ;; - esac ;; - esac -@@ -1862,9 +1957,9 @@ _ASBOX - do - eval ac_val=\$$ac_var - case $ac_val in -- *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; -+ *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; - esac -- echo "$ac_var='\''$ac_val'\''" -+ $as_echo "$ac_var='\''$ac_val'\''" - done | sort - echo - -@@ -1879,9 +1974,9 @@ _ASBOX - do - eval ac_val=\$$ac_var - case $ac_val in -- *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; -+ *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; - esac -- echo "$ac_var='\''$ac_val'\''" -+ $as_echo "$ac_var='\''$ac_val'\''" - done | sort - echo - fi -@@ -1897,8 +1992,8 @@ _ASBOX - echo - fi - test "$ac_signal" != 0 && -- echo "$as_me: caught signal $ac_signal" -- echo "$as_me: exit $exit_status" -+ $as_echo "$as_me: caught signal $ac_signal" -+ $as_echo "$as_me: exit $exit_status" - } >&5 - rm -f core *.core core.conftest.* && - rm -f -r conftest* confdefs* conf$$* $ac_clean_files && -@@ -1940,21 +2035,24 @@ _ACEOF - - - # Let the site file select an alternate cache file if it wants to. --# Prefer explicitly selected file to automatically selected ones. -+# Prefer an explicitly selected file to automatically selected ones. -+ac_site_file1=NONE -+ac_site_file2=NONE - if test -n "$CONFIG_SITE"; then -- set x "$CONFIG_SITE" -+ ac_site_file1=$CONFIG_SITE - elif test "x$prefix" != xNONE; then -- set x "$prefix/share/config.site" "$prefix/etc/config.site" -+ ac_site_file1=$prefix/share/config.site -+ ac_site_file2=$prefix/etc/config.site - else -- set x "$ac_default_prefix/share/config.site" \ -- "$ac_default_prefix/etc/config.site" -+ ac_site_file1=$ac_default_prefix/share/config.site -+ ac_site_file2=$ac_default_prefix/etc/config.site - fi --shift --for ac_site_file -+for ac_site_file in "$ac_site_file1" "$ac_site_file2" - do -+ test "x$ac_site_file" = xNONE && continue - if test -r "$ac_site_file"; then -- { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 --echo "$as_me: loading site script $ac_site_file" >&6;} -+ { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 -+$as_echo "$as_me: loading site script $ac_site_file" >&6;} - sed 's/^/| /' "$ac_site_file" >&5 - . "$ac_site_file" - fi -@@ -1964,16 +2062,16 @@ if test -r "$cache_file"; then - # Some versions of bash will fail to source /dev/null (special - # files actually), so we avoid doing that. - if test -f "$cache_file"; then -- { echo "$as_me:$LINENO: loading cache $cache_file" >&5 --echo "$as_me: loading cache $cache_file" >&6;} -+ { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 -+$as_echo "$as_me: loading cache $cache_file" >&6;} - case $cache_file in - [\\/]* | ?:[\\/]* ) . "$cache_file";; - *) . "./$cache_file";; - esac - fi - else -- { echo "$as_me:$LINENO: creating cache $cache_file" >&5 --echo "$as_me: creating cache $cache_file" >&6;} -+ { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 -+$as_echo "$as_me: creating cache $cache_file" >&6;} - >$cache_file - fi - -@@ -1987,29 +2085,38 @@ for ac_var in $ac_precious_vars; do - eval ac_new_val=\$ac_env_${ac_var}_value - case $ac_old_set,$ac_new_set in - set,) -- { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 --echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} -+ { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 -+$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} - ac_cache_corrupted=: ;; - ,set) -- { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 --echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} -+ { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 -+$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} - ac_cache_corrupted=: ;; - ,);; - *) - if test "x$ac_old_val" != "x$ac_new_val"; then -- { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 --echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} -- { echo "$as_me:$LINENO: former value: $ac_old_val" >&5 --echo "$as_me: former value: $ac_old_val" >&2;} -- { echo "$as_me:$LINENO: current value: $ac_new_val" >&5 --echo "$as_me: current value: $ac_new_val" >&2;} -- ac_cache_corrupted=: -+ # differences in whitespace do not lead to failure. -+ ac_old_val_w=`echo x $ac_old_val` -+ ac_new_val_w=`echo x $ac_new_val` -+ if test "$ac_old_val_w" != "$ac_new_val_w"; then -+ { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 -+$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} -+ ac_cache_corrupted=: -+ else -+ { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 -+$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} -+ eval $ac_var=\$ac_old_val -+ fi -+ { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 -+$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} -+ { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 -+$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} - fi;; - esac - # Pass precious variables to config.status. - if test "$ac_new_set" = set; then - case $ac_new_val in -- *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; -+ *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; - *) ac_arg=$ac_var=$ac_new_val ;; - esac - case " $ac_configure_args " in -@@ -2019,10 +2126,10 @@ echo "$as_me: current value: $ac_new_v - fi - done - if $ac_cache_corrupted; then -- { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 --echo "$as_me: error: changes in the environment can compromise the build" >&2;} -- { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 --echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} -+ { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 -+$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 -+$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} - { (exit 1); exit 1; }; } - fi - -@@ -2078,8 +2185,8 @@ for ac_dir in "$srcdir" "$srcdir/.." "$s - fi - done - if test -z "$ac_aux_dir"; then -- { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 --echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 -+$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} - { (exit 1); exit 1; }; } - fi - -@@ -2094,34 +2201,34 @@ ac_configure="$SHELL $ac_aux_dir/configu - - # Make sure we can run config.sub. - $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || -- { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 --echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 -+$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} - { (exit 1); exit 1; }; } - --{ echo "$as_me:$LINENO: checking build system type" >&5 --echo $ECHO_N "checking build system type... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking build system type" >&5 -+$as_echo_n "checking build system type... " >&6; } - if test "${ac_cv_build+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_build_alias=$build_alias - test "x$ac_build_alias" = x && - ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` - test "x$ac_build_alias" = x && -- { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 --echo "$as_me: error: cannot guess build type; you must specify one" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 -+$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;} - { (exit 1); exit 1; }; } - ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || -- { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 --echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 -+$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} - { (exit 1); exit 1; }; } - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_build" >&5 --echo "${ECHO_T}$ac_cv_build" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5 -+$as_echo "$ac_cv_build" >&6; } - case $ac_cv_build in - *-*-*) ;; --*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 --echo "$as_me: error: invalid value of canonical build" >&2;} -+*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 -+$as_echo "$as_me: error: invalid value of canonical build" >&2;} - { (exit 1); exit 1; }; };; - esac - build=$ac_cv_build -@@ -2138,27 +2245,27 @@ IFS=$ac_save_IFS - case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac - - --{ echo "$as_me:$LINENO: checking host system type" >&5 --echo $ECHO_N "checking host system type... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking host system type" >&5 -+$as_echo_n "checking host system type... " >&6; } - if test "${ac_cv_host+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test "x$host_alias" = x; then - ac_cv_host=$ac_cv_build - else - ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || -- { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 --echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 -+$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} - { (exit 1); exit 1; }; } - fi - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5 --echo "${ECHO_T}$ac_cv_host" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5 -+$as_echo "$ac_cv_host" >&6; } - case $ac_cv_host in - *-*-*) ;; --*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 --echo "$as_me: error: invalid value of canonical host" >&2;} -+*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 -+$as_echo "$as_me: error: invalid value of canonical host" >&2;} - { (exit 1); exit 1; }; };; - esac - host=$ac_cv_host -@@ -2175,27 +2282,27 @@ IFS=$ac_save_IFS - case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac - - --{ echo "$as_me:$LINENO: checking target system type" >&5 --echo $ECHO_N "checking target system type... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking target system type" >&5 -+$as_echo_n "checking target system type... " >&6; } - if test "${ac_cv_target+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test "x$target_alias" = x; then - ac_cv_target=$ac_cv_host - else - ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || -- { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5 --echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5 -+$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;} - { (exit 1); exit 1; }; } - fi - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_target" >&5 --echo "${ECHO_T}$ac_cv_target" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5 -+$as_echo "$ac_cv_target" >&6; } - case $ac_cv_target in - *-*-*) ;; --*) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5 --echo "$as_me: error: invalid value of canonical target" >&2;} -+*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5 -+$as_echo "$as_me: error: invalid value of canonical target" >&2;} - { (exit 1); exit 1; }; };; - esac - target=$ac_cv_target -@@ -2233,11 +2340,12 @@ am__api_version="1.9" - # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" - # OS/2's system install, which has a completely different semantic - # ./install, which can be erroneously created by make from ./install.sh. --{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 --echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } -+# Reject install programs that cannot install multiple files. -+{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 -+$as_echo_n "checking for a BSD-compatible install... " >&6; } - if test -z "$INSTALL"; then - if test "${ac_cv_path_install+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR - for as_dir in $PATH -@@ -2266,17 +2374,29 @@ case $as_dir/ in - # program-specific install script used by HP pwplus--don't use. - : - else -- ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" -- break 3 -+ rm -rf conftest.one conftest.two conftest.dir -+ echo one > conftest.one -+ echo two > conftest.two -+ mkdir conftest.dir -+ if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && -+ test -s conftest.one && test -s conftest.two && -+ test -s conftest.dir/conftest.one && -+ test -s conftest.dir/conftest.two -+ then -+ ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" -+ break 3 -+ fi - fi - fi - done - done - ;; - esac -+ - done - IFS=$as_save_IFS - -+rm -rf conftest.one conftest.two conftest.dir - - fi - if test "${ac_cv_path_install+set}" = set; then -@@ -2289,8 +2409,8 @@ fi - INSTALL=$ac_install_sh - fi - fi --{ echo "$as_me:$LINENO: result: $INSTALL" >&5 --echo "${ECHO_T}$INSTALL" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 -+$as_echo "$INSTALL" >&6; } - - # Use test -z because SunOS4 sh mishandles braces in ${var-val}. - # It thinks the first close brace ends the variable substitution. -@@ -2300,8 +2420,8 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCR - - test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' - --{ echo "$as_me:$LINENO: checking whether build environment is sane" >&5 --echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5 -+$as_echo_n "checking whether build environment is sane... " >&6; } - # Just in case - sleep 1 - echo timestamp > conftest.file -@@ -2324,9 +2444,9 @@ if ( - # if, for instance, CONFIG_SHELL is bash and it inherits a - # broken ls alias from the environment. This has actually - # happened. Such a system could not be considered "sane". -- { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken -+ { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken - alias in your environment" >&5 --echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken -+$as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken - alias in your environment" >&2;} - { (exit 1); exit 1; }; } - fi -@@ -2337,26 +2457,23 @@ then - # Ok. - : - else -- { { echo "$as_me:$LINENO: error: newly created file is older than distributed files! -+ { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files! - Check your system clock" >&5 --echo "$as_me: error: newly created file is older than distributed files! -+$as_echo "$as_me: error: newly created file is older than distributed files! - Check your system clock" >&2;} - { (exit 1); exit 1; }; } - fi --{ echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+{ $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - test "$program_prefix" != NONE && - program_transform_name="s&^&$program_prefix&;$program_transform_name" - # Use a double $ so make ignores it. - test "$program_suffix" != NONE && - program_transform_name="s&\$&$program_suffix&;$program_transform_name" --# Double any \ or $. echo might interpret backslashes. -+# Double any \ or $. - # By default was `s,x,x', remove it if useless. --cat <<\_ACEOF >conftest.sed --s/[\\$]/&&/g;s/;s,x,x,$// --_ACEOF --program_transform_name=`echo $program_transform_name | sed -f conftest.sed` --rm -f conftest.sed -+ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' -+program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` - - # expand $ac_aux_dir to an absolute path - am_aux_dir=`cd $ac_aux_dir && pwd` -@@ -2367,8 +2484,8 @@ if eval "$MISSING --run true"; then - am_missing_run="$MISSING --run " - else - am_missing_run= -- { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 --echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5 -+$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} - fi - - if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then -@@ -2408,10 +2525,10 @@ for ac_prog in gawk mawk nawk awk - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_AWK+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$AWK"; then - ac_cv_prog_AWK="$AWK" # Let the user override the test. -@@ -2424,7 +2541,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_AWK="$ac_prog" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -2435,22 +2552,23 @@ fi - fi - AWK=$ac_cv_prog_AWK - if test -n "$AWK"; then -- { echo "$as_me:$LINENO: result: $AWK" >&5 --echo "${ECHO_T}$AWK" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $AWK" >&5 -+$as_echo "$AWK" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - - test -n "$AWK" && break - done - --{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 --echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } --set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` -+{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 -+$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } -+set x ${MAKE-make} -+ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` - if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.make <<\_ACEOF - SHELL = /bin/sh -@@ -2467,12 +2585,12 @@ esac - rm -f conftest.make - fi - if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - SET_MAKE= - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - SET_MAKE="MAKE=${MAKE-make}" - fi - -@@ -2488,8 +2606,8 @@ rmdir .tst 2>/dev/null - # test to see if srcdir already configured - if test "`cd $srcdir && pwd`" != "`pwd`" && - test -f $srcdir/config.status; then -- { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 --echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5 -+$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;} - { (exit 1); exit 1; }; } - fi - -@@ -2543,10 +2661,10 @@ if test "$cross_compiling" != no; then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. - set dummy ${ac_tool_prefix}strip; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_STRIP+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$STRIP"; then - ac_cv_prog_STRIP="$STRIP" # Let the user override the test. -@@ -2559,7 +2677,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_STRIP="${ac_tool_prefix}strip" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -2570,11 +2688,11 @@ fi - fi - STRIP=$ac_cv_prog_STRIP - if test -n "$STRIP"; then -- { echo "$as_me:$LINENO: result: $STRIP" >&5 --echo "${ECHO_T}$STRIP" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 -+$as_echo "$STRIP" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -2583,10 +2701,10 @@ if test -z "$ac_cv_prog_STRIP"; then - ac_ct_STRIP=$STRIP - # Extract the first word of "strip", so it can be a program name with args. - set dummy strip; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_STRIP"; then - ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. -@@ -2599,7 +2717,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_STRIP="strip" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -2610,11 +2728,11 @@ fi - fi - ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP - if test -n "$ac_ct_STRIP"; then -- { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 --echo "${ECHO_T}$ac_ct_STRIP" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 -+$as_echo "$ac_ct_STRIP" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_ct_STRIP" = x; then -@@ -2622,10 +2740,10 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&2;} - ac_tool_warned=yes ;; -@@ -2685,8 +2803,8 @@ am__doit: - .PHONY: am__doit - END - # If we don't find an include directive, just comment out the code. --{ echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 --echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5 -+$as_echo_n "checking for style of include used by $am_make... " >&6; } - am__include="#" - am__quote= - _am_result=none -@@ -2713,8 +2831,8 @@ if test "$am__include" = "#"; then - fi - - --{ echo "$as_me:$LINENO: result: $_am_result" >&5 --echo "${ECHO_T}$_am_result" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5 -+$as_echo "$_am_result" >&6; } - rm -f confinc confmf - - # Check whether --enable-dependency-tracking was given. -@@ -2746,10 +2864,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. - set dummy ${ac_tool_prefix}gcc; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -@@ -2762,7 +2880,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="${ac_tool_prefix}gcc" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -2773,11 +2891,11 @@ fi - fi - CC=$ac_cv_prog_CC - if test -n "$CC"; then -- { echo "$as_me:$LINENO: result: $CC" >&5 --echo "${ECHO_T}$CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 -+$as_echo "$CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -2786,10 +2904,10 @@ if test -z "$ac_cv_prog_CC"; then - ac_ct_CC=$CC - # Extract the first word of "gcc", so it can be a program name with args. - set dummy gcc; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -@@ -2802,7 +2920,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CC="gcc" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -2813,11 +2931,11 @@ fi - fi - ac_ct_CC=$ac_cv_prog_ac_ct_CC - if test -n "$ac_ct_CC"; then -- { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 --echo "${ECHO_T}$ac_ct_CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -+$as_echo "$ac_ct_CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_ct_CC" = x; then -@@ -2825,10 +2943,10 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&2;} - ac_tool_warned=yes ;; -@@ -2843,10 +2961,10 @@ if test -z "$CC"; then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. - set dummy ${ac_tool_prefix}cc; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -@@ -2859,7 +2977,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="${ac_tool_prefix}cc" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -2870,11 +2988,11 @@ fi - fi - CC=$ac_cv_prog_CC - if test -n "$CC"; then -- { echo "$as_me:$LINENO: result: $CC" >&5 --echo "${ECHO_T}$CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 -+$as_echo "$CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -2883,10 +3001,10 @@ fi - if test -z "$CC"; then - # Extract the first word of "cc", so it can be a program name with args. - set dummy cc; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -@@ -2904,7 +3022,7 @@ do - continue - fi - ac_cv_prog_CC="cc" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -2927,11 +3045,11 @@ fi - fi - CC=$ac_cv_prog_CC - if test -n "$CC"; then -- { echo "$as_me:$LINENO: result: $CC" >&5 --echo "${ECHO_T}$CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 -+$as_echo "$CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -2942,10 +3060,10 @@ if test -z "$CC"; then - do - # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. - set dummy $ac_tool_prefix$ac_prog; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -@@ -2958,7 +3076,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="$ac_tool_prefix$ac_prog" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -2969,11 +3087,11 @@ fi - fi - CC=$ac_cv_prog_CC - if test -n "$CC"; then -- { echo "$as_me:$LINENO: result: $CC" >&5 --echo "${ECHO_T}$CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 -+$as_echo "$CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -2986,10 +3104,10 @@ if test -z "$CC"; then - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -@@ -3002,7 +3120,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CC="$ac_prog" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -3013,11 +3131,11 @@ fi - fi - ac_ct_CC=$ac_cv_prog_ac_ct_CC - if test -n "$ac_ct_CC"; then -- { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 --echo "${ECHO_T}$ac_ct_CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -+$as_echo "$ac_ct_CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -3029,10 +3147,10 @@ done - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&2;} - ac_tool_warned=yes ;; -@@ -3044,44 +3162,48 @@ fi - fi - - --test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH -+test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH - See \`config.log' for more details." >&5 --echo "$as_me: error: no acceptable C compiler found in \$PATH -+$as_echo "$as_me: error: no acceptable C compiler found in \$PATH - See \`config.log' for more details." >&2;} - { (exit 1); exit 1; }; } - - # Provide some information about the compiler. --echo "$as_me:$LINENO: checking for C compiler version" >&5 --ac_compiler=`set X $ac_compile; echo $2` -+$as_echo "$as_me:$LINENO: checking for C compiler version" >&5 -+set X $ac_compile -+ac_compiler=$2 - { (ac_try="$ac_compiler --version >&5" - 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compiler --version >&5") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } - { (ac_try="$ac_compiler -v >&5" - 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compiler -v >&5") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } - { (ac_try="$ac_compiler -V >&5" - 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compiler -V >&5") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } - - cat >conftest.$ac_ext <<_ACEOF -@@ -3100,27 +3222,22 @@ main () - } - _ACEOF - ac_clean_files_save=$ac_clean_files --ac_clean_files="$ac_clean_files a.out a.exe b.out" -+ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" - # Try to create an executable without -o first, disregard a.out. - # It will help us diagnose broken compilers, and finding out an intuition - # of exeext. --{ echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 --echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } --ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` --# --# List of possible output files, starting from the most likely. --# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) --# only as a last resort. b.out is created by i960 compilers. --ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' --# --# The IRIX 6 linker writes into existing files which may not be --# executable, retaining their permissions. Remove them first so a --# subsequent execution test works. -+{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 -+$as_echo_n "checking for C compiler default output file name... " >&6; } -+ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` -+ -+# The possible output files: -+ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" -+ - ac_rmfiles= - for ac_file in $ac_files - do - case $ac_file in -- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; -+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; - * ) ac_rmfiles="$ac_rmfiles $ac_file";; - esac - done -@@ -3131,10 +3248,11 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link_default") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then - # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. - # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' -@@ -3145,7 +3263,7 @@ for ac_file in $ac_files '' - do - test -f "$ac_file" || continue - case $ac_file in -- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) -+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) - ;; - [ab].out ) - # We found the default executable, but exeext='' is most -@@ -3172,15 +3290,15 @@ else - ac_file='' - fi - --{ echo "$as_me:$LINENO: result: $ac_file" >&5 --echo "${ECHO_T}$ac_file" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5 -+$as_echo "$ac_file" >&6; } - if test -z "$ac_file"; then -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --{ { echo "$as_me:$LINENO: error: C compiler cannot create executables -+{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables - See \`config.log' for more details." >&5 --echo "$as_me: error: C compiler cannot create executables -+$as_echo "$as_me: error: C compiler cannot create executables - See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } - fi -@@ -3189,8 +3307,8 @@ ac_exeext=$ac_cv_exeext - - # Check that the compiler produces executables we can run. If not, either - # the compiler is broken, or we cross compile. --{ echo "$as_me:$LINENO: checking whether the C compiler works" >&5 --echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 -+$as_echo_n "checking whether the C compiler works... " >&6; } - # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 - # If not cross compiling, check that we can run a simple program. - if test "$cross_compiling" != yes; then -@@ -3199,49 +3317,51 @@ if test "$cross_compiling" != yes; then - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; - esac --eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 -+eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - cross_compiling=no - else - if test "$cross_compiling" = maybe; then - cross_compiling=yes - else -- { { echo "$as_me:$LINENO: error: cannot run C compiled programs. -+ { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. - If you meant to cross compile, use \`--host'. - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot run C compiled programs. -+$as_echo "$as_me: error: cannot run C compiled programs. - If you meant to cross compile, use \`--host'. - See \`config.log' for more details." >&2;} - { (exit 1); exit 1; }; } - fi - fi - fi --{ echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+{ $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - --rm -f a.out a.exe conftest$ac_cv_exeext b.out -+rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out - ac_clean_files=$ac_clean_files_save - # Check that the compiler produces executables we can run. If not, either - # the compiler is broken, or we cross compile. --{ echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 --echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } --{ echo "$as_me:$LINENO: result: $cross_compiling" >&5 --echo "${ECHO_T}$cross_compiling" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 -+$as_echo_n "checking whether we are cross compiling... " >&6; } -+{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 -+$as_echo "$cross_compiling" >&6; } - --{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 --echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 -+$as_echo_n "checking for suffix of executables... " >&6; } - 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then - # If both `conftest.exe' and `conftest' are `present' (well, observable) - # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will -@@ -3250,31 +3370,31 @@ eval "echo \"\$as_me:$LINENO: $ac_try_ec - for ac_file in conftest.exe conftest conftest.*; do - test -f "$ac_file" || continue - case $ac_file in -- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; -+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; - *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` - break;; - * ) break;; - esac - done - else -- { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link -+ { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute suffix of executables: cannot compile and link -+$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link - See \`config.log' for more details." >&2;} - { (exit 1); exit 1; }; } - fi - - rm -f conftest$ac_cv_exeext --{ echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 --echo "${ECHO_T}$ac_cv_exeext" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 -+$as_echo "$ac_cv_exeext" >&6; } - - rm -f conftest.$ac_ext - EXEEXT=$ac_cv_exeext - ac_exeext=$EXEEXT --{ echo "$as_me:$LINENO: checking for suffix of object files" >&5 --echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 -+$as_echo_n "checking for suffix of object files... " >&6; } - if test "${ac_cv_objext+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -3297,40 +3417,41 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then - for ac_file in conftest.o conftest.obj conftest.*; do - test -f "$ac_file" || continue; - case $ac_file in -- *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; -+ *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; - *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` - break;; - esac - done - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - --{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile -+{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile - See \`config.log' for more details." >&5 --echo "$as_me: error: cannot compute suffix of object files: cannot compile -+$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile - See \`config.log' for more details." >&2;} - { (exit 1); exit 1; }; } - fi - - rm -f conftest.$ac_cv_objext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 --echo "${ECHO_T}$ac_cv_objext" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 -+$as_echo "$ac_cv_objext" >&6; } - OBJEXT=$ac_cv_objext - ac_objext=$OBJEXT --{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 --echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 -+$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } - if test "${ac_cv_c_compiler_gnu+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -3356,20 +3477,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_compiler_gnu=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_compiler_gnu=no -@@ -3379,15 +3501,19 @@ rm -f core conftest.err conftest.$ac_obj - ac_cv_c_compiler_gnu=$ac_compiler_gnu - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 --echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } --GCC=`test $ac_compiler_gnu = yes && echo yes` -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 -+$as_echo "$ac_cv_c_compiler_gnu" >&6; } -+if test $ac_compiler_gnu = yes; then -+ GCC=yes -+else -+ GCC= -+fi - ac_test_CFLAGS=${CFLAGS+set} - ac_save_CFLAGS=$CFLAGS --{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 --echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 -+$as_echo_n "checking whether $CC accepts -g... " >&6; } - if test "${ac_cv_prog_cc_g+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_save_c_werror_flag=$ac_c_werror_flag - ac_c_werror_flag=yes -@@ -3414,20 +3540,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_cv_prog_cc_g=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - CFLAGS="" -@@ -3452,20 +3579,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - : - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_c_werror_flag=$ac_save_c_werror_flag -@@ -3491,20 +3619,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_cv_prog_cc_g=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - -@@ -3519,8 +3648,8 @@ fi - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_c_werror_flag=$ac_save_c_werror_flag - fi --{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 --echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 -+$as_echo "$ac_cv_prog_cc_g" >&6; } - if test "$ac_test_CFLAGS" = set; then - CFLAGS=$ac_save_CFLAGS - elif test $ac_cv_prog_cc_g = yes; then -@@ -3536,10 +3665,10 @@ else - CFLAGS= - fi - fi --{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 --echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 -+$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } - if test "${ac_cv_prog_cc_c89+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_prog_cc_c89=no - ac_save_CC=$CC -@@ -3610,20 +3739,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_cv_prog_cc_c89=$ac_arg - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - -@@ -3639,15 +3769,15 @@ fi - # AC_CACHE_VAL - case "x$ac_cv_prog_cc_c89" in - x) -- { echo "$as_me:$LINENO: result: none needed" >&5 --echo "${ECHO_T}none needed" >&6; } ;; -+ { $as_echo "$as_me:$LINENO: result: none needed" >&5 -+$as_echo "none needed" >&6; } ;; - xno) -- { echo "$as_me:$LINENO: result: unsupported" >&5 --echo "${ECHO_T}unsupported" >&6; } ;; -+ { $as_echo "$as_me:$LINENO: result: unsupported" >&5 -+$as_echo "unsupported" >&6; } ;; - *) - CC="$CC $ac_cv_prog_cc_c89" -- { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 --echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; -+ { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 -+$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; - esac - - -@@ -3659,10 +3789,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu - - depcc="$CC" am_compiler_list= - --{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 --echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 -+$as_echo_n "checking dependency style of $depcc... " >&6; } - if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then - # We make a subdir and do the tests there. Otherwise we can end up -@@ -3749,8 +3879,8 @@ else - fi - - fi --{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 --echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 -+$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } - CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type - - -@@ -3767,10 +3897,10 @@ fi - - - --{ echo "$as_me:$LINENO: checking for library containing strerror" >&5 --echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for library containing strerror" >&5 -+$as_echo_n "checking for library containing strerror... " >&6; } - if test "${ac_cv_search_strerror+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_func_search_save_LIBS=$LIBS - cat >conftest.$ac_ext <<_ACEOF -@@ -3808,26 +3938,30 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_search_strerror=$ac_res - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext - if test "${ac_cv_search_strerror+set}" = set; then -@@ -3842,8 +3976,8 @@ fi - rm conftest.$ac_ext - LIBS=$ac_func_search_save_LIBS - fi --{ echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 --echo "${ECHO_T}$ac_cv_search_strerror" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5 -+$as_echo "$ac_cv_search_strerror" >&6; } - ac_res=$ac_cv_search_strerror - if test "$ac_res" != no; then - test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" -@@ -3858,10 +3992,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. - set dummy ${ac_tool_prefix}gcc; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -@@ -3874,7 +4008,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="${ac_tool_prefix}gcc" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -3885,11 +4019,11 @@ fi - fi - CC=$ac_cv_prog_CC - if test -n "$CC"; then -- { echo "$as_me:$LINENO: result: $CC" >&5 --echo "${ECHO_T}$CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 -+$as_echo "$CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -3898,10 +4032,10 @@ if test -z "$ac_cv_prog_CC"; then - ac_ct_CC=$CC - # Extract the first word of "gcc", so it can be a program name with args. - set dummy gcc; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -@@ -3914,7 +4048,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CC="gcc" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -3925,11 +4059,11 @@ fi - fi - ac_ct_CC=$ac_cv_prog_ac_ct_CC - if test -n "$ac_ct_CC"; then -- { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 --echo "${ECHO_T}$ac_ct_CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -+$as_echo "$ac_ct_CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_ct_CC" = x; then -@@ -3937,10 +4071,10 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&2;} - ac_tool_warned=yes ;; -@@ -3955,10 +4089,10 @@ if test -z "$CC"; then - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. - set dummy ${ac_tool_prefix}cc; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -@@ -3971,7 +4105,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="${ac_tool_prefix}cc" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -3982,11 +4116,11 @@ fi - fi - CC=$ac_cv_prog_CC - if test -n "$CC"; then -- { echo "$as_me:$LINENO: result: $CC" >&5 --echo "${ECHO_T}$CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 -+$as_echo "$CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -3995,10 +4129,10 @@ fi - if test -z "$CC"; then - # Extract the first word of "cc", so it can be a program name with args. - set dummy cc; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -@@ -4016,7 +4150,7 @@ do - continue - fi - ac_cv_prog_CC="cc" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -4039,11 +4173,11 @@ fi - fi - CC=$ac_cv_prog_CC - if test -n "$CC"; then -- { echo "$as_me:$LINENO: result: $CC" >&5 --echo "${ECHO_T}$CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 -+$as_echo "$CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -4054,10 +4188,10 @@ if test -z "$CC"; then - do - # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. - set dummy $ac_tool_prefix$ac_prog; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -@@ -4070,7 +4204,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="$ac_tool_prefix$ac_prog" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -4081,11 +4215,11 @@ fi - fi - CC=$ac_cv_prog_CC - if test -n "$CC"; then -- { echo "$as_me:$LINENO: result: $CC" >&5 --echo "${ECHO_T}$CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 -+$as_echo "$CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -4098,10 +4232,10 @@ if test -z "$CC"; then - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -@@ -4114,7 +4248,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CC="$ac_prog" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -4125,11 +4259,11 @@ fi - fi - ac_ct_CC=$ac_cv_prog_ac_ct_CC - if test -n "$ac_ct_CC"; then -- { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 --echo "${ECHO_T}$ac_ct_CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -+$as_echo "$ac_ct_CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -4141,10 +4275,10 @@ done - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&2;} - ac_tool_warned=yes ;; -@@ -4156,50 +4290,54 @@ fi - fi - - --test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH -+test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH - See \`config.log' for more details." >&5 --echo "$as_me: error: no acceptable C compiler found in \$PATH -+$as_echo "$as_me: error: no acceptable C compiler found in \$PATH - See \`config.log' for more details." >&2;} - { (exit 1); exit 1; }; } - - # Provide some information about the compiler. --echo "$as_me:$LINENO: checking for C compiler version" >&5 --ac_compiler=`set X $ac_compile; echo $2` -+$as_echo "$as_me:$LINENO: checking for C compiler version" >&5 -+set X $ac_compile -+ac_compiler=$2 - { (ac_try="$ac_compiler --version >&5" - 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compiler --version >&5") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } - { (ac_try="$ac_compiler -v >&5" - 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compiler -v >&5") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } - { (ac_try="$ac_compiler -V >&5" - 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compiler -V >&5") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } - --{ echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 --echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 -+$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } - if test "${ac_cv_c_compiler_gnu+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -4225,20 +4363,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_compiler_gnu=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_compiler_gnu=no -@@ -4248,15 +4387,19 @@ rm -f core conftest.err conftest.$ac_obj - ac_cv_c_compiler_gnu=$ac_compiler_gnu - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 --echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } --GCC=`test $ac_compiler_gnu = yes && echo yes` -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 -+$as_echo "$ac_cv_c_compiler_gnu" >&6; } -+if test $ac_compiler_gnu = yes; then -+ GCC=yes -+else -+ GCC= -+fi - ac_test_CFLAGS=${CFLAGS+set} - ac_save_CFLAGS=$CFLAGS --{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 --echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 -+$as_echo_n "checking whether $CC accepts -g... " >&6; } - if test "${ac_cv_prog_cc_g+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_save_c_werror_flag=$ac_c_werror_flag - ac_c_werror_flag=yes -@@ -4283,20 +4426,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_cv_prog_cc_g=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - CFLAGS="" -@@ -4321,20 +4465,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - : - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_c_werror_flag=$ac_save_c_werror_flag -@@ -4360,20 +4505,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_cv_prog_cc_g=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - -@@ -4388,8 +4534,8 @@ fi - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_c_werror_flag=$ac_save_c_werror_flag - fi --{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 --echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 -+$as_echo "$ac_cv_prog_cc_g" >&6; } - if test "$ac_test_CFLAGS" = set; then - CFLAGS=$ac_save_CFLAGS - elif test $ac_cv_prog_cc_g = yes; then -@@ -4405,10 +4551,10 @@ else - CFLAGS= - fi - fi --{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 --echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 -+$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } - if test "${ac_cv_prog_cc_c89+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_prog_cc_c89=no - ac_save_CC=$CC -@@ -4479,20 +4625,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_cv_prog_cc_c89=$ac_arg - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - -@@ -4508,15 +4655,15 @@ fi - # AC_CACHE_VAL - case "x$ac_cv_prog_cc_c89" in - x) -- { echo "$as_me:$LINENO: result: none needed" >&5 --echo "${ECHO_T}none needed" >&6; } ;; -+ { $as_echo "$as_me:$LINENO: result: none needed" >&5 -+$as_echo "none needed" >&6; } ;; - xno) -- { echo "$as_me:$LINENO: result: unsupported" >&5 --echo "${ECHO_T}unsupported" >&6; } ;; -+ { $as_echo "$as_me:$LINENO: result: unsupported" >&5 -+$as_echo "unsupported" >&6; } ;; - *) - CC="$CC $ac_cv_prog_cc_c89" -- { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 --echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; -+ { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 -+$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; - esac - - -@@ -4528,10 +4675,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu - - depcc="$CC" am_compiler_list= - --{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 --echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 -+$as_echo_n "checking dependency style of $depcc... " >&6; } - if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then - # We make a subdir and do the tests there. Otherwise we can end up -@@ -4618,8 +4765,8 @@ else - fi - - fi --{ echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 --echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5 -+$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; } - CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type - - -@@ -4640,15 +4787,15 @@ ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' - ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_c_compiler_gnu --{ echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 --echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 -+$as_echo_n "checking how to run the C preprocessor... " >&6; } - # On Suns, sometimes $CPP names a directory. - if test -n "$CPP" && test -d "$CPP"; then - CPP= - fi - if test -z "$CPP"; then - if test "${ac_cv_prog_CPP+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - # Double quotes because CPP needs to be expanded - for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" -@@ -4680,20 +4827,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - : - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - # Broken: fails on valid input. -@@ -4717,13 +4865,14 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err -@@ -4731,7 +4880,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_ec - # Broken: success on invalid input. - continue - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - # Passes both tests. -@@ -4756,8 +4905,8 @@ fi - else - ac_cv_prog_CPP=$CPP - fi --{ echo "$as_me:$LINENO: result: $CPP" >&5 --echo "${ECHO_T}$CPP" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $CPP" >&5 -+$as_echo "$CPP" >&6; } - ac_preproc_ok=false - for ac_c_preproc_warn_flag in '' yes - do -@@ -4785,20 +4934,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - : - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - # Broken: fails on valid input. -@@ -4822,13 +4972,14 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err -@@ -4836,7 +4987,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_ec - # Broken: success on invalid input. - continue - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - # Passes both tests. -@@ -4852,9 +5003,9 @@ rm -f conftest.err conftest.$ac_ext - if $ac_preproc_ok; then - : - else -- { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check -+ { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check - See \`config.log' for more details." >&5 --echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check -+$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check - See \`config.log' for more details." >&2;} - { (exit 1); exit 1; }; } - fi -@@ -4866,42 +5017,37 @@ ac_link='$CC -o conftest$ac_exeext $CFLA - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - --{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 --echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 -+$as_echo_n "checking for grep that handles long lines and -e... " >&6; } - if test "${ac_cv_path_GREP+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 --else -- # Extract the first word of "grep ggrep" to use in msg output --if test -z "$GREP"; then --set dummy grep ggrep; ac_prog_name=$2 --if test "${ac_cv_path_GREP+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else -+ if test -z "$GREP"; then - ac_path_GREP_found=false --# Loop through the user's path and test for each of PROGNAME-LIST --as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+ # Loop through the user's path and test for each of PROGNAME-LIST -+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR - for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin - do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_prog in grep ggrep; do -- for ac_exec_ext in '' $ac_executable_extensions; do -- ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" -- { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue -- # Check for GNU ac_path_GREP and select it if it is found. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" -+ { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue -+# Check for GNU ac_path_GREP and select it if it is found. - # Check for GNU $ac_path_GREP - case `"$ac_path_GREP" --version 2>&1` in - *GNU*) - ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; - *) - ac_count=0 -- echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" -+ $as_echo_n 0123456789 >"conftest.in" - while : - do - cat "conftest.in" "conftest.in" >"conftest.tmp" - mv "conftest.tmp" "conftest.in" - cp "conftest.in" "conftest.nl" -- echo 'GREP' >> "conftest.nl" -+ $as_echo 'GREP' >> "conftest.nl" - "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break - diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break - ac_count=`expr $ac_count + 1` -@@ -4916,74 +5062,60 @@ case `"$ac_path_GREP" --version 2>&1` in - rm -f conftest.in conftest.tmp conftest.nl conftest.out;; - esac - -- -- $ac_path_GREP_found && break 3 -+ $ac_path_GREP_found && break 3 -+ done - done - done -- --done - IFS=$as_save_IFS -- -- --fi -- --GREP="$ac_cv_path_GREP" --if test -z "$GREP"; then -- { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 --echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} -+ if test -z "$ac_cv_path_GREP"; then -+ { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 -+$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} - { (exit 1); exit 1; }; } --fi -- -+ fi - else - ac_cv_path_GREP=$GREP - fi - -- - fi --{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 --echo "${ECHO_T}$ac_cv_path_GREP" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 -+$as_echo "$ac_cv_path_GREP" >&6; } - GREP="$ac_cv_path_GREP" - - --{ echo "$as_me:$LINENO: checking for egrep" >&5 --echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for egrep" >&5 -+$as_echo_n "checking for egrep... " >&6; } - if test "${ac_cv_path_EGREP+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 - then ac_cv_path_EGREP="$GREP -E" - else -- # Extract the first word of "egrep" to use in msg output --if test -z "$EGREP"; then --set dummy egrep; ac_prog_name=$2 --if test "${ac_cv_path_EGREP+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 --else -+ if test -z "$EGREP"; then - ac_path_EGREP_found=false --# Loop through the user's path and test for each of PROGNAME-LIST --as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -+ # Loop through the user's path and test for each of PROGNAME-LIST -+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR - for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin - do - IFS=$as_save_IFS - test -z "$as_dir" && as_dir=. - for ac_prog in egrep; do -- for ac_exec_ext in '' $ac_executable_extensions; do -- ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" -- { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue -- # Check for GNU ac_path_EGREP and select it if it is found. -+ for ac_exec_ext in '' $ac_executable_extensions; do -+ ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" -+ { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue -+# Check for GNU ac_path_EGREP and select it if it is found. - # Check for GNU $ac_path_EGREP - case `"$ac_path_EGREP" --version 2>&1` in - *GNU*) - ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; - *) - ac_count=0 -- echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" -+ $as_echo_n 0123456789 >"conftest.in" - while : - do - cat "conftest.in" "conftest.in" >"conftest.tmp" - mv "conftest.tmp" "conftest.in" - cp "conftest.in" "conftest.nl" -- echo 'EGREP' >> "conftest.nl" -+ $as_echo 'EGREP' >> "conftest.nl" - "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break - diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break - ac_count=`expr $ac_count + 1` -@@ -4998,40 +5130,31 @@ case `"$ac_path_EGREP" --version 2>&1` i - rm -f conftest.in conftest.tmp conftest.nl conftest.out;; - esac - -- -- $ac_path_EGREP_found && break 3 -+ $ac_path_EGREP_found && break 3 -+ done - done - done -- --done - IFS=$as_save_IFS -- -- --fi -- --EGREP="$ac_cv_path_EGREP" --if test -z "$EGREP"; then -- { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 --echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} -+ if test -z "$ac_cv_path_EGREP"; then -+ { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 -+$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} - { (exit 1); exit 1; }; } --fi -- -+ fi - else - ac_cv_path_EGREP=$EGREP - fi - -- - fi - fi --{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 --echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 -+$as_echo "$ac_cv_path_EGREP" >&6; } - EGREP="$ac_cv_path_EGREP" - - --{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 --echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 -+$as_echo_n "checking for ANSI C header files... " >&6; } - if test "${ac_cv_header_stdc+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -5058,20 +5181,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_cv_header_stdc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_header_stdc=no -@@ -5163,37 +5287,40 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - : - else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: program exited with status $ac_status" >&5 -+$as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) - ac_cv_header_stdc=no - fi -+rm -rf conftest.dSYM - rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - - - fi - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 --echo "${ECHO_T}$ac_cv_header_stdc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 -+$as_echo "$ac_cv_header_stdc" >&6; } - if test $ac_cv_header_stdc = yes; then - - cat >>confdefs.h <<\_ACEOF -@@ -5210,10 +5337,10 @@ for ac_prog in gawk awk - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_AWK+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$AWK"; then - ac_cv_prog_AWK="$AWK" # Let the user override the test. -@@ -5226,7 +5353,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_AWK="$ac_prog" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -5237,29 +5364,29 @@ fi - fi - AWK=$ac_cv_prog_AWK - if test -n "$AWK"; then -- { echo "$as_me:$LINENO: result: $AWK" >&5 --echo "${ECHO_T}$AWK" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $AWK" >&5 -+$as_echo "$AWK" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - - test -n "$AWK" && break - done - --test -z "$AWK" && { { echo "$as_me:$LINENO: error: Sorry, you need a working awk interpreter." >&5 --echo "$as_me: error: Sorry, you need a working awk interpreter." >&2;} -+test -z "$AWK" && { { $as_echo "$as_me:$LINENO: error: Sorry, you need a working awk interpreter." >&5 -+$as_echo "$as_me: error: Sorry, you need a working awk interpreter." >&2;} - { (exit 1); exit 1; }; } - - for ac_prog in perl5 perl - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_PERL+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$PERL"; then - ac_cv_prog_PERL="$PERL" # Let the user override the test. -@@ -5272,7 +5399,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_PERL="$ac_prog" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -5283,28 +5410,28 @@ fi - fi - PERL=$ac_cv_prog_PERL - if test -n "$PERL"; then -- { echo "$as_me:$LINENO: result: $PERL" >&5 --echo "${ECHO_T}$PERL" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $PERL" >&5 -+$as_echo "$PERL" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - - test -n "$PERL" && break - done - --test -z "$PERL" && { { echo "$as_me:$LINENO: error: You need to have a working perl interpreter." >&5 --echo "$as_me: error: You need to have a working perl interpreter." >&2;} -+test -z "$PERL" && { { $as_echo "$as_me:$LINENO: error: You need to have a working perl interpreter." >&5 -+$as_echo "$as_me: error: You need to have a working perl interpreter." >&2;} - { (exit 1); exit 1; }; } - - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. - set dummy ${ac_tool_prefix}gcc; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$CC"; then - ac_cv_prog_CC="$CC" # Let the user override the test. -@@ -5317,7 +5444,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CC="${ac_tool_prefix}gcc" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -5328,11 +5455,11 @@ fi - fi - CC=$ac_cv_prog_CC - if test -n "$CC"; then -- { echo "$as_me:$LINENO: result: $CC" >&5 --echo "${ECHO_T}$CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $CC" >&5 -+$as_echo "$CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -5341,10 +5468,10 @@ if test -z "$ac_cv_prog_CC"; then - ac_ct_CC=$CC - # Extract the first word of "gcc", so it can be a program name with args. - set dummy gcc; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_CC+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_CC"; then - ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. -@@ -5357,7 +5484,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CC="gcc" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -5368,11 +5495,11 @@ fi - fi - ac_ct_CC=$ac_cv_prog_ac_ct_CC - if test -n "$ac_ct_CC"; then -- { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 --echo "${ECHO_T}$ac_ct_CC" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 -+$as_echo "$ac_ct_CC" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_ct_CC" = x; then -@@ -5380,10 +5507,10 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&2;} - ac_tool_warned=yes ;; -@@ -5397,10 +5524,10 @@ fi - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. - set dummy ${ac_tool_prefix}ranlib; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_RANLIB+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$RANLIB"; then - ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. -@@ -5413,7 +5540,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -5424,11 +5551,11 @@ fi - fi - RANLIB=$ac_cv_prog_RANLIB - if test -n "$RANLIB"; then -- { echo "$as_me:$LINENO: result: $RANLIB" >&5 --echo "${ECHO_T}$RANLIB" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5 -+$as_echo "$RANLIB" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -5437,10 +5564,10 @@ if test -z "$ac_cv_prog_RANLIB"; then - ac_ct_RANLIB=$RANLIB - # Extract the first word of "ranlib", so it can be a program name with args. - set dummy ranlib; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_RANLIB"; then - ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. -@@ -5453,7 +5580,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_RANLIB="ranlib" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -5464,11 +5591,11 @@ fi - fi - ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB - if test -n "$ac_ct_RANLIB"; then -- { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 --echo "${ECHO_T}$ac_ct_RANLIB" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 -+$as_echo "$ac_ct_RANLIB" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_ct_RANLIB" = x; then -@@ -5476,10 +5603,10 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&2;} - ac_tool_warned=yes ;; -@@ -5493,10 +5620,10 @@ fi - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args. - set dummy ${ac_tool_prefix}as; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_AS+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$AS"; then - ac_cv_prog_AS="$AS" # Let the user override the test. -@@ -5509,7 +5636,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_AS="${ac_tool_prefix}as" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -5520,11 +5647,11 @@ fi - fi - AS=$ac_cv_prog_AS - if test -n "$AS"; then -- { echo "$as_me:$LINENO: result: $AS" >&5 --echo "${ECHO_T}$AS" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $AS" >&5 -+$as_echo "$AS" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -5533,10 +5660,10 @@ if test -z "$ac_cv_prog_AS"; then - ac_ct_AS=$AS - # Extract the first word of "as", so it can be a program name with args. - set dummy as; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_AS+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_AS"; then - ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test. -@@ -5549,7 +5676,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_AS="as" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -5560,11 +5687,11 @@ fi - fi - ac_ct_AS=$ac_cv_prog_ac_ct_AS - if test -n "$ac_ct_AS"; then -- { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5 --echo "${ECHO_T}$ac_ct_AS" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5 -+$as_echo "$ac_ct_AS" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_ct_AS" = x; then -@@ -5572,10 +5699,10 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&2;} - ac_tool_warned=yes ;; -@@ -5589,10 +5716,10 @@ fi - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. - set dummy ${ac_tool_prefix}ar; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_AR+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$AR"; then - ac_cv_prog_AR="$AR" # Let the user override the test. -@@ -5605,7 +5732,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_AR="${ac_tool_prefix}ar" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -5616,11 +5743,11 @@ fi - fi - AR=$ac_cv_prog_AR - if test -n "$AR"; then -- { echo "$as_me:$LINENO: result: $AR" >&5 --echo "${ECHO_T}$AR" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $AR" >&5 -+$as_echo "$AR" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -5629,10 +5756,10 @@ if test -z "$ac_cv_prog_AR"; then - ac_ct_AR=$AR - # Extract the first word of "ar", so it can be a program name with args. - set dummy ar; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_AR+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_AR"; then - ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. -@@ -5645,7 +5772,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_AR="ar" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -5656,11 +5783,11 @@ fi - fi - ac_ct_AR=$ac_cv_prog_ac_ct_AR - if test -n "$ac_ct_AR"; then -- { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 --echo "${ECHO_T}$ac_ct_AR" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 -+$as_echo "$ac_ct_AR" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_ct_AR" = x; then -@@ -5668,10 +5795,10 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&2;} - ac_tool_warned=yes ;; -@@ -5698,11 +5825,12 @@ export CC CXX RANLIB LD AS AR - # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" - # OS/2's system install, which has a completely different semantic - # ./install, which can be erroneously created by make from ./install.sh. --{ echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 --echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; } -+# Reject install programs that cannot install multiple files. -+{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 -+$as_echo_n "checking for a BSD-compatible install... " >&6; } - if test -z "$INSTALL"; then - if test "${ac_cv_path_install+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR - for as_dir in $PATH -@@ -5731,17 +5859,29 @@ case $as_dir/ in - # program-specific install script used by HP pwplus--don't use. - : - else -- ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" -- break 3 -+ rm -rf conftest.one conftest.two conftest.dir -+ echo one > conftest.one -+ echo two > conftest.two -+ mkdir conftest.dir -+ if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && -+ test -s conftest.one && test -s conftest.two && -+ test -s conftest.dir/conftest.one && -+ test -s conftest.dir/conftest.two -+ then -+ ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" -+ break 3 -+ fi - fi - fi - done - done - ;; - esac -+ - done - IFS=$as_save_IFS - -+rm -rf conftest.one conftest.two conftest.dir - - fi - if test "${ac_cv_path_install+set}" = set; then -@@ -5754,8 +5894,8 @@ fi - INSTALL=$ac_install_sh - fi - fi --{ echo "$as_me:$LINENO: result: $INSTALL" >&5 --echo "${ECHO_T}$INSTALL" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 -+$as_echo "$INSTALL" >&6; } - - # Use test -z because SunOS4 sh mishandles braces in ${var-val}. - # It thinks the first close brace ends the variable substitution. -@@ -5765,22 +5905,23 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCR - - test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' - --{ echo "$as_me:$LINENO: checking whether ln -s works" >&5 --echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5 -+$as_echo_n "checking whether ln -s works... " >&6; } - LN_S=$as_ln_s - if test "$LN_S" = "ln -s"; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - else -- { echo "$as_me:$LINENO: result: no, using $LN_S" >&5 --echo "${ECHO_T}no, using $LN_S" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5 -+$as_echo "no, using $LN_S" >&6; } - fi - --{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 --echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } --set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` -+{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 -+$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } -+set x ${MAKE-make} -+ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` - if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.make <<\_ACEOF - SHELL = /bin/sh -@@ -5797,12 +5938,12 @@ esac - rm -f conftest.make - fi - if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - SET_MAKE= - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - SET_MAKE="MAKE=${MAKE-make}" - fi - -@@ -5881,10 +6022,10 @@ else - fi - - --{ echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 --echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5 -+$as_echo_n "checking for a sed that does not truncate output... " >&6; } - if test "${lt_cv_path_SED+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - # Loop through the user's path and test for sed and gsed. - # Then use that list of sed's as ones to test for truncation. -@@ -5937,8 +6078,8 @@ fi - - SED=$lt_cv_path_SED - --{ echo "$as_me:$LINENO: result: $SED" >&5 --echo "${ECHO_T}$SED" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $SED" >&5 -+$as_echo "$SED" >&6; } - - - # Check whether --with-gnu-ld was given. -@@ -5951,8 +6092,8 @@ fi - ac_prog=ld - if test "$GCC" = yes; then - # Check if gcc -print-prog-name=ld gives a path. -- { echo "$as_me:$LINENO: checking for ld used by $CC" >&5 --echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5 -+$as_echo_n "checking for ld used by $CC... " >&6; } - case $host in - *-*-mingw*) - # gcc leaves a trailing carriage return which upsets mingw -@@ -5981,14 +6122,14 @@ echo $ECHO_N "checking for ld used by $C - ;; - esac - elif test "$with_gnu_ld" = yes; then -- { echo "$as_me:$LINENO: checking for GNU ld" >&5 --echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5 -+$as_echo_n "checking for GNU ld... " >&6; } - else -- { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 --echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5 -+$as_echo_n "checking for non-GNU ld... " >&6; } - fi - if test "${lt_cv_path_LD+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -z "$LD"; then - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR -@@ -6018,19 +6159,19 @@ fi - - LD="$lt_cv_path_LD" - if test -n "$LD"; then -- { echo "$as_me:$LINENO: result: $LD" >&5 --echo "${ECHO_T}$LD" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $LD" >&5 -+$as_echo "$LD" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi --test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 --echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} -+test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 -+$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} - { (exit 1); exit 1; }; } --{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 --echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 -+$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } - if test "${lt_cv_prog_gnu_ld+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - # I'd rather use --version here, but apparently some GNU lds only accept -v. - case `$LD -v 2>&1 </dev/null` in -@@ -6042,20 +6183,20 @@ case `$LD -v 2>&1 </dev/null` in - ;; - esac - fi --{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 --echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 -+$as_echo "$lt_cv_prog_gnu_ld" >&6; } - with_gnu_ld=$lt_cv_prog_gnu_ld - - --{ echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5 --echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5 -+$as_echo_n "checking for $LD option to reload object files... " >&6; } - if test "${lt_cv_ld_reload_flag+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - lt_cv_ld_reload_flag='-r' - fi --{ echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5 --echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5 -+$as_echo "$lt_cv_ld_reload_flag" >&6; } - reload_flag=$lt_cv_ld_reload_flag - case $reload_flag in - "" | " "*) ;; -@@ -6072,10 +6213,10 @@ case $host_os in - ;; - esac - --{ echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5 --echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5 -+$as_echo_n "checking for BSD-compatible nm... " >&6; } - if test "${lt_cv_path_NM+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$NM"; then - # Let the user override the test. -@@ -6121,14 +6262,14 @@ else - test -z "$lt_cv_path_NM" && lt_cv_path_NM=nm - fi - fi --{ echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5 --echo "${ECHO_T}$lt_cv_path_NM" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5 -+$as_echo "$lt_cv_path_NM" >&6; } - NM="$lt_cv_path_NM" - --{ echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5 --echo $ECHO_N "checking how to recognize dependent libraries... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5 -+$as_echo_n "checking how to recognize dependent libraries... " >&6; } - if test "${lt_cv_deplibs_check_method+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - lt_cv_file_magic_cmd='$MAGIC_CMD' - lt_cv_file_magic_test_file= -@@ -6311,8 +6452,8 @@ sysv5* | sco3.2v5* | sco5v6* | unixware* - esac - - fi --{ echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5 --echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5 -+$as_echo "$lt_cv_deplibs_check_method" >&6; } - file_magic_cmd=$lt_cv_file_magic_cmd - deplibs_check_method=$lt_cv_deplibs_check_method - test -z "$deplibs_check_method" && deplibs_check_method=unknown -@@ -6345,7 +6486,7 @@ ia64-*-hpux*) - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then - case `/usr/bin/file conftest.$ac_objext` in - *ELF-32*) -@@ -6360,11 +6501,11 @@ ia64-*-hpux*) - ;; - *-*-irix6*) - # Find out which ABI we are using. -- echo '#line 6363 "configure"' > conftest.$ac_ext -+ echo '#line 6504 "configure"' > conftest.$ac_ext - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then - if test "$lt_cv_prog_gnu_ld" = yes; then - case `/usr/bin/file conftest.$ac_objext` in -@@ -6402,7 +6543,7 @@ s390*-*linux*|sparc*-*linux*) - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then - case `/usr/bin/file conftest.o` in - *32-bit*) -@@ -6452,10 +6593,10 @@ s390*-*linux*|sparc*-*linux*) - # On SCO OpenServer 5, we need -belf to get full-featured binaries. - SAVE_CFLAGS="$CFLAGS" - CFLAGS="$CFLAGS -belf" -- { echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5 --echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5 -+$as_echo_n "checking whether the C compiler needs -belf... " >&6; } - if test "${lt_cv_cc_needs_belf+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' -@@ -6484,26 +6625,30 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - lt_cv_cc_needs_belf=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - lt_cv_cc_needs_belf=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - ac_ext=c -@@ -6513,8 +6658,8 @@ ac_link='$CC -o conftest$ac_exeext $CFLA - ac_compiler_gnu=$ac_cv_c_compiler_gnu - - fi --{ echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 --echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5 -+$as_echo "$lt_cv_cc_needs_belf" >&6; } - if test x"$lt_cv_cc_needs_belf" != x"yes"; then - # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf - CFLAGS="$SAVE_CFLAGS" -@@ -6526,7 +6671,7 @@ sparc*-*solaris*) - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then - case `/usr/bin/file conftest.o` in - *64-bit*) -@@ -6563,11 +6708,11 @@ need_locks="$enable_libtool_lock" - for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ - inttypes.h stdint.h unistd.h - do --as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -6585,20 +6730,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - eval "$as_ac_Header=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_Header=no" -@@ -6606,12 +6752,14 @@ fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+if test `eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` = yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF - - fi -@@ -6622,20 +6770,21 @@ done - - for ac_header in dlfcn.h - do --as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- { echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+$as_echo_n "checking $ac_header usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -6651,32 +6800,33 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+$as_echo_n "checking $ac_header presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -6690,51 +6840,52 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 --echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ---------------------------------------------------------------------- ## - ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=libgtop ## -@@ -6743,21 +6894,23 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+if test `eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` = yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF - - fi -@@ -6778,10 +6931,10 @@ if test -z "$CXX"; then - do - # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. - set dummy $ac_tool_prefix$ac_prog; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_CXX+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$CXX"; then - ac_cv_prog_CXX="$CXX" # Let the user override the test. -@@ -6794,7 +6947,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -6805,11 +6958,11 @@ fi - fi - CXX=$ac_cv_prog_CXX - if test -n "$CXX"; then -- { echo "$as_me:$LINENO: result: $CXX" >&5 --echo "${ECHO_T}$CXX" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $CXX" >&5 -+$as_echo "$CXX" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -6822,10 +6975,10 @@ if test -z "$CXX"; then - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_CXX"; then - ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test. -@@ -6838,7 +6991,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_CXX="$ac_prog" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -6849,11 +7002,11 @@ fi - fi - ac_ct_CXX=$ac_cv_prog_ac_ct_CXX - if test -n "$ac_ct_CXX"; then -- { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 --echo "${ECHO_T}$ac_ct_CXX" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 -+$as_echo "$ac_ct_CXX" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -6865,10 +7018,10 @@ done - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&2;} - ac_tool_warned=yes ;; -@@ -6880,43 +7033,47 @@ fi - fi - fi - # Provide some information about the compiler. --echo "$as_me:$LINENO: checking for C++ compiler version" >&5 --ac_compiler=`set X $ac_compile; echo $2` -+$as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 -+set X $ac_compile -+ac_compiler=$2 - { (ac_try="$ac_compiler --version >&5" - 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compiler --version >&5") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } - { (ac_try="$ac_compiler -v >&5" - 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compiler -v >&5") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } - { (ac_try="$ac_compiler -V >&5" - 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compiler -V >&5") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } - --{ echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 --echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 -+$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } - if test "${ac_cv_cxx_compiler_gnu+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -6942,20 +7099,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_compiler_gnu=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_compiler_gnu=no -@@ -6965,15 +7123,19 @@ rm -f core conftest.err conftest.$ac_obj - ac_cv_cxx_compiler_gnu=$ac_compiler_gnu - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 --echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } --GXX=`test $ac_compiler_gnu = yes && echo yes` -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 -+$as_echo "$ac_cv_cxx_compiler_gnu" >&6; } -+if test $ac_compiler_gnu = yes; then -+ GXX=yes -+else -+ GXX= -+fi - ac_test_CXXFLAGS=${CXXFLAGS+set} - ac_save_CXXFLAGS=$CXXFLAGS --{ echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 --echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 -+$as_echo_n "checking whether $CXX accepts -g... " >&6; } - if test "${ac_cv_prog_cxx_g+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_save_cxx_werror_flag=$ac_cxx_werror_flag - ac_cxx_werror_flag=yes -@@ -7000,20 +7162,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_prog_cxx_g=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - CXXFLAGS="" -@@ -7038,20 +7201,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - : - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cxx_werror_flag=$ac_save_cxx_werror_flag -@@ -7077,20 +7241,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_prog_cxx_g=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - -@@ -7105,8 +7270,8 @@ fi - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - ac_cxx_werror_flag=$ac_save_cxx_werror_flag - fi --{ echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 --echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 -+$as_echo "$ac_cv_prog_cxx_g" >&6; } - if test "$ac_test_CXXFLAGS" = set; then - CXXFLAGS=$ac_save_CXXFLAGS - elif test $ac_cv_prog_cxx_g = yes; then -@@ -7130,10 +7295,10 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu - - depcc="$CXX" am_compiler_list= - --{ echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 --echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5 -+$as_echo_n "checking dependency style of $depcc... " >&6; } - if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then - # We make a subdir and do the tests there. Otherwise we can end up -@@ -7220,8 +7385,8 @@ else - fi - - fi --{ echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 --echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5 -+$as_echo "$am_cv_CXX_dependencies_compiler_type" >&6; } - CXXDEPMODE=depmode=$am_cv_CXX_dependencies_compiler_type - - -@@ -7247,11 +7412,11 @@ ac_cpp='$CXXCPP $CPPFLAGS' - ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' - ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' - ac_compiler_gnu=$ac_cv_cxx_compiler_gnu --{ echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 --echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5 -+$as_echo_n "checking how to run the C++ preprocessor... " >&6; } - if test -z "$CXXCPP"; then - if test "${ac_cv_prog_CXXCPP+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - # Double quotes because CXXCPP needs to be expanded - for CXXCPP in "$CXX -E" "/lib/cpp" -@@ -7283,20 +7448,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || - test ! -s conftest.err - }; then - : - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - # Broken: fails on valid input. -@@ -7320,13 +7486,14 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || - test ! -s conftest.err -@@ -7334,7 +7501,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_ec - # Broken: success on invalid input. - continue - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - # Passes both tests. -@@ -7359,8 +7526,8 @@ fi - else - ac_cv_prog_CXXCPP=$CXXCPP - fi --{ echo "$as_me:$LINENO: result: $CXXCPP" >&5 --echo "${ECHO_T}$CXXCPP" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $CXXCPP" >&5 -+$as_echo "$CXXCPP" >&6; } - ac_preproc_ok=false - for ac_cxx_preproc_warn_flag in '' yes - do -@@ -7388,20 +7555,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || - test ! -s conftest.err - }; then - : - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - # Broken: fails on valid input. -@@ -7425,13 +7593,14 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_cxx_preproc_warn_flag$ac_cxx_werror_flag" || - test ! -s conftest.err -@@ -7439,7 +7608,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_ec - # Broken: success on invalid input. - continue - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - # Passes both tests. -@@ -7455,9 +7624,9 @@ rm -f conftest.err conftest.$ac_ext - if $ac_preproc_ok; then - : - else -- { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check -+ { { $as_echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check - See \`config.log' for more details." >&5 --echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check -+$as_echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check - See \`config.log' for more details." >&2;} - { (exit 1); exit 1; }; } - fi -@@ -7480,10 +7649,10 @@ if test -n "$ac_tool_prefix"; then - do - # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. - set dummy $ac_tool_prefix$ac_prog; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_F77+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$F77"; then - ac_cv_prog_F77="$F77" # Let the user override the test. -@@ -7496,7 +7665,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_F77="$ac_tool_prefix$ac_prog" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -7507,11 +7676,11 @@ fi - fi - F77=$ac_cv_prog_F77 - if test -n "$F77"; then -- { echo "$as_me:$LINENO: result: $F77" >&5 --echo "${ECHO_T}$F77" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $F77" >&5 -+$as_echo "$F77" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -7524,10 +7693,10 @@ if test -z "$F77"; then - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_F77+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_F77"; then - ac_cv_prog_ac_ct_F77="$ac_ct_F77" # Let the user override the test. -@@ -7540,7 +7709,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_F77="$ac_prog" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -7551,11 +7720,11 @@ fi - fi - ac_ct_F77=$ac_cv_prog_ac_ct_F77 - if test -n "$ac_ct_F77"; then -- { echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 --echo "${ECHO_T}$ac_ct_F77" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_F77" >&5 -+$as_echo "$ac_ct_F77" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -7567,10 +7736,10 @@ done - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&2;} - ac_tool_warned=yes ;; -@@ -7581,37 +7750,41 @@ fi - - - # Provide some information about the compiler. --echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 --ac_compiler=`set X $ac_compile; echo $2` -+$as_echo "$as_me:$LINENO: checking for Fortran 77 compiler version" >&5 -+set X $ac_compile -+ac_compiler=$2 - { (ac_try="$ac_compiler --version >&5" - 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compiler --version >&5") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } - { (ac_try="$ac_compiler -v >&5" - 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compiler -v >&5") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } - { (ac_try="$ac_compiler -V >&5" - 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compiler -V >&5") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } - rm -f a.out - -@@ -7619,10 +7792,10 @@ rm -f a.out - # input file. (Note that this only needs to work for GNU compilers.) - ac_save_ext=$ac_ext - ac_ext=F --{ echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 --echo $ECHO_N "checking whether we are using the GNU Fortran 77 compiler... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU Fortran 77 compiler" >&5 -+$as_echo_n "checking whether we are using the GNU Fortran 77 compiler... " >&6; } - if test "${ac_cv_f77_compiler_gnu+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - program main -@@ -7638,20 +7811,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_f77_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_compiler_gnu=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_compiler_gnu=no -@@ -7661,16 +7835,16 @@ rm -f core conftest.err conftest.$ac_obj - ac_cv_f77_compiler_gnu=$ac_compiler_gnu - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 --echo "${ECHO_T}$ac_cv_f77_compiler_gnu" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_f77_compiler_gnu" >&5 -+$as_echo "$ac_cv_f77_compiler_gnu" >&6; } - ac_ext=$ac_save_ext - ac_test_FFLAGS=${FFLAGS+set} - ac_save_FFLAGS=$FFLAGS - FFLAGS= --{ echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 --echo $ECHO_N "checking whether $F77 accepts -g... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether $F77 accepts -g" >&5 -+$as_echo_n "checking whether $F77 accepts -g... " >&6; } - if test "${ac_cv_prog_f77_g+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - FFLAGS=-g - cat >conftest.$ac_ext <<_ACEOF -@@ -7684,20 +7858,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_f77_werror_flag" || - test ! -s conftest.err - } && test -s conftest.$ac_objext; then - ac_cv_prog_f77_g=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_prog_f77_g=no -@@ -7706,8 +7881,8 @@ fi - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 --echo "${ECHO_T}$ac_cv_prog_f77_g" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_f77_g" >&5 -+$as_echo "$ac_cv_prog_f77_g" >&6; } - if test "$ac_test_FFLAGS" = set; then - FFLAGS=$ac_save_FFLAGS - elif test $ac_cv_prog_f77_g = yes; then -@@ -7724,7 +7899,11 @@ else - fi - fi - --G77=`test $ac_compiler_gnu = yes && echo yes` -+if test $ac_compiler_gnu = yes; then -+ G77=yes -+else -+ G77= -+fi - ac_ext=c - ac_cpp='$CPP $CPPFLAGS' - ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' -@@ -7735,10 +7914,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu - - # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers! - # find the maximum length of command line arguments --{ echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5 --echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5 -+$as_echo_n "checking the maximum length of command line arguments... " >&6; } - if test "${lt_cv_sys_max_cmd_len+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - i=0 - teststring="ABCD" -@@ -7847,11 +8026,11 @@ else - fi - - if test -n $lt_cv_sys_max_cmd_len ; then -- { echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5 --echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5 -+$as_echo "$lt_cv_sys_max_cmd_len" >&6; } - else -- { echo "$as_me:$LINENO: result: none" >&5 --echo "${ECHO_T}none" >&6; } -+ { $as_echo "$as_me:$LINENO: result: none" >&5 -+$as_echo "none" >&6; } - fi - - -@@ -7859,10 +8038,10 @@ fi - - - # Check for command to grab the raw symbol name followed by C symbol from nm. --{ echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5 --echo $ECHO_N "checking command to parse $NM output from $compiler object... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5 -+$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; } - if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - - # These are sane defaults that work on at least a few old systems. -@@ -7967,14 +8146,14 @@ EOF - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then - # Now try to grab the symbols. - nlist=conftest.nm - if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5 - (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && test -s "$nlist"; then - # Try sorting and uniquifying the output. - if sort "$nlist" | uniq > "$nlist"T; then -@@ -8029,7 +8208,7 @@ EOF - if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && test -s conftest${ac_exeext}; then - pipe_works=yes - fi -@@ -8064,17 +8243,17 @@ if test -z "$lt_cv_sys_global_symbol_pip - lt_cv_sys_global_symbol_to_cdecl= - fi - if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then -- { echo "$as_me:$LINENO: result: failed" >&5 --echo "${ECHO_T}failed" >&6; } -+ { $as_echo "$as_me:$LINENO: result: failed" >&5 -+$as_echo "failed" >&6; } - else -- { echo "$as_me:$LINENO: result: ok" >&5 --echo "${ECHO_T}ok" >&6; } -+ { $as_echo "$as_me:$LINENO: result: ok" >&5 -+$as_echo "ok" >&6; } - fi - --{ echo "$as_me:$LINENO: checking for objdir" >&5 --echo $ECHO_N "checking for objdir... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for objdir" >&5 -+$as_echo_n "checking for objdir... " >&6; } - if test "${lt_cv_objdir+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - rm -f .libs 2>/dev/null - mkdir .libs 2>/dev/null -@@ -8086,8 +8265,8 @@ else - fi - rmdir .libs 2>/dev/null - fi --{ echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5 --echo "${ECHO_T}$lt_cv_objdir" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5 -+$as_echo "$lt_cv_objdir" >&6; } - objdir=$lt_cv_objdir - - -@@ -8138,10 +8317,10 @@ with_gnu_ld="$lt_cv_prog_gnu_ld" - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. - set dummy ${ac_tool_prefix}ar; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_AR+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$AR"; then - ac_cv_prog_AR="$AR" # Let the user override the test. -@@ -8154,7 +8333,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_AR="${ac_tool_prefix}ar" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -8165,11 +8344,11 @@ fi - fi - AR=$ac_cv_prog_AR - if test -n "$AR"; then -- { echo "$as_me:$LINENO: result: $AR" >&5 --echo "${ECHO_T}$AR" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $AR" >&5 -+$as_echo "$AR" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -8178,10 +8357,10 @@ if test -z "$ac_cv_prog_AR"; then - ac_ct_AR=$AR - # Extract the first word of "ar", so it can be a program name with args. - set dummy ar; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_AR+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_AR"; then - ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. -@@ -8194,7 +8373,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_AR="ar" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -8205,11 +8384,11 @@ fi - fi - ac_ct_AR=$ac_cv_prog_ac_ct_AR - if test -n "$ac_ct_AR"; then -- { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 --echo "${ECHO_T}$ac_ct_AR" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 -+$as_echo "$ac_ct_AR" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_ct_AR" = x; then -@@ -8217,10 +8396,10 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&2;} - ac_tool_warned=yes ;; -@@ -8234,10 +8413,10 @@ fi - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. - set dummy ${ac_tool_prefix}ranlib; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_RANLIB+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$RANLIB"; then - ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. -@@ -8250,7 +8429,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -8261,11 +8440,11 @@ fi - fi - RANLIB=$ac_cv_prog_RANLIB - if test -n "$RANLIB"; then -- { echo "$as_me:$LINENO: result: $RANLIB" >&5 --echo "${ECHO_T}$RANLIB" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5 -+$as_echo "$RANLIB" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -8274,10 +8453,10 @@ if test -z "$ac_cv_prog_RANLIB"; then - ac_ct_RANLIB=$RANLIB - # Extract the first word of "ranlib", so it can be a program name with args. - set dummy ranlib; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_RANLIB"; then - ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. -@@ -8290,7 +8469,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_RANLIB="ranlib" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -8301,11 +8480,11 @@ fi - fi - ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB - if test -n "$ac_ct_RANLIB"; then -- { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 --echo "${ECHO_T}$ac_ct_RANLIB" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 -+$as_echo "$ac_ct_RANLIB" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_ct_RANLIB" = x; then -@@ -8313,10 +8492,10 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&2;} - ac_tool_warned=yes ;; -@@ -8330,10 +8509,10 @@ fi - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. - set dummy ${ac_tool_prefix}strip; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_STRIP+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$STRIP"; then - ac_cv_prog_STRIP="$STRIP" # Let the user override the test. -@@ -8346,7 +8525,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_STRIP="${ac_tool_prefix}strip" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -8357,11 +8536,11 @@ fi - fi - STRIP=$ac_cv_prog_STRIP - if test -n "$STRIP"; then -- { echo "$as_me:$LINENO: result: $STRIP" >&5 --echo "${ECHO_T}$STRIP" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $STRIP" >&5 -+$as_echo "$STRIP" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -8370,10 +8549,10 @@ if test -z "$ac_cv_prog_STRIP"; then - ac_ct_STRIP=$STRIP - # Extract the first word of "strip", so it can be a program name with args. - set dummy strip; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_STRIP"; then - ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. -@@ -8386,7 +8565,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_STRIP="strip" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -8397,11 +8576,11 @@ fi - fi - ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP - if test -n "$ac_ct_STRIP"; then -- { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 --echo "${ECHO_T}$ac_ct_STRIP" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5 -+$as_echo "$ac_ct_STRIP" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_ct_STRIP" = x; then -@@ -8409,10 +8588,10 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&2;} - ac_tool_warned=yes ;; -@@ -8477,10 +8656,10 @@ cc_basename=`$echo "X$cc_temp" | $Xsed - - case $deplibs_check_method in - file_magic*) - if test "$file_magic_cmd" = '$MAGIC_CMD'; then -- { echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5 --echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5 -+$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; } - if test "${lt_cv_path_MAGIC_CMD+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $MAGIC_CMD in - [\\/*] | ?:[\\/]*) -@@ -8530,19 +8709,19 @@ fi - - MAGIC_CMD="$lt_cv_path_MAGIC_CMD" - if test -n "$MAGIC_CMD"; then -- { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 --echo "${ECHO_T}$MAGIC_CMD" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 -+$as_echo "$MAGIC_CMD" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test -z "$lt_cv_path_MAGIC_CMD"; then - if test -n "$ac_tool_prefix"; then -- { echo "$as_me:$LINENO: checking for file" >&5 --echo $ECHO_N "checking for file... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for file" >&5 -+$as_echo_n "checking for file... " >&6; } - if test "${lt_cv_path_MAGIC_CMD+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $MAGIC_CMD in - [\\/*] | ?:[\\/]*) -@@ -8592,11 +8771,11 @@ fi - - MAGIC_CMD="$lt_cv_path_MAGIC_CMD" - if test -n "$MAGIC_CMD"; then -- { echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 --echo "${ECHO_T}$MAGIC_CMD" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5 -+$as_echo "$MAGIC_CMD" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - else -@@ -8614,10 +8793,10 @@ esac - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args. - set dummy ${ac_tool_prefix}dsymutil; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_DSYMUTIL+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$DSYMUTIL"; then - ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test. -@@ -8630,7 +8809,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -8641,11 +8820,11 @@ fi - fi - DSYMUTIL=$ac_cv_prog_DSYMUTIL - if test -n "$DSYMUTIL"; then -- { echo "$as_me:$LINENO: result: $DSYMUTIL" >&5 --echo "${ECHO_T}$DSYMUTIL" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $DSYMUTIL" >&5 -+$as_echo "$DSYMUTIL" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -8654,10 +8833,10 @@ if test -z "$ac_cv_prog_DSYMUTIL"; then - ac_ct_DSYMUTIL=$DSYMUTIL - # Extract the first word of "dsymutil", so it can be a program name with args. - set dummy dsymutil; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_DSYMUTIL"; then - ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test. -@@ -8670,7 +8849,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -8681,11 +8860,11 @@ fi - fi - ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL - if test -n "$ac_ct_DSYMUTIL"; then -- { echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5 --echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5 -+$as_echo "$ac_ct_DSYMUTIL" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_ct_DSYMUTIL" = x; then -@@ -8693,10 +8872,10 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&2;} - ac_tool_warned=yes ;; -@@ -8710,10 +8889,10 @@ fi - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args. - set dummy ${ac_tool_prefix}nmedit; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_NMEDIT+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$NMEDIT"; then - ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test. -@@ -8726,7 +8905,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -8737,11 +8916,11 @@ fi - fi - NMEDIT=$ac_cv_prog_NMEDIT - if test -n "$NMEDIT"; then -- { echo "$as_me:$LINENO: result: $NMEDIT" >&5 --echo "${ECHO_T}$NMEDIT" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $NMEDIT" >&5 -+$as_echo "$NMEDIT" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -8750,10 +8929,10 @@ if test -z "$ac_cv_prog_NMEDIT"; then - ac_ct_NMEDIT=$NMEDIT - # Extract the first word of "nmedit", so it can be a program name with args. - set dummy nmedit; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -n "$ac_ct_NMEDIT"; then - ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test. -@@ -8766,7 +8945,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_prog_ac_ct_NMEDIT="nmedit" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -8777,11 +8956,11 @@ fi - fi - ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT - if test -n "$ac_ct_NMEDIT"; then -- { echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5 --echo "${ECHO_T}$ac_ct_NMEDIT" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5 -+$as_echo "$ac_ct_NMEDIT" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_ct_NMEDIT" = x; then -@@ -8789,10 +8968,10 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&2;} - ac_tool_warned=yes ;; -@@ -8804,10 +8983,10 @@ else - fi - - -- { echo "$as_me:$LINENO: checking for -single_module linker flag" >&5 --echo $ECHO_N "checking for -single_module linker flag... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for -single_module linker flag" >&5 -+$as_echo_n "checking for -single_module linker flag... " >&6; } - if test "${lt_cv_apple_cc_single_mod+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - lt_cv_apple_cc_single_mod=no - if test -z "${LT_MULTI_MODULE}"; then -@@ -8825,12 +9004,12 @@ else - rm conftest.c - fi - fi --{ echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5 --echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6; } -- { echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5 --echo $ECHO_N "checking for -exported_symbols_list linker flag... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5 -+$as_echo "$lt_cv_apple_cc_single_mod" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5 -+$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } - if test "${lt_cv_ld_exported_symbols_list+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - lt_cv_ld_exported_symbols_list=no - save_LDFLAGS=$LDFLAGS -@@ -8857,33 +9036,37 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - lt_cv_ld_exported_symbols_list=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - lt_cv_ld_exported_symbols_list=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LDFLAGS="$save_LDFLAGS" - - fi --{ echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5 --echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5 -+$as_echo "$lt_cv_ld_exported_symbols_list" >&6; } - case $host_os in - rhapsody* | darwin1.[0123]) - _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;; -@@ -8995,10 +9178,10 @@ if test "$GCC" = yes; then - lt_prog_compiler_no_builtin_flag=' -fno-builtin' - - --{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 --echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 -+$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } - if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - lt_cv_prog_compiler_rtti_exceptions=no - ac_outfile=conftest.$ac_objext -@@ -9013,11 +9196,11 @@ else - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` -- (eval echo "\"\$as_me:9016: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:9199: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 -- echo "$as_me:9020: \$? = $ac_status" >&5 -+ echo "$as_me:9203: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s "$ac_outfile"; then - # The compiler can only warn and ignore the option if not recognized - # So say no if there are warnings other than the usual output. -@@ -9030,8 +9213,8 @@ else - $rm conftest* - - fi --{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 --echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 -+$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } - - if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then - lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions" -@@ -9045,8 +9228,8 @@ lt_prog_compiler_wl= - lt_prog_compiler_pic= - lt_prog_compiler_static= - --{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 --echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 -+$as_echo_n "checking for $compiler option to produce PIC... " >&6; } - - if test "$GCC" = yes; then - lt_prog_compiler_wl='-Wl,' -@@ -9277,18 +9460,18 @@ echo $ECHO_N "checking for $compiler opt - esac - fi - --{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5 --echo "${ECHO_T}$lt_prog_compiler_pic" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5 -+$as_echo "$lt_prog_compiler_pic" >&6; } - - # - # Check to make sure the PIC flag actually works. - # - if test -n "$lt_prog_compiler_pic"; then - --{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 --echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5 -+$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; } - if test "${lt_cv_prog_compiler_pic_works+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - lt_cv_prog_compiler_pic_works=no - ac_outfile=conftest.$ac_objext -@@ -9303,11 +9486,11 @@ else - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` -- (eval echo "\"\$as_me:9306: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:9489: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 -- echo "$as_me:9310: \$? = $ac_status" >&5 -+ echo "$as_me:9493: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s "$ac_outfile"; then - # The compiler can only warn and ignore the option if not recognized - # So say no if there are warnings other than the usual output. -@@ -9320,8 +9503,8 @@ else - $rm conftest* - - fi --{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5 --echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5 -+$as_echo "$lt_cv_prog_compiler_pic_works" >&6; } - - if test x"$lt_cv_prog_compiler_pic_works" = xyes; then - case $lt_prog_compiler_pic in -@@ -9348,10 +9531,10 @@ esac - # Check to make sure the static flag actually works. - # - wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\" --{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 --echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 -+$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } - if test "${lt_cv_prog_compiler_static_works+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - lt_cv_prog_compiler_static_works=no - save_LDFLAGS="$LDFLAGS" -@@ -9376,8 +9559,8 @@ else - LDFLAGS="$save_LDFLAGS" - - fi --{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5 --echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5 -+$as_echo "$lt_cv_prog_compiler_static_works" >&6; } - - if test x"$lt_cv_prog_compiler_static_works" = xyes; then - : -@@ -9386,10 +9569,10 @@ else - fi - - --{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 --echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 -+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } - if test "${lt_cv_prog_compiler_c_o+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - lt_cv_prog_compiler_c_o=no - $rm -r conftest 2>/dev/null -@@ -9407,11 +9590,11 @@ else - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` -- (eval echo "\"\$as_me:9410: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:9593: $lt_compile\"" >&5) - (eval "$lt_compile" 2>out/conftest.err) - ac_status=$? - cat out/conftest.err >&5 -- echo "$as_me:9414: \$? = $ac_status" >&5 -+ echo "$as_me:9597: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s out/conftest2.$ac_objext - then - # The compiler can only warn and ignore the option if not recognized -@@ -9433,34 +9616,34 @@ else - $rm conftest* - - fi --{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5 --echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5 -+$as_echo "$lt_cv_prog_compiler_c_o" >&6; } - - - hard_links="nottested" - if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then - # do not overwrite the value of need_locks provided by the user -- { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 --echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 -+$as_echo_n "checking if we can lock with hard links... " >&6; } - hard_links=yes - $rm conftest* - ln conftest.a conftest.b 2>/dev/null && hard_links=no - touch conftest.a - ln conftest.a conftest.b 2>&5 || hard_links=no - ln conftest.a conftest.b 2>/dev/null && hard_links=no -- { echo "$as_me:$LINENO: result: $hard_links" >&5 --echo "${ECHO_T}$hard_links" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $hard_links" >&5 -+$as_echo "$hard_links" >&6; } - if test "$hard_links" = no; then -- { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 --echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 -+$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} - need_locks=warn - fi - else - need_locks=no - fi - --{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 --echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 -+$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } - - runpath_var= - allow_undefined_flag= -@@ -9891,18 +10074,21 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - - lt_aix_libpath_sed=' - /Import File Strings/,/^$/ { -@@ -9917,12 +10103,13 @@ if test -z "$aix_libpath"; then - aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` - fi - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi -@@ -9957,18 +10144,21 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - - lt_aix_libpath_sed=' - /Import File Strings/,/^$/ { -@@ -9983,12 +10173,13 @@ if test -z "$aix_libpath"; then - aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` - fi - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi -@@ -10440,8 +10631,8 @@ if test -z "$aix_libpath"; then aix_libp - esac - fi - --{ echo "$as_me:$LINENO: result: $ld_shlibs" >&5 --echo "${ECHO_T}$ld_shlibs" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5 -+$as_echo "$ld_shlibs" >&6; } - test "$ld_shlibs" = no && can_build_shared=no - - # -@@ -10461,15 +10652,15 @@ x|xyes) - # Test whether the compiler implicitly links with -lc since on some - # systems, -lgcc has to come before -lc. If gcc already passes -lc - # to ld, don't add -lc before -lgcc. -- { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 --echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 -+$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } - $rm conftest* - echo "$lt_simple_compile_test_code" > conftest.$ac_ext - - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } 2>conftest.err; then - soname=conftest - lib=conftest -@@ -10487,7 +10678,7 @@ echo $ECHO_N "checking whether -lc shoul - if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 - (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } - then - archive_cmds_need_lc=no -@@ -10499,16 +10690,16 @@ echo $ECHO_N "checking whether -lc shoul - cat conftest.err 1>&5 - fi - $rm conftest* -- { echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5 --echo "${ECHO_T}$archive_cmds_need_lc" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5 -+$as_echo "$archive_cmds_need_lc" >&6; } - ;; - esac - fi - ;; - esac - --{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 --echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 -+$as_echo_n "checking dynamic linker characteristics... " >&6; } - library_names_spec= - libname_spec='lib$name' - soname_spec= -@@ -11121,19 +11312,19 @@ uts4*) - dynamic_linker=no - ;; - esac --{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5 --echo "${ECHO_T}$dynamic_linker" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5 -+$as_echo "$dynamic_linker" >&6; } - test "$dynamic_linker" = no && can_build_shared=no - - if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec" - fi - - sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" - if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec" - fi -@@ -11145,8 +11336,8 @@ if test "$GCC" = yes; then - variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" - fi - --{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 --echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 -+$as_echo_n "checking how to hardcode library paths into programs... " >&6; } - hardcode_action= - if test -n "$hardcode_libdir_flag_spec" || \ - test -n "$runpath_var" || \ -@@ -11170,8 +11361,8 @@ else - # directories. - hardcode_action=unsupported - fi --{ echo "$as_me:$LINENO: result: $hardcode_action" >&5 --echo "${ECHO_T}$hardcode_action" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5 -+$as_echo "$hardcode_action" >&6; } - - if test "$hardcode_action" = relink; then - # Fast installation is not supported -@@ -11184,13 +11375,13 @@ fi - - striplib= - old_striplib= --{ echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 --echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5 -+$as_echo_n "checking whether stripping libraries is possible... " >&6; } - if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then - test -z "$old_striplib" && old_striplib="$STRIP --strip-debug" - test -z "$striplib" && striplib="$STRIP --strip-unneeded" -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - else - # FIXME - insert some real tests, host_os isn't really good enough - case $host_os in -@@ -11198,16 +11389,16 @@ else - if test -n "$STRIP" ; then - striplib="$STRIP -x" - old_striplib="$STRIP -S" -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - ;; - *) -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - ;; - esac - fi -@@ -11239,10 +11430,10 @@ else - - darwin*) - # if libdl is installed we need to link against it -- { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 --echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 -+$as_echo_n "checking for dlopen in -ldl... " >&6; } - if test "${ac_cv_lib_dl_dlopen+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-ldl $LIBS" -@@ -11274,32 +11465,36 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_dl_dlopen=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_dl_dlopen=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 --echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 -+$as_echo "$ac_cv_lib_dl_dlopen" >&6; } - if test $ac_cv_lib_dl_dlopen = yes; then - lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" - else -@@ -11313,10 +11508,10 @@ fi - ;; - - *) -- { echo "$as_me:$LINENO: checking for shl_load" >&5 --echo $ECHO_N "checking for shl_load... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for shl_load" >&5 -+$as_echo_n "checking for shl_load... " >&6; } - if test "${ac_cv_func_shl_load+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -11369,38 +11564,42 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_func_shl_load=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_func_shl_load=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 --echo "${ECHO_T}$ac_cv_func_shl_load" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5 -+$as_echo "$ac_cv_func_shl_load" >&6; } - if test $ac_cv_func_shl_load = yes; then - lt_cv_dlopen="shl_load" - else -- { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 --echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 -+$as_echo_n "checking for shl_load in -ldld... " >&6; } - if test "${ac_cv_lib_dld_shl_load+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-ldld $LIBS" -@@ -11432,39 +11631,43 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_dld_shl_load=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_dld_shl_load=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 --echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 -+$as_echo "$ac_cv_lib_dld_shl_load" >&6; } - if test $ac_cv_lib_dld_shl_load = yes; then - lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld" - else -- { echo "$as_me:$LINENO: checking for dlopen" >&5 --echo $ECHO_N "checking for dlopen... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for dlopen" >&5 -+$as_echo_n "checking for dlopen... " >&6; } - if test "${ac_cv_func_dlopen+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -11517,38 +11720,42 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_func_dlopen=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_func_dlopen=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 --echo "${ECHO_T}$ac_cv_func_dlopen" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5 -+$as_echo "$ac_cv_func_dlopen" >&6; } - if test $ac_cv_func_dlopen = yes; then - lt_cv_dlopen="dlopen" - else -- { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 --echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 -+$as_echo_n "checking for dlopen in -ldl... " >&6; } - if test "${ac_cv_lib_dl_dlopen+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-ldl $LIBS" -@@ -11580,39 +11787,43 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_dl_dlopen=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_dl_dlopen=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 --echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 -+$as_echo "$ac_cv_lib_dl_dlopen" >&6; } - if test $ac_cv_lib_dl_dlopen = yes; then - lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl" - else -- { echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 --echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5 -+$as_echo_n "checking for dlopen in -lsvld... " >&6; } - if test "${ac_cv_lib_svld_dlopen+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lsvld $LIBS" -@@ -11644,39 +11855,43 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_svld_dlopen=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_svld_dlopen=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 --echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5 -+$as_echo "$ac_cv_lib_svld_dlopen" >&6; } - if test $ac_cv_lib_svld_dlopen = yes; then - lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld" - else -- { echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 --echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5 -+$as_echo_n "checking for dld_link in -ldld... " >&6; } - if test "${ac_cv_lib_dld_dld_link+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-ldld $LIBS" -@@ -11708,32 +11923,36 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_dld_dld_link=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_dld_dld_link=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 --echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5 -+$as_echo "$ac_cv_lib_dld_dld_link" >&6; } - if test $ac_cv_lib_dld_dld_link = yes; then - lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld" - fi -@@ -11773,10 +11992,10 @@ fi - save_LIBS="$LIBS" - LIBS="$lt_cv_dlopen_libs $LIBS" - -- { echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 --echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5 -+$as_echo_n "checking whether a program can dlopen itself... " >&6; } - if test "${lt_cv_dlopen_self+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test "$cross_compiling" = yes; then : - lt_cv_dlopen_self=cross -@@ -11784,7 +12003,7 @@ else - lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 - lt_status=$lt_dlunknown - cat > conftest.$ac_ext <<EOF --#line 11787 "configure" -+#line 12006 "configure" - #include "confdefs.h" - - #if HAVE_DLFCN_H -@@ -11850,7 +12069,7 @@ EOF - if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then - (./conftest; exit; ) >&5 2>/dev/null - lt_status=$? -@@ -11868,15 +12087,15 @@ rm -fr conftest* - - - fi --{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 --echo "${ECHO_T}$lt_cv_dlopen_self" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5 -+$as_echo "$lt_cv_dlopen_self" >&6; } - - if test "x$lt_cv_dlopen_self" = xyes; then - wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\" -- { echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 --echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5 -+$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } - if test "${lt_cv_dlopen_self_static+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test "$cross_compiling" = yes; then : - lt_cv_dlopen_self_static=cross -@@ -11884,7 +12103,7 @@ else - lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 - lt_status=$lt_dlunknown - cat > conftest.$ac_ext <<EOF --#line 11887 "configure" -+#line 12106 "configure" - #include "confdefs.h" - - #if HAVE_DLFCN_H -@@ -11950,7 +12169,7 @@ EOF - if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 - (eval $ac_link) 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then - (./conftest; exit; ) >&5 2>/dev/null - lt_status=$? -@@ -11968,8 +12187,8 @@ rm -fr conftest* - - - fi --{ echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 --echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5 -+$as_echo "$lt_cv_dlopen_self_static" >&6; } - fi - - CPPFLAGS="$save_CPPFLAGS" -@@ -11991,13 +12210,13 @@ fi - - - # Report which library types will actually be built --{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 --echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; } --{ echo "$as_me:$LINENO: result: $can_build_shared" >&5 --echo "${ECHO_T}$can_build_shared" >&6; } -+{ $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 -+$as_echo_n "checking if libtool supports shared libraries... " >&6; } -+{ $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5 -+$as_echo "$can_build_shared" >&6; } - --{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 --echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 -+$as_echo_n "checking whether to build shared libraries... " >&6; } - test "$can_build_shared" = "no" && enable_shared=no - - # On AIX, shared libraries and static libraries use the same namespace, and -@@ -12017,15 +12236,15 @@ aix[4-9]*) - fi - ;; - esac --{ echo "$as_me:$LINENO: result: $enable_shared" >&5 --echo "${ECHO_T}$enable_shared" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $enable_shared" >&5 -+$as_echo "$enable_shared" >&6; } - --{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5 --echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5 -+$as_echo_n "checking whether to build static libraries... " >&6; } - # Make sure either enable_shared or enable_static is yes. - test "$enable_shared" = yes || enable_static=yes --{ echo "$as_me:$LINENO: result: $enable_static" >&5 --echo "${ECHO_T}$enable_static" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $enable_static" >&5 -+$as_echo "$enable_static" >&6; } - - # The else clause should only fire when bootstrapping the - # libtool distribution, otherwise you forgot to ship ltmain.sh -@@ -12118,8 +12337,8 @@ if test -f "$ltmain"; then - cfgfile="${ofile}T" - trap "$rm \"$cfgfile\"; exit 1" 1 2 15 - $rm -f "$cfgfile" -- { echo "$as_me:$LINENO: creating $ofile" >&5 --echo "$as_me: creating $ofile" >&6;} -+ { $as_echo "$as_me:$LINENO: creating $ofile" >&5 -+$as_echo "$as_me: creating $ofile" >&6;} - - cat <<__EOF__ >> "$cfgfile" - #! $SHELL -@@ -12531,18 +12750,18 @@ fi - - if test -f "$ltmain" && test -n "$tagnames"; then - if test ! -f "${ofile}"; then -- { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5 --echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not exist" >&5 -+$as_echo "$as_me: WARNING: output file \`$ofile' does not exist" >&2;} - fi - - if test -z "$LTCC"; then - eval "`$SHELL ${ofile} --config | grep '^LTCC='`" - if test -z "$LTCC"; then -- { echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5 --echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: output file \`$ofile' does not look like a libtool script" >&5 -+$as_echo "$as_me: WARNING: output file \`$ofile' does not look like a libtool script" >&2;} - else -- { echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5 --echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&5 -+$as_echo "$as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'" >&2;} - fi - fi - if test -z "$LTCFLAGS"; then -@@ -12559,16 +12778,16 @@ echo "$as_me: WARNING: using \`LTCC=$LTC - # Check whether tagname contains only valid characters - case `$echo "X$tagname" | $Xsed -e 's:[-_ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890,/]::g'` in - "") ;; -- *) { { echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5 --echo "$as_me: error: invalid tag name: $tagname" >&2;} -+ *) { { $as_echo "$as_me:$LINENO: error: invalid tag name: $tagname" >&5 -+$as_echo "$as_me: error: invalid tag name: $tagname" >&2;} - { (exit 1); exit 1; }; } - ;; - esac - - if grep "^# ### BEGIN LIBTOOL TAG CONFIG: $tagname$" < "${ofile}" > /dev/null - then -- { { echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5 --echo "$as_me: error: tag name \"$tagname\" already exists" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: tag name \"$tagname\" already exists" >&5 -+$as_echo "$as_me: error: tag name \"$tagname\" already exists" >&2;} - { (exit 1); exit 1; }; } - fi - -@@ -12711,8 +12930,8 @@ fi - ac_prog=ld - if test "$GCC" = yes; then - # Check if gcc -print-prog-name=ld gives a path. -- { echo "$as_me:$LINENO: checking for ld used by $CC" >&5 --echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5 -+$as_echo_n "checking for ld used by $CC... " >&6; } - case $host in - *-*-mingw*) - # gcc leaves a trailing carriage return which upsets mingw -@@ -12741,14 +12960,14 @@ echo $ECHO_N "checking for ld used by $C - ;; - esac - elif test "$with_gnu_ld" = yes; then -- { echo "$as_me:$LINENO: checking for GNU ld" >&5 --echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5 -+$as_echo_n "checking for GNU ld... " >&6; } - else -- { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 --echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5 -+$as_echo_n "checking for non-GNU ld... " >&6; } - fi - if test "${lt_cv_path_LD+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test -z "$LD"; then - lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR -@@ -12778,19 +12997,19 @@ fi - - LD="$lt_cv_path_LD" - if test -n "$LD"; then -- { echo "$as_me:$LINENO: result: $LD" >&5 --echo "${ECHO_T}$LD" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $LD" >&5 -+$as_echo "$LD" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi --test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 --echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} -+test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 -+$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;} - { (exit 1); exit 1; }; } --{ echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 --echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 -+$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } - if test "${lt_cv_prog_gnu_ld+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - # I'd rather use --version here, but apparently some GNU lds only accept -v. - case `$LD -v 2>&1 </dev/null` in -@@ -12802,8 +13021,8 @@ case `$LD -v 2>&1 </dev/null` in - ;; - esac - fi --{ echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 --echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5 -+$as_echo "$lt_cv_prog_gnu_ld" >&6; } - with_gnu_ld=$lt_cv_prog_gnu_ld - - -@@ -12853,8 +13072,8 @@ else - fi - - # PORTME: fill in a description of your system's C++ link characteristics --{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 --echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 -+$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } - ld_shlibs_CXX=yes - case $host_os in - aix3*) -@@ -12971,18 +13190,21 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - - lt_aix_libpath_sed=' - /Import File Strings/,/^$/ { -@@ -12997,12 +13219,13 @@ if test -z "$aix_libpath"; then - aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` - fi - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi -@@ -13038,18 +13261,21 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_cxx_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - - lt_aix_libpath_sed=' - /Import File Strings/,/^$/ { -@@ -13064,12 +13290,13 @@ if test -z "$aix_libpath"; then - aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` - fi - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi -@@ -13799,8 +14026,8 @@ if test -z "$aix_libpath"; then aix_libp - ld_shlibs_CXX=no - ;; - esac --{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 --echo "${ECHO_T}$ld_shlibs_CXX" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 -+$as_echo "$ld_shlibs_CXX" >&6; } - test "$ld_shlibs_CXX" = no && can_build_shared=no - - GCC_CXX="$GXX" -@@ -13819,7 +14046,7 @@ EOF - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then - # Parse the compiler output and extract the necessary - # objects, libraries and library flags. -@@ -13975,8 +14202,8 @@ lt_prog_compiler_wl_CXX= - lt_prog_compiler_pic_CXX= - lt_prog_compiler_static_CXX= - --{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 --echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 -+$as_echo_n "checking for $compiler option to produce PIC... " >&6; } - - # C++ specific cases for pic, static, wl, etc. - if test "$GXX" = yes; then -@@ -14259,18 +14486,18 @@ echo $ECHO_N "checking for $compiler opt - esac - fi - --{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5 --echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5 -+$as_echo "$lt_prog_compiler_pic_CXX" >&6; } - - # - # Check to make sure the PIC flag actually works. - # - if test -n "$lt_prog_compiler_pic_CXX"; then - --{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 --echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5 -+$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... " >&6; } - if test "${lt_cv_prog_compiler_pic_works_CXX+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - lt_cv_prog_compiler_pic_works_CXX=no - ac_outfile=conftest.$ac_objext -@@ -14285,11 +14512,11 @@ else - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` -- (eval echo "\"\$as_me:14288: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:14515: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 -- echo "$as_me:14292: \$? = $ac_status" >&5 -+ echo "$as_me:14519: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s "$ac_outfile"; then - # The compiler can only warn and ignore the option if not recognized - # So say no if there are warnings other than the usual output. -@@ -14302,8 +14529,8 @@ else - $rm conftest* - - fi --{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5 --echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_CXX" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_CXX" >&5 -+$as_echo "$lt_cv_prog_compiler_pic_works_CXX" >&6; } - - if test x"$lt_cv_prog_compiler_pic_works_CXX" = xyes; then - case $lt_prog_compiler_pic_CXX in -@@ -14330,10 +14557,10 @@ esac - # Check to make sure the static flag actually works. - # - wl=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag=\"$lt_prog_compiler_static_CXX\" --{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 --echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 -+$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } - if test "${lt_cv_prog_compiler_static_works_CXX+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - lt_cv_prog_compiler_static_works_CXX=no - save_LDFLAGS="$LDFLAGS" -@@ -14358,8 +14585,8 @@ else - LDFLAGS="$save_LDFLAGS" - - fi --{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5 --echo "${ECHO_T}$lt_cv_prog_compiler_static_works_CXX" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_CXX" >&5 -+$as_echo "$lt_cv_prog_compiler_static_works_CXX" >&6; } - - if test x"$lt_cv_prog_compiler_static_works_CXX" = xyes; then - : -@@ -14368,10 +14595,10 @@ else - fi - - --{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 --echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 -+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } - if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - lt_cv_prog_compiler_c_o_CXX=no - $rm -r conftest 2>/dev/null -@@ -14389,11 +14616,11 @@ else - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` -- (eval echo "\"\$as_me:14392: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:14619: $lt_compile\"" >&5) - (eval "$lt_compile" 2>out/conftest.err) - ac_status=$? - cat out/conftest.err >&5 -- echo "$as_me:14396: \$? = $ac_status" >&5 -+ echo "$as_me:14623: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s out/conftest2.$ac_objext - then - # The compiler can only warn and ignore the option if not recognized -@@ -14415,34 +14642,34 @@ else - $rm conftest* - - fi --{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5 --echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5 -+$as_echo "$lt_cv_prog_compiler_c_o_CXX" >&6; } - - - hard_links="nottested" - if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then - # do not overwrite the value of need_locks provided by the user -- { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 --echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 -+$as_echo_n "checking if we can lock with hard links... " >&6; } - hard_links=yes - $rm conftest* - ln conftest.a conftest.b 2>/dev/null && hard_links=no - touch conftest.a - ln conftest.a conftest.b 2>&5 || hard_links=no - ln conftest.a conftest.b 2>/dev/null && hard_links=no -- { echo "$as_me:$LINENO: result: $hard_links" >&5 --echo "${ECHO_T}$hard_links" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $hard_links" >&5 -+$as_echo "$hard_links" >&6; } - if test "$hard_links" = no; then -- { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 --echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 -+$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} - need_locks=warn - fi - else - need_locks=no - fi - --{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 --echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 -+$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } - - export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols' - case $host_os in -@@ -14470,8 +14697,8 @@ echo $ECHO_N "checking whether the $comp - esac - exclude_expsyms_CXX='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*' - --{ echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 --echo "${ECHO_T}$ld_shlibs_CXX" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5 -+$as_echo "$ld_shlibs_CXX" >&6; } - test "$ld_shlibs_CXX" = no && can_build_shared=no - - # -@@ -14491,15 +14718,15 @@ x|xyes) - # Test whether the compiler implicitly links with -lc since on some - # systems, -lgcc has to come before -lc. If gcc already passes -lc - # to ld, don't add -lc before -lgcc. -- { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 --echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 -+$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } - $rm conftest* - echo "$lt_simple_compile_test_code" > conftest.$ac_ext - - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } 2>conftest.err; then - soname=conftest - lib=conftest -@@ -14517,7 +14744,7 @@ echo $ECHO_N "checking whether -lc shoul - if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 - (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } - then - archive_cmds_need_lc_CXX=no -@@ -14529,16 +14756,16 @@ echo $ECHO_N "checking whether -lc shoul - cat conftest.err 1>&5 - fi - $rm conftest* -- { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5 --echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5 -+$as_echo "$archive_cmds_need_lc_CXX" >&6; } - ;; - esac - fi - ;; - esac - --{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 --echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 -+$as_echo_n "checking dynamic linker characteristics... " >&6; } - library_names_spec= - libname_spec='lib$name' - soname_spec= -@@ -15099,19 +15326,19 @@ uts4*) - dynamic_linker=no - ;; - esac --{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5 --echo "${ECHO_T}$dynamic_linker" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5 -+$as_echo "$dynamic_linker" >&6; } - test "$dynamic_linker" = no && can_build_shared=no - - if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec" - fi - - sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" - if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec" - fi -@@ -15123,8 +15350,8 @@ if test "$GCC" = yes; then - variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" - fi - --{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 --echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 -+$as_echo_n "checking how to hardcode library paths into programs... " >&6; } - hardcode_action_CXX= - if test -n "$hardcode_libdir_flag_spec_CXX" || \ - test -n "$runpath_var_CXX" || \ -@@ -15148,8 +15375,8 @@ else - # directories. - hardcode_action_CXX=unsupported - fi --{ echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5 --echo "${ECHO_T}$hardcode_action_CXX" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5 -+$as_echo "$hardcode_action_CXX" >&6; } - - if test "$hardcode_action_CXX" = relink; then - # Fast installation is not supported -@@ -15687,13 +15914,13 @@ done - cc_basename=`$echo "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"` - - --{ echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 --echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6; } --{ echo "$as_me:$LINENO: result: $can_build_shared" >&5 --echo "${ECHO_T}$can_build_shared" >&6; } -+{ $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5 -+$as_echo_n "checking if libtool supports shared libraries... " >&6; } -+{ $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5 -+$as_echo "$can_build_shared" >&6; } - --{ echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 --echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5 -+$as_echo_n "checking whether to build shared libraries... " >&6; } - test "$can_build_shared" = "no" && enable_shared=no - - # On AIX, shared libraries and static libraries use the same namespace, and -@@ -15712,15 +15939,15 @@ aix[4-9]*) - fi - ;; - esac --{ echo "$as_me:$LINENO: result: $enable_shared" >&5 --echo "${ECHO_T}$enable_shared" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $enable_shared" >&5 -+$as_echo "$enable_shared" >&6; } - --{ echo "$as_me:$LINENO: checking whether to build static libraries" >&5 --echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5 -+$as_echo_n "checking whether to build static libraries... " >&6; } - # Make sure either enable_shared or enable_static is yes. - test "$enable_shared" = yes || enable_static=yes --{ echo "$as_me:$LINENO: result: $enable_static" >&5 --echo "${ECHO_T}$enable_static" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $enable_static" >&5 -+$as_echo "$enable_static" >&6; } - - GCC_F77="$G77" - LD_F77="$LD" -@@ -15729,8 +15956,8 @@ lt_prog_compiler_wl_F77= - lt_prog_compiler_pic_F77= - lt_prog_compiler_static_F77= - --{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 --echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 -+$as_echo_n "checking for $compiler option to produce PIC... " >&6; } - - if test "$GCC" = yes; then - lt_prog_compiler_wl_F77='-Wl,' -@@ -15961,18 +16188,18 @@ echo $ECHO_N "checking for $compiler opt - esac - fi - --{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5 --echo "${ECHO_T}$lt_prog_compiler_pic_F77" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_F77" >&5 -+$as_echo "$lt_prog_compiler_pic_F77" >&6; } - - # - # Check to make sure the PIC flag actually works. - # - if test -n "$lt_prog_compiler_pic_F77"; then - --{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5 --echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works" >&5 -+$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_F77 works... " >&6; } - if test "${lt_cv_prog_compiler_pic_works_F77+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - lt_cv_prog_compiler_pic_works_F77=no - ac_outfile=conftest.$ac_objext -@@ -15987,11 +16214,11 @@ else - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` -- (eval echo "\"\$as_me:15990: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:16217: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 -- echo "$as_me:15994: \$? = $ac_status" >&5 -+ echo "$as_me:16221: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s "$ac_outfile"; then - # The compiler can only warn and ignore the option if not recognized - # So say no if there are warnings other than the usual output. -@@ -16004,8 +16231,8 @@ else - $rm conftest* - - fi --{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_F77" >&5 --echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_F77" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_F77" >&5 -+$as_echo "$lt_cv_prog_compiler_pic_works_F77" >&6; } - - if test x"$lt_cv_prog_compiler_pic_works_F77" = xyes; then - case $lt_prog_compiler_pic_F77 in -@@ -16032,10 +16259,10 @@ esac - # Check to make sure the static flag actually works. - # - wl=$lt_prog_compiler_wl_F77 eval lt_tmp_static_flag=\"$lt_prog_compiler_static_F77\" --{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 --echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 -+$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } - if test "${lt_cv_prog_compiler_static_works_F77+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - lt_cv_prog_compiler_static_works_F77=no - save_LDFLAGS="$LDFLAGS" -@@ -16060,8 +16287,8 @@ else - LDFLAGS="$save_LDFLAGS" - - fi --{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_F77" >&5 --echo "${ECHO_T}$lt_cv_prog_compiler_static_works_F77" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_F77" >&5 -+$as_echo "$lt_cv_prog_compiler_static_works_F77" >&6; } - - if test x"$lt_cv_prog_compiler_static_works_F77" = xyes; then - : -@@ -16070,10 +16297,10 @@ else - fi - - --{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 --echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 -+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } - if test "${lt_cv_prog_compiler_c_o_F77+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - lt_cv_prog_compiler_c_o_F77=no - $rm -r conftest 2>/dev/null -@@ -16091,11 +16318,11 @@ else - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` -- (eval echo "\"\$as_me:16094: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:16321: $lt_compile\"" >&5) - (eval "$lt_compile" 2>out/conftest.err) - ac_status=$? - cat out/conftest.err >&5 -- echo "$as_me:16098: \$? = $ac_status" >&5 -+ echo "$as_me:16325: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s out/conftest2.$ac_objext - then - # The compiler can only warn and ignore the option if not recognized -@@ -16117,34 +16344,34 @@ else - $rm conftest* - - fi --{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5 --echo "${ECHO_T}$lt_cv_prog_compiler_c_o_F77" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_F77" >&5 -+$as_echo "$lt_cv_prog_compiler_c_o_F77" >&6; } - - - hard_links="nottested" - if test "$lt_cv_prog_compiler_c_o_F77" = no && test "$need_locks" != no; then - # do not overwrite the value of need_locks provided by the user -- { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 --echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 -+$as_echo_n "checking if we can lock with hard links... " >&6; } - hard_links=yes - $rm conftest* - ln conftest.a conftest.b 2>/dev/null && hard_links=no - touch conftest.a - ln conftest.a conftest.b 2>&5 || hard_links=no - ln conftest.a conftest.b 2>/dev/null && hard_links=no -- { echo "$as_me:$LINENO: result: $hard_links" >&5 --echo "${ECHO_T}$hard_links" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $hard_links" >&5 -+$as_echo "$hard_links" >&6; } - if test "$hard_links" = no; then -- { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 --echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 -+$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} - need_locks=warn - fi - else - need_locks=no - fi - --{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 --echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 -+$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } - - runpath_var= - allow_undefined_flag_F77= -@@ -16565,18 +16792,21 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_f77_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - - lt_aix_libpath_sed=' - /Import File Strings/,/^$/ { -@@ -16591,12 +16821,13 @@ if test -z "$aix_libpath"; then - aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` - fi - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi -@@ -16621,18 +16852,21 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_f77_werror_flag" || - test ! -s conftest.err -- } && test -s conftest$ac_exeext && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - - lt_aix_libpath_sed=' - /Import File Strings/,/^$/ { -@@ -16647,12 +16881,13 @@ if test -z "$aix_libpath"; then - aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` - fi - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi -@@ -17104,8 +17339,8 @@ if test -z "$aix_libpath"; then aix_libp - esac - fi - --{ echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5 --echo "${ECHO_T}$ld_shlibs_F77" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_F77" >&5 -+$as_echo "$ld_shlibs_F77" >&6; } - test "$ld_shlibs_F77" = no && can_build_shared=no - - # -@@ -17125,15 +17360,15 @@ x|xyes) - # Test whether the compiler implicitly links with -lc since on some - # systems, -lgcc has to come before -lc. If gcc already passes -lc - # to ld, don't add -lc before -lgcc. -- { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 --echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 -+$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } - $rm conftest* - echo "$lt_simple_compile_test_code" > conftest.$ac_ext - - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } 2>conftest.err; then - soname=conftest - lib=conftest -@@ -17151,7 +17386,7 @@ echo $ECHO_N "checking whether -lc shoul - if { (eval echo "$as_me:$LINENO: \"$archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 - (eval $archive_cmds_F77 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } - then - archive_cmds_need_lc_F77=no -@@ -17163,16 +17398,16 @@ echo $ECHO_N "checking whether -lc shoul - cat conftest.err 1>&5 - fi - $rm conftest* -- { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5 --echo "${ECHO_T}$archive_cmds_need_lc_F77" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_F77" >&5 -+$as_echo "$archive_cmds_need_lc_F77" >&6; } - ;; - esac - fi - ;; - esac - --{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 --echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 -+$as_echo_n "checking dynamic linker characteristics... " >&6; } - library_names_spec= - libname_spec='lib$name' - soname_spec= -@@ -17733,19 +17968,19 @@ uts4*) - dynamic_linker=no - ;; - esac --{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5 --echo "${ECHO_T}$dynamic_linker" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5 -+$as_echo "$dynamic_linker" >&6; } - test "$dynamic_linker" = no && can_build_shared=no - - if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec" - fi - - sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" - if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec" - fi -@@ -17757,8 +17992,8 @@ if test "$GCC" = yes; then - variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" - fi - --{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 --echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 -+$as_echo_n "checking how to hardcode library paths into programs... " >&6; } - hardcode_action_F77= - if test -n "$hardcode_libdir_flag_spec_F77" || \ - test -n "$runpath_var_F77" || \ -@@ -17782,8 +18017,8 @@ else - # directories. - hardcode_action_F77=unsupported - fi --{ echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5 --echo "${ECHO_T}$hardcode_action_F77" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $hardcode_action_F77" >&5 -+$as_echo "$hardcode_action_F77" >&6; } - - if test "$hardcode_action_F77" = relink; then - # Fast installation is not supported -@@ -18293,10 +18528,10 @@ if test "$GCC" = yes; then - lt_prog_compiler_no_builtin_flag_GCJ=' -fno-builtin' - - --{ echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 --echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5 -+$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; } - if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - lt_cv_prog_compiler_rtti_exceptions=no - ac_outfile=conftest.$ac_objext -@@ -18311,11 +18546,11 @@ else - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` -- (eval echo "\"\$as_me:18314: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:18549: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 -- echo "$as_me:18318: \$? = $ac_status" >&5 -+ echo "$as_me:18553: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s "$ac_outfile"; then - # The compiler can only warn and ignore the option if not recognized - # So say no if there are warnings other than the usual output. -@@ -18328,8 +18563,8 @@ else - $rm conftest* - - fi --{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 --echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5 -+$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; } - - if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then - lt_prog_compiler_no_builtin_flag_GCJ="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions" -@@ -18343,8 +18578,8 @@ lt_prog_compiler_wl_GCJ= - lt_prog_compiler_pic_GCJ= - lt_prog_compiler_static_GCJ= - --{ echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 --echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5 -+$as_echo_n "checking for $compiler option to produce PIC... " >&6; } - - if test "$GCC" = yes; then - lt_prog_compiler_wl_GCJ='-Wl,' -@@ -18575,18 +18810,18 @@ echo $ECHO_N "checking for $compiler opt - esac - fi - --{ echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5 --echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5 -+$as_echo "$lt_prog_compiler_pic_GCJ" >&6; } - - # - # Check to make sure the PIC flag actually works. - # - if test -n "$lt_prog_compiler_pic_GCJ"; then - --{ echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5 --echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5 -+$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... " >&6; } - if test "${lt_cv_prog_compiler_pic_works_GCJ+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - lt_cv_prog_compiler_pic_works_GCJ=no - ac_outfile=conftest.$ac_objext -@@ -18601,11 +18836,11 @@ else - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` -- (eval echo "\"\$as_me:18604: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:18839: $lt_compile\"" >&5) - (eval "$lt_compile" 2>conftest.err) - ac_status=$? - cat conftest.err >&5 -- echo "$as_me:18608: \$? = $ac_status" >&5 -+ echo "$as_me:18843: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s "$ac_outfile"; then - # The compiler can only warn and ignore the option if not recognized - # So say no if there are warnings other than the usual output. -@@ -18618,8 +18853,8 @@ else - $rm conftest* - - fi --{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_GCJ" >&5 --echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_GCJ" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_GCJ" >&5 -+$as_echo "$lt_cv_prog_compiler_pic_works_GCJ" >&6; } - - if test x"$lt_cv_prog_compiler_pic_works_GCJ" = xyes; then - case $lt_prog_compiler_pic_GCJ in -@@ -18646,10 +18881,10 @@ esac - # Check to make sure the static flag actually works. - # - wl=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag=\"$lt_prog_compiler_static_GCJ\" --{ echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 --echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5 -+$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; } - if test "${lt_cv_prog_compiler_static_works_GCJ+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - lt_cv_prog_compiler_static_works_GCJ=no - save_LDFLAGS="$LDFLAGS" -@@ -18674,8 +18909,8 @@ else - LDFLAGS="$save_LDFLAGS" - - fi --{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_GCJ" >&5 --echo "${ECHO_T}$lt_cv_prog_compiler_static_works_GCJ" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_GCJ" >&5 -+$as_echo "$lt_cv_prog_compiler_static_works_GCJ" >&6; } - - if test x"$lt_cv_prog_compiler_static_works_GCJ" = xyes; then - : -@@ -18684,10 +18919,10 @@ else - fi - - --{ echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 --echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5 -+$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; } - if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - lt_cv_prog_compiler_c_o_GCJ=no - $rm -r conftest 2>/dev/null -@@ -18705,11 +18940,11 @@ else - -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \ - -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \ - -e 's:$: $lt_compiler_flag:'` -- (eval echo "\"\$as_me:18708: $lt_compile\"" >&5) -+ (eval echo "\"\$as_me:18943: $lt_compile\"" >&5) - (eval "$lt_compile" 2>out/conftest.err) - ac_status=$? - cat out/conftest.err >&5 -- echo "$as_me:18712: \$? = $ac_status" >&5 -+ echo "$as_me:18947: \$? = $ac_status" >&5 - if (exit $ac_status) && test -s out/conftest2.$ac_objext - then - # The compiler can only warn and ignore the option if not recognized -@@ -18731,34 +18966,34 @@ else - $rm conftest* - - fi --{ echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5 --echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5 -+$as_echo "$lt_cv_prog_compiler_c_o_GCJ" >&6; } - - - hard_links="nottested" - if test "$lt_cv_prog_compiler_c_o_GCJ" = no && test "$need_locks" != no; then - # do not overwrite the value of need_locks provided by the user -- { echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 --echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5 -+$as_echo_n "checking if we can lock with hard links... " >&6; } - hard_links=yes - $rm conftest* - ln conftest.a conftest.b 2>/dev/null && hard_links=no - touch conftest.a - ln conftest.a conftest.b 2>&5 || hard_links=no - ln conftest.a conftest.b 2>/dev/null && hard_links=no -- { echo "$as_me:$LINENO: result: $hard_links" >&5 --echo "${ECHO_T}$hard_links" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $hard_links" >&5 -+$as_echo "$hard_links" >&6; } - if test "$hard_links" = no; then -- { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 --echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5 -+$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;} - need_locks=warn - fi - else - need_locks=no - fi - --{ echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 --echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5 -+$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; } - - runpath_var= - allow_undefined_flag_GCJ= -@@ -19189,18 +19424,21 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - - lt_aix_libpath_sed=' - /Import File Strings/,/^$/ { -@@ -19215,12 +19453,13 @@ if test -z "$aix_libpath"; then - aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` - fi - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi -@@ -19255,18 +19494,21 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - - lt_aix_libpath_sed=' - /Import File Strings/,/^$/ { -@@ -19281,12 +19523,13 @@ if test -z "$aix_libpath"; then - aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"` - fi - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi -@@ -19738,8 +19981,8 @@ if test -z "$aix_libpath"; then aix_libp - esac - fi - --{ echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5 --echo "${ECHO_T}$ld_shlibs_GCJ" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5 -+$as_echo "$ld_shlibs_GCJ" >&6; } - test "$ld_shlibs_GCJ" = no && can_build_shared=no - - # -@@ -19759,15 +20002,15 @@ x|xyes) - # Test whether the compiler implicitly links with -lc since on some - # systems, -lgcc has to come before -lc. If gcc already passes -lc - # to ld, don't add -lc before -lgcc. -- { echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 --echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5 -+$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; } - $rm conftest* - echo "$lt_simple_compile_test_code" > conftest.$ac_ext - - if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } 2>conftest.err; then - soname=conftest - lib=conftest -@@ -19785,7 +20028,7 @@ echo $ECHO_N "checking whether -lc shoul - if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\"") >&5 - (eval $archive_cmds_GCJ 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } - then - archive_cmds_need_lc_GCJ=no -@@ -19797,16 +20040,16 @@ echo $ECHO_N "checking whether -lc shoul - cat conftest.err 1>&5 - fi - $rm conftest* -- { echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5 --echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5 -+$as_echo "$archive_cmds_need_lc_GCJ" >&6; } - ;; - esac - fi - ;; - esac - --{ echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 --echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5 -+$as_echo_n "checking dynamic linker characteristics... " >&6; } - library_names_spec= - libname_spec='lib$name' - soname_spec= -@@ -20367,19 +20610,19 @@ uts4*) - dynamic_linker=no - ;; - esac --{ echo "$as_me:$LINENO: result: $dynamic_linker" >&5 --echo "${ECHO_T}$dynamic_linker" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5 -+$as_echo "$dynamic_linker" >&6; } - test "$dynamic_linker" = no && can_build_shared=no - - if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - lt_cv_sys_lib_search_path_spec="$sys_lib_search_path_spec" - fi - - sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec" - if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - lt_cv_sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec" - fi -@@ -20391,8 +20634,8 @@ if test "$GCC" = yes; then - variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH" - fi - --{ echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 --echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5 -+$as_echo_n "checking how to hardcode library paths into programs... " >&6; } - hardcode_action_GCJ= - if test -n "$hardcode_libdir_flag_spec_GCJ" || \ - test -n "$runpath_var_GCJ" || \ -@@ -20416,8 +20659,8 @@ else - # directories. - hardcode_action_GCJ=unsupported - fi --{ echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5 --echo "${ECHO_T}$hardcode_action_GCJ" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5 -+$as_echo "$hardcode_action_GCJ" >&6; } - - if test "$hardcode_action_GCJ" = relink; then - # Fast installation is not supported -@@ -21340,8 +21583,8 @@ CC="$lt_save_CC" - ;; - - *) -- { { echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5 --echo "$as_me: error: Unsupported tag name: $tagname" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: Unsupported tag name: $tagname" >&5 -+$as_echo "$as_me: error: Unsupported tag name: $tagname" >&2;} - { (exit 1); exit 1; }; } - ;; - esac -@@ -21360,8 +21603,8 @@ echo "$as_me: error: Unsupported tag nam - chmod +x "$ofile" - else - rm -f "${ofile}T" -- { { echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5 --echo "$as_me: error: unable to update list of available tagged configurations." >&2;} -+ { { $as_echo "$as_me:$LINENO: error: unable to update list of available tagged configurations." >&5 -+$as_echo "$as_me: error: unable to update list of available tagged configurations." >&2;} - { (exit 1); exit 1; }; } - fi - fi -@@ -21465,8 +21708,8 @@ fi - - - if test $libgtop_smp = auto ; then -- { echo "$as_me:$LINENO: checking whether to enable SMP support" >&5 --echo $ECHO_N "checking whether to enable SMP support... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking whether to enable SMP support" >&5 -+$as_echo_n "checking whether to enable SMP support... " >&6; } - case "$host_os" in - linux*) - libgtop_smp=yes -@@ -21478,8 +21721,8 @@ echo $ECHO_N "checking whether to enable - libgtop_smp=no - ;; - esac -- { echo "$as_me:$LINENO: result: $libgtop_smp" >&5 --echo "${ECHO_T}$libgtop_smp" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $libgtop_smp" >&5 -+$as_echo "$libgtop_smp" >&6; } - fi - - if test $libgtop_smp = yes ; then -@@ -21501,8 +21744,8 @@ else - fi - - -- { echo "$as_me:$LINENO: checking for libgtop sysdeps directory" >&5 --echo $ECHO_N "checking for libgtop sysdeps directory... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for libgtop sysdeps directory" >&5 -+$as_echo_n "checking for libgtop sysdeps directory... " >&6; } - - case "$host_os" in - linux*) -@@ -21578,8 +21821,8 @@ echo $ECHO_N "checking for libgtop sysde - - test -z "$libgtop_postinstall" && libgtop_postinstall=: - -- { echo "$as_me:$LINENO: result: $libgtop_sysdeps_dir" >&5 --echo "${ECHO_T}$libgtop_sysdeps_dir" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $libgtop_sysdeps_dir" >&5 -+$as_echo "$libgtop_sysdeps_dir" >&6; } - - - -@@ -21589,10 +21832,10 @@ echo "${ECHO_T}$libgtop_sysdeps_dir" >&6 - *bsd*) - case "$host_os" in - *kfreebsd*) -- { echo "$as_me:$LINENO: checking for kvm_open in -lkvm" >&5 --echo $ECHO_N "checking for kvm_open in -lkvm... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for kvm_open in -lkvm" >&5 -+$as_echo_n "checking for kvm_open in -lkvm... " >&6; } - if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lkvm -lfreebsd -lbsd $LIBS" -@@ -21624,32 +21867,36 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_kvm_kvm_open=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_kvm_kvm_open=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_kvm_kvm_open" >&5 --echo "${ECHO_T}$ac_cv_lib_kvm_kvm_open" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kvm_kvm_open" >&5 -+$as_echo "$ac_cv_lib_kvm_kvm_open" >&6; } - if test $ac_cv_lib_kvm_kvm_open = yes; then - KVM_LIBS="-lkvm -lfreebsd -lbsd" - else -@@ -21657,10 +21904,10 @@ else - fi - ;; - *) -- { echo "$as_me:$LINENO: checking for kvm_open in -lkvm" >&5 --echo $ECHO_N "checking for kvm_open in -lkvm... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for kvm_open in -lkvm" >&5 -+$as_echo_n "checking for kvm_open in -lkvm... " >&6; } - if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lkvm $LIBS" -@@ -21692,32 +21939,36 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_kvm_kvm_open=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_kvm_kvm_open=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_kvm_kvm_open" >&5 --echo "${ECHO_T}$ac_cv_lib_kvm_kvm_open" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kvm_kvm_open" >&5 -+$as_echo "$ac_cv_lib_kvm_kvm_open" >&6; } - if test $ac_cv_lib_kvm_kvm_open = yes; then - KVM_LIBS=-lkvm - else -@@ -21737,6 +21988,82 @@ fi - if test -n "${osreldate}" && test ${osreldate} -ge 600000 ; then - EXTRA_SYSDEPS_LIBS="-lgeom -ldevstat" - fi -+ { $as_echo "$as_me:$LINENO: checking for kinfo_getfile in -lutil" >&5 -+$as_echo_n "checking for kinfo_getfile in -lutil... " >&6; } -+if test "${ac_cv_lib_util_kinfo_getfile+set}" = set; then -+ $as_echo_n "(cached) " >&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 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_util_kinfo_getfile=yes -+else -+ $as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ ac_cv_lib_util_kinfo_getfile=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_util_kinfo_getfile" >&5 -+$as_echo "$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 - -@@ -21745,20 +22072,21 @@ fi - - for ac_header in net/if_var.h - do --as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- { echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+$as_echo_n "checking $ac_header usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -21774,32 +22102,33 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+$as_echo_n "checking $ac_header presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -21813,51 +22142,52 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 --echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ---------------------------------------------------------------------- ## - ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=libgtop ## -@@ -21866,29 +22196,31 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+if test `eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` = yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF - - fi - - done - -- { echo "$as_me:$LINENO: checking for I4B" >&5 --echo $ECHO_N "checking for I4B... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for I4B" >&5 -+$as_echo_n "checking for I4B... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -21931,36 +22263,37 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - have_i4b=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - have_i4b=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -- { echo "$as_me:$LINENO: result: $have_i4b" >&5 --echo "${ECHO_T}$have_i4b" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $have_i4b" >&5 -+$as_echo "$have_i4b" >&6; } - if test x$have_i4b = xyes; then - - cat >>confdefs.h <<\_ACEOF - #define HAVE_I4B 1 - _ACEOF - -- { echo "$as_me:$LINENO: checking for I4B accounting" >&5 --echo $ECHO_N "checking for I4B accounting... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for I4B accounting" >&5 -+$as_echo_n "checking for I4B accounting... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -22005,28 +22338,29 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - have_i4b_acct=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - have_i4b_acct=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -- { echo "$as_me:$LINENO: result: $have_i4b_acct" >&5 --echo "${ECHO_T}$have_i4b_acct" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $have_i4b_acct" >&5 -+$as_echo "$have_i4b_acct" >&6; } - if test x$have_i4b_acct = xyes ; then - - cat >>confdefs.h <<\_ACEOF -@@ -22034,21 +22368,21 @@ cat >>confdefs.h <<\_ACEOF - _ACEOF - - else -- { echo "$as_me:$LINENO: WARNING: -+ { $as_echo "$as_me:$LINENO: WARNING: - *** I4B accounting disabled - you won't get any PPP statistics. - *** Read \"misc/i4b_acct.txt\" in the LibGTop source directory - *** to see how to enable it." >&5 --echo "$as_me: WARNING: -+$as_echo "$as_me: WARNING: - *** I4B accounting disabled - you won't get any PPP statistics. - *** Read \"misc/i4b_acct.txt\" in the LibGTop source directory - *** to see how to enable it." >&2;} - fi - fi - -- { echo "$as_me:$LINENO: checking what we need to define to get struct msginfo" >&5 --echo $ECHO_N "checking what we need to define to get struct msginfo... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking what we need to define to get struct msginfo" >&5 -+$as_echo_n "checking what we need to define to get struct msginfo... " >&6; } - if test "${msginfo_needs+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - msginfo_needs= - for def in nothing KERNEL _KERNEL; do -@@ -22073,13 +22407,14 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { - test -z "$ac_c_werror_flag" || - test ! -s conftest.err -@@ -22102,7 +22437,7 @@ _ACEOF - - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - -@@ -22114,11 +22449,11 @@ rm -f core conftest.err conftest.$ac_obj - - fi - -- { echo "$as_me:$LINENO: result: $msginfo_needs" >&5 --echo "${ECHO_T}$msginfo_needs" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $msginfo_needs" >&5 -+$as_echo "$msginfo_needs" >&6; } - if test -z "${msginfo_needs}"; then -- { { echo "$as_me:$LINENO: error: Could not find the definition of 'struct msginfo'" >&5 --echo "$as_me: error: Could not find the definition of 'struct msginfo'" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: Could not find the definition of 'struct msginfo'" >&5 -+$as_echo "$as_me: error: Could not find the definition of 'struct msginfo'" >&2;} - { (exit 1); exit 1; }; } - fi - ;; -@@ -22134,20 +22469,21 @@ echo "$as_me: error: Could not find the - - for ac_header in linux/version.h - do --as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- { echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+$as_echo_n "checking $ac_header usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -22163,32 +22499,33 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+$as_echo_n "checking $ac_header presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -22202,51 +22539,52 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 --echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ---------------------------------------------------------------------- ## - ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=libgtop ## -@@ -22255,21 +22593,23 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+if test `eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` = yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF - have_linux_version_h=yes - else -@@ -22288,15 +22628,15 @@ done - os_version_code=`echo "$os_version_expr" | dc` - fi - -- { echo "$as_me:$LINENO: checking for Linux kernel version code" >&5 --echo $ECHO_N "checking for Linux kernel version code... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for Linux kernel version code" >&5 -+$as_echo_n "checking for Linux kernel version code... " >&6; } - - cat >>confdefs.h <<_ACEOF - #define GLIBTOP_LINUX_VERSION_CODE $os_version_code - _ACEOF - -- { echo "$as_me:$LINENO: result: $os_version_code" >&5 --echo "${ECHO_T}$os_version_code" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $os_version_code" >&5 -+$as_echo "$os_version_code" >&6; } - ;; - solaris*) - os_major_version=`uname -r | sed 's/\([0-9]*\).\([0-9]*\)\.*\([0-9]*\)/\1/'` -@@ -22306,27 +22646,27 @@ echo "${ECHO_T}$os_version_code" >&6; } - os_version_expr="$os_major_version 10000 * $os_minor_version 100 * + $os_micro_version + p q" - os_version_code=`echo "$os_version_expr" | dc` - -- { echo "$as_me:$LINENO: checking for Solaris release code" >&5 --echo $ECHO_N "checking for Solaris release code... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for Solaris release code" >&5 -+$as_echo_n "checking for Solaris release code... " >&6; } - - cat >>confdefs.h <<_ACEOF - #define GLIBTOP_SOLARIS_RELEASE $os_version_code - _ACEOF - -- { echo "$as_me:$LINENO: result: $os_version_code" >&5 --echo "${ECHO_T}$os_version_code" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $os_version_code" >&5 -+$as_echo "$os_version_code" >&6; } - ;; - esac - -- { echo "$as_me:$LINENO: checking for machine.h in libgtop sysdeps dir" >&5 --echo $ECHO_N "checking for machine.h in libgtop sysdeps dir... $ECHO_C" >&6; } -- { echo "$as_me:$LINENO: result: $libgtop_use_machine_h" >&5 --echo "${ECHO_T}$libgtop_use_machine_h" >&6; } -- -- { echo "$as_me:$LINENO: checking whether we need libgtop" >&5 --echo $ECHO_N "checking whether we need libgtop... $ECHO_C" >&6; } -- { echo "$as_me:$LINENO: result: $libgtop_need_server" >&5 --echo "${ECHO_T}$libgtop_need_server" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for machine.h in libgtop sysdeps dir" >&5 -+$as_echo_n "checking for machine.h in libgtop sysdeps dir... " >&6; } -+ { $as_echo "$as_me:$LINENO: result: $libgtop_use_machine_h" >&5 -+$as_echo "$libgtop_use_machine_h" >&6; } -+ -+ { $as_echo "$as_me:$LINENO: checking whether we need libgtop" >&5 -+$as_echo_n "checking whether we need libgtop... " >&6; } -+ { $as_echo "$as_me:$LINENO: result: $libgtop_need_server" >&5 -+$as_echo "$libgtop_need_server" >&6; } - - if test x$libgtop_need_server = xyes ; then - -@@ -22379,20 +22719,21 @@ fi - - for ac_header in sys/bitypes.h - do --as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- { echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+$as_echo_n "checking $ac_header usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -22408,32 +22749,33 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+$as_echo_n "checking $ac_header presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -22447,51 +22789,52 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 --echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ---------------------------------------------------------------------- ## - ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=libgtop ## -@@ -22500,21 +22843,23 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+if test `eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` = yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF - - fi -@@ -22531,10 +22876,10 @@ if test "x$ac_cv_env_PKG_CONFIG_set" != - if test -n "$ac_tool_prefix"; then - # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. - set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_PKG_CONFIG+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $PKG_CONFIG in - [\\/]* | ?:[\\/]*) -@@ -22549,7 +22894,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -22561,11 +22906,11 @@ esac - fi - PKG_CONFIG=$ac_cv_path_PKG_CONFIG - if test -n "$PKG_CONFIG"; then -- { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 --echo "${ECHO_T}$PKG_CONFIG" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5 -+$as_echo "$PKG_CONFIG" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -22574,10 +22919,10 @@ if test -z "$ac_cv_path_PKG_CONFIG"; the - ac_pt_PKG_CONFIG=$PKG_CONFIG - # Extract the first word of "pkg-config", so it can be a program name with args. - set dummy pkg-config; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $ac_pt_PKG_CONFIG in - [\\/]* | ?:[\\/]*) -@@ -22592,7 +22937,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -22604,11 +22949,11 @@ esac - fi - ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG - if test -n "$ac_pt_PKG_CONFIG"; then -- { echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 --echo "${ECHO_T}$ac_pt_PKG_CONFIG" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $ac_pt_PKG_CONFIG" >&5 -+$as_echo "$ac_pt_PKG_CONFIG" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - if test "x$ac_pt_PKG_CONFIG" = x; then -@@ -22616,10 +22961,10 @@ fi - else - case $cross_compiling:$ac_tool_warned in - yes:) --{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools -+{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&5 --echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools -+$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools - whose name does not start with the host triplet. If you think this - configuration is useful to you, please write to autoconf@gnu.org." >&2;} - ac_tool_warned=yes ;; -@@ -22633,32 +22978,32 @@ fi - fi - if test -n "$PKG_CONFIG"; then - _pkg_min_version=0.9.0 -- { echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5 --echo $ECHO_N "checking pkg-config is at least version $_pkg_min_version... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking pkg-config is at least version $_pkg_min_version" >&5 -+$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; } - if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - PKG_CONFIG="" - fi - - fi - - pkg_failed=no --{ echo "$as_me:$LINENO: checking for GLIB" >&5 --echo $ECHO_N "checking for GLIB... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for GLIB" >&5 -+$as_echo_n "checking for GLIB... " >&6; } - - if test -n "$PKG_CONFIG"; then - if test -n "$GLIB_CFLAGS"; then - pkg_cv_GLIB_CFLAGS="$GLIB_CFLAGS" - else - if test -n "$PKG_CONFIG" && \ -- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED\"") >&5 -+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED\"") >&5 - ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then - pkg_cv_GLIB_CFLAGS=`$PKG_CONFIG --cflags "glib-2.0 >= $GLIB_REQUIRED" 2>/dev/null` - else -@@ -22673,10 +23018,10 @@ if test -n "$PKG_CONFIG"; then - pkg_cv_GLIB_LIBS="$GLIB_LIBS" - else - if test -n "$PKG_CONFIG" && \ -- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED\"") >&5 -+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"glib-2.0 >= \$GLIB_REQUIRED\"") >&5 - ($PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQUIRED") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then - pkg_cv_GLIB_LIBS=`$PKG_CONFIG --libs "glib-2.0 >= $GLIB_REQUIRED" 2>/dev/null` - else -@@ -22704,7 +23049,7 @@ fi - # Put the nasty error message in config.log where it belongs - echo "$GLIB_PKG_ERRORS" >&5 - -- { { echo "$as_me:$LINENO: error: Package requirements (glib-2.0 >= $GLIB_REQUIRED) were not met: -+ { { $as_echo "$as_me:$LINENO: error: Package requirements (glib-2.0 >= $GLIB_REQUIRED) were not met: - - $GLIB_PKG_ERRORS - -@@ -22715,7 +23060,7 @@ Alternatively, you may set the environme - and GLIB_LIBS to avoid the need to call pkg-config. - See the pkg-config man page for more details. - " >&5 --echo "$as_me: error: Package requirements (glib-2.0 >= $GLIB_REQUIRED) were not met: -+$as_echo "$as_me: error: Package requirements (glib-2.0 >= $GLIB_REQUIRED) were not met: - - $GLIB_PKG_ERRORS - -@@ -22728,7 +23073,7 @@ See the pkg-config man page for more det - " >&2;} - { (exit 1); exit 1; }; } - elif test $pkg_failed = untried; then -- { { echo "$as_me:$LINENO: error: The pkg-config script could not be found or is too old. Make sure it -+ { { $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. - -@@ -22738,7 +23083,7 @@ See the pkg-config man page for more det - - To get pkg-config, see <http://pkg-config.freedesktop.org/>. - See \`config.log' for more details." >&5 --echo "$as_me: error: The pkg-config script could not be found or is too old. Make sure it -+$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. - -@@ -22752,25 +23097,25 @@ See \`config.log' for more details." >&2 - else - GLIB_CFLAGS=$pkg_cv_GLIB_CFLAGS - GLIB_LIBS=$pkg_cv_GLIB_LIBS -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - : - fi - - - - if test "${ac_cv_header_ifaddrs_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for ifaddrs.h" >&5 --echo $ECHO_N "checking for ifaddrs.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for ifaddrs.h" >&5 -+$as_echo_n "checking for ifaddrs.h... " >&6; } - if test "${ac_cv_header_ifaddrs_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&5 --echo "${ECHO_T}$ac_cv_header_ifaddrs_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&5 -+$as_echo "$ac_cv_header_ifaddrs_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking ifaddrs.h usability" >&5 --echo $ECHO_N "checking ifaddrs.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking ifaddrs.h usability" >&5 -+$as_echo_n "checking ifaddrs.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -22786,32 +23131,33 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking ifaddrs.h presence" >&5 --echo $ECHO_N "checking ifaddrs.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking ifaddrs.h presence" >&5 -+$as_echo_n "checking ifaddrs.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -22825,51 +23171,52 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: ifaddrs.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: ifaddrs.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: ifaddrs.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: ifaddrs.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ifaddrs.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: ifaddrs.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ifaddrs.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: ifaddrs.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: ifaddrs.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: ifaddrs.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: ifaddrs.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: ifaddrs.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: ifaddrs.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: ifaddrs.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: ifaddrs.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: ifaddrs.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: ifaddrs.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: ifaddrs.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: ifaddrs.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: ifaddrs.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ifaddrs.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: ifaddrs.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ifaddrs.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: ifaddrs.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ifaddrs.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: ifaddrs.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ifaddrs.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: ifaddrs.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ifaddrs.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: ifaddrs.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: ifaddrs.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: ifaddrs.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ---------------------------------------------------------------------- ## - ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=libgtop ## -@@ -22878,15 +23225,15 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for ifaddrs.h" >&5 --echo $ECHO_N "checking for ifaddrs.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for ifaddrs.h" >&5 -+$as_echo_n "checking for ifaddrs.h... " >&6; } - if test "${ac_cv_header_ifaddrs_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_ifaddrs_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&5 --echo "${ECHO_T}$ac_cv_header_ifaddrs_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&5 -+$as_echo "$ac_cv_header_ifaddrs_h" >&6; } - - fi - if test $ac_cv_header_ifaddrs_h = yes; then -@@ -22904,10 +23251,10 @@ _ACEOF - - fi - --{ echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 --echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 -+$as_echo_n "checking for an ANSI C-conforming const... " >&6; } - if test "${ac_cv_c_const+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -22979,20 +23326,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_cv_c_const=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_c_const=no -@@ -23000,20 +23348,20 @@ fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 --echo "${ECHO_T}$ac_cv_c_const" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 -+$as_echo "$ac_cv_c_const" >&6; } - if test $ac_cv_c_const = no; then - - cat >>confdefs.h <<\_ACEOF --#define const -+#define const /**/ - _ACEOF - - fi - --{ echo "$as_me:$LINENO: checking for inline" >&5 --echo $ECHO_N "checking for inline... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for inline" >&5 -+$as_echo_n "checking for inline... " >&6; } - if test "${ac_cv_c_inline+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_c_inline=no - for ac_kw in inline __inline__ __inline; do -@@ -23036,20 +23384,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_cv_c_inline=$ac_kw - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - -@@ -23060,8 +23409,8 @@ rm -f core conftest.err conftest.$ac_obj - done - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 --echo "${ECHO_T}$ac_cv_c_inline" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 -+$as_echo "$ac_cv_c_inline" >&6; } - - - case $ac_cv_c_inline in -@@ -23079,26 +23428,58 @@ _ACEOF - ;; - esac - --{ echo "$as_me:$LINENO: checking for off_t" >&5 --echo $ECHO_N "checking for off_t... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for off_t" >&5 -+$as_echo_n "checking for off_t... " >&6; } - if test "${ac_cv_type_off_t+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else -- cat >conftest.$ac_ext <<_ACEOF -+ ac_cv_type_off_t=no -+cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default --typedef off_t ac__type_new_; - int - main () - { --if ((ac__type_new_ *) 0) -- return 0; --if (sizeof (ac__type_new_)) -+if (sizeof (off_t)) -+ return 0; -+ ; - return 0; -+} -+_ACEOF -+rm -f conftest.$ac_objext -+if { (ac_try="$ac_compile" -+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_compile") 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_objext; then -+ cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+$ac_includes_default -+int -+main () -+{ -+if (sizeof ((off_t))) -+ return 0; - ; - return 0; - } -@@ -23109,29 +23490,38 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then -- ac_cv_type_off_t=yes -+ : -+else -+ $as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ ac_cv_type_off_t=yes -+fi -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- ac_cv_type_off_t=no -+ - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 --echo "${ECHO_T}$ac_cv_type_off_t" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 -+$as_echo "$ac_cv_type_off_t" >&6; } - if test $ac_cv_type_off_t = yes; then - : - else -@@ -23142,26 +23532,58 @@ _ACEOF - - fi - --{ echo "$as_me:$LINENO: checking for pid_t" >&5 --echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for pid_t" >&5 -+$as_echo_n "checking for pid_t... " >&6; } - if test "${ac_cv_type_pid_t+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else -- cat >conftest.$ac_ext <<_ACEOF -+ ac_cv_type_pid_t=no -+cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default --typedef pid_t ac__type_new_; - int - main () - { --if ((ac__type_new_ *) 0) -- return 0; --if (sizeof (ac__type_new_)) -+if (sizeof (pid_t)) -+ return 0; -+ ; - return 0; -+} -+_ACEOF -+rm -f conftest.$ac_objext -+if { (ac_try="$ac_compile" -+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_compile") 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_objext; then -+ cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+$ac_includes_default -+int -+main () -+{ -+if (sizeof ((pid_t))) -+ return 0; - ; - return 0; - } -@@ -23172,29 +23594,38 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then -- ac_cv_type_pid_t=yes -+ : - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- ac_cv_type_pid_t=no -+ ac_cv_type_pid_t=yes -+fi -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+else -+ $as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 --echo "${ECHO_T}$ac_cv_type_pid_t" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 -+$as_echo "$ac_cv_type_pid_t" >&6; } - if test $ac_cv_type_pid_t = yes; then - : - else -@@ -23205,26 +23636,58 @@ _ACEOF - - fi - --{ echo "$as_me:$LINENO: checking for size_t" >&5 --echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for size_t" >&5 -+$as_echo_n "checking for size_t... " >&6; } - if test "${ac_cv_type_size_t+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else -- cat >conftest.$ac_ext <<_ACEOF -+ ac_cv_type_size_t=no -+cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default --typedef size_t ac__type_new_; - int - main () - { --if ((ac__type_new_ *) 0) -- return 0; --if (sizeof (ac__type_new_)) -+if (sizeof (size_t)) -+ return 0; -+ ; - return 0; -+} -+_ACEOF -+rm -f conftest.$ac_objext -+if { (ac_try="$ac_compile" -+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_compile") 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_objext; then -+ cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+$ac_includes_default -+int -+main () -+{ -+if (sizeof ((size_t))) -+ return 0; - ; - return 0; - } -@@ -23235,29 +23698,38 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then -- ac_cv_type_size_t=yes -+ : -+else -+ $as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ ac_cv_type_size_t=yes -+fi -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- ac_cv_type_size_t=no -+ - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 --echo "${ECHO_T}$ac_cv_type_size_t" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 -+$as_echo "$ac_cv_type_size_t" >&6; } - if test $ac_cv_type_size_t = yes; then - : - else -@@ -23268,10 +23740,10 @@ _ACEOF - - fi - --{ echo "$as_me:$LINENO: checking for struct stat.st_rdev" >&5 --echo $ECHO_N "checking for struct stat.st_rdev... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for struct stat.st_rdev" >&5 -+$as_echo_n "checking for struct stat.st_rdev... " >&6; } - if test "${ac_cv_member_struct_stat_st_rdev+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -23296,20 +23768,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_cv_member_struct_stat_st_rdev=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - cat >conftest.$ac_ext <<_ACEOF -@@ -23335,20 +23808,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_cv_member_struct_stat_st_rdev=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_member_struct_stat_st_rdev=no -@@ -23359,8 +23833,8 @@ fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_rdev" >&5 --echo "${ECHO_T}$ac_cv_member_struct_stat_st_rdev" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_rdev" >&5 -+$as_echo "$ac_cv_member_struct_stat_st_rdev" >&6; } - if test $ac_cv_member_struct_stat_st_rdev = yes; then - - cat >>confdefs.h <<_ACEOF -@@ -23375,10 +23849,10 @@ _ACEOF - fi - - --{ echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 --echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6; } -+{ $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; } - if test "${ac_cv_header_time+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -23405,20 +23879,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_cv_header_time=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_header_time=no -@@ -23426,8 +23901,8 @@ fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 --echo "${ECHO_T}$ac_cv_header_time" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 -+$as_echo "$ac_cv_header_time" >&6; } - if test $ac_cv_header_time = yes; then - - cat >>confdefs.h <<\_ACEOF -@@ -23436,10 +23911,10 @@ _ACEOF - - fi - --{ echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 --echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 -+$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } - if test "${ac_cv_struct_tm+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -23455,7 +23930,7 @@ main () - { - struct tm tm; - int *p = &tm.tm_sec; -- return !p; -+ return !p; - ; - return 0; - } -@@ -23466,20 +23941,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_cv_struct_tm=time.h - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_struct_tm=sys/time.h -@@ -23487,8 +23963,8 @@ fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 --echo "${ECHO_T}$ac_cv_struct_tm" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 -+$as_echo "$ac_cv_struct_tm" >&6; } - if test $ac_cv_struct_tm = sys/time.h; then - - cat >>confdefs.h <<\_ACEOF -@@ -23497,10 +23973,10 @@ _ACEOF - - fi - --{ echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5 --echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5 -+$as_echo_n "checking for uid_t in sys/types.h... " >&6; } - if test "${ac_cv_type_uid_t+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -23520,8 +23996,8 @@ fi - rm -f conftest* - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 --echo "${ECHO_T}$ac_cv_type_uid_t" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 -+$as_echo "$ac_cv_type_uid_t" >&6; } - if test $ac_cv_type_uid_t = no; then - - cat >>confdefs.h <<\_ACEOF -@@ -23536,26 +24012,58 @@ _ACEOF - fi - - --{ echo "$as_me:$LINENO: checking for ssize_t" >&5 --echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for ssize_t" >&5 -+$as_echo_n "checking for ssize_t... " >&6; } - if test "${ac_cv_type_ssize_t+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else -- cat >conftest.$ac_ext <<_ACEOF -+ ac_cv_type_ssize_t=no -+cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - $ac_includes_default --typedef ssize_t ac__type_new_; - int - main () - { --if ((ac__type_new_ *) 0) -- return 0; --if (sizeof (ac__type_new_)) -+if (sizeof (ssize_t)) -+ return 0; -+ ; - return 0; -+} -+_ACEOF -+rm -f conftest.$ac_objext -+if { (ac_try="$ac_compile" -+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_compile") 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_objext; then -+ cat >conftest.$ac_ext <<_ACEOF -+/* confdefs.h. */ -+_ACEOF -+cat confdefs.h >>conftest.$ac_ext -+cat >>conftest.$ac_ext <<_ACEOF -+/* end confdefs.h. */ -+$ac_includes_default -+int -+main () -+{ -+if (sizeof ((ssize_t))) -+ return 0; - ; - return 0; - } -@@ -23566,29 +24074,38 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then -- ac_cv_type_ssize_t=yes -+ : - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- ac_cv_type_ssize_t=no -+ ac_cv_type_ssize_t=yes -+fi -+ -+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -+else -+ $as_echo "$as_me: failed program was:" >&5 -+sed 's/^/| /' conftest.$ac_ext >&5 -+ -+ - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5 --echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5 -+$as_echo "$ac_cv_type_ssize_t" >&6; } - if test $ac_cv_type_ssize_t = yes; then - : - else -@@ -23602,20 +24119,21 @@ fi - - for ac_header in memory.h - do --as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- { echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+$as_echo_n "checking $ac_header usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -23631,32 +24149,33 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+$as_echo_n "checking $ac_header presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -23670,51 +24189,52 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 --echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ---------------------------------------------------------------------- ## - ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=libgtop ## -@@ -23723,21 +24243,23 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+if test `eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` = yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF - - fi -@@ -23748,20 +24270,21 @@ done - - for ac_header in string.h strings.h - do --as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- { echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+$as_echo_n "checking $ac_header usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -23777,32 +24300,33 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+$as_echo_n "checking $ac_header presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -23816,51 +24340,52 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 --echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ---------------------------------------------------------------------- ## - ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=libgtop ## -@@ -23869,21 +24394,23 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+if test `eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` = yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF - break - fi -@@ -23893,11 +24420,11 @@ done - - for ac_func in strerror - do --as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 -+$as_echo_n "checking for $ac_func... " >&6; } - if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -23950,35 +24477,41 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_var=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_var=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --ac_res=`eval echo '${'$as_ac_var'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_var'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+if test `eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` = yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF - - else -@@ -23997,11 +24530,11 @@ DL_LIB= - - for ac_func in dlopen - do --as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 -+$as_echo_n "checking for $ac_func... " >&6; } - if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -24054,43 +24587,49 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_var=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_var=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --ac_res=`eval echo '${'$as_ac_var'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_var'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+if test `eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` = yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF - - else - -- { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 --echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 -+$as_echo_n "checking for dlopen in -ldl... " >&6; } - if test "${ac_cv_lib_dl_dlopen+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-ldl $LIBS" -@@ -24122,40 +24661,44 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_dl_dlopen=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_dl_dlopen=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 --echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 -+$as_echo "$ac_cv_lib_dl_dlopen" >&6; } - if test $ac_cv_lib_dl_dlopen = yes; then - DL_LIB="-ldl" - else - -- { echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 --echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5 -+$as_echo_n "checking for shl_load in -ldld... " >&6; } - if test "${ac_cv_lib_dld_shl_load+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-ldld $LIBS" -@@ -24187,32 +24730,36 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_dld_shl_load=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_dld_shl_load=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 --echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5 -+$as_echo "$ac_cv_lib_dld_shl_load" >&6; } - if test $ac_cv_lib_dld_shl_load = yes; then - DL_LIB="-ldld" - else -@@ -24220,11 +24767,11 @@ else - - for ac_func in dlopen - do --as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 -+$as_echo_n "checking for $ac_func... " >&6; } - if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -24277,35 +24824,41 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_var=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_var=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --ac_res=`eval echo '${'$as_ac_var'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_var'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+if test `eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` = yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF - DL_LIB="" - else -@@ -24328,11 +24881,11 @@ LIBS="$LIBS $DL_LIB" - - for ac_func in dlerror - do --as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 -+$as_echo_n "checking for $ac_func... " >&6; } - if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -24385,35 +24938,41 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_var=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_var=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --ac_res=`eval echo '${'$as_ac_var'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_var'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+if test `eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` = yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF - - fi -@@ -24423,17 +24982,17 @@ LIBS="$oLIBS" - - - if test "${ac_cv_header_linux_isdn_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for linux/isdn.h" >&5 --echo $ECHO_N "checking for linux/isdn.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for linux/isdn.h" >&5 -+$as_echo_n "checking for linux/isdn.h... " >&6; } - if test "${ac_cv_header_linux_isdn_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_linux_isdn_h" >&5 --echo "${ECHO_T}$ac_cv_header_linux_isdn_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_linux_isdn_h" >&5 -+$as_echo "$ac_cv_header_linux_isdn_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking linux/isdn.h usability" >&5 --echo $ECHO_N "checking linux/isdn.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking linux/isdn.h usability" >&5 -+$as_echo_n "checking linux/isdn.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -24449,32 +25008,33 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking linux/isdn.h presence" >&5 --echo $ECHO_N "checking linux/isdn.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking linux/isdn.h presence" >&5 -+$as_echo_n "checking linux/isdn.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -24488,51 +25048,52 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: linux/isdn.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: linux/isdn.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/isdn.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: linux/isdn.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/isdn.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: linux/isdn.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/isdn.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: linux/isdn.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: linux/isdn.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: linux/isdn.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/isdn.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: linux/isdn.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/isdn.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: linux/isdn.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/isdn.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: linux/isdn.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/isdn.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: linux/isdn.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: linux/isdn.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: linux/isdn.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/isdn.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: linux/isdn.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/isdn.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: linux/isdn.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/isdn.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: linux/isdn.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/isdn.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: linux/isdn.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/isdn.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: linux/isdn.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: linux/isdn.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: linux/isdn.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ---------------------------------------------------------------------- ## - ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=libgtop ## -@@ -24541,15 +25102,15 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for linux/isdn.h" >&5 --echo $ECHO_N "checking for linux/isdn.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for linux/isdn.h" >&5 -+$as_echo_n "checking for linux/isdn.h... " >&6; } - if test "${ac_cv_header_linux_isdn_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_linux_isdn_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_linux_isdn_h" >&5 --echo "${ECHO_T}$ac_cv_header_linux_isdn_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_linux_isdn_h" >&5 -+$as_echo "$ac_cv_header_linux_isdn_h" >&6; } - - fi - if test $ac_cv_header_linux_isdn_h = yes; then -@@ -24567,10 +25128,10 @@ _ACEOF - - fi - --{ echo "$as_me:$LINENO: checking for vmgetinfo in -lperfstat" >&5 --echo $ECHO_N "checking for vmgetinfo in -lperfstat... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for vmgetinfo in -lperfstat" >&5 -+$as_echo_n "checking for vmgetinfo in -lperfstat... " >&6; } - if test "${ac_cv_lib_perfstat_vmgetinfo+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lperfstat $LIBS" -@@ -24602,32 +25163,36 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_perfstat_vmgetinfo=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_perfstat_vmgetinfo=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_perfstat_vmgetinfo" >&5 --echo "${ECHO_T}$ac_cv_lib_perfstat_vmgetinfo" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_perfstat_vmgetinfo" >&5 -+$as_echo "$ac_cv_lib_perfstat_vmgetinfo" >&6; } - if test $ac_cv_lib_perfstat_vmgetinfo = yes; then - - cat >>confdefs.h <<\_ACEOF -@@ -24640,10 +25205,10 @@ fi - case "$host_os" in - solaris*) - --{ echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5 --echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5 -+$as_echo_n "checking for kstat_open in -lkstat... " >&6; } - if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lkstat $LIBS" -@@ -24675,32 +25240,36 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_kstat_kstat_open=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_kstat_kstat_open=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5 --echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5 -+$as_echo "$ac_cv_lib_kstat_kstat_open" >&6; } - if test $ac_cv_lib_kstat_kstat_open = yes; then - cat >>confdefs.h <<_ACEOF - #define HAVE_LIBKSTAT 1 -@@ -24714,11 +25283,11 @@ fi - - for ac_func in getloadavg swapctl - do --as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 -+$as_echo_n "checking for $ac_func... " >&6; } - if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -24771,35 +25340,41 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_var=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_var=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --ac_res=`eval echo '${'$as_ac_var'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_var'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+if test `eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` = yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF - - fi -@@ -24809,20 +25384,21 @@ done - - for ac_header in procfs.h sys/procfs.h - do --as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- { echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+$as_echo_n "checking $ac_header usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -24838,32 +25414,33 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+$as_echo_n "checking $ac_header presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -24877,51 +25454,52 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 --echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ---------------------------------------------------------------------- ## - ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=libgtop ## -@@ -24930,21 +25508,23 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+if test `eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` = yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF - break - fi -@@ -24955,10 +25535,10 @@ done - - case $host_os in - solaris[8-9] | solaris2.[0-9].*) -- { echo "$as_me:$LINENO: checking for kvm_open in -lkvm" >&5 --echo $ECHO_N "checking for kvm_open in -lkvm... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for kvm_open in -lkvm" >&5 -+$as_echo_n "checking for kvm_open in -lkvm... " >&6; } - if test "${ac_cv_lib_kvm_kvm_open+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lkvm $LIBS" -@@ -24990,41 +25570,45 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_kvm_kvm_open=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_kvm_kvm_open=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_kvm_kvm_open" >&5 --echo "${ECHO_T}$ac_cv_lib_kvm_kvm_open" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kvm_kvm_open" >&5 -+$as_echo "$ac_cv_lib_kvm_kvm_open" >&6; } - if test $ac_cv_lib_kvm_kvm_open = yes; then - - LIBS="-lkvm $LIBS" - - else -- { echo "$as_me:$LINENO: checking for kvm_open in -lkvm with -lelf" >&5 --echo $ECHO_N "checking for kvm_open in -lkvm with -lelf... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for kvm_open in -lkvm with -lelf" >&5 -+$as_echo_n "checking for kvm_open in -lkvm with -lelf... " >&6; } - if test "${ac_cv_lib_kvm_with_elf+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_save_LIBS="$LIBS" - LIBS="-lkvm -lelf $LIBS" -@@ -25049,26 +25633,30 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_kvm_with_elf=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_kvm_with_elf=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_save_LIBS" -@@ -25076,12 +25664,12 @@ rm -f core conftest.err conftest.$ac_obj - fi - - if test "$ac_cv_lib_kvm_with_elf" = "yes"; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - LIBS="-lkvm -lelf $LIBS" - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - fi -@@ -25092,10 +25680,10 @@ fi - esac - - --{ echo "$as_me:$LINENO: checking for vm_statistics in -lmach" >&5 --echo $ECHO_N "checking for vm_statistics in -lmach... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for vm_statistics in -lmach" >&5 -+$as_echo_n "checking for vm_statistics in -lmach... " >&6; } - if test "${ac_cv_lib_mach_vm_statistics+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lmach $LIBS" -@@ -25127,32 +25715,36 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_mach_vm_statistics=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_mach_vm_statistics=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_mach_vm_statistics" >&5 --echo "${ECHO_T}$ac_cv_lib_mach_vm_statistics" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_mach_vm_statistics" >&5 -+$as_echo "$ac_cv_lib_mach_vm_statistics" >&6; } - if test $ac_cv_lib_mach_vm_statistics = yes; then - cat >>confdefs.h <<_ACEOF - #define HAVE_LIBMACH 1 -@@ -25165,10 +25757,10 @@ fi - - saved_CFLAGS=$CFLAGS - CFLAGS="$CFLAGS -D_GNU_SOURCE" --{ echo "$as_me:$LINENO: checking whether program_invocation_name must be declared" >&5 --echo $ECHO_N "checking whether program_invocation_name must be declared... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether program_invocation_name must be declared" >&5 -+$as_echo_n "checking whether program_invocation_name must be declared... " >&6; } - if test "${gcc_cv_decl_needed_program_invocation_name+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -25211,20 +25803,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - eval "gcc_cv_decl_needed_program_invocation_name=no" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "gcc_cv_decl_needed_program_invocation_name=yes" -@@ -25234,8 +25827,8 @@ rm -f core conftest.err conftest.$ac_obj - fi - - if eval "test \"`echo '$gcc_cv_decl_needed_'program_invocation_name`\" = yes"; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - gcc_need_declarations="$gcc_need_declarations program_invocation_name" - gcc_tr_decl=NEED_DECLARATION_`echo program_invocation_name | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` - -@@ -25244,17 +25837,17 @@ cat >>confdefs.h <<_ACEOF - _ACEOF - - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - - CFLAGS=$saved_CFLAGS - --{ echo "$as_me:$LINENO: checking for socket" >&5 --echo $ECHO_N "checking for socket... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for socket" >&5 -+$as_echo_n "checking for socket... " >&6; } - if test "${ac_cv_func_socket+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -25307,44 +25900,48 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_func_socket=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_func_socket=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5 --echo "${ECHO_T}$ac_cv_func_socket" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_socket" >&5 -+$as_echo "$ac_cv_func_socket" >&6; } - if test $ac_cv_func_socket = yes; then - if test "${ac_cv_header_netinet_in_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for netinet/in.h" >&5 --echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for netinet/in.h" >&5 -+$as_echo_n "checking for netinet/in.h... " >&6; } - if test "${ac_cv_header_netinet_in_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5 --echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5 -+$as_echo "$ac_cv_header_netinet_in_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking netinet/in.h usability" >&5 --echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking netinet/in.h usability" >&5 -+$as_echo_n "checking netinet/in.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -25360,32 +25957,33 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking netinet/in.h presence" >&5 --echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking netinet/in.h presence" >&5 -+$as_echo_n "checking netinet/in.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -25399,51 +25997,52 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: netinet/in.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: netinet/in.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: netinet/in.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: netinet/in.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: netinet/in.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ---------------------------------------------------------------------- ## - ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=libgtop ## -@@ -25452,30 +26051,30 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for netinet/in.h" >&5 --echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for netinet/in.h" >&5 -+$as_echo_n "checking for netinet/in.h... " >&6; } - if test "${ac_cv_header_netinet_in_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_netinet_in_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5 --echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5 -+$as_echo "$ac_cv_header_netinet_in_h" >&6; } - - fi - if test $ac_cv_header_netinet_in_h = yes; then - if test "${ac_cv_header_arpa_inet_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 --echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 -+$as_echo_n "checking for arpa/inet.h... " >&6; } - if test "${ac_cv_header_arpa_inet_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5 --echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5 -+$as_echo "$ac_cv_header_arpa_inet_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5 --echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5 -+$as_echo_n "checking arpa/inet.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -25491,32 +26090,33 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5 --echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5 -+$as_echo_n "checking arpa/inet.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -25530,51 +26130,52 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: arpa/inet.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: arpa/inet.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: arpa/inet.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: arpa/inet.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: arpa/inet.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ---------------------------------------------------------------------- ## - ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=libgtop ## -@@ -25583,15 +26184,15 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 --echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 -+$as_echo_n "checking for arpa/inet.h... " >&6; } - if test "${ac_cv_header_arpa_inet_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_arpa_inet_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5 --echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5 -+$as_echo "$ac_cv_header_arpa_inet_h" >&6; } - - fi - if test $ac_cv_header_arpa_inet_h = yes; then -@@ -25601,8 +26202,8 @@ cat >>confdefs.h <<\_ACEOF - #define HAVE_SOCKETS 1 - _ACEOF - -- { echo "$as_me:$LINENO: checking \"for sun_len member in struct sockaddr_un\"" >&5 --echo $ECHO_N "checking \"for sun_len member in struct sockaddr_un\"... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking \"for sun_len member in struct sockaddr_un\"" >&5 -+$as_echo_n "checking \"for sun_len member in struct sockaddr_un\"... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -25628,32 +26229,36 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; }; -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; }; - cat >>confdefs.h <<\_ACEOF - #define HAVE_SOCKADDR_SUN_LEN 1 - _ACEOF - - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi -@@ -25667,10 +26272,10 @@ fi - - # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works - # for constant arguments. Useless! --{ echo "$as_me:$LINENO: checking for working alloca.h" >&5 --echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for working alloca.h" >&5 -+$as_echo_n "checking for working alloca.h... " >&6; } - if test "${ac_cv_working_alloca_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -25694,31 +26299,35 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_working_alloca_h=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_working_alloca_h=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 --echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 -+$as_echo "$ac_cv_working_alloca_h" >&6; } - if test $ac_cv_working_alloca_h = yes; then - - cat >>confdefs.h <<\_ACEOF -@@ -25727,10 +26336,10 @@ _ACEOF - - fi - --{ echo "$as_me:$LINENO: checking for alloca" >&5 --echo $ECHO_N "checking for alloca... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for alloca" >&5 -+$as_echo_n "checking for alloca... " >&6; } - if test "${ac_cv_func_alloca_works+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -25774,31 +26383,35 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_func_alloca_works=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_func_alloca_works=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 --echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 -+$as_echo "$ac_cv_func_alloca_works" >&6; } - - if test $ac_cv_func_alloca_works = yes; then - -@@ -25819,10 +26432,10 @@ cat >>confdefs.h <<\_ACEOF - _ACEOF - - --{ echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 --echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 -+$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } - if test "${ac_cv_os_cray+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -25846,15 +26459,15 @@ fi - rm -f conftest* - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 --echo "${ECHO_T}$ac_cv_os_cray" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 -+$as_echo "$ac_cv_os_cray" >&6; } - if test $ac_cv_os_cray = yes; then - for ac_func in _getb67 GETB67 getb67; do -- as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+ as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 -+$as_echo_n "checking for $ac_func... " >&6; } - if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -25907,33 +26520,39 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_var=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_var=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --ac_res=`eval echo '${'$as_ac_var'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_var'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+if test `eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` = yes; then - - cat >>confdefs.h <<_ACEOF - #define CRAY_STACKSEG_END $ac_func -@@ -25945,10 +26564,10 @@ fi - done - fi - --{ echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 --echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 -+$as_echo_n "checking stack direction for C alloca... " >&6; } - if test "${ac_cv_c_stack_direction+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test "$cross_compiling" = yes; then - ac_cv_c_stack_direction=0 -@@ -25986,36 +26605,39 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_c_stack_direction=1 - else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: program exited with status $ac_status" >&5 -+$as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) - ac_cv_c_stack_direction=-1 - fi -+rm -rf conftest.dSYM - rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 --echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 -+$as_echo "$ac_cv_c_stack_direction" >&6; } - - cat >>confdefs.h <<_ACEOF - #define STACK_DIRECTION $ac_cv_c_stack_direction -@@ -26028,20 +26650,21 @@ fi - - for ac_header in stdlib.h unistd.h - do --as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- { echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+$as_echo_n "checking $ac_header usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -26057,32 +26680,33 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+$as_echo_n "checking $ac_header presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -26096,51 +26720,52 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 --echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ---------------------------------------------------------------------- ## - ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=libgtop ## -@@ -26149,21 +26774,23 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+if test `eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` = yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF - - fi -@@ -26173,11 +26800,11 @@ done - - for ac_func in getpagesize - do --as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 -+$as_echo_n "checking for $ac_func... " >&6; } - if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -26230,44 +26857,50 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_var=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_var=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --ac_res=`eval echo '${'$as_ac_var'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_var'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+if test `eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` = yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF - - fi - done - --{ echo "$as_me:$LINENO: checking for working mmap" >&5 --echo $ECHO_N "checking for working mmap... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for working mmap" >&5 -+$as_echo_n "checking for working mmap... " >&6; } - if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test "$cross_compiling" = yes; then - ac_cv_func_mmap_fixed_mapped=no -@@ -26411,36 +27044,39 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_func_mmap_fixed_mapped=yes - else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: program exited with status $ac_status" >&5 -+$as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) - ac_cv_func_mmap_fixed_mapped=no - fi -+rm -rf conftest.dSYM - rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - - - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 --echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 -+$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; } - if test $ac_cv_func_mmap_fixed_mapped = yes; then - - cat >>confdefs.h <<\_ACEOF -@@ -26450,10 +27086,10 @@ _ACEOF - fi - rm -f conftest.mmap - --{ echo "$as_me:$LINENO: checking return type of signal handlers" >&5 --echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking return type of signal handlers" >&5 -+$as_echo_n "checking return type of signal handlers... " >&6; } - if test "${ac_cv_type_signal+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -26478,20 +27114,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_cv_type_signal=int - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_type_signal=void -@@ -26499,8 +27136,8 @@ fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 --echo "${ECHO_T}$ac_cv_type_signal" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 -+$as_echo "$ac_cv_type_signal" >&6; } - - cat >>confdefs.h <<_ACEOF - #define RETSIGTYPE $ac_cv_type_signal -@@ -26510,11 +27147,11 @@ _ACEOF - - for ac_func in strftime - do --as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 -+$as_echo_n "checking for $ac_func... " >&6; } - if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -26567,43 +27204,49 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_var=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_var=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --ac_res=`eval echo '${'$as_ac_var'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_var'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+if test `eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` = yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF - - else - # strftime is in -lintl on SCO UNIX. --{ echo "$as_me:$LINENO: checking for strftime in -lintl" >&5 --echo $ECHO_N "checking for strftime in -lintl... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for strftime in -lintl" >&5 -+$as_echo_n "checking for strftime in -lintl... " >&6; } - if test "${ac_cv_lib_intl_strftime+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lintl $LIBS" -@@ -26635,32 +27278,36 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_intl_strftime=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_intl_strftime=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 --echo "${ECHO_T}$ac_cv_lib_intl_strftime" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_strftime" >&5 -+$as_echo "$ac_cv_lib_intl_strftime" >&6; } - if test $ac_cv_lib_intl_strftime = yes; then - cat >>confdefs.h <<\_ACEOF - #define HAVE_STRFTIME 1 -@@ -26681,11 +27328,11 @@ done - - for ac_func in getcwd gettimeofday getwd putenv strdup strtoul uname - do --as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 -+$as_echo_n "checking for $ac_func... " >&6; } - if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -26738,35 +27385,41 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_var=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_var=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --ac_res=`eval echo '${'$as_ac_var'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_var'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+if test `eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` = yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF - - fi -@@ -26776,8 +27429,8 @@ done - - case "$am__api_version" in - 1.01234) -- { { echo "$as_me:$LINENO: error: Automake 1.5 or newer is required to use intltool" >&5 --echo "$as_me: error: Automake 1.5 or newer is required to use intltool" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: Automake 1.5 or newer is required to use intltool" >&5 -+$as_echo "$as_me: error: Automake 1.5 or newer is required to use intltool" >&2;} - { (exit 1); exit 1; }; } - ;; - *) -@@ -26785,27 +27438,27 @@ echo "$as_me: error: Automake 1.5 or new - esac - - if test -n "0.35.0"; then -- { echo "$as_me:$LINENO: checking for intltool >= 0.35.0" >&5 --echo $ECHO_N "checking for intltool >= 0.35.0... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for intltool >= 0.35.0" >&5 -+$as_echo_n "checking for intltool >= 0.35.0... " >&6; } - - INTLTOOL_REQUIRED_VERSION_AS_INT=`echo 0.35.0 | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` - INTLTOOL_APPLIED_VERSION=`intltool-update --version | head -1 | cut -d" " -f3` - INTLTOOL_APPLIED_VERSION_AS_INT=`echo $INTLTOOL_APPLIED_VERSION | awk -F. '{ print $ 1 * 1000 + $ 2 * 100 + $ 3; }'` - -- { echo "$as_me:$LINENO: result: $INTLTOOL_APPLIED_VERSION found" >&5 --echo "${ECHO_T}$INTLTOOL_APPLIED_VERSION found" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $INTLTOOL_APPLIED_VERSION found" >&5 -+$as_echo "$INTLTOOL_APPLIED_VERSION found" >&6; } - test "$INTLTOOL_APPLIED_VERSION_AS_INT" -ge "$INTLTOOL_REQUIRED_VERSION_AS_INT" || -- { { echo "$as_me:$LINENO: error: Your intltool is too old. You need intltool 0.35.0 or later." >&5 --echo "$as_me: error: Your intltool is too old. You need intltool 0.35.0 or later." >&2;} -+ { { $as_echo "$as_me:$LINENO: error: Your intltool is too old. You need intltool 0.35.0 or later." >&5 -+$as_echo "$as_me: error: Your intltool is too old. You need intltool 0.35.0 or later." >&2;} - { (exit 1); exit 1; }; } - fi - - # Extract the first word of "intltool-update", so it can be a program name with args. - set dummy intltool-update; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_INTLTOOL_UPDATE+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $INTLTOOL_UPDATE in - [\\/]* | ?:[\\/]*) -@@ -26820,7 +27473,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_INTLTOOL_UPDATE="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -26832,20 +27485,20 @@ esac - fi - INTLTOOL_UPDATE=$ac_cv_path_INTLTOOL_UPDATE - if test -n "$INTLTOOL_UPDATE"; then -- { echo "$as_me:$LINENO: result: $INTLTOOL_UPDATE" >&5 --echo "${ECHO_T}$INTLTOOL_UPDATE" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $INTLTOOL_UPDATE" >&5 -+$as_echo "$INTLTOOL_UPDATE" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - - # Extract the first word of "intltool-merge", so it can be a program name with args. - set dummy intltool-merge; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_INTLTOOL_MERGE+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $INTLTOOL_MERGE in - [\\/]* | ?:[\\/]*) -@@ -26860,7 +27513,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_INTLTOOL_MERGE="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -26872,20 +27525,20 @@ esac - fi - INTLTOOL_MERGE=$ac_cv_path_INTLTOOL_MERGE - if test -n "$INTLTOOL_MERGE"; then -- { echo "$as_me:$LINENO: result: $INTLTOOL_MERGE" >&5 --echo "${ECHO_T}$INTLTOOL_MERGE" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $INTLTOOL_MERGE" >&5 -+$as_echo "$INTLTOOL_MERGE" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - - # Extract the first word of "intltool-extract", so it can be a program name with args. - set dummy intltool-extract; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_INTLTOOL_EXTRACT+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $INTLTOOL_EXTRACT in - [\\/]* | ?:[\\/]*) -@@ -26900,7 +27553,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_INTLTOOL_EXTRACT="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -26912,17 +27565,17 @@ esac - fi - INTLTOOL_EXTRACT=$ac_cv_path_INTLTOOL_EXTRACT - if test -n "$INTLTOOL_EXTRACT"; then -- { echo "$as_me:$LINENO: result: $INTLTOOL_EXTRACT" >&5 --echo "${ECHO_T}$INTLTOOL_EXTRACT" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $INTLTOOL_EXTRACT" >&5 -+$as_echo "$INTLTOOL_EXTRACT" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - - if test -z "$INTLTOOL_UPDATE" -o -z "$INTLTOOL_MERGE" -o -z "$INTLTOOL_EXTRACT"; then -- { { echo "$as_me:$LINENO: error: The intltool scripts were not found. Please install intltool." >&5 --echo "$as_me: error: The intltool scripts were not found. Please install intltool." >&2;} -+ { { $as_echo "$as_me:$LINENO: error: The intltool scripts were not found. Please install intltool." >&5 -+$as_echo "$as_me: error: The intltool scripts were not found. Please install intltool." >&2;} - { (exit 1); exit 1; }; } - fi - -@@ -26969,10 +27622,10 @@ INTLTOOL_SOUNDLIST_RULE='%.soundlist: %. - # Check the gettext tools to make sure they are GNU - # Extract the first word of "xgettext", so it can be a program name with args. - set dummy xgettext; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_XGETTEXT+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $XGETTEXT in - [\\/]* | ?:[\\/]*) -@@ -26987,7 +27640,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_XGETTEXT="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -26999,20 +27652,20 @@ esac - fi - XGETTEXT=$ac_cv_path_XGETTEXT - if test -n "$XGETTEXT"; then -- { echo "$as_me:$LINENO: result: $XGETTEXT" >&5 --echo "${ECHO_T}$XGETTEXT" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5 -+$as_echo "$XGETTEXT" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - - # Extract the first word of "msgmerge", so it can be a program name with args. - set dummy msgmerge; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_MSGMERGE+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $MSGMERGE in - [\\/]* | ?:[\\/]*) -@@ -27027,7 +27680,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_MSGMERGE="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -27039,20 +27692,20 @@ esac - fi - MSGMERGE=$ac_cv_path_MSGMERGE - if test -n "$MSGMERGE"; then -- { echo "$as_me:$LINENO: result: $MSGMERGE" >&5 --echo "${ECHO_T}$MSGMERGE" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $MSGMERGE" >&5 -+$as_echo "$MSGMERGE" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - - # Extract the first word of "msgfmt", so it can be a program name with args. - set dummy msgfmt; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_MSGFMT+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $MSGFMT in - [\\/]* | ?:[\\/]*) -@@ -27067,7 +27720,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_MSGFMT="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -27079,34 +27732,34 @@ esac - fi - MSGFMT=$ac_cv_path_MSGFMT - if test -n "$MSGFMT"; then -- { echo "$as_me:$LINENO: result: $MSGFMT" >&5 --echo "${ECHO_T}$MSGFMT" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5 -+$as_echo "$MSGFMT" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - - if test -z "$XGETTEXT" -o -z "$MSGMERGE" -o -z "$MSGFMT"; then -- { { echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5 --echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5 -+$as_echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;} - { (exit 1); exit 1; }; } - fi - xgversion="`$XGETTEXT --version|grep '(GNU ' 2> /dev/null`" - mmversion="`$MSGMERGE --version|grep '(GNU ' 2> /dev/null`" - mfversion="`$MSGFMT --version|grep '(GNU ' 2> /dev/null`" - if test -z "$xgversion" -o -z "$mmversion" -o -z "$mfversion"; then -- { { echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5 --echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: GNU gettext tools not found; required for intltool" >&5 -+$as_echo "$as_me: error: GNU gettext tools not found; required for intltool" >&2;} - { (exit 1); exit 1; }; } - fi - - # Extract the first word of "perl", so it can be a program name with args. - set dummy perl; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_INTLTOOL_PERL+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $INTLTOOL_PERL in - [\\/]* | ?:[\\/]*) -@@ -27121,7 +27774,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_INTLTOOL_PERL="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -27133,33 +27786,33 @@ esac - fi - INTLTOOL_PERL=$ac_cv_path_INTLTOOL_PERL - if test -n "$INTLTOOL_PERL"; then -- { echo "$as_me:$LINENO: result: $INTLTOOL_PERL" >&5 --echo "${ECHO_T}$INTLTOOL_PERL" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $INTLTOOL_PERL" >&5 -+$as_echo "$INTLTOOL_PERL" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - - if test -z "$INTLTOOL_PERL"; then -- { { echo "$as_me:$LINENO: error: perl not found; required for intltool" >&5 --echo "$as_me: error: perl not found; required for intltool" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: perl not found; required for intltool" >&5 -+$as_echo "$as_me: error: perl not found; required for intltool" >&2;} - { (exit 1); exit 1; }; } - fi - if test -z "`$INTLTOOL_PERL -v | fgrep '5.' 2> /dev/null`"; then -- { { echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5 --echo "$as_me: error: perl 5.x required for intltool" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5 -+$as_echo "$as_me: error: perl 5.x required for intltool" >&2;} - { (exit 1); exit 1; }; } - fi - if test "x" != "xno-xml"; then -- { echo "$as_me:$LINENO: checking for XML::Parser" >&5 --echo $ECHO_N "checking for XML::Parser... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for XML::Parser" >&5 -+$as_echo_n "checking for XML::Parser... " >&6; } - if `$INTLTOOL_PERL -e "require XML::Parser" 2>/dev/null`; then -- { echo "$as_me:$LINENO: result: ok" >&5 --echo "${ECHO_T}ok" >&6; } -+ { $as_echo "$as_me:$LINENO: result: ok" >&5 -+$as_echo "ok" >&6; } - else -- { { echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5 --echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: XML::Parser perl module is required for intltool" >&5 -+$as_echo "$as_me: error: XML::Parser perl module is required for intltool" >&2;} - { (exit 1); exit 1; }; } - fi - fi -@@ -27192,29 +27845,32 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - DATADIRNAME=share - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - case $host in - *-*-solaris*) -- { echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5 --echo $ECHO_N "checking for bind_textdomain_codeset... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5 -+$as_echo_n "checking for bind_textdomain_codeset... " >&6; } - if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -27267,44 +27923,49 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_func_bind_textdomain_codeset=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_func_bind_textdomain_codeset=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5 --echo "${ECHO_T}$ac_cv_func_bind_textdomain_codeset" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5 -+$as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; } - if test $ac_cv_func_bind_textdomain_codeset = yes; then - DATADIRNAME=share - else -- DATADIRNAME=share -+ DATADIRNAME=lib - fi - - ;; - *) -- DATADIRNAME=share -+ DATADIRNAME=lib - ;; - esac - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi -@@ -27326,20 +27987,21 @@ _ACEOF - - for ac_header in locale.h - do --as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- { echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+$as_echo_n "checking $ac_header usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -27355,32 +28017,33 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+$as_echo_n "checking $ac_header presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -27394,51 +28057,52 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 --echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ---------------------------------------------------------------------- ## - ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=libgtop ## -@@ -27447,21 +28111,23 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+if test `eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` = yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF - - fi -@@ -27469,10 +28135,10 @@ fi - done - - if test $ac_cv_header_locale_h = yes; then -- { echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5 --echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5 -+$as_echo_n "checking for LC_MESSAGES... " >&6; } - if test "${am_cv_val_LC_MESSAGES+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -27495,31 +28161,35 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - am_cv_val_LC_MESSAGES=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - am_cv_val_LC_MESSAGES=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5 --echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5 -+$as_echo "$am_cv_val_LC_MESSAGES" >&6; } - if test $am_cv_val_LC_MESSAGES = yes; then - - cat >>confdefs.h <<\_ACEOF -@@ -27538,17 +28208,17 @@ _ACEOF - INTLLIBS= - - if test "${ac_cv_header_libintl_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for libintl.h" >&5 --echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for libintl.h" >&5 -+$as_echo_n "checking for libintl.h... " >&6; } - if test "${ac_cv_header_libintl_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5 --echo "${ECHO_T}$ac_cv_header_libintl_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5 -+$as_echo "$ac_cv_header_libintl_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking libintl.h usability" >&5 --echo $ECHO_N "checking libintl.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking libintl.h usability" >&5 -+$as_echo_n "checking libintl.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -27564,32 +28234,33 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking libintl.h presence" >&5 --echo $ECHO_N "checking libintl.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking libintl.h presence" >&5 -+$as_echo_n "checking libintl.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -27603,51 +28274,52 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: libintl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: libintl.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libintl.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: libintl.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libintl.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: libintl.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libintl.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: libintl.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: libintl.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libintl.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: libintl.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: libintl.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: libintl.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ---------------------------------------------------------------------- ## - ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=libgtop ## -@@ -27656,15 +28328,15 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for libintl.h" >&5 --echo $ECHO_N "checking for libintl.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for libintl.h" >&5 -+$as_echo_n "checking for libintl.h... " >&6; } - if test "${ac_cv_header_libintl_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_libintl_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5 --echo "${ECHO_T}$ac_cv_header_libintl_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_libintl_h" >&5 -+$as_echo "$ac_cv_header_libintl_h" >&6; } - - fi - if test $ac_cv_header_libintl_h = yes; then -@@ -27674,10 +28346,10 @@ if test $ac_cv_header_libintl_h = yes; t - # - # First check in libc - # -- { echo "$as_me:$LINENO: checking for ngettext in libc" >&5 --echo $ECHO_N "checking for ngettext in libc... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for ngettext in libc" >&5 -+$as_echo_n "checking for ngettext in libc... " >&6; } - if test "${gt_cv_func_ngettext_libc+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -27702,38 +28374,42 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - gt_cv_func_ngettext_libc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - gt_cv_func_ngettext_libc=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - - fi --{ echo "$as_me:$LINENO: result: $gt_cv_func_ngettext_libc" >&5 --echo "${ECHO_T}$gt_cv_func_ngettext_libc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_ngettext_libc" >&5 -+$as_echo "$gt_cv_func_ngettext_libc" >&6; } - - if test "$gt_cv_func_ngettext_libc" = "yes" ; then -- { echo "$as_me:$LINENO: checking for dgettext in libc" >&5 --echo $ECHO_N "checking for dgettext in libc... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for dgettext in libc" >&5 -+$as_echo_n "checking for dgettext in libc... " >&6; } - if test "${gt_cv_func_dgettext_libc+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -27758,43 +28434,47 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - gt_cv_func_dgettext_libc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - gt_cv_func_dgettext_libc=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - - fi --{ echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5 --echo "${ECHO_T}$gt_cv_func_dgettext_libc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_dgettext_libc" >&5 -+$as_echo "$gt_cv_func_dgettext_libc" >&6; } - fi - - if test "$gt_cv_func_ngettext_libc" = "yes" ; then - - for ac_func in bind_textdomain_codeset - do --as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 -+$as_echo_n "checking for $ac_func... " >&6; } - if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -27847,35 +28527,41 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_var=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_var=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --ac_res=`eval echo '${'$as_ac_var'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_var'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+if test `eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` = yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF - - fi -@@ -27890,10 +28576,10 @@ done - || test "$gt_cv_func_ngettext_libc" != "yes" \ - || test "$ac_cv_func_bind_textdomain_codeset" != "yes" ; then - -- { echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5 --echo $ECHO_N "checking for bindtextdomain in -lintl... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for bindtextdomain in -lintl" >&5 -+$as_echo_n "checking for bindtextdomain in -lintl... " >&6; } - if test "${ac_cv_lib_intl_bindtextdomain+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lintl $LIBS" -@@ -27925,37 +28611,41 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_intl_bindtextdomain=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_intl_bindtextdomain=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5 --echo "${ECHO_T}$ac_cv_lib_intl_bindtextdomain" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_bindtextdomain" >&5 -+$as_echo "$ac_cv_lib_intl_bindtextdomain" >&6; } - if test $ac_cv_lib_intl_bindtextdomain = yes; then -- { echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5 --echo $ECHO_N "checking for ngettext in -lintl... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5 -+$as_echo_n "checking for ngettext in -lintl... " >&6; } - if test "${ac_cv_lib_intl_ngettext+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lintl $LIBS" -@@ -27987,37 +28677,41 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_intl_ngettext=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_intl_ngettext=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5 --echo "${ECHO_T}$ac_cv_lib_intl_ngettext" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5 -+$as_echo "$ac_cv_lib_intl_ngettext" >&6; } - if test $ac_cv_lib_intl_ngettext = yes; then -- { echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5 --echo $ECHO_N "checking for dgettext in -lintl... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for dgettext in -lintl" >&5 -+$as_echo_n "checking for dgettext in -lintl... " >&6; } - if test "${ac_cv_lib_intl_dgettext+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lintl $LIBS" -@@ -28049,32 +28743,36 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_intl_dgettext=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_intl_dgettext=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5 --echo "${ECHO_T}$ac_cv_lib_intl_dgettext" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dgettext" >&5 -+$as_echo "$ac_cv_lib_intl_dgettext" >&6; } - if test $ac_cv_lib_intl_dgettext = yes; then - gt_cv_func_dgettext_libintl=yes - fi -@@ -28085,14 +28783,14 @@ fi - - - if test "$gt_cv_func_dgettext_libintl" != "yes" ; then -- { echo "$as_me:$LINENO: checking if -liconv is needed to use gettext" >&5 --echo $ECHO_N "checking if -liconv is needed to use gettext... $ECHO_C" >&6; } -- { echo "$as_me:$LINENO: result: " >&5 --echo "${ECHO_T}" >&6; } -- { echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5 --echo $ECHO_N "checking for ngettext in -lintl... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking if -liconv is needed to use gettext" >&5 -+$as_echo_n "checking if -liconv is needed to use gettext... " >&6; } -+ { $as_echo "$as_me:$LINENO: result: " >&5 -+$as_echo "" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5 -+$as_echo_n "checking for ngettext in -lintl... " >&6; } - if test "${ac_cv_lib_intl_ngettext+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lintl -liconv $LIBS" -@@ -28124,37 +28822,41 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_intl_ngettext=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_intl_ngettext=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5 --echo "${ECHO_T}$ac_cv_lib_intl_ngettext" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_ngettext" >&5 -+$as_echo "$ac_cv_lib_intl_ngettext" >&6; } - if test $ac_cv_lib_intl_ngettext = yes; then -- { echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&5 --echo $ECHO_N "checking for dcgettext in -lintl... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for dcgettext in -lintl" >&5 -+$as_echo_n "checking for dcgettext in -lintl... " >&6; } - if test "${ac_cv_lib_intl_dcgettext+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lintl -liconv $LIBS" -@@ -28186,32 +28888,36 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_intl_dcgettext=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_intl_dcgettext=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5 --echo "${ECHO_T}$ac_cv_lib_intl_dcgettext" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_intl_dcgettext" >&5 -+$as_echo "$ac_cv_lib_intl_dcgettext" >&6; } - if test $ac_cv_lib_intl_dcgettext = yes; then - gt_cv_func_dgettext_libintl=yes - libintl_extra_libs=-liconv -@@ -28237,11 +28943,11 @@ fi - - for ac_func in bind_textdomain_codeset - do --as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 -+$as_echo_n "checking for $ac_func... " >&6; } - if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -28294,35 +29000,41 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_var=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_var=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --ac_res=`eval echo '${'$as_ac_var'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_var'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+if test `eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` = yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF - - fi -@@ -28358,10 +29070,10 @@ _ACEOF - - # Extract the first word of "msgfmt", so it can be a program name with args. - set dummy msgfmt; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_MSGFMT+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case "$MSGFMT" in - /*) -@@ -28385,11 +29097,11 @@ esac - fi - MSGFMT="$ac_cv_path_MSGFMT" - if test "$MSGFMT" != "no"; then -- { echo "$as_me:$LINENO: result: $MSGFMT" >&5 --echo "${ECHO_T}$MSGFMT" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5 -+$as_echo "$MSGFMT" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - if test "$MSGFMT" != "no"; then - glib_save_LIBS="$LIBS" -@@ -28397,11 +29109,11 @@ fi - - for ac_func in dcgettext - do --as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 -+$as_echo_n "checking for $ac_func... " >&6; } - if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -28454,43 +29166,49 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_var=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_var=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --ac_res=`eval echo '${'$as_ac_var'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_var'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+if test `eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` = yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF - - fi - done - - MSGFMT_OPTS= -- { echo "$as_me:$LINENO: checking if msgfmt accepts -c" >&5 --echo $ECHO_N "checking if msgfmt accepts -c... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking if msgfmt accepts -c" >&5 -+$as_echo_n "checking if msgfmt accepts -c... " >&6; } - cat >conftest.foo <<_ACEOF - - msgid "" -@@ -28504,25 +29222,25 @@ msgstr "" - "Content-Transfer-Encoding: 8bit\n" - - _ACEOF --if { (echo "$as_me:$LINENO: \$MSGFMT -c -o /dev/null conftest.foo") >&5 -+if { ($as_echo "$as_me:$LINENO: \$MSGFMT -c -o /dev/null conftest.foo") >&5 - ($MSGFMT -c -o /dev/null conftest.foo) 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -- MSGFMT_OPTS=-c; { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } --else { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ MSGFMT_OPTS=-c; { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } -+else { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - echo "$as_me: failed input was:" >&5 - sed 's/^/| /' conftest.foo >&5 - fi - - # Extract the first word of "gmsgfmt", so it can be a program name with args. - set dummy gmsgfmt; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_GMSGFMT+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $GMSGFMT in - [\\/]* | ?:[\\/]*) -@@ -28537,7 +29255,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -28550,20 +29268,20 @@ esac - fi - GMSGFMT=$ac_cv_path_GMSGFMT - if test -n "$GMSGFMT"; then -- { echo "$as_me:$LINENO: result: $GMSGFMT" >&5 --echo "${ECHO_T}$GMSGFMT" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5 -+$as_echo "$GMSGFMT" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - - # Extract the first word of "xgettext", so it can be a program name with args. - set dummy xgettext; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_XGETTEXT+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case "$XGETTEXT" in - /*) -@@ -28587,11 +29305,11 @@ esac - fi - XGETTEXT="$ac_cv_path_XGETTEXT" - if test "$XGETTEXT" != ":"; then -- { echo "$as_me:$LINENO: result: $XGETTEXT" >&5 --echo "${ECHO_T}$XGETTEXT" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5 -+$as_echo "$XGETTEXT" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - cat >conftest.$ac_ext <<_ACEOF -@@ -28616,30 +29334,33 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - CATOBJEXT=.gmo - DATADIRNAME=share - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - case $host in - *-*-solaris*) -- { echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5 --echo $ECHO_N "checking for bind_textdomain_codeset... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for bind_textdomain_codeset" >&5 -+$as_echo_n "checking for bind_textdomain_codeset... " >&6; } - if test "${ac_cv_func_bind_textdomain_codeset+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -28692,47 +29413,52 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_func_bind_textdomain_codeset=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_func_bind_textdomain_codeset=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5 --echo "${ECHO_T}$ac_cv_func_bind_textdomain_codeset" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_bind_textdomain_codeset" >&5 -+$as_echo "$ac_cv_func_bind_textdomain_codeset" >&6; } - if test $ac_cv_func_bind_textdomain_codeset = yes; then - CATOBJEXT=.gmo - DATADIRNAME=share - else - CATOBJEXT=.mo -- DATADIRNAME=share -+ DATADIRNAME=lib - fi - - ;; - *) - CATOBJEXT=.mo -- DATADIRNAME=share -+ DATADIRNAME=lib - ;; - esac - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - LIBS="$glib_save_LIBS" -@@ -28758,8 +29484,8 @@ _ACEOF - if $XGETTEXT --omit-header /dev/null 2> /dev/null; then - : ; - else -- { echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5 --echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6; } -+ { $as_echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5 -+$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; } - XGETTEXT=":" - fi - fi -@@ -28791,8 +29517,8 @@ echo "${ECHO_T}found xgettext program is - if test "x$ALL_LINGUAS" = "x"; then - LINGUAS= - else -- { echo "$as_me:$LINENO: checking for catalogs to be installed" >&5 --echo $ECHO_N "checking for catalogs to be installed... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for catalogs to be installed" >&5 -+$as_echo_n "checking for catalogs to be installed... " >&6; } - NEW_LINGUAS= - for presentlang in $ALL_LINGUAS; do - useit=no -@@ -28816,8 +29542,8 @@ echo $ECHO_N "checking for catalogs to b - fi - done - LINGUAS=$NEW_LINGUAS -- { echo "$as_me:$LINENO: result: $LINGUAS" >&5 --echo "${ECHO_T}$LINGUAS" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $LINGUAS" >&5 -+$as_echo "$LINGUAS" >&6; } - fi - - if test -n "$LINGUAS"; then -@@ -28855,7 +29581,7 @@ test "x$prefix" = xNONE && prefix=$ac_de - test "x$exec_prefix" = xNONE && exec_prefix=$prefix - datarootdir=`eval echo "${datarootdir}"` - if test "x$CATOBJEXT" = "x.mo" ; then -- localedir=`eval echo "${prefix}/share/locale"` -+ localedir=`eval echo "${libdir}/locale"` - else - localedir=`eval echo "${datadir}/locale"` - fi -@@ -28869,8 +29595,8 @@ _ACEOF - - - --{ echo "$as_me:$LINENO: checking for X" >&5 --echo $ECHO_N "checking for X... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for X" >&5 -+$as_echo_n "checking for X... " >&6; } - - - # Check whether --with-x was given. -@@ -28884,11 +29610,11 @@ if test "x$with_x" = xno; then - have_x=disabled - else - case $x_includes,$x_libraries in #( -- *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5 --echo "$as_me: error: Cannot use X directory names containing '" >&2;} -+ *\'*) { { $as_echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5 -+$as_echo "$as_me: error: Cannot use X directory names containing '" >&2;} - { (exit 1); exit 1; }; };; #( - *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - # One or both of the vars are not set, and there is no cached value. - ac_x_includes=no ac_x_libraries=no -@@ -28909,7 +29635,7 @@ _ACEOF - eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`" - done - # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR. -- for ac_extension in a so sl; do -+ for ac_extension in a so sl dylib la dll; do - if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" && - test -f "$ac_im_libdir/libX11.$ac_extension"; then - ac_im_usrlibdir=$ac_im_libdir; break -@@ -28984,13 +29710,14 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err -@@ -28998,7 +29725,7 @@ eval "echo \"\$as_me:$LINENO: $ac_try_ec - # We can compile using X headers with no special include directory. - ac_x_includes= - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - for ac_dir in $ac_x_header_dirs; do -@@ -29039,30 +29766,33 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - LIBS=$ac_save_LIBS - # We can link X programs with no special library path. - ac_x_libraries= - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - LIBS=$ac_save_LIBS --for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` -+for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g` - do - # Don't even attempt the hair of trying to link an X program! -- for ac_extension in a so sl; do -+ for ac_extension in a so sl dylib la dll; do - if test -r "$ac_dir/libX11.$ac_extension"; then - ac_x_libraries=$ac_dir - break 2 -@@ -29071,6 +29801,7 @@ do - done - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi # $ac_x_libraries = no -@@ -29093,8 +29824,8 @@ fi - fi # $with_x != no - - if test "$have_x" != yes; then -- { echo "$as_me:$LINENO: result: $have_x" >&5 --echo "${ECHO_T}$have_x" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $have_x" >&5 -+$as_echo "$have_x" >&6; } - no_x=yes - else - # If each of the values was on the command line, it overrides each guess. -@@ -29104,8 +29835,8 @@ else - ac_cv_have_x="have_x=yes\ - ac_x_includes='$x_includes'\ - ac_x_libraries='$x_libraries'" -- { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5 --echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; } -+ { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5 -+$as_echo "libraries $x_libraries, headers $x_includes" >&6; } - fi - - if test "$no_x" = yes; then -@@ -29126,8 +29857,8 @@ else - X_LIBS="$X_LIBS -L$x_libraries" - # For Solaris; some versions of Sun CC require a space after -R and - # others require no space. Words are not sufficient . . . . -- { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5 --echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5 -+$as_echo_n "checking whether -R must be followed by a space... " >&6; } - ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries" - ac_xsave_c_werror_flag=$ac_c_werror_flag - ac_c_werror_flag=yes -@@ -29152,23 +29883,26 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - X_LIBS="$X_LIBS -R$x_libraries" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - LIBS="$ac_xsave_LIBS -R $x_libraries" -@@ -29193,33 +29927,38 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -- { echo "$as_me:$LINENO: result: yes" >&5 --echo "${ECHO_T}yes" >&6; } -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then -+ { $as_echo "$as_me:$LINENO: result: yes" >&5 -+$as_echo "yes" >&6; } - X_LIBS="$X_LIBS -R $x_libraries" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: result: neither works" >&5 --echo "${ECHO_T}neither works" >&6; } -+ { $as_echo "$as_me:$LINENO: result: neither works" >&5 -+$as_echo "neither works" >&6; } - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - ac_c_werror_flag=$ac_xsave_c_werror_flag -@@ -29265,27 +30004,30 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - : - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - -- { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5 --echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5 -+$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; } - if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-ldnet $LIBS" -@@ -29317,41 +30059,45 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_dnet_dnet_ntoa=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_dnet_dnet_ntoa=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 --echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5 -+$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; } - if test $ac_cv_lib_dnet_dnet_ntoa = yes; then - X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet" - fi - - if test $ac_cv_lib_dnet_dnet_ntoa = no; then -- { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5 --echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5 -+$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; } - if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-ldnet_stub $LIBS" -@@ -29383,32 +30129,36 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_dnet_stub_dnet_ntoa=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_dnet_stub_dnet_ntoa=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 --echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5 -+$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; } - if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then - X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub" - fi -@@ -29416,6 +30166,7 @@ fi - fi - 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_xsave_LIBS" -@@ -29428,10 +30179,10 @@ rm -f core conftest.err conftest.$ac_obj - # on Irix 5.2, according to T.E. Dickey. - # The functions gethostbyname, getservbyname, and inet_addr are - # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking. -- { echo "$as_me:$LINENO: checking for gethostbyname" >&5 --echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5 -+$as_echo_n "checking for gethostbyname... " >&6; } - if test "${ac_cv_func_gethostbyname+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -29484,37 +30235,41 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_func_gethostbyname=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_func_gethostbyname=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5 --echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5 -+$as_echo "$ac_cv_func_gethostbyname" >&6; } - - if test $ac_cv_func_gethostbyname = no; then -- { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 --echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 -+$as_echo_n "checking for gethostbyname in -lnsl... " >&6; } - if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lnsl $LIBS" -@@ -29546,41 +30301,45 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_nsl_gethostbyname=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_nsl_gethostbyname=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 --echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 -+$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; } - if test $ac_cv_lib_nsl_gethostbyname = yes; then - X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl" - fi - - if test $ac_cv_lib_nsl_gethostbyname = no; then -- { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5 --echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5 -+$as_echo_n "checking for gethostbyname in -lbsd... " >&6; } - if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lbsd $LIBS" -@@ -29612,32 +30371,36 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_bsd_gethostbyname=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_bsd_gethostbyname=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5 --echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5 -+$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; } - if test $ac_cv_lib_bsd_gethostbyname = yes; then - X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd" - fi -@@ -29652,10 +30415,10 @@ fi - # variants that don't use the name server (or something). -lsocket - # must be given before -lnsl if both are needed. We assume that - # if connect needs -lnsl, so does gethostbyname. -- { echo "$as_me:$LINENO: checking for connect" >&5 --echo $ECHO_N "checking for connect... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for connect" >&5 -+$as_echo_n "checking for connect... " >&6; } - if test "${ac_cv_func_connect+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -29708,37 +30471,41 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_func_connect=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_func_connect=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5 --echo "${ECHO_T}$ac_cv_func_connect" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5 -+$as_echo "$ac_cv_func_connect" >&6; } - - if test $ac_cv_func_connect = no; then -- { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5 --echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5 -+$as_echo_n "checking for connect in -lsocket... " >&6; } - if test "${ac_cv_lib_socket_connect+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lsocket $X_EXTRA_LIBS $LIBS" -@@ -29770,32 +30537,36 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_socket_connect=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_socket_connect=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5 --echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5 -+$as_echo "$ac_cv_lib_socket_connect" >&6; } - if test $ac_cv_lib_socket_connect = yes; then - X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS" - fi -@@ -29803,10 +30574,10 @@ fi - fi - - # Guillermo Gomez says -lposix is necessary on A/UX. -- { echo "$as_me:$LINENO: checking for remove" >&5 --echo $ECHO_N "checking for remove... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for remove" >&5 -+$as_echo_n "checking for remove... " >&6; } - if test "${ac_cv_func_remove+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -29859,37 +30630,41 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_func_remove=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_func_remove=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5 --echo "${ECHO_T}$ac_cv_func_remove" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5 -+$as_echo "$ac_cv_func_remove" >&6; } - - if test $ac_cv_func_remove = no; then -- { echo "$as_me:$LINENO: checking for remove in -lposix" >&5 --echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5 -+$as_echo_n "checking for remove in -lposix... " >&6; } - if test "${ac_cv_lib_posix_remove+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lposix $LIBS" -@@ -29921,32 +30696,36 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_posix_remove=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_posix_remove=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5 --echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5 -+$as_echo "$ac_cv_lib_posix_remove" >&6; } - if test $ac_cv_lib_posix_remove = yes; then - X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix" - fi -@@ -29954,10 +30733,10 @@ fi - fi - - # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay. -- { echo "$as_me:$LINENO: checking for shmat" >&5 --echo $ECHO_N "checking for shmat... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for shmat" >&5 -+$as_echo_n "checking for shmat... " >&6; } - if test "${ac_cv_func_shmat+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -30010,37 +30789,41 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_func_shmat=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_func_shmat=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5 --echo "${ECHO_T}$ac_cv_func_shmat" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5 -+$as_echo "$ac_cv_func_shmat" >&6; } - - if test $ac_cv_func_shmat = no; then -- { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5 --echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5 -+$as_echo_n "checking for shmat in -lipc... " >&6; } - if test "${ac_cv_lib_ipc_shmat+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lipc $LIBS" -@@ -30072,32 +30855,36 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_ipc_shmat=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_ipc_shmat=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5 --echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5 -+$as_echo "$ac_cv_lib_ipc_shmat" >&6; } - if test $ac_cv_lib_ipc_shmat = yes; then - X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc" - fi -@@ -30114,10 +30901,10 @@ fi - # These have to be linked with before -lX11, unlike the other - # libraries we check for below, so use a different variable. - # John Interrante, Karl Berry -- { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5 --echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5 -+$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; } - if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lICE $X_EXTRA_LIBS $LIBS" -@@ -30149,32 +30936,36 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_ICE_IceConnectionNumber=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_ICE_IceConnectionNumber=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 --echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5 -+$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; } - if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then - X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE" - fi -@@ -30184,10 +30975,10 @@ fi - fi - - --{ echo "$as_me:$LINENO: checking for gethostbyname" >&5 --echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5 -+$as_echo_n "checking for gethostbyname... " >&6; } - if test "${ac_cv_func_gethostbyname+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -30240,39 +31031,43 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_func_gethostbyname=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_func_gethostbyname=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5 --echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5 -+$as_echo "$ac_cv_func_gethostbyname" >&6; } - if test $ac_cv_func_gethostbyname = yes; then - : - else - --{ echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 --echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5 -+$as_echo_n "checking for gethostbyname in -lnsl... " >&6; } - if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lnsl $LIBS" -@@ -30304,32 +31099,36 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_nsl_gethostbyname=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_nsl_gethostbyname=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 --echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5 -+$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; } - if test $ac_cv_lib_nsl_gethostbyname = yes; then - cat >>confdefs.h <<_ACEOF - #define HAVE_LIBNSL 1 -@@ -30341,10 +31140,10 @@ fi - - fi - --{ echo "$as_me:$LINENO: checking for connect" >&5 --echo $ECHO_N "checking for connect... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for connect" >&5 -+$as_echo_n "checking for connect... " >&6; } - if test "${ac_cv_func_connect+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -30397,39 +31196,43 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_func_connect=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_func_connect=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5 --echo "${ECHO_T}$ac_cv_func_connect" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5 -+$as_echo "$ac_cv_func_connect" >&6; } - if test $ac_cv_func_connect = yes; then - : - else - --{ echo "$as_me:$LINENO: checking for connect in -lsocket" >&5 --echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5 -+$as_echo_n "checking for connect in -lsocket... " >&6; } - if test "${ac_cv_lib_socket_connect+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lsocket $LIBS" -@@ -30461,32 +31264,36 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_socket_connect=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_socket_connect=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5 --echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5 -+$as_echo "$ac_cv_lib_socket_connect" >&6; } - if test $ac_cv_lib_socket_connect = yes; then - cat >>confdefs.h <<_ACEOF - #define HAVE_LIBSOCKET 1 -@@ -30498,10 +31305,10 @@ fi - - fi - --{ echo "$as_me:$LINENO: checking for inet_aton" >&5 --echo $ECHO_N "checking for inet_aton... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for inet_aton" >&5 -+$as_echo_n "checking for inet_aton... " >&6; } - if test "${ac_cv_func_inet_aton+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -30554,39 +31361,43 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_func_inet_aton=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_func_inet_aton=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $ac_cv_func_inet_aton" >&5 --echo "${ECHO_T}$ac_cv_func_inet_aton" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_inet_aton" >&5 -+$as_echo "$ac_cv_func_inet_aton" >&6; } - if test $ac_cv_func_inet_aton = yes; then - : - else - --{ echo "$as_me:$LINENO: checking for inet_aton in -lresolv" >&5 --echo $ECHO_N "checking for inet_aton in -lresolv... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for inet_aton in -lresolv" >&5 -+$as_echo_n "checking for inet_aton in -lresolv... " >&6; } - if test "${ac_cv_lib_resolv_inet_aton+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lresolv $LIBS" -@@ -30618,32 +31429,36 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_resolv_inet_aton=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_resolv_inet_aton=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_aton" >&5 --echo "${ECHO_T}$ac_cv_lib_resolv_inet_aton" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_aton" >&5 -+$as_echo "$ac_cv_lib_resolv_inet_aton" >&6; } - if test $ac_cv_lib_resolv_inet_aton = yes; then - cat >>confdefs.h <<_ACEOF - #define HAVE_LIBRESOLV 1 -@@ -30660,17 +31475,17 @@ fi - saved_CPPFLAGS="$CPPFLAGS" - CPPFLAGS="$CPPFLAGS $X_CFLAGS" - test -z "$with_xauth" && { if test "${ac_cv_header_X11_Xauth_h+set}" = set; then -- { echo "$as_me:$LINENO: checking for X11/Xauth.h" >&5 --echo $ECHO_N "checking for X11/Xauth.h... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for X11/Xauth.h" >&5 -+$as_echo_n "checking for X11/Xauth.h... " >&6; } - if test "${ac_cv_header_X11_Xauth_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xauth_h" >&5 --echo "${ECHO_T}$ac_cv_header_X11_Xauth_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xauth_h" >&5 -+$as_echo "$ac_cv_header_X11_Xauth_h" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking X11/Xauth.h usability" >&5 --echo $ECHO_N "checking X11/Xauth.h usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking X11/Xauth.h usability" >&5 -+$as_echo_n "checking X11/Xauth.h usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -30686,32 +31501,33 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking X11/Xauth.h presence" >&5 --echo $ECHO_N "checking X11/Xauth.h presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking X11/Xauth.h presence" >&5 -+$as_echo_n "checking X11/Xauth.h presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -30725,51 +31541,52 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: X11/Xauth.h: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: X11/Xauth.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: X11/Xauth.h: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: X11/Xauth.h: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: X11/Xauth.h: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: X11/Xauth.h: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: X11/Xauth.h: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: X11/Xauth.h: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: X11/Xauth.h: present but cannot be compiled" >&5 --echo "$as_me: WARNING: X11/Xauth.h: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: X11/Xauth.h: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: X11/Xauth.h: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: X11/Xauth.h: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: X11/Xauth.h: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: X11/Xauth.h: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: X11/Xauth.h: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: X11/Xauth.h: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: X11/Xauth.h: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: X11/Xauth.h: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: X11/Xauth.h: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: X11/Xauth.h: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: X11/Xauth.h: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: X11/Xauth.h: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: X11/Xauth.h: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: X11/Xauth.h: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: X11/Xauth.h: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: X11/Xauth.h: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: X11/Xauth.h: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: X11/Xauth.h: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: X11/Xauth.h: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: X11/Xauth.h: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: X11/Xauth.h: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ---------------------------------------------------------------------- ## - ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=libgtop ## -@@ -30778,15 +31595,15 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for X11/Xauth.h" >&5 --echo $ECHO_N "checking for X11/Xauth.h... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for X11/Xauth.h" >&5 -+$as_echo_n "checking for X11/Xauth.h... " >&6; } - if test "${ac_cv_header_X11_Xauth_h+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_cv_header_X11_Xauth_h=$ac_header_preproc - fi --{ echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xauth_h" >&5 --echo "${ECHO_T}$ac_cv_header_X11_Xauth_h" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_X11_Xauth_h" >&5 -+$as_echo "$ac_cv_header_X11_Xauth_h" >&6; } - - fi - if test $ac_cv_header_X11_Xauth_h = yes; then -@@ -30796,10 +31613,10 @@ else - fi - - } --test -z "$with_xauth" && { { echo "$as_me:$LINENO: checking for XauGetAuthByAddr in -lXau" >&5 --echo $ECHO_N "checking for XauGetAuthByAddr in -lXau... $ECHO_C" >&6; } -+test -z "$with_xauth" && { { $as_echo "$as_me:$LINENO: checking for XauGetAuthByAddr in -lXau" >&5 -+$as_echo_n "checking for XauGetAuthByAddr in -lXau... " >&6; } - if test "${ac_cv_lib_Xau_XauGetAuthByAddr+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_check_lib_save_LIBS=$LIBS - LIBS="-lXau $X_LIBS $LIBS" -@@ -30831,32 +31648,36 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_lib_Xau_XauGetAuthByAddr=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_lib_Xau_XauGetAuthByAddr=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 --{ echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetAuthByAddr" >&5 --echo "${ECHO_T}$ac_cv_lib_Xau_XauGetAuthByAddr" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetAuthByAddr" >&5 -+$as_echo "$ac_cv_lib_Xau_XauGetAuthByAddr" >&6; } - if test $ac_cv_lib_Xau_XauGetAuthByAddr = yes; then - : - else -@@ -30896,20 +31717,21 @@ for ac_header in fcntl.h sys/param.h sys - mnttab.h mntent.h sys/statvfs.h sys/vfs.h sys/mount.h \ - sys/filsys.h sys/fs_types.h sys/fs/s5param.h - do --as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -+as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- { echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+ { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - else - # Is the header compilable? --{ echo "$as_me:$LINENO: checking $ac_header usability" >&5 --echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 -+$as_echo_n "checking $ac_header usability... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -30925,32 +31747,33 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - ac_header_compiler=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_compiler=no - fi - - rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 --echo "${ECHO_T}$ac_header_compiler" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -+$as_echo "$ac_header_compiler" >&6; } - - # Is the header present? --{ echo "$as_me:$LINENO: checking $ac_header presence" >&5 --echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 -+$as_echo_n "checking $ac_header presence... " >&6; } - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -30964,51 +31787,52 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - ac_header_preproc=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ac_header_preproc=no - fi - - rm -f conftest.err conftest.$ac_ext --{ echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 --echo "${ECHO_T}$ac_header_preproc" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 -+$as_echo "$ac_header_preproc" >&6; } - - # So? What about this header? - case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in - yes:no: ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 --echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 -+$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;} - ac_header_preproc=yes - ;; - no:yes:* ) -- { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 --echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 --echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 --echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 --echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 --echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -- { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 --echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 -+$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 -+$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 -+$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 -+$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 -+$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 -+$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} - ( cat <<\_ASBOX - ## ---------------------------------------------------------------------- ## - ## Report this to http://bugzilla.gnome.org/enter_bug.cgi?product=libgtop ## -@@ -31017,21 +31841,23 @@ _ASBOX - ) | sed "s/^/$as_me: WARNING: /" >&2 - ;; - esac --{ echo "$as_me:$LINENO: checking for $ac_header" >&5 --echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 -+$as_echo_n "checking for $ac_header... " >&6; } - if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - eval "$as_ac_Header=\$ac_header_preproc" - fi --ac_res=`eval echo '${'$as_ac_Header'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } -+ac_res=`eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } - - fi --if test `eval echo '${'$as_ac_Header'}'` = yes; then -+if test `eval 'as_val=${'$as_ac_Header'} -+ $as_echo "$as_val"'` = yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 - _ACEOF - - fi -@@ -31061,11 +31887,11 @@ for ac_func in bcopy endgrent endpwent f - getcwd getmntinfo gettimeofday isascii lchown \ - listmntent memcpy mkfifo strchr strerror strrchr vprintf - do --as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` --{ echo "$as_me:$LINENO: checking for $ac_func" >&5 --echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } -+as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -+{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 -+$as_echo_n "checking for $ac_func... " >&6; } - if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -31118,35 +31944,41 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - eval "$as_ac_var=yes" - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - eval "$as_ac_var=no" - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --ac_res=`eval echo '${'$as_ac_var'}'` -- { echo "$as_me:$LINENO: result: $ac_res" >&5 --echo "${ECHO_T}$ac_res" >&6; } --if test `eval echo '${'$as_ac_var'}'` = yes; then -+ac_res=`eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` -+ { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 -+$as_echo "$ac_res" >&6; } -+if test `eval 'as_val=${'$as_ac_var'} -+ $as_echo "$as_val"'` = yes; then - cat >>confdefs.h <<_ACEOF --#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 -+#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF - - fi -@@ -31179,10 +32011,10 @@ list_mounted_fs= - # make sure LIBS contains -lsun (on Irix4) or -lseq (on PTX). - # getmntent is in the standard C library on UNICOS, in -lsun on Irix 4, - # -lseq on Dynix/PTX, -lgen on Unixware. --{ echo "$as_me:$LINENO: checking for library containing getmntent" >&5 --echo $ECHO_N "checking for library containing getmntent... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for library containing getmntent" >&5 -+$as_echo_n "checking for library containing getmntent... " >&6; } - if test "${ac_cv_search_getmntent+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - ac_func_search_save_LIBS=$LIBS - cat >conftest.$ac_ext <<_ACEOF -@@ -31220,26 +32052,30 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - ac_cv_search_getmntent=$ac_res - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext - if test "${ac_cv_search_getmntent+set}" = set; then -@@ -31254,8 +32090,8 @@ fi - rm conftest.$ac_ext - LIBS=$ac_func_search_save_LIBS - fi --{ echo "$as_me:$LINENO: result: $ac_cv_search_getmntent" >&5 --echo "${ECHO_T}$ac_cv_search_getmntent" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_getmntent" >&5 -+$as_echo "$ac_cv_search_getmntent" >&6; } - ac_res=$ac_cv_search_getmntent - if test "$ac_res" != no; then - test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" -@@ -31282,10 +32118,10 @@ fi - - if test -z "$list_mounted_fs"; then - # Cray UNICOS 9 --{ echo "$as_me:$LINENO: checking for listmntent of Cray/Unicos-9" >&5 --echo $ECHO_N "checking for listmntent of Cray/Unicos-9... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for listmntent of Cray/Unicos-9" >&5 -+$as_echo_n "checking for listmntent of Cray/Unicos-9... " >&6; } - if test "${fu_cv_sys_mounted_cray_listmntent+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - fu_cv_sys_mounted_cray_listmntent=no - cat >conftest.$ac_ext <<_ACEOF -@@ -31311,8 +32147,8 @@ rm -f conftest* - - fi - --{ echo "$as_me:$LINENO: result: $fu_cv_sys_mounted_cray_listmntent" >&5 --echo "${ECHO_T}$fu_cv_sys_mounted_cray_listmntent" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $fu_cv_sys_mounted_cray_listmntent" >&5 -+$as_echo "$fu_cv_sys_mounted_cray_listmntent" >&6; } - if test $fu_cv_sys_mounted_cray_listmntent = yes; then - list_mounted_fs=found - -@@ -31330,18 +32166,18 @@ if test $ac_cv_func_getmntent = yes; the - - if test -z "$list_mounted_fs"; then - # 4.3BSD, SunOS, HP-UX, Dynix, Irix --{ echo "$as_me:$LINENO: checking for one-argument getmntent function" >&5 --echo $ECHO_N "checking for one-argument getmntent function... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for one-argument getmntent function" >&5 -+$as_echo_n "checking for one-argument getmntent function... " >&6; } - if test "${fu_cv_sys_mounted_getmntent1+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - test $ac_cv_header_mntent_h = yes \ - && fu_cv_sys_mounted_getmntent1=yes \ - || fu_cv_sys_mounted_getmntent1=no - fi - --{ echo "$as_me:$LINENO: result: $fu_cv_sys_mounted_getmntent1" >&5 --echo "${ECHO_T}$fu_cv_sys_mounted_getmntent1" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $fu_cv_sys_mounted_getmntent1" >&5 -+$as_echo "$fu_cv_sys_mounted_getmntent1" >&6; } - if test $fu_cv_sys_mounted_getmntent1 = yes; then - list_mounted_fs=found - -@@ -31354,10 +32190,10 @@ fi - - if test -z "$list_mounted_fs"; then - # SVR4 --{ echo "$as_me:$LINENO: checking for two-argument getmntent function" >&5 --echo $ECHO_N "checking for two-argument getmntent function... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for two-argument getmntent function" >&5 -+$as_echo_n "checking for two-argument getmntent function... " >&6; } - if test "${fu_cv_sys_mounted_getmntent2+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -31378,8 +32214,8 @@ rm -f conftest* - - fi - --{ echo "$as_me:$LINENO: result: $fu_cv_sys_mounted_getmntent2" >&5 --echo "${ECHO_T}$fu_cv_sys_mounted_getmntent2" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $fu_cv_sys_mounted_getmntent2" >&5 -+$as_echo "$fu_cv_sys_mounted_getmntent2" >&6; } - if test $fu_cv_sys_mounted_getmntent2 = yes; then - list_mounted_fs=found - -@@ -31391,8 +32227,8 @@ fi - fi - - if test -z "$list_mounted_fs"; then --{ { echo "$as_me:$LINENO: error: could not determine how to read list of mounted filesystems" >&5 --echo "$as_me: error: could not determine how to read list of mounted filesystems" >&2;} -+{ { $as_echo "$as_me:$LINENO: error: could not determine how to read list of mounted filesystems" >&5 -+$as_echo "$as_me: error: could not determine how to read list of mounted filesystems" >&2;} - { (exit 1); exit 1; }; } - fi - -@@ -31400,10 +32236,10 @@ fi - - if test -z "$list_mounted_fs"; then - # DEC Alpha running OSF/1. --{ echo "$as_me:$LINENO: checking for getfsstat function" >&5 --echo $ECHO_N "checking for getfsstat function... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for getfsstat function" >&5 -+$as_echo_n "checking for getfsstat function... " >&6; } - if test "${fu_cv_sys_mounted_getsstat+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -31430,32 +32266,36 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - fu_cv_sys_mounted_getsstat=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - fu_cv_sys_mounted_getsstat=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi - --{ echo "$as_me:$LINENO: result: $fu_cv_sys_mounted_getsstat" >&5 --echo "${ECHO_T}$fu_cv_sys_mounted_getsstat" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $fu_cv_sys_mounted_getsstat" >&5 -+$as_echo "$fu_cv_sys_mounted_getsstat" >&6; } - if test $fu_cv_sys_mounted_getsstat = yes; then - list_mounted_fs=found - -@@ -31468,10 +32308,10 @@ fi - - if test -z "$list_mounted_fs"; then - # AIX. --{ echo "$as_me:$LINENO: checking for mntctl function and struct vmount" >&5 --echo $ECHO_N "checking for mntctl function and struct vmount... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for mntctl function and struct vmount" >&5 -+$as_echo_n "checking for mntctl function and struct vmount... " >&6; } - if test "${fu_cv_sys_mounted_vmount+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -31486,20 +32326,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - fu_cv_sys_mounted_vmount=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - fu_cv_sys_mounted_vmount=no -@@ -31508,8 +32349,8 @@ fi - rm -f conftest.err conftest.$ac_ext - fi - --{ echo "$as_me:$LINENO: result: $fu_cv_sys_mounted_vmount" >&5 --echo "${ECHO_T}$fu_cv_sys_mounted_vmount" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $fu_cv_sys_mounted_vmount" >&5 -+$as_echo "$fu_cv_sys_mounted_vmount" >&6; } - if test $fu_cv_sys_mounted_vmount = yes; then - list_mounted_fs=found - -@@ -31522,10 +32363,10 @@ fi - - if test -z "$list_mounted_fs"; then - # SVR3 --{ echo "$as_me:$LINENO: checking for FIXME existence of three headers" >&5 --echo $ECHO_N "checking for FIXME existence of three headers... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for FIXME existence of three headers" >&5 -+$as_echo_n "checking for FIXME existence of three headers... " >&6; } - if test "${fu_cv_sys_mounted_fread_fstyp+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -31543,20 +32384,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - fu_cv_sys_mounted_fread_fstyp=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - fu_cv_sys_mounted_fread_fstyp=no -@@ -31565,8 +32407,8 @@ fi - rm -f conftest.err conftest.$ac_ext - fi - --{ echo "$as_me:$LINENO: result: $fu_cv_sys_mounted_fread_fstyp" >&5 --echo "${ECHO_T}$fu_cv_sys_mounted_fread_fstyp" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $fu_cv_sys_mounted_fread_fstyp" >&5 -+$as_echo "$fu_cv_sys_mounted_fread_fstyp" >&6; } - if test $fu_cv_sys_mounted_fread_fstyp = yes; then - list_mounted_fs=found - -@@ -31579,10 +32421,10 @@ fi - - if test -z "$list_mounted_fs"; then - # 4.4BSD and DEC OSF/1. --{ echo "$as_me:$LINENO: checking for getmntinfo function" >&5 --echo $ECHO_N "checking for getmntinfo function... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for getmntinfo function" >&5 -+$as_echo_n "checking for getmntinfo function... " >&6; } - if test "${fu_cv_sys_mounted_getmntinfo+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - - ok= -@@ -31609,8 +32451,8 @@ test -n "$ok" \ - - fi - --{ echo "$as_me:$LINENO: result: $fu_cv_sys_mounted_getmntinfo" >&5 --echo "${ECHO_T}$fu_cv_sys_mounted_getmntinfo" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $fu_cv_sys_mounted_getmntinfo" >&5 -+$as_echo "$fu_cv_sys_mounted_getmntinfo" >&6; } - if test $fu_cv_sys_mounted_getmntinfo = yes; then - list_mounted_fs=found - -@@ -31625,10 +32467,10 @@ fi - - if test -z "$list_mounted_fs"; then - # Ultrix --{ echo "$as_me:$LINENO: checking for getmnt function" >&5 --echo $ECHO_N "checking for getmnt function... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for getmnt function" >&5 -+$as_echo_n "checking for getmnt function... " >&6; } - if test "${fu_cv_sys_mounted_getmnt+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -31645,20 +32487,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - fu_cv_sys_mounted_getmnt=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - fu_cv_sys_mounted_getmnt=no -@@ -31667,8 +32510,8 @@ fi - rm -f conftest.err conftest.$ac_ext - fi - --{ echo "$as_me:$LINENO: result: $fu_cv_sys_mounted_getmnt" >&5 --echo "${ECHO_T}$fu_cv_sys_mounted_getmnt" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $fu_cv_sys_mounted_getmnt" >&5 -+$as_echo "$fu_cv_sys_mounted_getmnt" >&6; } - if test $fu_cv_sys_mounted_getmnt = yes; then - list_mounted_fs=found - -@@ -31681,10 +32524,10 @@ fi - - if test -z "$list_mounted_fs"; then - # SVR2 --{ echo "$as_me:$LINENO: checking whether it is possible to resort to fread on /etc/mnttab" >&5 --echo $ECHO_N "checking whether it is possible to resort to fread on /etc/mnttab... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking whether it is possible to resort to fread on /etc/mnttab" >&5 -+$as_echo_n "checking whether it is possible to resort to fread on /etc/mnttab... " >&6; } - if test "${fu_cv_sys_mounted_fread+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -31699,20 +32542,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err - }; then - fu_cv_sys_mounted_fread=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - fu_cv_sys_mounted_fread=no -@@ -31721,8 +32565,8 @@ fi - rm -f conftest.err conftest.$ac_ext - fi - --{ echo "$as_me:$LINENO: result: $fu_cv_sys_mounted_fread" >&5 --echo "${ECHO_T}$fu_cv_sys_mounted_fread" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $fu_cv_sys_mounted_fread" >&5 -+$as_echo "$fu_cv_sys_mounted_fread" >&6; } - if test $fu_cv_sys_mounted_fread = yes; then - list_mounted_fs=found - -@@ -31734,15 +32578,15 @@ fi - fi - - if test -z "$list_mounted_fs"; then --{ { echo "$as_me:$LINENO: error: could not determine how to read list of mounted filesystems" >&5 --echo "$as_me: error: could not determine how to read list of mounted filesystems" >&2;} -+{ { $as_echo "$as_me:$LINENO: error: could not determine how to read list of mounted filesystems" >&5 -+$as_echo "$as_me: error: could not determine how to read list of mounted filesystems" >&2;} - { (exit 1); exit 1; }; } - # FIXME -- no need to abort building the whole package - # Cannot build mountlist.c or anything that needs its functions - fi - --{ echo "$as_me:$LINENO: checking how to get filesystem space usage..." >&5 --echo "$as_me: checking how to get filesystem space usage..." >&6;} -+{ $as_echo "$as_me:$LINENO: checking how to get filesystem space usage..." >&5 -+$as_echo "$as_me: checking how to get filesystem space usage..." >&6;} - space=no - - # Perform only the link test since it seems there are no variants of the -@@ -31753,10 +32597,10 @@ space=no - # is what it gets when this test fails. - if test $space = no; then - # SVR4 --{ echo "$as_me:$LINENO: checking statvfs function (SVR4)" >&5 --echo $ECHO_N "checking statvfs function (SVR4)... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking statvfs function (SVR4)" >&5 -+$as_echo_n "checking statvfs function (SVR4)... " >&6; } - if test "${fu_cv_sys_stat_statvfs+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -31780,31 +32624,35 @@ 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_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 -- echo "$as_me:$LINENO: \$? = $ac_status" >&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 && -- $as_test_x conftest$ac_exeext; then -+ } && test -s conftest$ac_exeext && { -+ test "$cross_compiling" = yes || -+ $as_test_x conftest$ac_exeext -+ }; then - fu_cv_sys_stat_statvfs=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - fu_cv_sys_stat_statvfs=no - fi - -+rm -rf conftest.dSYM - rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ - conftest$ac_exeext conftest.$ac_ext - fi --{ echo "$as_me:$LINENO: result: $fu_cv_sys_stat_statvfs" >&5 --echo "${ECHO_T}$fu_cv_sys_stat_statvfs" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $fu_cv_sys_stat_statvfs" >&5 -+$as_echo "$fu_cv_sys_stat_statvfs" >&6; } - if test $fu_cv_sys_stat_statvfs = yes; then - space=yes - -@@ -31817,10 +32665,10 @@ fi - - if test $space = no; then - # DEC Alpha running OSF/1 --{ echo "$as_me:$LINENO: checking for 3-argument statfs function (DEC OSF/1)" >&5 --echo $ECHO_N "checking for 3-argument statfs function (DEC OSF/1)... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for 3-argument statfs function (DEC OSF/1)" >&5 -+$as_echo_n "checking for 3-argument statfs function (DEC OSF/1)... " >&6; } - if test "${fu_cv_sys_stat_statfs3_osf1+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test "$cross_compiling" = yes; then - fu_cv_sys_stat_statfs3_osf1=no -@@ -31848,37 +32696,40 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - fu_cv_sys_stat_statfs3_osf1=yes - else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: program exited with status $ac_status" >&5 -+$as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) - fu_cv_sys_stat_statfs3_osf1=no - fi -+rm -rf conftest.dSYM - rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - - - fi - --{ echo "$as_me:$LINENO: result: $fu_cv_sys_stat_statfs3_osf1" >&5 --echo "${ECHO_T}$fu_cv_sys_stat_statfs3_osf1" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $fu_cv_sys_stat_statfs3_osf1" >&5 -+$as_echo "$fu_cv_sys_stat_statfs3_osf1" >&6; } - if test $fu_cv_sys_stat_statfs3_osf1 = yes; then - space=yes - -@@ -31891,10 +32742,10 @@ fi - - if test $space = no; then - # AIX --{ echo "$as_me:$LINENO: checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)" >&5 --echo $ECHO_N "checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)" >&5 -+$as_echo_n "checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)... " >&6; } - if test "${fu_cv_sys_stat_statfs2_bsize+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test "$cross_compiling" = yes; then - fu_cv_sys_stat_statfs2_bsize=no -@@ -31928,37 +32779,40 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - fu_cv_sys_stat_statfs2_bsize=yes - else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: program exited with status $ac_status" >&5 -+$as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) - fu_cv_sys_stat_statfs2_bsize=no - fi -+rm -rf conftest.dSYM - rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - - - fi - --{ echo "$as_me:$LINENO: result: $fu_cv_sys_stat_statfs2_bsize" >&5 --echo "${ECHO_T}$fu_cv_sys_stat_statfs2_bsize" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $fu_cv_sys_stat_statfs2_bsize" >&5 -+$as_echo "$fu_cv_sys_stat_statfs2_bsize" >&6; } - if test $fu_cv_sys_stat_statfs2_bsize = yes; then - space=yes - -@@ -31971,10 +32825,10 @@ fi - - if test $space = no; then - # SVR3 --{ echo "$as_me:$LINENO: checking for four-argument statfs (AIX-3.2.5, SVR3)" >&5 --echo $ECHO_N "checking for four-argument statfs (AIX-3.2.5, SVR3)... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for four-argument statfs (AIX-3.2.5, SVR3)" >&5 -+$as_echo_n "checking for four-argument statfs (AIX-3.2.5, SVR3)... " >&6; } - if test "${fu_cv_sys_stat_statfs4+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test "$cross_compiling" = yes; then - fu_cv_sys_stat_statfs4=no -@@ -31999,37 +32853,40 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - fu_cv_sys_stat_statfs4=yes - else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: program exited with status $ac_status" >&5 -+$as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) - fu_cv_sys_stat_statfs4=no - fi -+rm -rf conftest.dSYM - rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - - - fi - --{ echo "$as_me:$LINENO: result: $fu_cv_sys_stat_statfs4" >&5 --echo "${ECHO_T}$fu_cv_sys_stat_statfs4" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $fu_cv_sys_stat_statfs4" >&5 -+$as_echo "$fu_cv_sys_stat_statfs4" >&6; } - if test $fu_cv_sys_stat_statfs4 = yes; then - space=yes - -@@ -32042,10 +32899,10 @@ fi - - if test $space = no; then - # 4.4BSD and NetBSD --{ echo "$as_me:$LINENO: checking for two-argument statfs with statfs.fsize member (4.4BSD and NetBSD)" >&5 --echo $ECHO_N "checking for two-argument statfs with statfs.fsize member (4.4BSD and NetBSD)... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for two-argument statfs with statfs.fsize member (4.4BSD and NetBSD)" >&5 -+$as_echo_n "checking for two-argument statfs with statfs.fsize member (4.4BSD and NetBSD)... " >&6; } - if test "${fu_cv_sys_stat_statfs2_fsize+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test "$cross_compiling" = yes; then - fu_cv_sys_stat_statfs2_fsize=no -@@ -32076,37 +32933,40 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - fu_cv_sys_stat_statfs2_fsize=yes - else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: program exited with status $ac_status" >&5 -+$as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) - fu_cv_sys_stat_statfs2_fsize=no - fi -+rm -rf conftest.dSYM - rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - - - fi - --{ echo "$as_me:$LINENO: result: $fu_cv_sys_stat_statfs2_fsize" >&5 --echo "${ECHO_T}$fu_cv_sys_stat_statfs2_fsize" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $fu_cv_sys_stat_statfs2_fsize" >&5 -+$as_echo "$fu_cv_sys_stat_statfs2_fsize" >&6; } - if test $fu_cv_sys_stat_statfs2_fsize = yes; then - space=yes - -@@ -32119,10 +32979,10 @@ fi - - if test $space = no; then - # Ultrix --{ echo "$as_me:$LINENO: checking for two-argument statfs with struct fs_data (Ultrix)" >&5 --echo $ECHO_N "checking for two-argument statfs with struct fs_data (Ultrix)... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for two-argument statfs with struct fs_data (Ultrix)" >&5 -+$as_echo_n "checking for two-argument statfs with struct fs_data (Ultrix)... " >&6; } - if test "${fu_cv_sys_stat_fs_data+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - if test "$cross_compiling" = yes; then - fu_cv_sys_stat_fs_data=no -@@ -32157,37 +33017,40 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - fu_cv_sys_stat_fs_data=yes - else -- echo "$as_me: program exited with status $ac_status" >&5 --echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: program exited with status $ac_status" >&5 -+$as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - ( exit $ac_status ) - fu_cv_sys_stat_fs_data=no - fi -+rm -rf conftest.dSYM - rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext - fi - - - fi - --{ echo "$as_me:$LINENO: result: $fu_cv_sys_stat_fs_data" >&5 --echo "${ECHO_T}$fu_cv_sys_stat_fs_data" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $fu_cv_sys_stat_fs_data" >&5 -+$as_echo "$fu_cv_sys_stat_fs_data" >&6; } - if test $fu_cv_sys_stat_fs_data = yes; then - space=yes - -@@ -32213,13 +33076,14 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_cpp conftest.$ac_ext") 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 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } >/dev/null && { - test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || - test ! -s conftest.err -@@ -32231,7 +33095,7 @@ _ACEOF - - space=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - -@@ -32249,10 +33113,10 @@ fi - # Check for SunOS statfs brokenness wrt partitions 2GB and larger. - # If <sys/vfs.h> exists and struct statfs has a member named f_spare, - # enable the work-around code in fsusage.c. --{ echo "$as_me:$LINENO: checking for statfs that truncates block counts" >&5 --echo $ECHO_N "checking for statfs that truncates block counts... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for statfs that truncates block counts" >&5 -+$as_echo_n "checking for statfs that truncates block counts... " >&6; } - if test "${fu_cv_sys_truncating_statfs+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ -@@ -32280,20 +33144,21 @@ 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_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" -+$as_echo "$ac_try_echo") >&5 - (eval "$ac_compile") 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 -+ $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_objext; then - fu_cv_sys_truncating_statfs=yes - else -- echo "$as_me: failed program was:" >&5 -+ $as_echo "$as_me: failed program was:" >&5 - sed 's/^/| /' conftest.$ac_ext >&5 - - fu_cv_sys_truncating_statfs=no -@@ -32309,11 +33174,11 @@ cat >>confdefs.h <<\_ACEOF - _ACEOF - - fi --{ echo "$as_me:$LINENO: result: $fu_cv_sys_truncating_statfs" >&5 --echo "${ECHO_T}$fu_cv_sys_truncating_statfs" >&6; } -+{ $as_echo "$as_me:$LINENO: result: $fu_cv_sys_truncating_statfs" >&5 -+$as_echo "$fu_cv_sys_truncating_statfs" >&6; } - --{ echo "$as_me:$LINENO: checking for AFS..." >&5 --echo "$as_me: checking for AFS..." >&6;} -+{ $as_echo "$as_me:$LINENO: checking for AFS..." >&5 -+$as_echo "$as_me: checking for AFS..." >&6;} - test -d /afs && - cat >>confdefs.h <<\_ACEOF - #define AFS 1 -@@ -32468,32 +33333,32 @@ fi - - if test x$enable_gtk_doc = xyes; then - if test -n "$PKG_CONFIG" && \ -- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk-doc >= 1.4\"") >&5 -+ { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"gtk-doc >= 1.4\"") >&5 - ($PKG_CONFIG --exists --print-errors "gtk-doc >= 1.4") 2>&5 - ac_status=$? -- echo "$as_me:$LINENO: \$? = $ac_status" >&5 -+ $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then - : - else -- { { echo "$as_me:$LINENO: error: You need to have gtk-doc >= 1.4 installed to build gtk-doc" >&5 --echo "$as_me: error: You need to have gtk-doc >= 1.4 installed to build gtk-doc" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: You need to have gtk-doc >= 1.4 installed to build gtk-doc" >&5 -+$as_echo "$as_me: error: You need to have gtk-doc >= 1.4 installed to build gtk-doc" >&2;} - { (exit 1); exit 1; }; } - fi - fi - -- { echo "$as_me:$LINENO: checking whether to build gtk-doc documentation" >&5 --echo $ECHO_N "checking whether to build gtk-doc documentation... $ECHO_C" >&6; } -- { echo "$as_me:$LINENO: result: $enable_gtk_doc" >&5 --echo "${ECHO_T}$enable_gtk_doc" >&6; } -+ { $as_echo "$as_me:$LINENO: checking whether to build gtk-doc documentation" >&5 -+$as_echo_n "checking whether to build gtk-doc documentation... " >&6; } -+ { $as_echo "$as_me:$LINENO: result: $enable_gtk_doc" >&5 -+$as_echo "$enable_gtk_doc" >&6; } - - for ac_prog in gtkdoc-check - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 --{ echo "$as_me:$LINENO: checking for $ac_word" >&5 --echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } -+{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 -+$as_echo_n "checking for $ac_word... " >&6; } - if test "${ac_cv_path_GTKDOC_CHECK+set}" = set; then -- echo $ECHO_N "(cached) $ECHO_C" >&6 -+ $as_echo_n "(cached) " >&6 - else - case $GTKDOC_CHECK in - [\\/]* | ?:[\\/]*) -@@ -32508,7 +33373,7 @@ do - for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then - ac_cv_path_GTKDOC_CHECK="$as_dir/$ac_word$ac_exec_ext" -- echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 -+ $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 - break 2 - fi - done -@@ -32520,11 +33385,11 @@ esac - fi - GTKDOC_CHECK=$ac_cv_path_GTKDOC_CHECK - if test -n "$GTKDOC_CHECK"; then -- { echo "$as_me:$LINENO: result: $GTKDOC_CHECK" >&5 --echo "${ECHO_T}$GTKDOC_CHECK" >&6; } -+ { $as_echo "$as_me:$LINENO: result: $GTKDOC_CHECK" >&5 -+$as_echo "$GTKDOC_CHECK" >&6; } - else -- { echo "$as_me:$LINENO: result: no" >&5 --echo "${ECHO_T}no" >&6; } -+ { $as_echo "$as_me:$LINENO: result: no" >&5 -+$as_echo "no" >&6; } - fi - - -@@ -32584,11 +33449,12 @@ _ACEOF - case $ac_val in #( - *${as_nl}*) - case $ac_var in #( -- *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 --echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; -+ *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 -+$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; - esac - case $ac_var in #( - _ | IFS | as_nl) ;; #( -+ BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( - *) $as_unset $ac_var ;; - esac ;; - esac -@@ -32621,12 +33487,12 @@ echo "$as_me: WARNING: Cache variable $a - if diff "$cache_file" confcache >/dev/null 2>&1; then :; else - if test -w "$cache_file"; then - test "x$cache_file" != "x/dev/null" && -- { echo "$as_me:$LINENO: updating cache $cache_file" >&5 --echo "$as_me: updating cache $cache_file" >&6;} -+ { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5 -+$as_echo "$as_me: updating cache $cache_file" >&6;} - cat confcache >$cache_file - else -- { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 --echo "$as_me: not updating unwritable cache $cache_file" >&6;} -+ { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 -+$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} - fi - fi - rm -f confcache -@@ -32642,7 +33508,7 @@ ac_ltlibobjs= - for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue - # 1. Remove the extension, and $U if already installed. - ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' -- ac_i=`echo "$ac_i" | sed "$ac_script"` -+ ac_i=`$as_echo "$ac_i" | sed "$ac_script"` - # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR - # will be set to the directory where LIBOBJS objects are built. - ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" -@@ -32654,79 +33520,79 @@ LTLIBOBJS=$ac_ltlibobjs - - - if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then -- { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. -+ { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined. - Usually this means the macro was only invoked conditionally." >&5 --echo "$as_me: error: conditional \"AMDEP\" was never defined. -+$as_echo "$as_me: error: conditional \"AMDEP\" was never defined. - Usually this means the macro was only invoked conditionally." >&2;} - { (exit 1); exit 1; }; } - fi - if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then -- { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. -+ { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. - Usually this means the macro was only invoked conditionally." >&5 --echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. -+$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. - Usually this means the macro was only invoked conditionally." >&2;} - { (exit 1); exit 1; }; } - fi - if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then -- { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. -+ { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined. - Usually this means the macro was only invoked conditionally." >&5 --echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. -+$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined. - Usually this means the macro was only invoked conditionally." >&2;} - { (exit 1); exit 1; }; } - fi - if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then -- { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. -+ { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. - Usually this means the macro was only invoked conditionally." >&5 --echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. -+$as_echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. - Usually this means the macro was only invoked conditionally." >&2;} - { (exit 1); exit 1; }; } - fi - if test -z "${CROSS_COMPILING_TRUE}" && test -z "${CROSS_COMPILING_FALSE}"; then -- { { echo "$as_me:$LINENO: error: conditional \"CROSS_COMPILING\" was never defined. -+ { { $as_echo "$as_me:$LINENO: error: conditional \"CROSS_COMPILING\" was never defined. - Usually this means the macro was only invoked conditionally." >&5 --echo "$as_me: error: conditional \"CROSS_COMPILING\" was never defined. -+$as_echo "$as_me: error: conditional \"CROSS_COMPILING\" was never defined. - Usually this means the macro was only invoked conditionally." >&2;} - { (exit 1); exit 1; }; } - fi - if test -z "${EXAMPLES_TRUE}" && test -z "${EXAMPLES_FALSE}"; then -- { { echo "$as_me:$LINENO: error: conditional \"EXAMPLES\" was never defined. -+ { { $as_echo "$as_me:$LINENO: error: conditional \"EXAMPLES\" was never defined. - Usually this means the macro was only invoked conditionally." >&5 --echo "$as_me: error: conditional \"EXAMPLES\" was never defined. -+$as_echo "$as_me: error: conditional \"EXAMPLES\" was never defined. - Usually this means the macro was only invoked conditionally." >&2;} - { (exit 1); exit 1; }; } - fi - if test -z "${HACKER_MODE_TRUE}" && test -z "${HACKER_MODE_FALSE}"; then -- { { echo "$as_me:$LINENO: error: conditional \"HACKER_MODE\" was never defined. -+ { { $as_echo "$as_me:$LINENO: error: conditional \"HACKER_MODE\" was never defined. - Usually this means the macro was only invoked conditionally." >&5 --echo "$as_me: error: conditional \"HACKER_MODE\" was never defined. -+$as_echo "$as_me: error: conditional \"HACKER_MODE\" was never defined. - Usually this means the macro was only invoked conditionally." >&2;} - { (exit 1); exit 1; }; } - fi - if test -z "${LIBGTOP_SMP_TRUE}" && test -z "${LIBGTOP_SMP_FALSE}"; then -- { { echo "$as_me:$LINENO: error: conditional \"LIBGTOP_SMP\" was never defined. -+ { { $as_echo "$as_me:$LINENO: error: conditional \"LIBGTOP_SMP\" was never defined. - Usually this means the macro was only invoked conditionally." >&5 --echo "$as_me: error: conditional \"LIBGTOP_SMP\" was never defined. -+$as_echo "$as_me: error: conditional \"LIBGTOP_SMP\" was never defined. - Usually this means the macro was only invoked conditionally." >&2;} - { (exit 1); exit 1; }; } - fi - if test -z "${NEED_LIBGTOP_TRUE}" && test -z "${NEED_LIBGTOP_FALSE}"; then -- { { echo "$as_me:$LINENO: error: conditional \"NEED_LIBGTOP\" was never defined. -+ { { $as_echo "$as_me:$LINENO: error: conditional \"NEED_LIBGTOP\" was never defined. - Usually this means the macro was only invoked conditionally." >&5 --echo "$as_me: error: conditional \"NEED_LIBGTOP\" was never defined. -+$as_echo "$as_me: error: conditional \"NEED_LIBGTOP\" was never defined. - Usually this means the macro was only invoked conditionally." >&2;} - { (exit 1); exit 1; }; } - fi - if test -z "${LIBGTOP_SYSDEPS_PRIVATE_MOUNTLIST_TRUE}" && test -z "${LIBGTOP_SYSDEPS_PRIVATE_MOUNTLIST_FALSE}"; then -- { { echo "$as_me:$LINENO: error: conditional \"LIBGTOP_SYSDEPS_PRIVATE_MOUNTLIST\" was never defined. -+ { { $as_echo "$as_me:$LINENO: error: conditional \"LIBGTOP_SYSDEPS_PRIVATE_MOUNTLIST\" was never defined. - Usually this means the macro was only invoked conditionally." >&5 --echo "$as_me: error: conditional \"LIBGTOP_SYSDEPS_PRIVATE_MOUNTLIST\" was never defined. -+$as_echo "$as_me: error: conditional \"LIBGTOP_SYSDEPS_PRIVATE_MOUNTLIST\" was never defined. - Usually this means the macro was only invoked conditionally." >&2;} - { (exit 1); exit 1; }; } - fi - if test -z "${LIBGTOP_SYSDEPS_PRIVATE_FSUSAGE_TRUE}" && test -z "${LIBGTOP_SYSDEPS_PRIVATE_FSUSAGE_FALSE}"; then -- { { echo "$as_me:$LINENO: error: conditional \"LIBGTOP_SYSDEPS_PRIVATE_FSUSAGE\" was never defined. -+ { { $as_echo "$as_me:$LINENO: error: conditional \"LIBGTOP_SYSDEPS_PRIVATE_FSUSAGE\" was never defined. - Usually this means the macro was only invoked conditionally." >&5 --echo "$as_me: error: conditional \"LIBGTOP_SYSDEPS_PRIVATE_FSUSAGE\" was never defined. -+$as_echo "$as_me: error: conditional \"LIBGTOP_SYSDEPS_PRIVATE_FSUSAGE\" was never defined. - Usually this means the macro was only invoked conditionally." >&2;} - { (exit 1); exit 1; }; } - fi -@@ -32735,26 +33601,27 @@ fi - - - if test -z "${ENABLE_GTK_DOC_TRUE}" && test -z "${ENABLE_GTK_DOC_FALSE}"; then -- { { echo "$as_me:$LINENO: error: conditional \"ENABLE_GTK_DOC\" was never defined. -+ { { $as_echo "$as_me:$LINENO: error: conditional \"ENABLE_GTK_DOC\" was never defined. - Usually this means the macro was only invoked conditionally." >&5 --echo "$as_me: error: conditional \"ENABLE_GTK_DOC\" was never defined. -+$as_echo "$as_me: error: conditional \"ENABLE_GTK_DOC\" was never defined. - Usually this means the macro was only invoked conditionally." >&2;} - { (exit 1); exit 1; }; } - fi - if test -z "${GTK_DOC_USE_LIBTOOL_TRUE}" && test -z "${GTK_DOC_USE_LIBTOOL_FALSE}"; then -- { { echo "$as_me:$LINENO: error: conditional \"GTK_DOC_USE_LIBTOOL\" was never defined. -+ { { $as_echo "$as_me:$LINENO: error: conditional \"GTK_DOC_USE_LIBTOOL\" was never defined. - Usually this means the macro was only invoked conditionally." >&5 --echo "$as_me: error: conditional \"GTK_DOC_USE_LIBTOOL\" was never defined. -+$as_echo "$as_me: error: conditional \"GTK_DOC_USE_LIBTOOL\" was never defined. - Usually this means the macro was only invoked conditionally." >&2;} - { (exit 1); exit 1; }; } - fi - - : ${CONFIG_STATUS=./config.status} -+ac_write_fail=0 - ac_clean_files_save=$ac_clean_files - ac_clean_files="$ac_clean_files $CONFIG_STATUS" --{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 --echo "$as_me: creating $CONFIG_STATUS" >&6;} --cat >$CONFIG_STATUS <<_ACEOF -+{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 -+$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} -+cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 - #! $SHELL - # Generated by $as_me. - # Run this file to recreate the current configuration. -@@ -32767,7 +33634,7 @@ ac_cs_silent=false - SHELL=\${CONFIG_SHELL-$SHELL} - _ACEOF - --cat >>$CONFIG_STATUS <<\_ACEOF -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 - ## --------------------- ## - ## M4sh Initialization. ## - ## --------------------- ## -@@ -32777,7 +33644,7 @@ DUALCASE=1; export DUALCASE # for MKS sh - if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then - emulate sh - NULLCMD=: -- # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which -+ # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which - # is contrary to our usage. Disable this feature. - alias -g '${1+"$@"}'='"$@"' - setopt NO_GLOB_SUBST -@@ -32799,17 +33666,45 @@ as_cr_Letters=$as_cr_letters$as_cr_LETTE - as_cr_digits='0123456789' - as_cr_alnum=$as_cr_Letters$as_cr_digits - -+as_nl=' -+' -+export as_nl -+# Printing a long string crashes Solaris 7 /usr/bin/printf. -+as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' -+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo -+as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo -+if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then -+ as_echo='printf %s\n' -+ as_echo_n='printf %s' -+else -+ if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then -+ as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' -+ as_echo_n='/usr/ucb/echo -n' -+ else -+ as_echo_body='eval expr "X$1" : "X\\(.*\\)"' -+ as_echo_n_body='eval -+ arg=$1; -+ case $arg in -+ *"$as_nl"*) -+ expr "X$arg" : "X\\(.*\\)$as_nl"; -+ arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; -+ esac; -+ expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" -+ ' -+ export as_echo_n_body -+ as_echo_n='sh -c $as_echo_n_body as_echo' -+ fi -+ export as_echo_body -+ as_echo='sh -c $as_echo_body as_echo' -+fi -+ - # The user is always right. - if test "${PATH_SEPARATOR+set}" != set; then -- echo "#! /bin/sh" >conf$$.sh -- echo "exit 0" >>conf$$.sh -- chmod +x conf$$.sh -- if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then -- PATH_SEPARATOR=';' -- else -- PATH_SEPARATOR=: -- fi -- rm -f conf$$.sh -+ PATH_SEPARATOR=: -+ (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { -+ (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || -+ PATH_SEPARATOR=';' -+ } - fi - - # Support unset when possible. -@@ -32825,8 +33720,6 @@ fi - # there to prevent editors from complaining about space-tab. - # (If _AS_PATH_WALK were called with IFS unset, it would disable word - # splitting by setting IFS to empty value.) --as_nl=' --' - IFS=" "" $as_nl" - - # Find who we are. Look in the path if we contain no directory separator. -@@ -32849,7 +33742,7 @@ if test "x$as_myself" = x; then - as_myself=$0 - fi - if test ! -f "$as_myself"; then -- echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 -+ $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 - { (exit 1); exit 1; } - fi - -@@ -32862,17 +33755,10 @@ PS2='> ' - PS4='+ ' - - # NLS nuisances. --for as_var in \ -- LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ -- LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ -- LC_TELEPHONE LC_TIME --do -- if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then -- eval $as_var=C; export $as_var -- else -- ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var -- fi --done -+LC_ALL=C -+export LC_ALL -+LANGUAGE=C -+export LANGUAGE - - # Required to use basename. - if expr a : '\(a\)' >/dev/null 2>&1 && -@@ -32894,7 +33780,7 @@ as_me=`$as_basename -- "$0" || - $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ - X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)' \| . 2>/dev/null || --echo X/"$0" | -+$as_echo X/"$0" | - sed '/^.*\/\([^/][^/]*\)\/*$/{ - s//\1/ - q -@@ -32945,7 +33831,7 @@ $as_unset CDPATH - s/-\n.*// - ' >$as_me.lineno && - chmod +x "$as_me.lineno" || -- { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 -+ { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 - { (exit 1); exit 1; }; } - - # Don't try to exec as it changes $[0], causing all sort of problems -@@ -32973,7 +33859,6 @@ case `echo -n x` in - *) - ECHO_N='-n';; - esac -- - if expr a : '\(a\)' >/dev/null 2>&1 && - test "X`expr 00001 : '.*\(...\)'`" = X001; then - as_expr=expr -@@ -32986,19 +33871,22 @@ if test -d conf$$.dir; then - rm -f conf$$.dir/conf$$.file - else - rm -f conf$$.dir -- mkdir conf$$.dir -+ mkdir conf$$.dir 2>/dev/null - fi --echo >conf$$.file --if ln -s conf$$.file conf$$ 2>/dev/null; then -- as_ln_s='ln -s' -- # ... but there are two gotchas: -- # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. -- # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. -- # In both cases, we have to default to `cp -p'. -- ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || -+if (echo >conf$$.file) 2>/dev/null; then -+ if ln -s conf$$.file conf$$ 2>/dev/null; then -+ as_ln_s='ln -s' -+ # ... but there are two gotchas: -+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. -+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. -+ # In both cases, we have to default to `cp -p'. -+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || -+ as_ln_s='cp -p' -+ elif ln conf$$.file conf$$ 2>/dev/null; then -+ as_ln_s=ln -+ else - as_ln_s='cp -p' --elif ln conf$$.file conf$$ 2>/dev/null; then -- as_ln_s=ln -+ fi - else - as_ln_s='cp -p' - fi -@@ -33023,10 +33911,10 @@ else - as_test_x=' - eval sh -c '\'' - if test -d "$1"; then -- test -d "$1/."; -+ test -d "$1/."; - else - case $1 in -- -*)set "./$1";; -+ -*)set "./$1";; - esac; - case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in - ???[sx]*):;;*)false;;esac;fi -@@ -33049,7 +33937,7 @@ exec 6>&1 - # values after options handling. - ac_log=" - This file was extended by libgtop $as_me 2.24.0, which was --generated by GNU Autoconf 2.61. Invocation command line was -+generated by GNU Autoconf 2.62. Invocation command line was - - CONFIG_FILES = $CONFIG_FILES - CONFIG_HEADERS = $CONFIG_HEADERS -@@ -33062,7 +33950,7 @@ on `(hostname || uname -n) 2>/dev/null | - - _ACEOF - --cat >>$CONFIG_STATUS <<_ACEOF -+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 - # Files that config.status was made for. - config_files="$ac_config_files" - config_headers="$ac_config_headers" -@@ -33070,7 +33958,7 @@ config_commands="$ac_config_commands" - - _ACEOF - --cat >>$CONFIG_STATUS <<\_ACEOF -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 - ac_cs_usage="\ - \`$as_me' instantiates files from templates according to the - current configuration. -@@ -33083,9 +33971,9 @@ Usage: $0 [OPTIONS] [FILE]... - -d, --debug don't remove temporary files - --recheck update $as_me by reconfiguring in the same conditions - --file=FILE[:TEMPLATE] -- instantiate the configuration file FILE -+ instantiate the configuration file FILE - --header=FILE[:TEMPLATE] -- instantiate the configuration header FILE -+ instantiate the configuration header FILE - - Configuration files: - $config_files -@@ -33099,24 +33987,25 @@ $config_commands - Report bugs to <bug-autoconf@gnu.org>." - - _ACEOF --cat >>$CONFIG_STATUS <<_ACEOF -+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 - ac_cs_version="\\ - libgtop config.status 2.24.0 --configured by $0, generated by GNU Autoconf 2.61, -- with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" -+configured by $0, generated by GNU Autoconf 2.62, -+ with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" - --Copyright (C) 2006 Free Software Foundation, Inc. -+Copyright (C) 2008 Free Software Foundation, Inc. - This config.status script is free software; the Free Software Foundation - gives unlimited permission to copy, distribute and modify it." - - ac_pwd='$ac_pwd' - srcdir='$srcdir' - INSTALL='$INSTALL' -+AWK='$AWK' -+test -n "\$AWK" || AWK=awk - _ACEOF - --cat >>$CONFIG_STATUS <<\_ACEOF --# If no file are specified by the user, then we need to provide default --# value. By we need to know if files were specified by the user. -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -+# The default lists apply if the user does not specify any file. - ac_need_defaults=: - while test $# != 0 - do -@@ -33138,30 +34027,36 @@ do - -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) - ac_cs_recheck=: ;; - --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) -- echo "$ac_cs_version"; exit ;; -+ $as_echo "$ac_cs_version"; exit ;; - --debug | --debu | --deb | --de | --d | -d ) - debug=: ;; - --file | --fil | --fi | --f ) - $ac_shift -- CONFIG_FILES="$CONFIG_FILES $ac_optarg" -+ case $ac_optarg in -+ *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; -+ esac -+ CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" - ac_need_defaults=false;; - --header | --heade | --head | --hea ) - $ac_shift -- CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" -+ case $ac_optarg in -+ *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; -+ esac -+ CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" - ac_need_defaults=false;; - --he | --h) - # Conflict between --help and --header -- { echo "$as_me: error: ambiguous option: $1 -+ { $as_echo "$as_me: error: ambiguous option: $1 - Try \`$0 --help' for more information." >&2 - { (exit 1); exit 1; }; };; - --help | --hel | -h ) -- echo "$ac_cs_usage"; exit ;; -+ $as_echo "$ac_cs_usage"; exit ;; - -q | -quiet | --quiet | --quie | --qui | --qu | --q \ - | -silent | --silent | --silen | --sile | --sil | --si | --s) - ac_cs_silent=: ;; - - # This is an error. -- -*) { echo "$as_me: error: unrecognized option: $1 -+ -*) { $as_echo "$as_me: error: unrecognized option: $1 - Try \`$0 --help' for more information." >&2 - { (exit 1); exit 1; }; } ;; - -@@ -33180,27 +34075,29 @@ if $ac_cs_silent; then - fi - - _ACEOF --cat >>$CONFIG_STATUS <<_ACEOF -+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 - if \$ac_cs_recheck; then -- echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 -- CONFIG_SHELL=$SHELL -+ set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion -+ shift -+ \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 -+ CONFIG_SHELL='$SHELL' - export CONFIG_SHELL -- exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion -+ exec "\$@" - fi - - _ACEOF --cat >>$CONFIG_STATUS <<\_ACEOF -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 - exec 5>>config.log - { - echo - sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX - ## Running $as_me. ## - _ASBOX -- echo "$ac_log" -+ $as_echo "$ac_log" - } >&5 - - _ACEOF --cat >>$CONFIG_STATUS <<_ACEOF -+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 - # - # INIT-COMMANDS - # -@@ -33209,7 +34106,7 @@ AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac - - _ACEOF - --cat >>$CONFIG_STATUS <<\_ACEOF -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 - - # Handling of arguments. - for ac_config_target in $ac_config_targets -@@ -33247,8 +34144,8 @@ do - "libgtopconfig.h") CONFIG_FILES="$CONFIG_FILES libgtopconfig.h" ;; - "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;; - -- *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 --echo "$as_me: error: invalid argument: $ac_config_target" >&2;} -+ *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 -+$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} - { (exit 1); exit 1; }; };; - esac - done -@@ -33289,357 +34186,143 @@ $debug || - (umask 077 && mkdir "$tmp") - } || - { -- echo "$me: cannot create a temporary directory in ." >&2 -+ $as_echo "$as_me: cannot create a temporary directory in ." >&2 - { (exit 1); exit 1; } - } - --# --# Set up the sed scripts for CONFIG_FILES section. --# -- --# No need to generate the scripts if there are no CONFIG_FILES. --# This happens for instance when ./config.status config.h -+# Set up the scripts for CONFIG_FILES section. -+# No need to generate them if there are no CONFIG_FILES. -+# This happens for instance with `./config.status config.h'. - if test -n "$CONFIG_FILES"; then - --_ACEOF -- - -- --ac_delim='%!_!# ' --for ac_last_try in false false false false false :; do -- cat >conf$$subs.sed <<_ACEOF --SHELL!$SHELL$ac_delim --PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim --PACKAGE_NAME!$PACKAGE_NAME$ac_delim --PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim --PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim --PACKAGE_STRING!$PACKAGE_STRING$ac_delim --PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim --exec_prefix!$exec_prefix$ac_delim --prefix!$prefix$ac_delim --program_transform_name!$program_transform_name$ac_delim --bindir!$bindir$ac_delim --sbindir!$sbindir$ac_delim --libexecdir!$libexecdir$ac_delim --datarootdir!$datarootdir$ac_delim --datadir!$datadir$ac_delim --sysconfdir!$sysconfdir$ac_delim --sharedstatedir!$sharedstatedir$ac_delim --localstatedir!$localstatedir$ac_delim --includedir!$includedir$ac_delim --oldincludedir!$oldincludedir$ac_delim --docdir!$docdir$ac_delim --infodir!$infodir$ac_delim --htmldir!$htmldir$ac_delim --dvidir!$dvidir$ac_delim --pdfdir!$pdfdir$ac_delim --psdir!$psdir$ac_delim --libdir!$libdir$ac_delim --localedir!$localedir$ac_delim --mandir!$mandir$ac_delim --DEFS!$DEFS$ac_delim --ECHO_C!$ECHO_C$ac_delim --ECHO_N!$ECHO_N$ac_delim --ECHO_T!$ECHO_T$ac_delim --LIBS!$LIBS$ac_delim --build_alias!$build_alias$ac_delim --host_alias!$host_alias$ac_delim --target_alias!$target_alias$ac_delim --build!$build$ac_delim --build_cpu!$build_cpu$ac_delim --build_vendor!$build_vendor$ac_delim --build_os!$build_os$ac_delim --host!$host$ac_delim --host_cpu!$host_cpu$ac_delim --host_vendor!$host_vendor$ac_delim --host_os!$host_os$ac_delim --target!$target$ac_delim --target_cpu!$target_cpu$ac_delim --target_vendor!$target_vendor$ac_delim --target_os!$target_os$ac_delim --INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim --INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim --INSTALL_DATA!$INSTALL_DATA$ac_delim --CYGPATH_W!$CYGPATH_W$ac_delim --PACKAGE!$PACKAGE$ac_delim --VERSION!$VERSION$ac_delim --ACLOCAL!$ACLOCAL$ac_delim --AUTOCONF!$AUTOCONF$ac_delim --AUTOMAKE!$AUTOMAKE$ac_delim --AUTOHEADER!$AUTOHEADER$ac_delim --MAKEINFO!$MAKEINFO$ac_delim --install_sh!$install_sh$ac_delim --STRIP!$STRIP$ac_delim --INSTALL_STRIP_PROGRAM!$INSTALL_STRIP_PROGRAM$ac_delim --mkdir_p!$mkdir_p$ac_delim --AWK!$AWK$ac_delim --SET_MAKE!$SET_MAKE$ac_delim --am__leading_dot!$am__leading_dot$ac_delim --AMTAR!$AMTAR$ac_delim --am__tar!$am__tar$ac_delim --am__untar!$am__untar$ac_delim --ACLOCAL_AMFLAGS!$ACLOCAL_AMFLAGS$ac_delim --LIBGTOP_MAJOR_VERSION!$LIBGTOP_MAJOR_VERSION$ac_delim --LIBGTOP_MINOR_VERSION!$LIBGTOP_MINOR_VERSION$ac_delim --LIBGTOP_MICRO_VERSION!$LIBGTOP_MICRO_VERSION$ac_delim --LIBGTOP_SERVER_VERSION!$LIBGTOP_SERVER_VERSION$ac_delim --LIBGTOP_VERSION!$LIBGTOP_VERSION$ac_delim --LIBGTOP_VERSION_CODE!$LIBGTOP_VERSION_CODE$ac_delim --LT_VERSION_INFO!$LT_VERSION_INFO$ac_delim --CC!$CC$ac_delim --CFLAGS!$CFLAGS$ac_delim --LDFLAGS!$LDFLAGS$ac_delim --CPPFLAGS!$CPPFLAGS$ac_delim --ac_ct_CC!$ac_ct_CC$ac_delim --EXEEXT!$EXEEXT$ac_delim --OBJEXT!$OBJEXT$ac_delim --DEPDIR!$DEPDIR$ac_delim --am__include!$am__include$ac_delim --am__quote!$am__quote$ac_delim --AMDEP_TRUE!$AMDEP_TRUE$ac_delim --AMDEP_FALSE!$AMDEP_FALSE$ac_delim --AMDEPBACKSLASH!$AMDEPBACKSLASH$ac_delim --CCDEPMODE!$CCDEPMODE$ac_delim --am__fastdepCC_TRUE!$am__fastdepCC_TRUE$ac_delim --am__fastdepCC_FALSE!$am__fastdepCC_FALSE$ac_delim --CPP!$CPP$ac_delim --GREP!$GREP$ac_delim --EGREP!$EGREP$ac_delim --_ACEOF -- -- if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then -- break -- elif $ac_last_try; then -- { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 --echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} -- { (exit 1); exit 1; }; } -- else -- ac_delim="$ac_delim!$ac_delim _$ac_delim!! " -- fi --done -- --ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` --if test -n "$ac_eof"; then -- ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` -- ac_eof=`expr $ac_eof + 1` -+ac_cr='
' -+ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` -+if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then -+ ac_cs_awk_cr='\\r' -+else -+ ac_cs_awk_cr=$ac_cr - fi - --cat >>$CONFIG_STATUS <<_ACEOF --cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof --/@[a-zA-Z_][a-zA-Z_0-9]*@/!b --_ACEOF --sed ' --s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g --s/^/s,@/; s/!/@,|#_!!_#|/ --:n --t n --s/'"$ac_delim"'$/,g/; t --s/$/\\/; p --N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n --' >>$CONFIG_STATUS <conf$$subs.sed --rm -f conf$$subs.sed --cat >>$CONFIG_STATUS <<_ACEOF --CEOF$ac_eof -+echo 'BEGIN {' >"$tmp/subs1.awk" && - _ACEOF - - -+{ -+ echo "cat >conf$$subs.awk <<_ACEOF" && -+ echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && -+ echo "_ACEOF" -+} >conf$$subs.sh || -+ { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -+$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} -+ { (exit 1); exit 1; }; } -+ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` - ac_delim='%!_!# ' - for ac_last_try in false false false false false :; do -- cat >conf$$subs.sed <<_ACEOF --libgtop_top_builddir!$libgtop_top_builddir$ac_delim --PERL!$PERL$ac_delim --RANLIB!$RANLIB$ac_delim --AS!$AS$ac_delim --AR!$AR$ac_delim --LN_S!$LN_S$ac_delim --SED!$SED$ac_delim --ECHO!$ECHO$ac_delim --DSYMUTIL!$DSYMUTIL$ac_delim --NMEDIT!$NMEDIT$ac_delim --CXX!$CXX$ac_delim --CXXFLAGS!$CXXFLAGS$ac_delim --ac_ct_CXX!$ac_ct_CXX$ac_delim --CXXDEPMODE!$CXXDEPMODE$ac_delim --am__fastdepCXX_TRUE!$am__fastdepCXX_TRUE$ac_delim --am__fastdepCXX_FALSE!$am__fastdepCXX_FALSE$ac_delim --CXXCPP!$CXXCPP$ac_delim --F77!$F77$ac_delim --FFLAGS!$FFLAGS$ac_delim --ac_ct_F77!$ac_ct_F77$ac_delim --LIBTOOL!$LIBTOOL$ac_delim --CROSS_COMPILING_TRUE!$CROSS_COMPILING_TRUE$ac_delim --CROSS_COMPILING_FALSE!$CROSS_COMPILING_FALSE$ac_delim --libgtop_sysdeps_dir!$libgtop_sysdeps_dir$ac_delim --libgtop_use_machine_h!$libgtop_use_machine_h$ac_delim --libgtop_need_server!$libgtop_need_server$ac_delim --EXAMPLES_TRUE!$EXAMPLES_TRUE$ac_delim --EXAMPLES_FALSE!$EXAMPLES_FALSE$ac_delim --HACKER_MODE_TRUE!$HACKER_MODE_TRUE$ac_delim --HACKER_MODE_FALSE!$HACKER_MODE_FALSE$ac_delim --LIBGTOP_SMP_TRUE!$LIBGTOP_SMP_TRUE$ac_delim --LIBGTOP_SMP_FALSE!$LIBGTOP_SMP_FALSE$ac_delim --libgtop_postinstall!$libgtop_postinstall$ac_delim --libgtop_have_sysinfo!$libgtop_have_sysinfo$ac_delim --KVM_LIBS!$KVM_LIBS$ac_delim --EXTRA_SYSDEPS_LIBS!$EXTRA_SYSDEPS_LIBS$ac_delim --NEED_LIBGTOP_TRUE!$NEED_LIBGTOP_TRUE$ac_delim --NEED_LIBGTOP_FALSE!$NEED_LIBGTOP_FALSE$ac_delim --LIBGTOP_SYSDEPS_PRIVATE_MOUNTLIST_TRUE!$LIBGTOP_SYSDEPS_PRIVATE_MOUNTLIST_TRUE$ac_delim --LIBGTOP_SYSDEPS_PRIVATE_MOUNTLIST_FALSE!$LIBGTOP_SYSDEPS_PRIVATE_MOUNTLIST_FALSE$ac_delim --LIBGTOP_SYSDEPS_PRIVATE_FSUSAGE_TRUE!$LIBGTOP_SYSDEPS_PRIVATE_FSUSAGE_TRUE$ac_delim --LIBGTOP_SYSDEPS_PRIVATE_FSUSAGE_FALSE!$LIBGTOP_SYSDEPS_PRIVATE_FSUSAGE_FALSE$ac_delim --PKG_CONFIG!$PKG_CONFIG$ac_delim --GLIB_CFLAGS!$GLIB_CFLAGS$ac_delim --GLIB_LIBS!$GLIB_LIBS$ac_delim --LIBOBJS!$LIBOBJS$ac_delim --DL_LIB!$DL_LIB$ac_delim --ALLOCA!$ALLOCA$ac_delim --INTLTOOL_UPDATE!$INTLTOOL_UPDATE$ac_delim --INTLTOOL_MERGE!$INTLTOOL_MERGE$ac_delim --INTLTOOL_EXTRACT!$INTLTOOL_EXTRACT$ac_delim --INTLTOOL_DESKTOP_RULE!$INTLTOOL_DESKTOP_RULE$ac_delim --INTLTOOL_DIRECTORY_RULE!$INTLTOOL_DIRECTORY_RULE$ac_delim --INTLTOOL_KEYS_RULE!$INTLTOOL_KEYS_RULE$ac_delim --INTLTOOL_PROP_RULE!$INTLTOOL_PROP_RULE$ac_delim --INTLTOOL_OAF_RULE!$INTLTOOL_OAF_RULE$ac_delim --INTLTOOL_PONG_RULE!$INTLTOOL_PONG_RULE$ac_delim --INTLTOOL_SERVER_RULE!$INTLTOOL_SERVER_RULE$ac_delim --INTLTOOL_SHEET_RULE!$INTLTOOL_SHEET_RULE$ac_delim --INTLTOOL_SOUNDLIST_RULE!$INTLTOOL_SOUNDLIST_RULE$ac_delim --INTLTOOL_UI_RULE!$INTLTOOL_UI_RULE$ac_delim --INTLTOOL_XAM_RULE!$INTLTOOL_XAM_RULE$ac_delim --INTLTOOL_KBD_RULE!$INTLTOOL_KBD_RULE$ac_delim --INTLTOOL_XML_RULE!$INTLTOOL_XML_RULE$ac_delim --INTLTOOL_XML_NOMERGE_RULE!$INTLTOOL_XML_NOMERGE_RULE$ac_delim --INTLTOOL_CAVES_RULE!$INTLTOOL_CAVES_RULE$ac_delim --INTLTOOL_SCHEMAS_RULE!$INTLTOOL_SCHEMAS_RULE$ac_delim --INTLTOOL_THEME_RULE!$INTLTOOL_THEME_RULE$ac_delim --INTLTOOL_SERVICE_RULE!$INTLTOOL_SERVICE_RULE$ac_delim --INTLTOOL_POLICY_RULE!$INTLTOOL_POLICY_RULE$ac_delim --XGETTEXT!$XGETTEXT$ac_delim --MSGMERGE!$MSGMERGE$ac_delim --MSGFMT!$MSGFMT$ac_delim --INTLTOOL_PERL!$INTLTOOL_PERL$ac_delim --ALL_LINGUAS!$ALL_LINGUAS$ac_delim --DATADIRNAME!$DATADIRNAME$ac_delim --GETTEXT_PACKAGE!$GETTEXT_PACKAGE$ac_delim --USE_NLS!$USE_NLS$ac_delim --MSGFMT_OPTS!$MSGFMT_OPTS$ac_delim --GMSGFMT!$GMSGFMT$ac_delim --CATALOGS!$CATALOGS$ac_delim --CATOBJEXT!$CATOBJEXT$ac_delim --GMOFILES!$GMOFILES$ac_delim --INSTOBJEXT!$INSTOBJEXT$ac_delim --INTLLIBS!$INTLLIBS$ac_delim --PO_IN_DATADIR_TRUE!$PO_IN_DATADIR_TRUE$ac_delim --PO_IN_DATADIR_FALSE!$PO_IN_DATADIR_FALSE$ac_delim --POFILES!$POFILES$ac_delim --POSUB!$POSUB$ac_delim --MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim --XMKMF!$XMKMF$ac_delim --X_CFLAGS!$X_CFLAGS$ac_delim --X_PRE_LIBS!$X_PRE_LIBS$ac_delim --X_LIBS!$X_LIBS$ac_delim --X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim --libs_xauth!$libs_xauth$ac_delim --sysdeps_dir!$sysdeps_dir$ac_delim --_ACEOF -+ . ./conf$$subs.sh || -+ { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -+$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} -+ { (exit 1); exit 1; }; } - -- if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then -+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` = $ac_delim_num; then - break - elif $ac_last_try; then -- { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 --echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -+$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} - { (exit 1); exit 1; }; } - else - ac_delim="$ac_delim!$ac_delim _$ac_delim!! " - fi - done -+rm -f conf$$subs.sh - --ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` --if test -n "$ac_eof"; then -- ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` -- ac_eof=`expr $ac_eof + 1` --fi -- --cat >>$CONFIG_STATUS <<_ACEOF --cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof --/@[a-zA-Z_][a-zA-Z_0-9]*@/!b --_ACEOF --sed ' --s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g --s/^/s,@/; s/!/@,|#_!!_#|/ --:n --t n --s/'"$ac_delim"'$/,g/; t --s/$/\\/; p --N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n --' >>$CONFIG_STATUS <conf$$subs.sed --rm -f conf$$subs.sed --cat >>$CONFIG_STATUS <<_ACEOF --CEOF$ac_eof -+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -+cat >>"\$tmp/subs1.awk" <<\\_ACAWK && - _ACEOF -+sed -n ' -+h -+s/^/S["/; s/!.*/"]=/ -+p -+g -+s/^[^!]*!// -+:repl -+t repl -+s/'"$ac_delim"'$// -+t delim -+:nl -+h -+s/\(.\{148\}\).*/\1/ -+t more1 -+s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ -+p -+n -+b repl -+:more1 -+s/["\\]/\\&/g; s/^/"/; s/$/"\\/ -+p -+g -+s/.\{148\}// -+t nl -+:delim -+h -+s/\(.\{148\}\).*/\1/ -+t more2 -+s/["\\]/\\&/g; s/^/"/; s/$/"/ -+p -+b -+:more2 -+s/["\\]/\\&/g; s/^/"/; s/$/"\\/ -+p -+g -+s/.\{148\}// -+t delim -+' <conf$$subs.awk | sed ' -+/^[^""]/{ -+ N -+ s/\n// -+} -+' >>$CONFIG_STATUS || ac_write_fail=1 -+rm -f conf$$subs.awk -+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -+_ACAWK -+cat >>"\$tmp/subs1.awk" <<_ACAWK && -+ for (key in S) S_is_set[key] = 1 -+ FS = "" - -+} -+{ -+ line = $ 0 -+ nfields = split(line, field, "@") -+ substed = 0 -+ len = length(field[1]) -+ for (i = 2; i < nfields; i++) { -+ key = field[i] -+ keylen = length(key) -+ if (S_is_set[key]) { -+ value = S[key] -+ line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) -+ len += length(value) + length(field[++i]) -+ substed = 1 -+ } else -+ len += 1 + keylen -+ } - --ac_delim='%!_!# ' --for ac_last_try in false false false false false :; do -- cat >conf$$subs.sed <<_ACEOF --machine_incs!$machine_incs$ac_delim --INCLUDES!$INCLUDES$ac_delim --LIBGTOP_EXTRA_LIBS!$LIBGTOP_EXTRA_LIBS$ac_delim --LIBGTOP_LIBS!$LIBGTOP_LIBS$ac_delim --LIBGTOP_INCS!$LIBGTOP_INCS$ac_delim --LIBGTOP_BINDIR!$LIBGTOP_BINDIR$ac_delim --LIBGTOP_SERVER!$LIBGTOP_SERVER$ac_delim --sysdeps_suid_lib!$sysdeps_suid_lib$ac_delim --server_programs!$server_programs$ac_delim --HTML_DIR!$HTML_DIR$ac_delim --GTKDOC_CHECK!$GTKDOC_CHECK$ac_delim --ENABLE_GTK_DOC_TRUE!$ENABLE_GTK_DOC_TRUE$ac_delim --ENABLE_GTK_DOC_FALSE!$ENABLE_GTK_DOC_FALSE$ac_delim --GTK_DOC_USE_LIBTOOL_TRUE!$GTK_DOC_USE_LIBTOOL_TRUE$ac_delim --GTK_DOC_USE_LIBTOOL_FALSE!$GTK_DOC_USE_LIBTOOL_FALSE$ac_delim --LTLIBOBJS!$LTLIBOBJS$ac_delim --_ACEOF -+ print line -+} - -- if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 16; then -- break -- elif $ac_last_try; then -- { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 --echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} -+_ACAWK -+_ACEOF -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -+if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then -+ sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" -+else -+ cat -+fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ -+ || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 -+$as_echo "$as_me: error: could not setup config files machinery" >&2;} - { (exit 1); exit 1; }; } -- else -- ac_delim="$ac_delim!$ac_delim _$ac_delim!! " -- fi --done -- --ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` --if test -n "$ac_eof"; then -- ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` -- ac_eof=`expr $ac_eof + 1` --fi -- --cat >>$CONFIG_STATUS <<_ACEOF --cat >"\$tmp/subs-3.sed" <<\CEOF$ac_eof --/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end --_ACEOF --sed ' --s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g --s/^/s,@/; s/!/@,|#_!!_#|/ --:n --t n --s/'"$ac_delim"'$/,g/; t --s/$/\\/; p --N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n --' >>$CONFIG_STATUS <conf$$subs.sed --rm -f conf$$subs.sed --cat >>$CONFIG_STATUS <<_ACEOF --:end --s/|#_!!_#|//g --CEOF$ac_eof - _ACEOF - -- - # VPATH may cause trouble with some makes, so we remove $(srcdir), - # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and - # trailing colons and then remove the whole line if VPATH becomes empty -@@ -33655,19 +34338,133 @@ s/^[^=]*=[ ]*$// - }' - fi - --cat >>$CONFIG_STATUS <<\_ACEOF -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 - fi # test -n "$CONFIG_FILES" - -+# Set up the scripts for CONFIG_HEADERS section. -+# No need to generate them if there are no CONFIG_HEADERS. -+# This happens for instance with `./config.status Makefile'. -+if test -n "$CONFIG_HEADERS"; then -+cat >"$tmp/defines.awk" <<\_ACAWK || -+BEGIN { -+_ACEOF -+ -+# Transform confdefs.h into an awk script `defines.awk', embedded as -+# here-document in config.status, that substitutes the proper values into -+# config.h.in to produce config.h. -+ -+# Create a delimiter string that does not exist in confdefs.h, to ease -+# handling of long lines. -+ac_delim='%!_!# ' -+for ac_last_try in false false :; do -+ ac_t=`sed -n "/$ac_delim/p" confdefs.h` -+ if test -z "$ac_t"; then -+ break -+ elif $ac_last_try; then -+ { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5 -+$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;} -+ { (exit 1); exit 1; }; } -+ else -+ ac_delim="$ac_delim!$ac_delim _$ac_delim!! " -+ fi -+done -+ -+# For the awk script, D is an array of macro values keyed by name, -+# likewise P contains macro parameters if any. Preserve backslash -+# newline sequences. -+ -+ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* -+sed -n ' -+s/.\{148\}/&'"$ac_delim"'/g -+t rset -+:rset -+s/^[ ]*#[ ]*define[ ][ ]*/ / -+t def -+d -+:def -+s/\\$// -+t bsnl -+s/["\\]/\\&/g -+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ -+D["\1"]=" \3"/p -+s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p -+d -+:bsnl -+s/["\\]/\\&/g -+s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ -+D["\1"]=" \3\\\\\\n"\\/p -+t cont -+s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p -+t cont -+d -+:cont -+n -+s/.\{148\}/&'"$ac_delim"'/g -+t clear -+:clear -+s/\\$// -+t bsnlc -+s/["\\]/\\&/g; s/^/"/; s/$/"/p -+d -+:bsnlc -+s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p -+b cont -+' <confdefs.h | sed ' -+s/'"$ac_delim"'/"\\\ -+"/g' >>$CONFIG_STATUS || ac_write_fail=1 -+ -+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -+ for (key in D) D_is_set[key] = 1 -+ FS = "" -+} -+/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { -+ line = \$ 0 -+ split(line, arg, " ") -+ if (arg[1] == "#") { -+ defundef = arg[2] -+ mac1 = arg[3] -+ } else { -+ defundef = substr(arg[1], 2) -+ mac1 = arg[2] -+ } -+ split(mac1, mac2, "(") #) -+ macro = mac2[1] -+ if (D_is_set[macro]) { -+ # Preserve the white space surrounding the "#". -+ prefix = substr(line, 1, index(line, defundef) - 1) -+ print prefix "define", macro P[macro] D[macro] -+ next -+ } else { -+ # Replace #undef with comments. This is necessary, for example, -+ # in the case of _POSIX_SOURCE, which is predefined and required -+ # on some systems where configure will not decide to define it. -+ if (defundef == "undef") { -+ print "/*", line, "*/" -+ next -+ } -+ } -+} -+{ print } -+_ACAWK -+_ACEOF -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 -+ { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 -+$as_echo "$as_me: error: could not setup config headers machinery" >&2;} -+ { (exit 1); exit 1; }; } -+fi # test -n "$CONFIG_HEADERS" -+ - --for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS -+eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" -+shift -+for ac_tag - do - case $ac_tag in - :[FHLC]) ac_mode=$ac_tag; continue;; - esac - case $ac_mode$ac_tag in - :[FHL]*:*);; -- :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 --echo "$as_me: error: Invalid tag $ac_tag." >&2;} -+ :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 -+$as_echo "$as_me: error: Invalid tag $ac_tag." >&2;} - { (exit 1); exit 1; }; };; - :[FH]-) ac_tag=-:-;; - :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; -@@ -33696,26 +34493,38 @@ echo "$as_me: error: Invalid tag $ac_tag - [\\/$]*) false;; - *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; - esac || -- { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 --echo "$as_me: error: cannot find input file: $ac_f" >&2;} -+ { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 -+$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} - { (exit 1); exit 1; }; };; - esac -- ac_file_inputs="$ac_file_inputs $ac_f" -+ case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac -+ ac_file_inputs="$ac_file_inputs '$ac_f'" - done - - # Let's still pretend it is `configure' which instantiates (i.e., don't - # use $as_me), people would be surprised to read: - # /* config.h. Generated by config.status. */ -- configure_input="Generated from "`IFS=: -- echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." -+ configure_input='Generated from '` -+ $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' -+ `' by configure.' - if test x"$ac_file" != x-; then - configure_input="$ac_file. $configure_input" -- { echo "$as_me:$LINENO: creating $ac_file" >&5 --echo "$as_me: creating $ac_file" >&6;} -+ { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 -+$as_echo "$as_me: creating $ac_file" >&6;} - fi -+ # Neutralize special characters interpreted by sed in replacement strings. -+ case $configure_input in #( -+ *\&* | *\|* | *\\* ) -+ ac_sed_conf_input=`$as_echo "$configure_input" | -+ sed 's/[\\\\&|]/\\\\&/g'`;; #( -+ *) ac_sed_conf_input=$configure_input;; -+ esac - - case $ac_tag in -- *:-:* | *:-) cat >"$tmp/stdin";; -+ *:-:* | *:-) cat >"$tmp/stdin" \ -+ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 -+$as_echo "$as_me: error: could not create $ac_file" >&2;} -+ { (exit 1); exit 1; }; } ;; - esac - ;; - esac -@@ -33725,7 +34534,7 @@ $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^ - X"$ac_file" : 'X\(//\)[^/]' \| \ - X"$ac_file" : 'X\(//\)$' \| \ - X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || --echo X"$ac_file" | -+$as_echo X"$ac_file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q -@@ -33751,7 +34560,7 @@ echo X"$ac_file" | - as_dirs= - while :; do - case $as_dir in #( -- *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( - *) as_qdir=$as_dir;; - esac - as_dirs="'$as_qdir' $as_dirs" -@@ -33760,7 +34569,7 @@ $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ - X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || --echo X"$as_dir" | -+$as_echo X"$as_dir" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q -@@ -33781,17 +34590,17 @@ echo X"$as_dir" | - test -d "$as_dir" && break - done - test -z "$as_dirs" || eval "mkdir $as_dirs" -- } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 --echo "$as_me: error: cannot create directory $as_dir" >&2;} -+ } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+$as_echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - ac_builddir=. - - case "$ac_dir" in - .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; - *) -- ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` -+ ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` - # A ".." for each directory in $ac_dir_suffix. -- ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` -+ ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` - case $ac_top_builddir_sub in - "") ac_top_builddir_sub=. ac_top_build_prefix= ;; - *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; -@@ -33831,12 +34640,13 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_ - esac - _ACEOF - --cat >>$CONFIG_STATUS <<\_ACEOF -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 - # If the template does not know about datarootdir, expand it. - # FIXME: This hack should be removed a few years after 2.60. - ac_datarootdir_hack=; ac_datarootdir_seen= - --case `sed -n '/datarootdir/ { -+ac_sed_dataroot=' -+/datarootdir/ { - p - q - } -@@ -33845,13 +34655,14 @@ case `sed -n '/datarootdir/ { - /@infodir@/p - /@localedir@/p - /@mandir@/p --' $ac_file_inputs` in -+' -+case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in - *datarootdir*) ac_datarootdir_seen=yes;; - *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) -- { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 --echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 -+$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} - _ACEOF --cat >>$CONFIG_STATUS <<_ACEOF -+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 - ac_datarootdir_hack=' - s&@datadir@&$datadir&g - s&@docdir@&$docdir&g -@@ -33865,15 +34676,16 @@ _ACEOF - # Neutralize VPATH when `$srcdir' = `.'. - # Shell code in configure.ac might set extrasub. - # FIXME: do we really want to maintain this feature? --cat >>$CONFIG_STATUS <<_ACEOF -- sed "$ac_vpsub -+cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 -+ac_sed_extra="$ac_vpsub - $extrasub - _ACEOF --cat >>$CONFIG_STATUS <<\_ACEOF -+cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 - :t - /@[a-zA-Z_][a-zA-Z_0-9]*@/!b --s&@configure_input@&$configure_input&;t t -+s|@configure_input@|$ac_sed_conf_input|;t t - s&@top_builddir@&$ac_top_builddir_sub&;t t -+s&@top_build_prefix@&$ac_top_build_prefix&;t t - s&@srcdir@&$ac_srcdir&;t t - s&@abs_srcdir@&$ac_abs_srcdir&;t t - s&@top_srcdir@&$ac_top_srcdir&;t t -@@ -33883,135 +34695,74 @@ s&@abs_builddir@&$ac_abs_builddir&;t t - s&@abs_top_builddir@&$ac_abs_top_builddir&;t t - s&@INSTALL@&$ac_INSTALL&;t t - $ac_datarootdir_hack --" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed -f "$tmp/subs-3.sed" >$tmp/out -+" -+eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ -+ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 -+$as_echo "$as_me: error: could not create $ac_file" >&2;} -+ { (exit 1); exit 1; }; } - - test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && - { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && - { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && -- { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' -+ { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' - which seems to be undefined. Please make sure it is defined." >&5 --echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' -+$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' - which seems to be undefined. Please make sure it is defined." >&2;} - - rm -f "$tmp/stdin" - case $ac_file in -- -) cat "$tmp/out"; rm -f "$tmp/out";; -- *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; -- esac -+ -) cat "$tmp/out" && rm -f "$tmp/out";; -+ *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; -+ esac \ -+ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 -+$as_echo "$as_me: error: could not create $ac_file" >&2;} -+ { (exit 1); exit 1; }; } - ;; - :H) - # - # CONFIG_HEADER - # --_ACEOF -- --# Transform confdefs.h into a sed script `conftest.defines', that --# substitutes the proper values into config.h.in to produce config.h. --rm -f conftest.defines conftest.tail --# First, append a space to every undef/define line, to ease matching. --echo 's/$/ /' >conftest.defines --# Then, protect against being on the right side of a sed subst, or in --# an unquoted here document, in config.status. If some macros were --# called several times there might be several #defines for the same --# symbol, which is useless. But do not sort them, since the last --# AC_DEFINE must be honored. --ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* --# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where --# NAME is the cpp macro being defined, VALUE is the value it is being given. --# PARAMS is the parameter list in the macro definition--in most cases, it's --# just an empty string. --ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' --ac_dB='\\)[ (].*,\\1define\\2' --ac_dC=' ' --ac_dD=' ,' -- --uniq confdefs.h | -- sed -n ' -- t rset -- :rset -- s/^[ ]*#[ ]*define[ ][ ]*// -- t ok -- d -- :ok -- s/[\\&,]/\\&/g -- s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p -- s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p -- ' >>conftest.defines -- --# Remove the space that was appended to ease matching. --# Then replace #undef with comments. This is necessary, for --# example, in the case of _POSIX_SOURCE, which is predefined and required --# on some systems where configure will not decide to define it. --# (The regexp can be short, since the line contains either #define or #undef.) --echo 's/ $// --s,^[ #]*u.*,/* & */,' >>conftest.defines -- --# Break up conftest.defines: --ac_max_sed_lines=50 -- --# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" --# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" --# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" --# et cetera. --ac_in='$ac_file_inputs' --ac_out='"$tmp/out1"' --ac_nxt='"$tmp/out2"' -- --while : --do -- # Write a here document: -- cat >>$CONFIG_STATUS <<_ACEOF -- # First, check the format of the line: -- cat >"\$tmp/defines.sed" <<\\CEOF --/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def --/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def --b --:def --_ACEOF -- sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS -- echo 'CEOF -- sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS -- ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in -- sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail -- grep . conftest.tail >/dev/null || break -- rm -f conftest.defines -- mv conftest.tail conftest.defines --done --rm -f conftest.defines conftest.tail -- --echo "ac_result=$ac_in" >>$CONFIG_STATUS --cat >>$CONFIG_STATUS <<\_ACEOF - if test x"$ac_file" != x-; then -- echo "/* $configure_input */" >"$tmp/config.h" -- cat "$ac_result" >>"$tmp/config.h" -- if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then -- { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 --echo "$as_me: $ac_file is unchanged" >&6;} -+ { -+ $as_echo "/* $configure_input */" \ -+ && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" -+ } >"$tmp/config.h" \ -+ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 -+$as_echo "$as_me: error: could not create $ac_file" >&2;} -+ { (exit 1); exit 1; }; } -+ if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then -+ { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 -+$as_echo "$as_me: $ac_file is unchanged" >&6;} - else -- rm -f $ac_file -- mv "$tmp/config.h" $ac_file -+ rm -f "$ac_file" -+ mv "$tmp/config.h" "$ac_file" \ -+ || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 -+$as_echo "$as_me: error: could not create $ac_file" >&2;} -+ { (exit 1); exit 1; }; } - fi - else -- echo "/* $configure_input */" -- cat "$ac_result" -+ $as_echo "/* $configure_input */" \ -+ && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ -+ || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 -+$as_echo "$as_me: error: could not create -" >&2;} -+ { (exit 1); exit 1; }; } - fi -- rm -f "$tmp/out12" --# Compute $ac_file's index in $config_headers. -+# Compute "$ac_file"'s index in $config_headers. - _am_stamp_count=1 - for _am_header in $config_headers :; do - case $_am_header in -- $ac_file | $ac_file:* ) -+ "$ac_file" | "$ac_file":* ) - break ;; - * ) - _am_stamp_count=`expr $_am_stamp_count + 1` ;; - esac - done --echo "timestamp for $ac_file" >`$as_dirname -- $ac_file || --$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ -- X$ac_file : 'X\(//\)[^/]' \| \ -- X$ac_file : 'X\(//\)$' \| \ -- X$ac_file : 'X\(/\)' \| . 2>/dev/null || --echo X$ac_file | -+echo "timestamp for "$ac_file"" >`$as_dirname -- "$ac_file" || -+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ -+ X"$ac_file" : 'X\(//\)[^/]' \| \ -+ X"$ac_file" : 'X\(//\)$' \| \ -+ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || -+$as_echo X"$ac_file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q -@@ -34031,8 +34782,8 @@ echo X$ac_file | - s/.*/./; q'`/stamp-h$_am_stamp_count - ;; - -- :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 --echo "$as_me: executing $ac_file commands" >&6;} -+ :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5 -+$as_echo "$as_me: executing $ac_file commands" >&6;} - ;; - esac - -@@ -34053,7 +34804,7 @@ $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/ - X"$mf" : 'X\(//\)[^/]' \| \ - X"$mf" : 'X\(//\)$' \| \ - X"$mf" : 'X\(/\)' \| . 2>/dev/null || --echo X"$mf" | -+$as_echo X"$mf" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q -@@ -34097,7 +34848,7 @@ $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][ - X"$file" : 'X\(//\)[^/]' \| \ - X"$file" : 'X\(//\)$' \| \ - X"$file" : 'X\(/\)' \| . 2>/dev/null || --echo X"$file" | -+$as_echo X"$file" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q -@@ -34123,7 +34874,7 @@ echo X"$file" | - as_dirs= - while :; do - case $as_dir in #( -- *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( -+ *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( - *) as_qdir=$as_dir;; - esac - as_dirs="'$as_qdir' $as_dirs" -@@ -34132,7 +34883,7 @@ $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/ - X"$as_dir" : 'X\(//\)[^/]' \| \ - X"$as_dir" : 'X\(//\)$' \| \ - X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || --echo X"$as_dir" | -+$as_echo X"$as_dir" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q -@@ -34153,8 +34904,8 @@ echo X"$as_dir" | - test -d "$as_dir" && break - done - test -z "$as_dirs" || eval "mkdir $as_dirs" -- } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 --echo "$as_me: error: cannot create directory $as_dir" >&2;} -+ } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -+$as_echo "$as_me: error: cannot create directory $as_dir" >&2;} - { (exit 1); exit 1; }; }; } - # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" -@@ -34174,8 +34925,8 @@ done - "$srcdir/po/POTFILES.in" | sed '$!s/$/ \\/' >"po/POTFILES" - - if test ! -f "po/Makefile"; then -- { { echo "$as_me:$LINENO: error: po/Makefile is not ready." >&5 --echo "$as_me: error: po/Makefile is not ready." >&2;} -+ { { $as_echo "$as_me:$LINENO: error: po/Makefile is not ready." >&5 -+$as_echo "$as_me: error: po/Makefile is not ready." >&2;} - { (exit 1); exit 1; }; } - fi - mv "po/Makefile" "po/Makefile.tmp" -@@ -34197,6 +34948,11 @@ _ACEOF - chmod +x $CONFIG_STATUS - ac_clean_files=$ac_clean_files_save - -+test $ac_write_fail = 0 || -+ { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 -+$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} -+ { (exit 1); exit 1; }; } -+ - - # configure is writing to config.log, and then calls config.status. - # config.status does its own redirection, appending to config.log. -@@ -34218,4 +34974,8 @@ if test "$no_create" != yes; then - # would make configure fail if this is the last instruction. - $ac_cs_success || { (exit 1); exit 1; } - fi -+if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then -+ { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_opts" >&5 -+$as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;} -+fi - 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 f68c6d0d1..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_Makefile.in +++ /dev/null @@ -1,40 +0,0 @@ ---- sysdeps/freebsd/Makefile.in.orig 2008-09-29 17:24:03.000000000 -0400 -+++ sysdeps/freebsd/Makefile.in 2008-09-29 17:24:44.000000000 -0400 -@@ -54,12 +54,13 @@ 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) - 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 -@@ -306,11 +307,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 \ -@@ -385,6 +386,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_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 fa5b9d29d..000000000 --- a/devel/libgtop/pkg-plist +++ /dev/null @@ -1,202 +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/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/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/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/lt/LC_MESSAGES/libgtop-2.0.mo -share/locale/lv/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/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/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile deleted file mode 100644 index e360e4e49..000000000 --- a/devel/libnotify/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: libnotify -# Date created: 2005-08-06 -# Whom: Andreas Kohn <andreas@syndrom23.de> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= libnotify -PORTVERSION= 0.4.5 -CATEGORIES= devel gnome -MASTER_SITES= http://www.galago-project.org/files/releases/source/libnotify/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A library for desktop notifications - -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib - -USE_GNOME= gnomehack gnometarget intlhack glib20 gtk20 ltverhack -USE_GMAKE= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS= --without-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/devel/libnotify/distinfo b/devel/libnotify/distinfo deleted file mode 100644 index fa3d33aa8..000000000 --- a/devel/libnotify/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libnotify-0.4.5.tar.gz) = 472e2c1f808848365572a9b024d9e8f5 -SHA256 (libnotify-0.4.5.tar.gz) = 0799db8ea1500b65a477421a8c930cc8c8b0bbc0596e55ea1601e2542f3fb0d9 -SIZE (libnotify-0.4.5.tar.gz) = 364142 diff --git a/devel/libnotify/pkg-descr b/devel/libnotify/pkg-descr deleted file mode 100644 index 15579caee..000000000 --- a/devel/libnotify/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The Desktop Notifications framework provides a standard way of doing passive -pop-up notifications on the desktop. These are designed to notify the -user of something without interrupting their work with a dialog box that they -must close. Passive popups can automatically disappear after a short period -of time. - -This port contains the library and a small command line client. -See deskutils/notification-daemon for the daemon. - -WWW: http://www.galago-project.org/specs/notification/index.php diff --git a/devel/libnotify/pkg-plist b/devel/libnotify/pkg-plist deleted file mode 100644 index bc896db17..000000000 --- a/devel/libnotify/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -bin/notify-send -include/libnotify/notification.h -include/libnotify/notify-enum-types.h -include/libnotify/notify.h -lib/libnotify.a -lib/libnotify.la -lib/libnotify.so -lib/libnotify.so.1 -libdata/pkgconfig/libnotify.pc -share/gtk-doc/html/libnotify/NotifyNotification.html -share/gtk-doc/html/libnotify/ch01.html -share/gtk-doc/html/libnotify/home.png -share/gtk-doc/html/libnotify/index.html -share/gtk-doc/html/libnotify/index.sgml -share/gtk-doc/html/libnotify/left.png -share/gtk-doc/html/libnotify/libnotify-notify.html -share/gtk-doc/html/libnotify/libnotify.devhelp -share/gtk-doc/html/libnotify/libnotify.devhelp2 -share/gtk-doc/html/libnotify/right.png -share/gtk-doc/html/libnotify/style.css -share/gtk-doc/html/libnotify/up.png -@dirrm share/gtk-doc/html/libnotify -@dirrmtry share/gtk-doc/html -@dirrmtry share/gtk-doc -@dirrm include/libnotify diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile deleted file mode 100644 index 09aa52830..000000000 --- a/devel/libsoup/Makefile +++ /dev/null @@ -1,52 +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.51 2008/10/20 22:05:08 kwm Exp $ -# - -PORTNAME= libsoup -PORTVERSION= 2.24.2.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 - -USE_GNOME= gnomehack glib20 libxml2 ltverhack referencehack -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 -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.26:${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} "" - -.include <bsd.port.post.mk> - -.endif diff --git a/devel/libsoup/distinfo b/devel/libsoup/distinfo deleted file mode 100644 index df4036166..000000000 --- a/devel/libsoup/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libsoup-2.24.2.1.tar.bz2) = 27409ea1a93e45668e1b999f162ee4d0 -SHA256 (gnome2/libsoup-2.24.2.1.tar.bz2) = acc2568cd0d75b5a8c81f3a88754876ce16eddddbc9c153f7dec413182e874be -SIZE (gnome2/libsoup-2.24.2.1.tar.bz2) = 658843 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 f753686dc..000000000 --- a/devel/libsoup/pkg-plist +++ /dev/null @@ -1,37 +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-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-portability.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 -lib/libsoup-%%VERSION%%.a -lib/libsoup-%%VERSION%%.la -lib/libsoup-%%VERSION%%.so -lib/libsoup-%%VERSION%%.so.1 -libdata/pkgconfig/libsoup-%%VERSION%%.pc -@dirrm include/libsoup-%%VERSION%%/libsoup -@dirrm include/libsoup-%%VERSION%% diff --git a/devel/py-gobject/Makefile b/devel/py-gobject/Makefile deleted file mode 100644 index 7a7814a4a..000000000 --- a/devel/py-gobject/Makefile +++ /dev/null @@ -1,31 +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.28 2008/09/03 14:32:21 kwm Exp $ -# - -PORTNAME= gobject -PORTVERSION= 2.16.0 -CATEGORIES= devel python -MASTER_SITES= ${MASTER_SITE_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 - -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* - -.include <bsd.port.mk> diff --git a/devel/py-gobject/distinfo b/devel/py-gobject/distinfo deleted file mode 100644 index d7878e045..000000000 --- a/devel/py-gobject/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/pygobject-2.16.0.tar.bz2) = 431e7d4632163b93d1ee43cd071a389c -SHA256 (gnome2/pygobject-2.16.0.tar.bz2) = db0ab6f998bc5750aba2dfa96c8932f673914d8bf804a2c1c769b4a6e3f192d2 -SIZE (gnome2/pygobject-2.16.0.tar.bz2) = 515503 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/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 63a4cceb8..000000000 --- a/devel/py-gobject/pkg-plist +++ /dev/null @@ -1,133 +0,0 @@ -bin/pygobject-codegen-2.0 -include/pygtk-2.0/pyglib.h -include/pygtk-2.0/pygobject.h -lib/libpyglib-2.0.la -lib/libpyglib-2.0.so -lib/libpyglib-2.0.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/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-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/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/codegen.py -share/pygobject/2.0/codegen/codegen.pyc -share/pygobject/2.0/codegen/codegen.pyo -share/pygobject/2.0/codegen/createdefs.py -share/pygobject/2.0/codegen/createdefs.pyc -share/pygobject/2.0/codegen/createdefs.pyo -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/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/docgen.py -share/pygobject/2.0/codegen/docgen.pyc -share/pygobject/2.0/codegen/docgen.pyo -share/pygobject/2.0/codegen/h2def.py -share/pygobject/2.0/codegen/h2def.pyc -share/pygobject/2.0/codegen/h2def.pyo -share/pygobject/2.0/codegen/mergedefs.py -share/pygobject/2.0/codegen/mergedefs.pyc -share/pygobject/2.0/codegen/mergedefs.pyo -share/pygobject/2.0/codegen/mkskel.py -share/pygobject/2.0/codegen/mkskel.pyc -share/pygobject/2.0/codegen/mkskel.pyo -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/scmexpr.py -share/pygobject/2.0/codegen/scmexpr.pyc -share/pygobject/2.0/codegen/scmexpr.pyo -share/pygobject/2.0/defs/gappinfo.override -share/pygobject/2.0/defs/gapplaunchcontext.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/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/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/gio -@dirrmtry %%PYTHON_SITELIBDIR%%/gtk-2.0 -@dirrmtry include/pygtk-2.0 diff --git a/devel/py-orbit/Makefile b/devel/py-orbit/Makefile deleted file mode 100644 index 1047a6a69..000000000 --- a/devel/py-orbit/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: py-orbit2 -# Date created: 04 March 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= orbit -PORTVERSION= 2.24.0 -CATEGORIES= devel python -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/pyorbit/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pyorbit-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python bindings for ORBit2 - -CONFLICTS= py*-omniorb-[0-9]* - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack orbit2 -USE_PYTHON= yes -GNU_CONFIGURE= yes -ORBIT_CONFIG= ${LOCALBASE}/bin/orbit2-config -CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}" - -.include <bsd.port.mk> diff --git a/devel/py-orbit/distinfo b/devel/py-orbit/distinfo deleted file mode 100644 index c2d848cee..000000000 --- a/devel/py-orbit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/pyorbit-2.24.0.tar.bz2) = 574593815e75ee6e98062c75d6d1581f -SHA256 (gnome2/pyorbit-2.24.0.tar.bz2) = 8754669b8220aa1f151b920360029d5ea28c42bec55769059676725fe28397b8 -SIZE (gnome2/pyorbit-2.24.0.tar.bz2) = 293054 diff --git a/devel/py-orbit/pkg-descr b/devel/py-orbit/pkg-descr deleted file mode 100644 index 853fdfdee..000000000 --- a/devel/py-orbit/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -To paraphrase the README: - -This is a Python language binding for the ORBit2 CORBA implementation. -It aims to take advantage of new features found in ORBit2 to make -language bindings more efficient. This includes: - - Use of ORBit2 type libraries to generate stubs - - use of the ORBit_small_invoke_stub() call for operation - invocation, which allows for short circuited invocation on local - objects. diff --git a/devel/py-orbit/pkg-plist b/devel/py-orbit/pkg-plist deleted file mode 100644 index 4ca215c28..000000000 --- a/devel/py-orbit/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -include/pyorbit-2/pyorbit.h -%%PYTHON_SITELIBDIR%%/CORBA.py -%%PYTHON_SITELIBDIR%%/CORBA.pyc -%%PYTHON_SITELIBDIR%%/CORBA.pyo -%%PYTHON_SITELIBDIR%%/ORBit.la -%%PYTHON_SITELIBDIR%%/ORBit.so -%%PYTHON_SITELIBDIR%%/PortableServer.py -%%PYTHON_SITELIBDIR%%/PortableServer.pyc -%%PYTHON_SITELIBDIR%%/PortableServer.pyo -libdata/pkgconfig/pyorbit-2.pc -@dirrm include/pyorbit-2 diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile deleted file mode 100644 index 3cfd5924f..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: ports/editors/abiword/Makefile,v 1.10 2008/08/19 00:42:05 marcus Exp $ -# - -PORTNAME= abiword -PORTVERSION= 2.6.3 -PORTREVISION= 2 -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 - -# unzip is needed during the installation process -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - png.5:${PORTSDIR}/graphics/png \ - wv-1.2:${PORTSDIR}/textproc/wv \ - fribidi.0:${PORTSDIR}/converters/fribidi \ - goffice-0.4:${PORTSDIR}/devel/goffice04 - -USE_GMAKE= yes -USE_ICONV= yes -USE_GNOME= gnomehack libglade2 libxml2 libgnomeprintui desktopfileutils -WANT_GNOME= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-popt=${LOCALBASE} \ - --with-zlib=${LOCALBASE} \ - --with-libpng=${LOCALBASE} \ - --with-libiconv=${LOCALBASE} \ - --with-libjpeg-prefix=${LOCALBASE} \ - --disable-peer-config -MAKEFILE= GNUmakefile -GNOME_MAKEFILEIN=GNUmakefile.in - -ABIVERSION= 2.6 -PLIST_SUB+= ABIVERSION=${ABIVERSION} - -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug \ - --enable-symbols -.endif - -.ifndef(WITHOUT_GTKSPELL) -LIB_DEPENDS+= enchant.1:${PORTSDIR}/textproc/enchant -CONFIGURE_ARGS+= --enable-spellcheck -PLIST_SUB+= DICT:="" -.else -CONFIGURE_ARGS+= --disable-spellcheck -PLIST_SUB+= DICT:="@comment " -.endif - -.include <bsd.port.pre.mk> - -#.if ${HAVE_GNOME:Mlibgnomeui}!="" -#USE_GNOME+= libgnomeui -#CONFIGURE_ARGS+= --enable-gnomeui -#PKGNAMESUFFIX:= -gnome -#.else -#CONFIGURE_ARGS+= --disable-gnomeui -#.endif - -#.if (defined(WITH_GUCHARMAP) || \ -# exists(${LOCALBASE}/libdata/pkgconfig/gucharmap.pc)) && \ -# !defined(WITHOUT_GUCHARMAP) -#LIB_DEPENDS+= gucharmap.6:${PORTSDIR}/deskutils/gucharmap -#CONFIGURE_ARGS+= --enable-gucharmap -#.else -CONFIGURE_ARGS+= --disable-gucharmap -#.endif - -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "AbiWord2 has the following tunable option(s):" - @${ECHO_MSG} " WITH_DEBUG=yes Enable debug." - @${ECHO_MSG} " WITH_GUCHARMAP=yes Enable use of Gucharmap as the symbol insertion tool (default: auto)" - @${ECHO_MSG} " WITHOUT_GTKSPELL=yes Don't use Enchant, but still enable spellchecking and install the dictionary." - @${ECHO_MSG} "" - -post-patch: - @${REINPLACE_CMD} -e 's|-ansi||g ; s|-pedantic||g ; \ - s|/usr/X11R6|${LOCALBASE}|g' \ - ${WRKSRC}/configure - @${FIND} ${WRKSRC}/src/config/platforms -name "*.mk" | ${XARGS} \ - ${REINPLACE_CMD} 's|-ansi||g ; s|-pedantic||g' - @${FIND} ${WRKSRC} -name GNUmakefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|[(]libdir[)]/@PACKAGE@|(datadir)/@PACKAGE@|g ; \ - s|[(]datadir[)]/icons|(datadir)/pixmaps|g' - -post-install: - @${MKDIR} ${PREFIX}/lib/${PORTNAME}-${ABIVERSION}/plugins - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/editors/abiword/distinfo b/editors/abiword/distinfo deleted file mode 100644 index 99be78766..000000000 --- a/editors/abiword/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (AbiWord/abiword-2.6.3.tar.gz) = 40d9da8b04c70035b89f8ad7fcc4519d -SHA256 (AbiWord/abiword-2.6.3.tar.gz) = e5ffecc423e2a9214cb4abd9dbd086552a0d45387b7bc2072738f5e2a8dd90ec -SIZE (AbiWord/abiword-2.6.3.tar.gz) = 9265456 diff --git a/editors/abiword/files/patch-abiword.desktop b/editors/abiword/files/patch-abiword.desktop deleted file mode 100644 index 427bc52c7..000000000 --- a/editors/abiword/files/patch-abiword.desktop +++ /dev/null @@ -1,16 +0,0 @@ ---- abiword.desktop.orig 2008-04-01 15:30:19.000000000 -0500 -+++ abiword.desktop 2008-04-01 15:31:19.000000000 -0500 -@@ -3,11 +3,11 @@ - Icon=abiword_48.png - Terminal=false - Type=Application --Categories=Application;Office;WordProcessor;GNOME;GTK;X-Red-Hat-Base; -+Categories=Application;Office;WordProcessor;GNOME;GTK; - StartupNotify=true - Encoding=UTF-8 - 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; -+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; - Name=AbiWord - GenericName=Word Processor - Comment=AbiWord Word Processor diff --git a/editors/abiword/files/patch-an b/editors/abiword/files/patch-an deleted file mode 100644 index 5e9e8c01d..000000000 --- a/editors/abiword/files/patch-an +++ /dev/null @@ -1,38 +0,0 @@ ---- src/Makefile.orig 2008-04-01 15:43:32.000000000 -0500 -+++ src/Makefile 2008-04-01 15:45:09.000000000 -0500 -@@ -52,6 +52,7 @@ - - ## Set the following to a list of pathnames to be copied to $(CANONDIR) - CANON_TOPLEVELFILES= $(ABI_ROOT)/COPYING $(ABI_ROOT)/user/wp/readme.txt $(ABI_ROOT)/user/wp/readme.abw -+CANON_TLF_NOTDIR= $(notdir $(CANON_TOPLEVELFILES)) - - ## Set the following to a list of directories (probably a subset of DIRS) - ## that have work to do. -@@ -62,6 +63,9 @@ - @for k in $(CANON_TOPLEVELFILES); do \ - $(ABICOPY) $$k $(CANONDIR); \ - done -+ @for k in $(CANON_TLF_NOTDIR); do \ -+ $(ABICHMOD) ugo=r $(CANONDIR)/$$k; \ -+ done - @for k in $(CANON_SubDirs); do \ - $(MAKE) ABI_ROOT=$(ABI_ROOT) -C $$k canonical; \ - done -@@ -83,6 +87,7 @@ - ifeq ($(ABI_OPT_PSPELL),1) - echo "Using Pspell build, not installing ispell hash files" - else -+ @(cd $(CANONDIR)/dictionary; $(ABICHMOD) ugo=r *) - # We currently only ship american.hash - @$(subst xxxx,$(CANONDIR)/dictionary,$(VERIFY_DIRECTORY)) - @$(ABICOPY) $(ABI_ROOT)/../abidistfiles/dictionary/$(OS_ENDIAN).american.hash $(CANONDIR)/dictionary/american.hash -@@ -92,7 +97,8 @@ - ifeq ($(ABI_NATIVE),unix) - # icons for X window manager use - @$(subst xxxx,$(CANONDIR)/icons,$(VERIFY_DIRECTORY)) -- (cd $(ABI_ROOT)/../abidistfiles/icons; cp abi* $(CANONDIR)/icons) -+ (cd $(ABI_ROOT)/../abidistfiles/icons; $(ABICOPY) abi* $(CANONDIR)/icons) -+ @(cd $(CANONDIR)/icons; $(ABICHMOD) ugo=r abi*) - endif - - @$(subst xxxx,$(CANONDIR)/clipart,$(VERIFY_DIRECTORY)) diff --git a/editors/abiword/files/patch-aq b/editors/abiword/files/patch-aq deleted file mode 100644 index 41ad3e258..000000000 --- a/editors/abiword/files/patch-aq +++ /dev/null @@ -1,27 +0,0 @@ ---- src/config/abi_defs.mk.orig 2008-04-01 15:33:21.000000000 -0500 -+++ src/config/abi_defs.mk 2008-04-01 15:34:24.000000000 -0500 -@@ -213,11 +213,11 @@ - ## INSTALL program... - - define MAKE_OBJDIR --if test ! -d $(@D); then rm -rf $(@D); mkdir -p $(@D); fi -+if test ! -d $(@D); then rm -rf $(@D); $(ABIMKDIR) -p $(@D); fi - endef - - define VERIFY_DIRECTORY --if test ! -d xxxx; then rm -rf xxxx; mkdir -p xxxx; fi -+if test ! -d xxxx; then rm -rf xxxx; $(ABIMKDIR) -p xxxx; fi - endef - - ifeq ($(OS_NAME), WIN32) -@@ -262,7 +262,9 @@ - ################################################################## - ################################################################## - --ABICOPY=cp -+ABICOPY = cp -+ABICHMOD = chmod -+ABIMKDIR = mkdir -m u=rwx,go=rx - - ifdef ABISOURCE_LICENSED_TRADEMARKS - ABI_TMDEFS= -DABISOURCE_LICENSED_TRADEMARKS 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 634dbfd9c..000000000 --- a/editors/abiword/files/patch-src_af_util_xp_ut_iconv.cpp +++ /dev/null @@ -1,28 +0,0 @@ ---- src/af/util/xp/ut_iconv.cpp.orig 2008-04-04 09:41:47.000000000 -0500 -+++ src/af/util/xp/ut_iconv.cpp 2008-04-04 09:43:43.000000000 -0500 -@@ -230,10 +230,10 @@ - // we special-case the win32 build, otherwise spelling and other stuff - // just doesn't work - return "UCS-2LE"; --#elif defined(_LIBICONV_H) -+#elif defined(_LIBICONV_H) || defined(__FreeBSD__) - // libiconv seems to prefer UCS-2-INTERNAL to UCS-2BE and UCS-2LE - return "UCS-2-INTERNAL"; --#elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__QNXNTO__) || defined(__NetBSD__) -+#elif defined(__OpenBSD__) || defined(__QNXNTO__) || defined(__NetBSD__) - // we special case the BSDs since spelling just doesn't work - return "UCS2"; - #else -@@ -253,10 +253,10 @@ - // 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/files/patch-src_af_xap_unix_xap_UnixTableWidget.cpp b/editors/abiword/files/patch-src_af_xap_unix_xap_UnixTableWidget.cpp deleted file mode 100644 index 352357fb5..000000000 --- a/editors/abiword/files/patch-src_af_xap_unix_xap_UnixTableWidget.cpp +++ /dev/null @@ -1,13 +0,0 @@ ---- abiword/trunk/src/af/xap/unix/xap_UnixTableWidget.cpp 2007/03/04 23:35:03 20016 -+++ src/af/xap/unix/xap_UnixTableWidget.cpp 2007/09/21 04:03:45 21991 -@@ -123,7 +123,9 @@ - g_return_if_fail(table); - - if (table->selected_rows == 0 && table->selected_cols == 0) -- text = g_strdup_printf(table->szCancel); -+ // RIVERA changed as suggested by uwog (OSX X11 was crashing) -+ //text = g_strdup_printf(table->szCancel); -+ text = (table->szCancel ? g_strdup_printf(table->szCancel) : NULL); - else - { - UT_UTF8String prText = "%d x %d "; diff --git a/editors/abiword/files/patch-src_wp_ap_unix_ap_UnixApp.cpp b/editors/abiword/files/patch-src_wp_ap_unix_ap_UnixApp.cpp deleted file mode 100644 index 8d22dcbeb..000000000 --- a/editors/abiword/files/patch-src_wp_ap_unix_ap_UnixApp.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/wp/ap/unix/ap_UnixApp.cpp.orig 2008-04-01 15:41:39.000000000 -0500 -+++ src/wp/ap/unix/ap_UnixApp.cpp 2008-04-01 15:41:46.000000000 -0500 -@@ -1240,7 +1240,7 @@ - GNOME_PARAM_APP_DATADIR, PREFIX "/" PACKAGE "-" ABIWORD_SERIES, - GNOME_PARAM_APP_LIBDIR, PREFIX "/" PACKAGE "-" ABIWORD_SERIES, - GNOME_PARAM_POPT_TABLE, AP_Args::options, -- GNOME_PARAM_NONE); -+ (void *)0); - #ifdef LOGFILE - fprintf(logfile,"gnome_program_init completed \n"); - #endif 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 2ea865f55..000000000 --- a/editors/abiword/pkg-plist +++ /dev/null @@ -1,259 +0,0 @@ -bin/abiword -include/abiword-%%ABIVERSION%%/abiwidget.h -include/abiword-%%ABIVERSION%%/xap_UnixTableWidget.h -libdata/pkgconfig/abiword-%%ABIVERSION%%.pc -share/abiword-%%ABIVERSION%%/glade/ap_UnixDialog_Break.glade -share/abiword-%%ABIVERSION%%/glade/ap_UnixDialog_Field.glade -share/abiword-%%ABIVERSION%%/glade/ap_UnixDialog_FormatFootnotes.glade -share/abiword-%%ABIVERSION%%/glade/ap_UnixDialog_FormatFrame.glade -share/abiword-%%ABIVERSION%%/glade/ap_UnixDialog_FormatTOC.glade -share/abiword-%%ABIVERSION%%/glade/ap_UnixDialog_FormatTable.glade -share/abiword-%%ABIVERSION%%/glade/ap_UnixDialog_Goto.glade -share/abiword-%%ABIVERSION%%/glade/ap_UnixDialog_HdrFtr.glade -share/abiword-%%ABIVERSION%%/glade/ap_UnixDialog_InsertTable.glade -share/abiword-%%ABIVERSION%%/glade/ap_UnixDialog_Insert_DateTime.glade -share/abiword-%%ABIVERSION%%/glade/ap_UnixDialog_Latex.glade -share/abiword-%%ABIVERSION%%/glade/ap_UnixDialog_MailMerge.glade -share/abiword-%%ABIVERSION%%/glade/ap_UnixDialog_MetaData.glade -share/abiword-%%ABIVERSION%%/glade/ap_UnixDialog_New.glade -share/abiword-%%ABIVERSION%%/glade/ap_UnixDialog_Options.glade -share/abiword-%%ABIVERSION%%/glade/ap_UnixDialog_Options_ColorSel.glade -share/abiword-%%ABIVERSION%%/glade/ap_UnixDialog_PageNumbers.glade -share/abiword-%%ABIVERSION%%/glade/ap_UnixDialog_PageSetup.glade -share/abiword-%%ABIVERSION%%/glade/ap_UnixDialog_Replace.glade -%%DICT:%%share/abiword-%%ABIVERSION%%/glade/ap_UnixDialog_Spell.glade -share/abiword-%%ABIVERSION%%/glade/ap_UnixDialog_Styles.glade -share/abiword-%%ABIVERSION%%/glade/ap_UnixDialog_Stylist.glade -share/abiword-%%ABIVERSION%%/glade/ap_UnixDialog_Stylist_modal.glade -share/abiword-%%ABIVERSION%%/glade/ap_UnixDialog_Tab.glade -share/abiword-%%ABIVERSION%%/glade/ap_UnixDialog_WordCount.glade -share/abiword-%%ABIVERSION%%/glade/xap_UnixDlg_DocComparison.glade -share/abiword-%%ABIVERSION%%/glade/xap_UnixDlg_Encoding.glade -share/abiword-%%ABIVERSION%%/glade/xap_UnixDlg_History.glade -share/abiword-%%ABIVERSION%%/glade/xap_UnixDlg_Image.glade -share/abiword-%%ABIVERSION%%/glade/xap_UnixDlg_Language.glade -share/abiword-%%ABIVERSION%%/glade/xap_UnixDlg_ListDocuments.glade -share/abiword-%%ABIVERSION%%/glade/xap_UnixDlg_Password.glade -share/abiword-%%ABIVERSION%%/glade/xap_UnixDlg_PluginManager.glade -share/abiword-%%ABIVERSION%%/glade/xap_UnixDlg_WindowMore.glade -share/abiword-%%ABIVERSION%%/glade/xap_UnixDlg_Zoom.glade -share/abiword-%%ABIVERSION%%/readme.abw -share/abiword-%%ABIVERSION%%/readme.txt -share/abiword-%%ABIVERSION%%/scripts/abw2html.pl -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/be@latin.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/ps.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/mime-info/abiword.keys -share/pixmaps/abiword_48.png -@dirrmtry share/applications -@dirrm share/abiword-%%ABIVERSION%%/templates -@dirrm share/abiword-%%ABIVERSION%%/strings -@dirrm share/abiword-%%ABIVERSION%%/scripts -@dirrm share/abiword-%%ABIVERSION%%/glade -@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 -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile deleted file mode 100644 index f5109b4a5..000000000 --- a/editors/gedit-plugins/Makefile +++ /dev/null @@ -1,59 +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.32 2008/10/16 20:19:40 mezz Exp $ -# - -PORTNAME= gedit-plugins -PORTVERSION= 2.22.5 -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:15 -USE_GNOME= gnomehack gnomeprefix intlhack -WANT_GNOME= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gedit-show-tabbar-plugin.schemas - -.if defined(PACKAGE_BUILDING) -.undef WITHOUT_GNOME -WITH_GNOME= yes -.endif - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mpygtksourceview}!="" && ${ARCH}!="sparc64" -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 875e28337..000000000 --- a/editors/gedit-plugins/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gedit-plugins-2.22.5.tar.bz2) = c2104d56b7aa78e14395648f8e235306 -SHA256 (gnome2/gedit-plugins-2.22.5.tar.bz2) = 98cd453525bcb53e725f8e49d5fa387019331e7df2d37101519d177141fbced9 -SIZE (gnome2/gedit-plugins-2.22.5.tar.bz2) = 592942 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 97d3b375a..000000000 --- a/editors/gedit-plugins/pkg-plist +++ /dev/null @@ -1,125 +0,0 @@ -%%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 -%%PYTHON%%lib/gedit-2/plugins/drawspaces.gedit-plugin -%%PYTHON%%lib/gedit-2/plugins/drawspaces.glade -%%PYTHON%%lib/gedit-2/plugins/drawspaces.py -%%PYTHON%%lib/gedit-2/plugins/drawspaces.pyc -%%PYTHON%%lib/gedit-2/plugins/drawspaces.pyo -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/libcharmap.a -lib/gedit-2/plugins/libcharmap.la -lib/gedit-2/plugins/libcharmap.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/sessionsaver.glade -%%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/locale/ar/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/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/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/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 -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@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 diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile deleted file mode 100644 index 7aefe4b85..000000000 --- a/editors/gedit/Makefile +++ /dev/null @@ -1,70 +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.90 2008/11/03 20:13:05 mezz Exp $ -# - -PORTNAME= gedit -PORTVERSION= 2.24.2 -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:15 -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 - -post-patch: - @${REINPLACE_CMD} -e 's|make|${GMAKE}|g' \ - ${WRKSRC}/bindings/python/Makefile.in - -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 278869441..000000000 --- a/editors/gedit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gedit-2.24.2.tar.bz2) = 04bcf226edc5de3a4ac759e97e0e2e6e -SHA256 (gnome2/gedit-2.24.2.tar.bz2) = 2efe1aa0b44caec9b29e2cf40222d27a18ae32e98f00bd70b2c056602940d203 -SIZE (gnome2/gedit-2.24.2.tar.bz2) = 4089534 diff --git a/editors/gedit/files/patch-configure b/editors/gedit/files/patch-configure deleted file mode 100644 index 6bfadb0af..000000000 --- a/editors/gedit/files/patch-configure +++ /dev/null @@ -1,18 +0,0 @@ ---- configure.orig Wed Dec 14 09:07:01 2005 -+++ configure Wed Dec 14 09:07:01 2005 -@@ -22216,6 +22216,7 @@ - if eval "test \"\${$as_ac_var+set}\" = set"; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -+ LIBS="-lintl $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -22304,6 +22305,7 @@ - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF -+LIBS="-lintl $LIBS" - - fi - done diff --git a/editors/gedit/files/patch-gedit_gedit-module.c b/editors/gedit/files/patch-gedit_gedit-module.c deleted file mode 100644 index b12781557..000000000 --- a/editors/gedit/files/patch-gedit_gedit-module.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gedit/gedit-module.c.orig Fri Jan 6 12:19:53 2006 -+++ gedit/gedit-module.c Fri Jan 6 12:20:21 2006 -@@ -142,7 +142,7 @@ gedit_module_unload (GTypeModule *gmodul - - gedit_debug_message (DEBUG_PLUGINS, "Unloading %s", module->path); - -- g_module_close (module->library); -+ /*g_module_close (module->library);*/ - - module->library = NULL; - module->type = 0; 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 4648fe458..000000000 --- a/editors/gedit/pkg-plist +++ /dev/null @@ -1,597 +0,0 @@ -bin/gedit -bin/gnome-text-editor -include/gedit-%%VERSION%%/gedit/gedit-app.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-area.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.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-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/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 -%%PYTHON%%lib/gedit-2/plugins/externaltools/outputpanel.ui -%%PYTHON%%lib/gedit-2/plugins/externaltools/tools.ui -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/libsample.a -lib/gedit-2/plugins/libsample.la -lib/gedit-2/plugins/libsample.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/console.py -%%PYTHON%%lib/gedit-2/plugins/pythonconsole/console.pyc -%%PYTHON%%lib/gedit-2/plugins/pythonconsole/console.pyo -lib/gedit-2/plugins/sample.gedit-plugin -%%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 -%%PYTHON%%lib/gedit-2/plugins/snippets/snippets.ui -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%%/GeditMessageArea.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-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 -share/gedit-2/plugins/filebrowser/gedit-file-browser-widget-ui.xml -@exec mkdir -p %D/share/gedit-2/plugins/indent -@exec mkdir -p %D/share/gedit-2/plugins/sample -%%PYTHON%%share/gedit-2/plugins/snippets/c++.xml -%%PYTHON%%share/gedit-2/plugins/snippets/c.xml -%%PYTHON%%share/gedit-2/plugins/snippets/css.xml -%%PYTHON%%share/gedit-2/plugins/snippets/docbook.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/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/time/time.ui -%%PYTHON%%share/gedit-2/plugins/tools/build -%%PYTHON%%share/gedit-2/plugins/tools/open-terminal-here -%%PYTHON%%share/gedit-2/plugins/tools/remove-trailing-spaces -%%PYTHON%%share/gedit-2/plugins/tools/run-command -share/gedit-2/taglist/HTML.tags.gz -share/gedit-2/taglist/Latex.tags.gz -share/gedit-2/taglist/XSLT.tags.gz -share/gedit-2/taglist/XUL.tags.gz -share/gedit-2/ui/gedit-encodings-dialog.ui -share/gedit-2/ui/gedit-open-location-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/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/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/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/eu/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/eu/figures/gedit_window.png -share/gnome/help/gedit/eu/gedit.xml -share/gnome/help/gedit/eu/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/ro/figures/gedit_window.png -share/gnome/help/gedit/ro/gedit.xml -share/gnome/help/gedit/ro/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/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/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/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/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-bg.omf -share/omf/gedit/gedit-da.omf -share/omf/gedit/gedit-de.omf -share/omf/gedit/gedit-es.omf -share/omf/gedit/gedit-eu.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-ro.omf -share/omf/gedit/gedit-ru.omf -share/omf/gedit/gedit-sv.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/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/ro/figures -@dirrm share/gnome/help/gedit/ro -@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/eu/figures -@dirrm share/gnome/help/gedit/eu -@dirrm share/gnome/help/gedit/es/figures -@dirrm share/gnome/help/gedit/es -@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/bg/figures -@dirrm share/gnome/help/gedit/bg -@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/taglist -%%PYTHON%%@dirrm share/gedit-2/plugins/tools -@dirrm share/gedit-2/plugins/time -@dirrm share/gedit-2/plugins/spell -@dirrm share/gedit-2/plugins/sort -%%PYTHON%%@dirrm share/gedit-2/plugins/snippets/lang -%%PYTHON%%@dirrm share/gedit-2/plugins/snippets -@dirrm share/gedit-2/plugins/sample -@dirrm share/gedit-2/plugins/indent -@dirrm share/gedit-2/plugins/filebrowser -@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/pythonconsole -%%PYTHON%%@dirrm lib/gedit-2/plugins/externaltools -@dirrmtry lib/gedit-2/plugins -@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/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/editors/ghex/Makefile b/editors/ghex/Makefile deleted file mode 100644 index 0a7d6282b..000000000 --- a/editors/ghex/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: ghex2 -# Date created: 15 September 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= ghex -PORTVERSION= 2.22.0 -PORTREVISION= 1 -CATEGORIES= editors gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 hex editor - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeprintui libgnomeui \ - gnomedocutils -USE_GETTEXT= yes -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= ghex2.schemas - -.include <bsd.port.mk> diff --git a/editors/ghex/distinfo b/editors/ghex/distinfo deleted file mode 100644 index 22a7986a7..000000000 --- a/editors/ghex/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/ghex-2.22.0.tar.bz2) = 6f1ee7a56f7dd04bfba5ee74a639948a -SHA256 (gnome2/ghex-2.22.0.tar.bz2) = 5fc57ef88f392cd5f252406da39839717f5e066695f89cb78540ee51b8b5b1d0 -SIZE (gnome2/ghex-2.22.0.tar.bz2) = 1251521 diff --git a/editors/ghex/pkg-descr b/editors/ghex/pkg-descr deleted file mode 100644 index 5e1d9e9fb..000000000 --- a/editors/ghex/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -GHEX is a simple binary editor, allowing binary files to be edited in -both hex and ascii. It features find and replace functions and conversion -between binary, octal, decimal and hexadecimal values, making use of an -alternative, user-configurable MDI concept. - -WWW: http://www.gnome.org/ diff --git a/editors/ghex/pkg-plist b/editors/ghex/pkg-plist deleted file mode 100644 index 9f4edc750..000000000 --- a/editors/ghex/pkg-plist +++ /dev/null @@ -1,135 +0,0 @@ -bin/ghex2 -include/gtkhex/gtkhex.h -include/gtkhex/hex-document.h -lib/libgtkhex.a -lib/libgtkhex.la -lib/libgtkhex.so -lib/libgtkhex.so.0 -libdata/pkgconfig/gtkhex.pc -share/applications/ghex.desktop -share/gnome-2.0/ui/ghex-ui.xml -share/gnome/help/ghex2/C/figures/ghex_window_empty.png -share/gnome/help/ghex2/C/figures/ghex_window_open.png -share/gnome/help/ghex2/C/ghex2.xml -share/gnome/help/ghex2/C/legal.xml -share/gnome/help/ghex2/de/figures/ghex_window_empty.png -share/gnome/help/ghex2/de/figures/ghex_window_open.png -share/gnome/help/ghex2/de/ghex2.xml -share/gnome/help/ghex2/es/figures/ghex_window_empty.png -share/gnome/help/ghex2/es/figures/ghex_window_open.png -share/gnome/help/ghex2/es/ghex2.xml -share/gnome/help/ghex2/fr/figures/ghex_window_empty.png -share/gnome/help/ghex2/fr/figures/ghex_window_open.png -share/gnome/help/ghex2/fr/ghex2.xml -share/gnome/help/ghex2/it/figures/ghex_window_empty.png -share/gnome/help/ghex2/it/figures/ghex_window_open.png -share/gnome/help/ghex2/it/ghex2.xml -share/gnome/help/ghex2/ja/figures/ghex_window_empty.png -share/gnome/help/ghex2/ja/figures/ghex_window_open.png -share/gnome/help/ghex2/ja/ghex2.xml -share/gnome/help/ghex2/ko/figures/ghex_window_empty.png -share/gnome/help/ghex2/ko/figures/ghex_window_open.png -share/gnome/help/ghex2/ko/ghex2.xml -share/gnome/help/ghex2/oc/figures/ghex_window_empty.png -share/gnome/help/ghex2/oc/figures/ghex_window_open.png -share/gnome/help/ghex2/oc/ghex2.xml -share/gnome/help/ghex2/sv/figures/ghex_window_empty.png -share/gnome/help/ghex2/sv/figures/ghex_window_open.png -share/gnome/help/ghex2/sv/ghex2.xml -share/gnome/help/ghex2/zh_CN/figures/ghex_window_empty.png -share/gnome/help/ghex2/zh_CN/figures/ghex_window_open.png -share/gnome/help/ghex2/zh_CN/ghex2.xml -share/gnome/help/ghex2/zh_TW/figures/ghex_window_empty.png -share/gnome/help/ghex2/zh_TW/figures/ghex_window_open.png -share/gnome/help/ghex2/zh_TW/ghex2.xml -share/icons/hicolor/16x16/apps/ghex.png -share/icons/hicolor/22x22/apps/ghex.png -share/icons/hicolor/24x24/apps/ghex.png -share/icons/hicolor/32x32/apps/ghex.png -share/icons/hicolor/48x48/apps/ghex.png -share/icons/hicolor/scalable/apps/ghex.svg -share/locale/am/LC_MESSAGES/ghex-2.0.mo -share/locale/ar/LC_MESSAGES/ghex-2.0.mo -share/locale/az/LC_MESSAGES/ghex-2.0.mo -share/locale/be/LC_MESSAGES/ghex-2.0.mo -share/locale/bg/LC_MESSAGES/ghex-2.0.mo -share/locale/ca/LC_MESSAGES/ghex-2.0.mo -share/locale/cs/LC_MESSAGES/ghex-2.0.mo -share/locale/da/LC_MESSAGES/ghex-2.0.mo -share/locale/de/LC_MESSAGES/ghex-2.0.mo -share/locale/dz/LC_MESSAGES/ghex-2.0.mo -share/locale/el/LC_MESSAGES/ghex-2.0.mo -share/locale/en_CA/LC_MESSAGES/ghex-2.0.mo -share/locale/en_GB/LC_MESSAGES/ghex-2.0.mo -share/locale/es/LC_MESSAGES/ghex-2.0.mo -share/locale/et/LC_MESSAGES/ghex-2.0.mo -share/locale/eu/LC_MESSAGES/ghex-2.0.mo -share/locale/fi/LC_MESSAGES/ghex-2.0.mo -share/locale/fr/LC_MESSAGES/ghex-2.0.mo -share/locale/ga/LC_MESSAGES/ghex-2.0.mo -share/locale/gl/LC_MESSAGES/ghex-2.0.mo -share/locale/hr/LC_MESSAGES/ghex-2.0.mo -share/locale/hu/LC_MESSAGES/ghex-2.0.mo -share/locale/id/LC_MESSAGES/ghex-2.0.mo -share/locale/it/LC_MESSAGES/ghex-2.0.mo -share/locale/ja/LC_MESSAGES/ghex-2.0.mo -share/locale/ko/LC_MESSAGES/ghex-2.0.mo -share/locale/lv/LC_MESSAGES/ghex-2.0.mo -share/locale/mk/LC_MESSAGES/ghex-2.0.mo -share/locale/ml/LC_MESSAGES/ghex-2.0.mo -share/locale/ms/LC_MESSAGES/ghex-2.0.mo -share/locale/nb/LC_MESSAGES/ghex-2.0.mo -share/locale/ne/LC_MESSAGES/ghex-2.0.mo -share/locale/nl/LC_MESSAGES/ghex-2.0.mo -share/locale/nn/LC_MESSAGES/ghex-2.0.mo -share/locale/oc/LC_MESSAGES/ghex-2.0.mo -share/locale/pa/LC_MESSAGES/ghex-2.0.mo -share/locale/pl/LC_MESSAGES/ghex-2.0.mo -share/locale/pt/LC_MESSAGES/ghex-2.0.mo -share/locale/pt_BR/LC_MESSAGES/ghex-2.0.mo -share/locale/ro/LC_MESSAGES/ghex-2.0.mo -share/locale/ru/LC_MESSAGES/ghex-2.0.mo -share/locale/rw/LC_MESSAGES/ghex-2.0.mo -share/locale/sk/LC_MESSAGES/ghex-2.0.mo -share/locale/sl/LC_MESSAGES/ghex-2.0.mo -share/locale/sq/LC_MESSAGES/ghex-2.0.mo -share/locale/sr/LC_MESSAGES/ghex-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/ghex-2.0.mo -share/locale/sv/LC_MESSAGES/ghex-2.0.mo -share/locale/tr/LC_MESSAGES/ghex-2.0.mo -share/locale/uk/LC_MESSAGES/ghex-2.0.mo -share/locale/vi/LC_MESSAGES/ghex-2.0.mo -share/locale/wa/LC_MESSAGES/ghex-2.0.mo -share/locale/zh_CN/LC_MESSAGES/ghex-2.0.mo -share/locale/zh_TW/LC_MESSAGES/ghex-2.0.mo -@dirrm share/gnome/help/ghex2/zh_TW/figures -@dirrm share/gnome/help/ghex2/zh_TW -@dirrm share/gnome/help/ghex2/zh_CN/figures -@dirrm share/gnome/help/ghex2/zh_CN -@dirrm share/gnome/help/ghex2/sv/figures -@dirrm share/gnome/help/ghex2/sv -@dirrm share/gnome/help/ghex2/oc/figures -@dirrm share/gnome/help/ghex2/oc -@dirrm share/gnome/help/ghex2/ko/figures -@dirrm share/gnome/help/ghex2/ko -@dirrm share/gnome/help/ghex2/ja/figures -@dirrm share/gnome/help/ghex2/ja -@dirrm share/gnome/help/ghex2/it/figures -@dirrm share/gnome/help/ghex2/it -@dirrm share/gnome/help/ghex2/fr/figures -@dirrm share/gnome/help/ghex2/fr -@dirrm share/gnome/help/ghex2/es/figures -@dirrm share/gnome/help/ghex2/es -@dirrm share/gnome/help/ghex2/de/figures -@dirrm share/gnome/help/ghex2/de -@dirrm share/gnome/help/ghex2/C/figures -@dirrm share/gnome/help/ghex2/C -@dirrm share/gnome/help/ghex2 -@dirrm include/gtkhex -@dirrmtry share/applications -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile deleted file mode 100644 index 15626aac3..000000000 --- a/finance/gnucash/Makefile +++ /dev/null @@ -1,107 +0,0 @@ -# Ports collection makefile for: gnucash -# Date created: Mon Feb 03, 1997 -# Whom: David O'Brien (obrien@NUXI.com) -# -# $FreeBSD: ports/finance/gnucash/Makefile,v 1.126 2008/10/10 08:33:01 kwm Exp $ -# $MCom: ports/finance/gnucash/Makefile,v 1.25 2008/10/10 08:49:19 kwm Exp $ -# - -PORTNAME= gnucash -PORTVERSION= 2.2.7 -PORTREVISION= 1 -CATEGORIES= finance gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://www.gnucash.org/pub/gnucash/sources/stable/ -MASTER_SITE_SUBDIR= gnucash - -MAINTAINER= ahze@FreeBSD.org -COMMENT= Quicken-like money and finance manager - -BUILD_DEPENDS= guile>=1.6.8_2:${PORTSDIR}/lang/guile \ - ${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ - goffice-0.8.7:${PORTSDIR}/devel/goffice -RUN_DEPENDS= guile>=1.6.8_2:${PORTSDIR}/lang/guile \ - ${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile \ - ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${SITE_PERL}/Finance/Quote.pm:${PORTSDIR}/finance/p5-Finance-Quote \ - ${SITE_PERL}/HTML/TableExtract.pm:${PORTSDIR}/www/p5-HTML-TableExtract \ - ${SITE_PERL}/Finance/QuoteHist.pm:${PORTSDIR}/finance/p5-Finance-QuoteHist \ - ${LOCALBASE}/share/omf/gnucash-docs/gnucash-guide-C.omf:${PORTSDIR}/finance/gnucash-docs - -OPTIONS= AQBANKING "AqBanking support (HBCI/OpenHBCI)" off \ - OFX "OFX support" off \ - POSTGRESQL "Enable Postgresql as Backend" off - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_XORG= xpm x11 -USE_GMAKE= yes -USE_PERL5= yes -INSTALLS_ICONS= yes -USE_GNOME= gnomeprefix libgsf_gnome libglade2 \ - libgnomeprint libgnomeprintui gtkhtml3 -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" -GC_LIBS= -L${LOCALBASE}/lib -lintl -CONFIGURE_ARGS=--with-glib-config=${GLIB_CONFIG} \ - --disable-error-on-warning - -MAN1= gnc-prices.1 gnucash.1 -INFO= gnucash-design - -GCONF_SCHEMAS= apps_gnucash_dialog_business_common.schemas \ - apps_gnucash_dialog_commodities.schemas \ - apps_gnucash_dialog_common.schemas \ - apps_gnucash_dialog_prices.schemas \ - apps_gnucash_dialog_print_checks.schemas \ - apps_gnucash_dialog_reconcile.schemas \ - apps_gnucash_dialog_scheduled_transctions.schemas \ - apps_gnucash_dialog_totd.schemas \ - apps_gnucash_general.schemas \ - apps_gnucash_history.schemas \ - apps_gnucash_import_generic_matcher.schemas \ - apps_gnucash_import_qif.schemas \ - apps_gnucash_warnings.schemas \ - apps_gnucash_window_pages_account_tree.schemas \ - apps_gnucash_window_pages_register.schemas - -.include <bsd.port.pre.mk> - -# WITH_OPENHBCI is old synonym for aqbanking option -.if defined(WITH_AQBANKING) || defined(WITH_OPENHBCI) -LIB_DEPENDS+= aqbanking.21:${PORTSDIR}/finance/aqbanking \ - ktoblzcheck.6:${PORTSDIR}/finance/ktoblzcheck -GCONF_SCHEMAS+= apps_gnucash_dialog_hbci.schemas -CONFIGURE_ARGS+=--enable-hbci -GC_LIBS+= -laqbanking -PLIST_SUB+= AQBANKING="" -.else -CONFIGURE_ARGS+=--disable-hbci -PLIST_SUB+= AQBANKING="@comment " -.endif - -.if defined(WITH_OFX) -CONFIGURE_ARGS+=--enable-ofx -LIB_DEPENDS+= ofx.4:${PORTSDIR}/finance/libofx -PLIST_SUB+= OFX="" -.else -CONFIGURE_ARGS+=--disable-ofx -PLIST_SUB+= OFX="@comment " -.endif - -.if defined(WITH_POSTGRESQL) -CONFIGURE_ARGS+=--enable-sql -PLIST_SUB+= PGBACKEND="" -USE_PGSQL+= yes -GC_LIBS+= -lpq -.else -CONFIGURE_ARGS+=--disable-sql -PLIST_SUB+= PGBACKEND="@comment " -.endif - -CONFIGURE_ENV+= LIBS="${GC_LIBS}" - -.include <bsd.port.post.mk> diff --git a/finance/gnucash/distinfo b/finance/gnucash/distinfo deleted file mode 100644 index d9e71e8f8..000000000 --- a/finance/gnucash/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnucash-2.2.7.tar.bz2) = 0f3f324c274b136070b769aa10591ccf -SHA256 (gnucash-2.2.7.tar.bz2) = aaa558e76427b7a990287089a6e0e5ecb0f4404e0343a7200e1588f60ffab1e8 -SIZE (gnucash-2.2.7.tar.bz2) = 7362491 diff --git a/finance/gnucash/pkg-descr b/finance/gnucash/pkg-descr deleted file mode 100644 index db12731a5..000000000 --- a/finance/gnucash/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Gnucash is the next generation of money manager created from a merger of -X-Accountant and GnoMoney. - -Its features include: - -* Ability to import Quicken files ( a must ) -* Reports, Graphs, and all of those goodies that you find in Quicken. -* Gnome compliant ( if that is the correct way to put it ) -* Separate the GUI from the actual "account/transaction engine" -* Multiple accounts ( Check, Credit, Cash, Mutual Funds, etc.. ) - -WWW: http://www.gnucash.org/ diff --git a/finance/gnucash/pkg-plist b/finance/gnucash/pkg-plist deleted file mode 100644 index 83029d7ee..000000000 --- a/finance/gnucash/pkg-plist +++ /dev/null @@ -1,938 +0,0 @@ -bin/gnc-fq-check -bin/gnc-fq-dump -bin/gnc-fq-helper -bin/gnc-fq-update -bin/gnc-test-env -bin/gnucash -bin/gnucash-bin -bin/gnucash-env -bin/gnucash-make-guids -bin/gnucash-valgrind -bin/update-gnucash-gconf -etc/gnucash/config -include/gnucash/Account.h -include/gnucash/FreqSpec.h -include/gnucash/GNCId.h -include/gnucash/Period.h -include/gnucash/Query.h -include/gnucash/QueryCore.h -include/gnucash/QueryNew.h -include/gnucash/QueryObject.h -include/gnucash/QuickFill.h -include/gnucash/Recurrence.h -include/gnucash/SX-book.h -include/gnucash/SX-ttinfo.h -include/gnucash/SchedXaction.h -include/gnucash/Scrub.h -include/gnucash/Scrub2.h -include/gnucash/Scrub3.h -include/gnucash/Split.h -include/gnucash/TransLog.h -include/gnucash/Transaction.h -include/gnucash/account-quickfill.h -include/gnucash/basiccell.h -include/gnucash/binreloc.h -include/gnucash/cap-gains.h -include/gnucash/cashobjects.h -include/gnucash/cell-factory.h -include/gnucash/cellblock.h -include/gnucash/checkboxcell.h -include/gnucash/combocell.h -include/gnucash/datecell.h -include/gnucash/deprecated.h -include/gnucash/dialog-account.h -include/gnucash/dialog-book-close.h -include/gnucash/dialog-column-view.h -include/gnucash/dialog-commodity.h -include/gnucash/dialog-options.h -include/gnucash/dialog-preferences.h -include/gnucash/dialog-query-list.h -include/gnucash/dialog-reset-warnings.h -include/gnucash/dialog-search.h -include/gnucash/dialog-style-sheet.h -include/gnucash/dialog-totd.h -include/gnucash/dialog-transfer.h -include/gnucash/dialog-utils.h -include/gnucash/druid-gconf-setup.h -include/gnucash/druid-gnc-xml-import.h -include/gnucash/druid-utils.h -include/gnucash/engine-helpers.h -include/gnucash/file-utils.h -include/gnucash/formulacell.h -include/gnucash/gfec.h -include/gnucash/glib-helpers.h -include/gnucash/gnc-account-merge.h -include/gnucash/gnc-account-sel.h -include/gnucash/gnc-accounting-period.h -include/gnucash/gnc-amount-edit.h -include/gnucash/gnc-associate-account.h -include/gnucash/gnc-basic-gobject.h -include/gnucash/gnc-book.h -include/gnucash/gnc-budget.h -include/gnucash/gnc-commodity-edit.h -include/gnucash/gnc-commodity.h -include/gnucash/gnc-component-manager.h -include/gnucash/gnc-currency-edit.h -include/gnucash/gnc-date-delta.h -include/gnucash/gnc-date-edit.h -include/gnucash/gnc-date-format.h -include/gnucash/gnc-date-p.h -include/gnucash/gnc-date.h -include/gnucash/gnc-dense-cal-model.h -include/gnucash/gnc-dense-cal-store.h -include/gnucash/gnc-dense-cal.h -include/gnucash/gnc-dialog.h -include/gnucash/gnc-druid-cb.h -include/gnucash/gnc-druid-gnome-ui.h -include/gnucash/gnc-druid-provider-desc-edge.h -include/gnucash/gnc-druid-provider-desc-file.h -include/gnucash/gnc-druid-provider-desc-multifile.h -include/gnucash/gnc-druid-provider-desc.h -include/gnucash/gnc-druid-provider-file-cb.h -include/gnucash/gnc-druid-provider.h -include/gnucash/gnc-druid.h -include/gnucash/gnc-embedded-window.h -include/gnucash/gnc-engine.h -include/gnucash/gnc-euro.h -include/gnucash/gnc-event.h -include/gnucash/gnc-exp-parser.h -include/gnucash/gnc-file.h -include/gnucash/gnc-filepath-utils.h -include/gnucash/gnc-frequency.h -include/gnucash/gnc-general-search.h -include/gnucash/gnc-general-select.h -include/gnucash/gnc-gettext-util.h -include/gnucash/gnc-gnome-utils.h -include/gnucash/gnc-gui-query.h -include/gnucash/gnc-help-utils.h -include/gnucash/gnc-helpers.h -include/gnucash/gnc-hooks.h -include/gnucash/gnc-html-graph-gog.h -include/gnucash/gnc-html-history.h -include/gnucash/gnc-html.h -include/gnucash/gnc-icons.h -include/gnucash/gnc-import-desc-format.h -include/gnucash/gnc-import-format-cb.h -include/gnucash/gnc-main-window.h -include/gnucash/gnc-menu-extensions.h -include/gnucash/gnc-module-api.h -include/gnucash/gnc-module.h -include/gnucash/gnc-numeric.h -include/gnucash/gnc-path.h -include/gnucash/gnc-period-select.h -include/gnucash/gnc-plugin-file-history.h -include/gnucash/gnc-plugin-manager.h -include/gnucash/gnc-plugin-menu-additions.h -include/gnucash/gnc-plugin-page-report.h -include/gnucash/gnc-plugin-page.h -include/gnucash/gnc-plugin.h -include/gnucash/gnc-pricedb.h -include/gnucash/gnc-query-list.h -include/gnucash/gnc-recurrence.h -include/gnucash/gnc-report.h -include/gnucash/gnc-session-scm.h -include/gnucash/gnc-session.h -include/gnucash/gnc-splash.h -include/gnucash/gnc-sx-instance-dense-cal-adapter.h -include/gnucash/gnc-sx-instance-model.h -include/gnucash/gnc-sx-list-tree-model-adapter.h -include/gnucash/gnc-tree-model-account-types.h -include/gnucash/gnc-tree-model-account.h -include/gnucash/gnc-tree-model-budget.h -include/gnucash/gnc-tree-model-commodity.h -include/gnucash/gnc-tree-model-price.h -include/gnucash/gnc-tree-model.h -include/gnucash/gnc-tree-view-account.h -include/gnucash/gnc-tree-view-commodity.h -include/gnucash/gnc-tree-view-price.h -include/gnucash/gnc-tree-view-sx-list.h -include/gnucash/gnc-tree-view.h -include/gnucash/gnc-ui-common.h -include/gnucash/gnc-ui-util.h -include/gnucash/gnc-window.h -include/gnucash/gncObject.h -include/gnucash/gtable.h -include/gnucash/guid.h -include/gnucash/guile-util.h -include/gnucash/import-match-map.h -include/gnucash/import-parse.h -include/gnucash/kvp-scm.h -include/gnucash/kvp-util-p.h -include/gnucash/kvp-util.h -include/gnucash/kvp_frame.h -include/gnucash/misc-gnome-utils.h -include/gnucash/numcell.h -include/gnucash/option-util.h -include/gnucash/policy.h -include/gnucash/pricecell.h -include/gnucash/print-session.h -include/gnucash/qof-gobject.h -include/gnucash/qof.h -include/gnucash/qofbackend-p.h -include/gnucash/qofbackend.h -include/gnucash/qofbook.h -include/gnucash/qofbookmerge.h -include/gnucash/qofchoice.h -include/gnucash/qofclass.h -include/gnucash/qofevent.h -include/gnucash/qofgobj.h -include/gnucash/qofid-p.h -include/gnucash/qofid.h -include/gnucash/qofinstance-p.h -include/gnucash/qofinstance.h -include/gnucash/qofla-dir.h -include/gnucash/qoflog.h -include/gnucash/qofobject.h -include/gnucash/qofquery.h -include/gnucash/qofquerycore.h -include/gnucash/qofreference.h -include/gnucash/qofsession.h -include/gnucash/qofsql.h -include/gnucash/qofutil.h -include/gnucash/quickfillcell.h -include/gnucash/recncell.h -include/gnucash/register-common.h -include/gnucash/table-allgui.h -include/gnucash/table-control.h -include/gnucash/table-layout.h -include/gnucash/table-model.h -include/gnucash/window-main-summarybar.h -include/gnucash/window-report.h -lib/gnucash/libgncmod-app-utils.la -lib/gnucash/libgncmod-app-utils.so -lib/gnucash/libgncmod-backend-file.la -lib/gnucash/libgncmod-backend-file.so -lib/gnucash/libgncmod-business-backend-file.la -lib/gnucash/libgncmod-business-backend-file.so -lib/gnucash/libgncmod-business-core.la -lib/gnucash/libgncmod-business-core.so -lib/gnucash/libgncmod-business-gnome.la -lib/gnucash/libgncmod-business-gnome.so -lib/gnucash/libgncmod-business-utils.la -lib/gnucash/libgncmod-business-utils.so -lib/gnucash/libgncmod-calculation.la -lib/gnucash/libgncmod-calculation.so -lib/gnucash/libgncmod-dialog-tax-table.la -lib/gnucash/libgncmod-dialog-tax-table.so -lib/gnucash/libgncmod-engine.la -lib/gnucash/libgncmod-engine.so -lib/gnucash/libgncmod-generic-import.la -lib/gnucash/libgncmod-generic-import.so -lib/gnucash/libgncmod-gnome-search.la -lib/gnucash/libgncmod-gnome-search.so -lib/gnucash/libgncmod-gnome-utils.la -lib/gnucash/libgncmod-gnome-utils.so -%%AQBANKING%%lib/gnucash/libgncmod-hbci.la -%%AQBANKING%%lib/gnucash/libgncmod-hbci.so -lib/gnucash/libgncmod-ledger-core.la -lib/gnucash/libgncmod-ledger-core.so -lib/gnucash/libgncmod-locale-reports-us.la -lib/gnucash/libgncmod-locale-reports-us.so -lib/gnucash/libgncmod-log-replay.la -lib/gnucash/libgncmod-log-replay.so -%%OFX%%lib/gnucash/libgncmod-ofx.la -%%OFX%%lib/gnucash/libgncmod-ofx.so -lib/gnucash/libgncmod-qif-import.la -lib/gnucash/libgncmod-qif-import.so -lib/gnucash/libgncmod-qif.la -lib/gnucash/libgncmod-qif.so -lib/gnucash/libgncmod-qif.so.0 -lib/gnucash/libgncmod-register-core.la -lib/gnucash/libgncmod-register-core.so -lib/gnucash/libgncmod-register-gnome.la -lib/gnucash/libgncmod-register-gnome.so -lib/gnucash/libgncmod-report-gnome.la -lib/gnucash/libgncmod-report-gnome.so -lib/gnucash/libgncmod-report-system.la -lib/gnucash/libgncmod-report-system.so -lib/gnucash/libgncmod-standard-reports.la -lib/gnucash/libgncmod-standard-reports.so -lib/gnucash/libgncmod-stylesheets.la -lib/gnucash/libgncmod-stylesheets.so -lib/gnucash/libgncmod-tax-us.la -lib/gnucash/libgncmod-tax-us.so -lib/gnucash/libgncmod-utility-reports.la -lib/gnucash/libgncmod-utility-reports.so -lib/gnucash/libgncqof-backend-qsf.la -lib/gnucash/libgncqof-backend-qsf.so -lib/libgnc-backend-file-utils.la -lib/libgnc-backend-file-utils.so -lib/libgnc-backend-file-utils.so.0 -%%PGBACKEND%%lib/libgnc-backend-postgres.la -%%PGBACKEND%%lib/libgnc-backend-postgres.so -lib/libgnc-business-ledger.la -lib/libgnc-business-ledger.so -lib/libgnc-business-ledger.so.0 -lib/libgnc-core-utils.la -lib/libgnc-core-utils.so -lib/libgnc-core-utils.so.0 -lib/libgnc-gnome.la -lib/libgnc-gnome.so -lib/libgnc-gnome.so.0 -lib/libgnc-module.la -lib/libgnc-module.so -lib/libgnc-module.so.0 -lib/libgnc-qof.la -lib/libgnc-qof.so -lib/libgnc-qof.so.1 -libexec/gnucash/overrides/gnucash-env -libexec/gnucash/overrides/gnucash-make-guids -libexec/gnucash/overrides/guile -share/applications/gnucash.desktop -share/gnucash/accounts/C/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/C/acctchrt_business.gnucash-xea -share/gnucash/accounts/C/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/C/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/C/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/C/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/C/acctchrt_common.gnucash-xea -share/gnucash/accounts/C/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/C/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/C/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/C/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/C/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/C/acctchrt_renter.gnucash-xea -share/gnucash/accounts/C/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/C/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/C/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/da/acctchrt_car.gnucash-xea -share/gnucash/accounts/da/acctchrt_common.gnucash-xea -share/gnucash/accounts/da/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/da/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/de_AT/acctchrt_auto.gnucash-xea -share/gnucash/accounts/de_AT/acctchrt_autoloan.gnucash-xea -share/gnucash/accounts/de_AT/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/de_AT/acctchrt_business.gnucash-xea -share/gnucash/accounts/de_AT/acctchrt_common.gnucash-xea -share/gnucash/accounts/de_AT/acctchrt_houseown.gnucash-xea -share/gnucash/accounts/de_AT/acctchrt_investment.gnucash-xea -share/gnucash/accounts/de_AT/acctchrt_kids.gnucash-xea -share/gnucash/accounts/de_CH/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/de_CH/acctchrt_chkmu.gnucash-xea -share/gnucash/accounts/de_CH/acctchrt_common.gnucash-xea -share/gnucash/accounts/de_CH/acctchrt_kids.gnucash-xea -share/gnucash/accounts/de_CH/acctchrt_otherasset.gnucash-xea -share/gnucash/accounts/de_CH/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_auto.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_autoloan.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_common.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_houseown.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_investment.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_kids.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_otherasset.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_skr03.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_skr04.gnucash-xea -share/gnucash/accounts/de_DE/acctchrt_studium.gnucash-xea -share/gnucash/accounts/el_GR/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/el_GR/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/el_GR/acctchrt_common.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_business.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_common.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_renter.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/en_GB/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/en_GB/uk-vat.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_common.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_currency.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_renter.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/es_ES/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_common.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_currency.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_renter.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/es_MX/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_actifsfixes.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_automobile.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_basecommune.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_cdmarchemon.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_chequier.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_conjointretraite.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_conjointrev.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_courtage.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_etudeemprunt.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_garderie.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_locataire.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_proprietaire.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_retraite.gnucash-xea -share/gnucash/accounts/fr_CA/acctchrt_revenus.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_business.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_common.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_currency.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_renter.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/fr_CH/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_business.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_common.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_currency.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_renter.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/fr_FR/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_business.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_common.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_renter.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/hu_HU/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/it/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/it/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/it/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/it/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/it/acctchrt_common.gnucash-xea -share/gnucash/accounts/it/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/it/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/it/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/it/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/it/acctchrt_renter.gnucash-xea -share/gnucash/accounts/it/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/it/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/it/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/ja/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/ja/acctchrt_business.gnucash-xea -share/gnucash/accounts/ja/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/ja/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/ja/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/ja/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/ja/acctchrt_common.gnucash-xea -share/gnucash/accounts/ja/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/ja/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/ja/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/ja/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/ja/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/ja/acctchrt_renter.gnucash-xea -share/gnucash/accounts/ja/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/ja/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/ja/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/nb/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/nb/acctchrt_business.gnucash-xea -share/gnucash/accounts/nb/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/nb/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/nb/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/nb/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/nb/acctchrt_common.gnucash-xea -share/gnucash/accounts/nb/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/nb/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/nb/acctchrt_full.gnucash-xea -share/gnucash/accounts/nb/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/nb/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/nb/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/nb/acctchrt_renter.gnucash-xea -share/gnucash/accounts/nb/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/nb/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/nb/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_common.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_currency.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_renter.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/pt_BR/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_common.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_renter.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/pt_PT/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/ru/acctchrt_common.gnucash-xea -share/gnucash/accounts/ru/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/ru/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/ru/acctchrt_renter.gnucash-xea -share/gnucash/accounts/sk/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/sk/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/sk/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/sk/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/sk/acctchrt_common.gnucash-xea -share/gnucash/accounts/sk/acctchrt_currency.gnucash-xea -share/gnucash/accounts/sk/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/sk/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/sk/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/sk/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/sk/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/sk/acctchrt_renter.gnucash-xea -share/gnucash/accounts/sk/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/sk/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/sk/acctchrt_spouseretire.gnucash-xea -share/gnucash/accounts/tr_TR/acctchrt_TEKDUZ.gnucash-xea -share/gnucash/accounts/tr_TR/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/tr_TR/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/tr_TR/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/tr_TR/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/tr_TR/acctchrt_common.gnucash-xea -share/gnucash/accounts/tr_TR/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/tr_TR/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_brokerage.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_business.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_carloan.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_cdmoneymkt.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_checkbook.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_childcare.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_common.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_eduloan.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_fixedassets.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_homeloan.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_homeown.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_otherloan.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_renter.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_retiremt.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_spouseinc.gnucash-xea -share/gnucash/accounts/zh_CN/acctchrt_spouseretire.gnucash-xea -share/gnucash/checks/deluxe.chk -share/gnucash/checks/liberty.chk -share/gnucash/checks/quicken.chk -share/gnucash/checks/quicken_wallet.chk -share/gnucash/doc/AUTHORS -share/gnucash/doc/COPYING -share/gnucash/doc/ChangeLog -share/gnucash/doc/ChangeLog.2003 -share/gnucash/doc/ChangeLog.2004 -share/gnucash/doc/ChangeLog.2005 -share/gnucash/doc/ChangeLog.2006 -share/gnucash/doc/ChangeLog.2007 -share/gnucash/doc/DOCUMENTERS -share/gnucash/doc/HACKING -share/gnucash/doc/INSTALL -share/gnucash/doc/LICENSE -share/gnucash/doc/NEWS -share/gnucash/doc/README -share/gnucash/doc/README-de.win32-bin.txt -share/gnucash/doc/README-fr.win32-bin.txt -share/gnucash/doc/README.dependencies -share/gnucash/doc/README.francais -share/gnucash/doc/README.german -share/gnucash/doc/README.patches -share/gnucash/doc/README.win32-bin.txt -share/gnucash/doc/examples/Money95bank_fr.qif -share/gnucash/doc/examples/Money95invst_fr.qif -share/gnucash/doc/examples/Money95mfunds_fr.qif -share/gnucash/doc/examples/Money95stocks_fr.qif -share/gnucash/doc/examples/README -share/gnucash/doc/examples/abc-all.qif -share/gnucash/doc/examples/abc.qif -share/gnucash/doc/examples/bogus.qif -share/gnucash/doc/examples/cbb-export.qif -share/gnucash/doc/examples/currency.xac -share/gnucash/doc/examples/currency_tree_xml.xac -share/gnucash/doc/examples/every.qif -share/gnucash/doc/examples/ms-money.qif -share/gnucash/doc/examples/quicktest.qif -share/gnucash/doc/examples/splitdemo.xac -share/gnucash/doc/examples/swipe.qif -share/gnucash/doc/examples/taxreport.xac -share/gnucash/doc/examples/test.xac -share/gnucash/doc/examples/test2.xac -share/gnucash/doc/examples/test3.xac -share/gnucash/doc/examples/test4.xac -share/gnucash/doc/examples/trading.xac -share/gnucash/doc/examples/trading2.xac -share/gnucash/doc/examples/web.qif -share/gnucash/doc/examples/xfer.xac -share/gnucash/doc/guile-hackers.txt -share/gnucash/doc/projects.html -share/gnucash/glade/account.glade -share/gnucash/glade/acctperiod.glade -share/gnucash/glade/billterms.glade -share/gnucash/glade/budget.glade -share/gnucash/glade/businessprefs.glade -share/gnucash/glade/chart-export.glade -share/gnucash/glade/choose-owner.glade -share/gnucash/glade/commodities.glade -share/gnucash/glade/commodity.glade -share/gnucash/glade/customer.glade -share/gnucash/glade/date-close.glade -share/gnucash/glade/dialog-book-close.glade -share/gnucash/glade/dialog-query-list.glade -share/gnucash/glade/dialog-reset-warnings.glade -share/gnucash/glade/druid-gconf-setup.glade -share/gnucash/glade/druid-gnc-xml-import.glade -share/gnucash/glade/druid-provider-multifile.glade -share/gnucash/glade/employee.glade -share/gnucash/glade/exchange-dialog.glade -share/gnucash/glade/fincalc.glade -share/gnucash/glade/generic-import.glade -share/gnucash/glade/gnc-date-format.glade -share/gnucash/glade/gnc-gui-query.glade -%%AQBANKING%%share/gnucash/glade/hbci.glade -%%AQBANKING%%share/gnucash/glade/hbcipass.glade -%%AQBANKING%%share/gnucash/glade/hbciprefs.glade -share/gnucash/glade/import-provider-format.glade -share/gnucash/glade/invoice.glade -share/gnucash/glade/job.glade -share/gnucash/glade/lots.glade -share/gnucash/glade/merge.glade -share/gnucash/glade/newuser.glade -share/gnucash/glade/order.glade -share/gnucash/glade/payment.glade -share/gnucash/glade/preferences.glade -share/gnucash/glade/price.glade -share/gnucash/glade/print.glade -share/gnucash/glade/progress.glade -share/gnucash/glade/qif.glade -share/gnucash/glade/reconcile.glade -share/gnucash/glade/register.glade -share/gnucash/glade/report.glade -share/gnucash/glade/sched-xact.glade -share/gnucash/glade/search.glade -share/gnucash/glade/stocks.glade -share/gnucash/glade/tax-tables.glade -share/gnucash/glade/tax.glade -share/gnucash/glade/totd.glade -share/gnucash/glade/transfer.glade -share/gnucash/glade/userpass.glade -share/gnucash/glade/vendor.glade -share/gnucash/gnome -share/gnucash/guile-modules/gnucash/app-utils.scm -share/gnucash/guile-modules/gnucash/business-core.scm -share/gnucash/guile-modules/gnucash/business-gnome.scm -share/gnucash/guile-modules/gnucash/business-utils.scm -share/gnucash/guile-modules/gnucash/core-utils.scm -share/gnucash/guile-modules/gnucash/dialog-tax-table.scm -share/gnucash/guile-modules/gnucash/engine.scm -share/gnucash/guile-modules/gnucash/gnc-module.scm -share/gnucash/guile-modules/gnucash/gnome-utils.scm -share/gnucash/guile-modules/gnucash/import-export/qif-import.scm -share/gnucash/guile-modules/gnucash/main.scm -share/gnucash/guile-modules/gnucash/price-quotes.scm -share/gnucash/guile-modules/gnucash/report/account-piecharts.scm -share/gnucash/guile-modules/gnucash/report/account-summary.scm -share/gnucash/guile-modules/gnucash/report/advanced-portfolio.scm -share/gnucash/guile-modules/gnucash/report/aging.scm -share/gnucash/guile-modules/gnucash/report/average-balance.scm -share/gnucash/guile-modules/gnucash/report/balance-sheet.scm -share/gnucash/guile-modules/gnucash/report/budget.scm -share/gnucash/guile-modules/gnucash/report/business-reports.scm -share/gnucash/guile-modules/gnucash/report/cash-flow.scm -share/gnucash/guile-modules/gnucash/report/category-barchart.scm -share/gnucash/guile-modules/gnucash/report/daily-reports.scm -share/gnucash/guile-modules/gnucash/report/easy-invoice.scm -share/gnucash/guile-modules/gnucash/report/equity-statement.scm -share/gnucash/guile-modules/gnucash/report/fancy-invoice.scm -share/gnucash/guile-modules/gnucash/report/general-journal.scm -share/gnucash/guile-modules/gnucash/report/general-ledger.scm -share/gnucash/guile-modules/gnucash/report/hello-world.scm -share/gnucash/guile-modules/gnucash/report/income-statement.scm -share/gnucash/guile-modules/gnucash/report/invoice.scm -share/gnucash/guile-modules/gnucash/report/locale-specific/de_DE.scm -share/gnucash/guile-modules/gnucash/report/locale-specific/us.scm -share/gnucash/guile-modules/gnucash/report/net-barchart.scm -share/gnucash/guile-modules/gnucash/report/owner-report.scm -share/gnucash/guile-modules/gnucash/report/payables.scm -share/gnucash/guile-modules/gnucash/report/portfolio.scm -share/gnucash/guile-modules/gnucash/report/price-scatter.scm -share/gnucash/guile-modules/gnucash/report/receivables.scm -share/gnucash/guile-modules/gnucash/report/register.scm -share/gnucash/guile-modules/gnucash/report/report-gnome.scm -share/gnucash/guile-modules/gnucash/report/report-system.scm -share/gnucash/guile-modules/gnucash/report/standard-reports.scm -share/gnucash/guile-modules/gnucash/report/stylesheet-easy.scm -share/gnucash/guile-modules/gnucash/report/stylesheet-fancy.scm -share/gnucash/guile-modules/gnucash/report/stylesheet-plain.scm -share/gnucash/guile-modules/gnucash/report/stylesheets.scm -share/gnucash/guile-modules/gnucash/report/taxtxf-de_DE.scm -share/gnucash/guile-modules/gnucash/report/taxtxf.scm -share/gnucash/guile-modules/gnucash/report/transaction.scm -share/gnucash/guile-modules/gnucash/report/trial-balance.scm -share/gnucash/guile-modules/gnucash/report/utility-reports.scm -share/gnucash/guile-modules/gnucash/report/view-column.scm -share/gnucash/guile-modules/gnucash/report/welcome-to-gnucash.scm -share/gnucash/guile-modules/gnucash/tax/de_DE.scm -share/gnucash/guile-modules/gnucash/tax/us.scm -share/gnucash/guile-modules/www/cgi.scm -share/gnucash/guile-modules/www/http.scm -share/gnucash/guile-modules/www/main.scm -share/gnucash/guile-modules/www/url.scm -share/gnucash/pixmaps/gnc-account-16.png -share/gnucash/pixmaps/gnc-account-delete-16.png -share/gnucash/pixmaps/gnc-account-delete.png -share/gnucash/pixmaps/gnc-account-edit-16.png -share/gnucash/pixmaps/gnc-account-edit.png -share/gnucash/pixmaps/gnc-account-new-16.png -share/gnucash/pixmaps/gnc-account-new.png -share/gnucash/pixmaps/gnc-account-open-16.png -share/gnucash/pixmaps/gnc-account-open.png -share/gnucash/pixmaps/gnc-account.png -share/gnucash/pixmaps/gnc-invoice-16.png -share/gnucash/pixmaps/gnc-invoice-edit-16.png -share/gnucash/pixmaps/gnc-invoice-edit.png -share/gnucash/pixmaps/gnc-invoice-post-16.png -share/gnucash/pixmaps/gnc-invoice-post.png -share/gnucash/pixmaps/gnc-invoice-unpost-16.png -share/gnucash/pixmaps/gnc-invoice-unpost.png -share/gnucash/pixmaps/gnc-invoice.png -share/gnucash/pixmaps/gnc-jumpto-16.png -share/gnucash/pixmaps/gnc-jumpto.png -share/gnucash/pixmaps/gnc-split-trans-16.png -share/gnucash/pixmaps/gnc-split-trans.png -share/gnucash/pixmaps/gnc-sx-new-16.png -share/gnucash/pixmaps/gnc-sx-new.png -share/gnucash/pixmaps/gnc-transfer-16.png -share/gnucash/pixmaps/gnc-transfer.png -share/gnucash/pixmaps/gnucash-icon-16x16.png -share/gnucash/pixmaps/gnucash-icon-32x32.png -share/gnucash/pixmaps/gnucash-icon-48x48.bmp -share/gnucash/pixmaps/gnucash-icon-48x48.png -share/gnucash/pixmaps/gnucash-icon.ico -share/gnucash/pixmaps/gnucash_splash.png -share/gnucash/pixmaps/stock_split_title.png -share/gnucash/pixmaps/stock_split_watermark.png -share/gnucash/scm/build-config.scm -share/gnucash/scm/business-options.scm -share/gnucash/scm/business-prefs.scm -share/gnucash/scm/c-interface.scm -share/gnucash/scm/command-line.scm -share/gnucash/scm/commodity-table.scm -share/gnucash/scm/commodity-utilities.scm -share/gnucash/scm/config-var.scm -share/gnucash/scm/date-utilities.scm -share/gnucash/scm/doc.scm -share/gnucash/scm/engine-interface.scm -share/gnucash/scm/engine-utilities.scm -share/gnucash/scm/fin.scm -share/gnucash/scm/gnc-menu-extensions.scm -share/gnucash/scm/gnc-numeric.scm -share/gnucash/scm/gnumeric/gnumeric-utilities.scm -share/gnucash/scm/gnumeric/table-utils.scm -share/gnucash/scm/hooks.scm -share/gnucash/scm/html-acct-table.scm -share/gnucash/scm/html-barchart.scm -share/gnucash/scm/html-document.scm -share/gnucash/scm/html-piechart.scm -share/gnucash/scm/html-scatter.scm -share/gnucash/scm/html-style-info.scm -share/gnucash/scm/html-style-sheet.scm -share/gnucash/scm/html-table.scm -share/gnucash/scm/html-text.scm -share/gnucash/scm/html-utilities.scm -share/gnucash/scm/main-window.scm -share/gnucash/scm/options-utilities.scm -share/gnucash/scm/options.scm -share/gnucash/scm/prefs.scm -share/gnucash/scm/qif-import/qif-dialog-utils.scm -share/gnucash/scm/qif-import/qif-file.scm -share/gnucash/scm/qif-import/qif-guess-map.scm -share/gnucash/scm/qif-import/qif-import.scm -share/gnucash/scm/qif-import/qif-merge-groups.scm -share/gnucash/scm/qif-import/qif-objects.scm -share/gnucash/scm/qif-import/qif-parse.scm -share/gnucash/scm/qif-import/qif-to-gnc.scm -share/gnucash/scm/qif-import/qif-utils.scm -share/gnucash/scm/report-utilities.scm -share/gnucash/scm/report.scm -share/gnucash/scm/simple-obj.scm -share/gnucash/scm/string.scm -share/gnucash/scm/substring-search.scm -share/gnucash/scm/txf-de_DE.scm -share/gnucash/scm/txf-help-de_DE.scm -share/gnucash/scm/txf-help.scm -share/gnucash/scm/txf.scm -share/gnucash/scm/xml-generator.scm -share/gnucash/tip_of_the_day.list -share/gnucash/ui/gnc-main-window-ui.xml -share/gnucash/ui/gnc-plugin-account-tree-ui.xml -share/gnucash/ui/gnc-plugin-basic-commands-ui.xml -share/gnucash/ui/gnc-plugin-budget-ui.xml -share/gnucash/ui/gnc-plugin-business-ui.xml -share/gnucash/ui/gnc-plugin-file-history-ui.xml -%%AQBANKING%%share/gnucash/ui/gnc-plugin-hbci-ui.xml -share/gnucash/ui/gnc-plugin-log-replay-ui.xml -%%OFX%%share/gnucash/ui/gnc-plugin-ofx-ui.xml -share/gnucash/ui/gnc-plugin-page-account-tree-ui.xml -share/gnucash/ui/gnc-plugin-page-budget-ui.xml -share/gnucash/ui/gnc-plugin-page-invoice-ui.xml -share/gnucash/ui/gnc-plugin-page-register-ui.xml -share/gnucash/ui/gnc-plugin-page-report-ui.xml -share/gnucash/ui/gnc-plugin-page-sx-list-ui.xml -share/gnucash/ui/gnc-plugin-page-sxregister-ui.xml -share/gnucash/ui/gnc-plugin-qif-import-ui.xml -share/gnucash/ui/gnc-plugin-register-ui.xml -share/gnucash/ui/gnc-plugin-stylesheets-ui.xml -share/gnucash/ui/gnc-reconcile-window-ui.xml -share/gnucash/ui/gnc-sxed-to-create-window-ui.xml -share/gnucash/ui/gnc-sxed-window-ui-full.xml -share/gnucash/ui/gnc-sxed-window-ui.xml -share/gnucash/xml/qsf/pilot-qsf-GnuCashInvoice.xml -share/gnucash/xml/qsf/pilot-qsf-gncCustomer.xml -share/gnucash/xml/qsf/qsf-map.xsd.xml -share/gnucash/xml/qsf/qsf-object.xsd.xml -share/icons/hicolor/16x16/apps/gnucash-icon.png -share/icons/hicolor/22x22/apps/gnucash-icon.png -share/icons/hicolor/24x24/apps/gnucash-icon.png -share/icons/hicolor/32x32/apps/gnucash-icon.png -share/icons/hicolor/48x48/apps/gnucash-icon.png -share/icons/hicolor/scalable/apps/gnucash-icon.svg -share/locale/ca/LC_MESSAGES/gnucash.mo -share/locale/cs/LC_MESSAGES/gnucash.mo -share/locale/da/LC_MESSAGES/gnucash.mo -share/locale/de/LC_MESSAGES/gnucash.mo -share/locale/de_CH/LC_MESSAGES/gnucash.mo -share/locale/el/LC_MESSAGES/gnucash.mo -share/locale/en_GB/LC_MESSAGES/gnucash.mo -share/locale/es/LC_MESSAGES/gnucash.mo -share/locale/es_NI/LC_MESSAGES/gnucash.mo -share/locale/eu/LC_MESSAGES/gnucash.mo -share/locale/fi/LC_MESSAGES/gnucash.mo -share/locale/fr/LC_MESSAGES/gnucash.mo -share/locale/he/LC_MESSAGES/gnucash.mo -share/locale/hu/LC_MESSAGES/gnucash.mo -share/locale/it/LC_MESSAGES/gnucash.mo -share/locale/ja/LC_MESSAGES/gnucash.mo -share/locale/nb/LC_MESSAGES/gnucash.mo -share/locale/ne/LC_MESSAGES/gnucash.mo -share/locale/nl/LC_MESSAGES/gnucash.mo -share/locale/pl/LC_MESSAGES/gnucash.mo -share/locale/pt/LC_MESSAGES/gnucash.mo -share/locale/pt_BR/LC_MESSAGES/gnucash.mo -share/locale/ro/LC_MESSAGES/gnucash.mo -share/locale/ru/LC_MESSAGES/gnucash.mo -share/locale/rw/LC_MESSAGES/gnucash.mo -share/locale/sk/LC_MESSAGES/gnucash.mo -share/locale/sv/LC_MESSAGES/gnucash.mo -share/locale/ta/LC_MESSAGES/gnucash.mo -share/locale/tr/LC_MESSAGES/gnucash.mo -share/locale/uk/LC_MESSAGES/gnucash.mo -share/locale/vi/LC_MESSAGES/gnucash.mo -share/locale/zh_CN/LC_MESSAGES/gnucash.mo -share/locale/zh_TW/LC_MESSAGES/gnucash.mo -share/xml/gnucash/xsl/README -share/xml/gnucash/xsl/date-time.xsl -share/xml/gnucash/xsl/gnucash-gnccustomer-vcard2.xsl -share/xml/gnucash/xsl/gnucash-std.xsl -share/xml/gnucash/xsl/string.xsl -share/xml/gnucash/xsl/vcard-gnccustomer.pl -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/es_NI/LC_MESSAGES -@dirrmtry share/locale/es_NI -@dirrmtry share/locale/de_CH/LC_MESSAGES -@dirrmtry share/locale/de_CH -@dirrm share/xml/gnucash/xsl -@dirrm share/xml/gnucash -@dirrm share/gnucash/xml/qsf -@dirrm share/gnucash/xml -@dirrm share/gnucash/ui -@dirrm share/gnucash/scm/qif-import -@dirrm share/gnucash/scm/gnumeric -@dirrm share/gnucash/scm -@dirrm share/gnucash/pixmaps -@dirrm share/gnucash/guile-modules/www -@dirrm share/gnucash/guile-modules/srfi -@dirrm share/gnucash/guile-modules/gnucash/tax -@dirrm share/gnucash/guile-modules/gnucash/report/locale-specific -@dirrm share/gnucash/guile-modules/gnucash/report -@dirrm share/gnucash/guile-modules/gnucash/import-export -@dirrm share/gnucash/guile-modules/gnucash -@dirrm share/gnucash/guile-modules -@dirrm share/gnucash/glade -@dirrm share/gnucash/doc/examples -@dirrm share/gnucash/doc -@dirrm share/gnucash/checks -@dirrm share/gnucash/accounts/zh_CN -@dirrm share/gnucash/accounts/tr_TR -@dirrm share/gnucash/accounts/sk -@dirrm share/gnucash/accounts/ru -@dirrm share/gnucash/accounts/pt_PT -@dirrm share/gnucash/accounts/pt_BR -@dirrm share/gnucash/accounts/nb -@dirrm share/gnucash/accounts/ja -@dirrm share/gnucash/accounts/it -@dirrm share/gnucash/accounts/hu_HU -@dirrm share/gnucash/accounts/fr_FR -@dirrm share/gnucash/accounts/fr_CH -@dirrm share/gnucash/accounts/fr_CA -@dirrm share/gnucash/accounts/es_MX -@dirrm share/gnucash/accounts/es_ES -@dirrm share/gnucash/accounts/en_GB -@dirrm share/gnucash/accounts/el_GR -@dirrm share/gnucash/accounts/de_DE -@dirrm share/gnucash/accounts/de_CH -@dirrm share/gnucash/accounts/de_AT -@dirrm share/gnucash/accounts/da -@dirrm share/gnucash/accounts/C -@dirrm share/gnucash/accounts -@dirrm share/gnucash -@dirrm libexec/gnucash/overrides -@dirrm libexec/gnucash -@dirrm lib/gnucash -@dirrm include/gnucash -@dirrm etc/gnucash -@dirrmtry share/applications diff --git a/games/gnome-games-extra-data/Makefile b/games/gnome-games-extra-data/Makefile deleted file mode 100644 index 3238753db..000000000 --- a/games/gnome-games-extra-data/Makefile +++ /dev/null @@ -1,28 +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.23 2008/08/30 22:10:56 kwm Exp $ -# - -PORTNAME= gnome-games-extra-data -PORTVERSION= 2.24.0 -CATEGORIES= games gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-games-extra-data/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -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 af6078d30..000000000 --- a/games/gnome-games-extra-data/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-games-extra-data-2.24.0.tar.bz2) = 6167bd439e1923c127885e253be4fdbe -SHA256 (gnome2/gnome-games-extra-data-2.24.0.tar.bz2) = d2e34b861cafcacbbbe28fdb61ef89811d7f6945671369095d2a38e599731369 -SIZE (gnome2/gnome-games-extra-data-2.24.0.tar.bz2) = 4785628 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 1f979791c..000000000 --- a/games/gnome-games-extra-data/pkg-plist +++ /dev/null @@ -1,37 +0,0 @@ -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 -share/gnome-games-common/cards/anglo_bitmap.svg -share/gnome-games-common/cards/anglo.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/pixmaps/glines/classic.png -share/pixmaps/glines/dots.png -share/pixmaps/glines/gumball.png -share/pixmaps/glines/pulse.png -share/pixmaps/gnobots2/cows.png -share/pixmaps/gnobots2/eggs.png -share/pixmaps/gnobots2/mice.png -share/pixmaps/gnometris/5blocks-tig.png -share/pixmaps/gnometris/5blocks-tim.png -share/pixmaps/gnometris/5blocks.png -share/pixmaps/gnometris/7blocks.png -share/pixmaps/gnometris/7stones-gn.png -share/pixmaps/gnometris/7stones2-gn.png -share/pixmaps/iagno/blend.png -share/pixmaps/iagno/flipblend.png -share/pixmaps/iagno/metal.png -share/pixmaps/iagno/metal2.png -share/pixmaps/iagno/shrink.png -share/pixmaps/iagno/sunmoon.png -share/pixmaps/mahjongg/default.png -share/pixmaps/mahjongg/default2.png -share/pixmaps/mahjongg/greek-letters.png -share/pixmaps/mahjongg/maya.png -share/pixmaps/mahjongg/seta.png diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile deleted file mode 100644 index f6a98966d..000000000 --- a/games/gnome-games/Makefile +++ /dev/null @@ -1,64 +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.186 2008/11/03 19:55:14 mezz Exp $ -# - -PORTNAME= gnome-games -PORTVERSION= 2.24.2 -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.19:${PORTSDIR}/lang/guile \ - 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 -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 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 - -.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 8ab516ee8..000000000 --- a/games/gnome-games/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-games-2.24.2.tar.bz2) = ed86a6fe212fc6b6175f1ac2baca8abb -SHA256 (gnome2/gnome-games-2.24.2.tar.bz2) = 5e8fffbbc7b946a478a0c849e89df4e3d30746330bed5bc4caa433654ef95a37 -SIZE (gnome2/gnome-games-2.24.2.tar.bz2) = 19324778 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 227ece48b..000000000 --- a/games/gnome-games/pkg-plist +++ /dev/null @@ -1,2142 +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 -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/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/builtin_models.py -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/builtin_models.pyc -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/builtin_models.pyo -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/new_models.py -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/new_models.pyc -%%PYTHON_SITELIBDIR%%/glchess/scene/opengl/new_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/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/gtk_goodies/image_extras.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/image_extras.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/gtk_goodies/image_extras.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_labeller.py -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_labeller.pyc -%%PYTHON_SITELIBDIR%%/gnome_sudoku/sudoku_labeller.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 -@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 -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.glade -share/glchess/glchess.glade -share/glchess/load_game.glade -share/glchess/log.glade -share/glchess/network_game.glade -share/glchess/new_game.glade -share/glchess/preferences.glade -share/glchess/save_game.glade -share/gnect/white_ob.cn4.gz -share/gnibbles/level001.gnl -share/gnibbles/level002.gnl -share/gnibbles/level003.gnl -share/gnibbles/level004.gnl -share/gnibbles/level005.gnl -share/gnibbles/level006.gnl -share/gnibbles/level007.gnl -share/gnibbles/level008.gnl -share/gnibbles/level009.gnl -share/gnibbles/level010.gnl -share/gnibbles/level011.gnl -share/gnibbles/level012.gnl -share/gnibbles/level013.gnl -share/gnibbles/level014.gnl -share/gnibbles/level015.gnl -share/gnibbles/level016.gnl -share/gnibbles/level017.gnl -share/gnibbles/level018.gnl -share/gnibbles/level019.gnl -share/gnibbles/level020.gnl -share/gnibbles/level021.gnl -share/gnibbles/level022.gnl -share/gnibbles/level023.gnl -share/gnibbles/level024.gnl -share/gnibbles/level025.gnl -share/gnibbles/level026.gnl -share/gnobots2/classic_robots.cfg -share/gnobots2/nightmare.cfg -share/gnobots2/robots2.cfg -share/gnobots2/robots2_easy.cfg -share/gnobots2/robots_with_safe_teleport.cfg -share/gnome-games-common/cards/gnomangelo_bitmap.svg -%%DATADIR%%/aisleriot/games/agnes.scm -%%DATADIR%%/aisleriot/games/athena.scm -%%DATADIR%%/aisleriot/games/auld_lang_syne.scm -%%DATADIR%%/aisleriot/games/aunt_mary.scm -%%DATADIR%%/aisleriot/games/backbone.scm -%%DATADIR%%/aisleriot/games/bakers_dozen.scm -%%DATADIR%%/aisleriot/games/bakers_game.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/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/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/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%%/blackjack/rules/Ameristar.rules -%%DATADIR%%/blackjack/rules/Atlantic_City.rules -%%DATADIR%%/blackjack/rules/Vegas_Downtown.rules -%%DATADIR%%/blackjack/rules/Vegas_Strip.rules -%%DATADIR%%/gnotski/gnotski.svg -%%DATADIR%%/icons/hicolor/24x24/actions/teleport-random.png -%%DATADIR%%/icons/hicolor/24x24/actions/teleport.png -%%DATADIR%%/icons/hicolor/scalable/actions/cards-deal.svg -%%DATADIR%%/mahjongg/maps/mahjongg.map -%%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/print_games.glade -share/gnome-sudoku/puzzle_generator.glade -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.glade -share/gnome-sudoku/tracker.glade -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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/da/gnobots2.xml -share/gnome/help/gnobots2/da/legal.xml -share/gnome/help/gnobots2/de/figures/gnobots2-main.png -share/gnome/help/gnobots2/de/gnobots2.xml -share/gnome/help/gnobots2/es/figures/gnobots2-main.png -share/gnome/help/gnobots2/es/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/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/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/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/de/gnometris.xml -share/gnome/help/gnometris/el/gnometris.xml -share/gnome/help/gnometris/es/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/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/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/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/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/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/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/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/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/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/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/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/da/gtali.xml -share/gnome/help/gtali/da/legal.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/es/figures/mainwindow.png -share/gnome/help/gtali/es/figures/preferences.png -share/gnome/help/gtali/es/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/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/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/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/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/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/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/play.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/play.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/de/figures/play.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/en_GB/figures/play.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/play.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/fr/figures/play.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/play.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/play.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/play.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/play.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-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/ca/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/la/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-es.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-de.omf -share/omf/blackjack/blackjack-el.omf -share/omf/blackjack/blackjack-es.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-de.omf -share/omf/glchess/glchess-el.omf -share/omf/glchess/glchess-es.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-de.omf -share/omf/glines/glines-en_GB.omf -share/omf/glines/glines-es.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-de.omf -share/omf/gnect/gnect-en_GB.omf -share/omf/gnect/gnect-es.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-de.omf -share/omf/gnibbles/gnibbles-es.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-de.omf -share/omf/gnobots2/gnobots2-es.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-games/gnobots2-da.omf -share/omf/gnome-games/gtali-da.omf -share/omf/gnome-sudoku/gnome-sudoku-C.omf -share/omf/gnome-sudoku/gnome-sudoku-ca.omf -share/omf/gnome-sudoku/gnome-sudoku-da.omf -share/omf/gnome-sudoku/gnome-sudoku-de.omf -share/omf/gnome-sudoku/gnome-sudoku-es.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-de.omf -share/omf/gnometris/gnometris-el.omf -share/omf/gnometris/gnometris-es.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/gnomine/gnomine-C.omf -share/omf/gnomine/gnomine-ca.omf -share/omf/gnomine/gnomine-de.omf -share/omf/gnomine/gnomine-es.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/gnotravex/gnotravex-C.omf -share/omf/gnotravex/gnotravex-ca.omf -share/omf/gnotravex/gnotravex-de.omf -share/omf/gnotravex/gnotravex-el.omf -share/omf/gnotravex/gnotravex-es.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-de.omf -share/omf/gnotski/gnotski-es.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-de.omf -share/omf/gtali/gtali-es.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-de.omf -share/omf/iagno/iagno-es.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-de.omf -share/omf/mahjongg/mahjongg-es.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-de.omf -share/omf/same-gnome/same-gnome-en_GB.omf -share/omf/same-gnome/same-gnome-es.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 -share/pixmaps/glchess/board.png -share/pixmaps/glchess/piece.png -share/pixmaps/glines/balls.svg -share/pixmaps/glines/shapes.svg -share/pixmaps/gnect/bg_grotty.jpg -share/pixmaps/gnect/bg_nightfall.jpg -share/pixmaps/gnect/bg_toplight.png -share/pixmaps/gnect/tileset_50x50_catseyes.png -share/pixmaps/gnect/tileset_50x50_glassy.png -share/pixmaps/gnect/tileset_50x50_hcinverse.svg -share/pixmaps/gnect/tileset_50x50_hcontrast.svg -share/pixmaps/gnect/tileset_50x50_square.png -share/pixmaps/gnect/tileset_50x50_sunspot.svg -share/pixmaps/gnibbles/blank.svg -share/pixmaps/gnibbles/bonus1.svg -share/pixmaps/gnibbles/bonus2.svg -share/pixmaps/gnibbles/bonus3.svg -share/pixmaps/gnibbles/bonus4.svg -share/pixmaps/gnibbles/bonus5.svg -share/pixmaps/gnibbles/diamond.svg -share/pixmaps/gnibbles/gnibbles-logo.svg -share/pixmaps/gnibbles/life.svg -share/pixmaps/gnibbles/questionmark.svg -share/pixmaps/gnibbles/snake-blue.svg -share/pixmaps/gnibbles/snake-cyan.svg -share/pixmaps/gnibbles/snake-green.svg -share/pixmaps/gnibbles/snake-grey.svg -share/pixmaps/gnibbles/snake-magenta.svg -share/pixmaps/gnibbles/snake-red.svg -share/pixmaps/gnibbles/snake-yellow.svg -share/pixmaps/gnibbles/wall-corner-bottom-left.svg -share/pixmaps/gnibbles/wall-corner-bottom-right.svg -share/pixmaps/gnibbles/wall-corner-top-left.svg -share/pixmaps/gnibbles/wall-corner-top-right.svg -share/pixmaps/gnibbles/wall-cross.svg -share/pixmaps/gnibbles/wall-empty.svg -share/pixmaps/gnibbles/wall-straight-side.svg -share/pixmaps/gnibbles/wall-straight-up.svg -share/pixmaps/gnibbles/wall-tee-down.svg -share/pixmaps/gnibbles/wall-tee-left.svg -share/pixmaps/gnibbles/wall-tee-right.svg -share/pixmaps/gnibbles/wall-tee-up.svg -share/pixmaps/gnobots2/aieee.png -share/pixmaps/gnobots2/boo.svg -share/pixmaps/gnobots2/gnomes.png -share/pixmaps/gnobots2/robots.svg -share/pixmaps/gnobots2/splat.png -share/pixmaps/gnobots2/ufo.svg -share/pixmaps/gnobots2/yahoo.png -share/pixmaps/gnome-sudoku/footprints.png -share/pixmaps/gnometris/7blocks-gw.png -share/pixmaps/gnometris/7blocks-tig.png -share/pixmaps/gnometris/gnometris.svg -share/pixmaps/gnomine/bang.svg -share/pixmaps/gnomine/face-cool.svg -share/pixmaps/gnomine/face-sad.svg -share/pixmaps/gnomine/face-smile.svg -share/pixmaps/gnomine/face-win.svg -share/pixmaps/gnomine/face-worried.svg -share/pixmaps/gnomine/flag-question.svg -share/pixmaps/gnomine/flag.svg -share/pixmaps/gnomine/mine.svg -share/pixmaps/gnomine/warning.svg -share/pixmaps/gnotravex/baize.png -share/pixmaps/gtali/gnome-dice-1.svg -share/pixmaps/gtali/gnome-dice-2.svg -share/pixmaps/gtali/gnome-dice-3.svg -share/pixmaps/gtali/gnome-dice-4.svg -share/pixmaps/gtali/gnome-dice-5.svg -share/pixmaps/gtali/gnome-dice-6.svg -share/pixmaps/gtali/gnome-dice-none.svg -share/pixmaps/gtali/kismet-none.svg -share/pixmaps/gtali/kismet1.svg -share/pixmaps/gtali/kismet2.svg -share/pixmaps/gtali/kismet3.svg -share/pixmaps/gtali/kismet4.svg -share/pixmaps/gtali/kismet5.svg -share/pixmaps/gtali/kismet6.svg -share/pixmaps/iagno/classic.png -share/pixmaps/iagno/woodtrim.png -share/pixmaps/mahjongg/postmodern.svg -share/pixmaps/mahjongg/smooth.png -@dirrm share/pixmaps/mahjongg -@dirrm share/pixmaps/iagno -@dirrm share/pixmaps/gtali -@dirrm share/pixmaps/gnotravex -@dirrm share/pixmaps/gnomine -@dirrm share/pixmaps/gnometris -@dirrm share/pixmaps/gnome-sudoku -@dirrm share/pixmaps/gnobots2 -@dirrm share/pixmaps/gnibbles -@dirrm share/pixmaps/gnect -@dirrm share/pixmaps/glines -@dirrm share/pixmaps/glchess -@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/gnome-games -@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/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/de/figures -@dirrm share/gnome/help/same-gnome/de -@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/es/figures -@dirrm share/gnome/help/mahjongg/es -@dirrm share/gnome/help/mahjongg/de/figures -@dirrm share/gnome/help/mahjongg/de -@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/es/figures -@dirrm share/gnome/help/iagno/es -@dirrm share/gnome/help/iagno/de/figures -@dirrm share/gnome/help/iagno/de -@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/es/figures -@dirrm share/gnome/help/gtali/es -@dirrm share/gnome/help/gtali/de/figures -@dirrm share/gnome/help/gtali/de -@dirrm share/gnome/help/gtali/da -@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/es/figures -@dirrm share/gnome/help/gnotski/es -@dirrm share/gnome/help/gnotski/de/figures -@dirrm share/gnome/help/gnotski/de -@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/es/figures -@dirrm share/gnome/help/gnotravex/es -@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/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/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/es/figures -@dirrm share/gnome/help/gnomine/es -@dirrm share/gnome/help/gnomine/de/figures -@dirrm share/gnome/help/gnomine/de -@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/sv -@dirrm share/gnome/help/gnometris/oc -@dirrm share/gnome/help/gnometris/it -@dirrm share/gnome/help/gnometris/fr -@dirrm share/gnome/help/gnometris/es -@dirrm share/gnome/help/gnometris/el -@dirrm share/gnome/help/gnometris/de -@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/es/figures -@dirrm share/gnome/help/gnome-sudoku/es -@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/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/es/figures -@dirrm share/gnome/help/gnobots2/es -@dirrm share/gnome/help/gnobots2/de/figures -@dirrm share/gnome/help/gnobots2/de -@dirrm share/gnome/help/gnobots2/da -@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/es/figures -@dirrm share/gnome/help/gnibbles/es -@dirrm share/gnome/help/gnibbles/de/figures -@dirrm share/gnome/help/gnibbles/de -@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/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/de/figures -@dirrm share/gnome/help/gnect/de -@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/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/de/figures -@dirrm share/gnome/help/glines/de -@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/es/figures -@dirrm share/gnome/help/glchess/es -@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/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/es/figures -@dirrm share/gnome/help/blackjack/es -@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/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/es/figures -@dirrm share/gnome/help/aisleriot/es -@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 -@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/maps -@dirrm %%DATADIR%%/mahjongg -@dirrm %%DATADIR%%/icons/hicolor/scalable/actions -@dirrm %%DATADIR%%/icons/hicolor/scalable -@dirrm %%DATADIR%%/icons/hicolor/24x24/actions -@dirrm %%DATADIR%%/icons/hicolor/24x24 -@dirrm %%DATADIR%%/icons/hicolor -@dirrm %%DATADIR%%/icons -@dirrm %%DATADIR%%/gnotski -@dirrm %%DATADIR%%/blackjack/rules -@dirrm %%DATADIR%%/blackjack/pixmaps -@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/gnobots2 -@dirrm share/gnibbles -@dirrm share/gnect -@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/la/LC_MESSAGES -@dirrmtry share/locale/la -@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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile deleted file mode 100644 index 35515acd0..000000000 --- a/graphics/cairo/Makefile +++ /dev/null @@ -1,80 +0,0 @@ -# New ports collection makefile for: cairo -# Date created: 2004-10-06 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/cairo/Makefile,v 1.88 2008/11/16 18:18:05 marcus Exp $ -# - -PORTNAME= cairo -PORTVERSION= 1.8.6 -PORTREVISION?= 0 -PORTEPOCH?= 1 -CATEGORIES= graphics -MASTER_SITES= http://cairographics.org/releases/ -#MASTER_SITES= http://cairographics.org/snapshots/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Vector graphics library with cross-device output support - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - png.5:${PORTSDIR}/graphics/png \ - fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - pixman-1.9:${PORTSDIR}/x11/pixman - -CONFIGURE_ARGS= --with-html-dir=${DOCSDIR} \ - --enable-pdf \ - --enable-ps -USE_GNOME= gnomehack ltverhack referencehack -USE_AUTOTOOLS= libtool:15 -USE_LDCONFIG= yes - -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ - LDFLAGS="${PTHREAD_LIBS}" - -.if defined(WITHOUT_X11) -CONFIGURE_ARGS+=--disable-xlib -PLIST_SUB+= X11="@comment " -.else -USE_XORG+= xrender -PLIST_SUB+= X11="" -.endif - -OPTIONS+= GLITZ "Enable Glitz OpenGL Support" Off \ - XCB "Enable XCB (X C-language Binding) Support" On - -.include <bsd.port.pre.mk> - -.if defined(WITH_GLITZ) -LIB_DEPENDS+= glitz-glx.1:${PORTSDIR}/graphics/glitz -CONFIGURE_ARGS+= --enable-glitz -PLIST_SUB+= GLITZ="" -.else -CONFIGURE_ARGS+= --disable-glitz -PLIST_SUB+= GLITZ="@comment " -.endif - -.ifdef(WITH_XCB) -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util -RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xcb-renderutil.pc:${PORTSDIR}/x11/xcb-util -CONFIGURE_ARGS+= --enable-xcb -PLIST_SUB+= XCB="" -.else -CONFIGURE_ARGS+= --disable-xcb -PLIST_SUB+= XCB="@comment " -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \ - ${WRKSRC}/test/Makefile.in - @${REINPLACE_CMD} -e 's|-lcairo|-lcairo ${PTHREAD_LIBS}|' \ - ${WRKSRC}/src/*.pc.in - @${REINPLACE_CMD} -e 's|src test doc|src doc|; \ - s|@CAIRO_HAS_PNG_FUNCTIONS_TRUE@am__append_1 = test||' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.post.mk> - -.endif diff --git a/graphics/cairo/distinfo b/graphics/cairo/distinfo deleted file mode 100644 index 0c7bb07ea..000000000 --- a/graphics/cairo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (cairo-1.8.6.tar.gz) = 4e64139ef6f668df24450f3b81dd0771 -SHA256 (cairo-1.8.6.tar.gz) = 93a347af0cecf258be8fb54265b16a0fb16317df4a32896141d2987c30773535 -SIZE (cairo-1.8.6.tar.gz) = 6616544 diff --git a/graphics/cairo/files/patch-src_cairoint.h b/graphics/cairo/files/patch-src_cairoint.h deleted file mode 100644 index a9b3ce480..000000000 --- a/graphics/cairo/files/patch-src_cairoint.h +++ /dev/null @@ -1,14 +0,0 @@ ---- src/cairoint.h.orig Sun Oct 15 18:02:35 2006 -+++ src/cairoint.h Sun Oct 15 18:10:11 2006 -@@ -50,6 +50,11 @@ - #include "config.h" - #endif - -+#ifndef INT16_MAX -+#define INT16_MAX 0x7fff -+#define INT16_MIN (-0x7fff-1) -+#endif -+ - #include <assert.h> - #include <stdlib.h> - #include <string.h> diff --git a/graphics/cairo/pkg-descr b/graphics/cairo/pkg-descr deleted file mode 100644 index 4fd137a19..000000000 --- a/graphics/cairo/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Cairo is a vector graphics library with cross-device output -support. Currently supported output targets include the X Window -System and in-memory image buffers. PostScript and PDF file output is -planned. Cairo is designed to produce identical output on all output -media while taking advantage of display hardware acceleration when -available (eg. through the X Render Extension). - -Cairo provides a stateful user-level API with capabilities similar to -the PDF 1.4 imaging model. Cairo provides operations including stroking -and filling Bezier cubic splines, transforming and compositing translucent -images, and antialiased text rendering. - -WWW: http://www.cairographics.org diff --git a/graphics/cairo/pkg-plist b/graphics/cairo/pkg-plist deleted file mode 100644 index ec0206e6a..000000000 --- a/graphics/cairo/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -include/cairo/cairo-deprecated.h -include/cairo/cairo-features.h -include/cairo/cairo-ft.h -%%GLITZ%%include/cairo/cairo-glitz.h -include/cairo/cairo-pdf.h -include/cairo/cairo-ps.h -include/cairo/cairo-svg.h -include/cairo/cairo-version.h -%%XCB%%include/cairo/cairo-xcb-xrender.h -%%XCB%%include/cairo/cairo-xcb.h -%%X11%%include/cairo/cairo-xlib-xrender.h -%%X11%%include/cairo/cairo-xlib.h -include/cairo/cairo.h -lib/libcairo.a -lib/libcairo.la -lib/libcairo.so -lib/libcairo.so.2 -libdata/pkgconfig/cairo.pc -libdata/pkgconfig/cairo-ft.pc -%%GLITZ%%libdata/pkgconfig/cairo-glitz.pc -libdata/pkgconfig/cairo-pdf.pc -libdata/pkgconfig/cairo-png.pc -libdata/pkgconfig/cairo-ps.pc -libdata/pkgconfig/cairo-svg.pc -%%XCB%%libdata/pkgconfig/cairo-xcb.pc -%%X11%%libdata/pkgconfig/cairo-xlib.pc -%%X11%%libdata/pkgconfig/cairo-xlib-xrender.pc -@dirrm include/cairo diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile deleted file mode 100644 index 67b12974b..000000000 --- a/graphics/eog/Makefile +++ /dev/null @@ -1,49 +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.87 2008/10/20 22:27:43 kwm Exp $ -# - -PORTNAME= eog -PORTVERSION= 2.24.2 -CATEGORIES= graphics gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The Eye Of Gnome image viewer - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack librsvg2 desktopfileutils \ - gnomedesktop -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> - -.if !defined(WITHOUT_EXIF) || (exists(${LOCALBASE}/lib/libexif.so.12) || \ - defined(WITH_EXIF)) -LIB_DEPENDS+= exif.12:${PORTSDIR}/graphics/libexif -.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 e1fab8058..000000000 --- a/graphics/eog/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/eog-2.24.2.tar.bz2) = 219896d7b33016bc9b0485937e737d9f -SHA256 (gnome2/eog-2.24.2.tar.bz2) = e6edcc0b97b2b23db87ea444ba8e7a42ce29b524f1bf41cb020007bf8ceac1b0 -SIZE (gnome2/eog-2.24.2.tar.bz2) = 2277300 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 66e1a4e9c..000000000 --- a/graphics/eog/pkg-plist +++ /dev/null @@ -1,420 +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-error-message-area.h -include/eog-2.20/eog/eog-exif-details.h -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%%/EogJobSaveAs.html -%%DOCSDIR%%/EogListStore.html -%%DOCSDIR%%/EogMessageArea.html -%%DOCSDIR%%/EogMetadataReaderJpg.html -%%DOCSDIR%%/EogMetadataReaderPng.html -%%DOCSDIR%%/EogPixbufCellRenderer.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.glade -%%DATADIR%%/eog-multiple-save-as-dialog.glade -%%DATADIR%%/eog-preferences-dialog.glade -%%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/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/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/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/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/bs/LC_MESSAGES/eog.mo -share/locale/ca/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/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/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-da.omf -share/omf/eog/eog-de.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-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/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/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/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/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/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/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/graphics/evince/Makefile b/graphics/evince/Makefile deleted file mode 100644 index ae383344d..000000000 --- a/graphics/evince/Makefile +++ /dev/null @@ -1,117 +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.113 2008/10/20 22:34:06 kwm Exp $ -# - -PORTNAME= evince -PORTVERSION= 2.24.2 -CATEGORIES= graphics print gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 multi-format document viewer - -LIB_DEPENDS= poppler-glib.3:${PORTSDIR}/graphics/poppler-gtk \ - spectre.1:${PORTSDIR}/print/libspectre - -USE_LDCONFIG= yes -USE_BZIP2= yes -USE_AUTOTOOLS= libtool:15 -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" -CONFIGURE_ARGS= --with-print=gtk - -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 -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.21:${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 caeb882f6..000000000 --- a/graphics/evince/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/evince-2.24.2.tar.bz2) = f0f9e06a93516b238ee24ac38d68b57c -SHA256 (gnome2/evince-2.24.2.tar.bz2) = aa6f29c93413e206b0e30fc241b4e5aa8d67c94baff50b9b92147543516e6bce -SIZE (gnome2/evince-2.24.2.tar.bz2) = 1717166 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 38808c3f4..000000000 --- a/graphics/evince/pkg-plist +++ /dev/null @@ -1,379 +0,0 @@ -bin/evince -bin/evince-thumbnailer -include/evince-2.20/evince/ev-async-renderer.h -include/evince-2.20/evince/ev-attachment.h -include/evince-2.20/evince/ev-document-find.h -include/evince-2.20/evince/ev-document-fonts.h -include/evince-2.20/evince/ev-document-forms.h -include/evince-2.20/evince/ev-document-images.h -include/evince-2.20/evince/ev-document-info.h -include/evince-2.20/evince/ev-document-links.h -include/evince-2.20/evince/ev-document-misc.h -include/evince-2.20/evince/ev-document-security.h -include/evince-2.20/evince/ev-document-thumbnails.h -include/evince-2.20/evince/ev-document-transition.h -include/evince-2.20/evince/ev-document.h -include/evince-2.20/evince/ev-file-exporter.h -include/evince-2.20/evince/ev-file-helpers.h -include/evince-2.20/evince/ev-form-field.h -include/evince-2.20/evince/ev-image.h -include/evince-2.20/evince/ev-link-action.h -include/evince-2.20/evince/ev-link-dest.h -include/evince-2.20/evince/ev-link.h -include/evince-2.20/evince/ev-page.h -include/evince-2.20/evince/ev-render-context.h -include/evince-2.20/evince/ev-selection.h -include/evince-2.20/evince/ev-transition-effect.h -%%COMICS%%lib/evince/backends/comicsdocument.evince-backend -%%DJVU%%lib/evince/backends/djvudocument.evince-backend -%%DVI%%lib/evince/backends/dvidocument.evince-backend -%%IMPRESS%%lib/evince/backends/impressdocument.evince-backend -%%COMICS%%lib/evince/backends/libcomicsdocument.a -%%COMICS%%lib/evince/backends/libcomicsdocument.la -%%COMICS%%lib/evince/backends/libcomicsdocument.so -%%DJVU%%lib/evince/backends/libdjvudocument.a -%%DJVU%%lib/evince/backends/libdjvudocument.la -%%DJVU%%lib/evince/backends/libdjvudocument.so -%%DVI%%lib/evince/backends/libdvidocument.a -%%DVI%%lib/evince/backends/libdvidocument.la -%%DVI%%lib/evince/backends/libdvidocument.so -%%IMPRESS%%lib/evince/backends/libimpressdocument.a -%%IMPRESS%%lib/evince/backends/libimpressdocument.la -%%IMPRESS%%lib/evince/backends/libimpressdocument.so -lib/evince/backends/libpdfdocument.a -lib/evince/backends/libpdfdocument.la -lib/evince/backends/libpdfdocument.so -lib/evince/backends/libpsdocument.a -lib/evince/backends/libpsdocument.la -lib/evince/backends/libpsdocument.so -lib/evince/backends/libtiffdocument.a -lib/evince/backends/libtiffdocument.la -lib/evince/backends/libtiffdocument.so -lib/evince/backends/pdfdocument.evince-backend -lib/evince/backends/psdocument.evince-backend -lib/evince/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/libevbackend.a -lib/libevbackend.la -lib/libevbackend.so -lib/libevbackend.so.0 -share/applications/evince.desktop -%%DOCSDIR%%/EvAttachment.html -%%DOCSDIR%%/EvNavigationAction.html -%%DOCSDIR%%/EvNavigationActionWidget.html -%%DOCSDIR%%/EvPageAction.html -%%DOCSDIR%%/EvPageActionWidget.html -%%DOCSDIR%%/EvWindow.html -%%DOCSDIR%%/evince-EvHistory.html -%%DOCSDIR%%/evince-EvImage.html -%%DOCSDIR%%/evince-EvJobFind.html -%%DOCSDIR%%/evince-EvPasswordDialog.html -%%DOCSDIR%%/evince-EvPasswordView.html -%%DOCSDIR%%/evince-EvRenderContext.html -%%DOCSDIR%%/evince-EvSidebar.html -%%DOCSDIR%%/evince-EvSidebarAttachments.html -%%DOCSDIR%%/evince-EvSidebarLinks.html -%%DOCSDIR%%/evince-EvSidebarThumbnails.html -%%DOCSDIR%%/evince-EvTooltip.html -%%DOCSDIR%%/evince-ev-async-renderer.html -%%DOCSDIR%%/evince-ev-document-factory.html -%%DOCSDIR%%/evince-ev-document-find.html -%%DOCSDIR%%/evince-ev-document-fonts.html -%%DOCSDIR%%/evince-ev-document-images.html -%%DOCSDIR%%/evince-ev-document-info.html -%%DOCSDIR%%/evince-ev-document-links.html -%%DOCSDIR%%/evince-ev-document-misc.html -%%DOCSDIR%%/evince-ev-document-security.html -%%DOCSDIR%%/evince-ev-document-thumbnails.html -%%DOCSDIR%%/evince-ev-document-transition.html -%%DOCSDIR%%/evince-ev-document.html -%%DOCSDIR%%/evince-ev-file-exporter.html -%%DOCSDIR%%/evince-ev-file-helpers.html -%%DOCSDIR%%/evince-ev-link-action.html -%%DOCSDIR%%/evince-ev-link-dest.html -%%DOCSDIR%%/evince-ev-link.html -%%DOCSDIR%%/evince-ev-metadata-manager.html -%%DOCSDIR%%/evince-ev-page-cache.html -%%DOCSDIR%%/evince-ev-pixbuf-cache.html -%%DOCSDIR%%/evince-ev-properties-dialog.html -%%DOCSDIR%%/evince-ev-properties-fonts.html -%%DOCSDIR%%/evince-ev-selection.html -%%DOCSDIR%%/evince-ev-sidebar-page.html -%%DOCSDIR%%/evince-ev-stock-icons.html -%%DOCSDIR%%/evince-ev-utils.html -%%DOCSDIR%%/evince-ev-view-accessible.html -%%DOCSDIR%%/evince-ev-view.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%%/pt02.html -%%DOCSDIR%%/pt03.html -%%DOCSDIR%%/pt04.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -%%DATADIR%%/evince-password.glade -%%DATADIR%%/evince-properties.glade -%%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/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/view-page-continuous.png -%%DATADIR%%/icons/hicolor/48x48/actions/view-page-facing.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/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/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/ar/LC_MESSAGES/evince.mo -share/locale/as/LC_MESSAGES/evince.mo -share/locale/be/LC_MESSAGES/evince.mo -share/locale/be@latin/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/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/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/sr@latin/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-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-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 -@dirrm share/omf/evince -@dirrm share/gnome/help/evince/zh_CN/figures -@dirrm share/gnome/help/evince/zh_CN -@dirrm share/gnome/help/evince/vi/figures -@dirrm share/gnome/help/evince/vi -@dirrm share/gnome/help/evince/uk/figures -@dirrm share/gnome/help/evince/uk -@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/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/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 %%DOCSDIR%% -@dirrmtry share/applications -@dirrm lib/evince/backends -@dirrm lib/evince -@dirrm include/evince-2.20/evince -@dirrm include/evince-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/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/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/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/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile deleted file mode 100644 index df48faf55..000000000 --- a/graphics/gimp-app/Makefile +++ /dev/null @@ -1,147 +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.29 2008/12/15 06:59:20 marcus Exp $ -# - -PORTNAME= gimp-app -DISTVERSION= 2.6.4 -PORTREVISION?= 1 -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= exif.12:${PORTSDIR}/graphics/libexif \ - wmf.2:${PORTSDIR}/graphics/libwmf \ - poppler-glib.3:${PORTSDIR}/graphics/poppler-gtk \ - aa.1:${PORTSDIR}/graphics/aalib \ - mng.1:${PORTSDIR}/graphics/libmng \ - png.5:${PORTSDIR}/graphics/png \ - jpeg.9:${PORTSDIR}/graphics/jpeg \ - tiff.4:${PORTSDIR}/graphics/tiff \ - lcms.1:${PORTSDIR}/graphics/lcms \ - gegl-0.0.20:${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:15 -USE_GNOME+= gnomehack intltool intlhack gtk20 libartlgpl2 ltverhack \ - desktopfileutils librsvg2 -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?= DEBUG "debugging" off \ - DBUS "D-BUS support" on \ - GVFS "Use GVFS for the URI plug-in" on \ - HELPBROWSER "internal help browser" on \ - MP "multiple processor support" off -.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 defined(WITH_MP) -CONFIGURE_ARGS+= --enable-mp -.else -CONFIGURE_ARGS+= --disable-mp -.endif - -.if ${HAVE_GNOME:Mgnomehier}!="" || defined(WITH_GNOME) -USE_GNOME+= desktopfileutils gnomehier -PLIST_SUB+= GNOME="" -.else -PLIST_SUB+= GNOME="@comment " -.endif - -.if defined(WITH_HELPBROWSER) -LIB_DEPENDS+= webkit-1.0.1:${PORTSDIR}/www/webkit-gtk2 -CONFIGURE_ARGS+= --with-webkit -PLIST_SUB+= HELPBROWSER="" -.else -CONFIGURE_ARGS+= --without-webkit -PLIST_SUB+= HELPBROWSER="@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_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 - -.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"|' \ - ${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 5f792b91a..000000000 --- a/graphics/gimp-app/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gimp-2.6.4.tar.bz2) = 4e8185e40ab06559ce6dd5ef61b3e83b -SHA256 (gimp-2.6.4.tar.bz2) = 86d27a45b45f3df3bf6de28718f691e8bedaf1de7dae287b39054eaddad797e2 -SIZE (gimp-2.6.4.tar.bz2) = 16012685 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 ca271443a..000000000 --- a/graphics/gimp-app/pkg-plist +++ /dev/null @@ -1,2100 +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 -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 -libexec/gimp/2.2/plug-ins/file-mng -libexec/gimp/2.2/plug-ins/file-pat -libexec/gimp/2.2/plug-ins/file-pcx -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 -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/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/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/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/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/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@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/goocanvasmm/Makefile b/graphics/goocanvasmm/Makefile deleted file mode 100644 index 33340918b..000000000 --- a/graphics/goocanvasmm/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# New ports collection makefile for: goocanvasmm -# Date created: 2008-08-10 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/goocanvasmm/Makefile,v 1.1 2008/09/13 19:34:08 kwm Exp $ - -PORTNAME= goocanvasmm -PORTVERSION= 0.13.0 -CATEGORIES= graphics -MASTER_SITES= GNOME - -MAINTAINER= kwm@FreeBSD.org -COMMENT= C++ bindings for the goocanvas widget for GTK - -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ - goocanvas.3:${PORTSDIR}/graphics/goocanvas - -USE_GNOME= gnomehack ltverhack -USE_AUTOTOOLS= libtool:15 -USE_LDCONFIG= yes -USE_BZIP2= yes -USE_GMAKE= yes - -.include <bsd.port.mk> diff --git a/graphics/goocanvasmm/distinfo b/graphics/goocanvasmm/distinfo deleted file mode 100644 index 708238722..000000000 --- a/graphics/goocanvasmm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (goocanvasmm-0.13.0.tar.bz2) = c25c567f95af4619b0af0124251b3c39 -SHA256 (goocanvasmm-0.13.0.tar.bz2) = b30837a486e8e38f980e257a69d66d9a6fbb381d7e8499774765e7cf11f27565 -SIZE (goocanvasmm-0.13.0.tar.bz2) = 367570 diff --git a/graphics/goocanvasmm/pkg-descr b/graphics/goocanvasmm/pkg-descr deleted file mode 100644 index 76cfd7e47..000000000 --- a/graphics/goocanvasmm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Canvas widget for GTK+ via cairo rendering - -WWW: http://sourceforge.net/projects/goocanvas diff --git a/graphics/goocanvasmm/pkg-plist b/graphics/goocanvasmm/pkg-plist deleted file mode 100644 index da5d987ff..000000000 --- a/graphics/goocanvasmm/pkg-plist +++ /dev/null @@ -1,77 +0,0 @@ -include/goocanvasmm-0.1/goocanvasmm.h -include/goocanvasmm-0.1/goocanvasmm/bounds.h -include/goocanvasmm-0.1/goocanvasmm/canvas.h -include/goocanvasmm-0.1/goocanvasmm/ellipse.h -include/goocanvasmm-0.1/goocanvasmm/ellipsemodel.h -include/goocanvasmm-0.1/goocanvasmm/enums.h -include/goocanvasmm-0.1/goocanvasmm/grid.h -include/goocanvasmm-0.1/goocanvasmm/gridmodel.h -include/goocanvasmm-0.1/goocanvasmm/group.h -include/goocanvasmm-0.1/goocanvasmm/groupmodel.h -include/goocanvasmm-0.1/goocanvasmm/image.h -include/goocanvasmm-0.1/goocanvasmm/imagemodel.h -include/goocanvasmm-0.1/goocanvasmm/init.h -include/goocanvasmm-0.1/goocanvasmm/item.h -include/goocanvasmm-0.1/goocanvasmm/itemmodel.h -include/goocanvasmm-0.1/goocanvasmm/itemmodelsimple.h -include/goocanvasmm-0.1/goocanvasmm/itemsimple.h -include/goocanvasmm-0.1/goocanvasmm/linedash.h -include/goocanvasmm-0.1/goocanvasmm/path.h -include/goocanvasmm-0.1/goocanvasmm/pathmodel.h -include/goocanvasmm-0.1/goocanvasmm/points.h -include/goocanvasmm-0.1/goocanvasmm/polyline.h -include/goocanvasmm-0.1/goocanvasmm/polylinemodel.h -include/goocanvasmm-0.1/goocanvasmm/private/bounds_p.h -include/goocanvasmm-0.1/goocanvasmm/private/canvas_p.h -include/goocanvasmm-0.1/goocanvasmm/private/ellipse_p.h -include/goocanvasmm-0.1/goocanvasmm/private/ellipsemodel_p.h -include/goocanvasmm-0.1/goocanvasmm/private/enums_p.h -include/goocanvasmm-0.1/goocanvasmm/private/grid_p.h -include/goocanvasmm-0.1/goocanvasmm/private/gridmodel_p.h -include/goocanvasmm-0.1/goocanvasmm/private/group_p.h -include/goocanvasmm-0.1/goocanvasmm/private/groupmodel_p.h -include/goocanvasmm-0.1/goocanvasmm/private/image_p.h -include/goocanvasmm-0.1/goocanvasmm/private/imagemodel_p.h -include/goocanvasmm-0.1/goocanvasmm/private/item_p.h -include/goocanvasmm-0.1/goocanvasmm/private/itemmodel_p.h -include/goocanvasmm-0.1/goocanvasmm/private/itemmodelsimple_p.h -include/goocanvasmm-0.1/goocanvasmm/private/itemsimple_p.h -include/goocanvasmm-0.1/goocanvasmm/private/linedash_p.h -include/goocanvasmm-0.1/goocanvasmm/private/path_p.h -include/goocanvasmm-0.1/goocanvasmm/private/pathmodel_p.h -include/goocanvasmm-0.1/goocanvasmm/private/points_p.h -include/goocanvasmm-0.1/goocanvasmm/private/polyline_p.h -include/goocanvasmm-0.1/goocanvasmm/private/polylinemodel_p.h -include/goocanvasmm-0.1/goocanvasmm/private/rect_p.h -include/goocanvasmm-0.1/goocanvasmm/private/rectmodel_p.h -include/goocanvasmm-0.1/goocanvasmm/private/style_p.h -include/goocanvasmm-0.1/goocanvasmm/private/table_p.h -include/goocanvasmm-0.1/goocanvasmm/private/tablemodel_p.h -include/goocanvasmm-0.1/goocanvasmm/private/text_p.h -include/goocanvasmm-0.1/goocanvasmm/private/textmodel_p.h -include/goocanvasmm-0.1/goocanvasmm/private/widget_p.h -include/goocanvasmm-0.1/goocanvasmm/rect.h -include/goocanvasmm-0.1/goocanvasmm/rectmodel.h -include/goocanvasmm-0.1/goocanvasmm/style.h -include/goocanvasmm-0.1/goocanvasmm/table.h -include/goocanvasmm-0.1/goocanvasmm/tablemodel.h -include/goocanvasmm-0.1/goocanvasmm/text.h -include/goocanvasmm-0.1/goocanvasmm/textmodel.h -include/goocanvasmm-0.1/goocanvasmm/types.h -include/goocanvasmm-0.1/goocanvasmm/widget.h -include/goocanvasmm-0.1/goocanvasmm/wrap_init.h -lib/goocanvasmm-0.1/include/goocanvasmmconfig.h -lib/goocanvasmm-0.1/proc/m4/convert.m4 -lib/goocanvasmm-0.1/proc/m4/convert_libgoocanvasmm.m4 -lib/libgoocanvasmm-0.1.a -lib/libgoocanvasmm-0.1.la -lib/libgoocanvasmm-0.1.so -lib/libgoocanvasmm-0.1.so.4 -libdata/pkgconfig/goocanvasmm-1.0.pc -@dirrm lib/goocanvasmm-0.1/proc/m4 -@dirrm lib/goocanvasmm-0.1/proc -@dirrm lib/goocanvasmm-0.1/include -@dirrm lib/goocanvasmm-0.1 -@dirrm include/goocanvasmm-0.1/goocanvasmm/private -@dirrm include/goocanvasmm-0.1/goocanvasmm -@dirrm include/goocanvasmm-0.1 diff --git a/graphics/libgnomecanvas/Makefile b/graphics/libgnomecanvas/Makefile deleted file mode 100644 index 7e6ff3e50..000000000 --- a/graphics/libgnomecanvas/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: gnomecanvas -# Date created: 18 May 2001 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= libgnomecanvas -PORTVERSION= 2.20.1.1 -PORTREVISION?= 2 -CATEGORIES= graphics gnome -MASTER_SITES= SF -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A graphics library for GNOME - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -USE_GMAKE= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnomehack libglade2 libartlgpl2 ltverhack referencehack -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> - -.endif diff --git a/graphics/libgnomecanvas/distinfo b/graphics/libgnomecanvas/distinfo deleted file mode 100644 index ed7f2ccdb..000000000 --- a/graphics/libgnomecanvas/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnomecanvas-2.20.1.1.tar.bz2) = 948ed771d2957d24a0c9a414e9581055 -SHA256 (gnome2/libgnomecanvas-2.20.1.1.tar.bz2) = 70f906d52d98b7b45e95fd59ef10f06579b75ee9e70e67edabd30a4f6e5d6fe3 -SIZE (gnome2/libgnomecanvas-2.20.1.1.tar.bz2) = 583565 diff --git a/graphics/libgnomecanvas/files/patch-libgnomecanvas_gnome-canvas-shape.c b/graphics/libgnomecanvas/files/patch-libgnomecanvas_gnome-canvas-shape.c deleted file mode 100644 index 75c1fd41d..000000000 --- a/graphics/libgnomecanvas/files/patch-libgnomecanvas_gnome-canvas-shape.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomecanvas/gnome-canvas-shape.c.orig Fri May 20 16:55:35 2005 -+++ libgnomecanvas/gnome-canvas-shape.c Fri May 20 16:55:41 2005 -@@ -1343,7 +1343,7 @@ gcbp_destroy_gdk (GnomeCanvasShape * sha - { - GnomeCanvasShapePrivGdk * gdk; - -- g_assert (!((GnomeCanvasItem *)shape)->canvas->aa); -+ /*g_assert (!((GnomeCanvasItem *)shape)->canvas->aa);*/ - - gdk = shape->priv->gdk; - diff --git a/graphics/libgnomecanvas/pkg-descr b/graphics/libgnomecanvas/pkg-descr deleted file mode 100644 index a3d2ae327..000000000 --- a/graphics/libgnomecanvas/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -The GNOMECanvas library allows images to be used directly within -GUIs. diff --git a/graphics/libgnomecanvas/pkg-plist b/graphics/libgnomecanvas/pkg-plist deleted file mode 100644 index aa4944b3d..000000000 --- a/graphics/libgnomecanvas/pkg-plist +++ /dev/null @@ -1,128 +0,0 @@ -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-bpath.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-clipgroup.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-line.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-path-def.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-pixbuf.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-polygon.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-rect-ellipse.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-rich-text.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-shape.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-text.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-util.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas-widget.h -include/libgnomecanvas-2.0/libgnomecanvas/gnome-canvas.h -include/libgnomecanvas-2.0/libgnomecanvas/libgnomecanvas.h -lib/libglade/2.0/libcanvas.a -lib/libglade/2.0/libcanvas.la -lib/libglade/2.0/libcanvas.so -lib/libgnomecanvas-2.a -lib/libgnomecanvas-2.la -lib/libgnomecanvas-2.so -lib/libgnomecanvas-2.so.0 -libdata/pkgconfig/libgnomecanvas-2.0.pc -share/locale/am/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ang/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ar/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/az/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/be/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/bg/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/bn/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/bn_IN/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/bs/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ca/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/cs/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/cy/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/da/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/de/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/dz/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/el/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/en_CA/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/en_GB/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/eo/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/es/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/et/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/eu/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/fa/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/fi/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/fr/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ga/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/gl/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/gu/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/he/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/hi/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/hr/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/hu/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/id/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/is/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/it/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ja/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ka/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/kn/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ko/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ku/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/li/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/lt/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/lv/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/mg/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/mk/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ml/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/mn/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ms/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/nb/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ne/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/nl/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/nn/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/oc/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/or/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/pa/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/pl/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/pt/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/pt_BR/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ro/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ru/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/rw/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sk/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sl/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sq/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sr/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sr@ije/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/sv/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/ta/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/th/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/tr/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/tt/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/uk/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/vi/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/wa/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/xh/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/yi/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/zh_CN/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/zh_HK/LC_MESSAGES/libgnomecanvas-2.0.mo -share/locale/zh_TW/LC_MESSAGES/libgnomecanvas-2.0.mo -@dirrm include/libgnomecanvas-2.0/libgnomecanvas -@dirrm include/libgnomecanvas-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/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/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/ang/LC_MESSAGES -@dirrmtry share/locale/ang diff --git a/graphics/libgnomecanvasmm26/Makefile b/graphics/libgnomecanvasmm26/Makefile deleted file mode 100644 index 1903ea925..000000000 --- a/graphics/libgnomecanvasmm26/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: libgnomecanvasmm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# -# $FreeBSD$ -# $MCom: ports/graphics/libgnomecanvasmm26/Makefile,v 1.18 2008/03/08 16:48:36 marcus Exp $ -# - -PORTNAME= libgnomecanvasmm -PORTVERSION= 2.23.1 -CATEGORIES= graphics gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= bland@FreeBSD.org -COMMENT= C++ wrapper for libgnomecanvas library - -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -LATEST_LINK= libgnomecanvasmm26 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack libgnomecanvas -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/graphics/libgnomecanvasmm26/distinfo b/graphics/libgnomecanvasmm26/distinfo deleted file mode 100644 index 5a6e8df1b..000000000 --- a/graphics/libgnomecanvasmm26/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnomecanvasmm-2.23.1.tar.bz2) = 9990eb5560db197e16be3497873fe1d9 -SHA256 (gnome2/libgnomecanvasmm-2.23.1.tar.bz2) = a9983c587cf92671c49f089a588e9e8e902ff5e735e596f4e72e99fb975aff5e -SIZE (gnome2/libgnomecanvasmm-2.23.1.tar.bz2) = 325751 diff --git a/graphics/libgnomecanvasmm26/pkg-descr b/graphics/libgnomecanvasmm26/pkg-descr deleted file mode 100644 index c310245ea..000000000 --- a/graphics/libgnomecanvasmm26/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -libgnomecanvasmm provides C++ wrappers for libgnomecanvas, for use with gtkmm. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/graphics/libgnomecanvasmm26/pkg-plist b/graphics/libgnomecanvasmm26/pkg-plist deleted file mode 100644 index a3e29ab2c..000000000 --- a/graphics/libgnomecanvasmm26/pkg-plist +++ /dev/null @@ -1,51 +0,0 @@ -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/affinetrans.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/bpath.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/canvas.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/ellipse.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/group.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/init.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/item.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/line.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/path-def.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/pixbuf.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/point.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/polygon.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/bpath_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/canvas_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/ellipse_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/group_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/item_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/line_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/path-def_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/pixbuf_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/polygon_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/rect-ellipse_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/rect_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/rich-text_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/shape_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/text_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private/widget_p.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/properties.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/rect-ellipse.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/rect.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/rich-text.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/shape.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/text.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/widget.h -include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/wrap_init.h -lib/libgnomecanvasmm-%%VERSION%%.a -lib/libgnomecanvasmm-%%VERSION%%.la -lib/libgnomecanvasmm-%%VERSION%%.so -lib/libgnomecanvasmm-%%VERSION%%.so.1 -lib/libgnomecanvasmm-%%API_VERSION%%/include/libgnomecanvasmmconfig.h -lib/libgnomecanvasmm-%%API_VERSION%%/proc/m4/convert.m4 -lib/libgnomecanvasmm-%%API_VERSION%%/proc/m4/convert_libgnomecanvasmm.m4 -libdata/pkgconfig/libgnomecanvasmm-%%API_VERSION%%.pc -@dirrm lib/libgnomecanvasmm-%%API_VERSION%%/proc/m4 -@dirrm lib/libgnomecanvasmm-%%API_VERSION%%/proc -@dirrm lib/libgnomecanvasmm-%%API_VERSION%%/include -@dirrm lib/libgnomecanvasmm-%%API_VERSION%% -@dirrm include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm/private -@dirrm include/libgnomecanvasmm-%%API_VERSION%%/libgnomecanvasmm -@dirrm include/libgnomecanvasmm-%%API_VERSION%% diff --git a/graphics/py-cairo/Makefile b/graphics/py-cairo/Makefile deleted file mode 100644 index 3316a7304..000000000 --- a/graphics/py-cairo/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: py-cairo -# Date created: 2004-12-05 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/py-cairo/Makefile,v 1.25 2008/12/31 20:59:55 mezz Exp $ -# - -PORTNAME= cairo -PORTVERSION= 1.8.0 -PORTREVISION= 2 -CATEGORIES= graphics python -MASTER_SITES= http://cairographics.org/releases/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python bindings for Cairo - -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo - -USE_PYTHON= yes -USE_GMAKE= yes -USE_GNOME= gnometarget gnomehack -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|; \ - s|SUBDIRS = cairo examples test|SUBDIRS = cairo examples|' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/graphics/py-cairo/distinfo b/graphics/py-cairo/distinfo deleted file mode 100644 index 86c26004f..000000000 --- a/graphics/py-cairo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pycairo-1.8.0.tar.gz) = 847f5377c32228a656819f5bd18eb6b4 -SHA256 (pycairo-1.8.0.tar.gz) = a2272dafceb25ed9fedd0b10429dfec9c412b3b36eb6137f79c87e7d004036d4 -SIZE (pycairo-1.8.0.tar.gz) = 517701 diff --git a/graphics/py-cairo/pkg-descr b/graphics/py-cairo/pkg-descr deleted file mode 100644 index e40b314a4..000000000 --- a/graphics/py-cairo/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Python bindings for Cairo - -WWW: http://cairographics.org/ diff --git a/graphics/py-cairo/pkg-plist b/graphics/py-cairo/pkg-plist deleted file mode 100644 index 0d5ac3d2b..000000000 --- a/graphics/py-cairo/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -include/pycairo/pycairo.h -%%PYTHON_SITELIBDIR%%/cairo/__init__.py -%%PYTHON_SITELIBDIR%%/cairo/__init__.pyc -%%PYTHON_SITELIBDIR%%/cairo/__init__.pyo -%%PYTHON_SITELIBDIR%%/cairo/_cairo.la -%%PYTHON_SITELIBDIR%%/cairo/_cairo.so -libdata/pkgconfig/pycairo.pc -@dirrm %%PYTHON_SITELIBDIR%%/cairo -@dirrm include/pycairo diff --git a/graphics/py-goocanvas/Makefile b/graphics/py-goocanvas/Makefile deleted file mode 100644 index a66b68561..000000000 --- a/graphics/py-goocanvas/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: py-goocanvas -# Date created: 2006-09-20 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ - -PORTNAME= goocanvas -PORTVERSION= 0.12.0 -CATEGORIES= graphics -MASTER_SITES= GNOME -MASTER_SITE_SUBDIR= sources/py${PORTNAME}/${PORTVERSION:C/..$//} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} - -MAINTAINER= ahze@FreeBSD.org -COMMENT= GooCanvas python bindings - -LIB_DEPENDS= goocanvas.3:${PORTSDIR}/graphics/goocanvas - -PLIST_FILES= %%PYTHON_SITELIBDIR%%/goocanvasmodule.la \ - %%PYTHON_SITELIBDIR%%/goocanvasmodule.so \ - libdata/pkgconfig/pygoocanvas.pc -USE_PYTHON= yes -USE_BZIP2= yes -USE_GNOME= gnomehack pygtk2 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-docs -USE_GMAKE= yes - -post-patch: - @${REINPLACE_CMD} -e 's|$$(PYGOBJECT_PYGDOCS)/style.css||; \ - s|demo docs|demo|' \ - ${WRKSRC}/Makefile.in \ - ${WRKSRC}/docs/Makefile.in - -.include <bsd.port.mk> diff --git a/graphics/py-goocanvas/distinfo b/graphics/py-goocanvas/distinfo deleted file mode 100644 index 7cc35ac3e..000000000 --- a/graphics/py-goocanvas/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pygoocanvas-0.12.0.tar.bz2) = ced70070c6abc64866857c24f9b4e71e -SHA256 (pygoocanvas-0.12.0.tar.bz2) = 998f01e56bc3372b073da820436a1f2d2873a2f32f1164b85e2752244650546e -SIZE (pygoocanvas-0.12.0.tar.bz2) = 336149 diff --git a/graphics/py-goocanvas/pkg-descr b/graphics/py-goocanvas/pkg-descr deleted file mode 100644 index 433c0d1a8..000000000 --- a/graphics/py-goocanvas/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -GooCanvas python bindings - -WWW: http://developer.berlios.de/projects/pygoocanvas/ diff --git a/graphics/ruby-cairo/Makefile b/graphics/ruby-cairo/Makefile deleted file mode 100644 index 2b4739608..000000000 --- a/graphics/ruby-cairo/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: rcairo -# Date created: 16 October 2005 -# Whom: Mezz <mezz@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/graphics/ruby-cairo/Makefile,v 1.8 2008/09/06 04:13:54 mezz Exp $ -# - -PORTNAME= cairo -PORTVERSION= 1.8.0 -CATEGORIES= graphics ruby -MASTER_SITES= http://cairographics.org/releases/ -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= r${PORTNAME}-${PORTVERSION} - -MAINTAINER= mezz@FreeBSD.org -COMMENT= Ruby binding for Cairo - -LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo - -USE_GNOME= pkgconfig -USE_RUBY= yes -USE_RUBY_EXTCONF=yes -CONFIGURE_ARGS+=--ruby=${RUBY} - -DOCS= AUTHORS COPYING ChangeLog GPL NEWS README - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local/lib/pkgconfig|${LOCALBASE}/libdata/pkgconfig|g' \ - ${WRKSRC}/pkg-config.rb - -post-install: -.if !defined(NOPORTEXAMPLES) - @${MKDIR} ${RUBY_MODEXAMPLESDIR}/agg - @${INSTALL_DATA} ${WRKSRC}/samples/*.rb ${RUBY_MODEXAMPLESDIR}/ - @${INSTALL_DATA} ${WRKSRC}/samples/agg/*.rb ${RUBY_MODEXAMPLESDIR}/agg/ -.endif -.if !defined(NOPORTDOCS) - @${MKDIR} ${RUBY_MODDOCDIR} -.for f in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ -.endfor -.endif - -.include <bsd.port.mk> diff --git a/graphics/ruby-cairo/distinfo b/graphics/ruby-cairo/distinfo deleted file mode 100644 index 088de5e19..000000000 --- a/graphics/ruby-cairo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (rcairo-1.8.0.tar.gz) = 7ea9f0b174d379c6a0374f534c2a4e85 -SHA256 (rcairo-1.8.0.tar.gz) = 0bd588d45c3700615abb3a82df3f5e53d42eb0bfbafbad72170889d25575ce3c -SIZE (rcairo-1.8.0.tar.gz) = 278009 diff --git a/graphics/ruby-cairo/pkg-descr b/graphics/ruby-cairo/pkg-descr deleted file mode 100644 index d8193052e..000000000 --- a/graphics/ruby-cairo/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Ruby/Cairo is a Ruby binding for Cairo. - -WWW: http://cairographics.org/ diff --git a/graphics/ruby-cairo/pkg-plist b/graphics/ruby-cairo/pkg-plist deleted file mode 100644 index 4825e1ed1..000000000 --- a/graphics/ruby-cairo/pkg-plist +++ /dev/null @@ -1,36 +0,0 @@ -%%RUBY_SITELIBDIR%%/cairo.rb -%%RUBY_SITELIBDIR%%/cairo/color.rb -%%RUBY_SITELIBDIR%%/cairo/colors.rb -%%RUBY_SITELIBDIR%%/cairo/constants.rb -%%RUBY_SITELIBDIR%%/cairo/context.rb -%%RUBY_SITELIBDIR%%/cairo/context/blur.rb -%%RUBY_SITELIBDIR%%/cairo/context/circle.rb -%%RUBY_SITELIBDIR%%/cairo/context/color.rb -%%RUBY_SITELIBDIR%%/cairo/context/path.rb -%%RUBY_SITELIBDIR%%/cairo/context/rectangle.rb -%%RUBY_SITELIBDIR%%/cairo/context/triangle.rb -%%RUBY_SITELIBDIR%%/cairo/paper.rb -%%RUBY_SITELIBDIR%%/cairo/papers.rb -%%RUBY_SITELIBDIR%%/cairo/path.rb -%%RUBY_SITELIBDIR%%/cairo/point.rb -%%RUBY_SITEARCHLIBDIR%%/cairo.so -%%RUBY_SITEARCHLIBDIR%%/rb_cairo.h -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/AUTHORS -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/COPYING -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/GPL -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/NEWS -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/agg/aa_test.rb -%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/blur.rb -%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/pac.rb -%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/pac2.rb -%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/png.rb -%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/scalable.rb -%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/text-on-path.rb -%%PORTEXAMPLES%%%%RUBY_MODEXAMPLESDIR%%/text2.rb -%%PORTEXAMPLES%%@dirrm %%RUBY_MODEXAMPLESDIR%%/agg -%%PORTEXAMPLES%%@dirrm %%RUBY_MODEXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% -@dirrm %%RUBY_SITELIBDIR%%/cairo/context -@dirrm %%RUBY_SITELIBDIR%%/cairo diff --git a/graphics/swfdec/Makefile b/graphics/swfdec/Makefile deleted file mode 100644 index e47a84b09..000000000 --- a/graphics/swfdec/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: swfdec -# Date created: Apr 5, 2003 -# Whom: ijliao -# -# $FreeBSD$ -# $MCom: ports/graphics/swfdec/Makefile,v 1.27 2008/12/31 03:30:21 mezz Exp $ - -PORTNAME= swfdec -PORTVERSION= 0.8.4 -CATEGORIES= graphics -MASTER_SITES= http://swfdec.freedesktop.org/download/swfdec/0.8/ - -MAINTAINER= kwm@FreeBSD.org -COMMENT= Flash Rendering Library - -LIB_DEPENDS= oil-0.3.0:${PORTSDIR}/devel/liboil \ - soup-2.4.1:${PORTSDIR}/devel/libsoup - -USE_LDCONFIG= yes -USE_GNOME= gnomehack gtk20 ltverhack -USE_GSTREAMER= core good mp3 ffmpeg -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-Wl,-Bsymbolic -L${LOCALBASE}/lib" - -PLIST_SUB= VERSION=${PORTVERSION:R} - -OPTIONS= PULSEAUDIO "Enable the PulseAudio sound module" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_PULSEAUDIO) -LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio -CONFIGURE_ARGS+= --with-audio=pulse -.else -CONFIGURE_ARGS+= --with-audio=oss -.endif - -post-extract: - @${CP} ${FILESDIR}/swfdec_playback_oss.c \ - ${WRKSRC}/swfdec-gtk - -post-patch: - @${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||g' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/graphics/swfdec/distinfo b/graphics/swfdec/distinfo deleted file mode 100644 index 9f92abedd..000000000 --- a/graphics/swfdec/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (swfdec-0.8.4.tar.gz) = aece501d0e73f3e564200a44ec03c385 -SHA256 (swfdec-0.8.4.tar.gz) = 7a0fc63f25a6c85588fc094dd3433fbb43634d81a70164b3390fb8ef40cbd802 -SIZE (swfdec-0.8.4.tar.gz) = 9958443 diff --git a/graphics/swfdec/files/patch-configure b/graphics/swfdec/files/patch-configure deleted file mode 100644 index 4f14187ab..000000000 --- a/graphics/swfdec/files/patch-configure +++ /dev/null @@ -1,24 +0,0 @@ ---- configure.orig 2008-08-14 12:43:55.000000000 -0400 -+++ configure 2008-08-14 12:45:51.000000000 -0400 -@@ -1563,7 +1563,7 @@ Optional Packages: - both] - --with-tags[=TAGS] include additional configurations [automatic] - --with-pkg-config-path colon-separated list of pkg-config(1) dirs -- --with-audio=[auto/pulse/none] -+ --with-audio=[auto/pulse/oss/none] - audio backend to use - --with-html-dir=PATH path to installed docs - -@@ -22752,6 +22752,12 @@ echo "$as_me: WARNING: no alsa audio sup - fi - fi - -+if test "$with_audio" = "oss"; then -+ AUDIO_TYPE=oss -+ AUDIO_CFLAGS= -+ AUDIO_LIBS= -+fi -+ - if test "$with_audio" = "pulse"; then - - pkg_failed=no diff --git a/graphics/swfdec/files/patch-swfdec-gtk_Makefile.in b/graphics/swfdec/files/patch-swfdec-gtk_Makefile.in deleted file mode 100644 index ddd87704a..000000000 --- a/graphics/swfdec/files/patch-swfdec-gtk_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- swfdec-gtk/Makefile.in.orig 2008-08-14 12:41:05.000000000 -0400 -+++ swfdec-gtk/Makefile.in 2008-08-14 12:45:58.000000000 -0400 -@@ -281,6 +282,7 @@ libswfdec_@SWFDEC_MAJORMINOR@include_HEA - - EXTRA_DIST = \ - swfdec_playback_alsa.c \ -+ swfdec_playback_oss.c \ - swfdec_playback_pulse.c \ - swfdec_playback_none.c - diff --git a/graphics/swfdec/files/swfdec_playback_oss.c b/graphics/swfdec/files/swfdec_playback_oss.c deleted file mode 100644 index 160f26db9..000000000 --- a/graphics/swfdec/files/swfdec_playback_oss.c +++ /dev/null @@ -1,265 +0,0 @@ -/* Swfdec - * Copyright © 2006 Benjamin Otte <otte@gnome.org> - * Copyright © 2007 Eric Anholt <eric@anholt.net> - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 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 - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, - * Boston, MA 02110-1301 USA - */ - -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - -#include <sys/ioctl.h> -#include <sys/soundcard.h> -#include <fcntl.h> -#include <unistd.h> -#include <stdlib.h> -#include <string.h> - -#include "swfdec_playback.h" - -/** @file Implements swfdec audio playback by opening /dev/dsp per stream - * and playing out through that. - * - * Allowing multiple access to /dev/dsp is not required by the OSS API spec, - * but FreeBSD's sound system lets you, which is what this file was written - * for. - */ - -/*** DEFINITIONS ***/ - -struct _SwfdecPlayback { - SwfdecPlayer * player; - GList * streams; /* all Stream objects */ - GMainContext * context; /* context we work in */ -}; - -typedef struct { - SwfdecPlayback * sound; /* reference to sound object */ - SwfdecAudio * audio; /* the audio we play back */ - int dsp_fd; - int fragsize; /* Audio fragment size */ - GSource * source; /* source for writing data */ - guint offset; /* offset into sound */ -} Stream; - -/* Size of one of our audio samples, in bytes */ -#define SAMPLESIZE 2 -#define CHANNELS 2 - -/*** STREAMS ***/ - -static gboolean -handle_stream (GIOChannel *source, GIOCondition cond, gpointer data) -{ - Stream *stream = data; - char *frag = malloc(stream->fragsize); - - if (frag == NULL) { - g_printerr ("Failed to allocate fragment of size %d\n", - stream->fragsize); - return FALSE; - } - - while (TRUE) { - int ret; - audio_buf_info spaceinfo; - - ret = ioctl(stream->dsp_fd, SNDCTL_DSP_GETOSPACE, &spaceinfo); - if (ret == -1) { - g_printerr ("Failed to get output buffer availability\n"); - free(frag); - return FALSE; - } - - if (spaceinfo.fragments == 0) - break; - - memset (frag, 0, stream->fragsize); - swfdec_audio_render (stream->audio, (gint16 *)frag, stream->offset, - stream->fragsize / SAMPLESIZE / CHANNELS); - - ret = write (stream->dsp_fd, frag, stream->fragsize); - if (ret != stream->fragsize) { - g_printerr ("Failed to write fragment\n"); - free(frag); - return FALSE; - } - - stream->offset += stream->fragsize / SAMPLESIZE / CHANNELS; - } - - free(frag); - - return TRUE; -} - -static void -swfdec_playback_stream_open (SwfdecPlayback *sound, SwfdecAudio *audio) -{ - GIOChannel *channel; - Stream *stream; - guint rate; - int dsp_fd, ret, format, channels, fragsize; - - dsp_fd = open("/dev/dsp", O_WRONLY); - if (dsp_fd == -1) { - g_printerr ("Failed to open /dev/dsp\n"); - return; - } - - format = AFMT_S16_LE; - ret = ioctl(dsp_fd, SNDCTL_DSP_SETFMT, &format); - if (ret == -1) { - g_printerr ("Failed to set sound format\n"); - close(dsp_fd); - return; - } - - channels = 2; - ret = ioctl(dsp_fd, SNDCTL_DSP_CHANNELS, &channels); - if (ret == -1) { - g_printerr ("Failed to set stereo\n"); - close(dsp_fd); - return; - } - - rate = 44100; - ret = ioctl(dsp_fd, SNDCTL_DSP_SPEED, &rate); - if (ret == -1) { - g_printerr ("Failed to set rate\n"); - close(dsp_fd); - return; - } - - ret = ioctl(dsp_fd, SNDCTL_DSP_GETBLKSIZE, &fragsize); - if (ret == -1) { - g_printerr ("Failed to get fragment size\n"); - close(dsp_fd); - return; - } - - stream = g_new0 (Stream, 1); - stream->sound = sound; - stream->audio = g_object_ref (audio); - stream->dsp_fd = dsp_fd; - stream->fragsize = fragsize; - sound->streams = g_list_prepend (sound->streams, stream); - - channel = g_io_channel_unix_new (stream->dsp_fd); - stream->source = g_io_create_watch (channel, G_IO_OUT); - g_source_set_priority (stream->source, G_PRIORITY_HIGH); - g_source_set_callback (stream->source, (GSourceFunc) handle_stream, stream, - NULL); - g_io_channel_unref (channel); - g_source_attach (stream->source, stream->sound->context); - - return; -} - -static void -swfdec_playback_stream_close (Stream *stream) -{ - close (stream->dsp_fd); - g_source_destroy (stream->source); - g_source_unref (stream->source); - stream->sound->streams = g_list_remove (stream->sound->streams, stream); - g_object_unref (stream->audio); - g_free (stream); -} - -/*** SOUND ***/ - -static void -advance_before (SwfdecPlayer *player, guint msecs, guint audio_samples, gpointer data) -{ - SwfdecPlayback *sound = data; - GList *walk; - - for (walk = sound->streams; walk; walk = walk->next) { - Stream *stream = walk->data; - if (audio_samples >= stream->offset) { - stream->offset = 0; - } else { - stream->offset -= audio_samples; - } - } -} - -static void -audio_added (SwfdecPlayer *player, SwfdecAudio *audio, SwfdecPlayback *sound) -{ - swfdec_playback_stream_open (sound, audio); -} - -static void -audio_removed (SwfdecPlayer *player, SwfdecAudio *audio, SwfdecPlayback *sound) -{ - GList *walk; - - for (walk = sound->streams; walk; walk = walk->next) { - Stream *stream = walk->data; - if (stream->audio == audio) { - swfdec_playback_stream_close (stream); - return; - } - } - g_assert_not_reached (); -} - -SwfdecPlayback * -swfdec_playback_open (SwfdecPlayer *player, GMainContext *context) -{ - SwfdecPlayback *sound; - const GList *walk; - - g_return_val_if_fail (SWFDEC_IS_PLAYER (player), NULL); - g_return_val_if_fail (context != NULL, NULL); - - sound = g_new0 (SwfdecPlayback, 1); - sound->player = player; - g_signal_connect (player, "advance", G_CALLBACK (advance_before), sound); - g_signal_connect (player, "audio-added", G_CALLBACK (audio_added), sound); - g_signal_connect (player, "audio-removed", G_CALLBACK (audio_removed), sound); - for (walk = swfdec_player_get_audio (player); walk; walk = walk->next) { - swfdec_playback_stream_open (sound, walk->data); - } - g_main_context_ref (context); - sound->context = context; - return sound; -} - -void -swfdec_playback_close (SwfdecPlayback *sound) -{ -#define REMOVE_HANDLER_FULL(obj,func,data,count) G_STMT_START {\ - if (g_signal_handlers_disconnect_by_func ((obj), \ - G_CALLBACK (func), (data)) != (count)) { \ - g_assert_not_reached (); \ - } \ -} G_STMT_END -#define REMOVE_HANDLER(obj,func,data) REMOVE_HANDLER_FULL (obj, func, data, 1) - - while (sound->streams) - swfdec_playback_stream_close (sound->streams->data); - REMOVE_HANDLER (sound->player, advance_before, sound); - REMOVE_HANDLER (sound->player, audio_added, sound); - REMOVE_HANDLER (sound->player, audio_removed, sound); - g_main_context_unref (sound->context); - g_free (sound); -} - - diff --git a/graphics/swfdec/pkg-descr b/graphics/swfdec/pkg-descr deleted file mode 100644 index 7e094c545..000000000 --- a/graphics/swfdec/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/graphics/swfdec/pkg-plist b/graphics/swfdec/pkg-plist deleted file mode 100644 index 9ae5e8ecc..000000000 --- a/graphics/swfdec/pkg-plist +++ /dev/null @@ -1,85 +0,0 @@ -include/swfdec-%%VERSION%%/swfdec-gtk/swfdec-gtk.h -include/swfdec-%%VERSION%%/swfdec-gtk/swfdec_gtk_keys.h -include/swfdec-%%VERSION%%/swfdec-gtk/swfdec_gtk_loader.h -include/swfdec-%%VERSION%%/swfdec-gtk/swfdec_gtk_player.h -include/swfdec-%%VERSION%%/swfdec-gtk/swfdec_gtk_socket.h -include/swfdec-%%VERSION%%/swfdec-gtk/swfdec_gtk_system.h -include/swfdec-%%VERSION%%/swfdec-gtk/swfdec_gtk_widget.h -include/swfdec-%%VERSION%%/swfdec/swfdec.h -include/swfdec-%%VERSION%%/swfdec/swfdec_as_array.h -include/swfdec-%%VERSION%%/swfdec/swfdec_as_context.h -include/swfdec-%%VERSION%%/swfdec/swfdec_as_debugger.h -include/swfdec-%%VERSION%%/swfdec/swfdec_as_frame.h -include/swfdec-%%VERSION%%/swfdec/swfdec_as_function.h -include/swfdec-%%VERSION%%/swfdec/swfdec_as_native_function.h -include/swfdec-%%VERSION%%/swfdec/swfdec_as_object.h -include/swfdec-%%VERSION%%/swfdec/swfdec_as_types.h -include/swfdec-%%VERSION%%/swfdec/swfdec_audio.h -include/swfdec-%%VERSION%%/swfdec/swfdec_buffer.h -include/swfdec-%%VERSION%%/swfdec/swfdec_enums.h -include/swfdec-%%VERSION%%/swfdec/swfdec_file_loader.h -include/swfdec-%%VERSION%%/swfdec/swfdec_gc_object.h -include/swfdec-%%VERSION%%/swfdec/swfdec_keys.h -include/swfdec-%%VERSION%%/swfdec/swfdec_loader.h -include/swfdec-%%VERSION%%/swfdec/swfdec_player.h -include/swfdec-%%VERSION%%/swfdec/swfdec_player_scripting.h -include/swfdec-%%VERSION%%/swfdec/swfdec_rectangle.h -include/swfdec-%%VERSION%%/swfdec/swfdec_renderer.h -include/swfdec-%%VERSION%%/swfdec/swfdec_script.h -include/swfdec-%%VERSION%%/swfdec/swfdec_socket.h -include/swfdec-%%VERSION%%/swfdec/swfdec_stream.h -include/swfdec-%%VERSION%%/swfdec/swfdec_system.h -include/swfdec-%%VERSION%%/swfdec/swfdec_url.h -include/swfdec-%%VERSION%%/swfdec/swfdec_version.h -lib/libswfdec-%%VERSION%%.a -lib/libswfdec-%%VERSION%%.la -lib/libswfdec-%%VERSION%%.so -lib/libswfdec-%%VERSION%%.so.0 -lib/libswfdec-gtk-%%VERSION%%.a -lib/libswfdec-gtk-%%VERSION%%.la -lib/libswfdec-gtk-%%VERSION%%.so -lib/libswfdec-gtk-%%VERSION%%.so.0 -libdata/pkgconfig/swfdec-%%VERSION%%.pc -libdata/pkgconfig/swfdec-gtk-%%VERSION%%.pc -share/gtk-doc/html/swfdec/SwfdecAsArray.html -share/gtk-doc/html/swfdec/SwfdecAsContext.html -share/gtk-doc/html/swfdec/SwfdecAsDebugger.html -share/gtk-doc/html/swfdec/SwfdecAsFunction.html -share/gtk-doc/html/swfdec/SwfdecAsObject.html -share/gtk-doc/html/swfdec/SwfdecAudio.html -share/gtk-doc/html/swfdec/SwfdecGtkPlayer.html -share/gtk-doc/html/swfdec/SwfdecGtkWidget.html -share/gtk-doc/html/swfdec/SwfdecLoader.html -share/gtk-doc/html/swfdec/SwfdecPlayer.html -share/gtk-doc/html/swfdec/SwfdecPlayerScripting.html -share/gtk-doc/html/swfdec/SwfdecRenderer.html -share/gtk-doc/html/swfdec/SwfdecSocket.html -share/gtk-doc/html/swfdec/SwfdecStream.html -share/gtk-doc/html/swfdec/SwfdecSystem.html -share/gtk-doc/html/swfdec/ch01.html -share/gtk-doc/html/swfdec/ch02.html -share/gtk-doc/html/swfdec/ch03.html -share/gtk-doc/html/swfdec/ch04.html -share/gtk-doc/html/swfdec/home.png -share/gtk-doc/html/swfdec/index.html -share/gtk-doc/html/swfdec/index.sgml -share/gtk-doc/html/swfdec/ix01.html -share/gtk-doc/html/swfdec/left.png -share/gtk-doc/html/swfdec/right.png -share/gtk-doc/html/swfdec/style.css -share/gtk-doc/html/swfdec/swfdec-Enumerations-and-Types.html -share/gtk-doc/html/swfdec/swfdec-Gtk-extension-objects.html -share/gtk-doc/html/swfdec/swfdec-Internals.html -share/gtk-doc/html/swfdec/swfdec-SwfdecAsFrame.html -share/gtk-doc/html/swfdec/swfdec-SwfdecAsValue.html -share/gtk-doc/html/swfdec/swfdec-SwfdecBuffer.html -share/gtk-doc/html/swfdec/swfdec-SwfdecRectangle.html -share/gtk-doc/html/swfdec/swfdec-SwfdecURL.html -share/gtk-doc/html/swfdec/swfdec-Version-Information.html -share/gtk-doc/html/swfdec/swfdec.devhelp -share/gtk-doc/html/swfdec/swfdec.devhelp2 -share/gtk-doc/html/swfdec/up.png -@dirrm share/gtk-doc/html/swfdec -@dirrm include/swfdec-%%VERSION%%/swfdec-gtk -@dirrm include/swfdec-%%VERSION%%/swfdec -@dirrm include/swfdec-%%VERSION%% diff --git a/irc/xchat/Makefile b/irc/xchat/Makefile deleted file mode 100644 index aa62df606..000000000 --- a/irc/xchat/Makefile +++ /dev/null @@ -1,124 +0,0 @@ -# New ports collection makefile for: xchat2 -# Date created: 17 Aug 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= xchat -PORTVERSION= 2.8.6 -PORTREVISION= 2 -CATEGORIES= irc gnome ipv6 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://xchat.org/files/source/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An X11 IRC client using the GTK+ 2 toolkit - -CONFLICTS= xchat-1* xchat-systray-plugin-[0-9]* - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomehack gtk20 -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -CONFIGURE_ARGS= --enable-ipv6 -WANT_PERL= yes - -OPTIONS= DBUS "Enable DBUS support" on \ - GTKSPELL "Enable spell check support using gtkspell" on \ - LIBSEXY "Enable spell check support using libsexy" off \ - NOTIFY "Depend on libnotify for notifications" off \ - PERL "Enable Perl support" on \ - PYTHON "Enable Python support" off \ - TCL "Enable TCL support" off \ - SOCKS "Build with socks5 support" off - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_DBUS) -LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -CONFIGURE_ARGS+=--enable-dbus -USE_GNOME+= gconf2 -GCONF_SCHEMAS+= apps_xchat_url_handler.schemas -PLIST_SUB+= DBUS="" -.else -CONFIGURE_ARGS+=--disable-dbus -PLIST_SUB+= DBUS="@comment " -.endif - -.if defined(WITH_GTKSPELL) -.if defined(WITH_LIBSEXY) -BROKEN= You can select only one of GTKSPELL and LIBSEXY for spell check support -.endif -LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell -CONFIGURE_ARGS+=--enable-spell=gtkspell -.endif - -.if defined(WITH_LIBSEXY) -.if defined(WITH_GTKSPELL) -BROKEN= You can select only one of GTKSPELL and LIBSEXY for spell check support -.endif -LIB_DEPENDS+= sexy.2:${PORTSDIR}/x11-toolkits/libsexy -CONFIGURE_ARGS+=--enable-spell=libsexy -.endif - -.if !defined(WITH_GTKSPELL) && !defined(WITH_LIBSEXY) -CONFIGURE_ARGS+=--enable-spell=none -.endif - -.if defined(WITH_NOTIFY) -RUN_DEPENDS+= notify-send:${PORTSDIR}/devel/libnotify \ - ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon -.endif - -.if defined(WITHOUT_PERL) -CONFIGURE_ARGS+=--disable-perl -PLIST_SUB+= PERL="@comment " -.else -USE_PERL5= yes -CONFIGURE_ARGS+=--enable-perl -PLIST_SUB+= PERL="" -.endif - -.if defined(WITH_PYTHON) -USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" -CONFIGURE_ARGS+=--enable-python -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+=--disable-python -PLIST_SUB+= PYTHON="@comment " -.endif - -.if defined(WITH_TCL) -LIB_DEPENDS+= tcl84.1:${PORTSDIR}/lang/tcl84 -CONFIGURE_ARGS+=--enable-tcl=${LOCALBASE}/lib/tcl8.4 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} \ - -I${LOCALBASE}/include/tcl8.4" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} \ - -L${LOCALBASE}/lib/tcl8.4" -PLIST_SUB+= TCL="" -.else -CONFIGURE_ARGS+=--enable-tcl=no -PLIST_SUB+= TCL="@comment " -.endif - -.if defined(WITH_SOCKS) -BUILD_DEPENDS+= ${LOCALBASE}/lib/libsocks5.a:${PORTSDIR}/net/socks5 -CONFIGURE_ARGS+=--enable-socks -.endif - -post-patch: - @${REINPLACE_CMD} -E -e 's|PY_LIBS=.*|PY_LIBS="-L\$$PY_EXEC_PREFIX/lib/python\$$PY_VER/config -lpython\$$PY_VER ${PTHREAD_LIBS} -lutil"|' \ - ${WRKSRC}/configure - -# Create plugins directory even when no plugins are installed -post-install: - @${MKDIR} ${PREFIX}/lib/xchat/plugins - -.include <bsd.port.post.mk> diff --git a/irc/xchat/distinfo b/irc/xchat/distinfo deleted file mode 100644 index 901a1ee75..000000000 --- a/irc/xchat/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xchat-2.8.6.tar.bz2) = 1f2670865d43a23a9abc596dde999aca -SHA256 (xchat-2.8.6.tar.bz2) = 8c89dbf36304b99363a7f090d695447653102b4528ca2aa367a2abe5cff1746d -SIZE (xchat-2.8.6.tar.bz2) = 1423645 diff --git a/irc/xchat/files/patch-configure b/irc/xchat/files/patch-configure deleted file mode 100644 index b40bb4f83..000000000 --- a/irc/xchat/files/patch-configure +++ /dev/null @@ -1,17 +0,0 @@ ---- configure.orig Wed Jul 4 19:41:43 2007 -+++ configure Wed Jul 4 19:42:45 2007 -@@ -26802,12 +26802,12 @@ - #include <libintl.h> - $gt_revision_test_code - extern int _nl_msg_cat_cntr; --extern int *_nl_domain_bindings; -+extern int *libintl_nl_domain_bindings; - int - main () - { - bindtextdomain ("", ""); --return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *_nl_domain_bindings -+return * gettext ("")$gt_expression_test_code + _nl_msg_cat_cntr + *libintl_nl_domain_bindings - ; - return 0; - } diff --git a/irc/xchat/files/patch-src_fe-gtk_xtext.h b/irc/xchat/files/patch-src_fe-gtk_xtext.h deleted file mode 100644 index f4a74269a..000000000 --- a/irc/xchat/files/patch-src_fe-gtk_xtext.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/fe-gtk/xtext.h.orig 2008-08-06 09:47:05.000000000 +0200 -+++ src/fe-gtk/xtext.h 2008-08-06 09:51:01.000000000 +0200 -@@ -270,6 +270,6 @@ void gtk_xtext_set_wordwrap (GtkXText *x - xtext_buffer *gtk_xtext_buffer_new (GtkXText *xtext); - void gtk_xtext_buffer_free (xtext_buffer *buf); - void gtk_xtext_buffer_show (GtkXText *xtext, xtext_buffer *buf, int render); --GtkType gtk_xtext_get_type (void); -+GType gtk_xtext_get_type (void); - - #endif diff --git a/irc/xchat/files/patch-xc286-smallfixes b/irc/xchat/files/patch-xc286-smallfixes deleted file mode 100644 index 581462477..000000000 --- a/irc/xchat/files/patch-xc286-smallfixes +++ /dev/null @@ -1,68 +0,0 @@ -# -# Various small fixes from CVS that are considered safe to apply to 2.8.6. -# ---- xchat-2.8.6/src/common/cfgfiles.c 2008-02-05 21:02:47.000000000 +1100 -+++ src/common/cfgfiles.c 2008-06-15 13:45:43.000000000 +1000 -@@ -886,7 +886,6 @@ - set_showval (session *sess, const struct prefs *var, char *tbuf) - { - int len, dots, j; -- static const char *offon[] = { "OFF", "ON" }; - - len = strlen (var->name); - memcpy (tbuf, var->name, len); -@@ -909,8 +908,10 @@ - *((int *) &prefs + var->offset)); - break; - case TYPE_BOOL: -- sprintf (tbuf + len, "\0033:\017 %s\n", offon[ -- *((int *) &prefs + var->offset)]); -+ if (*((int *) &prefs + var->offset)) -+ sprintf (tbuf + len, "\0033:\017 %s\n", "ON"); -+ else -+ sprintf (tbuf + len, "\0033:\017 %s\n", "OFF"); - break; - } - PrintText (sess, tbuf); ---- xchat-2.8.6/src/common/chanopt.c 2008-06-10 22:00:55.000000000 +1000 -+++ src/common/chanopt.c 2008-06-15 13:48:04.000000000 +1000 -@@ -32,7 +32,7 @@ - - #define S_F(xx) STRUCT_OFFSET_STR(struct session,xx) - --channel_options chanopt[] = -+static const channel_options chanopt[] = - { - {"alert_beep", "BEEP", S_F(alert_beep)}, - {"alert_taskbar", NULL, S_F(alert_taskbar)}, ---- xchat-2.8.6/src/common/servlist.c 2008-04-01 19:22:34.000000000 +1100 -+++ src/common/servlist.c 2008-06-15 13:57:41.000000000 +1000 -@@ -509,6 +509,8 @@ - list = g_slist_nth (net->servlist, net->selected); - if (!list) - list = net->servlist; -+ if (!list) -+ return; - ircserv = list->data; - - /* incase a protocol switch is added to the servlist gui */ ---- xchat-2.8.6/src/common/text.c 2008-03-28 13:20:04.000000000 +1100 -+++ src/common/text.c 2008-06-15 13:59:59.000000000 +1000 -@@ -216,7 +216,7 @@ - static void - scrollback_save (session *sess, char *text) - { -- char buf[1024]; -+ char buf[512 * 4]; - time_t stamp; - int len; - -@@ -266,7 +266,7 @@ - scrollback_load (session *sess) - { - int fh; -- char buf[1024]; -+ char buf[512 * 4]; - char *text; - time_t stamp; - int lines; diff --git a/irc/xchat/pkg-descr b/irc/xchat/pkg-descr deleted file mode 100644 index f93552a5a..000000000 --- a/irc/xchat/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -XChat is a graphical IRC client. It requires a computer running a -UNIX-like OS and the X Window System (X11), and the GTK 2 library. It can -also use Perl and (optionally) Python scripts. - -WWW: http://xchat.org/ diff --git a/irc/xchat/pkg-plist b/irc/xchat/pkg-plist deleted file mode 100644 index 0b63ee0bc..000000000 --- a/irc/xchat/pkg-plist +++ /dev/null @@ -1,41 +0,0 @@ -bin/xchat -%%PERL%%lib/xchat/plugins/perl.la -%%PERL%%lib/xchat/plugins/perl.so -%%PYTHON%%lib/xchat/plugins/python.la -%%PYTHON%%lib/xchat/plugins/python.so -%%TCL%%lib/xchat/plugins/tcl.la -%%TCL%%lib/xchat/plugins/tcl.so -share/applications/xchat.desktop -%%DBUS%%share/dbus-1/services/org.xchat.service.service -share/locale/be/LC_MESSAGES/xchat.mo -share/locale/ca/LC_MESSAGES/xchat.mo -share/locale/cs/LC_MESSAGES/xchat.mo -share/locale/de/LC_MESSAGES/xchat.mo -share/locale/el/LC_MESSAGES/xchat.mo -share/locale/es/LC_MESSAGES/xchat.mo -share/locale/fi/LC_MESSAGES/xchat.mo -share/locale/fr/LC_MESSAGES/xchat.mo -share/locale/gl/LC_MESSAGES/xchat.mo -share/locale/hu/LC_MESSAGES/xchat.mo -share/locale/it/LC_MESSAGES/xchat.mo -share/locale/ja/LC_MESSAGES/xchat.mo -share/locale/ko/LC_MESSAGES/xchat.mo -share/locale/lt/LC_MESSAGES/xchat.mo -share/locale/mk/LC_MESSAGES/xchat.mo -share/locale/nl/LC_MESSAGES/xchat.mo -share/locale/pa/LC_MESSAGES/xchat.mo -share/locale/pt/LC_MESSAGES/xchat.mo -share/locale/ru/LC_MESSAGES/xchat.mo -share/locale/sq/LC_MESSAGES/xchat.mo -share/locale/sr/LC_MESSAGES/xchat.mo -share/locale/sv/LC_MESSAGES/xchat.mo -share/locale/th/LC_MESSAGES/xchat.mo -share/locale/uk/LC_MESSAGES/xchat.mo -share/locale/vi/LC_MESSAGES/xchat.mo -share/locale/zh_CN/LC_MESSAGES/xchat.mo -share/locale/zh_TW/LC_MESSAGES/xchat.mo -share/pixmaps/xchat.png -@dirrmtry share/applications -@exec mkdir -p %D/lib/xchat/plugins -@dirrm lib/xchat/plugins -@dirrm lib/xchat diff --git a/japanese/libtomoe-gtk/Makefile b/japanese/libtomoe-gtk/Makefile deleted file mode 100644 index 217756ca6..000000000 --- a/japanese/libtomoe-gtk/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: ja-libtomoe-gtk -# Date created: 18 Dec 2005 -# Whom: Hajimu UMEMOTO <ume@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libtomoe-gtk -PORTVERSION= 0.6.0 -#PORTREVISION= 0 -PORTREVISION= 2 -CATEGORIES= japanese -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR=tomoe -DISTNAME= tomoe-gtk-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} - -MAINTAINER= ume@FreeBSD.org -COMMENT= TOMOE GTK+ library - -LIB_DEPENDS= tomoe.1:${PORTSDIR}/japanese/tomoe - -USE_GNOME= lthack gnomehack gtk20 -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_LDCONFIG= yes - -#OPTIONS= GUCHARMAP "Compile with gucharmap" on - -.include <bsd.port.pre.mk> - -#.if defined(WITHOUT_GUCHARMAP) -CONFIGURE_ARGS+=--with-gucharmap=no -PLIST_SUB+= GUCHARMAP="@comment " -#.else -#LIB_DEPENDS+= gucharmap.6:${PORTSDIR}/deskutils/gucharmap -#PLIST_SUB+= GUCHARMAP="" -#.endif - -.if exists(${LOCALBASE}/libdata/pkgconfig/pytomoe.pc) -USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" -CONFIGURE_ENV+= PYTHON_VERSION=${PYTHON_VERSION:S;python;;} \ - pyexecdir=${PYTHON_SITELIBDIR} -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+=--with-python=no -PLIST_SUB+= PYTHON="@comment " -.endif - -.include <bsd.port.post.mk> diff --git a/japanese/libtomoe-gtk/distinfo b/japanese/libtomoe-gtk/distinfo deleted file mode 100644 index e757e5ca3..000000000 --- a/japanese/libtomoe-gtk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (tomoe-gtk-0.6.0.tar.gz) = bd49ac64549d8a7ab092bea1c1dc04fc -SHA256 (tomoe-gtk-0.6.0.tar.gz) = 4e9b228e25451b1e875127a57eb40270e38c59cf4d46bc25c208e370d884ba64 -SIZE (tomoe-gtk-0.6.0.tar.gz) = 448058 diff --git a/japanese/libtomoe-gtk/pkg-descr b/japanese/libtomoe-gtk/pkg-descr deleted file mode 100644 index d2ccc68ca..000000000 --- a/japanese/libtomoe-gtk/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -TOMOE GTK+ library - -WWW: http://tomoe.sourceforge.jp/ diff --git a/japanese/libtomoe-gtk/pkg-plist b/japanese/libtomoe-gtk/pkg-plist deleted file mode 100644 index 1c3f1fe89..000000000 --- a/japanese/libtomoe-gtk/pkg-plist +++ /dev/null @@ -1,49 +0,0 @@ -include/tomoe/gtk/tomoe-canvas.h -include/tomoe/gtk/tomoe-char-table.h -include/tomoe/gtk/tomoe-details.h -include/tomoe/gtk/tomoe-edit-char.h -include/tomoe/gtk/tomoe-edit-meta.h -include/tomoe/gtk/tomoe-edit-strokes.h -include/tomoe/gtk/tomoe-gtk.h -include/tomoe/gtk/tomoe-gtk-config.h -include/tomoe/gtk/tomoe-gtk-enum-types.h -%%GUCHARMAP%%include/tomoe/gtk/tomoe-gucharmap.h -include/tomoe/gtk/tomoe-handwriting.h -include/tomoe/gtk/tomoe-reading-search.h -include/tomoe/gtk/tomoe-scrollable.h -include/tomoe/gtk/tomoe-window.h -@dirrm include/tomoe/gtk -@dirrmtry include/tomoe -lib/libtomoe-gtk.a -lib/libtomoe-gtk.la -lib/libtomoe-gtk.so -lib/libtomoe-gtk.so.1 -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gtk-2.0/tomoegtk.a -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gtk-2.0/tomoegtk.la -%%PYTHON%%%%PYTHON_SITELIBDIR%%/gtk-2.0/tomoegtk.so -libdata/pkgconfig/tomoe-gtk.pc -share/tomoe-gtk/tomoe-data-view.png -share/tomoe-gtk/tomoe-dictionary.png -share/tomoe-gtk/tomoe-gucharmap.png -share/tomoe-gtk/tomoe-handwriting.png -share/tomoe-gtk/tomoe-search.png -@dirrm share/tomoe-gtk -share/gtk-doc/html/libtomoe-gtk/TomoeCanvas.html -share/gtk-doc/html/libtomoe-gtk/TomoeCharTable.html -share/gtk-doc/html/libtomoe-gtk/TomoeHandwriting.html -share/gtk-doc/html/libtomoe-gtk/TomoeWindow.html -share/gtk-doc/html/libtomoe-gtk/home.png -share/gtk-doc/html/libtomoe-gtk/index.html -share/gtk-doc/html/libtomoe-gtk/index.sgml -share/gtk-doc/html/libtomoe-gtk/ix01.html -share/gtk-doc/html/libtomoe-gtk/left.png -share/gtk-doc/html/libtomoe-gtk/libtomoe-gtk-tomoe-scrollable.html -share/gtk-doc/html/libtomoe-gtk/libtomoe-gtk.devhelp -share/gtk-doc/html/libtomoe-gtk/libtomoe-gtk.devhelp2 -share/gtk-doc/html/libtomoe-gtk/libtomoe-gtk.html -share/gtk-doc/html/libtomoe-gtk/right.png -share/gtk-doc/html/libtomoe-gtk/style.css -share/gtk-doc/html/libtomoe-gtk/up.png -@dirrm share/gtk-doc/html/libtomoe-gtk -@dirrmtry share/gtk-doc/html -@dirrmtry share/gtk-doc diff --git a/lang/vala/Makefile b/lang/vala/Makefile deleted file mode 100644 index 05c5254ea..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.19 2008/10/20 23:53:51 kwm Exp $ -# - -PORTNAME= vala -PORTVERSION= 0.4.0 -PORTREVISION= 1 -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 -MAN1= valac.1 -USE_LDCONFIG= yes - -.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 709febd39..000000000 --- a/lang/vala/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (vala-0.4.0.tar.bz2) = 9aea32dc66e42895d7cbebe79b6dc6d5 -SHA256 (vala-0.4.0.tar.bz2) = 0a08ba289566e4d69b937c6bc29e43ba99b445811583b08bdef8d4b52e8a7d0c -SIZE (vala-0.4.0.tar.bz2) = 1431282 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 265723494..000000000 --- a/lang/vala/pkg-plist +++ /dev/null @@ -1,380 +0,0 @@ -%%VAPIGEN%%bin/vala-gen-introspect -bin/valac -%%VAPIGEN%%bin/vapicheck -%%VAPIGEN%%bin/vapigen -include/vala-1.0/ccode/valaccodeassignment.h -include/vala-1.0/ccode/valaccodebinaryexpression.h -include/vala-1.0/ccode/valaccodeblock.h -include/vala-1.0/ccode/valaccodebreakstatement.h -include/vala-1.0/ccode/valaccodecasestatement.h -include/vala-1.0/ccode/valaccodecastexpression.h -include/vala-1.0/ccode/valaccodecommaexpression.h -include/vala-1.0/ccode/valaccodecomment.h -include/vala-1.0/ccode/valaccodeconditionalexpression.h -include/vala-1.0/ccode/valaccodeconstant.h -include/vala-1.0/ccode/valaccodecontinuestatement.h -include/vala-1.0/ccode/valaccodedeclaration.h -include/vala-1.0/ccode/valaccodedeclarator.h -include/vala-1.0/ccode/valaccodedostatement.h -include/vala-1.0/ccode/valaccodeelementaccess.h -include/vala-1.0/ccode/valaccodeemptystatement.h -include/vala-1.0/ccode/valaccodeenum.h -include/vala-1.0/ccode/valaccodeenumvalue.h -include/vala-1.0/ccode/valaccodeexpression.h -include/vala-1.0/ccode/valaccodeexpressionstatement.h -include/vala-1.0/ccode/valaccodeformalparameter.h -include/vala-1.0/ccode/valaccodeforstatement.h -include/vala-1.0/ccode/valaccodefragment.h -include/vala-1.0/ccode/valaccodefunction.h -include/vala-1.0/ccode/valaccodefunctioncall.h -include/vala-1.0/ccode/valaccodefunctiondeclarator.h -include/vala-1.0/ccode/valaccodegotostatement.h -include/vala-1.0/ccode/valaccodeidentifier.h -include/vala-1.0/ccode/valaccodeifstatement.h -include/vala-1.0/ccode/valaccodeincludedirective.h -include/vala-1.0/ccode/valaccodeinitializerlist.h -include/vala-1.0/ccode/valaccodelabel.h -include/vala-1.0/ccode/valaccodelinedirective.h -include/vala-1.0/ccode/valaccodemacroreplacement.h -include/vala-1.0/ccode/valaccodememberaccess.h -include/vala-1.0/ccode/valaccodemodifiers.h -include/vala-1.0/ccode/valaccodenewline.h -include/vala-1.0/ccode/valaccodenode.h -include/vala-1.0/ccode/valaccodeoncesection.h -include/vala-1.0/ccode/valaccodeparenthesizedexpression.h -include/vala-1.0/ccode/valaccodereturnstatement.h -include/vala-1.0/ccode/valaccodestatement.h -include/vala-1.0/ccode/valaccodestruct.h -include/vala-1.0/ccode/valaccodeswitchstatement.h -include/vala-1.0/ccode/valaccodetypedefinition.h -include/vala-1.0/ccode/valaccodeunaryexpression.h -include/vala-1.0/ccode/valaccodevariabledeclarator.h -include/vala-1.0/ccode/valaccodewhilestatement.h -include/vala-1.0/ccode/valaccodewriter.h -include/vala-1.0/gee/arraylist.h -include/vala-1.0/gee/collection.h -include/vala-1.0/gee/collectionobject.h -include/vala-1.0/gee/hashmap.h -include/vala-1.0/gee/hashset.h -include/vala-1.0/gee/iterable.h -include/vala-1.0/gee/iterator.h -include/vala-1.0/gee/list.h -include/vala-1.0/gee/map.h -include/vala-1.0/gee/readonlycollection.h -include/vala-1.0/gee/readonlylist.h -include/vala-1.0/gee/readonlymap.h -include/vala-1.0/gee/readonlyset.h -include/vala-1.0/gee/set.h -include/vala-1.0/gobject/valaccodearraycreationexpressionbinding.h -include/vala-1.0/gobject/valaccodeassignmentbinding.h -include/vala-1.0/gobject/valaccodebinding.h -include/vala-1.0/gobject/valaccodeclassbinding.h -include/vala-1.0/gobject/valaccodecompiler.h -include/vala-1.0/gobject/valaccodecreationmethodbinding.h -include/vala-1.0/gobject/valaccodedynamicmethodbinding.h -include/vala-1.0/gobject/valaccodedynamicpropertybinding.h -include/vala-1.0/gobject/valaccodedynamicsignalbinding.h -include/vala-1.0/gobject/valaccodeelementaccessbinding.h -include/vala-1.0/gobject/valaccodeexpressionbinding.h -include/vala-1.0/gobject/valaccodegenerator.h -include/vala-1.0/gobject/valaccodegeneratorsignal.h -include/vala-1.0/gobject/valaccodegeneratorsourcefile.h -include/vala-1.0/gobject/valaccodegeneratorstruct.h -include/vala-1.0/gobject/valaccodeinterfacebinding.h -include/vala-1.0/gobject/valaccodeinvocationexpressionbinding.h -include/vala-1.0/gobject/valaccodememberaccessbinding.h -include/vala-1.0/gobject/valaccodemethodbinding.h -include/vala-1.0/gobject/valaccodeobjecttypesymbolbinding.h -include/vala-1.0/gobject/valaccodetypesymbolbinding.h -include/vala-1.0/gobject/valaclassregisterfunction.h -include/vala-1.0/gobject/valagirwriter.h -include/vala-1.0/gobject/valainterfaceregisterfunction.h -include/vala-1.0/gobject/valatyperegisterfunction.h -include/vala-1.0/vala/vala.h -include/vala-1.0/vala/valaaddressofexpression.h -include/vala-1.0/vala/valaarraycreationexpression.h -include/vala-1.0/vala/valaarraylengthfield.h -include/vala-1.0/vala/valaarraymovemethod.h -include/vala-1.0/vala/valaarrayresizemethod.h -include/vala-1.0/vala/valaarraytype.h -include/vala-1.0/vala/valaassignment.h -include/vala-1.0/vala/valaattribute.h -include/vala-1.0/vala/valaattributeprocessor.h -include/vala-1.0/vala/valabaseaccess.h -include/vala-1.0/vala/valabasicblock.h -include/vala-1.0/vala/valabinaryexpression.h -include/vala-1.0/vala/valablock.h -include/vala-1.0/vala/valabooleanliteral.h -include/vala-1.0/vala/valabreakstatement.h -include/vala-1.0/vala/valacastexpression.h -include/vala-1.0/vala/valacatchclause.h -include/vala-1.0/vala/valacfgbuilder.h -include/vala-1.0/vala/valacharacterliteral.h -include/vala-1.0/vala/valaclass.h -include/vala-1.0/vala/valaclasstype.h -include/vala-1.0/vala/valacodebinding.h -include/vala-1.0/vala/valacodecontext.h -include/vala-1.0/vala/valacodegenerator.h -include/vala-1.0/vala/valacodenode.h -include/vala-1.0/vala/valacodevisitor.h -include/vala-1.0/vala/valaconditionalexpression.h -include/vala-1.0/vala/valaconstant.h -include/vala-1.0/vala/valaconstructor.h -include/vala-1.0/vala/valacontinuestatement.h -include/vala-1.0/vala/valacreationmethod.h -include/vala-1.0/vala/valadatatype.h -include/vala-1.0/vala/valadeclarationstatement.h -include/vala-1.0/vala/valadelegate.h -include/vala-1.0/vala/valadelegatetype.h -include/vala-1.0/vala/valadeletestatement.h -include/vala-1.0/vala/valadestructor.h -include/vala-1.0/vala/valadostatement.h -include/vala-1.0/vala/valadynamicmethod.h -include/vala-1.0/vala/valadynamicproperty.h -include/vala-1.0/vala/valadynamicsignal.h -include/vala-1.0/vala/valaelementaccess.h -include/vala-1.0/vala/valaemptystatement.h -include/vala-1.0/vala/valaenum.h -include/vala-1.0/vala/valaenumvalue.h -include/vala-1.0/vala/valaerrorcode.h -include/vala-1.0/vala/valaerrordomain.h -include/vala-1.0/vala/valaerrortype.h -include/vala-1.0/vala/valaexpression.h -include/vala-1.0/vala/valaexpressionstatement.h -include/vala-1.0/vala/valafield.h -include/vala-1.0/vala/valafieldprototype.h -include/vala-1.0/vala/valaforeachstatement.h -include/vala-1.0/vala/valaformalparameter.h -include/vala-1.0/vala/valaforstatement.h -include/vala-1.0/vala/valagenieparser.h -include/vala-1.0/vala/valageniescanner.h -include/vala-1.0/vala/valagenietokentype.h -include/vala-1.0/vala/valaifstatement.h -include/vala-1.0/vala/valainitializerlist.h -include/vala-1.0/vala/valainstancecast.h -include/vala-1.0/vala/valaintegerliteral.h -include/vala-1.0/vala/valaintegertype.h -include/vala-1.0/vala/valainterface.h -include/vala-1.0/vala/valainterfacetype.h -include/vala-1.0/vala/valainterfacewriter.h -include/vala-1.0/vala/valainvalidtype.h -include/vala-1.0/vala/valainvocationexpression.h -include/vala-1.0/vala/valalambdaexpression.h -include/vala-1.0/vala/valaliteral.h -include/vala-1.0/vala/valalocalvariable.h -include/vala-1.0/vala/valalockable.h -include/vala-1.0/vala/valalockstatement.h -include/vala-1.0/vala/valamember.h -include/vala-1.0/vala/valamemberaccess.h -include/vala-1.0/vala/valamemberinitializer.h -include/vala-1.0/vala/valamethod.h -include/vala-1.0/vala/valamethodtype.h -include/vala-1.0/vala/valanamedargument.h -include/vala-1.0/vala/valanamespace.h -include/vala-1.0/vala/valanullchecker.h -include/vala-1.0/vala/valanullliteral.h -include/vala-1.0/vala/valanulltype.h -include/vala-1.0/vala/valaobjectcreationexpression.h -include/vala-1.0/vala/valaobjecttype.h -include/vala-1.0/vala/valaobjecttypesymbol.h -include/vala-1.0/vala/valaparenthesizedexpression.h -include/vala-1.0/vala/valaparser.h -include/vala-1.0/vala/valapointerindirection.h -include/vala-1.0/vala/valapointertype.h -include/vala-1.0/vala/valapostfixexpression.h -include/vala-1.0/vala/valaproperty.h -include/vala-1.0/vala/valapropertyaccessor.h -include/vala-1.0/vala/valarealliteral.h -include/vala-1.0/vala/valareferencetransferexpression.h -include/vala-1.0/vala/valareferencetype.h -include/vala-1.0/vala/valareport.h -include/vala-1.0/vala/valareturnstatement.h -include/vala-1.0/vala/valascanner.h -include/vala-1.0/vala/valascope.h -include/vala-1.0/vala/valasemanticanalyzer.h -include/vala-1.0/vala/valasignal.h -include/vala-1.0/vala/valasignaltype.h -include/vala-1.0/vala/valasizeofexpression.h -include/vala-1.0/vala/valasourcefile.h -include/vala-1.0/vala/valasourcefilecycle.h -include/vala-1.0/vala/valasourcelocation.h -include/vala-1.0/vala/valasourcereference.h -include/vala-1.0/vala/valastatement.h -include/vala-1.0/vala/valastringliteral.h -include/vala-1.0/vala/valastruct.h -include/vala-1.0/vala/valaswitchlabel.h -include/vala-1.0/vala/valaswitchsection.h -include/vala-1.0/vala/valaswitchstatement.h -include/vala-1.0/vala/valasymbol.h -include/vala-1.0/vala/valasymbolresolver.h -include/vala-1.0/vala/valathrowstatement.h -include/vala-1.0/vala/valatokentype.h -include/vala-1.0/vala/valatrystatement.h -include/vala-1.0/vala/valatuple.h -include/vala-1.0/vala/valatypecheck.h -include/vala-1.0/vala/valatypeofexpression.h -include/vala-1.0/vala/valatypeparameter.h -include/vala-1.0/vala/valatypeparametertype.h -include/vala-1.0/vala/valatypesymbol.h -include/vala-1.0/vala/valaunaryexpression.h -include/vala-1.0/vala/valaunresolvedsymbol.h -include/vala-1.0/vala/valaunresolvedtype.h -include/vala-1.0/vala/valausingdirective.h -include/vala-1.0/vala/valavaluetype.h -include/vala-1.0/vala/valavoidtype.h -include/vala-1.0/vala/valawhilestatement.h -lib/libvala.la -lib/libvala.so -lib/libvala.so.0 -libdata/pkgconfig/vala-1.0.pc -%%VAPIGEN%%lib/vala/gen-introspect -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/atk.vapi -%%DATADIR%%/vapi/bzlib.vapi -%%DATADIR%%/vapi/cairo.vapi -%%DATADIR%%/vapi/curses.vapi -%%DATADIR%%/vapi/dbus-glib-1.vapi -%%DATADIR%%/vapi/enchant.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/glib-2.0.vapi -%%DATADIR%%/vapi/gmodule-2.0.vapi -%%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/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/libepc-1.0.vapi -%%DATADIR%%/vapi/libftdi.deps -%%DATADIR%%/vapi/libftdi.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/libnotify.deps -%%DATADIR%%/vapi/libnotify.vapi -%%DATADIR%%/vapi/liboobs-1.vapi -%%DATADIR%%/vapi/libpanelapplet-2.0.deps -%%DATADIR%%/vapi/libpanelapplet-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.vapi -%%DATADIR%%/vapi/libwnck-1.0.deps -%%DATADIR%%/vapi/libwnck-1.0.vapi -%%DATADIR%%/vapi/libxml-2.0.vapi -%%DATADIR%%/vapi/loudmouth-1.0.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/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/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/zlib.vapi -@dirrm share/devhelp/books/vala -@dirrmtry share/devhelp/books -@dirrmtry share/devhelp -%%VAPIGEN%%@dirrm lib/vala -@dirrm lib/pkgconfig -@dirrm include/vala-1.0/vala -@dirrm include/vala-1.0/gobject -@dirrm include/vala-1.0/gee -@dirrm include/vala-1.0/ccode -@dirrm include/vala-1.0 diff --git a/mail/evolution-exchange/Makefile b/mail/evolution-exchange/Makefile deleted file mode 100644 index 21c35afa6..000000000 --- a/mail/evolution-exchange/Makefile +++ /dev/null @@ -1,67 +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.128 2008/11/07 21:44:30 mezz Exp $ -# - -PORTNAME= evolution-exchange -PORTVERSION= 2.24.2 -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:15 -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.24 -VERSION= 2.24 -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 !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 - -.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' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/mail/evolution-exchange/distinfo b/mail/evolution-exchange/distinfo deleted file mode 100644 index 00b4d272a..000000000 --- a/mail/evolution-exchange/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/evolution-exchange-2.24.2.tar.bz2) = 718b08eabd8965b18990838ffe1a1bb9 -SHA256 (gnome2/evolution-exchange-2.24.2.tar.bz2) = 7486a9878ca932d0716cf1ced15bf3dc4e332b10b16648784bbfd4c55f4d5fb1 -SIZE (gnome2/evolution-exchange-2.24.2.tar.bz2) = 939118 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 141c0232c..000000000 --- a/mail/evolution-exchange/pkg-plist +++ /dev/null @@ -1,176 +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/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/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/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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/mail/evolution-sharp/Makefile b/mail/evolution-sharp/Makefile deleted file mode 100644 index 589de9f4b..000000000 --- a/mail/evolution-sharp/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: evolution-sharp -# Date created: 20041012 -# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> -# -# $FreeBSD$ -# $Id: Makefile,v 1.9 2008-11-07 22:10:40 mezz Exp $ -# - -PORTNAME= evolution-sharp -PORTVERSION= 0.18.1 -CATEGORIES= mail gnome -MASTER_SITES= GNOME - -MAINTAINER= bsd-sharp@googlegroups.com -COMMENT= Mono bindings for evolution - -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 adcb78423..000000000 --- a/mail/evolution-sharp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (evolution-sharp-0.18.1.tar.bz2) = 85fb9417093e54ef1da7c8248f94472e -SHA256 (evolution-sharp-0.18.1.tar.bz2) = bf0258f2d73a7bacafb94dde87b4806f4b6bf9d94a96d98fa1cea09026d215c4 -SIZE (evolution-sharp-0.18.1.tar.bz2) = 317001 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 f37cd0bb6..000000000 --- a/mail/evolution/Makefile +++ /dev/null @@ -1,107 +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.185 2008/11/07 21:39:34 mezz Exp $ -# - -PORTNAME= evolution -PORTVERSION= 2.24.2 -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 -USE_AUTOTOOLS= libtool:15 -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_LDCONFIG= yes -LDCONFIG_DIRS= %%PREFIX%%/lib/evolution/%%VERSION%% -CONFIGURE_ARGS= --enable-nss=yes \ - --enable-mono=no \ - --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.24 -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//' \ - ${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 - -post-install: install-ldconfig-file - ${MKDIR} ${PREFIX}/include/evolution-${EVO_VERSION}/composer - ${INSTALL_DATA} ${WRKSRC}/composer/e-msg*.h ${PREFIX}/include/evolution-${EVO_VERSION}/composer - -.include <bsd.port.post.mk> diff --git a/mail/evolution/distinfo b/mail/evolution/distinfo deleted file mode 100644 index 916e90898..000000000 --- a/mail/evolution/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/evolution-2.24.2.tar.bz2) = 2b6621e8b71b06db57b776f66798f3b4 -SHA256 (gnome2/evolution-2.24.2.tar.bz2) = 27e7dbcb6379e43e0a11fc9a4112bed52ea6ca19f8a693ee9dcc6f46b1369807 -SIZE (gnome2/evolution-2.24.2.tar.bz2) = 32620836 diff --git a/mail/evolution/files/patch-aa b/mail/evolution/files/patch-aa deleted file mode 100644 index ef43e24cd..000000000 --- a/mail/evolution/files/patch-aa +++ /dev/null @@ -1,45 +0,0 @@ ---- configure.orig 2007-10-28 12:24:23.000000000 -0500 -+++ configure 2007-10-28 12:26:19.000000000 -0500 -@@ -23831,6 +23831,16 @@ - 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='' - SOEXT='.so' -@@ -25449,6 +25459,7 @@ - #include <sys/socket.h> - #include <netinet/in.h> - #include <netdb.h> -+ #include <stdio.h> - - #define BUFSIZE (sizeof(struct hostent)+10) - -@@ -29382,7 +29393,7 @@ - LDFLAGS_save="$LDFLAGS" - - 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" - { echo "$as_me:$LINENO: checking for Kerberos 5" >&5 - echo $ECHO_N "checking for Kerberos 5... $ECHO_C" >&6; } -@@ -37936,7 +37947,7 @@ - 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-mail_em-utils.h b/mail/evolution/files/patch-mail_em-utils.h deleted file mode 100644 index b3e7b9ffb..000000000 --- a/mail/evolution/files/patch-mail_em-utils.h +++ /dev/null @@ -1,10 +0,0 @@ ---- mail/em-utils.h.orig Tue Aug 3 16:59:46 2004 -+++ mail/em-utils.h Tue Aug 3 17:00:04 2004 -@@ -23,6 +23,7 @@ - #ifndef __EM_UTILS_H__ - #define __EM_UTILS_H__ - -+#include <sys/types.h> - #include <glib.h> - - #ifdef __cplusplus 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/files/patch-widgets_e-timezone-dialog_e-timezone-dialog.c b/mail/evolution/files/patch-widgets_e-timezone-dialog_e-timezone-dialog.c deleted file mode 100644 index 800f60386..000000000 --- a/mail/evolution/files/patch-widgets_e-timezone-dialog_e-timezone-dialog.c +++ /dev/null @@ -1,34 +0,0 @@ ---- widgets/e-timezone-dialog/e-timezone-dialog.c.orig 2007-11-30 05:24:05.000000000 +0100 -+++ widgets/e-timezone-dialog/e-timezone-dialog.c 2007-12-21 16:24:39.000000000 +0100 -@@ -82,7 +82,9 @@ - - #ifndef G_OS_WIN32 /* Declared properly in time.h already */ - extern char *tzname[2]; -+#ifndef __BSD_VISIBLE - extern long timezone; -+#endif - extern int daylight; - #endif - -@@ -326,9 +328,20 @@ - get_local_timezone(void) - { - icaltimezone *zone; -+ long offset; -+#ifdef __BSD_VISIBLE -+ time_t tt; -+ struct tm tm; -+#endif - - tzset(); -- zone = icaltimezone_get_builtin_timezone_from_offset (-timezone, tzname[0]); -+#ifdef __BSD_VISIBLE -+ localtime_r (&tt, &tm); -+ offset = tm.tm_gmtoff; -+#else -+ offset = -timezone; -+#endif -+ zone = icaltimezone_get_builtin_timezone_from_offset (offset, tzname[0]); - - return zone; - } 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 6b16d67f5..000000000 --- a/mail/evolution/pkg-plist +++ /dev/null @@ -1,2351 +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/dialogs/comp-editor-page.h -include/evolution-%%VERSION%%/calendar/gui/dialogs/comp-editor.h -include/evolution-%%VERSION%%/calendar/gui/e-cal-config.h -include/evolution-%%VERSION%%/calendar/gui/e-cal-popup.h -include/evolution-%%VERSION%%/calendar/gui/itip-utils.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-bit-array.h -include/evolution-%%VERSION%%/e-util/e-categories-config.h -include/evolution-%%VERSION%%/e-util/e-config-listener.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-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-gui-utils.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-menu.h -include/evolution-%%VERSION%%/e-util/e-mktemp.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-marshal.h -include/evolution-%%VERSION%%/e-util/e-util.h -include/evolution-%%VERSION%%/e-util/e-xml-utils.h -include/evolution-%%VERSION%%/mail/Evolution-Mail.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-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-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-mt.h -include/evolution-%%VERSION%%/mail/mail-ops.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-bar.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-expander.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-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-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-mail-attachments-import-ics.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-mail-attachments-import-ics.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-evolution-mail-attachments-import-ics.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-face.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-face.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-face.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-mark-calendar-offline.a -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mark-calendar-offline.la -lib/evolution/%%VERSION%%/plugins/liborg-gnome-mark-calendar-offline.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/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-mail-attachments-import-ics.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-face.eplug -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-mark-calendar-offline.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/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/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/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-face.errors.xml -%%DATADIR%%/%%VERSION%%/errors/org-gnome-itip-formatter.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-mail-retract-errors.xml -%%DATADIR%%/%%VERSION%%/errors/org-gnome-mailing-list-actions.error -%%DATADIR%%/%%VERSION%%/errors/org-gnome-proxy-errors.xml -%%DATADIR%%/%%VERSION%%/errors/org-gnome-proxy-login-errors.xml -%%DATADIR%%/%%VERSION%%/errors/org-gnome-shared-folder.errors.xml -%%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-attachment.glade -%%DATADIR%%/%%VERSION%%/glade/e-contact-print.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/fulladdr.glade -%%DATADIR%%/%%VERSION%%/glade/fullname.glade -%%DATADIR%%/%%VERSION%%/glade/gal-categories.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/im.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/meeting-page.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/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/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/Screenshot-Evolution-mailer-Preferences.png -share/gnome/help/evolution/C/figures/Screenshot-Free-Busy.png -share/gnome/help/evolution/C/figures/account_editor_a.png -share/gnome/help/evolution/C/figures/addrs_book_a.png -share/gnome/help/evolution/C/figures/attach_reminder_a.png -share/gnome/help/evolution/C/figures/calendar.png -share/gnome/help/evolution/C/figures/categories_a.png -share/gnome/help/evolution/C/figures/collap_head_a.png -share/gnome/help/evolution/C/figures/config-cal.png -share/gnome/help/evolution/C/figures/config-mail.png -share/gnome/help/evolution/C/figures/contact-editor.png -share/gnome/help/evolution/C/figures/contact.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_account_editor_a.png -share/gnome/help/evolution/C/figures/evo_account_info_a.png -share/gnome/help/evolution/C/figures/evo_add_rule_a.png -share/gnome/help/evolution/C/figures/evo_adv_search_a.png -share/gnome/help/evolution/C/figures/evo_allday_a.png -share/gnome/help/evolution/C/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/C/figures/evo_backup.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_a.png -share/gnome/help/evolution/C/figures/evo_cal_advsearch.png -share/gnome/help/evolution/C/figures/evo_cal_callout_a.png -share/gnome/help/evolution/C/figures/evo_cal_prop_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_contacteditor_a.png -share/gnome/help/evolution/C/figures/evo_crash_recovery.png -share/gnome/help/evolution/C/figures/evo_custom_header.png -share/gnome/help/evolution/C/figures/evo_debuglogs_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_rule_a.png -share/gnome/help/evolution/C/figures/evo_edit_search.png -share/gnome/help/evolution/C/figures/evo_email_a.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_gwreceiveedit_a.png -share/gnome/help/evolution/C/figures/evo_gwreceiveoptedit_a.png -share/gnome/help/evolution/C/figures/evo_gwstatustrack.png -share/gnome/help/evolution/C/figures/evo_identity_a.png -share/gnome/help/evolution/C/figures/evo_identityedit_a.png -share/gnome/help/evolution/C/figures/evo_imapheader_a.png -share/gnome/help/evolution/C/figures/evo_imapreceive_a.png -share/gnome/help/evolution/C/figures/evo_import_asst_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_mereceive_a.png -share/gnome/help/evolution/C/figures/evo_message_filters_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_receive_setup2_a.png -share/gnome/help/evolution/C/figures/evo_receive_setup_a.png -share/gnome/help/evolution/C/figures/evo_rmdrnotes_a.png -share/gnome/help/evolution/C/figures/evo_rule_a.png -share/gnome/help/evolution/C/figures/evo_select_add_folder.png -share/gnome/help/evolution/C/figures/evo_select_folder.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_timezone_a.png -share/gnome/help/evolution/C/figures/evo_usereceive_a.png -share/gnome/help/evolution/C/figures/exchange-delegation.png -share/gnome/help/evolution/C/figures/exchange-identity.png -share/gnome/help/evolution/C/figures/exchange-receive-options.png -share/gnome/help/evolution/C/figures/exchange-receive.png -share/gnome/help/evolution/C/figures/exchg-identity.png -share/gnome/help/evolution/C/figures/exchng-identity.png -share/gnome/help/evolution/C/figures/exchng-rec-mail.png -share/gnome/help/evolution/C/figures/exchng-rec-mails.png -share/gnome/help/evolution/C/figures/exchng-rec-option.png -share/gnome/help/evolution/C/figures/exchng-rec-options.png -share/gnome/help/evolution/C/figures/exchng-settings.png -share/gnome/help/evolution/C/figures/filter-new-fig.png -share/gnome/help/evolution/C/figures/free_busy.png -share/gnome/help/evolution/C/figures/full-1.png -share/gnome/help/evolution/C/figures/full-2.png -share/gnome/help/evolution/C/figures/full-3.png -share/gnome/help/evolution/C/figures/full-4.png -share/gnome/help/evolution/C/figures/full-5.png -share/gnome/help/evolution/C/figures/full-6.png -share/gnome/help/evolution/C/figures/full-7.png -share/gnome/help/evolution/C/figures/google_cal_view.png -share/gnome/help/evolution/C/figures/mail-druid-pic.png -share/gnome/help/evolution/C/figures/mail-inbox.png -share/gnome/help/evolution/C/figures/mail-threaded.png -share/gnome/help/evolution/C/figures/mail_mainwindow_a.png -share/gnome/help/evolution/C/figures/mailer_preferences.png -share/gnome/help/evolution/C/figures/mainwindow-pic.png -share/gnome/help/evolution/C/figures/minus.png -share/gnome/help/evolution/C/figures/newmsg.png -share/gnome/help/evolution/C/figures/plus.png -share/gnome/help/evolution/C/figures/proxy-cal.png -share/gnome/help/evolution/C/figures/proxy-login.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/replymsg.png -share/gnome/help/evolution/C/figures/schedule.png -share/gnome/help/evolution/C/figures/stock_search.png -share/gnome/help/evolution/C/figures/sub-others-folder.png -share/gnome/help/evolution/C/figures/sub-pub-fold.png -share/gnome/help/evolution/C/figures/ver_view_a.png -share/gnome/help/evolution/C/figures/vfolder-createrule-fig.png -share/gnome/help/evolution/cs/evolution.xml -share/gnome/help/evolution/cs/figures/Screenshot-Evolution-mailer-Preferences.png -share/gnome/help/evolution/cs/figures/Screenshot-Free-Busy.png -share/gnome/help/evolution/cs/figures/account_editor_a.png -share/gnome/help/evolution/cs/figures/addrs_book_a.png -share/gnome/help/evolution/cs/figures/attach_reminder_a.png -share/gnome/help/evolution/cs/figures/calendar.png -share/gnome/help/evolution/cs/figures/categories_a.png -share/gnome/help/evolution/cs/figures/collap_head_a.png -share/gnome/help/evolution/cs/figures/config-cal.png -share/gnome/help/evolution/cs/figures/config-mail.png -share/gnome/help/evolution/cs/figures/contact-editor.png -share/gnome/help/evolution/cs/figures/contact.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_account_editor_a.png -share/gnome/help/evolution/cs/figures/evo_account_info_a.png -share/gnome/help/evolution/cs/figures/evo_add_rule_a.png -share/gnome/help/evolution/cs/figures/evo_adv_search_a.png -share/gnome/help/evolution/cs/figures/evo_allday_a.png -share/gnome/help/evolution/cs/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/cs/figures/evo_backup.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_a.png -share/gnome/help/evolution/cs/figures/evo_cal_advsearch.png -share/gnome/help/evolution/cs/figures/evo_cal_callout_a.png -share/gnome/help/evolution/cs/figures/evo_cal_prop_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_contacteditor_a.png -share/gnome/help/evolution/cs/figures/evo_crash_recovery.png -share/gnome/help/evolution/cs/figures/evo_custom_header.png -share/gnome/help/evolution/cs/figures/evo_debuglogs_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_rule_a.png -share/gnome/help/evolution/cs/figures/evo_edit_search.png -share/gnome/help/evolution/cs/figures/evo_email_a.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_gwreceiveedit_a.png -share/gnome/help/evolution/cs/figures/evo_gwreceiveoptedit_a.png -share/gnome/help/evolution/cs/figures/evo_gwstatustrack.png -share/gnome/help/evolution/cs/figures/evo_identity_a.png -share/gnome/help/evolution/cs/figures/evo_identityedit_a.png -share/gnome/help/evolution/cs/figures/evo_imapheader_a.png -share/gnome/help/evolution/cs/figures/evo_imapreceive_a.png -share/gnome/help/evolution/cs/figures/evo_import_asst_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_mereceive_a.png -share/gnome/help/evolution/cs/figures/evo_message_filters_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_receive_setup2_a.png -share/gnome/help/evolution/cs/figures/evo_receive_setup_a.png -share/gnome/help/evolution/cs/figures/evo_rmdrnotes_a.png -share/gnome/help/evolution/cs/figures/evo_rule_a.png -share/gnome/help/evolution/cs/figures/evo_select_add_folder.png -share/gnome/help/evolution/cs/figures/evo_select_folder.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_timezone_a.png -share/gnome/help/evolution/cs/figures/evo_usereceive_a.png -share/gnome/help/evolution/cs/figures/exchange-delegation.png -share/gnome/help/evolution/cs/figures/exchange-identity.png -share/gnome/help/evolution/cs/figures/exchange-receive-options.png -share/gnome/help/evolution/cs/figures/exchange-receive.png -share/gnome/help/evolution/cs/figures/exchg-identity.png -share/gnome/help/evolution/cs/figures/exchng-identity.png -share/gnome/help/evolution/cs/figures/exchng-rec-mail.png -share/gnome/help/evolution/cs/figures/exchng-rec-mails.png -share/gnome/help/evolution/cs/figures/exchng-rec-option.png -share/gnome/help/evolution/cs/figures/exchng-rec-options.png -share/gnome/help/evolution/cs/figures/exchng-settings.png -share/gnome/help/evolution/cs/figures/filter-new-fig.png -share/gnome/help/evolution/cs/figures/free_busy.png -share/gnome/help/evolution/cs/figures/full-1.png -share/gnome/help/evolution/cs/figures/full-2.png -share/gnome/help/evolution/cs/figures/full-3.png -share/gnome/help/evolution/cs/figures/full-4.png -share/gnome/help/evolution/cs/figures/full-5.png -share/gnome/help/evolution/cs/figures/full-6.png -share/gnome/help/evolution/cs/figures/full-7.png -share/gnome/help/evolution/cs/figures/google_cal_view.png -share/gnome/help/evolution/cs/figures/mail-druid-pic.png -share/gnome/help/evolution/cs/figures/mail-inbox.png -share/gnome/help/evolution/cs/figures/mail-threaded.png -share/gnome/help/evolution/cs/figures/mail_mainwindow_a.png -share/gnome/help/evolution/cs/figures/mailer_preferences.png -share/gnome/help/evolution/cs/figures/mainwindow-pic.png -share/gnome/help/evolution/cs/figures/minus.png -share/gnome/help/evolution/cs/figures/newmsg.png -share/gnome/help/evolution/cs/figures/plus.png -share/gnome/help/evolution/cs/figures/proxy-cal.png -share/gnome/help/evolution/cs/figures/proxy-login.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/replymsg.png -share/gnome/help/evolution/cs/figures/schedule.png -share/gnome/help/evolution/cs/figures/stock_search.png -share/gnome/help/evolution/cs/figures/sub-others-folder.png -share/gnome/help/evolution/cs/figures/sub-pub-fold.png -share/gnome/help/evolution/cs/figures/ver_view_a.png -share/gnome/help/evolution/cs/figures/vfolder-createrule-fig.png -share/gnome/help/evolution/de/evolution.xml -share/gnome/help/evolution/de/figures/Screenshot-Evolution-mailer-Preferences.png -share/gnome/help/evolution/de/figures/Screenshot-Free-Busy.png -share/gnome/help/evolution/de/figures/account_editor_a.png -share/gnome/help/evolution/de/figures/addrs_book_a.png -share/gnome/help/evolution/de/figures/attach_reminder_a.png -share/gnome/help/evolution/de/figures/calendar.png -share/gnome/help/evolution/de/figures/categories_a.png -share/gnome/help/evolution/de/figures/collap_head_a.png -share/gnome/help/evolution/de/figures/config-cal.png -share/gnome/help/evolution/de/figures/config-mail.png -share/gnome/help/evolution/de/figures/contact-editor.png -share/gnome/help/evolution/de/figures/contact.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_account_editor_a.png -share/gnome/help/evolution/de/figures/evo_account_info_a.png -share/gnome/help/evolution/de/figures/evo_add_rule_a.png -share/gnome/help/evolution/de/figures/evo_adv_search_a.png -share/gnome/help/evolution/de/figures/evo_allday_a.png -share/gnome/help/evolution/de/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/de/figures/evo_backup.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_a.png -share/gnome/help/evolution/de/figures/evo_cal_advsearch.png -share/gnome/help/evolution/de/figures/evo_cal_callout_a.png -share/gnome/help/evolution/de/figures/evo_cal_prop_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_contacteditor_a.png -share/gnome/help/evolution/de/figures/evo_crash_recovery.png -share/gnome/help/evolution/de/figures/evo_custom_header.png -share/gnome/help/evolution/de/figures/evo_debuglogs_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_rule_a.png -share/gnome/help/evolution/de/figures/evo_edit_search.png -share/gnome/help/evolution/de/figures/evo_email_a.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_gwreceiveedit_a.png -share/gnome/help/evolution/de/figures/evo_gwreceiveoptedit_a.png -share/gnome/help/evolution/de/figures/evo_gwstatustrack.png -share/gnome/help/evolution/de/figures/evo_identity_a.png -share/gnome/help/evolution/de/figures/evo_identityedit_a.png -share/gnome/help/evolution/de/figures/evo_imapheader_a.png -share/gnome/help/evolution/de/figures/evo_imapreceive_a.png -share/gnome/help/evolution/de/figures/evo_import_asst_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_mereceive_a.png -share/gnome/help/evolution/de/figures/evo_message_filters_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_receive_setup2_a.png -share/gnome/help/evolution/de/figures/evo_receive_setup_a.png -share/gnome/help/evolution/de/figures/evo_rmdrnotes_a.png -share/gnome/help/evolution/de/figures/evo_rule_a.png -share/gnome/help/evolution/de/figures/evo_select_add_folder.png -share/gnome/help/evolution/de/figures/evo_select_folder.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_timezone_a.png -share/gnome/help/evolution/de/figures/evo_usereceive_a.png -share/gnome/help/evolution/de/figures/exchange-delegation.png -share/gnome/help/evolution/de/figures/exchange-identity.png -share/gnome/help/evolution/de/figures/exchange-receive-options.png -share/gnome/help/evolution/de/figures/exchange-receive.png -share/gnome/help/evolution/de/figures/exchg-identity.png -share/gnome/help/evolution/de/figures/exchng-identity.png -share/gnome/help/evolution/de/figures/exchng-rec-mail.png -share/gnome/help/evolution/de/figures/exchng-rec-mails.png -share/gnome/help/evolution/de/figures/exchng-rec-option.png -share/gnome/help/evolution/de/figures/exchng-rec-options.png -share/gnome/help/evolution/de/figures/exchng-settings.png -share/gnome/help/evolution/de/figures/filter-new-fig.png -share/gnome/help/evolution/de/figures/free_busy.png -share/gnome/help/evolution/de/figures/full-1.png -share/gnome/help/evolution/de/figures/full-2.png -share/gnome/help/evolution/de/figures/full-3.png -share/gnome/help/evolution/de/figures/full-4.png -share/gnome/help/evolution/de/figures/full-5.png -share/gnome/help/evolution/de/figures/full-6.png -share/gnome/help/evolution/de/figures/full-7.png -share/gnome/help/evolution/de/figures/google_cal_view.png -share/gnome/help/evolution/de/figures/mail-druid-pic.png -share/gnome/help/evolution/de/figures/mail-inbox.png -share/gnome/help/evolution/de/figures/mail-threaded.png -share/gnome/help/evolution/de/figures/mail_mainwindow_a.png -share/gnome/help/evolution/de/figures/mailer_preferences.png -share/gnome/help/evolution/de/figures/mainwindow-pic.png -share/gnome/help/evolution/de/figures/minus.png -share/gnome/help/evolution/de/figures/newmsg.png -share/gnome/help/evolution/de/figures/plus.png -share/gnome/help/evolution/de/figures/proxy-cal.png -share/gnome/help/evolution/de/figures/proxy-login.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/replymsg.png -share/gnome/help/evolution/de/figures/schedule.png -share/gnome/help/evolution/de/figures/stock_search.png -share/gnome/help/evolution/de/figures/sub-others-folder.png -share/gnome/help/evolution/de/figures/sub-pub-fold.png -share/gnome/help/evolution/de/figures/ver_view_a.png -share/gnome/help/evolution/de/figures/vfolder-createrule-fig.png -share/gnome/help/evolution/el/evolution.xml -share/gnome/help/evolution/el/figures/Screenshot-Evolution-mailer-Preferences.png -share/gnome/help/evolution/el/figures/Screenshot-Free-Busy.png -share/gnome/help/evolution/el/figures/account_editor_a.png -share/gnome/help/evolution/el/figures/addrs_book_a.png -share/gnome/help/evolution/el/figures/attach_reminder_a.png -share/gnome/help/evolution/el/figures/calendar.png -share/gnome/help/evolution/el/figures/categories_a.png -share/gnome/help/evolution/el/figures/collap_head_a.png -share/gnome/help/evolution/el/figures/config-cal.png -share/gnome/help/evolution/el/figures/config-mail.png -share/gnome/help/evolution/el/figures/contact-editor.png -share/gnome/help/evolution/el/figures/contact.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_account_editor_a.png -share/gnome/help/evolution/el/figures/evo_account_info_a.png -share/gnome/help/evolution/el/figures/evo_add_rule_a.png -share/gnome/help/evolution/el/figures/evo_adv_search_a.png -share/gnome/help/evolution/el/figures/evo_allday_a.png -share/gnome/help/evolution/el/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/el/figures/evo_backup.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_a.png -share/gnome/help/evolution/el/figures/evo_cal_advsearch.png -share/gnome/help/evolution/el/figures/evo_cal_callout_a.png -share/gnome/help/evolution/el/figures/evo_cal_prop_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_contacteditor_a.png -share/gnome/help/evolution/el/figures/evo_crash_recovery.png -share/gnome/help/evolution/el/figures/evo_custom_header.png -share/gnome/help/evolution/el/figures/evo_debuglogs_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_rule_a.png -share/gnome/help/evolution/el/figures/evo_edit_search.png -share/gnome/help/evolution/el/figures/evo_email_a.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_gwreceiveedit_a.png -share/gnome/help/evolution/el/figures/evo_gwreceiveoptedit_a.png -share/gnome/help/evolution/el/figures/evo_gwstatustrack.png -share/gnome/help/evolution/el/figures/evo_identity_a.png -share/gnome/help/evolution/el/figures/evo_identityedit_a.png -share/gnome/help/evolution/el/figures/evo_imapheader_a.png -share/gnome/help/evolution/el/figures/evo_imapreceive_a.png -share/gnome/help/evolution/el/figures/evo_import_asst_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_mereceive_a.png -share/gnome/help/evolution/el/figures/evo_message_filters_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_receive_setup2_a.png -share/gnome/help/evolution/el/figures/evo_receive_setup_a.png -share/gnome/help/evolution/el/figures/evo_rmdrnotes_a.png -share/gnome/help/evolution/el/figures/evo_rule_a.png -share/gnome/help/evolution/el/figures/evo_select_add_folder.png -share/gnome/help/evolution/el/figures/evo_select_folder.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_timezone_a.png -share/gnome/help/evolution/el/figures/evo_usereceive_a.png -share/gnome/help/evolution/el/figures/exchange-delegation.png -share/gnome/help/evolution/el/figures/exchange-identity.png -share/gnome/help/evolution/el/figures/exchange-receive-options.png -share/gnome/help/evolution/el/figures/exchange-receive.png -share/gnome/help/evolution/el/figures/exchg-identity.png -share/gnome/help/evolution/el/figures/exchng-identity.png -share/gnome/help/evolution/el/figures/exchng-rec-mail.png -share/gnome/help/evolution/el/figures/exchng-rec-mails.png -share/gnome/help/evolution/el/figures/exchng-rec-option.png -share/gnome/help/evolution/el/figures/exchng-rec-options.png -share/gnome/help/evolution/el/figures/exchng-settings.png -share/gnome/help/evolution/el/figures/filter-new-fig.png -share/gnome/help/evolution/el/figures/free_busy.png -share/gnome/help/evolution/el/figures/full-1.png -share/gnome/help/evolution/el/figures/full-2.png -share/gnome/help/evolution/el/figures/full-3.png -share/gnome/help/evolution/el/figures/full-4.png -share/gnome/help/evolution/el/figures/full-5.png -share/gnome/help/evolution/el/figures/full-6.png -share/gnome/help/evolution/el/figures/full-7.png -share/gnome/help/evolution/el/figures/google_cal_view.png -share/gnome/help/evolution/el/figures/mail-druid-pic.png -share/gnome/help/evolution/el/figures/mail-inbox.png -share/gnome/help/evolution/el/figures/mail-threaded.png -share/gnome/help/evolution/el/figures/mail_mainwindow_a.png -share/gnome/help/evolution/el/figures/mailer_preferences.png -share/gnome/help/evolution/el/figures/mainwindow-pic.png -share/gnome/help/evolution/el/figures/minus.png -share/gnome/help/evolution/el/figures/newmsg.png -share/gnome/help/evolution/el/figures/plus.png -share/gnome/help/evolution/el/figures/proxy-cal.png -share/gnome/help/evolution/el/figures/proxy-login.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/replymsg.png -share/gnome/help/evolution/el/figures/schedule.png -share/gnome/help/evolution/el/figures/stock_search.png -share/gnome/help/evolution/el/figures/sub-others-folder.png -share/gnome/help/evolution/el/figures/sub-pub-fold.png -share/gnome/help/evolution/el/figures/ver_view_a.png -share/gnome/help/evolution/el/figures/vfolder-createrule-fig.png -share/gnome/help/evolution/en_GB/evolution.xml -share/gnome/help/evolution/en_GB/figures/Screenshot-Evolution-mailer-Preferences.png -share/gnome/help/evolution/en_GB/figures/Screenshot-Free-Busy.png -share/gnome/help/evolution/en_GB/figures/account_editor_a.png -share/gnome/help/evolution/en_GB/figures/addrs_book_a.png -share/gnome/help/evolution/en_GB/figures/attach_reminder_a.png -share/gnome/help/evolution/en_GB/figures/calendar.png -share/gnome/help/evolution/en_GB/figures/categories_a.png -share/gnome/help/evolution/en_GB/figures/collap_head_a.png -share/gnome/help/evolution/en_GB/figures/config-cal.png -share/gnome/help/evolution/en_GB/figures/config-mail.png -share/gnome/help/evolution/en_GB/figures/contact-editor.png -share/gnome/help/evolution/en_GB/figures/contact.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_account_editor_a.png -share/gnome/help/evolution/en_GB/figures/evo_account_info_a.png -share/gnome/help/evolution/en_GB/figures/evo_add_rule_a.png -share/gnome/help/evolution/en_GB/figures/evo_adv_search_a.png -share/gnome/help/evolution/en_GB/figures/evo_allday_a.png -share/gnome/help/evolution/en_GB/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/en_GB/figures/evo_backup.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_a.png -share/gnome/help/evolution/en_GB/figures/evo_cal_advsearch.png -share/gnome/help/evolution/en_GB/figures/evo_cal_callout_a.png -share/gnome/help/evolution/en_GB/figures/evo_cal_prop_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_contacteditor_a.png -share/gnome/help/evolution/en_GB/figures/evo_crash_recovery.png -share/gnome/help/evolution/en_GB/figures/evo_custom_header.png -share/gnome/help/evolution/en_GB/figures/evo_debuglogs_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_rule_a.png -share/gnome/help/evolution/en_GB/figures/evo_edit_search.png -share/gnome/help/evolution/en_GB/figures/evo_email_a.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_gwreceiveedit_a.png -share/gnome/help/evolution/en_GB/figures/evo_gwreceiveoptedit_a.png -share/gnome/help/evolution/en_GB/figures/evo_gwstatustrack.png -share/gnome/help/evolution/en_GB/figures/evo_identity_a.png -share/gnome/help/evolution/en_GB/figures/evo_identityedit_a.png -share/gnome/help/evolution/en_GB/figures/evo_imapheader_a.png -share/gnome/help/evolution/en_GB/figures/evo_imapreceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_import_asst_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_mereceive_a.png -share/gnome/help/evolution/en_GB/figures/evo_message_filters_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_receive_setup2_a.png -share/gnome/help/evolution/en_GB/figures/evo_receive_setup_a.png -share/gnome/help/evolution/en_GB/figures/evo_rmdrnotes_a.png -share/gnome/help/evolution/en_GB/figures/evo_rule_a.png -share/gnome/help/evolution/en_GB/figures/evo_select_add_folder.png -share/gnome/help/evolution/en_GB/figures/evo_select_folder.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_timezone_a.png -share/gnome/help/evolution/en_GB/figures/evo_usereceive_a.png -share/gnome/help/evolution/en_GB/figures/exchange-delegation.png -share/gnome/help/evolution/en_GB/figures/exchange-identity.png -share/gnome/help/evolution/en_GB/figures/exchange-receive-options.png -share/gnome/help/evolution/en_GB/figures/exchange-receive.png -share/gnome/help/evolution/en_GB/figures/exchg-identity.png -share/gnome/help/evolution/en_GB/figures/exchng-identity.png -share/gnome/help/evolution/en_GB/figures/exchng-rec-mail.png -share/gnome/help/evolution/en_GB/figures/exchng-rec-mails.png -share/gnome/help/evolution/en_GB/figures/exchng-rec-option.png -share/gnome/help/evolution/en_GB/figures/exchng-rec-options.png -share/gnome/help/evolution/en_GB/figures/exchng-settings.png -share/gnome/help/evolution/en_GB/figures/filter-new-fig.png -share/gnome/help/evolution/en_GB/figures/free_busy.png -share/gnome/help/evolution/en_GB/figures/full-1.png -share/gnome/help/evolution/en_GB/figures/full-2.png -share/gnome/help/evolution/en_GB/figures/full-3.png -share/gnome/help/evolution/en_GB/figures/full-4.png -share/gnome/help/evolution/en_GB/figures/full-5.png -share/gnome/help/evolution/en_GB/figures/full-6.png -share/gnome/help/evolution/en_GB/figures/full-7.png -share/gnome/help/evolution/en_GB/figures/google_cal_view.png -share/gnome/help/evolution/en_GB/figures/mail-druid-pic.png -share/gnome/help/evolution/en_GB/figures/mail-inbox.png -share/gnome/help/evolution/en_GB/figures/mail-threaded.png -share/gnome/help/evolution/en_GB/figures/mail_mainwindow_a.png -share/gnome/help/evolution/en_GB/figures/mailer_preferences.png -share/gnome/help/evolution/en_GB/figures/mainwindow-pic.png -share/gnome/help/evolution/en_GB/figures/minus.png -share/gnome/help/evolution/en_GB/figures/newmsg.png -share/gnome/help/evolution/en_GB/figures/plus.png -share/gnome/help/evolution/en_GB/figures/proxy-cal.png -share/gnome/help/evolution/en_GB/figures/proxy-login.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/replymsg.png -share/gnome/help/evolution/en_GB/figures/schedule.png -share/gnome/help/evolution/en_GB/figures/stock_search.png -share/gnome/help/evolution/en_GB/figures/sub-others-folder.png -share/gnome/help/evolution/en_GB/figures/sub-pub-fold.png -share/gnome/help/evolution/en_GB/figures/ver_view_a.png -share/gnome/help/evolution/en_GB/figures/vfolder-createrule-fig.png -share/gnome/help/evolution/es/evolution.xml -share/gnome/help/evolution/es/figures/Screenshot-Evolution-mailer-Preferences.png -share/gnome/help/evolution/es/figures/Screenshot-Free-Busy.png -share/gnome/help/evolution/es/figures/account_editor_a.png -share/gnome/help/evolution/es/figures/addrs_book_a.png -share/gnome/help/evolution/es/figures/attach_reminder_a.png -share/gnome/help/evolution/es/figures/calendar.png -share/gnome/help/evolution/es/figures/categories_a.png -share/gnome/help/evolution/es/figures/collap_head_a.png -share/gnome/help/evolution/es/figures/config-cal.png -share/gnome/help/evolution/es/figures/config-mail.png -share/gnome/help/evolution/es/figures/contact-editor.png -share/gnome/help/evolution/es/figures/contact.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_account_editor_a.png -share/gnome/help/evolution/es/figures/evo_account_info_a.png -share/gnome/help/evolution/es/figures/evo_add_rule_a.png -share/gnome/help/evolution/es/figures/evo_adv_search_a.png -share/gnome/help/evolution/es/figures/evo_allday_a.png -share/gnome/help/evolution/es/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/es/figures/evo_backup.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_a.png -share/gnome/help/evolution/es/figures/evo_cal_advsearch.png -share/gnome/help/evolution/es/figures/evo_cal_callout_a.png -share/gnome/help/evolution/es/figures/evo_cal_prop_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_contacteditor_a.png -share/gnome/help/evolution/es/figures/evo_crash_recovery.png -share/gnome/help/evolution/es/figures/evo_custom_header.png -share/gnome/help/evolution/es/figures/evo_debuglogs_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_rule_a.png -share/gnome/help/evolution/es/figures/evo_edit_search.png -share/gnome/help/evolution/es/figures/evo_email_a.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_gwreceiveedit_a.png -share/gnome/help/evolution/es/figures/evo_gwreceiveoptedit_a.png -share/gnome/help/evolution/es/figures/evo_gwstatustrack.png -share/gnome/help/evolution/es/figures/evo_identity_a.png -share/gnome/help/evolution/es/figures/evo_identityedit_a.png -share/gnome/help/evolution/es/figures/evo_imapheader_a.png -share/gnome/help/evolution/es/figures/evo_imapreceive_a.png -share/gnome/help/evolution/es/figures/evo_import_asst_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_mereceive_a.png -share/gnome/help/evolution/es/figures/evo_message_filters_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_receive_setup2_a.png -share/gnome/help/evolution/es/figures/evo_receive_setup_a.png -share/gnome/help/evolution/es/figures/evo_rmdrnotes_a.png -share/gnome/help/evolution/es/figures/evo_rule_a.png -share/gnome/help/evolution/es/figures/evo_select_add_folder.png -share/gnome/help/evolution/es/figures/evo_select_folder.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_timezone_a.png -share/gnome/help/evolution/es/figures/evo_usereceive_a.png -share/gnome/help/evolution/es/figures/exchange-delegation.png -share/gnome/help/evolution/es/figures/exchange-identity.png -share/gnome/help/evolution/es/figures/exchange-receive-options.png -share/gnome/help/evolution/es/figures/exchange-receive.png -share/gnome/help/evolution/es/figures/exchg-identity.png -share/gnome/help/evolution/es/figures/exchng-identity.png -share/gnome/help/evolution/es/figures/exchng-rec-mail.png -share/gnome/help/evolution/es/figures/exchng-rec-mails.png -share/gnome/help/evolution/es/figures/exchng-rec-option.png -share/gnome/help/evolution/es/figures/exchng-rec-options.png -share/gnome/help/evolution/es/figures/exchng-settings.png -share/gnome/help/evolution/es/figures/filter-new-fig.png -share/gnome/help/evolution/es/figures/free_busy.png -share/gnome/help/evolution/es/figures/full-1.png -share/gnome/help/evolution/es/figures/full-2.png -share/gnome/help/evolution/es/figures/full-3.png -share/gnome/help/evolution/es/figures/full-4.png -share/gnome/help/evolution/es/figures/full-5.png -share/gnome/help/evolution/es/figures/full-6.png -share/gnome/help/evolution/es/figures/full-7.png -share/gnome/help/evolution/es/figures/google_cal_view.png -share/gnome/help/evolution/es/figures/mail-druid-pic.png -share/gnome/help/evolution/es/figures/mail-inbox.png -share/gnome/help/evolution/es/figures/mail-threaded.png -share/gnome/help/evolution/es/figures/mail_mainwindow_a.png -share/gnome/help/evolution/es/figures/mailer_preferences.png -share/gnome/help/evolution/es/figures/mainwindow-pic.png -share/gnome/help/evolution/es/figures/minus.png -share/gnome/help/evolution/es/figures/newmsg.png -share/gnome/help/evolution/es/figures/plus.png -share/gnome/help/evolution/es/figures/proxy-cal.png -share/gnome/help/evolution/es/figures/proxy-login.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/replymsg.png -share/gnome/help/evolution/es/figures/schedule.png -share/gnome/help/evolution/es/figures/stock_search.png -share/gnome/help/evolution/es/figures/sub-others-folder.png -share/gnome/help/evolution/es/figures/sub-pub-fold.png -share/gnome/help/evolution/es/figures/ver_view_a.png -share/gnome/help/evolution/es/figures/vfolder-createrule-fig.png -share/gnome/help/evolution/fr/evolution.xml -share/gnome/help/evolution/fr/figures/Screenshot-Evolution-mailer-Preferences.png -share/gnome/help/evolution/fr/figures/Screenshot-Free-Busy.png -share/gnome/help/evolution/fr/figures/account_editor_a.png -share/gnome/help/evolution/fr/figures/addrs_book_a.png -share/gnome/help/evolution/fr/figures/attach_reminder_a.png -share/gnome/help/evolution/fr/figures/calendar.png -share/gnome/help/evolution/fr/figures/categories_a.png -share/gnome/help/evolution/fr/figures/collap_head_a.png -share/gnome/help/evolution/fr/figures/config-cal.png -share/gnome/help/evolution/fr/figures/config-mail.png -share/gnome/help/evolution/fr/figures/contact-editor.png -share/gnome/help/evolution/fr/figures/contact.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_account_editor_a.png -share/gnome/help/evolution/fr/figures/evo_account_info_a.png -share/gnome/help/evolution/fr/figures/evo_add_rule_a.png -share/gnome/help/evolution/fr/figures/evo_adv_search_a.png -share/gnome/help/evolution/fr/figures/evo_allday_a.png -share/gnome/help/evolution/fr/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/fr/figures/evo_backup.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_a.png -share/gnome/help/evolution/fr/figures/evo_cal_advsearch.png -share/gnome/help/evolution/fr/figures/evo_cal_callout_a.png -share/gnome/help/evolution/fr/figures/evo_cal_prop_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_contacteditor_a.png -share/gnome/help/evolution/fr/figures/evo_crash_recovery.png -share/gnome/help/evolution/fr/figures/evo_custom_header.png -share/gnome/help/evolution/fr/figures/evo_debuglogs_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_rule_a.png -share/gnome/help/evolution/fr/figures/evo_edit_search.png -share/gnome/help/evolution/fr/figures/evo_email_a.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_gwreceiveedit_a.png -share/gnome/help/evolution/fr/figures/evo_gwreceiveoptedit_a.png -share/gnome/help/evolution/fr/figures/evo_gwstatustrack.png -share/gnome/help/evolution/fr/figures/evo_identity_a.png -share/gnome/help/evolution/fr/figures/evo_identityedit_a.png -share/gnome/help/evolution/fr/figures/evo_imapheader_a.png -share/gnome/help/evolution/fr/figures/evo_imapreceive_a.png -share/gnome/help/evolution/fr/figures/evo_import_asst_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_mereceive_a.png -share/gnome/help/evolution/fr/figures/evo_message_filters_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_receive_setup2_a.png -share/gnome/help/evolution/fr/figures/evo_receive_setup_a.png -share/gnome/help/evolution/fr/figures/evo_rmdrnotes_a.png -share/gnome/help/evolution/fr/figures/evo_rule_a.png -share/gnome/help/evolution/fr/figures/evo_select_add_folder.png -share/gnome/help/evolution/fr/figures/evo_select_folder.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_timezone_a.png -share/gnome/help/evolution/fr/figures/evo_usereceive_a.png -share/gnome/help/evolution/fr/figures/exchange-delegation.png -share/gnome/help/evolution/fr/figures/exchange-identity.png -share/gnome/help/evolution/fr/figures/exchange-receive-options.png -share/gnome/help/evolution/fr/figures/exchange-receive.png -share/gnome/help/evolution/fr/figures/exchg-identity.png -share/gnome/help/evolution/fr/figures/exchng-identity.png -share/gnome/help/evolution/fr/figures/exchng-rec-mail.png -share/gnome/help/evolution/fr/figures/exchng-rec-mails.png -share/gnome/help/evolution/fr/figures/exchng-rec-option.png -share/gnome/help/evolution/fr/figures/exchng-rec-options.png -share/gnome/help/evolution/fr/figures/exchng-settings.png -share/gnome/help/evolution/fr/figures/filter-new-fig.png -share/gnome/help/evolution/fr/figures/free_busy.png -share/gnome/help/evolution/fr/figures/full-1.png -share/gnome/help/evolution/fr/figures/full-2.png -share/gnome/help/evolution/fr/figures/full-3.png -share/gnome/help/evolution/fr/figures/full-4.png -share/gnome/help/evolution/fr/figures/full-5.png -share/gnome/help/evolution/fr/figures/full-6.png -share/gnome/help/evolution/fr/figures/full-7.png -share/gnome/help/evolution/fr/figures/google_cal_view.png -share/gnome/help/evolution/fr/figures/mail-druid-pic.png -share/gnome/help/evolution/fr/figures/mail-inbox.png -share/gnome/help/evolution/fr/figures/mail-threaded.png -share/gnome/help/evolution/fr/figures/mail_mainwindow_a.png -share/gnome/help/evolution/fr/figures/mailer_preferences.png -share/gnome/help/evolution/fr/figures/mainwindow-pic.png -share/gnome/help/evolution/fr/figures/minus.png -share/gnome/help/evolution/fr/figures/newmsg.png -share/gnome/help/evolution/fr/figures/plus.png -share/gnome/help/evolution/fr/figures/proxy-cal.png -share/gnome/help/evolution/fr/figures/proxy-login.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/replymsg.png -share/gnome/help/evolution/fr/figures/schedule.png -share/gnome/help/evolution/fr/figures/stock_search.png -share/gnome/help/evolution/fr/figures/sub-others-folder.png -share/gnome/help/evolution/fr/figures/sub-pub-fold.png -share/gnome/help/evolution/fr/figures/ver_view_a.png -share/gnome/help/evolution/fr/figures/vfolder-createrule-fig.png -share/gnome/help/evolution/mk/evolution.xml -share/gnome/help/evolution/mk/figures/Screenshot-Evolution-mailer-Preferences.png -share/gnome/help/evolution/mk/figures/Screenshot-Free-Busy.png -share/gnome/help/evolution/mk/figures/account_editor_a.png -share/gnome/help/evolution/mk/figures/addrs_book_a.png -share/gnome/help/evolution/mk/figures/attach_reminder_a.png -share/gnome/help/evolution/mk/figures/calendar.png -share/gnome/help/evolution/mk/figures/categories_a.png -share/gnome/help/evolution/mk/figures/collap_head_a.png -share/gnome/help/evolution/mk/figures/config-cal.png -share/gnome/help/evolution/mk/figures/config-mail.png -share/gnome/help/evolution/mk/figures/contact-editor.png -share/gnome/help/evolution/mk/figures/contact.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_account_editor_a.png -share/gnome/help/evolution/mk/figures/evo_account_info_a.png -share/gnome/help/evolution/mk/figures/evo_add_rule_a.png -share/gnome/help/evolution/mk/figures/evo_adv_search_a.png -share/gnome/help/evolution/mk/figures/evo_allday_a.png -share/gnome/help/evolution/mk/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/mk/figures/evo_backup.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_a.png -share/gnome/help/evolution/mk/figures/evo_cal_advsearch.png -share/gnome/help/evolution/mk/figures/evo_cal_callout_a.png -share/gnome/help/evolution/mk/figures/evo_cal_prop_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_contacteditor_a.png -share/gnome/help/evolution/mk/figures/evo_crash_recovery.png -share/gnome/help/evolution/mk/figures/evo_custom_header.png -share/gnome/help/evolution/mk/figures/evo_debuglogs_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_rule_a.png -share/gnome/help/evolution/mk/figures/evo_edit_search.png -share/gnome/help/evolution/mk/figures/evo_email_a.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_gwreceiveedit_a.png -share/gnome/help/evolution/mk/figures/evo_gwreceiveoptedit_a.png -share/gnome/help/evolution/mk/figures/evo_gwstatustrack.png -share/gnome/help/evolution/mk/figures/evo_identity_a.png -share/gnome/help/evolution/mk/figures/evo_identityedit_a.png -share/gnome/help/evolution/mk/figures/evo_imapheader_a.png -share/gnome/help/evolution/mk/figures/evo_imapreceive_a.png -share/gnome/help/evolution/mk/figures/evo_import_asst_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_mereceive_a.png -share/gnome/help/evolution/mk/figures/evo_message_filters_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_receive_setup2_a.png -share/gnome/help/evolution/mk/figures/evo_receive_setup_a.png -share/gnome/help/evolution/mk/figures/evo_rmdrnotes_a.png -share/gnome/help/evolution/mk/figures/evo_rule_a.png -share/gnome/help/evolution/mk/figures/evo_select_add_folder.png -share/gnome/help/evolution/mk/figures/evo_select_folder.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_timezone_a.png -share/gnome/help/evolution/mk/figures/evo_usereceive_a.png -share/gnome/help/evolution/mk/figures/exchange-delegation.png -share/gnome/help/evolution/mk/figures/exchange-identity.png -share/gnome/help/evolution/mk/figures/exchange-receive-options.png -share/gnome/help/evolution/mk/figures/exchange-receive.png -share/gnome/help/evolution/mk/figures/exchg-identity.png -share/gnome/help/evolution/mk/figures/exchng-identity.png -share/gnome/help/evolution/mk/figures/exchng-rec-mail.png -share/gnome/help/evolution/mk/figures/exchng-rec-mails.png -share/gnome/help/evolution/mk/figures/exchng-rec-option.png -share/gnome/help/evolution/mk/figures/exchng-rec-options.png -share/gnome/help/evolution/mk/figures/exchng-settings.png -share/gnome/help/evolution/mk/figures/filter-new-fig.png -share/gnome/help/evolution/mk/figures/free_busy.png -share/gnome/help/evolution/mk/figures/full-1.png -share/gnome/help/evolution/mk/figures/full-2.png -share/gnome/help/evolution/mk/figures/full-3.png -share/gnome/help/evolution/mk/figures/full-4.png -share/gnome/help/evolution/mk/figures/full-5.png -share/gnome/help/evolution/mk/figures/full-6.png -share/gnome/help/evolution/mk/figures/full-7.png -share/gnome/help/evolution/mk/figures/google_cal_view.png -share/gnome/help/evolution/mk/figures/mail-druid-pic.png -share/gnome/help/evolution/mk/figures/mail-inbox.png -share/gnome/help/evolution/mk/figures/mail-threaded.png -share/gnome/help/evolution/mk/figures/mail_mainwindow_a.png -share/gnome/help/evolution/mk/figures/mailer_preferences.png -share/gnome/help/evolution/mk/figures/mainwindow-pic.png -share/gnome/help/evolution/mk/figures/minus.png -share/gnome/help/evolution/mk/figures/newmsg.png -share/gnome/help/evolution/mk/figures/plus.png -share/gnome/help/evolution/mk/figures/proxy-cal.png -share/gnome/help/evolution/mk/figures/proxy-login.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/replymsg.png -share/gnome/help/evolution/mk/figures/schedule.png -share/gnome/help/evolution/mk/figures/stock_search.png -share/gnome/help/evolution/mk/figures/sub-others-folder.png -share/gnome/help/evolution/mk/figures/sub-pub-fold.png -share/gnome/help/evolution/mk/figures/ver_view_a.png -share/gnome/help/evolution/mk/figures/vfolder-createrule-fig.png -share/gnome/help/evolution/oc/evolution.xml -share/gnome/help/evolution/oc/figures/Screenshot-Evolution-mailer-Preferences.png -share/gnome/help/evolution/oc/figures/Screenshot-Free-Busy.png -share/gnome/help/evolution/oc/figures/account_editor_a.png -share/gnome/help/evolution/oc/figures/addrs_book_a.png -share/gnome/help/evolution/oc/figures/attach_reminder_a.png -share/gnome/help/evolution/oc/figures/calendar.png -share/gnome/help/evolution/oc/figures/categories_a.png -share/gnome/help/evolution/oc/figures/collap_head_a.png -share/gnome/help/evolution/oc/figures/config-cal.png -share/gnome/help/evolution/oc/figures/config-mail.png -share/gnome/help/evolution/oc/figures/contact-editor.png -share/gnome/help/evolution/oc/figures/contact.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_account_editor_a.png -share/gnome/help/evolution/oc/figures/evo_account_info_a.png -share/gnome/help/evolution/oc/figures/evo_add_rule_a.png -share/gnome/help/evolution/oc/figures/evo_adv_search_a.png -share/gnome/help/evolution/oc/figures/evo_allday_a.png -share/gnome/help/evolution/oc/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/oc/figures/evo_backup.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_a.png -share/gnome/help/evolution/oc/figures/evo_cal_advsearch.png -share/gnome/help/evolution/oc/figures/evo_cal_callout_a.png -share/gnome/help/evolution/oc/figures/evo_cal_prop_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_contacteditor_a.png -share/gnome/help/evolution/oc/figures/evo_crash_recovery.png -share/gnome/help/evolution/oc/figures/evo_custom_header.png -share/gnome/help/evolution/oc/figures/evo_debuglogs_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_rule_a.png -share/gnome/help/evolution/oc/figures/evo_edit_search.png -share/gnome/help/evolution/oc/figures/evo_email_a.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_gwreceiveedit_a.png -share/gnome/help/evolution/oc/figures/evo_gwreceiveoptedit_a.png -share/gnome/help/evolution/oc/figures/evo_gwstatustrack.png -share/gnome/help/evolution/oc/figures/evo_identity_a.png -share/gnome/help/evolution/oc/figures/evo_identityedit_a.png -share/gnome/help/evolution/oc/figures/evo_imapheader_a.png -share/gnome/help/evolution/oc/figures/evo_imapreceive_a.png -share/gnome/help/evolution/oc/figures/evo_import_asst_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_mereceive_a.png -share/gnome/help/evolution/oc/figures/evo_message_filters_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_receive_setup2_a.png -share/gnome/help/evolution/oc/figures/evo_receive_setup_a.png -share/gnome/help/evolution/oc/figures/evo_rmdrnotes_a.png -share/gnome/help/evolution/oc/figures/evo_rule_a.png -share/gnome/help/evolution/oc/figures/evo_select_add_folder.png -share/gnome/help/evolution/oc/figures/evo_select_folder.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_timezone_a.png -share/gnome/help/evolution/oc/figures/evo_usereceive_a.png -share/gnome/help/evolution/oc/figures/exchange-delegation.png -share/gnome/help/evolution/oc/figures/exchange-identity.png -share/gnome/help/evolution/oc/figures/exchange-receive-options.png -share/gnome/help/evolution/oc/figures/exchange-receive.png -share/gnome/help/evolution/oc/figures/exchg-identity.png -share/gnome/help/evolution/oc/figures/exchng-identity.png -share/gnome/help/evolution/oc/figures/exchng-rec-mail.png -share/gnome/help/evolution/oc/figures/exchng-rec-mails.png -share/gnome/help/evolution/oc/figures/exchng-rec-option.png -share/gnome/help/evolution/oc/figures/exchng-rec-options.png -share/gnome/help/evolution/oc/figures/exchng-settings.png -share/gnome/help/evolution/oc/figures/filter-new-fig.png -share/gnome/help/evolution/oc/figures/free_busy.png -share/gnome/help/evolution/oc/figures/full-1.png -share/gnome/help/evolution/oc/figures/full-2.png -share/gnome/help/evolution/oc/figures/full-3.png -share/gnome/help/evolution/oc/figures/full-4.png -share/gnome/help/evolution/oc/figures/full-5.png -share/gnome/help/evolution/oc/figures/full-6.png -share/gnome/help/evolution/oc/figures/full-7.png -share/gnome/help/evolution/oc/figures/google_cal_view.png -share/gnome/help/evolution/oc/figures/mail-druid-pic.png -share/gnome/help/evolution/oc/figures/mail-inbox.png -share/gnome/help/evolution/oc/figures/mail-threaded.png -share/gnome/help/evolution/oc/figures/mail_mainwindow_a.png -share/gnome/help/evolution/oc/figures/mailer_preferences.png -share/gnome/help/evolution/oc/figures/mainwindow-pic.png -share/gnome/help/evolution/oc/figures/minus.png -share/gnome/help/evolution/oc/figures/newmsg.png -share/gnome/help/evolution/oc/figures/plus.png -share/gnome/help/evolution/oc/figures/proxy-cal.png -share/gnome/help/evolution/oc/figures/proxy-login.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/replymsg.png -share/gnome/help/evolution/oc/figures/schedule.png -share/gnome/help/evolution/oc/figures/stock_search.png -share/gnome/help/evolution/oc/figures/sub-others-folder.png -share/gnome/help/evolution/oc/figures/sub-pub-fold.png -share/gnome/help/evolution/oc/figures/ver_view_a.png -share/gnome/help/evolution/oc/figures/vfolder-createrule-fig.png -share/gnome/help/evolution/ru/evolution.xml -share/gnome/help/evolution/ru/figures/Screenshot-Evolution-mailer-Preferences.png -share/gnome/help/evolution/ru/figures/Screenshot-Free-Busy.png -share/gnome/help/evolution/ru/figures/account_editor_a.png -share/gnome/help/evolution/ru/figures/addrs_book_a.png -share/gnome/help/evolution/ru/figures/attach_reminder_a.png -share/gnome/help/evolution/ru/figures/calendar.png -share/gnome/help/evolution/ru/figures/categories_a.png -share/gnome/help/evolution/ru/figures/collap_head_a.png -share/gnome/help/evolution/ru/figures/config-cal.png -share/gnome/help/evolution/ru/figures/config-mail.png -share/gnome/help/evolution/ru/figures/contact-editor.png -share/gnome/help/evolution/ru/figures/contact.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_account_editor_a.png -share/gnome/help/evolution/ru/figures/evo_account_info_a.png -share/gnome/help/evolution/ru/figures/evo_add_rule_a.png -share/gnome/help/evolution/ru/figures/evo_adv_search_a.png -share/gnome/help/evolution/ru/figures/evo_allday_a.png -share/gnome/help/evolution/ru/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/ru/figures/evo_backup.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_a.png -share/gnome/help/evolution/ru/figures/evo_cal_advsearch.png -share/gnome/help/evolution/ru/figures/evo_cal_callout_a.png -share/gnome/help/evolution/ru/figures/evo_cal_prop_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_contacteditor_a.png -share/gnome/help/evolution/ru/figures/evo_crash_recovery.png -share/gnome/help/evolution/ru/figures/evo_custom_header.png -share/gnome/help/evolution/ru/figures/evo_debuglogs_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_rule_a.png -share/gnome/help/evolution/ru/figures/evo_edit_search.png -share/gnome/help/evolution/ru/figures/evo_email_a.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_gwreceiveedit_a.png -share/gnome/help/evolution/ru/figures/evo_gwreceiveoptedit_a.png -share/gnome/help/evolution/ru/figures/evo_gwstatustrack.png -share/gnome/help/evolution/ru/figures/evo_identity_a.png -share/gnome/help/evolution/ru/figures/evo_identityedit_a.png -share/gnome/help/evolution/ru/figures/evo_imapheader_a.png -share/gnome/help/evolution/ru/figures/evo_imapreceive_a.png -share/gnome/help/evolution/ru/figures/evo_import_asst_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_mereceive_a.png -share/gnome/help/evolution/ru/figures/evo_message_filters_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_receive_setup2_a.png -share/gnome/help/evolution/ru/figures/evo_receive_setup_a.png -share/gnome/help/evolution/ru/figures/evo_rmdrnotes_a.png -share/gnome/help/evolution/ru/figures/evo_rule_a.png -share/gnome/help/evolution/ru/figures/evo_select_add_folder.png -share/gnome/help/evolution/ru/figures/evo_select_folder.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_timezone_a.png -share/gnome/help/evolution/ru/figures/evo_usereceive_a.png -share/gnome/help/evolution/ru/figures/exchange-delegation.png -share/gnome/help/evolution/ru/figures/exchange-identity.png -share/gnome/help/evolution/ru/figures/exchange-receive-options.png -share/gnome/help/evolution/ru/figures/exchange-receive.png -share/gnome/help/evolution/ru/figures/exchg-identity.png -share/gnome/help/evolution/ru/figures/exchng-identity.png -share/gnome/help/evolution/ru/figures/exchng-rec-mail.png -share/gnome/help/evolution/ru/figures/exchng-rec-mails.png -share/gnome/help/evolution/ru/figures/exchng-rec-option.png -share/gnome/help/evolution/ru/figures/exchng-rec-options.png -share/gnome/help/evolution/ru/figures/exchng-settings.png -share/gnome/help/evolution/ru/figures/filter-new-fig.png -share/gnome/help/evolution/ru/figures/free_busy.png -share/gnome/help/evolution/ru/figures/full-1.png -share/gnome/help/evolution/ru/figures/full-2.png -share/gnome/help/evolution/ru/figures/full-3.png -share/gnome/help/evolution/ru/figures/full-4.png -share/gnome/help/evolution/ru/figures/full-5.png -share/gnome/help/evolution/ru/figures/full-6.png -share/gnome/help/evolution/ru/figures/full-7.png -share/gnome/help/evolution/ru/figures/google_cal_view.png -share/gnome/help/evolution/ru/figures/mail-druid-pic.png -share/gnome/help/evolution/ru/figures/mail-inbox.png -share/gnome/help/evolution/ru/figures/mail-threaded.png -share/gnome/help/evolution/ru/figures/mail_mainwindow_a.png -share/gnome/help/evolution/ru/figures/mailer_preferences.png -share/gnome/help/evolution/ru/figures/mainwindow-pic.png -share/gnome/help/evolution/ru/figures/minus.png -share/gnome/help/evolution/ru/figures/newmsg.png -share/gnome/help/evolution/ru/figures/plus.png -share/gnome/help/evolution/ru/figures/proxy-cal.png -share/gnome/help/evolution/ru/figures/proxy-login.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/replymsg.png -share/gnome/help/evolution/ru/figures/schedule.png -share/gnome/help/evolution/ru/figures/stock_search.png -share/gnome/help/evolution/ru/figures/sub-others-folder.png -share/gnome/help/evolution/ru/figures/sub-pub-fold.png -share/gnome/help/evolution/ru/figures/ver_view_a.png -share/gnome/help/evolution/ru/figures/vfolder-createrule-fig.png -share/gnome/help/evolution/sv/evolution.xml -share/gnome/help/evolution/sv/figures/Screenshot-Evolution-mailer-Preferences.png -share/gnome/help/evolution/sv/figures/Screenshot-Free-Busy.png -share/gnome/help/evolution/sv/figures/account_editor_a.png -share/gnome/help/evolution/sv/figures/addrs_book_a.png -share/gnome/help/evolution/sv/figures/attach_reminder_a.png -share/gnome/help/evolution/sv/figures/calendar.png -share/gnome/help/evolution/sv/figures/categories_a.png -share/gnome/help/evolution/sv/figures/collap_head_a.png -share/gnome/help/evolution/sv/figures/config-cal.png -share/gnome/help/evolution/sv/figures/config-mail.png -share/gnome/help/evolution/sv/figures/contact-editor.png -share/gnome/help/evolution/sv/figures/contact.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_account_editor_a.png -share/gnome/help/evolution/sv/figures/evo_account_info_a.png -share/gnome/help/evolution/sv/figures/evo_add_rule_a.png -share/gnome/help/evolution/sv/figures/evo_adv_search_a.png -share/gnome/help/evolution/sv/figures/evo_allday_a.png -share/gnome/help/evolution/sv/figures/evo_attachreminder_plugin.png -share/gnome/help/evolution/sv/figures/evo_backup.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_a.png -share/gnome/help/evolution/sv/figures/evo_cal_advsearch.png -share/gnome/help/evolution/sv/figures/evo_cal_callout_a.png -share/gnome/help/evolution/sv/figures/evo_cal_prop_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_contacteditor_a.png -share/gnome/help/evolution/sv/figures/evo_crash_recovery.png -share/gnome/help/evolution/sv/figures/evo_custom_header.png -share/gnome/help/evolution/sv/figures/evo_debuglogs_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_rule_a.png -share/gnome/help/evolution/sv/figures/evo_edit_search.png -share/gnome/help/evolution/sv/figures/evo_email_a.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_gwreceiveedit_a.png -share/gnome/help/evolution/sv/figures/evo_gwreceiveoptedit_a.png -share/gnome/help/evolution/sv/figures/evo_gwstatustrack.png -share/gnome/help/evolution/sv/figures/evo_identity_a.png -share/gnome/help/evolution/sv/figures/evo_identityedit_a.png -share/gnome/help/evolution/sv/figures/evo_imapheader_a.png -share/gnome/help/evolution/sv/figures/evo_imapreceive_a.png -share/gnome/help/evolution/sv/figures/evo_import_asst_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_mereceive_a.png -share/gnome/help/evolution/sv/figures/evo_message_filters_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_receive_setup2_a.png -share/gnome/help/evolution/sv/figures/evo_receive_setup_a.png -share/gnome/help/evolution/sv/figures/evo_rmdrnotes_a.png -share/gnome/help/evolution/sv/figures/evo_rule_a.png -share/gnome/help/evolution/sv/figures/evo_select_add_folder.png -share/gnome/help/evolution/sv/figures/evo_select_folder.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_timezone_a.png -share/gnome/help/evolution/sv/figures/evo_usereceive_a.png -share/gnome/help/evolution/sv/figures/exchange-delegation.png -share/gnome/help/evolution/sv/figures/exchange-identity.png -share/gnome/help/evolution/sv/figures/exchange-receive-options.png -share/gnome/help/evolution/sv/figures/exchange-receive.png -share/gnome/help/evolution/sv/figures/exchg-identity.png -share/gnome/help/evolution/sv/figures/exchng-identity.png -share/gnome/help/evolution/sv/figures/exchng-rec-mail.png -share/gnome/help/evolution/sv/figures/exchng-rec-mails.png -share/gnome/help/evolution/sv/figures/exchng-rec-option.png -share/gnome/help/evolution/sv/figures/exchng-rec-options.png -share/gnome/help/evolution/sv/figures/exchng-settings.png -share/gnome/help/evolution/sv/figures/filter-new-fig.png -share/gnome/help/evolution/sv/figures/free_busy.png -share/gnome/help/evolution/sv/figures/full-1.png -share/gnome/help/evolution/sv/figures/full-2.png -share/gnome/help/evolution/sv/figures/full-3.png -share/gnome/help/evolution/sv/figures/full-4.png -share/gnome/help/evolution/sv/figures/full-5.png -share/gnome/help/evolution/sv/figures/full-6.png -share/gnome/help/evolution/sv/figures/full-7.png -share/gnome/help/evolution/sv/figures/google_cal_view.png -share/gnome/help/evolution/sv/figures/mail-druid-pic.png -share/gnome/help/evolution/sv/figures/mail-inbox.png -share/gnome/help/evolution/sv/figures/mail-threaded.png -share/gnome/help/evolution/sv/figures/mail_mainwindow_a.png -share/gnome/help/evolution/sv/figures/mailer_preferences.png -share/gnome/help/evolution/sv/figures/mainwindow-pic.png -share/gnome/help/evolution/sv/figures/minus.png -share/gnome/help/evolution/sv/figures/newmsg.png -share/gnome/help/evolution/sv/figures/plus.png -share/gnome/help/evolution/sv/figures/proxy-cal.png -share/gnome/help/evolution/sv/figures/proxy-login.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/replymsg.png -share/gnome/help/evolution/sv/figures/schedule.png -share/gnome/help/evolution/sv/figures/stock_search.png -share/gnome/help/evolution/sv/figures/sub-others-folder.png -share/gnome/help/evolution/sv/figures/sub-pub-fold.png -share/gnome/help/evolution/sv/figures/ver_view_a.png -share/gnome/help/evolution/sv/figures/vfolder-createrule-fig.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/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/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/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-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/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/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/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/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/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%%/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/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/math/gcalctool/Makefile b/math/gcalctool/Makefile deleted file mode 100644 index a590fd114..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.105 2008/10/20 03:37:30 mezz Exp $ -# - -PORTNAME= gcalctool -PORTVERSION= 5.24.2 -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:15 -USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomedocutils libglade2 -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 0b6c40665..000000000 --- a/math/gcalctool/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gcalctool-5.24.2.tar.bz2) = a784f13120115cf94cf88f87d32baf9c -SHA256 (gnome2/gcalctool-5.24.2.tar.bz2) = 65e4c2cf4e83ca231d971e182cf8c7f6277411a76c2b0f6a72d089892522a255 -SIZE (gnome2/gcalctool-5.24.2.tar.bz2) = 1694083 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 c27628c66..000000000 --- a/math/gcalctool/pkg-plist +++ /dev/null @@ -1,263 +0,0 @@ -bin/gcalctool -bin/gnome-calculator -share/applications/gcalctool.desktop -%%DATADIR%%/gcalctool.glade -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_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_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_scientific_window.png -share/gnome/help/gcalctool/ca/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_scientific_window.png -share/gnome/help/gcalctool/de/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_scientific_window.png -share/gnome/help/gcalctool/es/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_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_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_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_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_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_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_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_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_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_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_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/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/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/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-de.omf -share/omf/gcalctool/gcalctool-es.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/es/figures -@dirrm share/gnome/help/gcalctool/es -@dirrm share/gnome/help/gcalctool/de/figures -@dirrm share/gnome/help/gcalctool/de -@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/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/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/math/gnumeric/Makefile b/math/gnumeric/Makefile deleted file mode 100644 index 56a0b00f0..000000000 --- a/math/gnumeric/Makefile +++ /dev/null @@ -1,75 +0,0 @@ -# New ports collection makefile for: gnumeric -# Date created: 08 October 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> -# -# $FreeBSD$ -# $MCom: ports/math/gnumeric/Makefile,v 1.45 2008/09/10 03:36:59 mezz Exp $ -# - -PORTNAME= gnumeric -PORTVERSION= 1.9.3 -CATEGORIES= math gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The GNOME 2 spreadsheet - -LIB_DEPENDS= goffice-0.8.7:${PORTSDIR}/devel/goffice \ - psiconv.10:${PORTSDIR}/converters/psiconv - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_PERL5= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack gnomehier \ - libgsf_gnome pygtk2 desktopfileutils libgnomeui -USE_PYTHON= yes -INSTALLS_OMF= yes -USE_LDCONFIG= yes -INSTALLS_ICONS= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-guile --with-bonobo -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" \ - python_prog=${PYTHON_VERSION} - -GCONF_SCHEMAS= gnumeric-dialogs.schemas gnumeric-general.schemas \ - gnumeric-plugins.schemas - -MAN1= gnumeric.1 ssconvert.1 ssindex.1 ssgrep.1 - -PLIST_SUB= VERSION=${PORTVERSION} - -OPTIONS= GNOMEDB "Enable libgnomedb support" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_GNOMEDB) -USE_GNOME+= libgnomedb -CONFIGURE_ARGS+= --with-gda -PLIST_SUB+= GNOMEDB="" -.else -CONFIGURE_ARGS+= --without-gda -PLIST_SUB+= GNOMEDB="@comment " -.endif - -post-extract: - @${CP} ${FILESDIR}/gnumeric-C.omf ${WRKSRC}/doc/C - -post-patch: - @${RM} -f ${WRKSRC}/GNOME_Gnumeric.server.in - @${REINPLACE_CMD} -e 's|gda-3.0 >= 3.1.1|gda-3.0 >= 3.0.1|g' \ - -e 's|gnomedb-3.0 >= 3.0.1|gnomedb-3.0 >= 3.0.0|g' \ - ${WRKSRC}/configure - -post-install: - ${INSTALL_DATA} ${WRKSRC}/gnumeric.desktop ${PREFIX}/share/applications - ${INSTALL_DATA} ${WRKSRC}/gnumeric.mime ${PREFIX}/share/mime-info - @-update-desktop-database -.for dir in share lib - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${dir}/gnumeric -.endfor - -.include <bsd.port.post.mk> diff --git a/math/gnumeric/distinfo b/math/gnumeric/distinfo deleted file mode 100644 index 0f28e41aa..000000000 --- a/math/gnumeric/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnumeric-1.9.3.tar.bz2) = 75f7ea180af40103ecf6a16b68cd5c9c -SHA256 (gnome2/gnumeric-1.9.3.tar.bz2) = b456d85770af3734a6974900ac45604f40c37217f87b4ea4b4595ed85465914f -SIZE (gnome2/gnumeric-1.9.3.tar.bz2) = 15294207 diff --git a/math/gnumeric/files/gnumeric-C.omf b/math/gnumeric/files/gnumeric-C.omf deleted file mode 100644 index a18da047f..000000000 --- a/math/gnumeric/files/gnumeric-C.omf +++ /dev/null @@ -1,72 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<!DOCTYPE omf PUBLIC "-//OMF//DTD Scrollkeeper OMF Variant V1.0//EN" "http://scrollkeeper.sourceforge.net/dtds/scrollkeeper-omf-1.0/scrollkeeper-omf.dtd"> -<omf> - <resource> - <creator> - miguel@gnome.org (Miguel de Icaza) - </creator> - <maintainer> - jody@gnome.org (Jody Goldberg) - </maintainer> - <contributor> - acuster@gmail.com (Adrian Custer) - </contributor> - <contributor> - mrproper@ximian.com (Kevin Breit) - </contributor> - <contributor> - aguelzow@taliesin.ca (Andreas Guelzow) - </contributor> - <contributor> - aaron@ximian.com (Aaron Weber) - </contributor> - <contributor> - tommydal@ihug.com.au (Thomas Canty) - </contributor> - <contributor> - kirillov@math.sunysb.edu (Alexander Kirillov) - </contributor> - <contributor> - k_wayne@linuxpower.org (Wayne Schuller) - </contributor> - <contributor> - jiivonen@hutcs.cs.hut.fi (Jukka-Pekka Iivonen) - </contributor> - <contributor> - adrian@gimp.or (Adrian Likins) - </contributor> - - <title> - The Gnumeric Manual, version 1.8. - </title> - - <date> - 2007-12-20 - </date> - - <version identifier="1.7" date="2007-10-27" - description="Updated for 1.8"/> - <version identifier="1.3" date="2004-12-09" - description="Updated for 1.4"/> - - <subject category="GNOME|Applications|Office"/> - - <description> - This is the user's manual for Gnumeric, a GNOME spreadsheet. - </description> - - <type> - User's Guide - </type> - - <format mime="text/xml" dtd="-//OASIS//DTD DocBook XML V4.2//EN"/> - <identifier url="gnumeric.xml"/> - <language code="C"/> - <relation seriesid="c5e3db84-64c3-11d6-85a3-a3e50590e6d1"/> - <rights type="GNU FDL" license.version="1.1" - license="http://www.gnu.org/licenses/fdl.html" - holder="Miguel de Icaza, Jody Goldberg, Thomas Canty, - Jukka-Pekka Iivonen, Andreas J. Guelzow, Wayne Schuller, - Adrian Custer, Kevin Breit, Aaron Weber, Alexander Kirillov"/> - </resource> -</omf> diff --git a/math/gnumeric/files/patch-configure b/math/gnumeric/files/patch-configure deleted file mode 100644 index 992b6246c..000000000 --- a/math/gnumeric/files/patch-configure +++ /dev/null @@ -1,46 +0,0 @@ ---- configure.orig 2007-09-16 17:10:01.000000000 -0400 -+++ configure 2007-09-16 17:10:01.000000000 -0400 -@@ -23327,12 +23327,12 @@ if test -n "$PKG_CONFIG"; then - pkg_cv_GB_CFLAGS="$GB_CFLAGS" - else - if test -n "$PKG_CONFIG" && \ -- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgb == 1.17\"") >&5 -- ($PKG_CONFIG --exists --print-errors "libgb == 1.17") 2>&5 -+ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgb = 1.17\"") >&5 -+ ($PKG_CONFIG --exists --print-errors "libgb = 1.17") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -- pkg_cv_GB_CFLAGS=`$PKG_CONFIG --cflags "libgb == 1.17" 2>/dev/null` -+ pkg_cv_GB_CFLAGS=`$PKG_CONFIG --cflags "libgb = 1.17" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -23345,12 +23345,12 @@ if test -n "$PKG_CONFIG"; then - pkg_cv_GB_LIBS="$GB_LIBS" - else - if test -n "$PKG_CONFIG" && \ -- { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgb == 1.17\"") >&5 -- ($PKG_CONFIG --exists --print-errors "libgb == 1.17") 2>&5 -+ { (echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"libgb = 1.17\"") >&5 -+ ($PKG_CONFIG --exists --print-errors "libgb = 1.17") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; then -- pkg_cv_GB_LIBS=`$PKG_CONFIG --libs "libgb == 1.17" 2>/dev/null` -+ pkg_cv_GB_LIBS=`$PKG_CONFIG --libs "libgb = 1.17" 2>/dev/null` - else - pkg_failed=yes - fi -@@ -23369,9 +23369,9 @@ else - _pkg_short_errors_supported=no - fi - if test $_pkg_short_errors_supported = yes; then -- GB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgb == 1.17"` -+ GB_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "libgb = 1.17"` - else -- GB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgb == 1.17"` -+ GB_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "libgb = 1.17"` - fi - # Put the nasty error message in config.log where it belongs - echo "$GB_PKG_ERRORS" >&5 diff --git a/math/gnumeric/files/patch-src_numbers.h b/math/gnumeric/files/patch-src_numbers.h deleted file mode 100644 index 6448e8861..000000000 --- a/math/gnumeric/files/patch-src_numbers.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/numbers.h.orig Fri Dec 10 21:36:23 2004 -+++ src/numbers.h Fri Dec 10 21:37:02 2004 -@@ -3,6 +3,7 @@ - - #include <math.h> - #ifdef HAVE_IEEEFP_H -+#include <sys/types.h> - #include <ieeefp.h> - #endif - #ifdef HAVE_IEEE754_H diff --git a/math/gnumeric/pkg-descr b/math/gnumeric/pkg-descr deleted file mode 100644 index 76139dab8..000000000 --- a/math/gnumeric/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The GNOME 2 spreadsheet. - -WWW: http://www.gnome.org/projects/gnumeric/index.shtml diff --git a/math/gnumeric/pkg-plist b/math/gnumeric/pkg-plist deleted file mode 100644 index 904b10617..000000000 --- a/math/gnumeric/pkg-plist +++ /dev/null @@ -1,984 +0,0 @@ -bin/gnumeric -bin/gnumeric-%%VERSION%% -bin/ssconvert -bin/ssindex -bin/ssgrep -include/libspreadsheet-1.10/spreadsheet/application.h -include/libspreadsheet-1.10/spreadsheet/auto-format.h -include/libspreadsheet-1.10/spreadsheet/cell-draw.h -include/libspreadsheet-1.10/spreadsheet/cell.h -include/libspreadsheet-1.10/spreadsheet/cellspan.h -include/libspreadsheet-1.10/spreadsheet/clipboard.h -include/libspreadsheet-1.10/spreadsheet/cmd-edit.h -include/libspreadsheet-1.10/spreadsheet/collect.h -include/libspreadsheet-1.10/spreadsheet/colrow.h -include/libspreadsheet-1.10/spreadsheet/command-context-stderr.h -include/libspreadsheet-1.10/spreadsheet/command-context.h -include/libspreadsheet-1.10/spreadsheet/commands.h -include/libspreadsheet-1.10/spreadsheet/complete-sheet.h -include/libspreadsheet-1.10/spreadsheet/complete.h -include/libspreadsheet-1.10/spreadsheet/complex.h -include/libspreadsheet-1.10/spreadsheet/consolidate.h -include/libspreadsheet-1.10/spreadsheet/dependent.h -include/libspreadsheet-1.10/spreadsheet/expr-impl.h -include/libspreadsheet-1.10/spreadsheet/expr-name.h -include/libspreadsheet-1.10/spreadsheet/expr.h -include/libspreadsheet-1.10/spreadsheet/file-autoft.h -include/libspreadsheet-1.10/spreadsheet/format-template.h -include/libspreadsheet-1.10/spreadsheet/func-builtin.h -include/libspreadsheet-1.10/spreadsheet/func.h -include/libspreadsheet-1.10/spreadsheet/gnm-datetime.h -include/libspreadsheet-1.10/spreadsheet/gnm-format.h -include/libspreadsheet-1.10/spreadsheet/gnm-graph-window.h -include/libspreadsheet-1.10/spreadsheet/gnm-pane.h -include/libspreadsheet-1.10/spreadsheet/gnm-plugin.h -include/libspreadsheet-1.10/spreadsheet/gnm-so-filled.h -include/libspreadsheet-1.10/spreadsheet/gnm-so-line.h -include/libspreadsheet-1.10/spreadsheet/gnm-so-polygon.h -include/libspreadsheet-1.10/spreadsheet/gnm-style-impl.h -include/libspreadsheet-1.10/spreadsheet/gnumeric-gconf.h -include/libspreadsheet-1.10/spreadsheet/gnumeric-simple-canvas.h -include/libspreadsheet-1.10/spreadsheet/gnumeric.h -include/libspreadsheet-1.10/spreadsheet/graph.h -include/libspreadsheet-1.10/spreadsheet/gui-clipboard.h -include/libspreadsheet-1.10/spreadsheet/gui-file.h -include/libspreadsheet-1.10/spreadsheet/gui-gnumeric.h -include/libspreadsheet-1.10/spreadsheet/gui-util.h -include/libspreadsheet-1.10/spreadsheet/gutils.h -include/libspreadsheet-1.10/spreadsheet/history.h -include/libspreadsheet-1.10/spreadsheet/hlink-impl.h -include/libspreadsheet-1.10/spreadsheet/hlink.h -include/libspreadsheet-1.10/spreadsheet/input-msg.h -include/libspreadsheet-1.10/spreadsheet/item-acetate.h -include/libspreadsheet-1.10/spreadsheet/item-bar.h -include/libspreadsheet-1.10/spreadsheet/item-cursor.h -include/libspreadsheet-1.10/spreadsheet/item-debug.h -include/libspreadsheet-1.10/spreadsheet/item-edit.h -include/libspreadsheet-1.10/spreadsheet/item-grid.h -include/libspreadsheet-1.10/spreadsheet/libgnumeric.h -include/libspreadsheet-1.10/spreadsheet/mathfunc.h -include/libspreadsheet-1.10/spreadsheet/mstyle.h -include/libspreadsheet-1.10/spreadsheet/number-match.h -include/libspreadsheet-1.10/spreadsheet/numbers.h -include/libspreadsheet-1.10/spreadsheet/parse-util.h -include/libspreadsheet-1.10/spreadsheet/pattern.h -include/libspreadsheet-1.10/spreadsheet/position.h -include/libspreadsheet-1.10/spreadsheet/preview-grid.h -include/libspreadsheet-1.10/spreadsheet/print-cell.h -include/libspreadsheet-1.10/spreadsheet/print-info.h -include/libspreadsheet-1.10/spreadsheet/print.h -include/libspreadsheet-1.10/spreadsheet/rangefunc-strings.h -include/libspreadsheet-1.10/spreadsheet/rangefunc.h -include/libspreadsheet-1.10/spreadsheet/ranges.h -include/libspreadsheet-1.10/spreadsheet/regression.h -include/libspreadsheet-1.10/spreadsheet/rendered-value.h -include/libspreadsheet-1.10/spreadsheet/search.h -include/libspreadsheet-1.10/spreadsheet/selection.h -include/libspreadsheet-1.10/spreadsheet/session.h -include/libspreadsheet-1.10/spreadsheet/sheet-autofill.h -include/libspreadsheet-1.10/spreadsheet/sheet-control-gui-priv.h -include/libspreadsheet-1.10/spreadsheet/sheet-control-gui.h -include/libspreadsheet-1.10/spreadsheet/sheet-control-priv.h -include/libspreadsheet-1.10/spreadsheet/sheet-control.h -include/libspreadsheet-1.10/spreadsheet/sheet-filter-combo.h -include/libspreadsheet-1.10/spreadsheet/sheet-filter.h -include/libspreadsheet-1.10/spreadsheet/sheet-merge.h -include/libspreadsheet-1.10/spreadsheet/sheet-object-cell-comment.h -include/libspreadsheet-1.10/spreadsheet/sheet-object-graph.h -include/libspreadsheet-1.10/spreadsheet/sheet-object-image.h -include/libspreadsheet-1.10/spreadsheet/sheet-object-impl.h -include/libspreadsheet-1.10/spreadsheet/sheet-object-widget.h -include/libspreadsheet-1.10/spreadsheet/sheet-object.h -include/libspreadsheet-1.10/spreadsheet/sheet-private.h -include/libspreadsheet-1.10/spreadsheet/sheet-style.h -include/libspreadsheet-1.10/spreadsheet/sheet-view.h -include/libspreadsheet-1.10/spreadsheet/sheet.h -include/libspreadsheet-1.10/spreadsheet/solver.h -include/libspreadsheet-1.10/spreadsheet/sort.h -include/libspreadsheet-1.10/spreadsheet/stf-export.h -include/libspreadsheet-1.10/spreadsheet/stf-parse.h -include/libspreadsheet-1.10/spreadsheet/stf.h -include/libspreadsheet-1.10/spreadsheet/str.h -include/libspreadsheet-1.10/spreadsheet/style-border.h -include/libspreadsheet-1.10/spreadsheet/style-color.h -include/libspreadsheet-1.10/spreadsheet/style-conditions.h -include/libspreadsheet-1.10/spreadsheet/style-font.h -include/libspreadsheet-1.10/spreadsheet/style.h -include/libspreadsheet-1.10/spreadsheet/symbol.h -include/libspreadsheet-1.10/spreadsheet/validation-combo.h -include/libspreadsheet-1.10/spreadsheet/validation.h -include/libspreadsheet-1.10/spreadsheet/value.h -include/libspreadsheet-1.10/spreadsheet/wbc-gtk-impl.h -include/libspreadsheet-1.10/spreadsheet/wbc-gtk.h -include/libspreadsheet-1.10/spreadsheet/workbook-cmd-format.h -include/libspreadsheet-1.10/spreadsheet/workbook-control-priv.h -include/libspreadsheet-1.10/spreadsheet/workbook-control.h -include/libspreadsheet-1.10/spreadsheet/workbook-priv.h -include/libspreadsheet-1.10/spreadsheet/workbook-view.h -include/libspreadsheet-1.10/spreadsheet/workbook.h -include/libspreadsheet-1.10/spreadsheet/xml-io-version.h -include/libspreadsheet-1.10/spreadsheet/xml-io.h -include/libspreadsheet-1.10/spreadsheet/xml-sax.h -lib/gnumeric/%%VERSION%%/include/gnumeric-features.h -lib/gnumeric/%%VERSION%%/plugins/applix/applix.la -lib/gnumeric/%%VERSION%%/plugins/applix/applix.so -lib/gnumeric/%%VERSION%%/plugins/applix/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/corba/corba.la -lib/gnumeric/%%VERSION%%/plugins/corba/corba.so -lib/gnumeric/%%VERSION%%/plugins/corba/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/derivatives/derivatives.la -lib/gnumeric/%%VERSION%%/plugins/derivatives/derivatives.so -lib/gnumeric/%%VERSION%%/plugins/derivatives/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/dif/dif.la -lib/gnumeric/%%VERSION%%/plugins/dif/dif.so -lib/gnumeric/%%VERSION%%/plugins/dif/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/excel/excel.la -lib/gnumeric/%%VERSION%%/plugins/excel/excel.so -lib/gnumeric/%%VERSION%%/plugins/excel/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-complex/plugin.la -lib/gnumeric/%%VERSION%%/plugins/fn-complex/plugin.so -lib/gnumeric/%%VERSION%%/plugins/fn-complex/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-database/plugin.la -lib/gnumeric/%%VERSION%%/plugins/fn-database/plugin.so -lib/gnumeric/%%VERSION%%/plugins/fn-database/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-date/plugin.la -lib/gnumeric/%%VERSION%%/plugins/fn-date/plugin.so -lib/gnumeric/%%VERSION%%/plugins/fn-date/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-eng/plugin.la -lib/gnumeric/%%VERSION%%/plugins/fn-eng/plugin.so -lib/gnumeric/%%VERSION%%/plugins/fn-eng/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-erlang/erlang.la -lib/gnumeric/%%VERSION%%/plugins/fn-erlang/erlang.so -lib/gnumeric/%%VERSION%%/plugins/fn-erlang/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-financial/plugin.la -lib/gnumeric/%%VERSION%%/plugins/fn-financial/plugin.so -lib/gnumeric/%%VERSION%%/plugins/fn-financial/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-info/plugin.la -lib/gnumeric/%%VERSION%%/plugins/fn-info/plugin.so -lib/gnumeric/%%VERSION%%/plugins/fn-info/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-logical/plugin.la -lib/gnumeric/%%VERSION%%/plugins/fn-logical/plugin.so -lib/gnumeric/%%VERSION%%/plugins/fn-logical/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-lookup/plugin.la -lib/gnumeric/%%VERSION%%/plugins/fn-lookup/plugin.so -lib/gnumeric/%%VERSION%%/plugins/fn-lookup/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-math/plugin.la -lib/gnumeric/%%VERSION%%/plugins/fn-math/plugin.so -lib/gnumeric/%%VERSION%%/plugins/fn-math/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-r/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-r/rstat.la -lib/gnumeric/%%VERSION%%/plugins/fn-r/rstat.so -lib/gnumeric/%%VERSION%%/plugins/fn-random/plugin.la -lib/gnumeric/%%VERSION%%/plugins/fn-random/plugin.so -lib/gnumeric/%%VERSION%%/plugins/fn-random/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-stat/plugin.la -lib/gnumeric/%%VERSION%%/plugins/fn-stat/plugin.so -lib/gnumeric/%%VERSION%%/plugins/fn-stat/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-string/plugin.la -lib/gnumeric/%%VERSION%%/plugins/fn-string/plugin.so -lib/gnumeric/%%VERSION%%/plugins/fn-string/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/fn-tsa/plugin.la -lib/gnumeric/%%VERSION%%/plugins/fn-tsa/plugin.so -lib/gnumeric/%%VERSION%%/plugins/fn-tsa/plugin.xml -%%GNOMEDB%%lib/gnumeric/%%VERSION%%/plugins/gdaif/gdaif.la -%%GNOMEDB%%lib/gnumeric/%%VERSION%%/plugins/gdaif/gdaif.so -%%GNOMEDB%%lib/gnumeric/%%VERSION%%/plugins/gdaif/plugin.xml -%%GNOMEDB%%lib/gnumeric/%%VERSION%%/plugins/gnome-db/gnomedb.la -%%GNOMEDB%%lib/gnumeric/%%VERSION%%/plugins/gnome-db/gnomedb.so -%%GNOMEDB%%lib/gnumeric/%%VERSION%%/plugins/gnome-db/plugin.xml -%%GNOMEDB%%lib/gnumeric/%%VERSION%%/plugins/gnome-db/ui.xml -lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/glossary-po-header -lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/gnome_glossary.py -lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/gnome_glossary.pyc -lib/gnumeric/%%VERSION%%/plugins/gnome-glossary/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/html/html.la -lib/gnumeric/%%VERSION%%/plugins/html/html.so -lib/gnumeric/%%VERSION%%/plugins/html/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/lotus/lotus.la -lib/gnumeric/%%VERSION%%/plugins/lotus/lotus.so -lib/gnumeric/%%VERSION%%/plugins/lotus/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/mps/mps.la -lib/gnumeric/%%VERSION%%/plugins/mps/mps.so -lib/gnumeric/%%VERSION%%/plugins/mps/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/numtheory/numtheory.la -lib/gnumeric/%%VERSION%%/plugins/numtheory/numtheory.so -lib/gnumeric/%%VERSION%%/plugins/numtheory/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/oleo/oleo.la -lib/gnumeric/%%VERSION%%/plugins/oleo/oleo.so -lib/gnumeric/%%VERSION%%/plugins/oleo/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/openoffice/openoffice.la -lib/gnumeric/%%VERSION%%/plugins/openoffice/openoffice.so -lib/gnumeric/%%VERSION%%/plugins/openoffice/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/perl-func/perl_func.pl -lib/gnumeric/%%VERSION%%/plugins/perl-func/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/perl-loader/perl_loader.la -lib/gnumeric/%%VERSION%%/plugins/perl-loader/perl_loader.so -lib/gnumeric/%%VERSION%%/plugins/perl-loader/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/plan_perfect/plan_perfect.la -lib/gnumeric/%%VERSION%%/plugins/plan_perfect/plan_perfect.so -lib/gnumeric/%%VERSION%%/plugins/plan_perfect/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/psiconv/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/psiconv/psiconv.la -lib/gnumeric/%%VERSION%%/plugins/psiconv/psiconv.so -lib/gnumeric/%%VERSION%%/plugins/py-func/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/py-func/py_func.py -lib/gnumeric/%%VERSION%%/plugins/py-func/py_func.pyc -lib/gnumeric/%%VERSION%%/plugins/python-loader/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/python-loader/python_loader.la -lib/gnumeric/%%VERSION%%/plugins/python-loader/python_loader.so -lib/gnumeric/%%VERSION%%/plugins/python-loader/ui-console-menu.xml -lib/gnumeric/%%VERSION%%/plugins/qpro/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/qpro/qpro.la -lib/gnumeric/%%VERSION%%/plugins/qpro/qpro.so -lib/gnumeric/%%VERSION%%/plugins/sample_datasource/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/sample_datasource/sample_datasource.la -lib/gnumeric/%%VERSION%%/plugins/sample_datasource/sample_datasource.so -lib/gnumeric/%%VERSION%%/plugins/sc/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/sc/sc.la -lib/gnumeric/%%VERSION%%/plugins/sc/sc.so -lib/gnumeric/%%VERSION%%/plugins/sylk/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/sylk/sylk.la -lib/gnumeric/%%VERSION%%/plugins/sylk/sylk.so -lib/gnumeric/%%VERSION%%/plugins/uihello/hello.xml -lib/gnumeric/%%VERSION%%/plugins/uihello/plugin.la -lib/gnumeric/%%VERSION%%/plugins/uihello/plugin.so -lib/gnumeric/%%VERSION%%/plugins/uihello/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/xbase/plugin.xml -lib/gnumeric/%%VERSION%%/plugins/xbase/xbase.la -lib/gnumeric/%%VERSION%%/plugins/xbase/xbase.so -lib/libspreadsheet-%%VERSION%%.so -lib/libspreadsheet.la -lib/libspreadsheet.so -libdata/pkgconfig/libspreadsheet-1.10.pc -@exec update-desktop-database > /dev/null || /usr/bin/true -share/applications/gnumeric.desktop -share/gnumeric/%%VERSION%%/GNOME_Gnumeric-gtk.xml -share/gnumeric/%%VERSION%%/Gnumeric-embed.xml -share/gnumeric/%%VERSION%%/autoformat-templates/3D/.category -share/gnumeric/%%VERSION%%/autoformat-templates/3D/autoformat.3D.button.xml -share/gnumeric/%%VERSION%%/autoformat-templates/3D/autoformat.3D.list.xml -share/gnumeric/%%VERSION%%/autoformat-templates/Classical/.category -share/gnumeric/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.cool.xml -share/gnumeric/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.simple.xml -share/gnumeric/%%VERSION%%/autoformat-templates/Classical/autoformat.Classical.trendy.xml -share/gnumeric/%%VERSION%%/autoformat-templates/Colourful/.category -share/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.banana.xml -share/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.black.xml -share/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.blue.xml -share/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.orange.xml -share/gnumeric/%%VERSION%%/autoformat-templates/Colourful/autoformat.Colourful.vanilla.xml -share/gnumeric/%%VERSION%%/autoformat-templates/Financial/.category -share/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.basic.xml -share/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.desert.xml -share/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.ice.xml -share/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.modern.xml -share/gnumeric/%%VERSION%%/autoformat-templates/Financial/autoformat.Financial.purple.xml -share/gnumeric/%%VERSION%%/autoformat-templates/General/.category -share/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.advanced.xml -share/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.basic.xml -share/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.empty.xml -share/gnumeric/%%VERSION%%/autoformat-templates/General/autoformat.General.table.xml -share/gnumeric/%%VERSION%%/autoformat-templates/List/.category -share/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.basic.xml -share/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.green.xml -share/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.lila.xml -share/gnumeric/%%VERSION%%/autoformat-templates/List/autoformat.List.simple.xml -share/gnumeric/%%VERSION%%/glade/advanced-filter.glade -share/gnumeric/%%VERSION%%/glade/anova-one.glade -share/gnumeric/%%VERSION%%/glade/anova-two.glade -share/gnumeric/%%VERSION%%/glade/autocorrect.glade -share/gnumeric/%%VERSION%%/glade/autofilter-expression.glade -share/gnumeric/%%VERSION%%/glade/autofilter-top10.glade -share/gnumeric/%%VERSION%%/glade/autoformat.glade -share/gnumeric/%%VERSION%%/glade/autosave.glade -share/gnumeric/%%VERSION%%/glade/cell-comment.glade -share/gnumeric/%%VERSION%%/glade/cell-format.glade -share/gnumeric/%%VERSION%%/glade/cell-sort.glade -share/gnumeric/%%VERSION%%/glade/col-width.glade -share/gnumeric/%%VERSION%%/glade/colrow.glade -share/gnumeric/%%VERSION%%/glade/consolidate.glade -share/gnumeric/%%VERSION%%/glade/correlation.glade -share/gnumeric/%%VERSION%%/glade/covariance.glade -share/gnumeric/%%VERSION%%/glade/dao.glade -share/gnumeric/%%VERSION%%/glade/data-table.glade -share/gnumeric/%%VERSION%%/glade/define-name.glade -share/gnumeric/%%VERSION%%/glade/delete-cells.glade -share/gnumeric/%%VERSION%%/glade/descriptive-stats.glade -share/gnumeric/%%VERSION%%/glade/dialog-stf-export.glade -share/gnumeric/%%VERSION%%/glade/dialog-stf.glade -share/gnumeric/%%VERSION%%/glade/dialog-zoom.glade -share/gnumeric/%%VERSION%%/glade/doc-meta-data.glade -share/gnumeric/%%VERSION%%/glade/exp-smoothing.glade -share/gnumeric/%%VERSION%%/glade/frequency.glade -share/gnumeric/%%VERSION%%/glade/fill-series.glade -share/gnumeric/%%VERSION%%/glade/font-sel.glade -share/gnumeric/%%VERSION%%/glade/formula-guru.glade -share/gnumeric/%%VERSION%%/glade/fourier-analysis.glade -share/gnumeric/%%VERSION%%/glade/function-select.glade -share/gnumeric/%%VERSION%%/glade/goalseek.glade -share/gnumeric/%%VERSION%%/glade/goto.glade -share/gnumeric/%%VERSION%%/glade/hf-config.glade -share/gnumeric/%%VERSION%%/glade/hf-dt-format.glade -share/gnumeric/%%VERSION%%/glade/histogram.glade -share/gnumeric/%%VERSION%%/glade/hyperlink.glade -share/gnumeric/%%VERSION%%/glade/insert-cells.glade -share/gnumeric/%%VERSION%%/glade/kaplan-meier.glade -share/gnumeric/%%VERSION%%/glade/mean-tests.glade -share/gnumeric/%%VERSION%%/glade/merge.glade -share/gnumeric/%%VERSION%%/glade/moving-averages.glade -share/gnumeric/%%VERSION%%/glade/paste-names.glade -share/gnumeric/%%VERSION%%/glade/plugin-manager.glade -share/gnumeric/%%VERSION%%/glade/preferences.glade -share/gnumeric/%%VERSION%%/glade/print.glade -share/gnumeric/%%VERSION%%/glade/random-generation.glade -share/gnumeric/%%VERSION%%/glade/rank.glade -share/gnumeric/%%VERSION%%/glade/regression.glade -share/gnumeric/%%VERSION%%/glade/row-height.glade -share/gnumeric/%%VERSION%%/glade/sampling.glade -share/gnumeric/%%VERSION%%/glade/scenario-add.glade -share/gnumeric/%%VERSION%%/glade/scenario-manager.glade -share/gnumeric/%%VERSION%%/glade/search-replace.glade -share/gnumeric/%%VERSION%%/glade/search.glade -share/gnumeric/%%VERSION%%/glade/sheet-order.glade -share/gnumeric/%%VERSION%%/glade/shuffle.glade -share/gnumeric/%%VERSION%%/glade/simulation.glade -share/gnumeric/%%VERSION%%/glade/so-checkbox.glade -share/gnumeric/%%VERSION%%/glade/so-frame.glade -share/gnumeric/%%VERSION%%/glade/so-list.glade -share/gnumeric/%%VERSION%%/glade/so-scrollbar.glade -share/gnumeric/%%VERSION%%/glade/solver.glade -share/gnumeric/%%VERSION%%/glade/tabulate.glade -share/gnumeric/%%VERSION%%/glade/variance-tests.glade -share/gnumeric/%%VERSION%%/glade/view.glade -share/gnumeric/%%VERSION%%/glade/workbook-attr.glade -share/gnumeric/%%VERSION%%/idl/GNOME_Gnumeric.idl -share/gnumeric/%%VERSION%%/templates/invoice.gnumeric -share/gnumeric/%%VERSION%%/templates/loan.gnumeric -share/gnumeric/%%VERSION%%/templates/mileage.gnumeric -share/gnumeric/%%VERSION%%/templates/purchase_order.gnumeric -share/gnome/help/gnumeric/C/about-authors.xml -share/gnome/help/gnumeric/C/about-history.xml -share/gnome/help/gnumeric/C/about-license.xml -share/gnome/help/gnumeric/C/analysis-complexNumbers.xml -share/gnome/help/gnumeric/C/analysis-goalseek.xml -share/gnome/help/gnumeric/C/analysis-overview.xml -share/gnome/help/gnumeric/C/analysis-scenarios.xml -share/gnome/help/gnumeric/C/analysis-simulation.xml -share/gnome/help/gnumeric/C/analysis-solver.xml -share/gnome/help/gnumeric/C/analysis-statistical.xml -share/gnome/help/gnumeric/C/appendix-glossary.xml -share/gnome/help/gnumeric/C/appendix-keybindings.xml -share/gnome/help/gnumeric/C/bugs.xml -share/gnome/help/gnumeric/C/configuration-localization.xml -share/gnome/help/gnumeric/C/configuration-overview.xml -share/gnome/help/gnumeric/C/configuration-plugins.xml -share/gnome/help/gnumeric/C/configuration-preferences.xml -share/gnome/help/gnumeric/C/configuration-toolbars.xml -share/gnome/help/gnumeric/C/compiling.xml -share/gnome/help/gnumeric/C/data-commentNlink.xml -share/gnome/help/gnumeric/C/data-delete.xml -share/gnome/help/gnumeric/C/data-entry-advanced.xml -share/gnome/help/gnumeric/C/data-entry-external.xml -share/gnome/help/gnumeric/C/data-entry.xml -share/gnome/help/gnumeric/C/data-filter.xml -share/gnome/help/gnumeric/C/data-format.xml -share/gnome/help/gnumeric/C/data-generate.xml -share/gnome/help/gnumeric/C/data-insert.xml -share/gnome/help/gnumeric/C/data-modify.xml -share/gnome/help/gnumeric/C/data-move-copy.xml -share/gnome/help/gnumeric/C/data-overview.xml -share/gnome/help/gnumeric/C/data-selections.xml -share/gnome/help/gnumeric/C/data-types.xml -share/gnome/help/gnumeric/C/documenting.xml -share/gnome/help/gnumeric/C/extending-functions.xml -share/gnome/help/gnumeric/C/extending-overview.xml -share/gnome/help/gnumeric/C/extending-plugins.xml -share/gnome/help/gnumeric/C/extending-python.xml -share/gnome/help/gnumeric/C/figures/advanced-filter-1.png -share/gnome/help/gnumeric/C/figures/advanced-filter-2.png -share/gnome/help/gnumeric/C/figures/analysistools-ANOVA1-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ANOVA1-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2w-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2w-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2wo-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ANOVA2wo-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-correlation-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-correlation-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-correlation-ex3.png -share/gnome/help/gnumeric/C/figures/analysistools-correlation.png -share/gnome/help/gnumeric/C/figures/analysistools-covariance-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-covariance-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-covariance.png -share/gnome/help/gnumeric/C/figures/analysistools-descstats-ex1-options.png -share/gnome/help/gnumeric/C/figures/analysistools-descstats-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-descstats-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-descstats.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-a-holt-winters-formula.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-a-holt-winters-stderr.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-holt-formula.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-holt-stderr.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-hunter-formula.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-hunter-stderr.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-m-holt-winters-formula.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-m-holt-winters-stderr.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-roberts-formula.png -share/gnome/help/gnumeric/C/figures/analysistools-exp-smoothing-roberts-stderr.png -share/gnome/help/gnumeric/C/figures/analysistools-fourier-formula.png -share/gnome/help/gnumeric/C/figures/analysistools-fourier.png -share/gnome/help/gnumeric/C/figures/analysistools-ftest-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ftest-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ftest.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-bins.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-cutoffs.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex4.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex5.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-ex3.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram-graphs.png -share/gnome/help/gnumeric/C/figures/analysistools-histogram.png -share/gnome/help/gnumeric/C/figures/analysistools-moving-average-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-moving-average-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-moving-average-ex3.png -share/gnome/help/gnumeric/C/figures/analysistools-moving-average-formula-central.png -share/gnome/help/gnumeric/C/figures/analysistools-moving-average-formula-spencer.png -share/gnome/help/gnumeric/C/figures/analysistools-moving-average-formula-weighted.png -share/gnome/help/gnumeric/C/figures/analysistools-moving-average-options.png -share/gnome/help/gnumeric/C/figures/analysistools-moving-average.png -share/gnome/help/gnumeric/C/figures/analysistools-outputoptions.png -share/gnome/help/gnumeric/C/figures/analysistools-random-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-random-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-random.png -share/gnome/help/gnumeric/C/figures/analysistools-ranges.png -share/gnome/help/gnumeric/C/figures/analysistools-rank-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-rank-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-rank.png -share/gnome/help/gnumeric/C/figures/analysistools-regression-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-regression-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-regression-ex3.png -share/gnome/help/gnumeric/C/figures/analysistools-regression.png -share/gnome/help/gnumeric/C/figures/analysistools-sampling-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-sampling-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-sampling.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex3.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex4.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex5.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex6.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex7.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing-ex8.png -share/gnome/help/gnumeric/C/figures/analysistools-smoothing.png -share/gnome/help/gnumeric/C/figures/analysistools-tools.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-equal-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-equal-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-equal.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-paired-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-paired-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-paired.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-unequal-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-unequal-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest-unequal.png -share/gnome/help/gnumeric/C/figures/analysistools-ttest.png -share/gnome/help/gnumeric/C/figures/analysistools-ztest-ex1.png -share/gnome/help/gnumeric/C/figures/analysistools-ztest-ex2.png -share/gnome/help/gnumeric/C/figures/analysistools-ztest.png -share/gnome/help/gnumeric/C/figures/arrowhead-dimensions.png -share/gnome/help/gnumeric/C/figures/button-align-center.png -share/gnome/help/gnumeric/C/figures/button-align-left.png -share/gnome/help/gnumeric/C/figures/button-align-right.png -share/gnome/help/gnumeric/C/figures/button-arrow.png -share/gnome/help/gnumeric/C/figures/button-bold.png -share/gnome/help/gnumeric/C/figures/button-borders.png -share/gnome/help/gnumeric/C/figures/button-center-across-selection.png -share/gnome/help/gnumeric/C/figures/button-checkbox.png -share/gnome/help/gnumeric/C/figures/button-combo.png -share/gnome/help/gnumeric/C/figures/button-copy.png -share/gnome/help/gnumeric/C/figures/button-cut.png -share/gnome/help/gnumeric/C/figures/button-decrease-indent.png -share/gnome/help/gnumeric/C/figures/button-decrease-precision.png -share/gnome/help/gnumeric/C/figures/button-equals.png -share/gnome/help/gnumeric/C/figures/button-fill.png -share/gnome/help/gnumeric/C/figures/button-font-size.png -share/gnome/help/gnumeric/C/figures/button-font-type.png -share/gnome/help/gnumeric/C/figures/button-frame.png -share/gnome/help/gnumeric/C/figures/button-function.png -share/gnome/help/gnumeric/C/figures/button-graph.png -share/gnome/help/gnumeric/C/figures/button-graphEditor-add.png -share/gnome/help/gnumeric/C/figures/button-increase-indent.png -share/gnome/help/gnumeric/C/figures/button-increase-precision.png -share/gnome/help/gnumeric/C/figures/button-insert-component.png -share/gnome/help/gnumeric/C/figures/button-insert-hyperlink.png -share/gnome/help/gnumeric/C/figures/button-insert-object.png -share/gnome/help/gnumeric/C/figures/button-italic.png -share/gnome/help/gnumeric/C/figures/button-label.png -share/gnome/help/gnumeric/C/figures/button-line.png -share/gnome/help/gnumeric/C/figures/button-list.png -share/gnome/help/gnumeric/C/figures/button-merge.png -share/gnome/help/gnumeric/C/figures/button-money.png -share/gnome/help/gnumeric/C/figures/button-new.png -share/gnome/help/gnumeric/C/figures/button-open.png -share/gnome/help/gnumeric/C/figures/button-oval.png -share/gnome/help/gnumeric/C/figures/button-paste.png -share/gnome/help/gnumeric/C/figures/button-percent.png -share/gnome/help/gnumeric/C/figures/button-preview.png -share/gnome/help/gnumeric/C/figures/button-print.png -share/gnome/help/gnumeric/C/figures/button-rectangle.png -share/gnome/help/gnumeric/C/figures/button-redo-and-history.png -share/gnome/help/gnumeric/C/figures/button-save.png -share/gnome/help/gnumeric/C/figures/button-scrollbar.png -share/gnome/help/gnumeric/C/figures/button-slider.png -share/gnome/help/gnumeric/C/figures/button-sort-az.png -share/gnome/help/gnumeric/C/figures/button-sort-za.png -share/gnome/help/gnumeric/C/figures/button-spin.png -share/gnome/help/gnumeric/C/figures/button-split.png -share/gnome/help/gnumeric/C/figures/button-sum.png -share/gnome/help/gnumeric/C/figures/button-text-colour.png -share/gnome/help/gnumeric/C/figures/button-thousands.png -share/gnome/help/gnumeric/C/figures/button-underline.png -share/gnome/help/gnumeric/C/figures/button-undo-and-history.png -share/gnome/help/gnumeric/C/figures/button-zoom.png -share/gnome/help/gnumeric/C/figures/cell-grid.png -share/gnome/help/gnumeric/C/figures/cell-selected.png -share/gnome/help/gnumeric/C/figures/cell-with-text.png -share/gnome/help/gnumeric/C/figures/cells-1.png -share/gnome/help/gnumeric/C/figures/cells-2.png -share/gnome/help/gnumeric/C/figures/chart_area_1_1.png -share/gnome/help/gnumeric/C/figures/chart_area_1_2.png -share/gnome/help/gnumeric/C/figures/chart_area_1_3.png -share/gnome/help/gnumeric/C/figures/chart_bar_1_1.png -share/gnome/help/gnumeric/C/figures/chart_bar_1_2.png -share/gnome/help/gnumeric/C/figures/chart_bar_1_3.png -share/gnome/help/gnumeric/C/figures/chart_bubble_1_1.png -share/gnome/help/gnumeric/C/figures/chart_column_1_1.png -share/gnome/help/gnumeric/C/figures/chart_column_1_2.png -share/gnome/help/gnumeric/C/figures/chart_column_1_3.png -share/gnome/help/gnumeric/C/figures/chart_line_1_1.png -share/gnome/help/gnumeric/C/figures/chart_line_1_2.png -share/gnome/help/gnumeric/C/figures/chart_line_1_3.png -share/gnome/help/gnumeric/C/figures/chart_line_2_1.png -share/gnome/help/gnumeric/C/figures/chart_line_2_2.png -share/gnome/help/gnumeric/C/figures/chart_line_2_3.png -share/gnome/help/gnumeric/C/figures/chart_pie_1_1.png -share/gnome/help/gnumeric/C/figures/chart_pie_2_1.png -share/gnome/help/gnumeric/C/figures/chart_radar_1_1.png -share/gnome/help/gnumeric/C/figures/chart_radar_1_2.png -share/gnome/help/gnumeric/C/figures/chart_radar_1_3.png -share/gnome/help/gnumeric/C/figures/chart_ring_1_1.png -share/gnome/help/gnumeric/C/figures/chart_ring_1_2.png -share/gnome/help/gnumeric/C/figures/chart_scatter_1_1.png -share/gnome/help/gnumeric/C/figures/chart_scatter_3_1.png -share/gnome/help/gnumeric/C/figures/chart_scatter_3_2.png -share/gnome/help/gnumeric/C/figures/dialog-auto-correct.png -share/gnome/help/gnumeric/C/figures/dialog-autosave.png -share/gnome/help/gnumeric/C/figures/dialog-fileopen-withTags.png -share/gnome/help/gnumeric/C/figures/dialog-filesave-compact-withTags.png -share/gnome/help/gnumeric/C/figures/dialog-filesave-expanded-withTags.png -share/gnome/help/gnumeric/C/figures/dialog-filter.png -share/gnome/help/gnumeric/C/figures/dialog-insert-object.png -share/gnome/help/gnumeric/C/figures/dialog-properties-arrow.png -share/gnome/help/gnumeric/C/figures/dialog-properties-checkbox.png -share/gnome/help/gnumeric/C/figures/dialog-properties-frame.png -share/gnome/help/gnumeric/C/figures/dialog-properties-label.png -share/gnome/help/gnumeric/C/figures/dialog-properties-line.png -share/gnome/help/gnumeric/C/figures/dialog-properties-oval.png -share/gnome/help/gnumeric/C/figures/dialog-properties-rectangle.png -share/gnome/help/gnumeric/C/figures/dialog-properties-scrollbar.png -share/gnome/help/gnumeric/C/figures/drawing-arrow.png -share/gnome/help/gnumeric/C/figures/drawing-line.png -share/gnome/help/gnumeric/C/figures/drawing-oval.png -share/gnome/help/gnumeric/C/figures/drawing-rectangle.png -share/gnome/help/gnumeric/C/figures/example-colGraph-modified.png -share/gnome/help/gnumeric/C/figures/example-colGraph.png -share/gnome/help/gnumeric/C/figures/example-columnSelect.png -share/gnome/help/gnumeric/C/figures/example-data.png -share/gnome/help/gnumeric/C/figures/files-html-example.png -share/gnome/help/gnumeric/C/figures/files-html32-example.png -share/gnome/help/gnumeric/C/figures/files-html40-example.png -share/gnome/help/gnumeric/C/figures/gnumeric-icon-24.png -share/gnome/help/gnumeric/C/figures/gnumeric-labelled.png -share/gnome/help/gnumeric/C/figures/gnumeric-power-example.png -share/gnome/help/gnumeric/C/figures/graph-components.png -share/gnome/help/gnumeric/C/figures/graph-example-area.png -share/gnome/help/gnumeric/C/figures/graph-example-bar.png -share/gnome/help/gnumeric/C/figures/graph-example-bubble.png -share/gnome/help/gnumeric/C/figures/graph-example-column.png -share/gnome/help/gnumeric/C/figures/graph-example-line.png -share/gnome/help/gnumeric/C/figures/graph-example-pie.png -share/gnome/help/gnumeric/C/figures/graph-example-radar.png -share/gnome/help/gnumeric/C/figures/graph-example-ring.png -share/gnome/help/gnumeric/C/figures/graph-example-xyplot.png -share/gnome/help/gnumeric/C/figures/graph-hierarchy.png -share/gnome/help/gnumeric/C/figures/graphguru-axes-category-bounds.png -share/gnome/help/gnumeric/C/figures/graphguru-axes-category-details.png -share/gnome/help/gnumeric/C/figures/graphguru-axes-category-style.png -share/gnome/help/gnumeric/C/figures/graphguru-axes-continuous-bounds.png -share/gnome/help/gnumeric/C/figures/graphguru-axes-continuous-format.png -share/gnome/help/gnumeric/C/figures/graphguru-backPanels-gradient.png -share/gnome/help/gnumeric/C/figures/graphguru-backPanels-image.png -share/gnome/help/gnumeric/C/figures/graphguru-backPanels-none.png -share/gnome/help/gnumeric/C/figures/graphguru-backPanels-pattern.png -share/gnome/help/gnumeric/C/figures/graphguru-components.png -share/gnome/help/gnumeric/C/figures/graphguru-plot-barCol.png -share/gnome/help/gnumeric/C/figures/graphguru-plot-bubble.png -share/gnome/help/gnumeric/C/figures/graphguru-plot-pie.png -share/gnome/help/gnumeric/C/figures/graphguru-plot-radar.png -share/gnome/help/gnumeric/C/figures/graphguru-plot-ring.png -share/gnome/help/gnumeric/C/figures/graphguru-series-data-bubble.png -share/gnome/help/gnumeric/C/figures/graphguru-series-data-single.png -share/gnome/help/gnumeric/C/figures/graphguru-series-data-xy.png -share/gnome/help/gnumeric/C/figures/graphguru-series-error.png -share/gnome/help/gnumeric/C/figures/graphguru-series-style-filled.png -share/gnome/help/gnumeric/C/figures/graphguru-series-style-line.png -share/gnome/help/gnumeric/C/figures/graphguru-title-font.png -share/gnome/help/gnumeric/C/figures/graphical-elements-selected.png -share/gnome/help/gnumeric/C/figures/graphical-elements-stacked.png -share/gnome/help/gnumeric/C/figures/graphical-elements.png -share/gnome/help/gnumeric/C/figures/graphs-types-area.png -share/gnome/help/gnumeric/C/figures/graphs-types-bar.png -share/gnome/help/gnumeric/C/figures/graphs-types-bubble.png -share/gnome/help/gnumeric/C/figures/graphs-types-column.png -share/gnome/help/gnumeric/C/figures/graphs-types-line.png -share/gnome/help/gnumeric/C/figures/graphs-types-pie.png -share/gnome/help/gnumeric/C/figures/graphs-types-radar.png -share/gnome/help/gnumeric/C/figures/graphs-types-ring.png -share/gnome/help/gnumeric/C/figures/graphs-types-stock.png -share/gnome/help/gnumeric/C/figures/graphs-types-surface.png -share/gnome/help/gnumeric/C/figures/graphs-types-xyplot.png -share/gnome/help/gnumeric/C/figures/info-area.png -share/gnome/help/gnumeric/C/figures/menu-context-col-row-header.png -share/gnome/help/gnumeric/C/figures/menu-context-graph-order.png -share/gnome/help/gnumeric/C/figures/menu-context-graph.png -share/gnome/help/gnumeric/C/figures/menu-context-grid.png -share/gnome/help/gnumeric/C/figures/menu-context-object-order.png -share/gnome/help/gnumeric/C/figures/menu-context-object.png -share/gnome/help/gnumeric/C/figures/menu-context-tabs.png -share/gnome/help/gnumeric/C/figures/menu-context-toolbars.png -share/gnome/help/gnumeric/C/figures/menu-data-labelled.png -share/gnome/help/gnumeric/C/figures/menu-edit-labelled.png -share/gnome/help/gnumeric/C/figures/menu-file-labelled.png -share/gnome/help/gnumeric/C/figures/menu-format-labelled.png -share/gnome/help/gnumeric/C/figures/menu-help-labelled.png -share/gnome/help/gnumeric/C/figures/menu-insert-labelled.png -share/gnome/help/gnumeric/C/figures/menu-tools-labelled.png -share/gnome/help/gnumeric/C/figures/menu-torn-off.png -share/gnome/help/gnumeric/C/figures/menu-view-labelled.png -share/gnome/help/gnumeric/C/figures/menubar.png -share/gnome/help/gnumeric/C/figures/number-format-border-dialog.png -share/gnome/help/gnumeric/C/figures/number-format-color-dialog.png -share/gnome/help/gnumeric/C/figures/number-format-dialog.png -share/gnome/help/gnumeric/C/figures/number-format-font-dialog.png -share/gnome/help/gnumeric/C/figures/number-format-justification-dialog-2.png -share/gnome/help/gnumeric/C/figures/number-format-protection.png -share/gnome/help/gnumeric/C/figures/number-format-validation-warning.png -share/gnome/help/gnumeric/C/figures/number-format-validation.png -share/gnome/help/gnumeric/C/figures/pointer_arrow_left_std.png -share/gnome/help/gnumeric/C/figures/pointer_cross_hair.png -share/gnome/help/gnumeric/C/figures/pointer_cross_wide.png -share/gnome/help/gnumeric/C/figures/pointer_diagonal_resize.png -share/gnome/help/gnumeric/C/figures/pointer_double_horizontal_arrow.png -share/gnome/help/gnumeric/C/figures/pointer_double_vertical_arrow.png -share/gnome/help/gnumeric/C/figures/pointer_four_way_arrow.png -share/gnome/help/gnumeric/C/figures/pointer_hand_left.png -share/gnome/help/gnumeric/C/figures/pointer_left.png -share/gnome/help/gnumeric/C/figures/pointer_resize_multiple.png -share/gnome/help/gnumeric/C/figures/pointer_right.png -share/gnome/help/gnumeric/C/figures/pointer_text_edit.png -share/gnome/help/gnumeric/C/figures/pointer_zoom_in.png -share/gnome/help/gnumeric/C/figures/pointer_zoom_out.png -share/gnome/help/gnumeric/C/figures/preferences-copypaste.png -share/gnome/help/gnumeric/C/figures/preferences-files.png -share/gnome/help/gnumeric/C/figures/preferences-font-header.png -share/gnome/help/gnumeric/C/figures/preferences-font.png -share/gnome/help/gnumeric/C/figures/preferences-screen.png -share/gnome/help/gnumeric/C/figures/preferences-sorting.png -share/gnome/help/gnumeric/C/figures/preferences-tools.png -share/gnome/help/gnumeric/C/figures/preferences-undo.png -share/gnome/help/gnumeric/C/figures/preferences-windows.png -share/gnome/help/gnumeric/C/figures/print-large.png -share/gnome/help/gnumeric/C/figures/print-preview-back.png -share/gnome/help/gnumeric/C/figures/print-preview-first.png -share/gnome/help/gnumeric/C/figures/print-preview-fit.png -share/gnome/help/gnumeric/C/figures/print-preview-fitonetoone.png -share/gnome/help/gnumeric/C/figures/print-preview-last.png -share/gnome/help/gnumeric/C/figures/print-preview-next.png -share/gnome/help/gnumeric/C/figures/print-preview-zoomin.png -share/gnome/help/gnumeric/C/figures/print-preview-zoomout.png -share/gnome/help/gnumeric/C/figures/print-worksheet-job.png -share/gnome/help/gnumeric/C/figures/print-worksheet-paper.png -share/gnome/help/gnumeric/C/figures/print-worksheet-printer.png -share/gnome/help/gnumeric/C/figures/printing-preview.png -share/gnome/help/gnumeric/C/figures/printing-setup-header-config.png -share/gnome/help/gnumeric/C/figures/printing-setup-header.png -share/gnome/help/gnumeric/C/figures/printing-setup-page.png -share/gnome/help/gnumeric/C/figures/printing-setup-sheet.png -share/gnome/help/gnumeric/C/figures/selection-1.png -share/gnome/help/gnumeric/C/figures/selection-10.png -share/gnome/help/gnumeric/C/figures/selection-2.png -share/gnome/help/gnumeric/C/figures/selection-3.png -share/gnome/help/gnumeric/C/figures/selection-4.png -share/gnome/help/gnumeric/C/figures/selection-5.png -share/gnome/help/gnumeric/C/figures/selection-8.png -share/gnome/help/gnumeric/C/figures/selection-9.png -share/gnome/help/gnumeric/C/figures/solver-01.png -share/gnome/help/gnumeric/C/figures/solver-02.png -share/gnome/help/gnumeric/C/figures/solver-03.png -share/gnome/help/gnumeric/C/figures/solver-04.png -share/gnome/help/gnumeric/C/figures/solver-05.png -share/gnome/help/gnumeric/C/figures/textguru-export-panel1-withTags.png -share/gnome/help/gnumeric/C/figures/textguru-export-panel2-withTags.png -share/gnome/help/gnumeric/C/figures/textguru-import-panel1-withTags.png -share/gnome/help/gnumeric/C/figures/textguru-import-panel2a-withTags.png -share/gnome/help/gnumeric/C/figures/textguru-import-panel2b-withTags.png -share/gnome/help/gnumeric/C/figures/textguru-import-panel3-withTags.png -share/gnome/help/gnumeric/C/figures/toolbar-object.png -share/gnome/help/gnumeric/C/figures/widget-checkbox.png -share/gnome/help/gnumeric/C/figures/widget-combobox.png -share/gnome/help/gnumeric/C/figures/widget-entryBox-outlined.png -share/gnome/help/gnumeric/C/figures/widget-frame.png -share/gnome/help/gnumeric/C/figures/widget-label.png -share/gnome/help/gnumeric/C/figures/widget-list.png -share/gnome/help/gnumeric/C/figures/widget-scrollbar.png -share/gnome/help/gnumeric/C/figures/widget-slider.png -share/gnome/help/gnumeric/C/figures/widget-spinbutton.png -share/gnome/help/gnumeric/C/figures/worksheet-cols-1.png -share/gnome/help/gnumeric/C/figures/worksheet-data-1.png -share/gnome/help/gnumeric/C/figures/worksheet-data-2.png -share/gnome/help/gnumeric/C/figures/worksheet-data-3.png -share/gnome/help/gnumeric/C/figures/worksheet-data-4.png -share/gnome/help/gnumeric/C/figures/worksheet-rows-1.png -share/gnome/help/gnumeric/C/figures/worksheet-running-calc-1.png -share/gnome/help/gnumeric/C/files-email.xml -share/gnome/help/gnumeric/C/files-formats.xml -share/gnome/help/gnumeric/C/files-opening.xml -share/gnome/help/gnumeric/C/files-overview.xml -share/gnome/help/gnumeric/C/files-saving.xml -share/gnome/help/gnumeric/C/files-ssconvert.xml -share/gnome/help/gnumeric/C/files-textopen.xml -share/gnome/help/gnumeric/C/files-textsave.xml -share/gnome/help/gnumeric/C/functions.xml -share/gnome/help/gnumeric/C/getting-involved.xml -share/gnome/help/gnumeric/C/gnumeric.xml -share/gnome/help/gnumeric/C/graphics-drawings.xml -share/gnome/help/gnumeric/C/graphics-images.xml -share/gnome/help/gnumeric/C/graphics-overview.xml -share/gnome/help/gnumeric/C/graphics-plots.xml -share/gnome/help/gnumeric/C/graphics-widgets.xml -share/gnome/help/gnumeric/C/gui-menus.xml -share/gnome/help/gnumeric/C/gui-mouse.xml -share/gnome/help/gnumeric/C/gui-other-elements.xml -share/gnome/help/gnumeric/C/gui-overview.xml -share/gnome/help/gnumeric/C/gui-toolbars.xml -share/gnome/help/gnumeric/C/installing.xml -share/gnome/help/gnumeric/C/legal.xml -share/gnome/help/gnumeric/C/manual-usage.xml -share/gnome/help/gnumeric/C/morehelp.xml -share/gnome/help/gnumeric/C/printing.xml -share/gnome/help/gnumeric/C/quick-start.xml -share/gnome/help/gnumeric/C/welcome.xml -share/gnome/help/gnumeric/C/workbooks.xml -share/gnome/help/gnumeric/C/worksheets.xml -share/icons/hicolor/16x16/apps/gnumeric.png -share/icons/hicolor/22x22/apps/gnumeric.png -share/icons/hicolor/24x24/apps/gnumeric.png -share/icons/hicolor/32x32/apps/gnumeric.png -share/icons/hicolor/48x48/apps/gnumeric.png -share/icons/hicolor/scalable/apps/gnumeric.svg -share/mime-info/gnumeric.mime -share/omf/gnumeric/gnumeric-C.omf -share/pixmaps/gnome-application-vnd.lotus-1-2-3.png -share/pixmaps/gnome-application-x-applix-spreadsheet.png -share/pixmaps/gnome-application-x-generic-spreadsheet.png -share/pixmaps/gnome-application-x-gnumeric.png -share/pixmaps/gnome-application-x-xls.png -share/pixmaps/gnumeric/down-right.png -share/pixmaps/gnumeric/gnome-application-vnd.lotus-1-2-3.png -share/pixmaps/gnumeric/gnome-application-x-applix-spreadsheet.png -share/pixmaps/gnumeric/gnome-application-x-generic-spreadsheet.png -share/pixmaps/gnumeric/gnome-application-x-gnumeric.png -share/pixmaps/gnumeric/gnome-application-x-xls.png -share/pixmaps/gnumeric/gnumeric-about.png -share/pixmaps/gnumeric/orient-horizontal.png -share/pixmaps/gnumeric/orient-vertical.png -share/pixmaps/gnumeric/right-down.png -share/pixmaps/gnumeric/stf-druid.png -share/pixmaps/gnumeric/win32-gnumeric.ico -share/pixmaps/win32-gnumeric.ico -share/locale/am/LC_MESSAGES/gnumeric-functions.mo -share/locale/am/LC_MESSAGES/gnumeric.mo -share/locale/ar/LC_MESSAGES/gnumeric-functions.mo -share/locale/ar/LC_MESSAGES/gnumeric.mo -share/locale/az/LC_MESSAGES/gnumeric-functions.mo -share/locale/az/LC_MESSAGES/gnumeric.mo -share/locale/bg/LC_MESSAGES/gnumeric-functions.mo -share/locale/bg/LC_MESSAGES/gnumeric.mo -share/locale/ca/LC_MESSAGES/gnumeric-functions.mo -share/locale/ca/LC_MESSAGES/gnumeric.mo -share/locale/cs/LC_MESSAGES/gnumeric-functions.mo -share/locale/cs/LC_MESSAGES/gnumeric.mo -share/locale/da/LC_MESSAGES/gnumeric-functions.mo -share/locale/da/LC_MESSAGES/gnumeric.mo -share/locale/de/LC_MESSAGES/gnumeric-functions.mo -share/locale/de/LC_MESSAGES/gnumeric.mo -share/locale/dz/LC_MESSAGES/gnumeric-functions.mo -share/locale/dz/LC_MESSAGES/gnumeric.mo -share/locale/el/LC_MESSAGES/gnumeric-functions.mo -share/locale/el/LC_MESSAGES/gnumeric.mo -share/locale/en_CA/LC_MESSAGES/gnumeric-functions.mo -share/locale/en_CA/LC_MESSAGES/gnumeric.mo -share/locale/en_GB/LC_MESSAGES/gnumeric-functions.mo -share/locale/en_GB/LC_MESSAGES/gnumeric.mo -share/locale/es/LC_MESSAGES/gnumeric-functions.mo -share/locale/es/LC_MESSAGES/gnumeric.mo -share/locale/et/LC_MESSAGES/gnumeric-functions.mo -share/locale/et/LC_MESSAGES/gnumeric.mo -share/locale/fi/LC_MESSAGES/gnumeric-functions.mo -share/locale/fi/LC_MESSAGES/gnumeric.mo -share/locale/fr/LC_MESSAGES/gnumeric-functions.mo -share/locale/fr/LC_MESSAGES/gnumeric.mo -share/locale/ga/LC_MESSAGES/gnumeric-functions.mo -share/locale/ga/LC_MESSAGES/gnumeric.mo -share/locale/gl/LC_MESSAGES/gnumeric-functions.mo -share/locale/gl/LC_MESSAGES/gnumeric.mo -share/locale/he/LC_MESSAGES/gnumeric-functions.mo -share/locale/he/LC_MESSAGES/gnumeric.mo -share/locale/hr/LC_MESSAGES/gnumeric-functions.mo -share/locale/hr/LC_MESSAGES/gnumeric.mo -share/locale/hu/LC_MESSAGES/gnumeric-functions.mo -share/locale/hu/LC_MESSAGES/gnumeric.mo -share/locale/it/LC_MESSAGES/gnumeric-functions.mo -share/locale/it/LC_MESSAGES/gnumeric.mo -share/locale/ja/LC_MESSAGES/gnumeric-functions.mo -share/locale/ja/LC_MESSAGES/gnumeric.mo -share/locale/ko/LC_MESSAGES/gnumeric-functions.mo -share/locale/ko/LC_MESSAGES/gnumeric.mo -share/locale/lt/LC_MESSAGES/gnumeric-functions.mo -share/locale/lt/LC_MESSAGES/gnumeric.mo -share/locale/lv/LC_MESSAGES/gnumeric-functions.mo -share/locale/lv/LC_MESSAGES/gnumeric.mo -share/locale/mk/LC_MESSAGES/gnumeric-functions.mo -share/locale/mk/LC_MESSAGES/gnumeric.mo -share/locale/ml/LC_MESSAGES/gnumeric-functions.mo -share/locale/ml/LC_MESSAGES/gnumeric.mo -share/locale/mr/LC_MESSAGES/gnumeric-functions.mo -share/locale/mr/LC_MESSAGES/gnumeric.mo -share/locale/ms/LC_MESSAGES/gnumeric-functions.mo -share/locale/ms/LC_MESSAGES/gnumeric.mo -share/locale/nb/LC_MESSAGES/gnumeric-functions.mo -share/locale/nb/LC_MESSAGES/gnumeric.mo -share/locale/ne/LC_MESSAGES/gnumeric-functions.mo -share/locale/ne/LC_MESSAGES/gnumeric.mo -share/locale/nl/LC_MESSAGES/gnumeric-functions.mo -share/locale/nl/LC_MESSAGES/gnumeric.mo -share/locale/nn/LC_MESSAGES/gnumeric-functions.mo -share/locale/nn/LC_MESSAGES/gnumeric.mo -share/locale/oc/LC_MESSAGES/gnumeric-functions.mo -share/locale/oc/LC_MESSAGES/gnumeric.mo -share/locale/pl/LC_MESSAGES/gnumeric-functions.mo -share/locale/pl/LC_MESSAGES/gnumeric.mo -share/locale/pt/LC_MESSAGES/gnumeric-functions.mo -share/locale/pt/LC_MESSAGES/gnumeric.mo -share/locale/pt_BR/LC_MESSAGES/gnumeric-functions.mo -share/locale/pt_BR/LC_MESSAGES/gnumeric.mo -share/locale/ro/LC_MESSAGES/gnumeric-functions.mo -share/locale/ro/LC_MESSAGES/gnumeric.mo -share/locale/ru/LC_MESSAGES/gnumeric-functions.mo -share/locale/ru/LC_MESSAGES/gnumeric.mo -share/locale/rw/LC_MESSAGES/gnumeric-functions.mo -share/locale/rw/LC_MESSAGES/gnumeric.mo -share/locale/sk/LC_MESSAGES/gnumeric-functions.mo -share/locale/sk/LC_MESSAGES/gnumeric.mo -share/locale/sr/LC_MESSAGES/gnumeric-functions.mo -share/locale/sr/LC_MESSAGES/gnumeric.mo -share/locale/sr@Latn/LC_MESSAGES/gnumeric-functions.mo -share/locale/sr@Latn/LC_MESSAGES/gnumeric.mo -share/locale/sv/LC_MESSAGES/gnumeric-functions.mo -share/locale/sv/LC_MESSAGES/gnumeric.mo -share/locale/te/LC_MESSAGES/gnumeric-functions.mo -share/locale/te/LC_MESSAGES/gnumeric.mo -share/locale/tr/LC_MESSAGES/gnumeric-functions.mo -share/locale/tr/LC_MESSAGES/gnumeric.mo -share/locale/uk/LC_MESSAGES/gnumeric-functions.mo -share/locale/uk/LC_MESSAGES/gnumeric.mo -share/locale/vi/LC_MESSAGES/gnumeric-functions.mo -share/locale/vi/LC_MESSAGES/gnumeric.mo -share/locale/zh_CN/LC_MESSAGES/gnumeric-functions.mo -share/locale/zh_CN/LC_MESSAGES/gnumeric.mo -share/locale/zh_TW/LC_MESSAGES/gnumeric-functions.mo -share/locale/zh_TW/LC_MESSAGES/gnumeric.mo -@dirrm share/pixmaps/gnumeric -@dirrm share/omf/gnumeric -@dirrm share/gnome/help/gnumeric/C/figures -@dirrm share/gnome/help/gnumeric/C -@dirrm share/gnome/help/gnumeric -@dirrm share/gnumeric/%%VERSION%%/templates -@dirrm share/gnumeric/%%VERSION%%/idl -@dirrm share/gnumeric/%%VERSION%%/glade -@dirrm share/gnumeric/%%VERSION%%/autoformat-templates/List -@dirrm share/gnumeric/%%VERSION%%/autoformat-templates/General -@dirrm share/gnumeric/%%VERSION%%/autoformat-templates/Financial -@dirrm share/gnumeric/%%VERSION%%/autoformat-templates/Colourful -@dirrm share/gnumeric/%%VERSION%%/autoformat-templates/Classical -@dirrm share/gnumeric/%%VERSION%%/autoformat-templates/3D -@dirrm share/gnumeric/%%VERSION%%/autoformat-templates -@dirrm share/gnumeric/%%VERSION%% -@dirrm share/gnumeric -@dirrm lib/gnumeric/%%VERSION%%/plugins/xbase -@dirrm lib/gnumeric/%%VERSION%%/plugins/uihello -@dirrm lib/gnumeric/%%VERSION%%/plugins/sylk -@dirrm lib/gnumeric/%%VERSION%%/plugins/sc -@dirrm lib/gnumeric/%%VERSION%%/plugins/sample_datasource -@dirrm lib/gnumeric/%%VERSION%%/plugins/qpro -@dirrm lib/gnumeric/%%VERSION%%/plugins/python-loader -@dirrm lib/gnumeric/%%VERSION%%/plugins/py-func -@dirrm lib/gnumeric/%%VERSION%%/plugins/psiconv -@dirrm lib/gnumeric/%%VERSION%%/plugins/plan_perfect -@dirrm lib/gnumeric/%%VERSION%%/plugins/perl-loader -@dirrm lib/gnumeric/%%VERSION%%/plugins/perl-func -@dirrm lib/gnumeric/%%VERSION%%/plugins/openoffice -@dirrm lib/gnumeric/%%VERSION%%/plugins/oleo -@dirrm lib/gnumeric/%%VERSION%%/plugins/numtheory -@dirrm lib/gnumeric/%%VERSION%%/plugins/mps -@dirrm lib/gnumeric/%%VERSION%%/plugins/lotus -@dirrm lib/gnumeric/%%VERSION%%/plugins/html -@dirrm lib/gnumeric/%%VERSION%%/plugins/gnome-glossary -%%GNOMEDB%%@dirrm lib/gnumeric/%%VERSION%%/plugins/gnome-db -%%GNOMEDB%%@dirrm lib/gnumeric/%%VERSION%%/plugins/gdaif -@dirrm lib/gnumeric/%%VERSION%%/plugins/fn-tsa -@dirrm lib/gnumeric/%%VERSION%%/plugins/fn-string -@dirrm lib/gnumeric/%%VERSION%%/plugins/fn-stat -@dirrm lib/gnumeric/%%VERSION%%/plugins/fn-random -@dirrm lib/gnumeric/%%VERSION%%/plugins/fn-r -@dirrm lib/gnumeric/%%VERSION%%/plugins/fn-math -@dirrm lib/gnumeric/%%VERSION%%/plugins/fn-lookup -@dirrm lib/gnumeric/%%VERSION%%/plugins/fn-logical -@dirrm lib/gnumeric/%%VERSION%%/plugins/fn-info -@dirrm lib/gnumeric/%%VERSION%%/plugins/fn-financial -@dirrm lib/gnumeric/%%VERSION%%/plugins/fn-erlang -@dirrm lib/gnumeric/%%VERSION%%/plugins/fn-eng -@dirrm lib/gnumeric/%%VERSION%%/plugins/fn-date -@dirrm lib/gnumeric/%%VERSION%%/plugins/fn-database -@dirrm lib/gnumeric/%%VERSION%%/plugins/fn-complex -@dirrm lib/gnumeric/%%VERSION%%/plugins/excel -@dirrm lib/gnumeric/%%VERSION%%/plugins/dif -@dirrm lib/gnumeric/%%VERSION%%/plugins/derivatives -@dirrm lib/gnumeric/%%VERSION%%/plugins/corba -@dirrm lib/gnumeric/%%VERSION%%/plugins/applix -@dirrm lib/gnumeric/%%VERSION%%/plugins -@dirrm lib/gnumeric/%%VERSION%%/include -@dirrm lib/gnumeric/%%VERSION%% -@dirrm lib/gnumeric -@dirrm include/libspreadsheet-1.10/spreadsheet -@dirrm include/libspreadsheet-1.10 -@unexec update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/applications -@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/misc/gnome-devel-docs/Makefile b/misc/gnome-devel-docs/Makefile deleted file mode 100644 index c36021b87..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.7 2008/09/27 01:52:59 mezz Exp $ -# - -PORTNAME= gnome-devel-docs -PORTVERSION= 2.24.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 20370c2cd..000000000 --- a/misc/gnome-devel-docs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-devel-docs-2.24.1.tar.bz2) = 8bee78fac9f816e485cb888cd65f2a9e -SHA256 (gnome2/gnome-devel-docs-2.24.1.tar.bz2) = 49b1a3b0205db641783b8033a95d5b7faf7831a537c9d4521c081d0c90fd8390 -SIZE (gnome2/gnome-devel-docs-2.24.1.tar.bz2) = 3012400 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 c7193d9b6..000000000 --- a/misc/gnome-devel-docs/pkg-plist +++ /dev/null @@ -1,403 +0,0 @@ -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/integration-guide/C/integration-guide.xml -share/gnome/help/integration-guide/es/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/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/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/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/integration-guide/integration-guide-C.omf -share/omf/integration-guide/integration-guide-es.omf -share/omf/optimization-guide/optimization-guide-C.omf -share/omf/platform-overview/platform-overview-C.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/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/C/figures -@dirrm share/gnome/help/platform-overview/C -@dirrm share/gnome/help/platform-overview -@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/es -@dirrm share/gnome/help/integration-guide/C -@dirrm share/gnome/help/integration-guide -@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 diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile deleted file mode 100644 index 4cd2882c1..000000000 --- a/misc/gnome-icon-theme/Makefile +++ /dev/null @@ -1,40 +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.122 2008/09/28 23:26:42 marcus Exp $ -# - -PORTNAME= gnome-icon-theme -PORTVERSION= 2.24.0 -PORTREVISION= 2 -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 5852c1efc..000000000 --- a/misc/gnome-icon-theme/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-icon-theme-2.24.0.tar.bz2) = 17ba571e5dd83434dc5b2b06ada7b56e -SHA256 (gnome2/gnome-icon-theme-2.24.0.tar.bz2) = b71f89f9ead65a7d3ccb92f6a6c2fb1719be25d6661dd67a14b5d820ee6831b2 -SIZE (gnome2/gnome-icon-theme-2.24.0.tar.bz2) = 3486226 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 61585e084..000000000 --- a/misc/gnome-icon-theme/pkg-plist +++ /dev/null @@ -1,6476 +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-rest.png -share/icons/gnome/16x16/animations/gnome-spinner.png -share/icons/gnome/16x16/animations/process-idle.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-rest.png -share/icons/gnome/22x22/animations/gnome-spinner.png -share/icons/gnome/22x22/animations/process-idle.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/animations/gnome-spinner-rest.png -share/icons/gnome/24x24/animations/gnome-spinner.png -share/icons/gnome/24x24/animations/process-idle.png -share/icons/gnome/24x24/animations/process-working.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-rest.png -share/icons/gnome/32x32/animations/gnome-spinner.png -share/icons/gnome/32x32/animations/process-idle.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/appointment-new.png -share/icons/gnome/48x48/actions/appointment.png -share/icons/gnome/48x48/actions/gnome-stock-mail-new.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-message-new.png -share/icons/gnome/48x48/actions/mail-send-receive.png -share/icons/gnome/48x48/actions/mail_new.png -share/icons/gnome/48x48/actions/mail_spam.png -share/icons/gnome/48x48/actions/stock_mail-compose.png -share/icons/gnome/48x48/actions/stock_mail-send-receive.png -share/icons/gnome/48x48/actions/stock_new-appointment.png -share/icons/gnome/48x48/actions/stock_not-spam.png -share/icons/gnome/48x48/actions/stock_spam.png -share/icons/gnome/48x48/animations/gnome-searchtool-animation-rest.png -share/icons/gnome/48x48/animations/gnome-searchtool-animation.png -share/icons/gnome/48x48/animations/gnome-spinner-rest.png -share/icons/gnome/48x48/animations/gnome-spinner.png -share/icons/gnome/48x48/animations/process-idle.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/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 diff --git a/misc/gnome-user-docs/Makefile b/misc/gnome-user-docs/Makefile deleted file mode 100644 index 2dbd3533e..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.46 2008/12/18 04:15:00 mezz Exp $ -# - -PORTNAME= gnome-user-docs -PORTVERSION= 2.24.2 -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 e07eff905..000000000 --- a/misc/gnome-user-docs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-user-docs-2.24.2.tar.bz2) = c387144f39c05152bb0771ae2b07a4d8 -SHA256 (gnome2/gnome-user-docs-2.24.2.tar.bz2) = c8e05a98d723356fa72681bf90f7a27a666ff6468a9489d7f6ea682a0390ab3a -SIZE (gnome2/gnome-user-docs-2.24.2.tar.bz2) = 13192540 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 b666615fc..000000000 --- a/misc/gnome-user-docs/pkg-plist +++ /dev/null @@ -1,2178 +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/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/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/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/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/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/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/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-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-sv.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-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-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-de.omf -share/omf/user-guide/user-guide-el.omf -share/omf/user-guide/user-guide-es.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/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/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/es -@dirrm share/gnome/help/system-admin-guide/el -@dirrm share/gnome/help/system-admin-guide/de -@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/sv/figures -@dirrm share/gnome/help/gnome-access-guide/sv -@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/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/gnome2-reference/Makefile b/misc/gnome2-reference/Makefile deleted file mode 100644 index 28d01dd97..000000000 --- a/misc/gnome2-reference/Makefile +++ /dev/null @@ -1,86 +0,0 @@ -# New ports collection makefile for: gnome2-reference -# Date created: 2006-07-24 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gnome2-reference -PORTVERSION= 2.20 -PORTREVISION= 1 -CATEGORIES= misc gnome -MASTER_SITES= # empty -DISTFILES= # empty -EXTRACT_ONLY= # empty - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The "meta-port" for GNOME 2 programming references - -# Please keep this list alphabetically sorted. -# If you add or remove an entry from REF_LIST you must -# run 'make create-ref-list' - -REF_LIST= accessibility/at-spi-reference \ - accessibility/atk-reference \ - databases/libgda2-reference \ - databases/libgda3-reference \ - databases/libgnomedb-reference \ - devel/ORBit2-reference \ - devel/gconf2-reference \ - devel/glib20-reference \ - devel/glibmm-reference \ - devel/gnome-vfs-reference \ - devel/libbonobo-reference \ - devel/libglade2-reference \ - devel/libsoup-reference \ - graphics/cairo-reference \ - graphics/libgnomecanvas-reference \ - net/linc-reference \ - print/libgnomeprint-reference \ - textproc/gtkspell-reference \ - textproc/libxml2-reference \ - textproc/libxslt-reference \ - x11/gnome-desktop-reference \ - x11/gnome-panel-reference \ - x11/libgnome-reference \ - x11-fonts/fontconfig-reference \ - x11-toolkits/gal2-reference \ - x11-toolkits/gtk20-reference \ - x11-toolkits/gtkmm20-reference \ - x11-toolkits/gtkmm24-reference \ - x11-toolkits/gtksourceview-reference \ - x11-toolkits/libbonoboui-reference \ - x11-toolkits/libgnomeui-reference \ - x11-toolkits/libwnck-reference \ - x11-toolkits/pango-reference \ - x11-toolkits/vte-reference - -OPTIONS= # empty -NO_BUILD= yes - -REF_LIST_INC= ${.CURDIR}/Makefile.inc -.include "${REF_LIST_INC}" - -.include <bsd.port.pre.mk> - -.for ref in ${_PORT_REF_LIST:C/^([^:]+).*/\1/} -OPTIONS+= ${ref:C|^[^/]+/([^/]+).*|\1|:S/-reference//:S/-/_/:U} "Install ${ref:C|^[^/]+/([^/]+).*|\1|:S/-reference//} programing reference " on -.endfor - -.for ref in ${_PORT_REF_LIST} -.if !defined(WITHOUT_${ref:C|^[^/]+/([^/]+).*|\1|:S/-reference//:S/-/_/:U:C/^([^:]+).*/\1/}) -RUN_DEPENDS+= ${ref:C|^[^:]+:([^:]+).*|\1|:C|^[^/]+/([^/]+).*|\1|}>0:${PORTSDIR}/${ref:C/^([^:]+).*/\1/} -.endif -.endfor - -do-install: # empty - -create-ref-list: - ${CP} ${REF_LIST_INC} ${REF_LIST_INC}.bak - ${ECHO_CMD} "_PORT_REF_LIST= \\" > ${REF_LIST_INC} -.for port in ${REF_LIST} - (cd ${PORTSDIR}/${port} && ${ECHO_CMD} "${port}:`${MAKE} -V PORTNAME` \\" >> ${REF_LIST_INC}) -.endfor - -.include <bsd.port.post.mk> diff --git a/misc/gnome2-reference/Makefile.inc b/misc/gnome2-reference/Makefile.inc deleted file mode 100644 index 6000edaf5..000000000 --- a/misc/gnome2-reference/Makefile.inc +++ /dev/null @@ -1,35 +0,0 @@ -_PORT_REF_LIST= \ -accessibility/at-spi-reference:at-spi-reference \ -accessibility/atk-reference:atk-reference \ -databases/libgda2-reference:libgda2-reference \ -databases/libgda3-reference:libgda3-reference \ -databases/libgnomedb-reference:libgnomedb-reference \ -devel/ORBit2-reference:ORBit2-reference \ -devel/gconf2-reference:gconf2-reference \ -devel/glib20-reference:glib-reference \ -devel/glibmm-reference:glibmm-reference \ -devel/gnome-vfs-reference:gnome-vfs-reference \ -devel/libbonobo-reference:libbonobo-reference \ -devel/libglade2-reference:libglade2-reference \ -devel/libsoup-reference:libsoup-reference \ -graphics/cairo-reference:cairo-reference \ -graphics/libgnomecanvas-reference:libgnomecanvas-reference \ -net/linc-reference:linc-reference \ -print/libgnomeprint-reference:libgnomeprint-reference \ -textproc/gtkspell-reference:gtkspell-reference \ -textproc/libxml2-reference:libxml2-reference \ -textproc/libxslt-reference:libxslt-reference \ -x11/gnome-desktop-reference:gnome-desktop-reference \ -x11/gnome-panel-reference:gnome-panel-reference \ -x11/libgnome-reference:libgnome-reference \ -x11-fonts/fontconfig-reference:fontconfig-reference \ -x11-toolkits/gal2-reference:gal2-reference \ -x11-toolkits/gtk20-reference:gtk-reference \ -x11-toolkits/gtkmm20-reference:gtkmm-reference \ -x11-toolkits/gtkmm24-reference:gtkmm-reference \ -x11-toolkits/gtksourceview-reference:gtksourceview-reference \ -x11-toolkits/libbonoboui-reference:libbonoboui-reference \ -x11-toolkits/libgnomeui-reference:libgnomeui-reference \ -x11-toolkits/libwnck-reference:libwnck-reference \ -x11-toolkits/pango-reference:pango-reference \ -x11-toolkits/vte-reference:vte-reference \ diff --git a/misc/gnome2-reference/pkg-descr b/misc/gnome2-reference/pkg-descr deleted file mode 100644 index 3ca7ff2fa..000000000 --- a/misc/gnome2-reference/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -The "meta-port" for GNOME 2 programming references diff --git a/misc/gnomehier/Makefile b/misc/gnomehier/Makefile deleted file mode 100644 index 93d44c158..000000000 --- a/misc/gnomehier/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: gnomehier -# Date created: 2 July 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/misc/gnomehier/Makefile,v 1.29 2007/09/12 14:40:40 ahze Exp $ -# -# !!DON'T BUMP PORTREVISION ON MTREE CHANGES ANYMORE!! - -PORTNAME= gnomehier -PORTVERSION= 2.3 -PORTREVISION= 11 -CATEGORIES= misc gnome -MASTER_SITES= # none -DISTFILES= # none - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A utility port that creates the GNOME directory tree - -NO_BUILD= yes -PLIST?= ${WRKDIR}/pkg-plist -PKGINSTALL= ${WRKDIR}/pkg-install - -GNOME_MTREE= BSD.gnome.dist -GNOME_MTREE_ARGS=${MTREE_ARGS:S|${MTREE_FILE}|${PREFIX}/etc/mtree/${GNOME_MTREE}|} - -do-fetch: - @${DO_NADA} - -pre-install: - @${CP} -f ${FILESDIR}/dirlist ${WRKDIR} - @${RM} -f ${PLIST} ${WRKDIR}/${GNOME_MTREE} - @${TOUCH} -f ${PLIST} - @${ECHO_CMD} etc/mtree/${GNOME_MTREE} >> ${PLIST} - @${MKDIR} ${WRKSRC} - @${CAT} ${FILESDIR}/dirlist | ${SORT} -r | ${SED} -e \ - 's|^|@dirrm |' >> ${PLIST} - @${ECHO_CMD} "@unexec ${RMDIR} %D/etc/mtree 2>/dev/null || ${TRUE}" >> ${PLIST} - @for dir in `${CAT} ${WRKDIR}/dirlist`; \ - do \ - ${MKDIR} ${WRKSRC}/$${dir}; \ - done - @${SED} -e 's|%%MTREE_ARGS%%|${GNOME_MTREE_ARGS}|' \ - < ${FILESDIR}/pkg-install.in > ${PKGINSTALL} - -pre-su-install: - ${CHGRP} games ${WRKSRC}/share/games - ${CHMOD} g=rwXs ${WRKSRC}/share/games - cd ${WRKSRC} && \ - ${MTREE_CMD} -U -d -n -i -c -k "uname, gname, mode" | \ - ${SED} -e 's|uname=[A-Za-z0-9_]*|uname=root|' \ - -e 's|gname=[A-Za-z0-9_]*|gname=wheel|' \ - > ${WRKDIR}/${GNOME_MTREE} - -do-install: - ${MKDIR} ${PREFIX}/etc/mtree - ${INSTALL_DATA} ${WRKDIR}/${GNOME_MTREE} ${PREFIX}/etc/mtree - -post-install: - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.include <bsd.port.mk> diff --git a/misc/gnomehier/files/dirlist b/misc/gnomehier/files/dirlist deleted file mode 100644 index a526d5bc8..000000000 --- a/misc/gnomehier/files/dirlist +++ /dev/null @@ -1,99 +0,0 @@ -etc/CORBA -etc/CORBA/servers -etc/X11 -etc/X11/serverconfig -etc/X11/starthere -etc/X11/sysconfig -etc/gconf -etc/gconf/gconf.xml.defaults -etc/gconf/gconf.xml.mandatory -etc/gconf/gconf.xml.system -etc/gconf/schemas -etc/gnome -etc/gnome-vfs-2.0 -etc/gnome-vfs-2.0/modules -etc/gnome/config -etc/sound -etc/sound/events -etc/vfs -etc/vfs/modules -include/gconf -include/gdkcardimage -include/gnome-1.0 -lib/GConf -lib/bonobo -lib/bonobo/monikers -lib/bonobo/plugin -lib/gnome-vfs-2.0 -lib/gnome-vfs-2.0/modules -lib/vfs -lib/vfs/modules -libdata/bonobo -libdata/bonobo/servers -share/applets -share/applets/Amusements -share/applets/Clocks -share/applets/Monitors -share/applets/Multimedia -share/applets/Network -share/applets/Utility -share/application-registry -share/capplets -share/control-center -share/control-center-2.0 -share/control-center-2.0/capplets -share/control-center/Desktop -share/control-center/Documents -share/control-center/Peripherals -share/control-center/Session -share/control-center/capplets -share/control-center/keybindings -share/doc/libgda -share/games -share/gnome -share/gnome-2.0 -share/gnome-2.0/ui -share/gnome-about -share/gnome-control-center -share/gnome-control-center/keybindings -share/gnome/apps -share/gnome/apps/Applications -share/gnome/apps/Audio -share/gnome/apps/Development -share/gnome/apps/Games -share/gnome/apps/Graphics -share/gnome/apps/Internet -share/gnome/apps/Multimedia -share/gnome/apps/Settings -share/gnome/apps/Settings/Desktop -share/gnome/apps/Settings/Documents -share/gnome/apps/Settings/Peripherals -share/gnome/apps/Settings/Session -share/gnome/apps/System -share/gnome/apps/Utilities -share/gnome/autostart -share/gnome/help -share/gnome/help/fdl -share/gnome/help/fdl/C -share/gnome/help/gpl -share/gnome/help/gpl/C -share/gnome/help/lgpl -share/gnome/help/lgpl/C -share/gnome/panel -share/gnome/ui -share/gnome/wm-properties -share/images -share/mc -share/mc/templates -share/mime-info -share/oaf -share/omf -share/pixmaps/document-icons -share/pixmaps/splash -share/sgml/docbook -share/sgml/docbook/gnome-customization-0.1 -share/sounds -share/vala -share/vala/vapi -share/vfolders -share/xmodmap diff --git a/misc/gnomehier/files/pkg-install.in b/misc/gnomehier/files/pkg-install.in deleted file mode 100644 index 20e30328e..000000000 --- a/misc/gnomehier/files/pkg-install.in +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -case $2 in -POST-INSTALL) - /usr/sbin/mtree %%MTREE_ARGS%% ${PKG_PREFIX} - exit 0 - ;; -esac diff --git a/misc/gnomehier/pkg-descr b/misc/gnomehier/pkg-descr deleted file mode 100644 index ec27b1ee2..000000000 --- a/misc/gnomehier/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a utility port that creates the common GNOME directory -structure. This way, the existence of the directories can be -ensured before applications attempt to install into them. diff --git a/multimedia/cheese/Makefile b/multimedia/cheese/Makefile deleted file mode 100644 index 7cfc6cdd5..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.25 2008/10/20 23:05:32 kwm Exp $ -# - -PORTNAME= cheese -PORTVERSION= 2.24.2 -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 -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 13cdc8ad0..000000000 --- a/multimedia/cheese/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/cheese-2.24.2.tar.bz2) = 82de87c881c45e6ef965b71fdad21bda -SHA256 (gnome2/cheese-2.24.2.tar.bz2) = aee9184a908e0f0a83e9394b894b32f47c5c6c9fb33a31fe6c8bd27e1d5a22b3 -SIZE (gnome2/cheese-2.24.2.tar.bz2) = 2762718 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 7309efb74..000000000 --- a/multimedia/cheese/pkg-plist +++ /dev/null @@ -1,206 +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/22x22/actions/browse-webcam-effects.png -%%DATADIR%%/icons/hicolor/24x24/actions/browse-webcam-effects.png -%%DATADIR%%/icons/hicolor/32x32/actions/browse-webcam-effects.png -%%DATADIR%%/icons/hicolor/48x48/actions/browse-webcam-effects.png -%%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-screenshot.jpg -share/gnome/help/cheese/C/figures/cheese-screenshot.jpg -share/gnome/help/cheese/C/legal.xml -share/gnome/help/cheese/el/cheese.xml -share/gnome/help/cheese/el/figures/cheese-effects-screenshot.jpg -share/gnome/help/cheese/el/figures/cheese-screenshot.jpg -share/gnome/help/cheese/es/cheese.xml -share/gnome/help/cheese/es/figures/cheese-effects-screenshot.jpg -share/gnome/help/cheese/es/figures/cheese-screenshot.jpg -share/gnome/help/cheese/fr/cheese.xml -share/gnome/help/cheese/fr/figures/cheese-effects-screenshot.jpg -share/gnome/help/cheese/fr/figures/cheese-screenshot.jpg -share/gnome/help/cheese/nl/cheese.xml -share/gnome/help/cheese/nl/figures/cheese-effects-screenshot.jpg -share/gnome/help/cheese/nl/figures/cheese-screenshot.jpg -share/gnome/help/cheese/oc/cheese.xml -share/gnome/help/cheese/oc/figures/cheese-effects-screenshot.jpg -share/gnome/help/cheese/oc/figures/cheese-screenshot.jpg -share/gnome/help/cheese/pt_BR/cheese.xml -share/gnome/help/cheese/pt_BR/figures/cheese-effects-screenshot.jpg -share/gnome/help/cheese/pt_BR/figures/cheese-screenshot.jpg -share/gnome/help/cheese/ru/cheese.xml -share/gnome/help/cheese/ru/figures/cheese-effects-screenshot.jpg -share/gnome/help/cheese/ru/figures/cheese-screenshot.jpg -share/gnome/help/cheese/sv/cheese.xml -share/gnome/help/cheese/sv/figures/cheese-effects-screenshot.jpg -share/gnome/help/cheese/sv/figures/cheese-screenshot.jpg -share/gnome/help/cheese/th/cheese.xml -share/gnome/help/cheese/th/figures/cheese-effects-screenshot.jpg -share/gnome/help/cheese/th/figures/cheese-screenshot.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/32x32/apps/cheese.png -share/icons/hicolor/48x48/apps/cheese.png -share/icons/hicolor/scalable/apps/cheese.svg -share/locale/ar/LC_MESSAGES/cheese.mo -share/locale/be@latin/LC_MESSAGES/cheese.mo -share/locale/bg/LC_MESSAGES/cheese.mo -share/locale/bn_IN/LC_MESSAGES/cheese.mo -share/locale/ca/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/lt/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-el.omf -share/omf/cheese/cheese-es.omf -share/omf/cheese/cheese-fr.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 -@dirrm share/omf/cheese -@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/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/el/figures -@dirrm share/gnome/help/cheese/el -@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/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/multimedia/py-gstreamer/Makefile b/multimedia/py-gstreamer/Makefile deleted file mode 100644 index f5bad9b32..000000000 --- a/multimedia/py-gstreamer/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: gstreamer-python -# Date created: Fri Apr 9 16:24:13 CEST 2004 -# Whom: Koop Mast <kwm@rainbow-runner.nl> -# -# $FreeBSD$ -# $MCom: ports/multimedia/py-gstreamer/Makefile,v 1.19 2008/07/25 17:08:36 marcus Exp $ -# - -PORTNAME= gstreamer -PORTVERSION= 0.10.12 -PORTREVISION= 1 -CATEGORIES= multimedia python gnome -MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-python/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= gst-python-${PORTVERSION} - -MAINTAINER= multimedia@FreeBSD.org -COMMENT= A set of Python bindings for gstreamer - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2mod.so:${PORTSDIR}/textproc/py-libxml2 - -USE_PYTHON= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= pygtk2 gnomehack pkgconfig -USE_GSTREAMER= yes -GNU_CONFIGURE= yes -PLIST_SUB= VERSION="${GST_VERSION}" -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}" - -post-patch: - @${REINPLACE_CMD} -e 's|DLFCN|dl|g' ${WRKSRC}/gst/__init__.py -.for d in audio-controller.py decodebin.py pipeline-tester mixer.py vumeter.py - @${REINPLACE_CMD} -e 's|alsasink|osssink|g' -e 's|alsasrc|osssink|g' \ - ${WRKSRC}/examples/${d} -.endfor - -post-install: - @cd ${PYTHONPREFIX_SITELIBDIR} && ${PYTHON_CMD} -OOOO -c 'import pygst' && \ - ${PYTHON_CMD} -c 'import pygst' - -.include <bsd.port.mk> diff --git a/multimedia/py-gstreamer/distinfo b/multimedia/py-gstreamer/distinfo deleted file mode 100644 index 0ca93cead..000000000 --- a/multimedia/py-gstreamer/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gst-python-0.10.12.tar.bz2) = e5d39eed5062ab1521abc61a6863f7b3 -SHA256 (gst-python-0.10.12.tar.bz2) = 6df19a067523bfc357090cded04b9621ce5820307a830565631c0a6d07577c9d -SIZE (gst-python-0.10.12.tar.bz2) = 472628 diff --git a/multimedia/py-gstreamer/pkg-descr b/multimedia/py-gstreamer/pkg-descr deleted file mode 100644 index ec5f4dcd7..000000000 --- a/multimedia/py-gstreamer/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -gst-python provides a convenient wrapper for the GStreamer library for -use in Python programs, and takes care of many of the boring details -such as managing memory and type casting. - -Like the GTK library itself gst-python is licensed under the GNU LGPL, so is -suitable for use in both free software and proprietary applications. It -is already in use in many applications ranging from small single purpose -scripts up to large full features applications. - -WWW: http://gstreamer.freedesktop.org/ diff --git a/multimedia/py-gstreamer/pkg-plist b/multimedia/py-gstreamer/pkg-plist deleted file mode 100644 index 5810ddfae..000000000 --- a/multimedia/py-gstreamer/pkg-plist +++ /dev/null @@ -1,66 +0,0 @@ -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/__init__.py -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/__init__.pyc -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/__init__.pyo -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/_gst.la -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/_gst.so -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/extend/__init__.py -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/extend/__init__.pyc -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/extend/__init__.pyo -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/extend/discoverer.py -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/extend/discoverer.pyc -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/extend/discoverer.pyo -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/extend/jukebox.py -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/extend/jukebox.pyc -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/extend/jukebox.pyo -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/extend/leveller.py -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/extend/leveller.pyc -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/extend/leveller.pyo -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/extend/pygobject.py -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/extend/pygobject.pyc -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/extend/pygobject.pyo -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/extend/sources.py -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/extend/sources.pyc -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/extend/sources.pyo -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/extend/utils.py -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/extend/utils.pyc -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/extend/utils.pyo -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/interfaces.la -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/interfaces.so -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/pbutils.la -%%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/pbutils.so -%%PYTHON_SITELIBDIR%%/gstoption.la -%%PYTHON_SITELIBDIR%%/gstoption.so -%%PYTHON_SITELIBDIR%%/pygst.pth -%%PYTHON_SITELIBDIR%%/pygst.py -%%PYTHON_SITELIBDIR%%/pygst.pyc -%%PYTHON_SITELIBDIR%%/pygst.pyo -libdata/pkgconfig/gst-python-%%VERSION%%.pc -share/gst-python/%%VERSION%%/defs/base.defs -share/gst-python/%%VERSION%%/defs/gst-extrafuncs.defs -share/gst-python/%%VERSION%%/defs/pbutils.defs -share/gst-python/%%VERSION%%/defs/gst-types.defs -share/gst-python/%%VERSION%%/defs/libs.defs -share/gst-python/%%VERSION%%/examples/audio-controller.py -share/gst-python/%%VERSION%%/examples/audioconcat.py -share/gst-python/%%VERSION%%/examples/bps.py -share/gst-python/%%VERSION%%/examples/cp.py -share/gst-python/%%VERSION%%/examples/debugslider.py -share/gst-python/%%VERSION%%/examples/decodebin.py -share/gst-python/%%VERSION%%/examples/f2f.py -share/gst-python/%%VERSION%%/examples/filesrc.py -share/gst-python/%%VERSION%%/examples/fvumeter.py -share/gst-python/%%VERSION%%/examples/gst-discover -share/gst-python/%%VERSION%%/examples/gstfile.py -share/gst-python/%%VERSION%%/examples/mixer.py -share/gst-python/%%VERSION%%/examples/pipeline-tester -share/gst-python/%%VERSION%%/examples/play.py -share/gst-python/%%VERSION%%/examples/remuxer.py -share/gst-python/%%VERSION%%/examples/sinkelement.py -share/gst-python/%%VERSION%%/examples/vumeter.py -@dirrm share/gst-python/%%VERSION%%/examples -@dirrm share/gst-python/%%VERSION%%/defs -@dirrm share/gst-python/%%VERSION%% -@dirrmtry share/gst-python -@dirrm %%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst/extend -@dirrm %%PYTHON_SITELIBDIR%%/gst-%%VERSION%%/gst -@dirrm %%PYTHON_SITELIBDIR%%/gst-%%VERSION%% diff --git a/multimedia/swfdec-gnome/Makefile b/multimedia/swfdec-gnome/Makefile deleted file mode 100644 index bf25e17d8..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: ports/multimedia/swfdec-gnome/Makefile,v 1.12 2008/09/10 03:44:53 mezz Exp $ -# - -PORTNAME= swfdec-gnome -PORTVERSION= 2.24.0 -CATEGORIES= multimedia -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= kwm@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 75725a460..000000000 --- a/multimedia/swfdec-gnome/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/swfdec-gnome-2.24.0.tar.bz2) = e5807265a3123f952e0950985ad86412 -SHA256 (gnome2/swfdec-gnome-2.24.0.tar.bz2) = 3d702291d3229f6efea1c054fe02c4d2f6ca6b34a0680af76ecb0bf060833b4a -SIZE (gnome2/swfdec-gnome-2.24.0.tar.bz2) = 157558 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 e303acba8..000000000 --- a/multimedia/swfdec-gnome/pkg-plist +++ /dev/null @@ -1,74 +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/be@latin/LC_MESSAGES/swfdec-gnome.mo -share/locale/bg/LC_MESSAGES/swfdec-gnome.mo -share/locale/bn_IN/LC_MESSAGES/swfdec-gnome.mo -share/locale/ca/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/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/ko/LC_MESSAGES/swfdec-gnome.mo -share/locale/lt/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/pa/LC_MESSAGES/swfdec-gnome.mo -share/locale/pl/LC_MESSAGES/swfdec-gnome.mo -share/locale/pt/LC_MESSAGES/swfdec-gnome.mo -share/locale/pt_BR/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/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/sr@latin/LC_MESSAGES -@dirrmtry share/locale/sr@latin -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@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 diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile deleted file mode 100644 index 6cfef8c3f..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.18 2008/10/30 14:33:52 marcus Exp $ -# - -PORTNAME= totem-pl-parser -PORTVERSION= 2.24.3 -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 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix gnomevfs2 intlhack evolutiondataserver \ - ltverhack -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 -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 2c717afa7..000000000 --- a/multimedia/totem-pl-parser/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/totem-pl-parser-2.24.3.tar.bz2) = f63f3a7743b7ec5b1115d3866461ce30 -SHA256 (gnome2/totem-pl-parser-2.24.3.tar.bz2) = 27aeac92d03d006efde5c461148db3b983582dc66ad835bec5f6a12bbea39a4c -SIZE (gnome2/totem-pl-parser-2.24.3.tar.bz2) = 620727 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 37f9d0608..000000000 --- a/multimedia/totem-pl-parser/pkg-plist +++ /dev/null @@ -1,136 +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%%/ch01.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-totem-pl-parser.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/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/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/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/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/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/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/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 diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile deleted file mode 100644 index dfdf26a70..000000000 --- a/multimedia/totem/Makefile +++ /dev/null @@ -1,157 +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.117 2008/10/28 20:25:06 mezz Exp $ -# - -PORTNAME= totem -PORTVERSION= 2.24.3 -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 \ - 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 \ - nautiluscdburner ltverhack pygtk2 -GNOME_DESKTOP_VERSION=2 -WANT_GSTREAMER= yes -INSTALLS_ICONS= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 -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 -CONFLICTS?= totem-xine-[0-9]* - -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.1:${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-basic-plugin.so 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_TOTEM_XINE) || ${SLAVE_PORT}=="no" -CONFIGURE_ARGS+=--enable-gstreamer=yes -USE_GSTREAMER+= core gconf hal good mpeg2dec soup ugly python gio -WITHOUT_DVDNAV= yes -PLIST_SUB+= GSTREAMER="" -.else -CONFIGURE_ARGS+=--enable-xine=yes -LIB_DEPENDS+= xine.1:${PORTSDIR}/multimedia/libxine -PLIST_SUB+= GSTREAMER="@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|dbus >= 0.61|dbus-1 >= 0.61|g' \ - ${WRKSRC}/configure - @${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 a19d2bab7..000000000 --- a/multimedia/totem/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/totem-2.24.3.tar.bz2) = 261bae2586c3bb6a55bfa2704d7e3b14 -SHA256 (gnome2/totem-2.24.3.tar.bz2) = 235a2e39959e7da3dc49f5d1d9c7259a74047d32a52b0eefeec5265174769836 -SIZE (gnome2/totem-2.24.3.tar.bz2) = 2545808 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/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 67ffdd5a1..000000000 --- a/multimedia/totem/pkg-plist +++ /dev/null @@ -1,449 +0,0 @@ -bin/totem -bin/totem-audio-preview -bin/totem-video-indexer -bin/totem-video-thumbnailer -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-basic-plugin.a -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-basic-plugin.la -%%BROWSER_PLUGINS%%%%WEBPLUGINS_DIR%%/libtotem-basic-plugin.so -%%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/libbaconvideowidget.a -lib/libbaconvideowidget.la -lib/libbaconvideowidget.so -lib/libbaconvideowidget.so.0 -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/youtube.py -lib/totem/plugins/youtube/youtube.pyc -lib/totem/plugins/youtube/youtube.pyo -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 -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/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/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/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_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/22x22/apps/totem.png -share/icons/hicolor/24x24/apps/totem.png -share/icons/hicolor/32x32/apps/totem.png -share/icons/hicolor/48x48/apps/totem.png -share/icons/hicolor/scalable/apps/totem.svg -share/locale/am/LC_MESSAGES/totem.mo -share/locale/ar/LC_MESSAGES/totem.mo -share/locale/as/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/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/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-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-fr.omf -share/omf/totem/totem-it.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_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%%/totem_logo.png -%%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/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/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/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/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 -@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/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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/net-im/empathy/Makefile b/net-im/empathy/Makefile deleted file mode 100644 index 737a216bc..000000000 --- a/net-im/empathy/Makefile +++ /dev/null @@ -1,71 +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.15 2008/09/22 22:30:21 marcus Exp $ - -PORTNAME= empathy -PORTVERSION= 2.24.1 -CATEGORIES= net-im gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME IM client based around telepathy - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -LIB_DEPENDS= missioncontrol-server.1:${PORTSDIR}/net-im/telepathy-mission-control \ - aspell.16:${PORTSDIR}/textproc/aspell \ - telepathy.2:${PORTSDIR}/net-im/libtelepathy -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes - -USE_GMAKE= yes -USE_BZIP2= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_GNOME= evolutiondataserver gnomehack gnomeprefix pygtk2 ltverhack \ - gnomepanel -USE_AUTOTOOLS= libtool:15 -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 - -.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+= 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 - -post-patch: - @${REINPLACE_CMD} -e 's|$${datadir}/gtk-doc/html|${DOCSDIR}|' \ - ${WRKSRC}/configure - -.include <bsd.port.post.mk> diff --git a/net-im/empathy/distinfo b/net-im/empathy/distinfo deleted file mode 100644 index 756da0a56..000000000 --- a/net-im/empathy/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (empathy-2.24.1.tar.bz2) = 98d1ef485b23a75a9a115547ca2da66a -SHA256 (empathy-2.24.1.tar.bz2) = 24b675e389fb91898bd2924f8b35db7e7aef4c40bbb69412e445048dd9e18123 -SIZE (empathy-2.24.1.tar.bz2) = 1761446 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 e90370f07..000000000 --- a/net-im/empathy/pkg-plist +++ /dev/null @@ -1,467 +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-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-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-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-log-window.h -include/libempathy-gtk/empathy-new-message-dialog.h -include/libempathy-gtk/empathy-presence-chooser.h -include/libempathy-gtk/empathy-profile-chooser.h -include/libempathy-gtk/empathy-smiley-manager.h -include/libempathy-gtk/empathy-spell-dialog.h -include/libempathy-gtk/empathy-spell.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-theme.h -include/libempathy-gtk/empathy-ui-utils.h -include/libempathy/empathy-chatroom-manager.h -include/libempathy/empathy-chatroom.h -include/libempathy/empathy-contact-factory.h -include/libempathy/empathy-contact-groups.h -include/libempathy/empathy-contact-list.h -include/libempathy/empathy-contact-manager.h -include/libempathy/empathy-contact.h -include/libempathy/empathy-debug.h -include/libempathy/empathy-dispatcher.h -include/libempathy/empathy-enum-types.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-log-manager.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-group.h -include/libempathy/empathy-tp-roomlist.h -include/libempathy/empathy-tp-tube.h -include/libempathy/empathy-tube-handler.h -include/libempathy/empathy-utils.h -lib/libempathy-gtk.a -lib/libempathy-gtk.la -lib/libempathy-gtk.so -lib/libempathy-gtk.so.15 -lib/libempathy.a -lib/libempathy.la -lib/libempathy.so -lib/libempathy.so.14 -%%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/doc/libempathy-gtk/EmpathyAccountChooser.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/EmpathyChatView.html -share/doc/libempathy-gtk/EmpathyConf.html -share/doc/libempathy-gtk/EmpathyContactListStore.html -share/doc/libempathy-gtk/EmpathyContactListView.html -share/doc/libempathy-gtk/EmpathyPresenceChooser.html -share/doc/libempathy-gtk/EmpathySmileyManager.html -share/doc/libempathy-gtk/EmpathyTheme.html -share/doc/libempathy-gtk/EmpathyThemeBoxes.html -share/doc/libempathy-gtk/EmpathyThemeIrc.html -share/doc/libempathy-gtk/EmpathyThemeManager.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-sip.html -share/doc/libempathy-gtk/libempathy-gtk-empathy-account-widget.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-profile-chooser.html -share/doc/libempathy-gtk/libempathy-gtk-empathy-spell-dialog.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/EmpathyChatroom.html -share/doc/libempathy/EmpathyChatroomManager.html -share/doc/libempathy/EmpathyContact.html -share/doc/libempathy/EmpathyContactFactory.html -share/doc/libempathy/EmpathyContactManager.html -share/doc/libempathy/EmpathyDispatcher.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/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/EmpathyTpGroup.html -share/doc/libempathy/EmpathyTpRoomlist.html -share/doc/libempathy/EmpathyTpTube.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-status-presets.html -share/doc/libempathy/libempathy-empathy-time.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%%/empathy-account-widget-aim.glade -%%DATADIR%%/empathy-account-widget-generic.glade -%%DATADIR%%/empathy-account-widget-groupwise.glade -%%DATADIR%%/empathy-account-widget-icq.glade -%%DATADIR%%/empathy-account-widget-irc.glade -%%DATADIR%%/empathy-account-widget-jabber.glade -%%DATADIR%%/empathy-account-widget-msn.glade -%%DATADIR%%/empathy-account-widget-salut.glade -%%DATADIR%%/empathy-account-widget-sip.glade -%%DATADIR%%/empathy-account-widget-yahoo.glade -%%DATADIR%%/empathy-accounts-dialog.glade -%%DATADIR%%/empathy-call-window.glade -%%DATADIR%%/empathy-chat-window.glade -%%DATADIR%%/empathy-chat.glade -%%DATADIR%%/empathy-chatroom-manager.dtd -%%DATADIR%%/empathy-chatrooms-window.glade -%%DATADIR%%/empathy-contact-dialogs.glade -%%DATADIR%%/empathy-contact-groups.dtd -%%DATADIR%%/empathy-contact-widget.glade -%%DATADIR%%/empathy-irc-networks.dtd -%%DATADIR%%/empathy-log-manager.xsl -%%DATADIR%%/empathy-log-window.glade -%%DATADIR%%/empathy-main-window.glade -%%DATADIR%%/empathy-new-chatroom-dialog.glade -%%DATADIR%%/empathy-new-message-dialog.glade -%%DATADIR%%/empathy-preferences.glade -%%DATADIR%%/empathy-presence-chooser.glade -%%DATADIR%%/empathy-spell-dialog.glade -%%DATADIR%%/empathy-status-icon.glade -%%DATADIR%%/empathy-status-presets.dtd -%%DATADIR%%/icons/hicolor/16x16/actions/im-message-new.png -%%DATADIR%%/icons/hicolor/16x16/apps/im-ekiga.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-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/im-ekiga.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-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/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/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/im-ekiga.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-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-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 -%%DATADIR%%/irc-networks.xml -share/gnome/help/empathy/C/empathy.xml -share/gnome/help/empathy/C/figures/empathy-main-window.png -share/gnome/help/empathy/C/figures/empathy-new-account.png -share/gnome/help/empathy/C/legal.xml -share/gnome/help/empathy/cs/empathy.xml -share/gnome/help/empathy/cs/figures/empathy-main-window.png -share/gnome/help/empathy/cs/figures/empathy-new-account.png -share/gnome/help/empathy/de/empathy.xml -share/gnome/help/empathy/de/figures/empathy-main-window.png -share/gnome/help/empathy/de/figures/empathy-new-account.png -share/gnome/help/empathy/es/empathy.xml -share/gnome/help/empathy/es/figures/empathy-main-window.png -share/gnome/help/empathy/es/figures/empathy-new-account.png -share/gnome/help/empathy/fr/empathy.xml -share/gnome/help/empathy/fr/figures/empathy-main-window.png -share/gnome/help/empathy/fr/figures/empathy-new-account.png -share/gnome/help/empathy/it/empathy.xml -share/gnome/help/empathy/it/figures/empathy-main-window.png -share/gnome/help/empathy/it/figures/empathy-new-account.png -share/gnome/help/empathy/sv/empathy.xml -share/gnome/help/empathy/sv/figures/empathy-main-window.png -share/gnome/help/empathy/sv/figures/empathy-new-account.png -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/az/LC_MESSAGES/empathy.mo -share/locale/bg/LC_MESSAGES/empathy.mo -share/locale/bn_IN/LC_MESSAGES/empathy.mo -share/locale/ca/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/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/lt/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/pa/LC_MESSAGES/empathy.mo -share/locale/pl/LC_MESSAGES/empathy.mo -share/locale/pt/LC_MESSAGES/empathy.mo -share/locale/pt_BR/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/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/mission-control/profiles/aim.profile -share/mission-control/profiles/ekiga.profile -share/mission-control/profiles/fwd.profile -share/mission-control/profiles/gadugadu.profile -share/mission-control/profiles/groupwise.profile -share/mission-control/profiles/gtalk.profile -share/mission-control/profiles/icq.profile -share/mission-control/profiles/irc.profile -share/mission-control/profiles/jabber.profile -share/mission-control/profiles/msn-haze.profile -share/mission-control/profiles/msn.profile -share/mission-control/profiles/qq.profile -share/mission-control/profiles/salut.profile -share/mission-control/profiles/sipphone.profile -share/mission-control/profiles/sofiasip.profile -share/mission-control/profiles/yahoo.profile -share/omf/empathy/empathy-C.omf -share/omf/empathy/empathy-cs.omf -share/omf/empathy/empathy-de.omf -share/omf/empathy/empathy-es.omf -share/omf/empathy/empathy-fr.omf -share/omf/empathy/empathy-it.omf -share/omf/empathy/empathy-sv.omf -@dirrm share/omf/empathy -@dirrm share/mission-control/profiles -@dirrm share/mission-control -@dirrm share/gnome/help/empathy/sv/figures -@dirrm share/gnome/help/empathy/sv -@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/es/figures -@dirrm share/gnome/help/empathy/es -@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/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/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 diff --git a/net-im/telepathy-butterfly/Makefile b/net-im/telepathy-butterfly/Makefile deleted file mode 100644 index 9dfc10816..000000000 --- a/net-im/telepathy-butterfly/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: telepathy-butterfly -# Date created: Apr 19 2007 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= telepathy-butterfly -PORTVERSION= 0.3.3 -CATEGORIES= net-im -MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= MSN Connection Manager for Telepathy Framework - -BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/pymsn/__init__.py:${PORTSDIR}/net-im/pymsn \ - ${PYTHON_SITELIBDIR}/telepathy/__init__.py:${PORTSDIR}/net-im/telepathy-python -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pymsn/__init__.py:${PORTSDIR}/net-im/pymsn \ - ${PYTHON_SITELIBDIR}/telepathy/__init__.py:${PORTSDIR}/net-im/telepathy-python - -USE_PYTHON= 2.4+ -HAS_CONFIGURE= yes - -.include <bsd.port.mk> diff --git a/net-im/telepathy-butterfly/distinfo b/net-im/telepathy-butterfly/distinfo deleted file mode 100644 index 062582cda..000000000 --- a/net-im/telepathy-butterfly/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (telepathy-butterfly-0.3.3.tar.gz) = 0b659c575c8d1867fe4a0da13704519f -SHA256 (telepathy-butterfly-0.3.3.tar.gz) = 523ae02816a56426a40ec67b31b77a966079786ab01045700073bebae30d1b8a -SIZE (telepathy-butterfly-0.3.3.tar.gz) = 124865 diff --git a/net-im/telepathy-butterfly/files/patch-telepathy-butterfly b/net-im/telepathy-butterfly/files/patch-telepathy-butterfly deleted file mode 100644 index aac134b87..000000000 --- a/net-im/telepathy-butterfly/files/patch-telepathy-butterfly +++ /dev/null @@ -1,9 +0,0 @@ ---- telepathy-butterfly.orig 2008-03-30 10:35:08.000000000 -0400 -+++ telepathy-butterfly 2008-03-30 10:35:17.000000000 -0400 -@@ -1,4 +1,4 @@ --#!/usr/bin/python -+#!/usr/bin/env python - # - # telepathy-butterfly - an MSN connection manager for Telepathy - - diff --git a/net-im/telepathy-butterfly/pkg-descr b/net-im/telepathy-butterfly/pkg-descr deleted file mode 100644 index 66789c64b..000000000 --- a/net-im/telepathy-butterfly/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Butterfly is an MSN connection manager that handles presence, personal -messages, and conversations. Previously known as "Telepathy-MSN". - -WWW: http://telepathy.freedesktop.org/ - -- Florent Thoumie -flz@FreeBSD.org diff --git a/net-im/telepathy-butterfly/pkg-plist b/net-im/telepathy-butterfly/pkg-plist deleted file mode 100644 index 4bcc5407c..000000000 --- a/net-im/telepathy-butterfly/pkg-plist +++ /dev/null @@ -1,53 +0,0 @@ -%%PYTHON_SITELIBDIR%%/butterfly/__init__.py -%%PYTHON_SITELIBDIR%%/butterfly/__init__.pyc -%%PYTHON_SITELIBDIR%%/butterfly/__init__.pyo -%%PYTHON_SITELIBDIR%%/butterfly/aliasing.py -%%PYTHON_SITELIBDIR%%/butterfly/aliasing.pyc -%%PYTHON_SITELIBDIR%%/butterfly/aliasing.pyo -%%PYTHON_SITELIBDIR%%/butterfly/avatars.py -%%PYTHON_SITELIBDIR%%/butterfly/avatars.pyc -%%PYTHON_SITELIBDIR%%/butterfly/avatars.pyo -%%PYTHON_SITELIBDIR%%/butterfly/channel/__init__.py -%%PYTHON_SITELIBDIR%%/butterfly/channel/__init__.pyc -%%PYTHON_SITELIBDIR%%/butterfly/channel/__init__.pyo -%%PYTHON_SITELIBDIR%%/butterfly/channel/contact_list.py -%%PYTHON_SITELIBDIR%%/butterfly/channel/contact_list.pyc -%%PYTHON_SITELIBDIR%%/butterfly/channel/contact_list.pyo -%%PYTHON_SITELIBDIR%%/butterfly/channel/group.py -%%PYTHON_SITELIBDIR%%/butterfly/channel/group.pyc -%%PYTHON_SITELIBDIR%%/butterfly/channel/group.pyo -%%PYTHON_SITELIBDIR%%/butterfly/channel/text.py -%%PYTHON_SITELIBDIR%%/butterfly/channel/text.pyc -%%PYTHON_SITELIBDIR%%/butterfly/channel/text.pyo -%%PYTHON_SITELIBDIR%%/butterfly/channel_manager.py -%%PYTHON_SITELIBDIR%%/butterfly/channel_manager.pyc -%%PYTHON_SITELIBDIR%%/butterfly/channel_manager.pyo -%%PYTHON_SITELIBDIR%%/butterfly/connection.py -%%PYTHON_SITELIBDIR%%/butterfly/connection.pyc -%%PYTHON_SITELIBDIR%%/butterfly/connection.pyo -%%PYTHON_SITELIBDIR%%/butterfly/connection_manager.py -%%PYTHON_SITELIBDIR%%/butterfly/connection_manager.pyc -%%PYTHON_SITELIBDIR%%/butterfly/connection_manager.pyo -%%PYTHON_SITELIBDIR%%/butterfly/handle.py -%%PYTHON_SITELIBDIR%%/butterfly/handle.pyc -%%PYTHON_SITELIBDIR%%/butterfly/handle.pyo -%%PYTHON_SITELIBDIR%%/butterfly/presence.py -%%PYTHON_SITELIBDIR%%/butterfly/presence.pyc -%%PYTHON_SITELIBDIR%%/butterfly/presence.pyo -%%PYTHON_SITELIBDIR%%/butterfly/simple_presence.py -%%PYTHON_SITELIBDIR%%/butterfly/simple_presence.pyc -%%PYTHON_SITELIBDIR%%/butterfly/simple_presence.pyo -%%PYTHON_SITELIBDIR%%/butterfly/util/__init__.py -%%PYTHON_SITELIBDIR%%/butterfly/util/__init__.pyc -%%PYTHON_SITELIBDIR%%/butterfly/util/__init__.pyo -%%PYTHON_SITELIBDIR%%/butterfly/util/decorator.py -%%PYTHON_SITELIBDIR%%/butterfly/util/decorator.pyc -%%PYTHON_SITELIBDIR%%/butterfly/util/decorator.pyo -libexec/telepathy-butterfly -share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.butterfly.service -share/telepathy/managers/butterfly.manager -@dirrm %%PYTHON_SITELIBDIR%%/butterfly/util -@dirrm %%PYTHON_SITELIBDIR%%/butterfly/channel -@dirrm %%PYTHON_SITELIBDIR%%/butterfly -@dirrmtry share/telepathy/managers -@dirrmtry share/telepathy diff --git a/net-im/telepathy-gabble/Makefile b/net-im/telepathy-gabble/Makefile deleted file mode 100644 index 1146c9572..000000000 --- a/net-im/telepathy-gabble/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: telepathy-gabble -# Date created: Apr 19 2007 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/net-im/telepathy-gabble/Makefile,v 1.4 2008/12/21 20:29:53 marcus Exp $ - -PORTNAME= telepathy-gabble -PORTVERSION= 0.7.18 -CATEGORIES= net-im -MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Jabber Connection Manager for Telepathy Framework - -LIB_PC_DEPENDS= gobject-2.0.pc:${PORTSDIR}/devel/glib20 \ - dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib \ - telepathy-glib.pc:${PORTSDIR}/net-im/telepathy-glib \ - loudmouth-1.0.pc:${PORTSDIR}/net-im/loudmouth - -BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt - -BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} -RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} - -GNU_CONFIGURE= yes -LDFLAGS= ${PTHREAD_LIBS} -USE_GMAKE= yes -USE_GNOME= gnomehack pkgconfig glib20 -USE_OPENSSL= yes -USE_PYTHON_BUILD= yes - -MAN8= telepathy-gabble.8 - -.include <bsd.port.pre.mk> - -.if defined(WITH_OPENSSL_BASE) -CONFIGURE_ENV+= OPENSSL_LIBS="-L/usr/lib -ssl -crypto" OPENSSL_CFLAGS="-I/usr/include" -.endif - -.include <bsd.port.post.mk> diff --git a/net-im/telepathy-gabble/distinfo b/net-im/telepathy-gabble/distinfo deleted file mode 100644 index 461962af0..000000000 --- a/net-im/telepathy-gabble/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (telepathy-gabble-0.7.18.tar.gz) = 807260037be70882be3bcdb6b26ff031 -SHA256 (telepathy-gabble-0.7.18.tar.gz) = 2d3f0c3b068b323bdd37f5d02d6fc1cfc467014aa2f92bcebf91a5b21081a141 -SIZE (telepathy-gabble-0.7.18.tar.gz) = 1474712 diff --git a/net-im/telepathy-gabble/files/patch-lib_gibber_gibber-fd-transport.h b/net-im/telepathy-gabble/files/patch-lib_gibber_gibber-fd-transport.h deleted file mode 100644 index 8cf86b314..000000000 --- a/net-im/telepathy-gabble/files/patch-lib_gibber_gibber-fd-transport.h +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/gibber/gibber-fd-transport.h.orig 2009-01-08 01:53:58.000000000 -0500 -+++ lib/gibber/gibber-fd-transport.h 2009-01-08 01:54:11.000000000 -0500 -@@ -23,7 +23,9 @@ - - #include <glib-object.h> - -+#include <sys/types.h> - #include <sys/socket.h> -+#include <netinet/in.h> - #include <netdb.h> - - #include "gibber-transport.h" diff --git a/net-im/telepathy-gabble/files/patch-lib_gibber_gibber-util.h b/net-im/telepathy-gabble/files/patch-lib_gibber_gibber-util.h deleted file mode 100644 index e690611c3..000000000 --- a/net-im/telepathy-gabble/files/patch-lib_gibber_gibber-util.h +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/gibber/gibber-util.h.orig 2009-01-08 01:55:08.000000000 -0500 -+++ lib/gibber/gibber-util.h 2009-01-08 01:56:05.000000000 -0500 -@@ -20,6 +20,9 @@ - #ifndef __GIBBER_UTIL_H__ - #define __GIBBER_UTIL_H__ - -+#include <sys/types.h> -+#include <sys/socket.h> -+#include <netinet/in.h> - #include <netdb.h> - - #include <glib.h> diff --git a/net-im/telepathy-gabble/files/patch-src_bytestream-socks5.c b/net-im/telepathy-gabble/files/patch-src_bytestream-socks5.c deleted file mode 100644 index 07bf4c2ab..000000000 --- a/net-im/telepathy-gabble/files/patch-src_bytestream-socks5.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/bytestream-socks5.c.orig 2009-01-08 01:57:01.000000000 -0500 -+++ src/bytestream-socks5.c 2009-01-08 01:57:20.000000000 -0500 -@@ -21,6 +21,8 @@ - #include "config.h" - #include "bytestream-socks5.h" - -+#include <sys/types.h> -+#include <sys/socket.h> - #include <arpa/inet.h> - #include <errno.h> - #include <fcntl.h> diff --git a/net-im/telepathy-gabble/files/patch-src_tube-stream.c b/net-im/telepathy-gabble/files/patch-src_tube-stream.c deleted file mode 100644 index 9118a52ad..000000000 --- a/net-im/telepathy-gabble/files/patch-src_tube-stream.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/tube-stream.c.orig 2008-01-17 01:49:11.000000000 -0500 -+++ src/tube-stream.c 2008-01-17 01:49:22.000000000 -0500 -@@ -24,6 +24,7 @@ - #include <time.h> - #include <sys/types.h> - #include <sys/socket.h> -+#include <netinet/in.h> - #include <sys/un.h> - #include <unistd.h> - #include <fcntl.h> diff --git a/net-im/telepathy-gabble/pkg-descr b/net-im/telepathy-gabble/pkg-descr deleted file mode 100644 index 730ea4f1c..000000000 --- a/net-im/telepathy-gabble/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Gabble is a Jabber/XMPP connection manager for the Telepathy framework, -currently supporting single user chats, multi user chats and voice/video -calls. Install this package to use Telepathy instant messaging clients -with Jabber/XMPP servers, including Google Talk. - -WWW: http://telepathy.freedesktop.org/ - -- Florent Thoumie -flz@FreeBSD.org diff --git a/net-im/telepathy-gabble/pkg-plist b/net-im/telepathy-gabble/pkg-plist deleted file mode 100644 index fff4ba5c0..000000000 --- a/net-im/telepathy-gabble/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -libexec/telepathy-gabble -share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.gabble.service -%%DOCSDIR%%/muc-bytestream.html -%%DOCSDIR%%/olpc.html -%%DOCSDIR%%/si-multiple.html -%%DOCSDIR%%/tubes.html -share/telepathy/managers/gabble.manager -@dirrmtry share/telepathy/managers -@dirrmtry share/telepathy -@dirrm %%DOCSDIR%% diff --git a/net-im/telepathy-python/Makefile b/net-im/telepathy-python/Makefile deleted file mode 100644 index 74d0ded6c..000000000 --- a/net-im/telepathy-python/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: telepathy-python -# Date created: Apr 19 2007 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/net-im/telepathy-python/Makefile,v 1.3 2008/02/27 14:56:14 ahze Exp $ - -PORTNAME= telepathy-python -PORTVERSION= 0.15.5 -CATEGORIES= net-im -MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python bindings for the Telepathy framework - -LIB_PC_DEPENDS= dbus-python.pc:${PORTSDIR}/devel/py-dbus - -BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt - -BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} -RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} - -USE_PYTHON= 2.4+ -USE_PYDISTUTILS= yes - -.include <bsd.port.mk> diff --git a/net-im/telepathy-python/distinfo b/net-im/telepathy-python/distinfo deleted file mode 100644 index 3c1cde48a..000000000 --- a/net-im/telepathy-python/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (telepathy-python-0.15.5.tar.gz) = f732c165dd8c0f79248fd2dd123ce430 -SHA256 (telepathy-python-0.15.5.tar.gz) = 7100479cda4697560f44a6a20b468b391630e8e7f9a68a0e2a68e7118ee4025f -SIZE (telepathy-python-0.15.5.tar.gz) = 164980 diff --git a/net-im/telepathy-python/pkg-descr b/net-im/telepathy-python/pkg-descr deleted file mode 100644 index 02bf3c189..000000000 --- a/net-im/telepathy-python/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -telepathy-python is a Python package containing base classes for use in -connection managers, and proxy classes for use in clients. It's used in -at least Cohoba and Butterfly (an MSN connection manager). - -WWW: http://telepathy.freedesktop.org/ - -- Florent Thoumie -flz@FreeBSD.org diff --git a/net-im/telepathy-python/pkg-plist b/net-im/telepathy-python/pkg-plist deleted file mode 100644 index 59b9eb07a..000000000 --- a/net-im/telepathy-python/pkg-plist +++ /dev/null @@ -1,169 +0,0 @@ -%%PYTHON_SITELIBDIR%%/telepathy/__init__.py -%%PYTHON_SITELIBDIR%%/telepathy/__init__.pyc -%%PYTHON_SITELIBDIR%%/telepathy/__init__.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Account.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Account.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Account.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Account_Interface_Avatar.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Account_Interface_Avatar.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Account_Interface_Avatar.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Account_Manager.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Account_Manager.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Account_Manager.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Handler.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Handler.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Handler.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Interface_Call_State.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Interface_Call_State.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Interface_Call_State.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Interface_Chat_State.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Interface_Chat_State.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Interface_Chat_State.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Interface_DTMF.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Interface_DTMF.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Interface_DTMF.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Interface_Destroyable.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Interface_Destroyable.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Interface_Destroyable.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Interface_Group.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Interface_Group.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Interface_Group.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Interface_Hold.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Interface_Hold.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Interface_Hold.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Interface_Media_Signalling.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Interface_Media_Signalling.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Interface_Media_Signalling.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Interface_Messages.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Interface_Messages.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Interface_Messages.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Interface_Password.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Interface_Password.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Interface_Password.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Type_Contact_List.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Type_Contact_List.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Type_Contact_List.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Type_Room_List.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Type_Room_List.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Type_Room_List.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Type_Streamed_Media.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Type_Streamed_Media.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Type_Streamed_Media.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Type_Text.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Type_Text.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Type_Text.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Type_Tubes.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Type_Tubes.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Channel_Type_Tubes.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection_Interface_Aliasing.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection_Interface_Aliasing.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection_Interface_Aliasing.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection_Interface_Avatars.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection_Interface_Avatars.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection_Interface_Avatars.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection_Interface_Capabilities.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection_Interface_Capabilities.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection_Interface_Capabilities.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection_Interface_Contact_Capabilities.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection_Interface_Contact_Capabilities.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection_Interface_Contact_Capabilities.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection_Interface_Contacts.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection_Interface_Contacts.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection_Interface_Contacts.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection_Interface_Presence.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection_Interface_Presence.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection_Interface_Presence.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection_Interface_Requests.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection_Interface_Requests.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection_Interface_Requests.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection_Interface_Simple_Presence.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection_Interface_Simple_Presence.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection_Interface_Simple_Presence.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection_Manager.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection_Manager.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Connection_Manager.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Media_Session_Handler.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Media_Session_Handler.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Media_Session_Handler.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Media_Stream_Handler.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Media_Stream_Handler.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Media_Stream_Handler.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Properties_Interface.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Properties_Interface.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/Properties_Interface.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/__init__.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/__init__.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/__init__.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/constants.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/constants.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/constants.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/errors.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/errors.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/errors.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_generated/interfaces.py -%%PYTHON_SITELIBDIR%%/telepathy/_generated/interfaces.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_generated/interfaces.pyo -%%PYTHON_SITELIBDIR%%/telepathy/_version.py -%%PYTHON_SITELIBDIR%%/telepathy/_version.pyc -%%PYTHON_SITELIBDIR%%/telepathy/_version.pyo -%%PYTHON_SITELIBDIR%%/telepathy/client/__init__.py -%%PYTHON_SITELIBDIR%%/telepathy/client/__init__.pyc -%%PYTHON_SITELIBDIR%%/telepathy/client/__init__.pyo -%%PYTHON_SITELIBDIR%%/telepathy/client/channel.py -%%PYTHON_SITELIBDIR%%/telepathy/client/channel.pyc -%%PYTHON_SITELIBDIR%%/telepathy/client/channel.pyo -%%PYTHON_SITELIBDIR%%/telepathy/client/conn.py -%%PYTHON_SITELIBDIR%%/telepathy/client/conn.pyc -%%PYTHON_SITELIBDIR%%/telepathy/client/conn.pyo -%%PYTHON_SITELIBDIR%%/telepathy/client/connmgr.py -%%PYTHON_SITELIBDIR%%/telepathy/client/connmgr.pyc -%%PYTHON_SITELIBDIR%%/telepathy/client/connmgr.pyo -%%PYTHON_SITELIBDIR%%/telepathy/client/interfacefactory.py -%%PYTHON_SITELIBDIR%%/telepathy/client/interfacefactory.pyc -%%PYTHON_SITELIBDIR%%/telepathy/client/interfacefactory.pyo -%%PYTHON_SITELIBDIR%%/telepathy/client/managerregistry.py -%%PYTHON_SITELIBDIR%%/telepathy/client/managerregistry.pyc -%%PYTHON_SITELIBDIR%%/telepathy/client/managerregistry.pyo -%%PYTHON_SITELIBDIR%%/telepathy/constants.py -%%PYTHON_SITELIBDIR%%/telepathy/constants.pyc -%%PYTHON_SITELIBDIR%%/telepathy/constants.pyo -%%PYTHON_SITELIBDIR%%/telepathy/errors.py -%%PYTHON_SITELIBDIR%%/telepathy/errors.pyc -%%PYTHON_SITELIBDIR%%/telepathy/errors.pyo -%%PYTHON_SITELIBDIR%%/telepathy/interfaces.py -%%PYTHON_SITELIBDIR%%/telepathy/interfaces.pyc -%%PYTHON_SITELIBDIR%%/telepathy/interfaces.pyo -%%PYTHON_SITELIBDIR%%/telepathy/server/__init__.py -%%PYTHON_SITELIBDIR%%/telepathy/server/__init__.pyc -%%PYTHON_SITELIBDIR%%/telepathy/server/__init__.pyo -%%PYTHON_SITELIBDIR%%/telepathy/server/channel.py -%%PYTHON_SITELIBDIR%%/telepathy/server/channel.pyc -%%PYTHON_SITELIBDIR%%/telepathy/server/channel.pyo -%%PYTHON_SITELIBDIR%%/telepathy/server/channelhandler.py -%%PYTHON_SITELIBDIR%%/telepathy/server/channelhandler.pyc -%%PYTHON_SITELIBDIR%%/telepathy/server/channelhandler.pyo -%%PYTHON_SITELIBDIR%%/telepathy/server/conn.py -%%PYTHON_SITELIBDIR%%/telepathy/server/conn.pyc -%%PYTHON_SITELIBDIR%%/telepathy/server/conn.pyo -%%PYTHON_SITELIBDIR%%/telepathy/server/connmgr.py -%%PYTHON_SITELIBDIR%%/telepathy/server/connmgr.pyc -%%PYTHON_SITELIBDIR%%/telepathy/server/connmgr.pyo -%%PYTHON_SITELIBDIR%%/telepathy/server/handle.py -%%PYTHON_SITELIBDIR%%/telepathy/server/handle.pyc -%%PYTHON_SITELIBDIR%%/telepathy/server/handle.pyo -%%PYTHON_SITELIBDIR%%/telepathy/server/media.py -%%PYTHON_SITELIBDIR%%/telepathy/server/media.pyc -%%PYTHON_SITELIBDIR%%/telepathy/server/media.pyo -%%PYTHON_SITELIBDIR%%/telepathy/server/properties.py -%%PYTHON_SITELIBDIR%%/telepathy/server/properties.pyc -%%PYTHON_SITELIBDIR%%/telepathy/server/properties.pyo -@dirrm %%PYTHON_SITELIBDIR%%/telepathy/server -@dirrm %%PYTHON_SITELIBDIR%%/telepathy/client -@dirrm %%PYTHON_SITELIBDIR%%/telepathy/_generated -@dirrm %%PYTHON_SITELIBDIR%%/telepathy diff --git a/net-im/telepathy-salut/Makefile b/net-im/telepathy-salut/Makefile deleted file mode 100644 index 11511e363..000000000 --- a/net-im/telepathy-salut/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: telepathy-salut -# Date created: Apr 16 2007 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= telepathy-salut -PORTVERSION= 0.3.7 -CATEGORIES= net-im -MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Link-local Connection Manager for Telepathy Framework - -LIB_PC_DEPENDS= gobject-2.0.pc:${PORTSDIR}/devel/glib20 \ - avahi-glib.pc:${PORTSDIR}/net/avahi-app \ - telepathy-glib.pc:${PORTSDIR}/net-im/telepathy-glib \ - libsoup-2.4.pc:${PORTSDIR}/devel/libsoup - -BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt - -BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} -RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomehack pkgconfig gnometarget -USE_OPENSSL= yes -USE_PYTHON_BUILD= yes -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \ - LIBS="${PTHREAD_LIBS}" - -MAN8= telepathy-salut.8 - -post-patch: - @${REINPLACE_CMD} -e 's|make -C|${GMAKE} -C|g' \ - ${WRKSRC}/src/Makefile.in \ - ${WRKSRC}/tests/Makefile.in \ - ${WRKSRC}/lib/gibber/examples/Makefile.in - -.include <bsd.port.mk> diff --git a/net-im/telepathy-salut/distinfo b/net-im/telepathy-salut/distinfo deleted file mode 100644 index 224cfbb98..000000000 --- a/net-im/telepathy-salut/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (telepathy-salut-0.3.7.tar.gz) = 0019eb92a06edf4e61b7a4cb8bc88d40 -SHA256 (telepathy-salut-0.3.7.tar.gz) = 19eb7f844519cca1135bfad7ae2e1848d79620636abf5f6fa4a5215d02612ab6 -SIZE (telepathy-salut-0.3.7.tar.gz) = 1033259 diff --git a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-bytestream-oob.h b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-bytestream-oob.h deleted file mode 100644 index 2bea200aa..000000000 --- a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-bytestream-oob.h +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/gibber/gibber-bytestream-oob.h.orig 2008-01-17 00:55:20.000000000 -0500 -+++ lib/gibber/gibber-bytestream-oob.h 2008-01-17 00:55:54.000000000 -0500 -@@ -22,6 +22,7 @@ - - #include <glib-object.h> - -+#include <netinet/in.h> - #include <netdb.h> - - #include "gibber-bytestream-iface.h" diff --git a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-muc-connection.c b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-muc-connection.c deleted file mode 100644 index 4d69b0f55..000000000 --- a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-muc-connection.c +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/gibber/gibber-muc-connection.c.orig Sun Jun 24 15:48:48 2007 -+++ lib/gibber/gibber-muc-connection.c Sun Jun 24 15:49:19 2007 -@@ -18,6 +18,7 @@ - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - */ - -+#include <netinet/in.h> - - #include <stdio.h> - #include <stdlib.h> diff --git a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-resolver.c b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-resolver.c deleted file mode 100644 index e359cdf2f..000000000 --- a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-resolver.c +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/gibber/gibber-resolver.c.orig 2008-07-08 23:50:38.000000000 -0400 -+++ lib/gibber/gibber-resolver.c 2008-07-08 23:50:49.000000000 -0400 -@@ -735,7 +735,9 @@ gibber_resolver_gai_error_to_g_error (in - break; - - case EAI_MEMORY: -+#ifdef EAI_OVERFLOW - case EAI_OVERFLOW: -+#endif - code = GIBBER_RESOLVER_ERROR_MEMORY; - break; - diff --git a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-tcp-transport.c b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-tcp-transport.c deleted file mode 100644 index a3b3f8ef4..000000000 --- a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-tcp-transport.c +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/gibber/gibber-tcp-transport.c.orig Thu Apr 19 16:54:23 2007 -+++ lib/gibber/gibber-tcp-transport.c Thu Apr 19 16:54:46 2007 -@@ -18,6 +18,7 @@ - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - */ - -+#include <netinet/in.h> - - #include <stdio.h> - #include <stdlib.h> diff --git a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.c b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.c deleted file mode 100644 index be92164c0..000000000 --- a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.c +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/gibber/gibber-util.c.orig 2008-01-17 00:59:24.000000000 -0500 -+++ lib/gibber/gibber-util.c 2008-01-17 00:59:48.000000000 -0500 -@@ -18,6 +18,8 @@ - */ - - -+#include <sys/types.h> -+#include <sys/socket.h> - #include <stdio.h> - #include <unistd.h> - #include <stdlib.h> diff --git a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.h b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.h deleted file mode 100644 index d6eb90222..000000000 --- a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-util.h +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/gibber/gibber-util.h.orig 2008-01-17 00:57:54.000000000 -0500 -+++ lib/gibber/gibber-util.h 2008-01-17 00:58:06.000000000 -0500 -@@ -21,6 +21,7 @@ - #define __GIBBER_UTIL_H__ - - #include <netdb.h> -+#include <netinet/in.h> - - #include <glib.h> - diff --git a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-xmpp-connection-listener.c b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-xmpp-connection-listener.c deleted file mode 100644 index 7d0cabfe1..000000000 --- a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-xmpp-connection-listener.c +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/gibber/gibber-xmpp-connection-listener.c.orig 2008-01-17 00:56:23.000000000 -0500 -+++ lib/gibber/gibber-xmpp-connection-listener.c 2008-01-17 00:56:46.000000000 -0500 -@@ -24,6 +24,7 @@ - #include <time.h> - #include <sys/types.h> - #include <sys/socket.h> -+#include <netinet/in.h> - #include <netdb.h> - #include <unistd.h> - #include <errno.h> diff --git a/net-im/telepathy-salut/files/patch-src_salut-contact.h b/net-im/telepathy-salut/files/patch-src_salut-contact.h deleted file mode 100644 index b27d1b466..000000000 --- a/net-im/telepathy-salut/files/patch-src_salut-contact.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/salut-contact.h.orig Thu Apr 19 17:06:44 2007 -+++ src/salut-contact.h Thu Apr 19 17:08:20 2007 -@@ -20,6 +20,8 @@ - #ifndef __SALUT_CONTACT_H__ - #define __SALUT_CONTACT_H__ - -+#include <sys/socket.h> -+ - #include <netinet/in.h> - #include <glib-object.h> - diff --git a/net-im/telepathy-salut/files/patch-src_salut-self.c b/net-im/telepathy-salut/files/patch-src_salut-self.c deleted file mode 100644 index 27bb5b5a7..000000000 --- a/net-im/telepathy-salut/files/patch-src_salut-self.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/salut-self.c.orig Thu Apr 19 17:09:13 2007 -+++ src/salut-self.c Thu Apr 19 17:10:24 2007 -@@ -24,6 +24,7 @@ - #include <string.h> - #include <sys/types.h> - #include <sys/socket.h> -+#include <netinet/in.h> - #include <netdb.h> - #include <errno.h> - diff --git a/net-im/telepathy-salut/pkg-descr b/net-im/telepathy-salut/pkg-descr deleted file mode 100644 index f5785c128..000000000 --- a/net-im/telepathy-salut/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Telepathy is a real time communications framework. Salut provides -Link-local Jabber functionality for Telepathy. - -WWW: http://telepathy.freedesktop.org/ - -- Florent Thoumie -flz@FreeBSD.org diff --git a/net-im/telepathy-salut/pkg-plist b/net-im/telepathy-salut/pkg-plist deleted file mode 100644 index fba720fb7..000000000 --- a/net-im/telepathy-salut/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -libexec/telepathy-salut -share/telepathy/managers/salut.manager -share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.salut.service -%%DOCSDIR%%/clique.html -@dirrmtry share/telepathy/managers -@dirrmtry share/telepathy -@dirrm %%DOCSDIR%% diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile deleted file mode 100644 index ebb3d6bda..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.12.2 -CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -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 libglade2 \ - 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 72f18f1c2..000000000 --- a/net/gnome-netstatus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-netstatus-2.12.2.tar.bz2) = f1f9e18b48d46adb32c9002e4325f80e -SHA256 (gnome2/gnome-netstatus-2.12.2.tar.bz2) = 50c8b1abe1e5d813cf651bf12d1b39b00b22fadc0ee886135e5f9a08e3969943 -SIZE (gnome2/gnome-netstatus-2.12.2.tar.bz2) = 525222 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 dca19039a..000000000 --- a/net/gnome-netstatus/files/patch-src_netstatus-sysdeps.c +++ /dev/null @@ -1,212 +0,0 @@ ---- src/netstatus-sysdeps.c.orig 2007-02-13 04:39:19.000000000 -0500 -+++ src/netstatus-sysdeps.c 2008-04-23 13:07:24.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_strncasecmp (iface, "an", 2) && - g_strncasecmp (iface, "wi", 2) && - g_strncasecmp (iface, "ath", 3) && - g_strncasecmp (iface, "ndis", 4) && -+ g_strncasecmp (iface, "ural", 4) && -+ g_strncasecmp (iface, "ral", 3) && - g_strncasecmp (iface, "ipw", 3) && - g_strncasecmp (iface, "iwi", 3) && -+ g_strncasecmp (iface, "rum", 3) && -+ g_strncasecmp (iface, "ray", 3) && - g_strncasecmp (iface, "acx", 3)) -+#else -+ if (g_strncasecmp (iface, "wlan", 4)) -+#endif - return error_message; - -+#if __FreeBSD_version < 700046 - if (g_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 9cb23623a..000000000 --- a/net/gnome-netstatus/pkg-plist +++ /dev/null @@ -1,312 +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.glade -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/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/de/legal.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_CN/legal.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-ca.omf -share/omf/gnome-netstatus/gnome-netstatus-bg.omf -share/omf/gnome-netstatus/gnome-netstatus-de.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/az/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/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/ko/LC_MESSAGES/gnome-netstatus.mo -share/locale/lt/LC_MESSAGES/gnome-netstatus.mo -share/locale/lv/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/pa/LC_MESSAGES/gnome-netstatus.mo -share/locale/pl/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/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/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_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/de/figures -@dirrm share/gnome/help/gnome-netstatus/de -@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/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uz@cyrillic/LC_MESSAGES -@dirrmtry share/locale/uz@cyrillic -@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/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN diff --git a/net/gnome-nettool/Makefile b/net/gnome-nettool/Makefile deleted file mode 100644 index 16cfc2c9a..000000000 --- a/net/gnome-nettool/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: gnomenetwork -# Date Created: 03 June 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gnome-nettool -PORTVERSION= 2.22.1 -PORTEPOCH= 1 -CATEGORIES= net gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME utility that provides network information statistics - -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 dcc612d6d..000000000 --- a/net/gnome-nettool/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-nettool-2.22.1.tar.bz2) = afcaff8ebc76b5f352902ed424dc2856 -SHA256 (gnome2/gnome-nettool-2.22.1.tar.bz2) = 90938c337575ce0f008a46a9f89f24bc6c04f5384337475fe3d5b960594c31b1 -SIZE (gnome2/gnome-nettool-2.22.1.tar.bz2) = 600085 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 74eb698a4..000000000 --- a/net/gnome-nettool/files/patch-src_info.c +++ /dev/null @@ -1,259 +0,0 @@ ---- src/info.c.orig Fri Dec 1 10:36:15 2006 -+++ src/info.c Mon Dec 18 17:32:19 2006 -@@ -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> -@@ -38,6 +42,11 @@ - #include <sys/ioctl.h> - #include <stdlib.h> - #include <net/if.h> -+#ifdef __FreeBSD__ -+#include <sys/sysctl.h> -+#include <net/if_dl.h> -+#include <net/if_media.h> -+#endif - - #include "info.h" - #include "utils.h" -@@ -58,6 +67,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 }, -@@ -128,9 +138,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); -@@ -218,38 +261,87 @@ info_nic_update_stats (gpointer data) - gchar tx[10], tx_error[10], tx_drop[10], tx_ovr[10]; - */ - gchar iface[30]; /*, flags[30]; */ -- gchar rx_bytes[16], rx_pkt[10], rx_error[10], rx_drop[10], rx_fifo[10]; -- gchar frame[10], compressed[10], multicast[10]; -- gchar tx_bytes[16], tx_pkt[10], tx_error[10], tx_drop[10], tx_fifo[10]; -+ gchar rx_bytes[16], rx_pkt[10], rx_error[10]; -+ gchar tx_bytes[16], tx_pkt[10], tx_error[10]; - gchar collissions[10]; -+#if defined(__linux__) -+ gchar rx_drop[10], rx_fifo[10]; -+ gchar frame[10], compressed[10], multicast[10]; -+ gchar tx_drop[10], tx_fifo[10]; -+#elif defined(__FreeBSD__) -+ char *p; -+ gchar **tokens, **argv; -+ int i; -+ int pipe_out; -+#endif - - GIOChannel *io = NULL; - gchar *line; - gboolean title = TRUE; - const gchar *text; - gchar *text_tx_bytes, *text_rx_bytes; -- -+ - g_return_val_if_fail (info != NULL, FALSE); - - model = gtk_combo_box_get_model (GTK_COMBO_BOX (info->combo)); - text = info_get_nic (info); - if (!text) - return FALSE; -- -+ - #if defined(__linux__) - io = g_io_channel_new_file ("/proc/net/dev", "r", NULL); -- -+#elif defined(__FreeBSD__) -+ if (!g_shell_parse_argv ("/usr/bin/netstat -in -b -f link", NULL, &argv, NULL)) { -+ return FALSE; -+ } -+ if (!g_spawn_async_with_pipes (NULL, argv, NULL, 0, NULL, NULL, NULL, NULL, &pipe_out, NULL, NULL)) { -+ g_strfreev (argv); -+ return FALSE; -+ } -+ -+ g_strfreev (argv); -+ -+ io = g_io_channel_unix_new (pipe_out); -+#endif /* defined(__linux__) */ -+ - while (g_io_channel_read_line (io, &line, NULL, NULL, NULL) == G_IO_STATUS_NORMAL) { - if (title) { - title = FALSE; - g_free (line); - continue; - } -+#if defined(__linux__) - line = g_strdelimit (line, ":", ' '); - sscanf (line, "%s %s %s %s %s %s %s %s %s %s %s %s %s %s %s", iface, - rx_bytes, rx_pkt, rx_error, rx_drop, rx_fifo, frame, - compressed, multicast, - tx_bytes, tx_pkt, tx_error, tx_drop, tx_fifo, collissions); -+#elif defined(__FreeBSD__) -+ tokens = (gchar **) g_malloc0 (sizeof (gchar *) * 12); -+ p = strtok (line, " \t\n"); -+ /* We only care about 11 fields for now */ -+ for (i = 0; i < 11 && p; i++, p = strtok (NULL, " \t\n")) { -+ tokens[i] = g_strdup (p); -+ } -+ -+ if (i == 0 || i < 10) { -+ g_free (line); -+ g_strfreev (tokens); -+ continue; -+ } -+ -+ g_strlcpy (iface, tokens[0], sizeof (iface)); -+ -+ g_strlcpy (collissions, tokens[--i], sizeof (collissions)); -+ g_strlcpy (tx_bytes, tokens[--i], sizeof (tx_bytes)); -+ g_strlcpy (tx_error, tokens[--i], sizeof (tx_error)); -+ g_strlcpy (tx_pkt, tokens[--i], sizeof (tx_pkt)); -+ g_strlcpy (rx_bytes, tokens[--i], sizeof (rx_bytes)); -+ g_strlcpy (rx_error, tokens[--i], sizeof (rx_error)); -+ g_strlcpy (rx_pkt, tokens[--i], sizeof (rx_pkt)); -+ -+ g_strfreev (tokens); -+#endif /* defined(__linux__) */ - - if (g_ascii_strcasecmp (iface, text) == 0) { - /* -@@ -277,7 +369,9 @@ info_nic_update_stats (gpointer data) - } - - g_io_channel_unref (io); --#endif /* defined(__linux__) */ -+#if defined(__FreeBSD__) -+ close (pipe_out); -+#endif /* defined(__FreeBSD__) */ - - return TRUE; - } -@@ -425,8 +519,19 @@ info_get_nic_information (const gchar *n - #ifdef __linux__ - mii_data_result data; - #endif -+#ifdef __FreeBSD__ -+ gint hwmib[6]; -+ size_t hwlen; -+ gchar *hwbuf; -+ guchar *hwptr; -+ struct if_msghdr *hwifm; -+ struct sockaddr_dl *hwsinptr; -+#endif - -- getifaddrs (&ifa0); -+ if (getifaddrs (&ifa0) != 0) { -+ g_warning ("getifaddrs failed: %s", g_strerror (errno)); -+ goto fail; -+ } - - for (ifr6 = ifa0; ifr6; ifr6 = ifr6->ifa_next) { - if (strcmp (ifr6->ifa_name, nic) != 0) { -@@ -510,6 +615,45 @@ info_get_nic_information (const gchar *n - (int) ((guchar *) &ifrcopy.ifr_hwaddr.sa_data)[3], - (int) ((guchar *) &ifrcopy.ifr_hwaddr.sa_data)[4], - (int) ((guchar *) &ifrcopy.ifr_hwaddr.sa_data)[5]); -+#elif defined(__FreeBSD__) -+ hwmib[0] = CTL_NET; -+ hwmib[1] = AF_ROUTE; -+ hwmib[2] = 0; -+ hwmib[3] = AF_LINK; -+ hwmib[4] = NET_RT_IFLIST; -+ if ((hwmib[5] = if_nametoindex (nic)) == 0) { -+ g_sprintf (dst, NOT_AVAILABLE); -+ goto hwfail; -+ } -+ if (sysctl (hwmib, 6, NULL, &hwlen, NULL, 0) < 0) { -+ g_sprintf (dst, NOT_AVAILABLE); -+ goto hwfail; -+ } -+ if ((hwbuf = g_malloc (hwlen)) == NULL) { -+ g_sprintf (dst, NOT_AVAILABLE); -+ goto hwfail; -+ } -+ if (sysctl (hwmib, 6, hwbuf, &hwlen, NULL, 0) < 0) { -+ g_sprintf (dst, NOT_AVAILABLE); -+ goto hwfail; -+ } -+ -+ hwifm = (struct if_msghdr *) hwbuf; -+ hwsinptr = (struct sockaddr_dl *) (hwifm + 1); -+ hwptr = (guchar *) LLADDR (hwsinptr); -+ if (*hwptr != 0 || *(hwptr + 1) != 0 || -+ *(hwptr + 2) != 0 || *(hwptr + 3) != 0 || -+ *(hwptr + 4) != 0 || *(hwptr + 5) != 0) { -+ g_sprintf (dst, "%02x:%02x:%02x:%02x:%02x:%02x", -+ *hwptr, *(hwptr + 1), *(hwptr + 2), -+ *(hwptr + 3), *(hwptr + 4), *(hwptr + 5)); -+ } -+ else { -+ g_sprintf (dst, NOT_AVAILABLE); -+ } -+ g_free (hwbuf); -+ -+hwfail: - #else - g_sprintf (dst, NOT_AVAILABLE); - #endif /* SIOCGIFHWADDR */ -@@ -625,6 +769,8 @@ info_get_nic_information (const gchar *n - } - - freeifaddrs (ifa0); -+fail: -+ ; - } - - static gint * 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 1009298e6..000000000 --- a/net/gnome-nettool/files/patch-src_nettool.c +++ /dev/null @@ -1,37 +0,0 @@ ---- src/nettool.c.orig Fri Apr 14 08:36:08 2006 -+++ src/nettool.c Fri May 12 15:54:15 2006 -@@ -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> -@@ -360,6 +361,10 @@ netinfo_io_text_buffer_dialog (GIOChanne - len, NULL); - } - -+ g_free (text); -+ -+ return TRUE; -+ - } else if (status == G_IO_STATUS_AGAIN) { - char buf[1]; - -@@ -371,12 +376,13 @@ 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) { - } - - 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/files/patch-src_utils.c b/net/gnome-nettool/files/patch-src_utils.c deleted file mode 100644 index 921c78049..000000000 --- a/net/gnome-nettool/files/patch-src_utils.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/utils.c.orig Fri May 6 16:10:28 2005 -+++ src/utils.c Sun Jul 3 17:48:12 2005 -@@ -24,6 +24,8 @@ - on GNOME 2.0 */ - - #include "utils.h" -+#include <stdlib.h> -+#include <limits.h> - #include <string.h> - #include <glib/gi18n.h> - -@@ -240,7 +242,7 @@ util_legible_bytes (gchar *bytes) - const gchar *unit = "B"; - gchar *result; - -- sscanf (bytes, "%lld", &rx); -+ rx = strtoull (bytes, (char **)NULL, 10); - short_rx = rx * 10; - - if (rx > 1125899906842624ull) { 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 9ba878e67..000000000 --- a/net/gnome-nettool/pkg-plist +++ /dev/null @@ -1,162 +0,0 @@ -bin/gnome-nettool -share/applications/gnome-nettool.desktop -%%DATADIR%%/dialogs/gnome-nettool.glade -%%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/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/sv/gnome-nettool.xml -share/gnome/help/gnome-nettool/uk/gnome-nettool.xml -share/gnome/help/gnome-nettool/vi/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/ar/LC_MESSAGES/gnome-nettool.mo -share/locale/as/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/bs/LC_MESSAGES/gnome-nettool.mo -share/locale/ca/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/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/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-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-sv.omf -share/omf/gnome-nettool/gnome-nettool-uk.omf -share/omf/gnome-nettool/gnome-nettool-vi.omf -share/pixmaps/gnome-nettool.png -@dirrm share/omf/gnome-nettool -@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/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/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/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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/net/gtk-vnc/Makefile b/net/gtk-vnc/Makefile deleted file mode 100644 index d1ac549e0..000000000 --- a/net/gtk-vnc/Makefile +++ /dev/null @@ -1,29 +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.7 -PORTREVISION= 1 -CATEGORIES= net gnome -MASTER_SITES= SF - -MAINTAINER= gnome@FreeBSD.org -COMMENT= VNC viewer widget for GTK+ - -LIB_DEPENDS= gnutls:${PORTSDIR}/security/gnutls \ - gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext - -USE_GNOME= pygtk2 gnomehack -USE_GMAKE= 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 cd39a9d83..000000000 --- a/net/gtk-vnc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gtk-vnc-0.3.7.tar.gz) = 41c613be4b554b71d63d30f844d60add -SHA256 (gtk-vnc-0.3.7.tar.gz) = d08ca04641ffb1dc2077b9325a5c566ef83990b5ed7359997aaa0286dcfe3f3c -SIZE (gtk-vnc-0.3.7.tar.gz) = 431242 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 a53715865..000000000 --- a/net/gtk-vnc/pkg-plist +++ /dev/null @@ -1,10 +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 -@dirrm include/gtk-vnc-1.0 diff --git a/net/libgweather/Makefile b/net/libgweather/Makefile deleted file mode 100644 index eff5be1ed..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.20 2008/10/22 22:12:56 marcus Exp $ -# - -PORTNAME= libgweather -PORTVERSION= 2.24.2 -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:15 -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 5db9cccbb..000000000 --- a/net/libgweather/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libgweather-2.24.2.tar.bz2) = a95226ca8e5869eb2da66ce390e93b5a -SHA256 (libgweather-2.24.2.tar.bz2) = 5ac071cd108e1c1ed776bb32fe7e7d59a92eaea2949ecb8f84cda2a37556173c -SIZE (libgweather-2.24.2.tar.bz2) = 7099351 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 eaa4b04ad..000000000 --- a/net/libgweather/pkg-plist +++ /dev/null @@ -1,256 +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 -%%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.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/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/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 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/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/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/vinagre/Makefile b/net/vinagre/Makefile deleted file mode 100644 index f4250566f..000000000 --- a/net/vinagre/Makefile +++ /dev/null @@ -1,50 +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.19 2008/12/17 05:45:39 marcus Exp $ -# - -PORTNAME= vinagre -PORTVERSION= 2.24.2 -PORTREVISION= 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 libglade2 gconf2 gnomedocutils \ - gnomepanel -USE_GMAKE= yes -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -CONFIGURE_ARGS= --enable-avahi -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= vinagre.schemas - -MAN1= vinagre.1 - -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.mk> diff --git a/net/vinagre/distinfo b/net/vinagre/distinfo deleted file mode 100644 index d08ef1d64..000000000 --- a/net/vinagre/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/vinagre-2.24.2.tar.bz2) = 330a65e0277a2c8fe746e2091c3198ce -SHA256 (gnome2/vinagre-2.24.2.tar.bz2) = 57b4be4c8bfeeb1493e96b728ec6a4ac29b3e01217b03ce9b194e1932f538959 -SIZE (gnome2/vinagre-2.24.2.tar.bz2) = 1450774 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 1b13279b6..000000000 --- a/net/vinagre/pkg-plist +++ /dev/null @@ -1,174 +0,0 @@ -bin/vinagre -libdata/bonobo/servers/GNOME_VinagreApplet.server -libexec/vinagre-applet -share/applications/vinagre-file.desktop -share/applications/vinagre.desktop -%%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-screenshot.png -share/gnome/help/vinagre/C/legal.xml -share/gnome/help/vinagre/C/vinagre.xml -share/gnome/help/vinagre/ca/figures/vinagre-screenshot.png -share/gnome/help/vinagre/ca/vinagre.xml -share/gnome/help/vinagre/cs/figures/vinagre-screenshot.png -share/gnome/help/vinagre/cs/vinagre.xml -share/gnome/help/vinagre/de/figures/vinagre-screenshot.png -share/gnome/help/vinagre/de/vinagre.xml -share/gnome/help/vinagre/es/figures/vinagre-screenshot.png -share/gnome/help/vinagre/es/vinagre.xml -share/gnome/help/vinagre/fr/figures/vinagre-screenshot.png -share/gnome/help/vinagre/fr/vinagre.xml -share/gnome/help/vinagre/it/figures/vinagre-screenshot.png -share/gnome/help/vinagre/it/vinagre.xml -share/gnome/help/vinagre/oc/figures/vinagre-screenshot.png -share/gnome/help/vinagre/oc/vinagre.xml -share/gnome/help/vinagre/pt/figures/vinagre-screenshot.png -share/gnome/help/vinagre/pt/vinagre.xml -share/gnome/help/vinagre/sq/figures/vinagre-screenshot.png -share/gnome/help/vinagre/sq/vinagre.xml -share/gnome/help/vinagre/sv/figures/vinagre-screenshot.png -share/gnome/help/vinagre/sv/vinagre.xml -share/gnome/help/vinagre/th/figures/vinagre-screenshot.png -share/gnome/help/vinagre/th/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/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/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/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/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/be@latin/LC_MESSAGES/vinagre.mo -share/locale/bg/LC_MESSAGES/vinagre.mo -share/locale/bn_IN/LC_MESSAGES/vinagre.mo -share/locale/ca/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/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/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/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/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-es.omf -share/omf/vinagre/vinagre-fr.omf -share/omf/vinagre/vinagre-it.omf -share/omf/vinagre/vinagre-oc.omf -share/omf/vinagre/vinagre-pt.omf -share/omf/vinagre/vinagre-sq.omf -share/omf/vinagre/vinagre-sv.omf -share/omf/vinagre/vinagre-th.omf -%%DATADIR%%/GNOME_VinagreApplet.xml -%%DATADIR%%/vinagre-ui.xml -%%DATADIR%%/vinagre.glade -@dirrm %%DATADIR%% -@dirrm share/omf/vinagre -@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/figures -@dirrm share/gnome/help/vinagre/pt -@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/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 -@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/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/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@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/vino/Makefile b/net/vino/Makefile deleted file mode 100644 index 77d3113b0..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.62 2008/09/23 04:45:08 mezz Exp $ -# - -PORTNAME= vino -PORTVERSION= 2.24.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 - -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_ARGS= --enable-session-support -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 7abd78a63..000000000 --- a/net/vino/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/vino-2.24.1.tar.bz2) = b373292a7a5443d7fad1cce5eb07f37f -SHA256 (gnome2/vino-2.24.1.tar.bz2) = 4522c3969b64330b893de9a3257b4f7462975644b5e6cc57e9113d1f0c9c4a77 -SIZE (gnome2/vino-2.24.1.tar.bz2) = 674201 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 b182a2c4f..000000000 --- a/net/vino/files/patch-server_libvncserver_sockets.c +++ /dev/null @@ -1,22 +0,0 @@ -Index: server/libvncserver/sockets.c -diff -u -p server/libvncserver/sockets.c.orig server/libvncserver/sockets.c ---- server/libvncserver/sockets.c.orig Tue Jan 2 22:34:50 2007 -+++ server/libvncserver/sockets.c Sun Mar 25 22:52:02 2007 -@@ -560,6 +560,7 @@ ListenOnTCPPort(port, localOnly) - - #ifdef ENABLE_IPV6 - struct sockaddr_in6 addr_in6; -+ int off = 0; - - memset(&addr_in6, 0, sizeof(addr_in6)); - addr_in6.sin6_family = AF_INET6; -@@ -570,6 +571,9 @@ ListenOnTCPPort(port, localOnly) - addrlen = sizeof(addr_in6); - - sock = socket(AF_INET6, SOCK_STREAM, 0); -+#ifdef IPV6_V6ONLY -+ setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, (void *)&off, sizeof(off)); -+#endif - #endif - - if (sock < 0) { 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 2db957416..000000000 --- a/net/vino/pkg-plist +++ /dev/null @@ -1,112 +0,0 @@ -bin/vino-passwd -bin/vino-preferences -libexec/vino-server -share/applications/vino-preferences.desktop -share/gnome/autostart/vino-server.desktop -share/locale/ar/LC_MESSAGES/vino.mo -share/locale/as/LC_MESSAGES/vino.mo -share/locale/az/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/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/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/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.glade -%%DATADIR%%/vino-prompt.glade -@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/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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile deleted file mode 100644 index 2081915a2..000000000 --- a/print/libgnomeprint/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# New ports collection makefile for: libgnomeprint -# Date created: 15 Jan 1999 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# -# NOTE: Remind to update comms/gfax plist when PORTVERSION change. - -PORTNAME= libgnomeprint -PORTVERSION= 2.18.5 -CATEGORIES= print gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gnome print support library - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - popt.0:${PORTSDIR}/devel/popt - -USE_BISON= build -USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack gnomehier glib20 pango libxml2 \ - libartlgpl2 ltverhack -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION=${PORTVERSION} \ - LIBVERSION=2.2 - -.include <bsd.port.pre.mk> - -.if (defined(WITH_CUPS) || exists(${LOCALBASE}/lib/libcups.so)) && !defined(WITHOUT_CUPS) -CONFIGURE_ARGS+= --with-cups -LIB_DEPENDS+= gnomecups-1.0:${PORTSDIR}/print/libgnomecups -PLIST_SUB+= CUPS:="" -.else -CONFIGURE_ARGS+= --without-cups -PLIST_SUB+= CUPS:="@comment " -.endif - -pre-everything:: -.if !defined(WITH_CUPS) - @${ECHO_MSG} " Enable cups support by defining" - @${ECHO_MSG} " WITH_CUPS" - @${ECHO_MSG} "" -.endif - -post-patch: - @${FIND} ${WRKSRC} -name '*.[ch]' | ${XARGS} ${REINPLACE_CMD} -e \ - 's|<malloc[.]h>|<stdlib.h>|' - @${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||" ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "/^SUBDIRS =/s|doc||" ${WRKSRC}/Makefile.in - -post-install: - @${MKDIR} ${PREFIX}/etc/gnome/libgnomeprint-2.0/fonts - @${TOUCH} ${PREFIX}/etc/gnome/libgnomeprint-2.0/fonts/gnome-print.fontmap - -.include <bsd.port.post.mk> - -.endif diff --git a/print/libgnomeprint/distinfo b/print/libgnomeprint/distinfo deleted file mode 100644 index 361bd9495..000000000 --- a/print/libgnomeprint/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnomeprint-2.18.5.tar.bz2) = c325baf4487335259e050619185787b1 -SHA256 (gnome2/libgnomeprint-2.18.5.tar.bz2) = 0ead99d6e227192d09902bdb37ec6aac25555a453ff4c338b49700fc477070c5 -SIZE (gnome2/libgnomeprint-2.18.5.tar.bz2) = 893326 diff --git a/print/libgnomeprint/pkg-descr b/print/libgnomeprint/pkg-descr deleted file mode 100644 index ad9ac2ec1..000000000 --- a/print/libgnomeprint/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The basis for the Gnome Printing Architecture as described in: - -WWW: http://www.gnome.org/projects/gnome-print/ diff --git a/print/libgnomeprint/pkg-plist b/print/libgnomeprint/pkg-plist deleted file mode 100644 index 3c92e5fed..000000000 --- a/print/libgnomeprint/pkg-plist +++ /dev/null @@ -1,210 +0,0 @@ -etc/gnome/libgnomeprint-2.0/fonts/gnome-print.fontmap -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-font-face.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-font.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-glyphlist.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-pgl.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-config.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-filter.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-job.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-meta.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-pango.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-paper.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-transport.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print-unit.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-print.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gnome-rfont.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/gp-gc.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/libgnomeprint-enum-types.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-font-private.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-fontmap.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-glyphlist-private.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-print-config-private.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-print-path.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gnome-print-private.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gp-gc-private.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-config.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-key.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-list.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-model.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-node-private.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-node.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-option.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-printer.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-reference.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-root.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-settings.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-state.h -include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private/gpa-utils.h -lib/libgnomeprint-2-2.a -lib/libgnomeprint-2-2.la -lib/libgnomeprint-2-2.so -lib/libgnomeprint-2-2.so.0 -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-clip.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-clip.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-clip.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-draft.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-draft.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-draft.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-frgba.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-frgba.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-frgba.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-multipage.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-multipage.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-multipage.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-position.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-position.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-position.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-reorder.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-reorder.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-reorder.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-reverse.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-reverse.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-reverse.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-rotate.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-rotate.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-rotate.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-select.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-select.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-select.so -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-zoom.a -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-zoom.la -lib/libgnomeprint/%%VERSION%%/modules/filters/libgnomeprint-zoom.so -%%CUPS:%%lib/libgnomeprint/%%VERSION%%/modules/libgnomeprintcups.a -%%CUPS:%%lib/libgnomeprint/%%VERSION%%/modules/libgnomeprintcups.la -%%CUPS:%%lib/libgnomeprint/%%VERSION%%/modules/libgnomeprintcups.so -lib/libgnomeprint/%%VERSION%%/modules/libgnomeprintlpd.a -lib/libgnomeprint/%%VERSION%%/modules/libgnomeprintlpd.la -lib/libgnomeprint/%%VERSION%%/modules/libgnomeprintlpd.so -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-custom.a -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-custom.la -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-custom.so -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-file.a -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-file.la -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-file.so -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-lpr.a -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-lpr.la -lib/libgnomeprint/%%VERSION%%/modules/transports/libgnomeprint-lpr.so -libdata/pkgconfig/libgnomeprint-%%LIBVERSION%%.pc -%%DATADIR%%/%%VERSION%%/globals.xml -%%DATADIR%%/%%VERSION%%/models/GNOME-GENERIC-PS.xml -%%DATADIR%%/%%VERSION%%/models/GNOME-PDF-WRITER.xml -%%DATADIR%%/%%VERSION%%/models/uninstalled/GNOME-META.xml -%%DATADIR%%/%%VERSION%%/printers/GENERIC.xml -%%DATADIR%%/%%VERSION%%/printers/PDF-WRITER.xml -%%DATADIR%%/%%VERSION%%/printers/uninstalled/META.xml -share/locale/am/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ar/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/az/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/be/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/be@latin/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/bg/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/bn/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/bn_IN/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/bs/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ca/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/cs/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/cy/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/da/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/de/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/dz/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/el/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/en_CA/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/en_GB/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/es/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/et/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/eu/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/fa/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/fi/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/fr/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ga/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/gl/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/gu/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/he/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/hi/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/hr/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/hu/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/id/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/is/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/it/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ja/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ka/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ko/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ky/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/lt/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/lv/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/mk/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ml/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/mn/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/mr/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ms/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/nb/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ne/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/nl/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/nn/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/oc/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/or/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/pa/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/pl/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/pt/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ro/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ru/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/rw/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/si/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/sk/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/sl/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/sq/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/sr/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/sr@latin/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/sv/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/ta/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/te/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/th/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/tr/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/uk/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/vi/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/wa/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/xh/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/zh_HK/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/libgnomeprint-%%LIBVERSION%%.mo -@dirrm %%DATADIR%%/%%VERSION%%/printers/uninstalled -@dirrm %%DATADIR%%/%%VERSION%%/printers -@dirrm %%DATADIR%%/%%VERSION%%/models/uninstalled -@dirrm %%DATADIR%%/%%VERSION%%/models -@dirrm %%DATADIR%%/%%VERSION%% -@dirrm %%DATADIR%% -@dirrm lib/libgnomeprint/%%VERSION%%/modules/transports -@dirrm lib/libgnomeprint/%%VERSION%%/modules/filters -@dirrm lib/libgnomeprint/%%VERSION%%/modules -@dirrm lib/libgnomeprint/%%VERSION%% -@dirrm lib/libgnomeprint -@dirrm include/libgnomeprint-%%LIBVERSION%%/libgnomeprint/private -@dirrm include/libgnomeprint-%%LIBVERSION%%/libgnomeprint -@dirrm include/libgnomeprint-%%LIBVERSION%% -@dirrm etc/gnome/libgnomeprint-2.0/fonts -@dirrm etc/gnome/libgnomeprint-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/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@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/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile deleted file mode 100644 index 06d995f56..000000000 --- a/security/gnome-keyring/Makefile +++ /dev/null @@ -1,44 +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.70 2008/10/20 02:44:20 mezz Exp $ -# - -PORTNAME= gnome-keyring -PORTVERSION= 2.24.1 -PORTREVISION= 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.3:${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:15 -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 - -OPTIONS= HAL "Use HAL for keys on removable drives" on - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_HAL) -LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal -CONFIGURE_ARGS+=--enable-hal -.else -CONFIGURE_ARGS+=--disable-hal -.endif - -.include <bsd.port.post.mk> diff --git a/security/gnome-keyring/distinfo b/security/gnome-keyring/distinfo deleted file mode 100644 index ca5144c4a..000000000 --- a/security/gnome-keyring/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-keyring-2.24.1.tar.bz2) = aa5552dc129f3509ee39145b7f0bf977 -SHA256 (gnome2/gnome-keyring-2.24.1.tar.bz2) = 3c9eb7f45dd0026340635b9e1ee18c36a47541610aa5a7ef604ca645aa4763f9 -SIZE (gnome2/gnome-keyring-2.24.1.tar.bz2) = 1125993 diff --git a/security/gnome-keyring/files/patch-common_gkr-daemon-util.h b/security/gnome-keyring/files/patch-common_gkr-daemon-util.h deleted file mode 100644 index ebc3f9680..000000000 --- a/security/gnome-keyring/files/patch-common_gkr-daemon-util.h +++ /dev/null @@ -1,11 +0,0 @@ ---- common/gkr-daemon-util.h.orig 2008-08-04 13:36:06.000000000 -0400 -+++ common/gkr-daemon-util.h 2008-08-04 13:36:18.000000000 -0400 -@@ -26,6 +26,8 @@ - - G_BEGIN_DECLS - -+#include <sys/types.h> -+ - #include <glib.h> - #include <glib-object.h> - diff --git a/security/gnome-keyring/files/patch-configure b/security/gnome-keyring/files/patch-configure deleted file mode 100644 index 75016a356..000000000 --- a/security/gnome-keyring/files/patch-configure +++ /dev/null @@ -1,38 +0,0 @@ ---- configure.orig 2008-07-22 21:14:15.000000000 -0400 -+++ configure 2008-07-22 21:14:35.000000000 -0400 -@@ -25963,7 +25963,7 @@ fi - - dbus_status=$DBUS_VERSION - fi -- if test "$enable_dbus" == "yes"; then -+ if test "$enable_dbus" = "yes"; then - WITH_DBUS_TRUE= - WITH_DBUS_FALSE='#' - else -@@ -27001,7 +27001,7 @@ if test "${enable_tests+set}" = set; the - fi - - --if test "$enable_tests" == "yes"; then -+if test "$enable_tests" = "yes"; then - echo "building tests and unit tests" - - cat >>confdefs.h <<_ACEOF -@@ -27014,7 +27014,7 @@ else - tests_status="no" - fi - -- if test "$enable_tests" == "yes"; then -+ if test "$enable_tests" = "yes"; then - WITH_TESTS_TRUE= - WITH_TESTS_FALSE='#' - else -@@ -27029,7 +27029,7 @@ if test "${enable_coverage+set}" = set; - fi - - --if test "$enable_coverage" == "yes"; then -+if test "$enable_coverage" = "yes"; then - CFLAGS="$CFLAGS -fprofile-arcs -ftest-coverage" - LDFLAGS="$LDFLAGS -fprofile-arcs -ftest-coverage" - fi 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/files/patch-pkcs11_gkr-pkcs11-module.c b/security/gnome-keyring/files/patch-pkcs11_gkr-pkcs11-module.c deleted file mode 100644 index 57d2f1888..000000000 --- a/security/gnome-keyring/files/patch-pkcs11_gkr-pkcs11-module.c +++ /dev/null @@ -1,10 +0,0 @@ ---- pkcs11/gkr-pkcs11-module.c.orig 2008-02-11 21:26:56.000000000 -0500 -+++ pkcs11/gkr-pkcs11-module.c 2008-02-11 21:27:08.000000000 -0500 -@@ -36,6 +36,7 @@ - #include <sys/socket.h> - #include <sys/un.h> - -+#include <string.h> - #include <stdlib.h> - #include <stdint.h> - #include <pthread.h> 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 2b3fe4715..000000000 --- a/security/gnome-keyring/pkg-plist +++ /dev/null @@ -1,168 +0,0 @@ -bin/gnome-keyring -bin/gnome-keyring-daemon -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/gnome-keyring-pkcs11.a -lib/gnome-keyring/gnome-keyring-pkcs11.la -lib/gnome-keyring/gnome-keyring-pkcs11.so -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/gnome-keyring-1.pc -libdata/pkgconfig/gp11-0.pc -libexec/gnome-keyring-ask -share/dbus-1/services/org.gnome.keyring.service -%%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-generic-callbacks.html -%%DOCSDIR%%/gnome-keyring-gnome-keyring-item-info.html -%%DOCSDIR%%/gnome-keyring-gnome-keyring-items.html -%%DOCSDIR%%/gnome-keyring-gnome-keyring-keyring-info.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/GP11Object.html -share/doc/gp11/ch01.html -share/doc/gp11/gp11-GP11Call.html -share/doc/gp11/gp11-gp11-test.html -share/doc/gp11/gp11-pkcs11.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/locale/ar/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/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/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/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 lib/gnome-keyring -@dirrm include/gp11 -@dirrm include/gnome-keyring-1 -@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/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/security/seahorse-plugins/Makefile b/security/seahorse-plugins/Makefile deleted file mode 100644 index 0c212994f..000000000 --- a/security/seahorse-plugins/Makefile +++ /dev/null @@ -1,84 +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.3 2008/09/21 07:04:54 kwm Exp $ -# - -PORTNAME= seahorse-plugins -PORTVERSION= 2.24.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= firefox xulrunner -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= EPIPHANY "Enable Epiphany plug-in support" on \ - NAUTILUS "Enable the Nautilus component" on \ - GEDIT "Enable GEdit plug-in support" on \ - APPLET "Enable clipboard encryption applet" on - -GCONF_SCHEMAS= seahorse-plugins.schemas -MAN1= seahorse-agent.1 seahorse-tool.1 - -.include <bsd.port.pre.mk> - -.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.23" -.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' \ - ${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 e9ffdd587..000000000 --- a/security/seahorse-plugins/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/seahorse-plugins-2.24.1.tar.bz2) = 842b7b7424c2a5cfe56db5960133f0a1 -SHA256 (gnome2/seahorse-plugins-2.24.1.tar.bz2) = 0a9ee63adc7ad01e9c3d9a3432d467a4df24889b7bd41b065e89bec74ccd7676 -SIZE (gnome2/seahorse-plugins-2.24.1.tar.bz2) = 1843996 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/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 635942266..000000000 --- a/security/seahorse-plugins/pkg-plist +++ /dev/null @@ -1,385 +0,0 @@ -bin/seahorse-agent -bin/seahorse-preferences -bin/seahorse-tool -%%EPIPHANY%%lib/epiphany/%%EPHY_VERSION%%/extensions/libseahorseextension.a -%%EPIPHANY%%lib/epiphany/%%EPHY_VERSION%%/extensions/libseahorseextension.la -%%EPIPHANY%%lib/epiphany/%%EPHY_VERSION%%/extensions/libseahorseextension.so -%%EPIPHANY%%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/figures/export.png -share/gnome/help/seahorse-plugins/C/figures/file-manager.png -share/gnome/help/seahorse-plugins/C/figures/generate.png -share/gnome/help/seahorse-plugins/C/figures/import.png -share/gnome/help/seahorse-plugins/C/figures/key-manager.png -share/gnome/help/seahorse-plugins/C/figures/key-properties.png -share/gnome/help/seahorse-plugins/C/figures/passphrase.png -share/gnome/help/seahorse-plugins/C/figures/preferences.png -share/gnome/help/seahorse-plugins/C/figures/recipients.png -share/gnome/help/seahorse-plugins/C/figures/seahorse-window.png -share/gnome/help/seahorse-plugins/C/figures/signature.png -share/gnome/help/seahorse-plugins/C/figures/text-editor.png -share/gnome/help/seahorse-plugins/C/legal.xml -share/gnome/help/seahorse-plugins/C/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/cs/figures/export.png -share/gnome/help/seahorse-plugins/cs/figures/file-manager.png -share/gnome/help/seahorse-plugins/cs/figures/generate.png -share/gnome/help/seahorse-plugins/cs/figures/import.png -share/gnome/help/seahorse-plugins/cs/figures/key-manager.png -share/gnome/help/seahorse-plugins/cs/figures/key-properties.png -share/gnome/help/seahorse-plugins/cs/figures/passphrase.png -share/gnome/help/seahorse-plugins/cs/figures/preferences.png -share/gnome/help/seahorse-plugins/cs/figures/recipients.png -share/gnome/help/seahorse-plugins/cs/figures/seahorse-window.png -share/gnome/help/seahorse-plugins/cs/figures/signature.png -share/gnome/help/seahorse-plugins/cs/figures/text-editor.png -share/gnome/help/seahorse-plugins/cs/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/de/figures/export.png -share/gnome/help/seahorse-plugins/de/figures/file-manager.png -share/gnome/help/seahorse-plugins/de/figures/generate.png -share/gnome/help/seahorse-plugins/de/figures/import.png -share/gnome/help/seahorse-plugins/de/figures/key-manager.png -share/gnome/help/seahorse-plugins/de/figures/key-properties.png -share/gnome/help/seahorse-plugins/de/figures/passphrase.png -share/gnome/help/seahorse-plugins/de/figures/preferences.png -share/gnome/help/seahorse-plugins/de/figures/recipients.png -share/gnome/help/seahorse-plugins/de/figures/seahorse-window.png -share/gnome/help/seahorse-plugins/de/figures/signature.png -share/gnome/help/seahorse-plugins/de/figures/text-editor.png -share/gnome/help/seahorse-plugins/de/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/el/figures/export.png -share/gnome/help/seahorse-plugins/el/figures/file-manager.png -share/gnome/help/seahorse-plugins/el/figures/generate.png -share/gnome/help/seahorse-plugins/el/figures/import.png -share/gnome/help/seahorse-plugins/el/figures/key-manager.png -share/gnome/help/seahorse-plugins/el/figures/key-properties.png -share/gnome/help/seahorse-plugins/el/figures/passphrase.png -share/gnome/help/seahorse-plugins/el/figures/preferences.png -share/gnome/help/seahorse-plugins/el/figures/recipients.png -share/gnome/help/seahorse-plugins/el/figures/seahorse-window.png -share/gnome/help/seahorse-plugins/el/figures/signature.png -share/gnome/help/seahorse-plugins/el/figures/text-editor.png -share/gnome/help/seahorse-plugins/el/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/en_GB/figures/export.png -share/gnome/help/seahorse-plugins/en_GB/figures/file-manager.png -share/gnome/help/seahorse-plugins/en_GB/figures/generate.png -share/gnome/help/seahorse-plugins/en_GB/figures/import.png -share/gnome/help/seahorse-plugins/en_GB/figures/key-manager.png -share/gnome/help/seahorse-plugins/en_GB/figures/key-properties.png -share/gnome/help/seahorse-plugins/en_GB/figures/passphrase.png -share/gnome/help/seahorse-plugins/en_GB/figures/preferences.png -share/gnome/help/seahorse-plugins/en_GB/figures/recipients.png -share/gnome/help/seahorse-plugins/en_GB/figures/seahorse-window.png -share/gnome/help/seahorse-plugins/en_GB/figures/signature.png -share/gnome/help/seahorse-plugins/en_GB/figures/text-editor.png -share/gnome/help/seahorse-plugins/en_GB/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/es/figures/export.png -share/gnome/help/seahorse-plugins/es/figures/file-manager.png -share/gnome/help/seahorse-plugins/es/figures/generate.png -share/gnome/help/seahorse-plugins/es/figures/import.png -share/gnome/help/seahorse-plugins/es/figures/key-manager.png -share/gnome/help/seahorse-plugins/es/figures/key-properties.png -share/gnome/help/seahorse-plugins/es/figures/passphrase.png -share/gnome/help/seahorse-plugins/es/figures/preferences.png -share/gnome/help/seahorse-plugins/es/figures/recipients.png -share/gnome/help/seahorse-plugins/es/figures/seahorse-window.png -share/gnome/help/seahorse-plugins/es/figures/signature.png -share/gnome/help/seahorse-plugins/es/figures/text-editor.png -share/gnome/help/seahorse-plugins/es/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/fr/figures/export.png -share/gnome/help/seahorse-plugins/fr/figures/file-manager.png -share/gnome/help/seahorse-plugins/fr/figures/generate.png -share/gnome/help/seahorse-plugins/fr/figures/import.png -share/gnome/help/seahorse-plugins/fr/figures/key-manager.png -share/gnome/help/seahorse-plugins/fr/figures/key-properties.png -share/gnome/help/seahorse-plugins/fr/figures/passphrase.png -share/gnome/help/seahorse-plugins/fr/figures/preferences.png -share/gnome/help/seahorse-plugins/fr/figures/recipients.png -share/gnome/help/seahorse-plugins/fr/figures/seahorse-window.png -share/gnome/help/seahorse-plugins/fr/figures/signature.png -share/gnome/help/seahorse-plugins/fr/figures/text-editor.png -share/gnome/help/seahorse-plugins/fr/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/it/figures/export.png -share/gnome/help/seahorse-plugins/it/figures/file-manager.png -share/gnome/help/seahorse-plugins/it/figures/generate.png -share/gnome/help/seahorse-plugins/it/figures/import.png -share/gnome/help/seahorse-plugins/it/figures/key-manager.png -share/gnome/help/seahorse-plugins/it/figures/key-properties.png -share/gnome/help/seahorse-plugins/it/figures/passphrase.png -share/gnome/help/seahorse-plugins/it/figures/preferences.png -share/gnome/help/seahorse-plugins/it/figures/recipients.png -share/gnome/help/seahorse-plugins/it/figures/seahorse-window.png -share/gnome/help/seahorse-plugins/it/figures/signature.png -share/gnome/help/seahorse-plugins/it/figures/text-editor.png -share/gnome/help/seahorse-plugins/it/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/oc/figures/export.png -share/gnome/help/seahorse-plugins/oc/figures/file-manager.png -share/gnome/help/seahorse-plugins/oc/figures/generate.png -share/gnome/help/seahorse-plugins/oc/figures/import.png -share/gnome/help/seahorse-plugins/oc/figures/key-manager.png -share/gnome/help/seahorse-plugins/oc/figures/key-properties.png -share/gnome/help/seahorse-plugins/oc/figures/passphrase.png -share/gnome/help/seahorse-plugins/oc/figures/preferences.png -share/gnome/help/seahorse-plugins/oc/figures/recipients.png -share/gnome/help/seahorse-plugins/oc/figures/seahorse-window.png -share/gnome/help/seahorse-plugins/oc/figures/signature.png -share/gnome/help/seahorse-plugins/oc/figures/text-editor.png -share/gnome/help/seahorse-plugins/oc/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/ru/figures/export.png -share/gnome/help/seahorse-plugins/ru/figures/file-manager.png -share/gnome/help/seahorse-plugins/ru/figures/generate.png -share/gnome/help/seahorse-plugins/ru/figures/import.png -share/gnome/help/seahorse-plugins/ru/figures/key-manager.png -share/gnome/help/seahorse-plugins/ru/figures/key-properties.png -share/gnome/help/seahorse-plugins/ru/figures/passphrase.png -share/gnome/help/seahorse-plugins/ru/figures/preferences.png -share/gnome/help/seahorse-plugins/ru/figures/recipients.png -share/gnome/help/seahorse-plugins/ru/figures/seahorse-window.png -share/gnome/help/seahorse-plugins/ru/figures/signature.png -share/gnome/help/seahorse-plugins/ru/figures/text-editor.png -share/gnome/help/seahorse-plugins/ru/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/sv/figures/export.png -share/gnome/help/seahorse-plugins/sv/figures/file-manager.png -share/gnome/help/seahorse-plugins/sv/figures/generate.png -share/gnome/help/seahorse-plugins/sv/figures/import.png -share/gnome/help/seahorse-plugins/sv/figures/key-manager.png -share/gnome/help/seahorse-plugins/sv/figures/key-properties.png -share/gnome/help/seahorse-plugins/sv/figures/passphrase.png -share/gnome/help/seahorse-plugins/sv/figures/preferences.png -share/gnome/help/seahorse-plugins/sv/figures/recipients.png -share/gnome/help/seahorse-plugins/sv/figures/seahorse-window.png -share/gnome/help/seahorse-plugins/sv/figures/signature.png -share/gnome/help/seahorse-plugins/sv/figures/text-editor.png -share/gnome/help/seahorse-plugins/sv/seahorse-plugins.xml -share/gnome/help/seahorse-plugins/vi/figures/export.png -share/gnome/help/seahorse-plugins/vi/figures/file-manager.png -share/gnome/help/seahorse-plugins/vi/figures/generate.png -share/gnome/help/seahorse-plugins/vi/figures/import.png -share/gnome/help/seahorse-plugins/vi/figures/key-manager.png -share/gnome/help/seahorse-plugins/vi/figures/key-properties.png -share/gnome/help/seahorse-plugins/vi/figures/passphrase.png -share/gnome/help/seahorse-plugins/vi/figures/preferences.png -share/gnome/help/seahorse-plugins/vi/figures/recipients.png -share/gnome/help/seahorse-plugins/vi/figures/seahorse-window.png -share/gnome/help/seahorse-plugins/vi/figures/signature.png -share/gnome/help/seahorse-plugins/vi/figures/text-editor.png -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/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/ca/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/lt/LC_MESSAGES/seahorse-plugins.mo -share/locale/lv/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-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 -@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/figures -@dirrm share/gnome/help/seahorse-plugins/vi -@dirrm share/gnome/help/seahorse-plugins/sv/figures -@dirrm share/gnome/help/seahorse-plugins/sv -@dirrm share/gnome/help/seahorse-plugins/ru/figures -@dirrm share/gnome/help/seahorse-plugins/ru -@dirrm share/gnome/help/seahorse-plugins/oc/figures -@dirrm share/gnome/help/seahorse-plugins/oc -@dirrm share/gnome/help/seahorse-plugins/it/figures -@dirrm share/gnome/help/seahorse-plugins/it -@dirrm share/gnome/help/seahorse-plugins/fr/figures -@dirrm share/gnome/help/seahorse-plugins/fr -@dirrm share/gnome/help/seahorse-plugins/es/figures -@dirrm share/gnome/help/seahorse-plugins/es -@dirrm share/gnome/help/seahorse-plugins/en_GB/figures -@dirrm share/gnome/help/seahorse-plugins/en_GB -@dirrm share/gnome/help/seahorse-plugins/el/figures -@dirrm share/gnome/help/seahorse-plugins/el -@dirrm share/gnome/help/seahorse-plugins/de/figures -@dirrm share/gnome/help/seahorse-plugins/de -@dirrm share/gnome/help/seahorse-plugins/cs/figures -@dirrm share/gnome/help/seahorse-plugins/cs -@dirrm share/gnome/help/seahorse-plugins/C/figures -@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/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/security/seahorse/Makefile b/security/seahorse/Makefile deleted file mode 100644 index e62ecec9a..000000000 --- a/security/seahorse/Makefile +++ /dev/null @@ -1,74 +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.72 2008/10/20 02:51:20 mezz Exp $ -# - -PORTNAME= seahorse -PORTVERSION= 2.24.1 -PORTREVISION= 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.17:${PORTSDIR}/security/gpgme \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - gnome-keyring:${PORTSDIR}/security/gnome-keyring - -USE_LDCONFIG= yes -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix libglade2 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 \ - HKP "Enable HKP keyserver interface" 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_HKP) -LIB_DEPENDS+= soup-2.4.1:${PORTSDIR}/devel/libsoup -.else -CONFIGURE_ARGS+=--disable-hkp -.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 0ca292a08..000000000 --- a/security/seahorse/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/seahorse-2.24.1.tar.bz2) = b35076c2ae46aa58d9b1ca76fe929515 -SHA256 (gnome2/seahorse-2.24.1.tar.bz2) = b86c045fe1d8cf7a3fd56e078175e32cd94154eb77f9fe2a4a4e1f1aa13a5d04 -SIZE (gnome2/seahorse-2.24.1.tar.bz2) = 2197087 diff --git a/security/seahorse/files/patch-common_seahorse-registry.c b/security/seahorse/files/patch-common_seahorse-registry.c deleted file mode 100644 index a9b0cc424..000000000 --- a/security/seahorse/files/patch-common_seahorse-registry.c +++ /dev/null @@ -1,76 +0,0 @@ ---- common/seahorse-registry.c.orig 2008-11-23 18:26:38.000000000 -0500 -+++ common/seahorse-registry.c 2008-11-23 19:20:08.000000000 -0500 -@@ -49,6 +49,25 @@ cleanup_registry (void *unused) - registry_singleton = NULL; - } - -+static guint registry_hash (gconstpointer key) -+{ -+ SeahorseRegistryType *rtype; -+ -+ rtype = (SeahorseRegistryType *) key; -+ -+ return (guint) rtype->type; -+} -+ -+static gboolean registry_equal (gconstpointer a, gconstpointer b) -+{ -+ SeahorseRegistryType *rta, *rtb; -+ -+ rta = (SeahorseRegistryType *) a; -+ rtb = (SeahorseRegistryType *) b; -+ -+ return (rta->type == rtb->type); -+} -+ - static void - keys_to_list (gpointer key, gpointer value, gpointer user_data) - { -@@ -61,6 +80,7 @@ register_type_for_category (SeahorseRegi - { - SeahorseRegistryPrivate *pv = SEAHORSE_REGISTRY_GET_PRIVATE (registry); - GHashTable *set; -+ SeahorseRegistryType *rtype; - - g_return_if_fail (SEAHORSE_IS_REGISTRY (registry)); - g_return_if_fail (category); -@@ -68,11 +88,14 @@ register_type_for_category (SeahorseRegi - - set = g_hash_table_lookup (pv->categories, category); - if (!set) { -- set = g_hash_table_new_full (g_direct_hash, g_direct_equal, NULL, NULL); -+ set = g_hash_table_new_full (registry_hash, registry_equal, (GDestroyNotify) g_free, NULL); - g_hash_table_replace (pv->categories, g_strdup (category), set); - } -+ -+ rtype = g_new (SeahorseRegistryType, 1); -+ rtype->type = type; - -- g_hash_table_replace (set, GUINT_TO_POINTER (type), NO_VALUE); -+ g_hash_table_replace (set, rtype, NO_VALUE); - } - - static GList* -@@ -115,6 +138,7 @@ lookup_types (SeahorseRegistry *registry - - /* Go through each item in list and make sure it exists in this cat */ - for (l = types; l; l = l ? g_list_next (l) : types) { -+ SeahorseRegistryType *rtype; - type = l; - if (!g_hash_table_lookup (set, type->data)) { - l = g_list_previous (l); -@@ -224,8 +248,12 @@ seahorse_registry_find_type (SeahorseReg - va_end (cats); - - type = 0; -- if (types) -- type = GPOINTER_TO_UINT (types->data); -+ if (types) { -+ SeahorseRegistryType *rtype; -+ -+ rtype = (SeahorseRegistryType *) types->data; -+ type = rtype->type; -+ } - g_list_free (types); - return type; - } diff --git a/security/seahorse/files/patch-common_seahorse-registry.h b/security/seahorse/files/patch-common_seahorse-registry.h deleted file mode 100644 index f1f57de3b..000000000 --- a/security/seahorse/files/patch-common_seahorse-registry.h +++ /dev/null @@ -1,21 +0,0 @@ ---- common/seahorse-registry.h.orig 2008-11-23 18:26:42.000000000 -0500 -+++ common/seahorse-registry.h 2008-11-23 18:26:47.000000000 -0500 -@@ -35,6 +35,7 @@ G_BEGIN_DECLS - - typedef struct _SeahorseRegistry SeahorseRegistry; - typedef struct _SeahorseRegistryClass SeahorseRegistryClass; -+typedef struct _SeahorseRegistryType SeahorseRegistryType; - - struct _SeahorseRegistry { - GObject parent; -@@ -44,6 +45,10 @@ struct _SeahorseRegistryClass { - GObjectClass parent_class; - }; - -+struct _SeahorseRegistryType { -+ GType type; -+}; -+ - /* member functions */ - GType seahorse_registry_get_type (void) G_GNUC_CONST; - diff --git a/security/seahorse/files/patch-src_seahorse-generate-select.c b/security/seahorse/files/patch-src_seahorse-generate-select.c deleted file mode 100644 index 7de1b7ff4..000000000 --- a/security/seahorse/files/patch-src_seahorse-generate-select.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/seahorse-generate-select.c.orig 2008-11-23 18:28:34.000000000 -0500 -+++ src/seahorse-generate-select.c 2008-11-23 18:29:30.000000000 -0500 -@@ -197,8 +197,10 @@ static GObject * seahorse_generate_selec - GList* typ_it; - typ_collection = types; - for (typ_it = typ_collection; typ_it != NULL; typ_it = typ_it->next) { -+ SeahorseRegistryType *rtype; - GType typ; -- typ = GPOINTER_TO_INT (typ_it->data); -+ rtype = (SeahorseRegistryType *) typ_it->data; -+ typ = rtype->type; - { - SeahorseGenerator* generator; - gint _tmp5; diff --git a/security/seahorse/files/patch-src_seahorse-viewer.c b/security/seahorse/files/patch-src_seahorse-viewer.c deleted file mode 100644 index 5acb2e00d..000000000 --- a/security/seahorse/files/patch-src_seahorse-viewer.c +++ /dev/null @@ -1,17 +0,0 @@ ---- src/seahorse-viewer.c.orig 2008-11-23 18:27:49.000000000 -0500 -+++ src/seahorse-viewer.c 2008-11-23 18:28:27.000000000 -0500 -@@ -556,10 +556,13 @@ seahorse_viewer_constructor (GType type, - /* Setup the commands */ - types = seahorse_registry_find_types (seahorse_registry_get (), "commands", NULL, NULL); - for (l = types; l; l = g_list_next (l)) { -- GType typ = GPOINTER_TO_INT (l->data); -+ SeahorseRegistryType *rtype = (SeahorseRegistryType *) l->data; -+ GType typ; - SeahorseCommands *commands; - GtkActionGroup *actions; - const gchar *uidef; -+ -+ typ = rtype->type; - - /* Add each commands to our hash table */ - commands = g_object_new (typ, "view", self, NULL); 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 d3528e2a7..000000000 --- a/security/seahorse/files/patch-ssh_seahorse-ssh-operation.c +++ /dev/null @@ -1,19 +0,0 @@ ---- ssh/seahorse-ssh-operation.c.orig 2008-07-21 18:15:51.000000000 -0400 -+++ ssh/seahorse-ssh-operation.c 2008-07-22 22:49:51.000000000 -0400 -@@ -280,11 +280,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 a94f07390..000000000 --- a/security/seahorse/pkg-plist +++ /dev/null @@ -1,335 +0,0 @@ -bin/seahorse -bin/seahorse-daemon -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/gnome/help/seahorse/C/figures/export.png -share/gnome/help/seahorse/C/figures/file-manager.png -share/gnome/help/seahorse/C/figures/generate.png -share/gnome/help/seahorse/C/figures/import.png -share/gnome/help/seahorse/C/figures/key-manager.png -share/gnome/help/seahorse/C/figures/key-properties.png -share/gnome/help/seahorse/C/figures/passphrase.png -share/gnome/help/seahorse/C/figures/preferences.png -share/gnome/help/seahorse/C/figures/recipients.png -share/gnome/help/seahorse/C/figures/seahorse-window.png -share/gnome/help/seahorse/C/figures/signature.png -share/gnome/help/seahorse/C/figures/text-editor.png -share/gnome/help/seahorse/C/legal.xml -share/gnome/help/seahorse/C/seahorse.xml -share/gnome/help/seahorse/de/figures/export.png -share/gnome/help/seahorse/de/figures/file-manager.png -share/gnome/help/seahorse/de/figures/generate.png -share/gnome/help/seahorse/de/figures/import.png -share/gnome/help/seahorse/de/figures/key-manager.png -share/gnome/help/seahorse/de/figures/key-properties.png -share/gnome/help/seahorse/de/figures/passphrase.png -share/gnome/help/seahorse/de/figures/preferences.png -share/gnome/help/seahorse/de/figures/recipients.png -share/gnome/help/seahorse/de/figures/seahorse-window.png -share/gnome/help/seahorse/de/figures/signature.png -share/gnome/help/seahorse/de/figures/text-editor.png -share/gnome/help/seahorse/de/seahorse.xml -share/gnome/help/seahorse/en_GB/figures/export.png -share/gnome/help/seahorse/en_GB/figures/file-manager.png -share/gnome/help/seahorse/en_GB/figures/generate.png -share/gnome/help/seahorse/en_GB/figures/import.png -share/gnome/help/seahorse/en_GB/figures/key-manager.png -share/gnome/help/seahorse/en_GB/figures/key-properties.png -share/gnome/help/seahorse/en_GB/figures/passphrase.png -share/gnome/help/seahorse/en_GB/figures/preferences.png -share/gnome/help/seahorse/en_GB/figures/recipients.png -share/gnome/help/seahorse/en_GB/figures/seahorse-window.png -share/gnome/help/seahorse/en_GB/figures/signature.png -share/gnome/help/seahorse/en_GB/figures/text-editor.png -share/gnome/help/seahorse/en_GB/seahorse.xml -share/gnome/help/seahorse/es/figures/export.png -share/gnome/help/seahorse/es/figures/file-manager.png -share/gnome/help/seahorse/es/figures/generate.png -share/gnome/help/seahorse/es/figures/import.png -share/gnome/help/seahorse/es/figures/key-manager.png -share/gnome/help/seahorse/es/figures/key-properties.png -share/gnome/help/seahorse/es/figures/passphrase.png -share/gnome/help/seahorse/es/figures/preferences.png -share/gnome/help/seahorse/es/figures/recipients.png -share/gnome/help/seahorse/es/figures/seahorse-window.png -share/gnome/help/seahorse/es/figures/signature.png -share/gnome/help/seahorse/es/figures/text-editor.png -share/gnome/help/seahorse/es/seahorse.xml -share/gnome/help/seahorse/fr/figures/export.png -share/gnome/help/seahorse/fr/figures/file-manager.png -share/gnome/help/seahorse/fr/figures/generate.png -share/gnome/help/seahorse/fr/figures/import.png -share/gnome/help/seahorse/fr/figures/key-manager.png -share/gnome/help/seahorse/fr/figures/key-properties.png -share/gnome/help/seahorse/fr/figures/passphrase.png -share/gnome/help/seahorse/fr/figures/preferences.png -share/gnome/help/seahorse/fr/figures/recipients.png -share/gnome/help/seahorse/fr/figures/seahorse-window.png -share/gnome/help/seahorse/fr/figures/signature.png -share/gnome/help/seahorse/fr/figures/text-editor.png -share/gnome/help/seahorse/fr/seahorse.xml -share/gnome/help/seahorse/it/figures/export.png -share/gnome/help/seahorse/it/figures/file-manager.png -share/gnome/help/seahorse/it/figures/generate.png -share/gnome/help/seahorse/it/figures/import.png -share/gnome/help/seahorse/it/figures/key-manager.png -share/gnome/help/seahorse/it/figures/key-properties.png -share/gnome/help/seahorse/it/figures/passphrase.png -share/gnome/help/seahorse/it/figures/preferences.png -share/gnome/help/seahorse/it/figures/recipients.png -share/gnome/help/seahorse/it/figures/seahorse-window.png -share/gnome/help/seahorse/it/figures/signature.png -share/gnome/help/seahorse/it/figures/text-editor.png -share/gnome/help/seahorse/it/seahorse.xml -share/gnome/help/seahorse/oc/figures/export.png -share/gnome/help/seahorse/oc/figures/file-manager.png -share/gnome/help/seahorse/oc/figures/generate.png -share/gnome/help/seahorse/oc/figures/import.png -share/gnome/help/seahorse/oc/figures/key-manager.png -share/gnome/help/seahorse/oc/figures/key-properties.png -share/gnome/help/seahorse/oc/figures/passphrase.png -share/gnome/help/seahorse/oc/figures/preferences.png -share/gnome/help/seahorse/oc/figures/recipients.png -share/gnome/help/seahorse/oc/figures/seahorse-window.png -share/gnome/help/seahorse/oc/figures/signature.png -share/gnome/help/seahorse/oc/figures/text-editor.png -share/gnome/help/seahorse/oc/seahorse.xml -share/gnome/help/seahorse/ru/figures/export.png -share/gnome/help/seahorse/ru/figures/file-manager.png -share/gnome/help/seahorse/ru/figures/generate.png -share/gnome/help/seahorse/ru/figures/import.png -share/gnome/help/seahorse/ru/figures/key-manager.png -share/gnome/help/seahorse/ru/figures/key-properties.png -share/gnome/help/seahorse/ru/figures/passphrase.png -share/gnome/help/seahorse/ru/figures/preferences.png -share/gnome/help/seahorse/ru/figures/recipients.png -share/gnome/help/seahorse/ru/figures/seahorse-window.png -share/gnome/help/seahorse/ru/figures/signature.png -share/gnome/help/seahorse/ru/figures/text-editor.png -share/gnome/help/seahorse/ru/seahorse.xml -share/gnome/help/seahorse/sv/figures/export.png -share/gnome/help/seahorse/sv/figures/file-manager.png -share/gnome/help/seahorse/sv/figures/generate.png -share/gnome/help/seahorse/sv/figures/import.png -share/gnome/help/seahorse/sv/figures/key-manager.png -share/gnome/help/seahorse/sv/figures/key-properties.png -share/gnome/help/seahorse/sv/figures/passphrase.png -share/gnome/help/seahorse/sv/figures/preferences.png -share/gnome/help/seahorse/sv/figures/recipients.png -share/gnome/help/seahorse/sv/figures/seahorse-window.png -share/gnome/help/seahorse/sv/figures/signature.png -share/gnome/help/seahorse/sv/figures/text-editor.png -share/gnome/help/seahorse/sv/seahorse.xml -share/gnome/help/seahorse/vi/figures/export.png -share/gnome/help/seahorse/vi/figures/file-manager.png -share/gnome/help/seahorse/vi/figures/generate.png -share/gnome/help/seahorse/vi/figures/import.png -share/gnome/help/seahorse/vi/figures/key-manager.png -share/gnome/help/seahorse/vi/figures/key-properties.png -share/gnome/help/seahorse/vi/figures/passphrase.png -share/gnome/help/seahorse/vi/figures/preferences.png -share/gnome/help/seahorse/vi/figures/recipients.png -share/gnome/help/seahorse/vi/figures/seahorse-window.png -share/gnome/help/seahorse/vi/figures/signature.png -share/gnome/help/seahorse/vi/figures/text-editor.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/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/ca/LC_MESSAGES/seahorse.mo -share/locale/cs/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/ko/LC_MESSAGES/seahorse.mo -share/locale/lt/LC_MESSAGES/seahorse.mo -share/locale/lv/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-de.omf -share/omf/seahorse/seahorse-en_GB.omf -share/omf/seahorse/seahorse-es.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%%/glade/seahorse-add-keyring.glade -%%DATADIR%%/glade/seahorse-add-keyserver.glade -%%DATADIR%%/glade/seahorse-add-subkey.glade -%%DATADIR%%/glade/seahorse-add-uid.glade -%%DATADIR%%/glade/seahorse-change-passphrase.glade -%%DATADIR%%/glade/seahorse-expires.glade -%%DATADIR%%/glade/seahorse-generate-select.glade -%%DATADIR%%/glade/seahorse-gkeyring-item-properties.glade -%%DATADIR%%/glade/seahorse-key-manager.glade -%%DATADIR%%/glade/seahorse-key-manager.ui -%%DATADIR%%/glade/seahorse-keyserver-results.glade -%%DATADIR%%/glade/seahorse-keyserver-results.ui -%%DATADIR%%/glade/seahorse-keyserver-search.glade -%%DATADIR%%/glade/seahorse-keyserver-sync.glade -%%DATADIR%%/glade/seahorse-notify.glade -%%DATADIR%%/glade/seahorse-pgp-generate.glade -%%DATADIR%%/glade/seahorse-pgp-private-key-properties.glade -%%DATADIR%%/glade/seahorse-pgp-public-key-properties.glade -%%DATADIR%%/glade/seahorse-prefs.glade -%%DATADIR%%/glade/seahorse-progress.glade -%%DATADIR%%/glade/seahorse-revoke.glade -%%DATADIR%%/glade/seahorse-sign.glade -%%DATADIR%%/glade/seahorse-signer.glade -%%DATADIR%%/glade/seahorse-ssh-generate.glade -%%DATADIR%%/glade/seahorse-ssh-key-properties.glade -%%DATADIR%%/glade/seahorse-ssh-upload.glade -@dirrm %%DATADIR%%/glade -@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/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/de/figures -@dirrm share/gnome/help/seahorse/de -@dirrm share/gnome/help/seahorse/C/figures -@dirrm share/gnome/help/seahorse/C -@dirrm share/gnome/help/seahorse -@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/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/sysutils/brasero/Makefile b/sysutils/brasero/Makefile deleted file mode 100644 index 8a73337f9..000000000 --- a/sysutils/brasero/Makefile +++ /dev/null @@ -1,40 +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.33 2008/11/10 20:07:03 kwm Exp $ - -PORTNAME= brasero -PORTVERSION= 0.8.4 -CATEGORIES= sysutils audio multimedia gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= CD/DVD mastering tool for the GNOME desktop - -LIB_DEPENDS= notify.1:${PORTSDIR}/devel/libnotify \ - totem-plparser.12:${PORTSDIR}/multimedia/totem-pl-parser - -USE_GETTEXT= yes -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomehier nautiluscdburner -USE_GSTREAMER= gconf core -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -CONFIGURE_ARGS= --disable-inotify -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= brasero.1 -GCONF_SCHEMAS= brasero.schemas - -post-patch: - @${REINPLACE_CMD} -e 's|blank-cd:|blank-cd;|g' \ - ${WRKSRC}/data/brasero.desktop.in.in - -.include <bsd.port.mk> diff --git a/sysutils/brasero/distinfo b/sysutils/brasero/distinfo deleted file mode 100644 index c63fa75cf..000000000 --- a/sysutils/brasero/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/brasero-0.8.4.tar.bz2) = 5d0ad796e1f7b68a31f8757f1b3f9aef -SHA256 (gnome2/brasero-0.8.4.tar.bz2) = 6cbe0367e9049f6c93d67f6d9a48b530430e52d3d48ec3ae4b9bc96b79870bba -SIZE (gnome2/brasero-0.8.4.tar.bz2) = 2755878 diff --git a/sysutils/brasero/pkg-descr b/sysutils/brasero/pkg-descr deleted file mode 100644 index 2e6f14b59..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://perso.wanadoo.fr/bonfire/ diff --git a/sysutils/brasero/pkg-plist b/sysutils/brasero/pkg-plist deleted file mode 100644 index 5def42056..000000000 --- a/sysutils/brasero/pkg-plist +++ /dev/null @@ -1,329 +0,0 @@ -bin/brasero -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 -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 -share/applications/brasero.desktop -share/applications/brasero-copy-medium.desktop -share/applications/brasero-open-image.desktop -share/applications/brasero-open-playlist.desktop -share/applications/brasero-open-project.desktop -%%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/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/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/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/ca/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/fi/LC_MESSAGES/brasero.mo -share/locale/fr/LC_MESSAGES/brasero.mo -share/locale/gl/LC_MESSAGES/brasero.mo -share/locale/he/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/lt/LC_MESSAGES/brasero.mo -share/locale/mk/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/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/th/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-de.omf -share/omf/brasero/brasero-el.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 -@dirrm share/omf/brasero -@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/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/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%% -@dirrmtry share/applications -@dirrm lib/brasero/plugins -@dirrm lib/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/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@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/dz/LC_MESSAGES -@dirrmtry share/locale/dz diff --git a/sysutils/consolekit/Makefile b/sysutils/consolekit/Makefile deleted file mode 100644 index 7d8897cba..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.18 2008/10/18 05:10:57 marcus Exp $ - -PORTNAME= consolekit -PORTVERSION= 0.3.0 -PORTREVISION= 3 -CATEGORIES= sysutils gnome -MASTER_SITES= http://people.freedesktop.org/~mccann/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.2:${PORTSDIR}/sysutils/policykit - -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 ef1243c68..000000000 --- a/sysutils/consolekit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ConsoleKit-0.3.0.tar.bz2) = 43b02a52212330b54cfb34c4044d9ce0 -SHA256 (ConsoleKit-0.3.0.tar.bz2) = cbcfbb3df2dc76855c99c1cdff04a257ec5270fa62e1d21b0d057b08d88c0fd4 -SIZE (ConsoleKit-0.3.0.tar.bz2) = 393694 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-data_ConsoleKit.conf b/sysutils/consolekit/files/patch-data_ConsoleKit.conf deleted file mode 100644 index 155e92ec6..000000000 --- a/sysutils/consolekit/files/patch-data_ConsoleKit.conf +++ /dev/null @@ -1,11 +0,0 @@ ---- data/ConsoleKit.conf.orig 2008-12-24 11:06:53.000000000 -0500 -+++ data/ConsoleKit.conf 2008-12-24 11:07:17.000000000 -0500 -@@ -91,6 +91,8 @@ - send_member="GetIdleHint"/> - <allow send_interface="org.freedesktop.ConsoleKit.Session" - send_member="GetIdleSinceHint"/> -+ <allow send_interface="org.freedesktop.ConsoleKit.Session" -+ send_member="SetIdleHint"/> - </policy> - - </busconfig> 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 5a0e1248b..000000000 --- a/sysutils/consolekit/files/patch-src_ck-sysdeps-freebsd.c +++ /dev/null @@ -1,142 +0,0 @@ ---- src/ck-sysdeps-freebsd.c.orig 2008-01-23 09:30:44.000000000 -0500 -+++ src/ck-sysdeps-freebsd.c 2008-02-06 22:50:57.000000000 -0500 -@@ -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; - } - -@@ -318,38 +317,40 @@ 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; -- } -- -- while ((t = getttyent ()) != NULL) { -- if (t->ty_status & TTY_ON && strncmp (t->ty_name, "ttyv", 4) == 0) -+ g.gl_offs = 0; -+ glob ("/dev/ttyv*", GLOB_DOOFFS, NULL, &g); -+ for (i = 0; i < g.gl_pathc && g.gl_pathv[i] != NULL; i++) { -+ int fd; -+ char *cdev; -+ -+ cdev = g.gl_pathv[i]; -+ fd = open (cdev, O_RDONLY | O_NOCTTY); -+ if (fd > -1) { -+ close (fd); - 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 * -@@ -360,7 +361,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; - } -@@ -370,6 +376,7 @@ ck_get_console_num_from_device (const ch - guint *num) - { - guint n; -+ char c; - gboolean ret; - - n = 0; -@@ -379,7 +386,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; -@@ -399,6 +410,7 @@ ck_get_active_console_num (int consol - gboolean ret; - int res; - int active; -+ char ttyn; - - g_assert (console_fd != -1); - -@@ -411,7 +423,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/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 01d42a80c..000000000 --- a/sysutils/consolekit/pkg-plist +++ /dev/null @@ -1,39 +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/PolicyKit/policy/org.freedesktop.consolekit.policy -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 -@exec mkdir -p %D/etc/ConsoleKit/run-session.d -@exec mkdir -p %D/lib/ConsoleKit/run-session.d -@dirrm lib/ConsoleKit/scripts -@dirrmtry lib/ConsoleKit/run-session.d -@dirrmtry lib/ConsoleKit -@dirrm include/ConsoleKit/ck-connector -@dirrm include/ConsoleKit -@dirrm etc/ConsoleKit/seats.d -@dirrmtry etc/ConsoleKit/run-session.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/gconf-editor/Makefile b/sysutils/gconf-editor/Makefile deleted file mode 100644 index 260d1fa27..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.72 2008/09/24 03:33:01 mezz Exp $ -# - -PORTNAME= gconf-editor -PORTVERSION= 2.24.1 -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 be688026e..000000000 --- a/sysutils/gconf-editor/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gconf-editor-2.24.1.tar.bz2) = 2fe93cb2ac8ea0d34860cc6d059076d8 -SHA256 (gnome2/gconf-editor-2.24.1.tar.bz2) = 7d63d9f4c23da91b2b06fe264ff4d1c40c20563220525837de7bb2dc442821fb -SIZE (gnome2/gconf-editor-2.24.1.tar.bz2) = 1142041 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 0847ce9d5..000000000 --- a/sysutils/gconf-editor/pkg-plist +++ /dev/null @@ -1,190 +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/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/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/ca/gconf-editor.xml -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/es/figures/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/es/gconf-editor.xml -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/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/it/gconf-editor.xml -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/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/pt_BR/gconf-editor.xml -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/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/sv/gconf-editor.xml -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/gconf_editor_anno_window.png -share/gnome/help/gconf-editor/uk/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/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/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/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/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-de.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 -@dirrm share/omf/gconf-editor -@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/de/figures -@dirrm share/gnome/help/gconf-editor/de -@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/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/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 75befdd8b..000000000 --- a/sysutils/gnome-control-center/Makefile +++ /dev/null @@ -1,65 +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.184 2008/09/23 15:19:39 kwm Exp $ -# - -PORTNAME= gnome-control-center -PORTVERSION= 2.24.0.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 -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 nautilus2 \ - gnomemenus desktopfileutils libgnomekbd gnomepanel -USE_XORG= xscrnsaver -GNU_CONFIGURE= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-gstreamer=0.10 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= 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 b44bbd7bb..000000000 --- a/sysutils/gnome-control-center/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-control-center-2.24.0.1.tar.bz2) = dcaf6e91fddbb1d57d045a4de34ec25c -SHA256 (gnome2/gnome-control-center-2.24.0.1.tar.bz2) = fa5d1ba5cb2f88d3c689c8a2bceb57508777a23cff020dcf2de67ad81b0fe57d -SIZE (gnome2/gnome-control-center-2.24.0.1.tar.bz2) = 2113356 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 d0e21a6c3..000000000 --- a/sysutils/gnome-control-center/files/patch-capplets_common_gnome-theme-info.c +++ /dev/null @@ -1,20 +0,0 @@ ---- capplets/common/gnome-theme-info.c.orig 2008-05-17 12:46:59.000000000 -0400 -+++ capplets/common/gnome-theme-info.c 2008-05-20 18:10:50.000000000 -0400 -@@ -1843,7 +1843,7 @@ gnome_theme_init () - g_object_unref (top_theme_dir); - - /* The weird /usr/share/icons */ -- top_theme_dir = g_file_new_for_path ("/usr/share/icons"); -+ top_theme_dir = g_file_new_for_path ("%%LOCALBASE%%/lib/X11/icons"); - add_top_icon_theme_dir_monitor (top_theme_dir, 2, NULL); - g_object_unref (top_theme_dir); - -@@ -1857,7 +1857,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); - if (g_file_query_exists (top_theme_dir, NULL)) - add_top_icon_theme_dir_monitor (top_theme_dir, 1, NULL); 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 84ba2af16..000000000 --- a/sysutils/gnome-control-center/pkg-plist +++ /dev/null @@ -1,305 +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-keybinding-properties -bin/gnome-keyboard-properties -bin/gnome-mouse-properties -bin/gnome-network-preferences -bin/gnome-sound-properties -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-network-preferences.desktop -share/applications/gnome-settings-mouse.desktop -share/applications/gnome-settings-sound.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%%/glade/appearance.glade -%%DATADIR%%/glade/at-enable-dialog.glade -%%DATADIR%%/glade/display-capplet.glade -%%ABOUTME%%%%DATADIR%%/glade/gnome-about-me.glade -%%DATADIR%%/glade/gnome-default-applications-properties.glade -%%DATADIR%%/glade/gnome-keybinding-properties.glade -%%DATADIR%%/glade/gnome-keyboard-properties.glade -%%DATADIR%%/glade/gnome-mouse-properties.glade -%%DATADIR%%/glade/gnome-network-preferences.glade -%%DATADIR%%/glade/gnome-window-properties.glade -%%DATADIR%%/glade/sound-properties.glade -%%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 -%%ABOUTME%%%%DATADIR%%/pixmaps/gnome-about-me-lock-open.png -%%ABOUTME%%%%DATADIR%%/pixmaps/gnome-about-me-lock.png -%%DATADIR%%/pixmaps/gtk-theme-thumbnailing.png -%%DATADIR%%/pixmaps/icon-theme-thumbnailing.png -%%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/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 -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-sound.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/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-preferences.png -share/icons/hicolor/16x16/apps/gnome-settings-default-applications.png -share/icons/hicolor/16x16/apps/gnome-sound-properties.png -share/icons/hicolor/22x22/apps/gnome-display-properties.png -share/icons/hicolor/22x22/apps/gnome-network-preferences.png -share/icons/hicolor/22x22/apps/gnome-settings-default-applications.png -share/icons/hicolor/22x22/apps/gnome-sound-properties.png -share/icons/hicolor/24x24/apps/gnome-display-properties.png -share/icons/hicolor/24x24/apps/gnome-network-preferences.png -share/icons/hicolor/24x24/apps/gnome-settings-default-applications.png -share/icons/hicolor/24x24/apps/gnome-sound-properties.png -share/icons/hicolor/32x32/apps/gnome-display-properties.png -share/icons/hicolor/32x32/apps/gnome-network-preferences.png -share/icons/hicolor/32x32/apps/gnome-settings-default-applications.png -share/icons/hicolor/32x32/apps/gnome-sound-properties.png -share/icons/hicolor/48x48/apps/gnome-network-preferences.png -share/icons/hicolor/48x48/apps/gnome-settings-default-applications.png -share/icons/hicolor/48x48/apps/gnome-sound-properties.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-preferences.svg -share/icons/hicolor/scalable/apps/gnome-sound-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/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/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/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/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-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/ca -@dirrm share/gnome/help/control-center/C -@dirrm share/gnome/help/control-center -@dirrm share/gnome/cursor-fonts -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%%/glade -@dirrm %%DATADIR%%/default-apps -@dirrmtry share/desktop-directories -@dirrmtry share/applications -@dirrm lib/window-manager-settings -@dirrm include/gnome-window-settings-2.0 -@dirrmtry etc/xdg/autostart -@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/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/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/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 6c3e39a6b..000000000 --- a/sysutils/gnome-power-manager/Makefile +++ /dev/null @@ -1,47 +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/sysutils/gnome-power-manager/Makefile,v 1.49 2008/10/23 02:20:19 mezz Exp $ -# - -PORTNAME= gnome-power-manager -PORTVERSION= 2.24.2 -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 - -USE_GETTEXT= yes -USE_BZIP2= yes -USE_GMAKE= yes -INSTALLS_OMF= yes -INSTALLS_ICONS= yes -USE_AUTOTOOLS= libtool:15 -USE_GSTREAMER= good -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libwnck \ - gnomedocutils gnomepanel -CONFIGURE_ARGS= --with-doc-dir=${PREFIX}/share/doc \ - --disable-docbook-docs -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 c732c2195..000000000 --- a/sysutils/gnome-power-manager/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-power-manager-2.24.2.tar.bz2) = c8971e0c4ed060e0182785321f19b961 -SHA256 (gnome2/gnome-power-manager-2.24.2.tar.bz2) = ebf81236c9405ba47e7a21767c2372f2c3abb44cc671bac8662d2aeb3e746dbc -SIZE (gnome2/gnome-power-manager-2.24.2.tar.bz2) = 2997150 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/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 95bf20706..000000000 --- a/sysutils/gnome-settings-daemon/Makefile +++ /dev/null @@ -1,36 +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.30 2008/11/03 19:38:58 mezz Exp $ -# - -PORTNAME= gnome-settings-daemon -PORTVERSION= 2.24.1 -CATEGORIES= sysutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 settings daemon - -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_ARGS= --enable-gstreamer=0.10 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= apps_gnome_settings_daemon_keybindings.schemas \ - apps_gnome_settings_daemon_xrandr.schemas \ - apps_gnome_settings_daemon_screensaver.schemas \ - desktop_gnome_font_rendering.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 bdcc78e1d..000000000 --- a/sysutils/gnome-settings-daemon/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-settings-daemon-2.24.1.tar.bz2) = 841447fa690a3a4712e9ddaec2584824 -SHA256 (gnome2/gnome-settings-daemon-2.24.1.tar.bz2) = a2a5132a5b9d0bef52010ea45b14560b6344f591ce3296ed555165332cce9a70 -SIZE (gnome2/gnome-settings-daemon-2.24.1.tar.bz2) = 1131518 diff --git a/sysutils/gnome-settings-daemon/files/patch-gsd_typing-break_gsd-typing-break-manager.c b/sysutils/gnome-settings-daemon/files/patch-gsd_typing-break_gsd-typing-break-manager.c deleted file mode 100644 index 6fce0da18..000000000 --- a/sysutils/gnome-settings-daemon/files/patch-gsd_typing-break_gsd-typing-break-manager.c +++ /dev/null @@ -1,10 +0,0 @@ ---- plugins/typing-break/gsd-typing-break-manager.c.orig 2008-01-14 01:20:09.000000000 +0100 -+++ plugins/typing-break/gsd-typing-break-manager.c 2008-01-14 01:20:37.000000000 +0100 -@@ -27,6 +27,7 @@ - #include <unistd.h> - #include <string.h> - #include <errno.h> -+#include <sys/signal.h> - - #include <locale.h> - diff --git a/sysutils/gnome-settings-daemon/files/patch-plugins_background_gsd-background-manager.c b/sysutils/gnome-settings-daemon/files/patch-plugins_background_gsd-background-manager.c deleted file mode 100644 index 8820c1482..000000000 --- a/sysutils/gnome-settings-daemon/files/patch-plugins_background_gsd-background-manager.c +++ /dev/null @@ -1,21 +0,0 @@ ---- plugins/background/gsd-background-manager.c.orig 2008-11-03 13:25:29.000000000 -0600 -+++ plugins/background/gsd-background-manager.c 2008-11-03 13:28:16.000000000 -0600 -@@ -160,6 +160,18 @@ - GdkDisplay *display; - int n_screens; - int i; -+ GConfClient *client; -+ gboolean enabled; -+ -+ client = gconf_client_get_default (); -+ -+ enabled = gconf_client_get_bool (client, -+ "/desktop/gnome/background/draw_background", -+ NULL); -+ g_object_unref (client); -+ -+ if (!enabled) -+ return FALSE; - - if (nautilus_is_running ()) { - return; diff --git a/sysutils/gnome-settings-daemon/files/patch-plugins_media-keys_gsd-media-keys-manager.c b/sysutils/gnome-settings-daemon/files/patch-plugins_media-keys_gsd-media-keys-manager.c deleted file mode 100644 index 1db1bb16e..000000000 --- a/sysutils/gnome-settings-daemon/files/patch-plugins_media-keys_gsd-media-keys-manager.c +++ /dev/null @@ -1,26 +0,0 @@ ---- plugins/media-keys/gsd-media-keys-manager.c.orig 2008-01-29 15:58:30.000000000 -0600 -+++ plugins/media-keys/gsd-media-keys-manager.c 2008-01-29 16:00:55.000000000 -0600 -@@ -667,7 +667,11 @@ - if ((command != NULL) && (strcmp (command, "") != 0)) { - execute (manager, command, FALSE, FALSE); - } else { -+#if __FreeBSD__ -+ execute (manager, "cdcontrol eject", FALSE, FALSE); -+#else - execute (manager, "eject -T", FALSE, FALSE); -+#endif - } - - g_free (command); -@@ -869,7 +873,11 @@ - do_mail_action (manager); - break; - case SLEEP_KEY: -+#if __FreeBSD__ -+ do_sleep_action ("zzz", "xset dpms force off"); -+#else - do_sleep_action ("apm", "xset dpms force off"); -+#endif - break; - case SCREENSAVER_KEY: - if ((cmd = g_find_program_in_path ("gnome-screensaver-command"))) { diff --git a/sysutils/gnome-settings-daemon/files/patch-plugins_sound_gst-sound-manager.c b/sysutils/gnome-settings-daemon/files/patch-plugins_sound_gst-sound-manager.c deleted file mode 100644 index cc0baf6fd..000000000 --- a/sysutils/gnome-settings-daemon/files/patch-plugins_sound_gst-sound-manager.c +++ /dev/null @@ -1,10 +0,0 @@ ---- plugins/sound/gsd-sound-manager.c.orig 2008-04-07 10:04:58.426471043 -0400 -+++ plugins/sound/gsd-sound-manager.c 2008-04-07 10:05:10.592326201 -0400 -@@ -23,6 +23,7 @@ - - #include <sys/types.h> - #include <sys/wait.h> -+#include <signal.h> - #include <stdlib.h> - #include <stdio.h> - #include <unistd.h> 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 9711a5722..000000000 --- a/sysutils/gnome-settings-daemon/pkg-plist +++ /dev/null @@ -1,203 +0,0 @@ -etc/xdg/autostart/gnome-settings-daemon.desktop -include/gnome-settings-daemon-2.0/gnome-settings-daemon/gnome-settings-client.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/dummy.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/libdummy.a -lib/gnome-settings-daemon-2.0/libdummy.la -lib/gnome-settings-daemon-2.0/libdummy.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/libscreensaver.a -lib/gnome-settings-daemon-2.0/libscreensaver.la -lib/gnome-settings-daemon-2.0/libscreensaver.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/screensaver.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 -share/dbus-1/services/org.gnome.SettingsDaemon.service -%%DATADIR%%/acme-eject.png -%%DATADIR%%/acme.glade -%%DATADIR%%/gsd-a11y-preferences-dialog.glade -%%DATADIR%%/modmap-dialog.glade -%%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/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/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/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 etc/xdg/autostart -@dirrmtry etc/xdg -@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/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 diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile deleted file mode 100644 index e11fb3cca..000000000 --- a/sysutils/gnome-system-monitor/Makefile +++ /dev/null @@ -1,36 +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.127 2008/09/23 14:56:48 kwm Exp $ -# - -PORTNAME= gnome-system-monitor -PORTVERSION= 2.24.1 -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_ARGS= --enable-pcrecpp -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 97f5d884b..000000000 --- a/sysutils/gnome-system-monitor/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-system-monitor-2.24.1.tar.bz2) = f28977135e37a78442f5df05b796480c -SHA256 (gnome2/gnome-system-monitor-2.24.1.tar.bz2) = 1ac282e9db2871d1274b2bd72f6d15d7ffc7cd8d9932f0ac4903d383f98cc59c -SIZE (gnome2/gnome-system-monitor-2.24.1.tar.bz2) = 2004578 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 e57a21704..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 -@@ -501,7 +501,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 089a05cb0..000000000 --- a/sysutils/gnome-system-monitor/pkg-plist +++ /dev/null @@ -1,269 +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/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/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/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/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-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/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/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 diff --git a/sysutils/gnome-system-tools/Makefile b/sysutils/gnome-system-tools/Makefile deleted file mode 100644 index ac41289d3..000000000 --- a/sysutils/gnome-system-tools/Makefile +++ /dev/null @@ -1,35 +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.80 2008/09/22 23:56:00 kwm Exp $ -# - -PORTNAME= gnome-system-tools -PORTVERSION= 2.22.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 - -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:15 -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 956fd3308..000000000 --- a/sysutils/gnome-system-tools/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-system-tools-2.22.1.tar.bz2) = 50b2174727ac2e2b7b5621010343b040 -SHA256 (gnome2/gnome-system-tools-2.22.1.tar.bz2) = c3d02612457318b7d879d634219a5126dd37861089650554ad49736a9f5ecf57 -SIZE (gnome2/gnome-system-tools-2.22.1.tar.bz2) = 3963700 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 1efb263ca..000000000 --- a/sysutils/gnome-system-tools/pkg-plist +++ /dev/null @@ -1,391 +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/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/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/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/el/figures/services-tool.png -share/gnome/help/services-admin/el/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/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/sv/figures/services-tool.png -share/gnome/help/services-admin/sv/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/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/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/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/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/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/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/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/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/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/users-tool.png -share/gnome/help/users-admin/ca/users-admin.xml -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/users-tool.png -share/gnome/help/users-admin/el/users-admin.xml -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/users-tool.png -share/gnome/help/users-admin/fr/users-admin.xml -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/users-tool.png -share/gnome/help/users-admin/pt_BR/users-admin.xml -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/users-tool.png -share/gnome/help/users-admin/sv/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/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/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/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/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-es.omf -share/omf/network-admin/network-admin-fr.omf -share/omf/network-admin/network-admin-oc.omf -share/omf/network-admin/network-admin-sv.omf -share/omf/services-admin/services-admin-C.omf -share/omf/services-admin/services-admin-ca.omf -share/omf/services-admin/services-admin-el.omf -share/omf/services-admin/services-admin-es.omf -share/omf/services-admin/services-admin-fr.omf -share/omf/services-admin/services-admin-oc.omf -share/omf/services-admin/services-admin-sv.omf -share/omf/shares-admin/shares-admin-C.omf -share/omf/shares-admin/shares-admin-ca.omf -share/omf/shares-admin/shares-admin-de.omf -share/omf/shares-admin/shares-admin-el.omf -share/omf/shares-admin/shares-admin-es.omf -share/omf/shares-admin/shares-admin-fr.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/time-admin/time-admin-C.omf -share/omf/time-admin/time-admin-ca.omf -share/omf/time-admin/time-admin-de.omf -share/omf/time-admin/time-admin-es.omf -share/omf/time-admin/time-admin-fr.omf -share/omf/time-admin/time-admin-oc.omf -share/omf/time-admin/time-admin-ru.omf -share/omf/time-admin/time-admin-sv.omf -share/omf/users-admin/users-admin-C.omf -share/omf/users-admin/users-admin-ca.omf -share/omf/users-admin/users-admin-de.omf -share/omf/users-admin/users-admin-el.omf -share/omf/users-admin/users-admin-es.omf -share/omf/users-admin/users-admin-fr.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 -@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/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/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/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/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/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/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/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/de/figures -@dirrm share/gnome/help/time-admin/de -@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/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/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/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/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/sv/figures -@dirrm share/gnome/help/services-admin/sv -@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/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/el/figures -@dirrm share/gnome/help/services-admin/el -@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/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/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/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/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 diff --git a/sysutils/gnome-volume-manager/Makefile b/sysutils/gnome-volume-manager/Makefile deleted file mode 100644 index 3f00d40f1..000000000 --- a/sysutils/gnome-volume-manager/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: gnome-volume-manager -# Date created: 02 May 2006 -# Whom: Jean-Yves Lefort <jylefort@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gnome-volume-manager -PORTVERSION= 2.24.0 -CATEGORIES= sysutils gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Automatically mount removable media, and more - -LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal \ - notify.1:${PORTSDIR}/devel/libnotify - -USE_BZIP2= yes -USE_GNOME= gnomeprefix gnomehack intlhack nautilus2 -USE_GMAKE= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-multiuser -GCONF_SCHEMAS= gnome-volume-manager.schemas - -.include <bsd.port.mk> diff --git a/sysutils/gnome-volume-manager/distinfo b/sysutils/gnome-volume-manager/distinfo deleted file mode 100644 index d1a0db5ed..000000000 --- a/sysutils/gnome-volume-manager/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-volume-manager-2.24.0.tar.bz2) = a8ae620c2633f3ac13444736ef61122a -SHA256 (gnome2/gnome-volume-manager-2.24.0.tar.bz2) = db94ac09ab1527d4e526a9b0268925881c256657a2ab7bd6de8713fd7dab9fd3 -SIZE (gnome2/gnome-volume-manager-2.24.0.tar.bz2) = 400417 diff --git a/sysutils/gnome-volume-manager/files/patch-gnome-volume-manager.schemas.in b/sysutils/gnome-volume-manager/files/patch-gnome-volume-manager.schemas.in deleted file mode 100644 index 94af083a1..000000000 --- a/sysutils/gnome-volume-manager/files/patch-gnome-volume-manager.schemas.in +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome-volume-manager.schemas.in.orig Wed Jun 7 21:41:12 2006 -+++ gnome-volume-manager.schemas.in Wed Jun 7 21:41:40 2006 -@@ -227,7 +227,7 @@ - <key>/schemas/desktop/gnome/volume_manager/autoprinter_command</key> - <applyto>/desktop/gnome/volume_manager/autoprinter_command</applyto> - <type>string</type> -- <default>gnome-printer-add hal://%h</default> -+ <default>gnome-cups-add hal://%h</default> - <locale name="C"> - <short>printer command</short> - <long>Command to run when a printer is connected.</long> diff --git a/sysutils/gnome-volume-manager/pkg-descr b/sysutils/gnome-volume-manager/pkg-descr deleted file mode 100644 index b8ce9b768..000000000 --- a/sysutils/gnome-volume-manager/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -gnome-volume-manager is a desktop-level daemon that enforces volume-related -policy in response to events received from HAL. Its goal is to implement all -functionality as a state-machine in response to asynchronous events from HAL. diff --git a/sysutils/gnome-volume-manager/pkg-plist b/sysutils/gnome-volume-manager/pkg-plist deleted file mode 100644 index 3d44d2a1e..000000000 --- a/sysutils/gnome-volume-manager/pkg-plist +++ /dev/null @@ -1,112 +0,0 @@ -bin/gnome-volume-properties -etc/xdg/autostart/gnome-volume-manager.desktop -libexec/gnome-volume-manager -share/applications/gnome-volume-properties.desktop -%%DATADIR%%/gnome-volume-properties.glade -share/locale/ang/LC_MESSAGES/gnome-volume-manager.mo -share/locale/ar/LC_MESSAGES/gnome-volume-manager.mo -share/locale/az/LC_MESSAGES/gnome-volume-manager.mo -share/locale/be@latin/LC_MESSAGES/gnome-volume-manager.mo -share/locale/bg/LC_MESSAGES/gnome-volume-manager.mo -share/locale/bn/LC_MESSAGES/gnome-volume-manager.mo -share/locale/bn_IN/LC_MESSAGES/gnome-volume-manager.mo -share/locale/bs/LC_MESSAGES/gnome-volume-manager.mo -share/locale/ca/LC_MESSAGES/gnome-volume-manager.mo -share/locale/cs/LC_MESSAGES/gnome-volume-manager.mo -share/locale/cy/LC_MESSAGES/gnome-volume-manager.mo -share/locale/da/LC_MESSAGES/gnome-volume-manager.mo -share/locale/de/LC_MESSAGES/gnome-volume-manager.mo -share/locale/dz/LC_MESSAGES/gnome-volume-manager.mo -share/locale/el/LC_MESSAGES/gnome-volume-manager.mo -share/locale/en_CA/LC_MESSAGES/gnome-volume-manager.mo -share/locale/en_GB/LC_MESSAGES/gnome-volume-manager.mo -share/locale/es/LC_MESSAGES/gnome-volume-manager.mo -share/locale/et/LC_MESSAGES/gnome-volume-manager.mo -share/locale/eu/LC_MESSAGES/gnome-volume-manager.mo -share/locale/fa/LC_MESSAGES/gnome-volume-manager.mo -share/locale/fi/LC_MESSAGES/gnome-volume-manager.mo -share/locale/fr/LC_MESSAGES/gnome-volume-manager.mo -share/locale/gl/LC_MESSAGES/gnome-volume-manager.mo -share/locale/gu/LC_MESSAGES/gnome-volume-manager.mo -share/locale/he/LC_MESSAGES/gnome-volume-manager.mo -share/locale/hi/LC_MESSAGES/gnome-volume-manager.mo -share/locale/hr/LC_MESSAGES/gnome-volume-manager.mo -share/locale/hu/LC_MESSAGES/gnome-volume-manager.mo -share/locale/id/LC_MESSAGES/gnome-volume-manager.mo -share/locale/is/LC_MESSAGES/gnome-volume-manager.mo -share/locale/it/LC_MESSAGES/gnome-volume-manager.mo -share/locale/ja/LC_MESSAGES/gnome-volume-manager.mo -share/locale/ka/LC_MESSAGES/gnome-volume-manager.mo -share/locale/kn/LC_MESSAGES/gnome-volume-manager.mo -share/locale/ko/LC_MESSAGES/gnome-volume-manager.mo -share/locale/ku/LC_MESSAGES/gnome-volume-manager.mo -share/locale/lt/LC_MESSAGES/gnome-volume-manager.mo -share/locale/lv/LC_MESSAGES/gnome-volume-manager.mo -share/locale/mg/LC_MESSAGES/gnome-volume-manager.mo -share/locale/mk/LC_MESSAGES/gnome-volume-manager.mo -share/locale/ml/LC_MESSAGES/gnome-volume-manager.mo -share/locale/mn/LC_MESSAGES/gnome-volume-manager.mo -share/locale/mr/LC_MESSAGES/gnome-volume-manager.mo -share/locale/ms/LC_MESSAGES/gnome-volume-manager.mo -share/locale/nb/LC_MESSAGES/gnome-volume-manager.mo -share/locale/ne/LC_MESSAGES/gnome-volume-manager.mo -share/locale/nl/LC_MESSAGES/gnome-volume-manager.mo -share/locale/nn/LC_MESSAGES/gnome-volume-manager.mo -share/locale/oc/LC_MESSAGES/gnome-volume-manager.mo -share/locale/or/LC_MESSAGES/gnome-volume-manager.mo -share/locale/pa/LC_MESSAGES/gnome-volume-manager.mo -share/locale/pl/LC_MESSAGES/gnome-volume-manager.mo -share/locale/pt/LC_MESSAGES/gnome-volume-manager.mo -share/locale/pt_BR/LC_MESSAGES/gnome-volume-manager.mo -share/locale/ro/LC_MESSAGES/gnome-volume-manager.mo -share/locale/ru/LC_MESSAGES/gnome-volume-manager.mo -share/locale/rw/LC_MESSAGES/gnome-volume-manager.mo -share/locale/si/LC_MESSAGES/gnome-volume-manager.mo -share/locale/sk/LC_MESSAGES/gnome-volume-manager.mo -share/locale/sl/LC_MESSAGES/gnome-volume-manager.mo -share/locale/sq/LC_MESSAGES/gnome-volume-manager.mo -share/locale/sr/LC_MESSAGES/gnome-volume-manager.mo -share/locale/sr@latin/LC_MESSAGES/gnome-volume-manager.mo -share/locale/sv/LC_MESSAGES/gnome-volume-manager.mo -share/locale/ta/LC_MESSAGES/gnome-volume-manager.mo -share/locale/te/LC_MESSAGES/gnome-volume-manager.mo -share/locale/th/LC_MESSAGES/gnome-volume-manager.mo -share/locale/tr/LC_MESSAGES/gnome-volume-manager.mo -share/locale/uk/LC_MESSAGES/gnome-volume-manager.mo -share/locale/vi/LC_MESSAGES/gnome-volume-manager.mo -share/locale/xh/LC_MESSAGES/gnome-volume-manager.mo -share/locale/zh_CN/LC_MESSAGES/gnome-volume-manager.mo -share/locale/zh_HK/LC_MESSAGES/gnome-volume-manager.mo -share/locale/zh_TW/LC_MESSAGES/gnome-volume-manager.mo -@dirrm %%DATADIR%% -@dirrmtry share/applications -@dirrmtry etc/xdg/autostart -@dirrmtry etc/xdg -@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/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/ang/LC_MESSAGES -@dirrmtry share/locale/ang diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile deleted file mode 100644 index b20c401dc..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.53 2008/12/07 05:58:07 marcus Exp $ -# - -PORTNAME= hal -DISTVERSION= 0.5.11 -PORTREVISION= 10 -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:15 -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 -DHAVE_CK_0_3" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - GTKDOC="false" - -#HALVERSION= 0.5.10 -#SNAPVERSION= 20080218 - -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 ${OSVERSION} <= 601100 -NEEDS_MEDIA= yes -PLIST_SUB+= MEDIA="" -.else -PLIST_SUB+= MEDIA="@comment " -.endif - -.if defined(WITH_FIXED_MOUNTPOINTS) -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-tools_hal-storage-mount.c -.endif - -post-patch: - @${REINPLACE_CMD} -e '/^scriptdir = /s|libdir|libexecdir|' \ - ${WRKSRC}/tools/Makefile.in \ - ${WRKSRC}/tools/freebsd/Makefile.in - @${REINPLACE_CMD} -e 's|[(]libdir[)]/hal/scripts|(libexecdir)/hal/scripts|' \ - ${WRKSRC}/hald/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 -.if defined(NEEDS_MEDIA) - ${MKDIR} /media -.endif -.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 00f32dd51..000000000 --- a/sysutils/hal/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (hal-0.5.11.tar.gz) = 750cf074e88b6fb7012f26d99cd39b9b -SHA256 (hal-0.5.11.tar.gz) = 730a9f2340f789677eb0c3b0984bbaca3ede6c12d1e4b16bc7ea91f51d10ba90 -SIZE (hal-0.5.11.tar.gz) = 1672992 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 eae1f8320..000000000 --- a/sysutils/hal/files/hald.in +++ /dev/null @@ -1,80 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# $MCom$ -# -# PROVIDE: hald -# REQUIRE: DAEMON usbd devd dbus -# -# 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 ae906a814..000000000 --- a/sysutils/hal/files/mount-fuse +++ /dev/null @@ -1,129 +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" -HWDEV="" -FOUNDDEV="0" - -for i in $@ -do - if [ "$FOUNDOPT" = "1" ] - then - OPTIONS="${OPTIONS} -o ${i}" - elif [ "${FOUNDU}" = "1" ] - then - OPTIONS="${OPTIONS} -o uid=${i}" - 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 [ "${i}" != "-o" -a "${i}" != "-u" ] - then - MNTSTRING="${MNTSTRING} ${i}" - fi - - fi - - # Check if we are on a -u flag now - if [ "${i}" = "-u" ] - then - FOUNDU="1" - else - FOUNDU="0" - fi - - # Check if we are on a -o option - if [ "${i}" = "-o" ] - then - FOUNDOPT="1" - else - FOUNDOPT="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-consolekit03 b/sysutils/hal/files/patch-consolekit03 deleted file mode 100644 index a948b189b..000000000 --- a/sysutils/hal/files/patch-consolekit03 +++ /dev/null @@ -1,87 +0,0 @@ -diff -p -up hal-0.5.11/configure.in.ck03 hal-0.5.11/configure.in ---- hal-0.5.11/configure.in.ck03 2008-05-07 19:24:31.000000000 -0400 -+++ configure.in 2008-08-11 06:18:07.000000000 -0400 -@@ -485,6 +485,20 @@ if test "x$enable_console_kit" != "xno"; - AM_CONDITIONAL(HAVE_CONKIT, true) - AC_DEFINE(HAVE_CONKIT, [], [Set if we use ConsoleKit]) - msg_conkit=yes -+ # yes this is ugly, but there is no other way to get the version of CK -+ AC_MSG_CHECKING([if ConsoleKit version 0.3.0 or newer]) -+ if $PKG_CONFIG --atleast-version=0.3.0 ck-connector; then -+ AC_MSG_RESULT([yes]) -+ AC_DEFINE(HAVE_CK_0_3, 1, [Define to 1 if ConsoleKit is v0.3.0 or newer]) -+ else -+ if $PKG_CONFIG --max-version=0.2.10 ck-connector; then -+ AC_MSG_RESULT([no]) -+ else -+ #assume we have the latest version -+ AC_MSG_WARN([Couldn't detect ConsoleKit version, install the devel package, assume for now you use >= 0.3.0]) -+ AC_DEFINE(HAVE_CK_0_3, 1, [Define to 1 if ConsoleKit is v0.3.0 or newer]) -+ fi -+ fi - fi - - AC_PATH_PROG(GPERF, [gperf], [no]) -diff -p -up hal-0.5.11/hald/ck-tracker.c.ck03 hal-0.5.11/hald/ck-tracker.c ---- hal-0.5.11/hald/ck-tracker.c.ck03 2008-05-07 19:23:48.000000000 -0400 -+++ hald/ck-tracker.c 2008-08-12 12:34:47.000000000 -0400 -@@ -256,7 +256,11 @@ ck_session_get_info (CKTracker *tracker, - goto error; - } - if (!dbus_message_get_args (reply, NULL, -+#ifdef HAVE_CK_0_3 -+ DBUS_TYPE_UINT32, &(session->user), -+#else - DBUS_TYPE_INT32, &(session->user), -+#endif - DBUS_TYPE_INVALID)) { - HAL_ERROR (("Invalid GetUnixUser reply from CK")); - goto error; -@@ -531,7 +535,11 @@ ck_tracker_process_system_bus_message (C - seat_objpath = dbus_message_get_path (message); - - if (!dbus_message_get_args (message, NULL, -+#ifdef HAVE_CK_0_3 -+ DBUS_TYPE_OBJECT_PATH, &seat_objpath, -+#else - DBUS_TYPE_STRING, &seat_objpath, -+#endif - DBUS_TYPE_INVALID)) { - HAL_ERROR (("Invalid SeatAdded signal from CK")); - goto out; -@@ -558,7 +566,11 @@ ck_tracker_process_system_bus_message (C - seat_objpath = dbus_message_get_path (message); - - if (!dbus_message_get_args (message, NULL, -+#ifdef HAVE_CK_0_3 -+ DBUS_TYPE_OBJECT_PATH, &seat_objpath, -+#else - DBUS_TYPE_STRING, &seat_objpath, -+#endif - DBUS_TYPE_INVALID)) { - HAL_ERROR (("Invalid SeatRemoved signal from CK")); - goto out; -@@ -588,7 +600,11 @@ ck_tracker_process_system_bus_message (C - seat_objpath = dbus_message_get_path (message); - - if (!dbus_message_get_args (message, NULL, -+#ifdef HAVE_CK_0_3 -+ DBUS_TYPE_OBJECT_PATH, &session_objpath, -+#else - DBUS_TYPE_STRING, &session_objpath, -+#endif - DBUS_TYPE_INVALID)) { - HAL_ERROR (("Invalid SessionAdded signal from CK")); - goto out; -@@ -624,7 +640,11 @@ ck_tracker_process_system_bus_message (C - seat_objpath = dbus_message_get_path (message); - - if (!dbus_message_get_args (message, NULL, -+#ifdef HAVE_CK_0_3 -+ DBUS_TYPE_OBJECT_PATH, &session_objpath, -+#else - DBUS_TYPE_STRING, &session_objpath, -+#endif - DBUS_TYPE_INVALID)) { - HAL_ERROR (("Invalid SessionRemoved signal from CK")); - goto out; 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-x11-input.fdi b/sysutils/hal/files/patch-fdi_policy_10osvendor_10-x11-input.fdi deleted file mode 100644 index f7af321c0..000000000 --- a/sysutils/hal/files/patch-fdi_policy_10osvendor_10-x11-input.fdi +++ /dev/null @@ -1,18 +0,0 @@ ---- fdi/policy/10osvendor/10-x11-input.fdi.orig 2008-03-27 13:42:31.000000000 -0400 -+++ fdi/policy/10osvendor/10-x11-input.fdi 2008-03-27 13:48:06.000000000 -0400 -@@ -1,15 +1,6 @@ - <?xml version="1.0" encoding="ISO-8859-1"?> - <deviceinfo version="0.2"> - <device> -- <!-- 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.keys"> - <!-- If we're using Linux, we use evdev by default (falling back to - keyboard otherwise). --> 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 70d8b9af6..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_addons_addon-mouse.c +++ /dev/null @@ -1,339 +0,0 @@ ---- hald/freebsd/addons/addon-mouse.c.orig 2008-12-21 01:15:41.000000000 -0500 -+++ hald/freebsd/addons/addon-mouse.c 2008-12-21 01:17:03.000000000 -0500 -@@ -0,0 +1,336 @@ -+/*************************************************************************** -+ * CVSID: $Id: patch-hald_freebsd_addons_addon-mouse.c,v 1.2 2008-12-21 06:20:19 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> -+#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 MOUSE_DRIVER "mouse" -+#define MOUSED_DEVICE "/dev/sysmouse" -+#define MOUSED_PROC_NAME "moused" -+#define XORG_PROC_NAME "Xorg" -+ -+static struct -+{ -+ const struct timespec update_interval; -+ char *device_file; -+ struct timespec next_update; -+} addon = { { 2, 0 } }; -+ -+#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 < 2) -+ { -+ 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 const char * -+get_mouse_device (const char *device) -+{ -+ if (device_opened_by_proc(device, MOUSED_PROC_NAME)) -+ return MOUSED_DEVICE; -+ -+ return device; -+} -+ -+static void -+poll_for_moused (void) -+{ -+ char *driver; -+ char *old_device; -+ const char *device; -+ gboolean found; -+ -+ old_device = libhal_device_get_property_string(hfp_ctx, hfp_udi, "input.device", &hfp_error); -+ dbus_error_free(&hfp_error); -+ -+ device = get_mouse_device(addon.device_file); -+ if (strcmp(old_device, device)) -+ { -+ libhal_device_set_property_string(hfp_ctx, hfp_udi, "input.device", device, &hfp_error); -+ dbus_error_free(&hfp_error); -+ } -+ g_free(old_device); -+ -+ driver = libhal_device_get_property_string(hfp_ctx, hfp_udi, "input.x11_driver", &hfp_error); -+ dbus_error_free(&hfp_error); -+ -+ found = (strcmp(device, MOUSED_DEVICE) == 0); -+ if (! found) -+ found = device_opened_by_proc(device, XORG_PROC_NAME); -+ -+ if (found && driver) -+ { -+ libhal_device_remove_property(hfp_ctx, hfp_udi, "input.x11_driver", &hfp_error); -+ dbus_error_free(&hfp_error); -+ } -+ else if (! (found || driver)) -+ { -+ 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) -+{ -+ 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); -+ -+ 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 474658423..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_addons_addon-storage.c +++ /dev/null @@ -1,238 +0,0 @@ ---- hald/freebsd/addons/addon-storage.c.orig 2008-05-07 19:24:04.000000000 -0400 -+++ hald/freebsd/addons/addon-storage.c 2008-05-19 02:18:59.000000000 -0400 -@@ -36,17 +36,23 @@ - #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); -+ - /* see MMC-3 Working Draft Revision 10 */ - static boolean - hf_addon_storage_cdrom_eject_pressed (HFPCDROM *cdrom) -@@ -144,18 +150,49 @@ hf_addon_storage_update (void) - } - } - -- hfp_gettimeofday(&addon.next_update); -- hfp_timevaladd(&addon.next_update, &addon.update_interval); -- - return has_media; - } - - 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", &hfp_error)) -+ { -+ hfp_info("... device %s is locked by HAL", addon.device_file); -+ dbus_error_free(&hfp_error); -+ 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; -+ } -+ dbus_error_free(&hfp_error); -+ -+ should_poll = libhal_device_get_property_bool(hfp_ctx, hfp_udi, "storage.media_check_enabled", &hfp_error); -+ dbus_error_free(&hfp_error); -+ 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) - { - /* -@@ -175,20 +212,33 @@ poll_for_media (void) - - 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 +249,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 +267,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 +302,41 @@ 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)) - goto end; - dbus_error_free(&hfp_error); - -+ syscon = dbus_bus_get(DBUS_BUS_SYSTEM, &hfp_error); -+ dbus_error_free(&hfp_error); -+ 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, -@@ -280,40 +356,32 @@ main (int argc, char **argv) - /* 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-volume.c b/sysutils/hal/files/patch-hald_freebsd_hf-volume.c deleted file mode 100644 index 039a1a676..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_hf-volume.c +++ /dev/null @@ -1,102 +0,0 @@ ---- hald/freebsd/hf-volume.c.orig 2008-05-07 19:24:03.000000000 -0400 -+++ hald/freebsd/hf-volume.c 2008-10-26 15:17:09.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,55 @@ 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) -+ { -+ g_strfreev(fields); -+ g_strfreev(lines); -+ return g_strdup(fields[1]); -+ } -+ } -+ 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 +121,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 +152,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_probing_probe-volume.c b/sysutils/hal/files/patch-hald_freebsd_probing_probe-volume.c deleted file mode 100644 index b9dc099e6..000000000 --- a/sysutils/hal/files/patch-hald_freebsd_probing_probe-volume.c +++ /dev/null @@ -1,12 +0,0 @@ ---- hald/freebsd/probing/probe-volume.c.orig 2008-04-07 00:41:22.000000000 -0400 -+++ hald/freebsd/probing/probe-volume.c 2008-04-07 00:43:32.000000000 -0400 -@@ -502,7 +502,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 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 7f504c6c9..000000000 --- a/sysutils/hal/files/patch-hald_hf-storage.c +++ /dev/null @@ -1,18 +0,0 @@ ---- hald/freebsd/hf-storage.c.orig 2008-04-07 00:40:06.000000000 -0400 -+++ hald/freebsd/hf-storage.c 2008-04-07 00:40:37.000000000 -0400 -@@ -117,6 +117,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 +136,7 @@ hf_storage_geom_has_partitions (const Ge - return TRUE; - } - } -+ */ - - return FALSE; - } 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 96f8e9f91..000000000 --- a/sysutils/hal/files/pkg-deinstall.in +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -[ "$2" != DEINSTALL ] && exit 0 - -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 0935c06e1..000000000 --- a/sysutils/hal/files/pkg-install.in +++ /dev/null @@ -1,50 +0,0 @@ -#!/bin/sh - -case $2 in -POST-INSTALL) - USER=haldaemon - GROUP=${USER} - UID=560 - GID=${UID} - PW=/usr/sbin/pw - - if ${PW} group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if ${PW} groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if ${PW} user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if ${PW} useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d "/nonexistent" -s /sbin/nologin -c "HAL Daemon User" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - /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 - - 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 f42809179..000000000 --- a/sysutils/hal/pkg-plist +++ /dev/null @@ -1,131 +0,0 @@ -@unexec %D/etc/rc.d/hald stop > /dev/null 2>&1 || true -%%MEDIA%%@exec mkdir -p /media -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-scsi -libexec/hald-probe-smbios -libexec/hald-probe-storage -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-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.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 -%%MEDIA%%@unexec rmdir /media 2>/dev/null || true diff --git a/sysutils/nautilus-cd-burner/Makefile b/sysutils/nautilus-cd-burner/Makefile deleted file mode 100644 index 54702c98f..000000000 --- a/sysutils/nautilus-cd-burner/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: nautilus-cd-burner -# Date created: 13 April 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/nautilus-cd-burner/Makefile,v 1.143 2008/08/20 18:46:04 marcus Exp $ -# - -PORTNAME= nautilus-cd-burner -PORTVERSION= 2.24.0 -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 -USE_CDRTOOLS= yes -INSTALLS_ICONS= yes -USE_AUTOTOOLS= libtool:15 -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/files/patch-configure b/sysutils/nautilus-cd-burner/files/patch-configure deleted file mode 100644 index e8dbb4a5b..000000000 --- a/sysutils/nautilus-cd-burner/files/patch-configure +++ /dev/null @@ -1,27 +0,0 @@ ---- configure.orig Thu Jul 22 10:27:35 2004 -+++ configure Thu Jul 22 10:29:32 2004 -@@ -21015,6 +21015,8 @@ - if eval "test \"\${$as_ac_var+set}\" = set"; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -+ ac_check_lib_save_LIBS=$LIBS -+ LIBS="-lintl $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -21097,6 +21099,7 @@ - fi - rm -f conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -+ LIBS=$ac_check_lib_save_LIBS - fi - echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 - echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -@@ -21104,6 +21107,7 @@ - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF -+LIBS="-lintl $LIBS" - - fi - done diff --git a/sysutils/nautilus-cd-burner/files/patch-src_list_cddrives.c b/sysutils/nautilus-cd-burner/files/patch-src_list_cddrives.c deleted file mode 100644 index 71f43178c..000000000 --- a/sysutils/nautilus-cd-burner/files/patch-src_list_cddrives.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/list_cddrives.c.orig 2008-01-21 11:14:45.000000000 -0500 -+++ src/list_cddrives.c 2008-01-21 19:48:49.000000000 -0500 -@@ -49,6 +49,7 @@ list_drive_info (NautilusBurnDrive *driv - g_print ("Drive:\n"); - g_print (" name:\t\t\t%s\n", display_name); - g_print (" device:\t\t%s\n", nautilus_burn_drive_get_device (drive)); -+ g_print (" cdrecord device:\t%s\n", nautilus_burn_drive_get_cdrecord_device (drive)); - g_print (" door:\t\t\t%s\n", door_is_open ? "open" : "closed"); - g_print (" type:\t\t\t%s\n", type_str); - g_print (" is mounted:\t\t%s\n", is_mounted ? "TRUE" : "FALSE"); diff --git a/sysutils/nautilus-cd-burner/files/patch-src_make-iso.c b/sysutils/nautilus-cd-burner/files/patch-src_make-iso.c deleted file mode 100644 index 18183a421..000000000 --- a/sysutils/nautilus-cd-burner/files/patch-src_make-iso.c +++ /dev/null @@ -1,38 +0,0 @@ ---- src/make-iso.c.orig Sun Nov 19 13:34:29 2006 -+++ src/make-iso.c Sun Nov 19 13:36:03 2006 -@@ -1367,7 +1367,7 @@ get_disc_info (NautilusBurnIso *iso, - &has_data, - &_has_audio); - if (_has_audio) { -- device_arg = g_strdup_printf ("%s", nautilus_burn_drive_get_device (drive)); -+ device_arg = g_strdup_printf ("%s", nautilus_burn_drive_get_cdrecord_device (drive)); - - argv = g_ptr_array_new (); - g_ptr_array_add (argv, "cdrdao"); -@@ -1377,7 +1377,7 @@ get_disc_info (NautilusBurnIso *iso, - g_ptr_array_add (argv, NULL); - - } else { -- device_arg = g_strdup_printf ("-dev=%s", nautilus_burn_drive_get_device (drive)); -+ device_arg = g_strdup_printf ("-dev=%s", nautilus_burn_drive_get_cdrecord_device (drive)); - - argv = g_ptr_array_new (); - g_ptr_array_add (argv, "readcd"); -@@ -1547,7 +1547,7 @@ nautilus_burn_iso_make_from_drive (Nauti - g_ptr_array_add (argv, "--datafile"); - g_ptr_array_add (argv, (char *)filename); - g_ptr_array_add (argv, "--device"); -- g_ptr_array_add (argv, (char *)nautilus_burn_drive_get_device (drive)); -+ g_ptr_array_add (argv, (char *)nautilus_burn_drive_get_cdrecord_device (drive)); - g_ptr_array_add (argv, "-v"); - g_ptr_array_add (argv, "2"); - g_ptr_array_add (argv, (char *)toc_filename_arg); -@@ -1559,7 +1559,7 @@ nautilus_burn_iso_make_from_drive (Nauti - - filename_arg = g_strdup_printf ("f=%s", filename); - -- dev_arg = g_strdup_printf ("dev=%s", nautilus_burn_drive_get_device (drive)); -+ dev_arg = g_strdup_printf ("dev=%s", nautilus_burn_drive_get_cdrecord_device (drive)); - - argv = g_ptr_array_new (); - g_ptr_array_add (argv, "readcd"); diff --git a/sysutils/nautilus-cd-burner/files/patch-src_nautilus-burn-drive-monitor.c b/sysutils/nautilus-cd-burner/files/patch-src_nautilus-burn-drive-monitor.c deleted file mode 100644 index 2d6288663..000000000 --- a/sysutils/nautilus-cd-burner/files/patch-src_nautilus-burn-drive-monitor.c +++ /dev/null @@ -1,48 +0,0 @@ ---- src/nautilus-burn-drive-monitor.c.orig 2007-07-10 15:06:23.000000000 -0400 -+++ src/nautilus-burn-drive-monitor.c 2008-01-05 13:51:44.000000000 -0500 -@@ -618,7 +618,8 @@ nautilus_burn_drive_monitor_get_drive_fo - */ - if (drive->priv->device != NULL && - (strcmp (drive->priv->device, target) == 0 || -- strcmp (drive->priv->device, device) == 0)) { -+ strcmp (drive->priv->device, device) == 0 || -+ strcmp (drive->priv->cdrecord_device, device) == 0)) { - ret = nautilus_burn_drive_ref (drive); - break; - } -@@ -683,6 +684,8 @@ hal_drive_from_udi (LibHalContext *ctx, - NautilusBurnDrive *drive; - char **write_speeds = NULL; - char *raw_device = NULL; -+ char *cam_path = NULL; -+ char *cam_device = NULL; - - LIBHAL_CHECK_LIBHALCONTEXT (ctx, FALSE); - -@@ -711,6 +714,8 @@ hal_drive_from_udi (LibHalContext *ctx, - - LIBHAL_PROP_EXTRACT_STRING ("block.device", drive->priv->device); - LIBHAL_PROP_EXTRACT_STRING ("block.solaris.raw_device", raw_device); -+ LIBHAL_PROP_EXTRACT_STRING ("block.freebsd.atapi_cam_device", cam_device); -+ LIBHAL_PROP_EXTRACT_STRING ("block.freebsd.cam_path", cam_path); - LIBHAL_PROP_EXTRACT_STRING ("storage.model", drive->priv->display_name); - - LIBHAL_PROP_EXTRACT_INT ("storage.cdrom.read_speed", drive->priv->max_speed_read); -@@ -736,6 +741,17 @@ hal_drive_from_udi (LibHalContext *ctx, - drive->priv->device = raw_device; - } - -+ if (cam_device != NULL) { -+ g_free (drive->priv->device); -+ drive->priv->device = cam_device; -+ } -+ -+ if (cam_path != NULL) { -+ drive->priv->cdrecord_device = cam_path; -+ } else { -+ drive->priv->cdrecord_device = g_strdup (drive->priv->device); -+ } -+ - drive->priv->drive_udi = g_strdup (udi); - drive->priv->write_speeds = hal_parse_write_speeds (write_speeds); - /* we do not own write_speeds so do not free it. */ diff --git a/sysutils/nautilus-cd-burner/files/patch-src_nautilus-burn-drive-private.h b/sysutils/nautilus-cd-burner/files/patch-src_nautilus-burn-drive-private.h deleted file mode 100644 index a4da309cb..000000000 --- a/sysutils/nautilus-cd-burner/files/patch-src_nautilus-burn-drive-private.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/nautilus-burn-drive-private.h.orig Sun Nov 19 13:43:24 2006 -+++ src/nautilus-burn-drive-private.h Sun Nov 19 13:43:50 2006 -@@ -34,6 +34,7 @@ struct NautilusBurnDrivePrivate { - - int type; - char *device; -+ char *cdrecord_device; - char *display_name; - int max_speed_write; - int max_speed_read; diff --git a/sysutils/nautilus-cd-burner/files/patch-src_nautilus-burn-drive.c b/sysutils/nautilus-cd-burner/files/patch-src_nautilus-burn-drive.c deleted file mode 100644 index 17a038446..000000000 --- a/sysutils/nautilus-cd-burner/files/patch-src_nautilus-burn-drive.c +++ /dev/null @@ -1,44 +0,0 @@ ---- src/nautilus-burn-drive.c.orig Fri Sep 29 12:55:36 2006 -+++ src/nautilus-burn-drive.c Sun Nov 19 13:27:31 2006 -@@ -266,6 +266,25 @@ nautilus_burn_drive_get_device (Nautilus - } - - /** -+ * nautilus_burn_drive_get_cdrecord_device: -+ * @drive: #NautilusBurnDrive -+ * -+ * Get the name of the device associated with the drive suitable for -+ * user with cdrcord. -+ * -+ * Returns: device name. Must be not be freed. -+ * -+ * Since: 2.16 -+ **/ -+const char * -+nautilus_burn_drive_get_cdrecord_device (NautilusBurnDrive *drive) -+{ -+ g_return_val_if_fail (drive != NULL, NULL); -+ -+ return drive->priv->cdrecord_device; -+} -+ -+/** - * nautilus_burn_drive_get_drive_type: - * @drive: #NautilusBurnDrive - * -@@ -1021,6 +1044,7 @@ nautilus_burn_drive_finalize (GObject *o - g_free (drive->priv->write_speeds); - g_free (drive->priv->display_name); - g_free (drive->priv->device); -+ g_free (drive->priv->cdrecord_device); - - if (G_OBJECT_CLASS (nautilus_burn_drive_parent_class)->finalize != NULL) { - (* G_OBJECT_CLASS (nautilus_burn_drive_parent_class)->finalize) (object); -@@ -1038,6 +1062,7 @@ nautilus_burn_drive_init (NautilusBurnDr - drive->priv->max_speed_read = 0; - drive->priv->write_speeds = NULL; - drive->priv->device = NULL; -+ drive->priv->cdrecord_device = NULL; - } - - /** diff --git a/sysutils/nautilus-cd-burner/files/patch-src_nautilus-burn-drive.h b/sysutils/nautilus-cd-burner/files/patch-src_nautilus-burn-drive.h deleted file mode 100644 index f033fa3ba..000000000 --- a/sysutils/nautilus-cd-burner/files/patch-src_nautilus-burn-drive.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/nautilus-burn-drive.h.orig Sun Nov 19 13:37:32 2006 -+++ src/nautilus-burn-drive.h Sun Nov 19 13:37:55 2006 -@@ -127,6 +127,7 @@ gboolean nautilus_burn_driv - int nautilus_burn_drive_get_drive_type (NautilusBurnDrive *drive); - char * nautilus_burn_drive_get_name_for_display (NautilusBurnDrive *drive); - const char * nautilus_burn_drive_get_device (NautilusBurnDrive *drive); -+const char * nautilus_burn_drive_get_cdrecord_device (NautilusBurnDrive *drive); - - /* Capabilities */ - gboolean nautilus_burn_drive_can_write (NautilusBurnDrive *drive); diff --git a/sysutils/nautilus-cd-burner/files/patch-src_nautilus-burn-recorder.c b/sysutils/nautilus-cd-burner/files/patch-src_nautilus-burn-recorder.c deleted file mode 100644 index 85f6416ab..000000000 --- a/sysutils/nautilus-cd-burner/files/patch-src_nautilus-burn-recorder.c +++ /dev/null @@ -1,29 +0,0 @@ ---- src/nautilus-burn-recorder.c.orig Fri Sep 29 14:18:37 2006 -+++ src/nautilus-burn-recorder.c Mon Nov 20 18:13:24 2006 -@@ -1343,7 +1343,7 @@ nautilus_burn_recorder_write_cdrecord (N - g_ptr_array_add (argv, "cdrdao"); - g_ptr_array_add (argv, "write"); - g_ptr_array_add (argv, "--device"); -- g_ptr_array_add (argv, (char *)nautilus_burn_drive_get_device (drive)); -+ g_ptr_array_add (argv, (char *)nautilus_burn_drive_get_cdrecord_device (drive)); - g_ptr_array_add (argv, "--speed"); - speed_str = g_strdup_printf ("%d", speed); - g_ptr_array_add (argv, speed_str); -@@ -1375,7 +1375,7 @@ nautilus_burn_recorder_write_cdrecord (N - if (speed != 0) { - g_ptr_array_add (argv, speed_str); - } -- dev_str = g_strdup_printf ("dev=%s", nautilus_burn_drive_get_device (drive)); -+ dev_str = g_strdup_printf ("dev=%s", nautilus_burn_drive_get_cdrecord_device (drive)); - g_ptr_array_add (argv, dev_str); - if (flags & NAUTILUS_BURN_RECORDER_WRITE_DUMMY_WRITE) { - g_ptr_array_add (argv, "-dummy"); -@@ -1486,7 +1486,7 @@ nautilus_burn_recorder_blank_disc_cdreco - argv = g_ptr_array_new (); - g_ptr_array_add (argv, "cdrecord"); - -- dev_str = g_strdup_printf ("dev=%s", nautilus_burn_drive_get_device (drive)); -+ dev_str = g_strdup_printf ("dev=%s", nautilus_burn_drive_get_cdrecord_device (drive)); - g_ptr_array_add (argv, dev_str); - g_ptr_array_add (argv, "-v"); - diff --git a/sysutils/nautilus-cd-burner/files/patch-src_nautilus-cd-burner.c b/sysutils/nautilus-cd-burner/files/patch-src_nautilus-cd-burner.c deleted file mode 100644 index 13cfcc6be..000000000 --- a/sysutils/nautilus-cd-burner/files/patch-src_nautilus-cd-burner.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/nautilus-cd-burner.c.orig 2008-01-21 11:16:24.000000000 -0500 -+++ src/nautilus-cd-burner.c 2008-04-02 16:48:23.000000000 -0400 -@@ -27,6 +27,8 @@ - - #include "config.h" - -+#include <sys/types.h> -+#include <sys/stat.h> - #include <time.h> - #include <stdio.h> - #include <stdlib.h> 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 7ceee6233..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$ -# - -PORTNAME= pessulus -PORTVERSION= 2.24.0 -CATEGORIES= sysutils gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A lockdown editor for GNOME - -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix intlhack pygnome2 -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 790dd7e20..000000000 --- a/sysutils/pessulus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/pessulus-2.24.0.tar.gz) = 51cb01f858a6b18faf3cb7715ef3432f -SHA256 (gnome2/pessulus-2.24.0.tar.gz) = e24152ffdc138ade07c47c698d6ee2e1717ed7ed5bd49385bc16346832069442 -SIZE (gnome2/pessulus-2.24.0.tar.gz) = 212787 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 2845c890a..000000000 --- a/sysutils/pessulus/pkg-plist +++ /dev/null @@ -1,153 +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/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/ca/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/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/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/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%%/glade/pessulus.glade -@dirrm %%DATADIR%%/glade -@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/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/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/bal/LC_MESSAGES -@dirrmtry share/locale/bal -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/sysutils/policykit-gnome/Makefile b/sysutils/policykit-gnome/Makefile deleted file mode 100644 index 5c544df2a..000000000 --- a/sysutils/policykit-gnome/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: PolicyKit-gnome -# Date Created: 20 January 2008 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/policykit-gnome/Makefile,v 1.4 2008/02/15 16:48:08 mezz Exp $ -# - -PORTNAME= policykit-gnome -PORTVERSION= 0.9.2 -CATEGORIES= sysutils gnome -MASTER_SITES= http://hal.freedesktop.org/releases/ -DISTNAME= PolicyKit-gnome-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME frontend to the PolicKit framework - -LIB_DEPENDS= polkit.2:${PORTSDIR}/sysutils/policykit - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomehack gnometarget intlhack gnomedocutils gconf2 -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-gtk-doc \ - --localstatedir=/var -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= polkit-gnome.schemas - -.include <bsd.port.mk> diff --git a/sysutils/policykit-gnome/distinfo b/sysutils/policykit-gnome/distinfo deleted file mode 100644 index 7acce486d..000000000 --- a/sysutils/policykit-gnome/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (PolicyKit-gnome-0.9.2.tar.bz2) = fc478b168d0c926a9766b0b415ff4bbf -SHA256 (PolicyKit-gnome-0.9.2.tar.bz2) = ecf4ce303a90a4580c54ee7b932ffaf01b7f115f40b17d75634c5bbfba085c8a -SIZE (PolicyKit-gnome-0.9.2.tar.bz2) = 1223691 diff --git a/sysutils/policykit-gnome/files/patch-Makefile.in b/sysutils/policykit-gnome/files/patch-Makefile.in deleted file mode 100644 index 866eefdce..000000000 --- a/sysutils/policykit-gnome/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2008-07-23 21:40:50.000000000 -0400 -+++ Makefile.in 2008-07-23 21:41:41.000000000 -0400 -@@ -259,7 +259,7 @@ top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ - - # Need to build docs after examples because the docs include generated files --SUBDIRS = data src polkit-gnome tools $(am__append_1) doc po -+SUBDIRS = data src polkit-gnome tools $(am__append_1) po - EXTRA_DIST = \ - autogen.sh \ - TODO \ diff --git a/sysutils/policykit-gnome/pkg-descr b/sysutils/policykit-gnome/pkg-descr deleted file mode 100644 index 57dad7b5d..000000000 --- a/sysutils/policykit-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/policykit-gnome/pkg-plist b/sysutils/policykit-gnome/pkg-plist deleted file mode 100644 index 74cf093fb..000000000 --- a/sysutils/policykit-gnome/pkg-plist +++ /dev/null @@ -1,40 +0,0 @@ -bin/polkit-gnome-authorization -bin/polkit-gnome-example -include/PolicyKit/polkit-gnome/polkit-gnome-action.h -include/PolicyKit/polkit-gnome/polkit-gnome-auth.h -include/PolicyKit/polkit-gnome/polkit-gnome-context.h -include/PolicyKit/polkit-gnome/polkit-gnome-toggle-action.h -include/PolicyKit/polkit-gnome/polkit-gnome.h -lib/libpolkit-gnome.a -lib/libpolkit-gnome.la -lib/libpolkit-gnome.so -lib/libpolkit-gnome.so.0 -libdata/pkgconfig/polkit-gnome.pc -libexec/polkit-gnome-manager -share/PolicyKit/policy/org.gnome.policykit.examples.policy -share/applications/polkit-gnome-authorization.desktop -share/dbus-1/services/gnome-org.freedesktop.PolicyKit.AuthenticationAgent.service -share/dbus-1/services/org.gnome.PolicyKit.AuthorizationManager.service -share/dbus-1/services/org.gnome.PolicyKit.service -share/locale/ar/LC_MESSAGES/PolicyKit-gnome.mo -share/locale/ca/LC_MESSAGES/PolicyKit-gnome.mo -share/locale/cs/LC_MESSAGES/PolicyKit-gnome.mo -share/locale/da/LC_MESSAGES/PolicyKit-gnome.mo -share/locale/de/LC_MESSAGES/PolicyKit-gnome.mo -share/locale/el/LC_MESSAGES/PolicyKit-gnome.mo -share/locale/en_GB/LC_MESSAGES/PolicyKit-gnome.mo -share/locale/es/LC_MESSAGES/PolicyKit-gnome.mo -share/locale/fi/LC_MESSAGES/PolicyKit-gnome.mo -share/locale/fr/LC_MESSAGES/PolicyKit-gnome.mo -share/locale/he/LC_MESSAGES/PolicyKit-gnome.mo -share/locale/hu/LC_MESSAGES/PolicyKit-gnome.mo -share/locale/ja/LC_MESSAGES/PolicyKit-gnome.mo -share/locale/pl/LC_MESSAGES/PolicyKit-gnome.mo -share/locale/pt/LC_MESSAGES/PolicyKit-gnome.mo -share/locale/pt_BR/LC_MESSAGES/PolicyKit-gnome.mo -share/locale/ru/LC_MESSAGES/PolicyKit-gnome.mo -share/locale/sk/LC_MESSAGES/PolicyKit-gnome.mo -share/locale/sv/LC_MESSAGES/PolicyKit-gnome.mo -share/locale/zh_CN/LC_MESSAGES/PolicyKit-gnome.mo -@dirrmtry share/applications -@dirrm include/PolicyKit/polkit-gnome diff --git a/sysutils/policykit/Makefile b/sysutils/policykit/Makefile deleted file mode 100644 index e638713fe..000000000 --- a/sysutils/policykit/Makefile +++ /dev/null @@ -1,56 +0,0 @@ -# New ports collection makefile for: PolicyKit -# Date Created: 01 May 2006 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/sysutils/policykit/Makefile,v 1.21 2008/08/21 18:36:11 mezz Exp $ -# - -PORTNAME= policykit -PORTVERSION= 0.9 -PORTREVISION= 2 -CATEGORIES= sysutils gnome -MASTER_SITES= http://hal.freedesktop.org/releases/ -DISTNAME= PolicyKit-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Framework for controlling access to system-wide components - -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 -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - expat.6:${PORTSDIR}/textproc/expat2 - -USE_GNOME= gnomehack glib20 intlhack -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-gtk-doc \ - --with-pam-include=system \ - --with-os-type=freebsd \ - --localstatedir=/var \ - --with-polkit-user=polkit \ - --with-polkit-group=polkit -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - GTKDOC="false" - -MAN1= polkit-action.1 polkit-auth.1 polkit-config-file-validate.1 \ - polkit-policy-file-validate.1 -MAN5= PolicyKit.conf.5 -MAN8= PolicyKit.8 - -post-install: - ${MKDIR} ${PREFIX}/etc/PolicyKit - if [ ! -f ${PREFIX}/etc/PolicyKit/PolicyKit.conf ]; then \ - ${INSTALL_DATA} ${WRKSRC}/data/PolicyKit.conf \ - ${PREFIX}/etc/PolicyKit/PolicyKit.conf ; \ - fi - ${INSTALL_DATA} ${WRKSRC}/data/PolicyKit.conf \ - ${PREFIX}/etc/PolicyKit/PolicyKit.conf.dist -.if !defined(PACKAGE_BUILDING) - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - -.include <bsd.port.mk> diff --git a/sysutils/policykit/distinfo b/sysutils/policykit/distinfo deleted file mode 100644 index 52bb1a259..000000000 --- a/sysutils/policykit/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (PolicyKit-0.9.tar.gz) = 802fd13ae41f73d79359e5ecb0a98716 -SHA256 (PolicyKit-0.9.tar.gz) = f40c7c6bec19d7dba2335bddcffd0457494409a0dfce11d888c748dc892e80b7 -SIZE (PolicyKit-0.9.tar.gz) = 1254318 diff --git a/sysutils/policykit/files/patch-Makefile.in b/sysutils/policykit/files/patch-Makefile.in deleted file mode 100644 index 29a907e44..000000000 --- a/sysutils/policykit/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2007-12-22 19:11:03.000000000 -0500 -+++ Makefile.in 2007-12-22 19:11:13.000000000 -0500 -@@ -246,7 +246,7 @@ sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ --SUBDIRS = data src polkitd doc tools policy po test -+SUBDIRS = data src polkitd doc tools policy po - EXTRA_DIST = \ - HACKING \ - mkinstalldirs \ diff --git a/sysutils/policykit/files/patch-consolekit03 b/sysutils/policykit/files/patch-consolekit03 deleted file mode 100644 index 21ce5e7b8..000000000 --- a/sysutils/policykit/files/patch-consolekit03 +++ /dev/null @@ -1,83 +0,0 @@ -diff --git a/src/polkit-dbus/polkit-dbus.c b/src/polkit-dbus/polkit-dbus.c -index f7be03f..cad4a76 100644 ---- a/src/polkit-dbus/polkit-dbus.c -+++ src/polkit-dbus/polkit-dbus.c -@@ -214,11 +214,17 @@ polkit_session_new_from_objpath (DBusConnection *con, const char *objpath, uid_t - dbus_message_unref (reply); - goto out; - } -+ /* GetUnixUser API Changed in CK 0.3.0 */ - if (!dbus_message_get_args (reply, NULL, -- DBUS_TYPE_INT32, &uid, -+ DBUS_TYPE_UINT32, &uid, - DBUS_TYPE_INVALID)) { -- kit_warning ("Invalid GetUnixUser reply from CK"); -- goto out; -+ /* try the older API */ -+ if (!dbus_message_get_args (reply, NULL, -+ DBUS_TYPE_INT32, &uid, -+ DBUS_TYPE_INVALID)) { -+ kit_warning ("Invalid GetUnixUser reply from CK"); -+ goto out; -+ } - } - dbus_message_unref (message); - dbus_message_unref (reply); -@@ -1326,16 +1332,21 @@ polkit_tracker_dbus_func (PolKitTracker *pk_tracker, DBusMessage *message) - - dbus_error_init (&error); - seat_objpath = dbus_message_get_path (message); -- if (!dbus_message_get_args (message, &error, -- DBUS_TYPE_STRING, &session_objpath, -+ /* API fixed in CK 0.3 to match spec */ -+ if (!dbus_message_get_args (message, &error, -+ DBUS_TYPE_OBJECT_PATH, &session_objpath, - DBUS_TYPE_INVALID)) { -+ if (!dbus_message_get_args (message, &error, -+ DBUS_TYPE_STRING, &session_objpath, -+ DBUS_TYPE_INVALID)) { - -- /* TODO: should be _pk_critical */ -- kit_warning ("The SessionAdded signal on the org.freedesktop.ConsoleKit.Seat " -- "interface for object %s has the wrong signature! " -- "Your system is misconfigured.", seat_objpath); -+ /* TODO: should be _pk_critical */ -+ kit_warning ("The SessionAdded signal on the org.freedesktop.ConsoleKit.Seat " -+ "interface for object %s has the wrong signature! " -+ "Your system is misconfigured.", seat_objpath); - -- goto out; -+ goto out; -+ } - } - - /* TODO: add to sessions - see polkit_tracker_is_authorization_relevant() */ -@@ -1353,16 +1364,21 @@ polkit_tracker_dbus_func (PolKitTracker *pk_tracker, DBusMessage *message) - - dbus_error_init (&error); - seat_objpath = dbus_message_get_path (message); -- if (!dbus_message_get_args (message, &error, -- DBUS_TYPE_STRING, &session_objpath, -+ /* API fixed in CK 0.3 to match spec */ -+ if (!dbus_message_get_args (message, &error, -+ DBUS_TYPE_OBJECT_PATH, &session_objpath, - DBUS_TYPE_INVALID)) { -+ if (!dbus_message_get_args (message, &error, -+ DBUS_TYPE_STRING, &session_objpath, -+ DBUS_TYPE_INVALID)) { - -- /* TODO: should be _pk_critical */ -- kit_warning ("The SessionRemoved signal on the org.freedesktop.ConsoleKit.Seat " -- "interface for object %s has the wrong signature! " -- "Your system is misconfigured.", seat_objpath); -+ /* TODO: should be _pk_critical */ -+ kit_warning ("The SessionRemoved signal on the org.freedesktop.ConsoleKit.Seat " -+ "interface for object %s has the wrong signature! " -+ "Your system is misconfigured.", seat_objpath); - -- goto out; -+ goto out; -+ } - } - - _remove_caller_by_session (pk_tracker, session_objpath); diff --git a/sysutils/policykit/files/patch-data_Makefile.in b/sysutils/policykit/files/patch-data_Makefile.in deleted file mode 100644 index f32ab19c0..000000000 --- a/sysutils/policykit/files/patch-data_Makefile.in +++ /dev/null @@ -1,25 +0,0 @@ ---- data/Makefile.in.orig 2008-01-07 23:51:57.000000000 -0500 -+++ data/Makefile.in 2008-01-07 23:52:15.000000000 -0500 -@@ -305,14 +305,14 @@ mostlyclean-libtool: - clean-libtool: - -rm -rf .libs _libs - install-confDATA: $(conf_DATA) -- @$(NORMAL_INSTALL) -- test -z "$(confdir)" || $(MKDIR_P) "$(DESTDIR)$(confdir)" -- @list='$(conf_DATA)'; for p in $$list; do \ -- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -- f=$(am__strip_dir) \ -- echo " $(confDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(confdir)/$$f'"; \ -- $(confDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(confdir)/$$f"; \ -- done -+# @$(NORMAL_INSTALL) -+# test -z "$(confdir)" || $(MKDIR_P) "$(DESTDIR)$(confdir)" -+# @list='$(conf_DATA)'; for p in $$list; do \ -+# if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+# f=$(am__strip_dir) \ -+# echo " $(confDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(confdir)/$$f'"; \ -+# $(confDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(confdir)/$$f"; \ -+# done - - uninstall-confDATA: - @$(NORMAL_UNINSTALL) diff --git a/sysutils/policykit/files/patch-data_PolicyKit.conf.in b/sysutils/policykit/files/patch-data_PolicyKit.conf.in deleted file mode 100644 index 8f0410475..000000000 --- a/sysutils/policykit/files/patch-data_PolicyKit.conf.in +++ /dev/null @@ -1,11 +0,0 @@ ---- data/PolicyKit.conf.in.orig 2008-03-29 12:05:27.000000000 -0400 -+++ data/PolicyKit.conf.in 2008-03-29 12:06:48.000000000 -0400 -@@ -6,4 +6,8 @@ - <!-- See the manual page PolicyKit.conf(5) for file format --> - - <config version="0.1"> -+ <match user="root"> -+ <return result="yes"/> -+ </match> -+ <define_admin_auth group="wheel"/> - </config> diff --git a/sysutils/policykit/files/patch-src_kit_kit-string.c b/sysutils/policykit/files/patch-src_kit_kit-string.c deleted file mode 100644 index eff7cb997..000000000 --- a/sysutils/policykit/files/patch-src_kit_kit-string.c +++ /dev/null @@ -1,27 +0,0 @@ ---- src/kit/kit-string.c.orig 2008-05-30 17:24:44.000000000 -0400 -+++ src/kit/kit-string.c 2008-07-24 01:21:34.000000000 -0400 -@@ -123,13 +123,18 @@ static char - if ( !s ) - return NULL; - -- if ( strlen(s) > n ) -- nAvail = n + 1; -- else -- nAvail = strlen(s) + 1; -- p = malloc ( nAvail ); -+ if (memchr(s, '\0', n) != NULL) { -+ nAvail = strlen(s); -+ if ( nAvail > n ) -+ nAvail = n; -+ } else { -+ nAvail = n; -+ } -+ p = malloc ( nAvail + 1 ); -+ if (p == NULL) -+ return NULL; - memcpy ( p, s, nAvail ); -- p[nAvail - 1] = '\0'; -+ p[nAvail] = '\0'; - - return p; - } diff --git a/sysutils/policykit/pkg-descr b/sysutils/policykit/pkg-descr deleted file mode 100644 index 9746a6470..000000000 --- a/sysutils/policykit/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/policykit/pkg-install b/sysutils/policykit/pkg-install deleted file mode 100644 index 3d49ff206..000000000 --- a/sysutils/policykit/pkg-install +++ /dev/null @@ -1,47 +0,0 @@ -#!/bin/sh - -case $2 in -POST-INSTALL) - USER=polkit - GROUP=${USER} - UID=562 - GID=${UID} - PW=/usr/sbin/pw - - if ${PW} group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if ${PW} groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if ${PW} user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if ${PW} useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d "/nonexistent" -s /sbin/nologin -c "PolicyKit Daemon User" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - /usr/bin/install -d -o root -m 0770 -g ${GROUP} /var/run/PolicyKit - /usr/bin/install -d -o root -m 0770 -g ${GROUP} /var/lib/PolicyKit - /usr/bin/install -d -o root -m 0775 -g ${GROUP} /var/lib/PolicyKit-public - /bin/mkdir -p /var/lib/misc - /usr/bin/touch -f /var/lib/misc/PolicyKit.reload - /usr/bin/chgrp ${GROUP} /var/lib/misc/PolicyKit.reload - /bin/chmod 0775 /var/lib/misc/PolicyKit.reload - for i in ${PKG_PREFIX}/libexec/polkit-read-auth-helper ${PKG_PREFIX}/libexec/polkit-set-default-helper ${PKG_PREFIX}/libexec/polkit-grant-helper ${PKG_PREFIX}/libexec/polkit-grant-helper-pam ${PKG_PREFIX}/libexec/polkit-explicit-grant-helper ${PKG_PREFIX}/libexec/polkit-revoke-helper /var/lib/misc/PolicyKit.reload; do - /usr/bin/chgrp ${GROUP} ${i} - done - exit 0 - ;; -esac diff --git a/sysutils/policykit/pkg-plist b/sysutils/policykit/pkg-plist deleted file mode 100644 index bdce11067..000000000 --- a/sysutils/policykit/pkg-plist +++ /dev/null @@ -1,71 +0,0 @@ -bin/polkit-action -bin/polkit-auth -bin/polkit-config-file-validate -bin/polkit-policy-file-validate -@unexec if cmp -s %D/etc/PolicyKit/PolicyKit.conf %D/etc/PolicyKit/PolicyKit.conf.dist; then rm -f %D/etc/PolicyKit/PolicyKit.conf ; fi -etc/PolicyKit/PolicyKit.conf.dist -@exec [ -f %B/PolicyKit.conf ] || cp %B/%f %B/PolicyKit.conf -etc/dbus-1/system.d/org.freedesktop.PolicyKit.conf -etc/pam.d/polkit -etc/profile.d/polkit-bash-completion.sh -include/PolicyKit/polkit-dbus/polkit-dbus.h -include/PolicyKit/polkit-dbus/polkit-simple.h -include/PolicyKit/polkit-grant/polkit-grant.h -include/PolicyKit/polkit/polkit-action.h -include/PolicyKit/polkit/polkit-authorization-constraint.h -include/PolicyKit/polkit/polkit-authorization-db.h -include/PolicyKit/polkit/polkit-authorization.h -include/PolicyKit/polkit/polkit-caller.h -include/PolicyKit/polkit/polkit-config.h -include/PolicyKit/polkit/polkit-context.h -include/PolicyKit/polkit/polkit-error.h -include/PolicyKit/polkit/polkit-policy-cache.h -include/PolicyKit/polkit/polkit-policy-default.h -include/PolicyKit/polkit/polkit-policy-file-entry.h -include/PolicyKit/polkit/polkit-policy-file.h -include/PolicyKit/polkit/polkit-result.h -include/PolicyKit/polkit/polkit-seat.h -include/PolicyKit/polkit/polkit-session.h -include/PolicyKit/polkit/polkit-sysdeps.h -include/PolicyKit/polkit/polkit-types.h -include/PolicyKit/polkit/polkit.h -lib/libpolkit-dbus.a -lib/libpolkit-dbus.la -lib/libpolkit-dbus.so -lib/libpolkit-dbus.so.2 -lib/libpolkit-grant.a -lib/libpolkit-grant.la -lib/libpolkit-grant.so -lib/libpolkit-grant.so.2 -lib/libpolkit.a -lib/libpolkit.la -lib/libpolkit.so -lib/libpolkit.so.2 -libdata/pkgconfig/polkit-dbus.pc -libdata/pkgconfig/polkit-grant.pc -libdata/pkgconfig/polkit.pc -libexec/polkit-explicit-grant-helper -libexec/polkit-grant-helper -libexec/polkit-grant-helper-pam -libexec/polkit-read-auth-helper -libexec/polkit-resolve-exe-helper -libexec/polkit-revoke-helper -libexec/polkit-set-default-helper -libexec/polkitd -share/PolicyKit/config.dtd -share/PolicyKit/policy/org.freedesktop.policykit.policy -share/dbus-1/interfaces/org.freedesktop.PolicyKit.AuthenticationAgent.xml -share/dbus-1/system-services/org.freedesktop.PolicyKit.service -@dirrmtry share/PolicyKit/policy -@dirrmtry share/PolicyKit -@dirrm include/PolicyKit/polkit -@dirrm include/PolicyKit/polkit-grant -@dirrm include/PolicyKit/polkit-dbus -@dirrm include/PolicyKit -@dirrmtry etc/profile.d -@dirrm etc/PolicyKit -@unexec rm -rf /var/run/PolicyKit 2>/dev/null || true -@unexec rmdir /var/lib/PolicyKit 2>/dev/null || true -@unexec rmdir /var/lib/PolicyKit-public 2>/dev/null || true -@unexec rm -f /var/lib/misc/PolicyKit.reload 2>/dev/null || true -@unexec rmdir /var/lib/misc 2>/dev/null || true diff --git a/textproc/gnome-doc-utils/Makefile b/textproc/gnome-doc-utils/Makefile deleted file mode 100644 index 541235f67..000000000 --- a/textproc/gnome-doc-utils/Makefile +++ /dev/null @@ -1,40 +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.60 2008/12/18 04:02:42 mezz Exp $ -# - -PORTNAME= gnome-doc-utils -PORTVERSION= 0.14.2 -CATEGORIES= textproc gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME doc utils - -BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian \ - 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 -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 ${PREFIX}/share/xml2po - -.include <bsd.port.mk> diff --git a/textproc/gnome-doc-utils/distinfo b/textproc/gnome-doc-utils/distinfo deleted file mode 100644 index b4c4638c8..000000000 --- a/textproc/gnome-doc-utils/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome-doc-utils-0.14.2.tar.bz2) = d7a7d8646f34571704e4be62e5c7107f -SHA256 (gnome-doc-utils-0.14.2.tar.bz2) = 0a1ebce8b5cdee44addde6f95625aa6bd5bfe6c8014485e8ec505c686fab1f7f -SIZE (gnome-doc-utils-0.14.2.tar.bz2) = 619515 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 7373c22c1..000000000 --- a/textproc/gnome-doc-utils/pkg-plist +++ /dev/null @@ -1,236 +0,0 @@ -bin/gnome-doc-prepare -bin/gnome-doc-tool -bin/xml2po -libdata/pkgconfig/gnome-doc-utils.pc -libdata/pkgconfig/xml2po.pc -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-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/theme.xml -share/gnome/help/gnome-doc-xslt/C/translating.xml -share/locale/ar/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/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/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/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-xslt/gnome-doc-xslt-C.omf -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/xml2po/docbook.py -share/xml2po/docbook.pyc -share/xml2po/empty.py -share/xml2po/empty.pyc -share/xml2po/gs.py -share/xml2po/gs.pyc -share/xml2po/ubuntu.py -share/xml2po/ubuntu.pyc -share/xml2po/xhtml.py -share/xml2po/xhtml.pyc -@dirrm share/xml2po -@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/C -@dirrm share/gnome/help/gnome-doc-xslt -@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/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/textproc/intltool/Makefile b/textproc/intltool/Makefile deleted file mode 100644 index 07cb67ee1..000000000 --- a/textproc/intltool/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: intltool -# Date created: 19th January 2001 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/textproc/intltool/Makefile,v 1.10 2008/09/20 09:08:53 kwm Exp $ - -PORTNAME= intltool -PORTVERSION= 0.40.5 -CATEGORIES= textproc gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Tools to internationalize various kinds of data files - -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser - -USE_BZIP2= yes -USE_GMAKE= yes -USE_ICONV= yes -USE_PERL5= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --libdir="${PREFIX}/libdata" - -MAN8= intltool-extract.8 intltool-merge.8 intltool-prepare.8 \ - intltool-update.8 intltoolize.8 - -CONFLICTS= xml-i18n-tools-[0-9]* - -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \ - -E -e '/^mkinstalldirs[[:space:]]*=/s^/\.\.^^g' - -post-install: - ${MKDIR} ${PREFIX}/share/intltool/XML/Parser/Style - ${INSTALL_DATA} ${FILESDIR}/OrigTree.pm \ - ${PREFIX}/share/intltool/XML/Parser/Style - -.include <bsd.port.mk> diff --git a/textproc/intltool/distinfo b/textproc/intltool/distinfo deleted file mode 100644 index 65c0cf4d6..000000000 --- a/textproc/intltool/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome/intltool-0.40.5.tar.bz2) = 3e7ded6f50d88cf8b8bb505eaf591775 -SHA256 (gnome/intltool-0.40.5.tar.bz2) = 29eb68e8042e5ebe7e239fd3e0920bfb1a784de524c2a8fd126d9e41347a3404 -SIZE (gnome/intltool-0.40.5.tar.bz2) = 141110 diff --git a/textproc/intltool/files/OrigTree.pm b/textproc/intltool/files/OrigTree.pm deleted file mode 100644 index 16a02bfdd..000000000 --- a/textproc/intltool/files/OrigTree.pm +++ /dev/null @@ -1,91 +0,0 @@ -# $Id: OrigTree.pm,v 1.5 2008-06-05 12:50:44 kwm Exp $ - -package XML::Parser::Style::OrigTree; -$XML::Parser::Built_In_Styles{OrigTree} = 1; - -sub Init { - my $expat = shift; - $expat->{Lists} = []; - $expat->{Curlist} = $expat->{OrigTree} = []; -} - -sub Start { - my $expat = shift; - my $tag = shift; - my $newlist = [ { @_ } ]; - push @{ $expat->{Lists} }, $expat->{Curlist}; - push @{ $expat->{Curlist} }, $tag => $newlist; - $expat->{Curlist} = $newlist; -} - -sub End { - my $expat = shift; - my $tag = shift; - $expat->{Curlist} = pop @{ $expat->{Lists} }; -} - -sub Char { - my $expat = shift; - my $text = shift; - my $clist = $expat->{Curlist}; - my $pos = $#$clist; - - if ($pos > 0 and $clist->[$pos - 1] eq '0') { - $clist->[$pos] .= $expat->original_string(); - } else { - push @$clist, 0 => $expat->original_string(); - } -} - -sub Final { - my $expat = shift; - delete $expat->{Curlist}; - delete $expat->{Lists}; - $expat->{OrigTree}; -} - -1; -__END__ - -=head1 NAME - -XML::Parser::Style::OrigTree - -=head1 SYNOPSIS - - use XML::Parser; - my $p = XML::Parser->new(Style => 'OrigTree'); - my $tree = $p->parsefile('foo.xml'); - -=head1 DESCRIPTION - -This module is a variant of the XML::Parser's Tree style parser. It -uses original_string, so that Entities are not converted. - -When parsing a document, C<parse()> will return a parse tree for the -document. Each node in the tree -takes the form of a tag, content pair. Text nodes are represented with -a pseudo-tag of "0" and the string that is their content. For elements, -the content is an array reference. The first item in the array is a -(possibly empty) hash reference containing attributes. The remainder of -the array is a sequence of tag-content pairs representing the content -of the element. - -So for example the result of parsing: - - <foo><head id="a">Hello <em>there</em></head><bar>Howdy<ref/></bar>do</foo> - -would be: - Tag Content - ================================================================== - [foo, [{}, head, [{id => "a"}, 0, "Hello ", em, [{}, 0, "there"]], - bar, [ {}, 0, "Howdy", ref, [{}]], - 0, "do" - ] - ] - -The root document "foo", has 3 children: a "head" element, a "bar" -element and the text "do". After the empty attribute hash, these are -represented in it's contents by 3 tag-content pairs. - -=cut diff --git a/textproc/intltool/files/patch-configure b/textproc/intltool/files/patch-configure deleted file mode 100644 index b01eeb21f..000000000 --- a/textproc/intltool/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Mon May 20 01:34:39 2002 -+++ configure Fri May 24 10:52:12 2002 -@@ -1452,7 +1452,7 @@ - echo "$as_me: error: perl not found" >&2;} - { (exit 1); exit 1; }; } - fi --if test -z "`$PERL -v | fgrep 'v5.' 2> /dev/null`" -a -z "`$PERL -v | fgrep 'version 5.' 2> /dev/null`"; then -+if test -z "`$PERL -v | fgrep '5.' 2> /dev/null`" -a -z "`$PERL -v | fgrep 'version 5.' 2> /dev/null`"; then - { { echo "$as_me:$LINENO: error: perl 5.x required for intltool" >&5 - echo "$as_me: error: perl 5.x required for intltool" >&2;} - { (exit 1); exit 1; }; } diff --git a/textproc/intltool/pkg-descr b/textproc/intltool/pkg-descr deleted file mode 100644 index b8fb6ebf9..000000000 --- a/textproc/intltool/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -The module contains some utility scripts and assorted auto* magic for -internationalizing various kinds of XML files. - -* Features - -o Extract translatable strings from various source files (.xml.in, - .glade, .desktop.in, .server.in, .oaf.in). - -o Collect the extracted strings together with messages from traditional - source files (.c, .h) in po/$(PACKAGE).pot. - -o Merge back the translations from .po files into .xml, .desktop and - .oaf files. This merge step will happen at build resp. installation - time. - -WWW: http://www.gnome.org/ diff --git a/textproc/intltool/pkg-plist b/textproc/intltool/pkg-plist deleted file mode 100644 index a56ce96a6..000000000 --- a/textproc/intltool/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/intltool-extract -bin/intltool-merge -bin/intltool-prepare -bin/intltool-update -bin/intltoolize -share/aclocal/intltool.m4 -%%DATADIR%%/Makefile.in.in -%%DATADIR%%/XML/Parser/Style/OrigTree.pm -@dirrm %%DATADIR%%/XML/Parser/Style -@dirrm %%DATADIR%%/XML/Parser -@dirrm %%DATADIR%%/XML -@dirrm %%DATADIR%% diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile deleted file mode 100644 index b553378d9..000000000 --- a/textproc/libxml++26/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# ex:ts=8 -# New ports collection makefile for: libxml++ -# Date created: Feb 26, 2001 -# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/textproc/libxml++26/Makefile,v 1.32 2008/12/14 18:03:06 mezz Exp $ -# - -PORTNAME= libxml++ -PORTVERSION= 2.24.2 -CATEGORIES= textproc -MASTER_SITES= GNOME - -MAINTAINER= bland@FreeBSD.org -COMMENT= XML API for C++ - -LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -LATEST_LINK= libxml++26 - -USE_GMAKE= yes -USE_GNOME= gnomehack libxml2 pkgconfig -GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -PLIST_SUB= VERSION="2.6" API_VERSION="2.6" DOC_VERSION=${PORTVERSION:R} - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e '/^gentoo_ltmain_version=/s/`.*`/$$gentoo_lt_version/' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e '/^library_configdir =/s/libdir/includedir/' \ - ${WRKSRC}/libxml++/Makefile.in - @${REINPLACE_CMD} -e '/^Cflags:/s/libdir/includedir/' \ - ${WRKSRC}/libxml++-2.6.pc.in -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -E '/^SUBDIRS = /s/(docs|examples)//g' ${WRKSRC}/Makefile.in -.endif - -.include <bsd.port.mk> diff --git a/textproc/libxml++26/distinfo b/textproc/libxml++26/distinfo deleted file mode 100644 index 48861d79c..000000000 --- a/textproc/libxml++26/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libxml++-2.24.2.tar.gz) = 9b2eeb4c4b3bf7aaef2514d0acaa2878 -SHA256 (libxml++-2.24.2.tar.gz) = 84305aa1dab475c7f4c86eefaa27737f57256fb4291609bd1ac936416d307346 -SIZE (libxml++-2.24.2.tar.gz) = 852454 diff --git a/textproc/libxml++26/pkg-descr b/textproc/libxml++26/pkg-descr deleted file mode 100644 index 94d8feaff..000000000 --- a/textproc/libxml++26/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -libxml++ is a C++ interface for working with XML files, using libxml -(gnome-xml) to parse and write the actual XML files. It has a simple -but complete API. - -WWW: http://libxmlplusplus.sourceforge.net/ diff --git a/textproc/libxml++26/pkg-plist b/textproc/libxml++26/pkg-plist deleted file mode 100644 index 410e20efe..000000000 --- a/textproc/libxml++26/pkg-plist +++ /dev/null @@ -1,354 +0,0 @@ -include/libxml++-%%API_VERSION%%/include/libxml++config.h -include/libxml++-%%API_VERSION%%/libxml++/attribute.h -include/libxml++-%%API_VERSION%%/libxml++/document.h -include/libxml++-%%API_VERSION%%/libxml++/dtd.h -include/libxml++-%%API_VERSION%%/libxml++/exceptions/exception.h -include/libxml++-%%API_VERSION%%/libxml++/exceptions/internal_error.h -include/libxml++-%%API_VERSION%%/libxml++/exceptions/parse_error.h -include/libxml++-%%API_VERSION%%/libxml++/exceptions/validity_error.h -include/libxml++-%%API_VERSION%%/libxml++/io/istreamparserinputbuffer.h -include/libxml++-%%API_VERSION%%/libxml++/io/ostreamoutputbuffer.h -include/libxml++-%%API_VERSION%%/libxml++/io/outputbuffer.h -include/libxml++-%%API_VERSION%%/libxml++/io/parserinputbuffer.h -include/libxml++-%%API_VERSION%%/libxml++/keepblanks.h -include/libxml++-%%API_VERSION%%/libxml++/libxml++.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/cdatanode.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/commentnode.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/contentnode.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/element.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/entityreference.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/node.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/processinginstructionnode.h -include/libxml++-%%API_VERSION%%/libxml++/nodes/textnode.h -include/libxml++-%%API_VERSION%%/libxml++/noncopyable.h -include/libxml++-%%API_VERSION%%/libxml++/parsers/domparser.h -include/libxml++-%%API_VERSION%%/libxml++/parsers/parser.h -include/libxml++-%%API_VERSION%%/libxml++/parsers/saxparser.h -include/libxml++-%%API_VERSION%%/libxml++/parsers/textreader.h -include/libxml++-%%API_VERSION%%/libxml++/schema.h -include/libxml++-%%API_VERSION%%/libxml++/validators/dtdvalidator.h -include/libxml++-%%API_VERSION%%/libxml++/validators/schemavalidator.h -include/libxml++-%%API_VERSION%%/libxml++/validators/validator.h -lib/libxml++-%%VERSION%%.a -lib/libxml++-%%VERSION%%.la -lib/libxml++-%%VERSION%%.so -lib/libxml++-%%VERSION%%.so.2 -libdata/pkgconfig/libxml++-%%API_VERSION%%.pc -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/manual/html/ar01s02.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/manual/html/index.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/annotated.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/attribute_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/cdatanode_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/class__Ios__Openmode.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/class____basic__file_3_01char_01_4.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/class____gthread__mutex__t.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classbool.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classes.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classptrdiff__t.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Attribute-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Attribute.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Attribute__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Attribute__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Attribute__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1CdataNode-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1CdataNode.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1CdataNode__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1CdataNode__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1CdataNode__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1CommentNode-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1CommentNode.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1CommentNode__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1CommentNode__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1CommentNode__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1ContentNode-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1ContentNode.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1ContentNode__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1ContentNode__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1ContentNode__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Document-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Document.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Document__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Document__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Document__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1DomParser-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1DomParser.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1DomParser__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1DomParser__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1DomParser__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Dtd-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Dtd.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1DtdValidator-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1DtdValidator.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1DtdValidator__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1DtdValidator__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1DtdValidator__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Element-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Element.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Element__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Element__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Element__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1EntityReference-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1EntityReference.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1EntityReference__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1EntityReference__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1EntityReference__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1IStreamParserInputBuffer-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1IStreamParserInputBuffer.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1IStreamParserInputBuffer__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1IStreamParserInputBuffer__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1IStreamParserInputBuffer__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1KeepBlanks-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1KeepBlanks.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Node-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Node.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Node__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Node__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Node__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1NonCopyable-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1NonCopyable.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1NonCopyable__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1NonCopyable__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1NonCopyable__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1OStreamOutputBuffer-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1OStreamOutputBuffer.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1OStreamOutputBuffer__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1OStreamOutputBuffer__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1OStreamOutputBuffer__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1OutputBuffer-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1OutputBuffer.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1OutputBuffer__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1OutputBuffer__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1OutputBuffer__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Parser-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Parser.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1ParserInputBuffer-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1ParserInputBuffer.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1ParserInputBuffer__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1ParserInputBuffer__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1ParserInputBuffer__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Parser__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Parser__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Parser__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1ProcessingInstructionNode-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1ProcessingInstructionNode.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1ProcessingInstructionNode__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1ProcessingInstructionNode__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1ProcessingInstructionNode__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1SaxParser-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1SaxParser.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1SaxParser__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1SaxParser__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1SaxParser__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Schema-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Schema.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1SchemaValidator-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1SchemaValidator.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1SchemaValidator__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1SchemaValidator__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1SchemaValidator__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Schema__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Schema__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Schema__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1TextNode-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1TextNode.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1TextNode__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1TextNode__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1TextNode__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1TextReader-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1TextReader.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1TextReader__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1TextReader__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1TextReader__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Validator-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Validator.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Validator__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Validator__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1Validator__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1exception-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1exception.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1exception__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1exception__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1exception__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1internal__error-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1internal__error.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1internal__error__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1internal__error__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1internal__error__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1parse__error-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1parse__error.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1parse__error__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1parse__error__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1parse__error__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1validity__error-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1validity__error.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1validity__error__inherit__graph.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1validity__error__inherit__graph.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/classxmlpp_1_1validity__error__inherit__graph.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/commentnode_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/contentnode_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/dir_09175cceffbf8f82a4b8bcfb55735ae0.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/dir_09175cceffbf8f82a4b8bcfb55735ae0_dep.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/dir_09175cceffbf8f82a4b8bcfb55735ae0_dep.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/dir_115a96c3ede874068b194b914ec45c5e.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/dir_115a96c3ede874068b194b914ec45c5e_dep.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/dir_115a96c3ede874068b194b914ec45c5e_dep.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/dir_2e70e6ebf5a2a9d0ff304933c4e7de93.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/dir_2e70e6ebf5a2a9d0ff304933c4e7de93_dep.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/dir_2e70e6ebf5a2a9d0ff304933c4e7de93_dep.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/dir_6dfcea9398f8561a02a06b98c3a994a4.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/dir_6dfcea9398f8561a02a06b98c3a994a4_dep.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/dir_6dfcea9398f8561a02a06b98c3a994a4_dep.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/dir_d0d921f942df7100872be0f0c0023162.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/dir_d0d921f942df7100872be0f0c0023162_dep.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/dir_d0d921f942df7100872be0f0c0023162_dep.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/dir_f2f24ec5780f043b4b2b5292a9185f09.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/dir_f2f24ec5780f043b4b2b5292a9185f09_dep.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/dir_f2f24ec5780f043b4b2b5292a9185f09_dep.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/dirs.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/document_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/domparser_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/doxygen.css -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/doxygen.png -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/dtd_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/dtdvalidator_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/element_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/entityreference_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/exception_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/files.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_0x63.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_0x64.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_0x65.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_0x66.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_0x67.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_0x68.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_0x69.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_0x6b.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_0x6c.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_0x6d.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_0x6e.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_0x6f.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_0x70.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_0x72.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_0x73.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_0x74.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_0x76.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_0x77.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_0x78.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_0x7e.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_enum.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_eval.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_func.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_func_0x63.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_func_0x64.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_func_0x65.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_func_0x66.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_func_0x67.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_func_0x68.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_func_0x69.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_func_0x6b.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_func_0x6c.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_func_0x6d.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_func_0x6e.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_func_0x6f.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_func_0x70.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_func_0x72.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_func_0x73.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_func_0x74.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_func_0x76.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_func_0x77.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_func_0x7e.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_rela.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_type.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/functions_vars.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/globals.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/globals_defs.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/graph_legend.dot -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/graph_legend.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/graph_legend.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/hierarchy.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/index.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__0.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__0.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__0.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__1.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__1.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__1.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__10.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__10.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__10.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__2.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__2.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__2.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__3.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__3.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__3.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__4.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__4.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__4.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__5.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__5.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__5.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__6.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__6.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__6.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__7.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__7.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__7.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__8.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__8.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__8.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__9.jpg -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__9.map -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherit__graph__9.md5 -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/inherits.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/internal__error_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/istreamparserinputbuffer_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/keepblanks_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/libxml_09_09_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/libxml_09_09config_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/namespacemembers.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/namespacemembers_enum.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/namespacemembers_eval.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/namespacemembers_type.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/namespaces.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/namespacesigc.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/namespacestatic_01const_01std.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/namespacexmlpp.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/newin2p20s.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/newin2p24s.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/node_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/noncopyable_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/ostreamoutputbuffer_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/outputbuffer_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/pages.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/parse__error_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/parser_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/parserinputbuffer_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/processinginstructionnode_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/saxparser_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/schema_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/schemavalidator_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/structxmlpp_1_1SaxParser_1_1Attribute-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/structxmlpp_1_1SaxParser_1_1Attribute.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/structxmlpp_1_1SaxParser_1_1AttributeHasName-members.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/structxmlpp_1_1SaxParser_1_1AttributeHasName.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/tabs.css -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/textnode_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/textreader_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/validator_8h.html -%%PORTDOCS%%share/doc/libxml++-%%API_VERSION%%/docs/reference/html/validity__error_8h.html -%%PORTDOCS%%@dirrm share/doc/libxml++-%%API_VERSION%%/docs/reference/html -%%PORTDOCS%%@dirrm share/doc/libxml++-%%API_VERSION%%/docs/reference -%%PORTDOCS%%@dirrm share/doc/libxml++-%%API_VERSION%%/docs/manual/html -%%PORTDOCS%%@dirrm share/doc/libxml++-%%API_VERSION%%/docs/manual -%%PORTDOCS%%@dirrm share/doc/libxml++-%%API_VERSION%%/docs -%%PORTDOCS%%@dirrm share/doc/libxml++-%%API_VERSION%% -@dirrm include/libxml++-%%API_VERSION%%/libxml++/validators -@dirrm include/libxml++-%%API_VERSION%%/libxml++/parsers -@dirrm include/libxml++-%%API_VERSION%%/libxml++/nodes -@dirrm include/libxml++-%%API_VERSION%%/libxml++/io -@dirrm include/libxml++-%%API_VERSION%%/libxml++/exceptions -@dirrm include/libxml++-%%API_VERSION%%/libxml++ -@dirrm include/libxml++-%%API_VERSION%%/include -@dirrm include/libxml++-%%API_VERSION%% diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile deleted file mode 100644 index 55d2ead37..000000000 --- a/textproc/libxml2/Makefile +++ /dev/null @@ -1,80 +0,0 @@ -# New ports collection makefile for: libxml2 -# Date created: 28 September 1998 -# Whom: Yukihiro Nakai <Nakai@technologist.com> -# -# $FreeBSD$ -# -# WITH_THREADS_BREAK enable pthread support (WILL BREAK OTHER PORTS!) -# WITHOUT_SCHEMA disable XML schema support -# WITH_MEM_DEBUG enable memory debugging (DEVELOPERS ONLY!) -# WITH_XMLLINT_HIST enable history for xmllint -# WITH_THREAD_ALLOC enable per-thread memory (DEVELOPERS ONLY!) -# - -PORTNAME= libxml2 -PORTVERSION= 2.7.2 -PORTREVISION?= 1 -CATEGORIES?= textproc gnome -MASTER_SITES= ftp://fr.rpmfind.net/pub/libxml/ \ - ftp://gd.tuwien.ac.at/pub/libxml/ \ - ftp://xmlsoft.org/libxml2/ -DIST_SUBDIR= gnome2 - -MAINTAINER?= gnome@FreeBSD.org -COMMENT?= XML parser library for GNOME - -.if !defined(REFERENCE_PORT) - -USE_GMAKE= yes -USE_ICONV= yes -GNU_CONFIGURE= yes -USE_GNOME?= gnomehack gnometarget pkgconfig -USE_LDCONFIG= yes -CONFIGURE_ARGS?= --with-iconv=${LOCALBASE} \ - --with-html-dir=${PREFIX}/share/doc \ - --with-html-subdir=${PORTNAME} \ - --without-python -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.if !defined(MASTERDIR) -MAN1= xml2-config.1 xmllint.1 xmlcatalog.1 -MAN3= libxml.3 -.endif - -.if defined(WITH_THREADS_BREAK) -CONFIGURE_ARGS+= --with-threads -.else -CONFIGURE_ARGS+= --without-threads -.endif - -.if defined(WITHOUT_SCHEMA) -CONFIGURE_ARGS+= --without-schemas -.endif - -.if defined(WITH_MEM_DEBUG) -CONFIGURE_ARGS+= --with-mem-debug -.endif - -.if defined(WITH_XMLLINT_HIST) -CONFIGURE_ARGS+= --with-history -.endif - -.if defined(WITH_THREAD_ALLOC) -CONFIGURE_ARGS+= --with-thread-alloc -.endif - -post-patch: -.for d in . doc doc/devhelp doc/examples - @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-data-local||' \ - ${WRKSRC}/${d}/Makefile.in -.endfor -.for f in catalog.c xmlcatalog.c xmllint.c doc/xmllint.1 - @${REINPLACE_CMD} -e \ - 's|/etc/xml/catalog|${LOCALBASE}/share/xml/catalog|g; \ - s|/etc/sgml/catalog|${LOCALBASE}/share/sgml/catalog|g' ${WRKSRC}/${f} -.endfor - -.include <bsd.port.mk> - -.endif diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo deleted file mode 100644 index dee3d9317..000000000 --- a/textproc/libxml2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libxml2-2.7.2.tar.gz) = dc43ff7ae6aded45f578c87b7b0c8766 -SHA256 (gnome2/libxml2-2.7.2.tar.gz) = c01bd621f771cdee349877f55cc841a1bdfb206b2cf5c9aa62aa6a9680e61980 -SIZE (gnome2/libxml2-2.7.2.tar.gz) = 4790639 diff --git a/textproc/libxml2/files/patch-CVE-2008-4225 b/textproc/libxml2/files/patch-CVE-2008-4225 deleted file mode 100644 index 0666795c6..000000000 --- a/textproc/libxml2/files/patch-CVE-2008-4225 +++ /dev/null @@ -1,26 +0,0 @@ ---- tree.c.orig 2008-10-31 18:14:00.000000000 -0700 -+++ tree.c 2008-10-31 18:14:35.000000000 -0700 -@@ -14,7 +14,7 @@ - #include "libxml.h" - - #include <string.h> /* for memset() only ! */ -- -+#include <limits.h> - #ifdef HAVE_CTYPE_H - #include <ctype.h> - #endif -@@ -6996,7 +6996,13 @@ - case XML_BUFFER_ALLOC_DOUBLEIT: - /*take care of empty case*/ - newSize = (buf->size ? buf->size*2 : size + 10); -- while (size > newSize) newSize *= 2; -+ while (size > newSize) { -+ if (newSize > UINT_MAX / 2) { -+ xmlTreeErrMemory("growing buffer"); -+ return 0; -+ } -+ newSize *= 2; -+ } - break; - case XML_BUFFER_ALLOC_EXACT: - newSize = size+10; diff --git a/textproc/libxml2/files/patch-CVE-2008-4226 b/textproc/libxml2/files/patch-CVE-2008-4226 deleted file mode 100644 index 79e808b40..000000000 --- a/textproc/libxml2/files/patch-CVE-2008-4226 +++ /dev/null @@ -1,38 +0,0 @@ ---- SAX2.c.orig 2008-01-25 08:10:04.000000000 -0500 -+++ SAX2.c 2008-11-07 05:07:34.000000000 -0500 -@@ -11,6 +11,7 @@ - #include "libxml.h" - #include <stdlib.h> - #include <string.h> -+#include <limits.h> - #include <libxml/xmlmemory.h> - #include <libxml/tree.h> - #include <libxml/parser.h> -@@ -26,6 +27,11 @@ - #include <libxml/HTMLtree.h> - #include <libxml/globals.h> - -+/* Define SIZE_T_MAX unless defined through <limits.h>. */ -+#ifndef SIZE_T_MAX -+# define SIZE_T_MAX ((size_t)-1) -+#endif /* !SIZE_T_MAX */ -+ - /* #define DEBUG_SAX2 */ - /* #define DEBUG_SAX2_TREE */ - -@@ -2445,9 +2451,14 @@ - (xmlDictOwns(ctxt->dict, lastChild->content))) { - lastChild->content = xmlStrdup(lastChild->content); - } -+ if ((size_t)ctxt->nodelen > SIZE_T_MAX - (size_t)len || -+ (size_t)ctxt->nodemem + (size_t)len > SIZE_T_MAX / 2) { -+ xmlSAX2ErrMemory(ctxt, "xmlSAX2Characters overflow prevented"); -+ return; -+ } - if (ctxt->nodelen + len >= ctxt->nodemem) { - xmlChar *newbuf; -- int size; -+ size_t size; - - size = ctxt->nodemem + len; - size *= 2; diff --git a/textproc/libxml2/files/patch-aa b/textproc/libxml2/files/patch-aa deleted file mode 100644 index c8b294955..000000000 --- a/textproc/libxml2/files/patch-aa +++ /dev/null @@ -1,47 +0,0 @@ ---- Makefile.in.orig 2008-10-05 07:36:15.299141562 -0400 -+++ Makefile.in 2008-10-05 07:41:11.883687363 -0400 -@@ -513,13 +513,13 @@ - target_alias = @target_alias@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ --SUBDIRS = include . doc example xstc @PYTHON_SUBDIR@ -+SUBDIRS = include . doc example xstc @WITH_PYTHON_TRUE@ @PYTHON_SUBDIR@ - DIST_SUBDIRS = include . doc example python xstc - INCLUDES = -I$(top_builddir)/include -I@srcdir@/include @THREAD_CFLAGS@ @Z_CFLAGS@ - bin_SCRIPTS = xml2-config - lib_LTLIBRARIES = libxml2.la - libxml2_la_LIBADD = @THREAD_LIBS@ @Z_LIBS@ $(ICONV_LIBS) @M_LIBS@ @WIN32_EXTRA_LIBADD@ --libxml2_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ -version-info @LIBXML_VERSION_INFO@ @MODULE_PLATFORM_LIBS@ -+libxml2_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ -version-info 5:0:0 @MODULE_PLATFORM_LIBS@ - @WITH_TRIO_SOURCES_FALSE@libxml2_la_SOURCES = SAX.c entities.c encoding.c error.c parserInternals.c \ - @WITH_TRIO_SOURCES_FALSE@ parser.c tree.c hash.c list.c xmlIO.c xmlmemory.c uri.c \ - @WITH_TRIO_SOURCES_FALSE@ valid.c xlink.c HTMLparser.c HTMLtree.c debugXML.c xpath.c \ -@@ -633,7 +633,7 @@ - runxmlconf_DEPENDENCIES = $(DEPS) - runxmlconf_LDADD = $(LDADDS) - CLEANFILES = xml2Conf.sh *.gcda *.gcno --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = xml2Conf.sh - CVS_EXTRA_DIST = - EXTRA_DIST = xml2-config.in xml2Conf.sh.in libxml.spec.in libxml2.spec \ -@@ -656,8 +656,8 @@ - # Install the tests program sources as examples - # - BASE_DIR = $(datadir)/doc --DOC_MODULE = libxml2-$(VERSION) --EXAMPLES_DIR = $(BASE_DIR)/$(DOC_MODULE)/examples -+DOC_MODULE = libxml2 -+EXAMPLES_DIR = $(datadir)/examples/libxml2 - - # - # Coverage support, largely borrowed from libvirt -@@ -1414,7 +1414,7 @@ - exit 1; } >&2 - check-am: all-am - check: check-recursive --all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) $(MANS) $(DATA) \ -+all-am: Makefile $(LTLIBRARIES) $(SCRIPTS) $(MANS) $(DATA) \ - config.h - install-binPROGRAMS: install-libLTLIBRARIES - diff --git a/textproc/libxml2/files/patch-config.h.in b/textproc/libxml2/files/patch-config.h.in deleted file mode 100644 index e86bbf40e..000000000 --- a/textproc/libxml2/files/patch-config.h.in +++ /dev/null @@ -1,11 +0,0 @@ ---- config.h.in.orig Sun Nov 3 16:55:05 2002 -+++ config.h.in Tue Nov 19 00:06:05 2002 -@@ -1,4 +1,8 @@ - /* config.h.in. Generated from configure.in by autoheader. */ -+ -+/* XXX */ -+#define HAVE_VFSCANF -+ - #undef PACKAGE - #undef VERSION - #undef HAVE_LIBZ diff --git a/textproc/libxml2/files/patch-configure b/textproc/libxml2/files/patch-configure deleted file mode 100644 index 82e883f0f..000000000 --- a/textproc/libxml2/files/patch-configure +++ /dev/null @@ -1,16 +0,0 @@ ---- configure.orig 2008-05-24 00:14:51.000000000 -0500 -+++ configure 2008-05-24 00:17:51.000000000 -0500 -@@ -27275,11 +27275,12 @@ - fi - if test "$PYTHON_VERSION" != "" - then -+ with_python=`$PYTHON -c "import sys; print sys.exec_prefix"` - if test -r $with_python/include/python$PYTHON_VERSION/Python.h -a \ - -d $with_python/lib/python$PYTHON_VERSION/site-packages - then - PYTHON_INCLUDES=$with_python/include/python$PYTHON_VERSION -- PYTHON_SITE_PACKAGES=$libdir/python$PYTHON_VERSION/site-packages -+ PYTHON_SITE_PACKAGES=$with_python/lib/python$PYTHON_VERSION/site-packages - else - if test -r $prefix/include/python$PYTHON_VERSION/Python.h - then diff --git a/textproc/libxml2/files/patch-doc_devhelp_Makefile.in b/textproc/libxml2/files/patch-doc_devhelp_Makefile.in deleted file mode 100644 index d7581357d..000000000 --- a/textproc/libxml2/files/patch-doc_devhelp_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/devhelp/Makefile.in.orig 2008-01-22 15:49:34.000000000 -0500 -+++ doc/devhelp/Makefile.in 2008-01-22 15:49:58.000000000 -0500 -@@ -259,7 +259,7 @@ sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ --DEVHELP_DIR = $(datadir)/gtk-doc/html/libxml2 -+DEVHELP_DIR = $(datadir)/doc/libxml2/html - HTML_FILES = index.html general.html $(HTML_MODULES) - HTML_MODULES = \ - libxml2-c14n.html \ diff --git a/textproc/libxml2/files/patch-python::Makefile.in b/textproc/libxml2/files/patch-python::Makefile.in deleted file mode 100644 index 37a01dce1..000000000 --- a/textproc/libxml2/files/patch-python::Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- python/Makefile.in.orig 2008-05-23 22:39:11.000000000 -0500 -+++ python/Makefile.in 2008-05-23 22:40:42.000000000 -0500 -@@ -322,7 +322,7 @@ - -I$(top_builddir)/include \ - -I$(top_builddir)/$(subdir) - --docsdir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION) -+docsdir = $(datadir)/doc/py-libxml2 - # libxml2class.txt is generated - dist_docs_DATA = TODO - EXTRA_DIST = \ -@@ -335,7 +335,7 @@ - - libxml2mod_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ -module -avoid-version - @WITH_PYTHON_TRUE@mylibs = \ --@WITH_PYTHON_TRUE@ $(top_builddir)/libxml2.la -+@WITH_PYTHON_TRUE@ -lxml2 - - @WITH_PYTHON_TRUE@python_LTLIBRARIES = libxml2mod.la - @WITH_PYTHON_TRUE@libxml2mod_la_SOURCES = libxml.c types.c diff --git a/textproc/libxml2/files/patch-python::tests::Makefile.in b/textproc/libxml2/files/patch-python::tests::Makefile.in deleted file mode 100644 index 405539d86..000000000 --- a/textproc/libxml2/files/patch-python::tests::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- python/tests/Makefile.in.orig 2008-05-23 22:41:49.000000000 -0500 -+++ python/tests/Makefile.in 2008-05-23 22:42:12.000000000 -0500 -@@ -270,7 +270,7 @@ - target_alias = @target_alias@ - top_builddir = @top_builddir@ - top_srcdir = @top_srcdir@ --exampledir = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examples -+exampledir = $(datadir)/examples/py-libxml2 - dist_example_DATA = $(PYTESTS) $(XMLS) - PYTESTS = \ - build.py \ diff --git a/textproc/libxml2/files/patch-xml2Conf.sh.in b/textproc/libxml2/files/patch-xml2Conf.sh.in deleted file mode 100644 index fc820680f..000000000 --- a/textproc/libxml2/files/patch-xml2Conf.sh.in +++ /dev/null @@ -1,18 +0,0 @@ - -$FreeBSD: ports/textproc/libxml2/files/patch-xml2Conf.sh.in,v 1.2 2003/09/18 06:49:34 marcus Exp $ - ---- xml2Conf.sh.in 2001/05/19 19:57:43 1.1 -+++ xml2Conf.sh.in 2001/05/19 19:59:40 -@@ -1,6 +1,12 @@ - # - # Configuration file for using the XML library in GNOME applications - # -+ -+prefix=@prefix@ -+exec_prefix=@exec_prefix@ -+includedir=@includedir@ -+libdir=@libdir@ -+ - XML2_LIBDIR="@XML_LIBDIR@" - XML2_LIBS="@XML_LIBS@" - XML2_INCLUDEDIR="@XML_INCLUDEDIR@" diff --git a/textproc/libxml2/pkg-descr b/textproc/libxml2/pkg-descr deleted file mode 100644 index c64953cf9..000000000 --- a/textproc/libxml2/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Libxml2 is the XML C parser and toolkit developed for the Gnome project (but -usable outside of the Gnome platform). XML itself is a metalanguage to design -markup languages, i.e. text language where semantic and structure are added to -the content using extra "markup" information enclosed between angle brackets. - -WWW: http://xmlsoft.org/ diff --git a/textproc/libxml2/pkg-plist b/textproc/libxml2/pkg-plist deleted file mode 100644 index c1e7fae18..000000000 --- a/textproc/libxml2/pkg-plist +++ /dev/null @@ -1,59 +0,0 @@ -bin/xml2-config -bin/xmlcatalog -bin/xmllint -etc/xml2Conf.sh -include/libxml2/libxml/DOCBparser.h -include/libxml2/libxml/HTMLparser.h -include/libxml2/libxml/HTMLtree.h -include/libxml2/libxml/SAX.h -include/libxml2/libxml/SAX2.h -include/libxml2/libxml/c14n.h -include/libxml2/libxml/catalog.h -include/libxml2/libxml/chvalid.h -include/libxml2/libxml/debugXML.h -include/libxml2/libxml/dict.h -include/libxml2/libxml/encoding.h -include/libxml2/libxml/entities.h -include/libxml2/libxml/globals.h -include/libxml2/libxml/hash.h -include/libxml2/libxml/list.h -include/libxml2/libxml/nanoftp.h -include/libxml2/libxml/nanohttp.h -include/libxml2/libxml/parser.h -include/libxml2/libxml/parserInternals.h -include/libxml2/libxml/pattern.h -include/libxml2/libxml/relaxng.h -include/libxml2/libxml/schemasInternals.h -include/libxml2/libxml/schematron.h -include/libxml2/libxml/threads.h -include/libxml2/libxml/tree.h -include/libxml2/libxml/uri.h -include/libxml2/libxml/valid.h -include/libxml2/libxml/xinclude.h -include/libxml2/libxml/xlink.h -include/libxml2/libxml/xmlIO.h -include/libxml2/libxml/xmlautomata.h -include/libxml2/libxml/xmlerror.h -include/libxml2/libxml/xmlexports.h -include/libxml2/libxml/xmlmemory.h -include/libxml2/libxml/xmlmodule.h -include/libxml2/libxml/xmlreader.h -include/libxml2/libxml/xmlregexp.h -include/libxml2/libxml/xmlsave.h -include/libxml2/libxml/xmlschemas.h -include/libxml2/libxml/xmlschemastypes.h -include/libxml2/libxml/xmlstring.h -include/libxml2/libxml/xmlunicode.h -include/libxml2/libxml/xmlversion.h -include/libxml2/libxml/xmlwriter.h -include/libxml2/libxml/xpath.h -include/libxml2/libxml/xpathInternals.h -include/libxml2/libxml/xpointer.h -lib/libxml2.a -lib/libxml2.la -lib/libxml2.so -lib/libxml2.so.5 -libdata/pkgconfig/libxml-2.0.pc -share/aclocal/libxml.m4 -@dirrm include/libxml2/libxml -@dirrm include/libxml2 diff --git a/textproc/py-libxml2/Makefile b/textproc/py-libxml2/Makefile deleted file mode 100644 index 8c1ef3e11..000000000 --- a/textproc/py-libxml2/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: py-libxml2 -# Date created: 30 Jun 2004 -# Whom: Alexander Nedotsukov <bland@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTREVISION= 0 -CATEGORIES= textproc gnome python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python interface for XML parser library for GNOME - -MASTERDIR= ${.CURDIR}/../libxml2 -BUILD_WRKSRC= ${WRKSRC}/python -INSTALL_WRKSRC= ${BUILD_WRKSRC} -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist - -USE_GNOME= gnomehack gnometarget libxml2 -USE_PYTHON= yes -CONFIGURE_ARGS= --with-iconv=${LOCALBASE} \ - --with-html-dir=${PREFIX}/share/doc \ - --with-html-subdir=${PORTNAME} \ - --with-python=${PYTHON_CMD} - -DOCSDIR= ${PREFIX}/share/doc/py-libxml2 -EXAMPLESDIR= ${PREFIX}/share/examples/py-libxml2 - -post-install: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${PYTHON_SITELIBDIR} - @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -l ${PYTHON_SITELIBDIR} - -.include "${MASTERDIR}/Makefile" diff --git a/textproc/py-libxml2/pkg-descr b/textproc/py-libxml2/pkg-descr deleted file mode 100644 index afb7cf4dd..000000000 --- a/textproc/py-libxml2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Python interface for XML parser library for GNOME - -WWW: http://xmlsoft.org/ diff --git a/textproc/py-libxml2/pkg-plist b/textproc/py-libxml2/pkg-plist deleted file mode 100644 index bfa1da59c..000000000 --- a/textproc/py-libxml2/pkg-plist +++ /dev/null @@ -1,62 +0,0 @@ -%%PYTHON_SITELIBDIR%%/drv_libxml2.py -%%PYTHON_SITELIBDIR%%/drv_libxml2.pyc -%%PYTHON_SITELIBDIR%%/drv_libxml2.pyo -%%PYTHON_SITELIBDIR%%/libxml2.py -%%PYTHON_SITELIBDIR%%/libxml2.pyc -%%PYTHON_SITELIBDIR%%/libxml2.pyo -%%PYTHON_SITELIBDIR%%/libxml2mod.a -%%PYTHON_SITELIBDIR%%/libxml2mod.la -%%PYTHON_SITELIBDIR%%/libxml2mod.so -%%DOCSDIR%%/TODO -%%EXAMPLESDIR%%/attribs.py -%%EXAMPLESDIR%%/build.py -%%EXAMPLESDIR%%/compareNodes.py -%%EXAMPLESDIR%%/ctxterror.py -%%EXAMPLESDIR%%/cutnpaste.py -%%EXAMPLESDIR%%/dtdvalid.py -%%EXAMPLESDIR%%/error.py -%%EXAMPLESDIR%%/inbuf.py -%%EXAMPLESDIR%%/indexes.py -%%EXAMPLESDIR%%/invalid.xml -%%EXAMPLESDIR%%/nsdel.py -%%EXAMPLESDIR%%/outbuf.py -%%EXAMPLESDIR%%/push.py -%%EXAMPLESDIR%%/pushSAX.py -%%EXAMPLESDIR%%/pushSAXhtml.py -%%EXAMPLESDIR%%/reader.py -%%EXAMPLESDIR%%/reader2.py -%%EXAMPLESDIR%%/reader3.py -%%EXAMPLESDIR%%/reader4.py -%%EXAMPLESDIR%%/reader5.py -%%EXAMPLESDIR%%/reader6.py -%%EXAMPLESDIR%%/reader7.py -%%EXAMPLESDIR%%/reader8.py -%%EXAMPLESDIR%%/readererr.py -%%EXAMPLESDIR%%/readernext.py -%%EXAMPLESDIR%%/regexp.py -%%EXAMPLESDIR%%/relaxng.py -%%EXAMPLESDIR%%/resolver.py -%%EXAMPLESDIR%%/schema.py -%%EXAMPLESDIR%%/serialize.py -%%EXAMPLESDIR%%/sync.py -%%EXAMPLESDIR%%/test.dtd -%%EXAMPLESDIR%%/thread2.py -%%EXAMPLESDIR%%/tst.py -%%EXAMPLESDIR%%/tst.xml -%%EXAMPLESDIR%%/tstLastError.py -%%EXAMPLESDIR%%/tstURI.py -%%EXAMPLESDIR%%/tstmem.py -%%EXAMPLESDIR%%/tstxpath.py -%%EXAMPLESDIR%%/valid.xml -%%EXAMPLESDIR%%/validDTD.py -%%EXAMPLESDIR%%/validRNG.py -%%EXAMPLESDIR%%/validSchemas.py -%%EXAMPLESDIR%%/validate.py -%%EXAMPLESDIR%%/walker.py -%%EXAMPLESDIR%%/xpath.py -%%EXAMPLESDIR%%/xpathext.py -%%EXAMPLESDIR%%/xpathleak.py -%%EXAMPLESDIR%%/xpathns.py -%%EXAMPLESDIR%%/xpathret.py -@dirrm %%EXAMPLESDIR%% -@dirrm %%DOCSDIR%% diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile deleted file mode 100644 index 420081773..000000000 --- a/www/epiphany-extensions/Makefile +++ /dev/null @@ -1,66 +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.109 2008/09/27 01:53:00 mezz Exp $ -# - -PORTNAME= epiphany-extensions -PORTVERSION= 2.24.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 -RUN_DEPENDS= epiphany:${PORTSDIR}/www/epiphany - -USE_GETTEXT= yes -USE_BZIP2= yes -USE_GECKO= firefox xulrunner -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}" -CONFIGURE_ARGS= --with-mozilla=${GECKO} - -GCONF_SCHEMAS= smart-bookmarks.schemas - -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> -.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" - -.if defined(WITH_OPENSP) -CONFIGURE_ARGS+= --enable-opensp=yes -.else -CONFIGURE_ARGS+= --disable-opensp -.endif - -.if exists(${LOCALBASE}/share/pygtk/2.0/defs/epiphany.defs) -USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" -PLIST_SUB+= PYTHON="" -.else -PLIST_SUB+= PYTHON="@comment " -.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 ecded60f3..000000000 --- a/www/epiphany-extensions/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/epiphany-extensions-2.24.1.tar.bz2) = 2552ef6c4f059c0dd76a3a57b59aaa9a -SHA256 (gnome2/epiphany-extensions-2.24.1.tar.bz2) = d7c8570c73fc9539c038d927be16b9310e4d2657f9ebe3751b36c01d412f6b74 -SIZE (gnome2/epiphany-extensions-2.24.1.tar.bz2) = 1023406 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 b1021240d..000000000 --- a/www/epiphany-extensions/pkg-plist +++ /dev/null @@ -1,249 +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 -%%PYTHON%%lib/epiphany/%%VERSION%%/extensions/cc-license-viewer.ephy-extension -%%PYTHON%%lib/epiphany/%%VERSION%%/extensions/cc-license-viewer.py -%%PYTHON%%lib/epiphany/%%VERSION%%/extensions/cc-license-viewer.pyc -%%PYTHON%%lib/epiphany/%%VERSION%%/extensions/cc-license-viewer.pyo -%%PYTHON%%lib/epiphany/%%VERSION%%/extensions/certificates.ephy-extension -%%PYTHON%%lib/epiphany/%%VERSION%%/extensions/console.py -%%PYTHON%%lib/epiphany/%%VERSION%%/extensions/console.pyc -%%PYTHON%%lib/epiphany/%%VERSION%%/extensions/console.pyo -lib/epiphany/%%VERSION%%/extensions/error-viewer.ephy-extension -lib/epiphany/%%VERSION%%/extensions/extensions-manager-ui.ephy-extension -%%PYTHON%%lib/epiphany/%%VERSION%%/extensions/favicon.ephy-extension -%%PYTHON%%lib/epiphany/%%VERSION%%/extensions/favicon.py -%%PYTHON%%lib/epiphany/%%VERSION%%/extensions/favicon.pyc -%%PYTHON%%lib/epiphany/%%VERSION%%/extensions/favicon.pyo -lib/epiphany/%%VERSION%%/extensions/gestures.ephy-extension -lib/epiphany/%%VERSION%%/extensions/java-console.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/liberrorviewerextension.la -lib/epiphany/%%VERSION%%/extensions/liberrorviewerextension.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/libjavaconsoleextension.la -lib/epiphany/%%VERSION%%/extensions/libjavaconsoleextension.so -lib/epiphany/%%VERSION%%/extensions/libpageinfoextension.la -lib/epiphany/%%VERSION%%/extensions/libpageinfoextension.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/libselectstylesheetextension.la -lib/epiphany/%%VERSION%%/extensions/libselectstylesheetextension.so -lib/epiphany/%%VERSION%%/extensions/libsidebarextension.la -lib/epiphany/%%VERSION%%/extensions/libsidebarextension.so -lib/epiphany/%%VERSION%%/extensions/libsmartbookmarksextension.la -lib/epiphany/%%VERSION%%/extensions/libsmartbookmarksextension.so -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/page-info.ephy-extension -lib/epiphany/%%VERSION%%/extensions/push-scroller.ephy-extension -%%PYTHON%%lib/epiphany/%%VERSION%%/extensions/python-console.ephy-extension -lib/epiphany/%%VERSION%%/extensions/rss.ephy-extension -lib/epiphany/%%VERSION%%/extensions/select-stylesheet.ephy-extension -lib/epiphany/%%VERSION%%/extensions/sidebar.ephy-extension -lib/epiphany/%%VERSION%%/extensions/smart-bookmarks.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.glade -%%DATADIR%%/glade/error-viewer.glade -%%DATADIR%%/glade/extensions-manager-ui.glade -%%DATADIR%%/glade/page-info.glade -%%DATADIR%%/glade/rss-ui.glade -%%DATADIR%%/xml/epiphany-sidebar-ui.xml -%%DATADIR%%/xml/page-info-context-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/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/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/bg/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/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/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/ko/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo -share/locale/lt/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/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/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-es.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/es/figures -@dirrm share/gnome/help/epiphany-extensions/es -@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/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz diff --git a/www/epiphany-webkit/Makefile b/www/epiphany-webkit/Makefile deleted file mode 100644 index 89a7917a6..000000000 --- a/www/epiphany-webkit/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# New ports collection makefile for: epiphany-webkit -# Date created: 2007-10-21 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/www/epiphany-webkit/Makefile,v 1.7 2008/06/06 21:38:53 marcus Exp $ - -PORTVERSION= 0 -PKGNAMESUFFIX= -webkit - -COMMENT= An extremely lightweight GNOME browser using the WebKit engine - -EPHY_SLAVE= webkit -MASTERDIR= ${.CURDIR}/../../www/epiphany - -.include "${MASTERDIR}/Makefile" diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile deleted file mode 100644 index 6860dc062..000000000 --- a/www/epiphany/Makefile +++ /dev/null @@ -1,107 +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.187 2008/11/25 07:57:51 marcus Exp $ -# - -PORTNAME= epiphany -PORTVERSION= 2.24.2.1 -PORTREVISION?= 0 -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 -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - notify.1:${PORTSDIR}/devel/libnotify -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ - ${LOCALBASE}/share/themes/LowContrast/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_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS} ${EXTRA_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS} ${EXTRA_LIBS}" - -GCONF_SCHEMAS= epiphany-lockdown.schemas epiphany.schemas \ - epiphany-fonts.schemas epiphany-pango.schemas - -PLIST_SUB+= EPHY_VERSION="${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}" - -MAN1= epiphany.1 - -OPTIONS= SPELL_CHECKER "Enable spell checking support" off - -.if defined(PACKAGE_BUILDING) -.undef WITHOUT_GNOME -WITH_GNOME= yes -.endif - -.include <bsd.port.pre.mk> - -.if defined(EPHY_SLAVE) && ${EPHY_SLAVE}=="webkit" -LIB_DEPENDS+= webkit-1.0.1:${PORTSDIR}/www/webkit-gtk2 -CONFIGURE_ARGS+= --with-engine=webkit -EXTRA_CFLAGS+= `pkg-config --cflags WebKitGtk` -I${LOCALBASE}/include/WebKit/webkit -EXTRA_LIBS+= `pkg-config --libs WebKitGtk` -CONFLICTS= epiphany-[1-9]* -PLIST_SUB+= GECKO="@comment " -.else -USE_GECKO+= firefox xulrunner -CONFIGURE_ARGS+= --with-gecko=${GECKO} \ - --with-engine=mozilla -.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" -CONFLICTS= epiphany-webkit-[1-9]* -PLIST_SUB+= GECKO="" -.endif - -NO_WERROR= yes -# allow build with more warnings enabled -.if defined(NO_WERROR) -CONFIGURE_ARGS+= --enable-compile-warnings=no -.endif - -.if ${HAVE_GNOME:Mpygnome2}!="" -USE_PYTHON= yes -.include "${PORTSDIR}/Mk/bsd.python.mk" -USE_GNOME+= pygnome2 -CONFIGURE_ARGS+=--enable-python -PLIST_SUB+= PYTHON="" -.else -CONFIGURE_ARGS+=--disable-python -PLIST_SUB+= PYTHON="@comment " -.endif - -.if defined(WITH_SPELL_CHECKER) -LIB_DEPENDS+= enchant.1:${PORTSDIR}/textproc/enchant -CONFIGURE_ARGS+=--enable-spell-checker -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|WebKitGdk|WebKitGtk|' ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-lpthread|${PTHREAD_LIBS}|g' - @${REINPLACE_CMD} -e 's|execinfo.h|#|g' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|/lib/mozilla/plugins"|/lib/browser_plugins/symlinks/gecko18"|' \ - ${WRKSRC}/embed/mozilla/mozilla-embed-single.cpp - -post-install: - ${INSTALL_DATA} ${WRKSRC}/data/epiphany-fonts.schemas \ - ${PREFIX}/etc/gconf/schemas - @-update-desktop-database - -.include <bsd.port.post.mk> diff --git a/www/epiphany/distinfo b/www/epiphany/distinfo deleted file mode 100644 index 99e34c00e..000000000 --- a/www/epiphany/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/epiphany-2.24.2.1.tar.bz2) = c4993233792e83b00df11feae950e201 -SHA256 (gnome2/epiphany-2.24.2.1.tar.bz2) = f2fd6df89671262043362b96cc30a90b678679dbfad9ed9724d528289e2a505a -SIZE (gnome2/epiphany-2.24.2.1.tar.bz2) = 5724989 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/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 51bc2d1fd..000000000 --- a/www/epiphany/pkg-plist +++ /dev/null @@ -1,438 +0,0 @@ -bin/epiphany -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-adblock-manager.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-adblock.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-base-embed.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-command-manager.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-cookie-manager.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-factory.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-item.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-password-manager.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-version.h -include/epiphany/%%EPHY_VERSION%%/epiphany/ephy-window.h -%%GECKO%%lib/epiphany/%%EPHY_VERSION%%/plugins/libdesktopfileplugin.la -%%GECKO%%lib/epiphany/%%EPHY_VERSION%%/plugins/libdesktopfileplugin.so -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 -%%DOCSDIR%%/EphyCommandManager.html -%%DOCSDIR%%/EphyEmbed.html -%%DOCSDIR%%/EphyNodeDb.html -%%DOCSDIR%%/EphyWindow.html -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.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-cookie-manager.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%%/chrome/app-chrome.manifest -%%DATADIR%%/chrome/branding/brand.dtd -%%DATADIR%%/chrome/branding/brand.properties -%%DATADIR%%/chrome/global/about.xhtml -%%DATADIR%%/default-prefs.js -%%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.glade -%%DATADIR%%/glade/epiphany.glade -%%DATADIR%%/glade/form-signing-dialog.glade -%%DATADIR%%/glade/prefs-dialog.glade -%%DATADIR%%/glade/print.glade -%%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/bs/LC_MESSAGES/epiphany.mo -share/locale/ca/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/id/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/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/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/vi/LC_MESSAGES/epiphany.mo -share/locale/wa/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 -share/pygtk/2.0/defs/epiphany.defs -@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%%/chrome/global -@dirrm %%DATADIR%%/chrome/branding -@dirrm %%DATADIR%%/chrome -@dirrm %%DATADIR%%/art -@dirrmtry %%DATADIR%% -@dirrm %%DOCSDIR%% -@dirrmtry share/applications -@dirrmtry lib/epiphany/%%EPHY_VERSION%%/plugins -@dirrmtry lib/epiphany/%%EPHY_VERSION%% -@dirrmtry lib/epiphany -@dirrm include/epiphany/%%EPHY_VERSION%%/epiphany -@dirrm include/epiphany/%%EPHY_VERSION%% -@dirrm include/epiphany -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/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/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/www/evolution-webcal/Makefile b/www/evolution-webcal/Makefile deleted file mode 100644 index 71e8ad8a2..000000000 --- a/www/evolution-webcal/Makefile +++ /dev/null @@ -1,34 +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.57 2008/09/10 21:47:45 mezz Exp $ -# - -PORTNAME= evolution-webcal -PORTVERSION= 2.24.0 -CATEGORIES= www gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PKGNAMEPREFIX}${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -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 cd6b33201..000000000 --- a/www/evolution-webcal/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (evolution-webcal-2.24.0.tar.bz2) = 8030ebaefb18050c079a71dc23701d82 -SHA256 (evolution-webcal-2.24.0.tar.bz2) = 370278680634f65717df9cef98f9a731eb93d58d303f322be51d7b38b1ff29a9 -SIZE (evolution-webcal-2.24.0.tar.bz2) = 153766 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 f8b5a4ad9..000000000 --- a/www/evolution-webcal/pkg-plist +++ /dev/null @@ -1,108 +0,0 @@ -libexec/evolution-webcal -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/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/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/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/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/gtkhtml3/Makefile b/www/gtkhtml3/Makefile deleted file mode 100644 index 6957b40f8..000000000 --- a/www/gtkhtml3/Makefile +++ /dev/null @@ -1,41 +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.141 2008/11/07 20:21:13 mezz Exp $ -# - -PORTNAME= gtkhtml3 -PORTVERSION= 3.24.2 -CATEGORIES= www gnome -MASTER_SITES= ${MASTER_SITE_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 -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 - -USE_GETTEXT= yes -USE_BZIP2= yes -USE_XORG= xinerama xi xrandr xcursor xcomposite xdamage -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui ltverhack -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 -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 - -.include <bsd.port.mk> diff --git a/www/gtkhtml3/distinfo b/www/gtkhtml3/distinfo deleted file mode 100644 index 043beb3f4..000000000 --- a/www/gtkhtml3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gtkhtml-3.24.2.tar.bz2) = d6b7471d2806d28d76b09b20f6ea86b0 -SHA256 (gnome2/gtkhtml-3.24.2.tar.bz2) = 62f5a5620aac9c2241e8e7cd18d81675827e776319dac33eb11bb85575c8eed8 -SIZE (gnome2/gtkhtml-3.24.2.tar.bz2) = 1438665 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 84f8e7ab0..000000000 --- a/www/gtkhtml3/pkg-plist +++ /dev/null @@ -1,156 +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.glade -share/gtkhtml-%%VERSION%%/gtkhtml-editor.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/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/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/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/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/www/gtkhtml38/Makefile b/www/gtkhtml38/Makefile deleted file mode 100644 index b5fa834d5..000000000 --- a/www/gtkhtml38/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: gtkhtml3 -# Date created: 12 March 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gtkhtml3 -PORTVERSION= 3.12.3 -PORTREVISION= 5 -CATEGORIES= www gnome -MASTER_SITES= ${MASTER_SITE_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 - -LIB_DEPENDS= soup-2.2.8:${PORTSDIR}/devel/libsoup22 - -NO_LATEST_LINK= yes -DEPRECATED= Older API; newer applications should use www/gtkhtml3 - -USE_GETTEXT= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui ltverhack \ - libgnomeprintui -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION="3.8" - -post-patch: - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -E -e \ - 's|-DG_DISABLE_DEPRECATED[^[:space:]]+||g' - -.include <bsd.port.mk> diff --git a/www/gtkhtml38/distinfo b/www/gtkhtml38/distinfo deleted file mode 100644 index 4d3396cc6..000000000 --- a/www/gtkhtml38/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gtkhtml-3.12.3.tar.bz2) = b580590014988b02e51b66be65319570 -SHA256 (gnome2/gtkhtml-3.12.3.tar.bz2) = 666849b22375efbaf2ab506b33868ac64126728a8e509f055882ae6940999847 -SIZE (gnome2/gtkhtml-3.12.3.tar.bz2) = 1284704 diff --git a/www/gtkhtml38/pkg-descr b/www/gtkhtml38/pkg-descr deleted file mode 100644 index 38451dc01..000000000 --- a/www/gtkhtml38/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/gtkhtml38/pkg-plist b/www/gtkhtml38/pkg-plist deleted file mode 100644 index f37b8166d..000000000 --- a/www/gtkhtml38/pkg-plist +++ /dev/null @@ -1,176 +0,0 @@ -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/gtkhtml/libgnome-gtkhtml-editor-%%VERSION%%.a -lib/gtkhtml/libgnome-gtkhtml-editor-%%VERSION%%.la -lib/gtkhtml/libgnome-gtkhtml-editor-%%VERSION%%.so -lib/libgtkhtml-%%VERSION%%.a -lib/libgtkhtml-%%VERSION%%.la -lib/libgtkhtml-%%VERSION%%.so -lib/libgtkhtml-%%VERSION%%.so.15 -libdata/bonobo/servers/GNOME_GtkHTML_Editor-%%VERSION%%.server -libdata/pkgconfig/libgtkhtml-%%VERSION%%.pc -share/gtkhtml-%%VERSION%%/Editor.idl -share/gtkhtml-%%VERSION%%/GNOME_GtkHTML_Editor-emacs.xml -share/gtkhtml-%%VERSION%%/GNOME_GtkHTML_Editor.xml -share/gtkhtml-%%VERSION%%/gtkhtml-editor-properties.glade -share/gtkhtml-%%VERSION%%/icons/16_copy.png -share/gtkhtml-%%VERSION%%/icons/16_cut.png -share/gtkhtml-%%VERSION%%/icons/16_paste.png -share/gtkhtml-%%VERSION%%/icons/24_copy.png -share/gtkhtml-%%VERSION%%/icons/24_cut.png -share/gtkhtml-%%VERSION%%/icons/24_paste.png -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/font-tt-16.png -share/gtkhtml-%%VERSION%%/icons/font-tt-24.png -share/gtkhtml-%%VERSION%%/icons/html-viewer.png -share/gtkhtml-%%VERSION%%/icons/info_bulb.png -share/gtkhtml-%%VERSION%%/icons/insert-image-16.png -share/gtkhtml-%%VERSION%%/icons/insert-image-24.png -share/gtkhtml-%%VERSION%%/icons/insert-link-16.png -share/gtkhtml-%%VERSION%%/icons/insert-link-24.png -share/gtkhtml-%%VERSION%%/icons/insert-object-16.png -share/gtkhtml-%%VERSION%%/icons/insert-object-24.png -share/gtkhtml-%%VERSION%%/icons/insert-rule-16.png -share/gtkhtml-%%VERSION%%/icons/insert-rule-24.png -share/gtkhtml-%%VERSION%%/icons/insert-table-16.png -share/gtkhtml-%%VERSION%%/icons/insert-table-24.png -share/gtkhtml-%%VERSION%%/icons/midnight-stars.jpg -share/gtkhtml-%%VERSION%%/icons/paper.png -share/gtkhtml-%%VERSION%%/icons/properties-16.png -share/gtkhtml-%%VERSION%%/icons/rect.png -share/gtkhtml-%%VERSION%%/icons/redo-16.png -share/gtkhtml-%%VERSION%%/icons/redo-24.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/search-16.png -share/gtkhtml-%%VERSION%%/icons/search-24.png -share/gtkhtml-%%VERSION%%/icons/search-and-replace-16.png -share/gtkhtml-%%VERSION%%/icons/search-and-replace-24.png -share/gtkhtml-%%VERSION%%/icons/smiley-1.png -share/gtkhtml-%%VERSION%%/icons/smiley-10.png -share/gtkhtml-%%VERSION%%/icons/smiley-11.png -share/gtkhtml-%%VERSION%%/icons/smiley-12.png -share/gtkhtml-%%VERSION%%/icons/smiley-2.png -share/gtkhtml-%%VERSION%%/icons/smiley-3.png -share/gtkhtml-%%VERSION%%/icons/smiley-4.png -share/gtkhtml-%%VERSION%%/icons/smiley-5.png -share/gtkhtml-%%VERSION%%/icons/smiley-6.png -share/gtkhtml-%%VERSION%%/icons/smiley-8.png -share/gtkhtml-%%VERSION%%/icons/smiley-9.png -share/gtkhtml-%%VERSION%%/icons/table-column-16.png -share/gtkhtml-%%VERSION%%/icons/table-row-16.png -share/gtkhtml-%%VERSION%%/icons/table-table-16.png -share/gtkhtml-%%VERSION%%/icons/texture.png -share/gtkhtml-%%VERSION%%/icons/transparent.png -share/gtkhtml-%%VERSION%%/icons/undo-16.png -share/gtkhtml-%%VERSION%%/icons/undo-24.png -share/gtkhtml-%%VERSION%%/keybindingsrc.emacs -share/locale/am/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ar/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/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/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/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/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/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@Latn/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/gtkhtml-%%VERSION%%.mo -share/locale/ta/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%% -@dirrmtry lib/gtkhtml -@dirrm include/libgtkhtml-%%VERSION%%/gtkhtml -@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/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@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 diff --git a/www/kazehakase/Makefile b/www/kazehakase/Makefile deleted file mode 100644 index f74db440b..000000000 --- a/www/kazehakase/Makefile +++ /dev/null @@ -1,94 +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.14 2008/06/06 21:38:54 marcus Exp $ -# - -PORTNAME= kazehakase -PORTVERSION= 0.5.4 -PORTREVISION= 4 -CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} -MASTER_SITE_SUBDIR= ${PORTNAME}/30219 - -MAINTAINER= ahze@FreeBSD.org -COMMENT= Kazehakase is a browser with gecko engine like Epiphany or Galeon - -LIB_DEPENDS= gnutls.26:${PORTSDIR}/security/gnutls - -USE_GNOME= gnomehack intlhack gnomeprefix gtk20 -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GECKO= firefox mozilla seamonkey xulrunner -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gecko_engine=${GECKO} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - 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> -.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" - -.if defined(WITH_WEBKIT) -LIB_DEPENDS+= webkit-1.0.1:${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 - -WITH_SEARCH?= hyperestraier -.if ${WITH_SEARCH:L}=="rast" -LIB_DEPENDS+= rast.1:${PORTSDIR}/textproc/rast -CONFIGURE_ARGS+= --with-search-engine=rast -.else -LIB_DEPENDS+= estraier.8:${PORTSDIR}/textproc/hyperestraier -CONFIGURE_ARGS+= --with-search-engine=hyperestraier -.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} "" - @${ECHO_MSG} "By default the search uses hyperestraier but you can" - @${ECHO_MSG} "use rast by using WITH_SEARCH=rast" - @${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 - -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 08778bd95..000000000 --- a/www/kazehakase/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (kazehakase-0.5.4.tar.gz) = 75f8afb9ddf4493c3a1fb4eb38a044df -SHA256 (kazehakase-0.5.4.tar.gz) = ce6ae61832d83242b298721be62fcfa61a046d8c16a00c2d224c9169fae51416 -SIZE (kazehakase-0.5.4.tar.gz) = 1403194 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/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 37e9d028f..000000000 --- a/www/kazehakase/pkg-plist +++ /dev/null @@ -1,80 +0,0 @@ -bin/kazehakase -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 -%%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/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/libgtkhtml/Makefile b/www/libgtkhtml/Makefile deleted file mode 100644 index afa24d618..000000000 --- a/www/libgtkhtml/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: libgtkhtml -# Date created: 2nd June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= libgtkhtml -PORTVERSION= 2.11.1 -PORTREVISION= 2 -CATEGORIES= www gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.11 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Lightweight HTML rendering/printing/editing engine - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack libxslt gnomevfs2 ltverhack -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/www/libgtkhtml/distinfo b/www/libgtkhtml/distinfo deleted file mode 100644 index 2763343c8..000000000 --- a/www/libgtkhtml/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgtkhtml-2.11.1.tar.bz2) = a1d1a197dcff8c4571659deef5495e24 -SHA256 (gnome2/libgtkhtml-2.11.1.tar.bz2) = 3ca77a0d0f15e94fb654097c2f78cf928194d4c4bf64ff7b2ba408d29c924a57 -SIZE (gnome2/libgtkhtml-2.11.1.tar.bz2) = 597923 diff --git a/www/libgtkhtml/pkg-descr b/www/libgtkhtml/pkg-descr deleted file mode 100644 index 173991abc..000000000 --- a/www/libgtkhtml/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -GtkHTML is a lightweight HTML rendering, printing, and editing engine. - -WWW: http://www.gnome.org/ diff --git a/www/libgtkhtml/pkg-plist b/www/libgtkhtml/pkg-plist deleted file mode 100644 index 0f6b412ae..000000000 --- a/www/libgtkhtml/pkg-plist +++ /dev/null @@ -1,89 +0,0 @@ -include/gtkhtml-2.0/libgtkhtml/css/cssmatcher.h -include/gtkhtml-2.0/libgtkhtml/css/cssparser.h -include/gtkhtml-2.0/libgtkhtml/css/cssstylesheet.h -include/gtkhtml-2.0/libgtkhtml/css/cssvalue.h -include/gtkhtml-2.0/libgtkhtml/document/htmldocument.h -include/gtkhtml-2.0/libgtkhtml/document/htmlparser.h -include/gtkhtml-2.0/libgtkhtml/dom/core/dom-attr.h -include/gtkhtml-2.0/libgtkhtml/dom/core/dom-characterdata.h -include/gtkhtml-2.0/libgtkhtml/dom/core/dom-comment.h -include/gtkhtml-2.0/libgtkhtml/dom/core/dom-core-utils.h -include/gtkhtml-2.0/libgtkhtml/dom/core/dom-document.h -include/gtkhtml-2.0/libgtkhtml/dom/core/dom-documenttype.h -include/gtkhtml-2.0/libgtkhtml/dom/core/dom-element.h -include/gtkhtml-2.0/libgtkhtml/dom/core/dom-namednodemap.h -include/gtkhtml-2.0/libgtkhtml/dom/core/dom-node.h -include/gtkhtml-2.0/libgtkhtml/dom/core/dom-nodelist.h -include/gtkhtml-2.0/libgtkhtml/dom/dom-types.h -include/gtkhtml-2.0/libgtkhtml/dom/events/dom-event.h -include/gtkhtml-2.0/libgtkhtml/dom/events/dom-eventlistener.h -include/gtkhtml-2.0/libgtkhtml/dom/events/dom-eventtarget.h -include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlanchorelement.h -include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlcollection.h -include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlelement.h -include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlformelement.h -include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlinputelement.h -include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlobjectelement.h -include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmloptionelement.h -include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmlselectelement.h -include/gtkhtml-2.0/libgtkhtml/dom/html/dom-htmltextareaelement.h -include/gtkhtml-2.0/libgtkhtml/dom/traversal/dom-documenttraversal.h -include/gtkhtml-2.0/libgtkhtml/dom/traversal/dom-nodefilter.h -include/gtkhtml-2.0/libgtkhtml/dom/traversal/dom-nodeiterator.h -include/gtkhtml-2.0/libgtkhtml/dom/traversal/dom-traversal-utils.h -include/gtkhtml-2.0/libgtkhtml/dom/views/dom-abstractview.h -include/gtkhtml-2.0/libgtkhtml/dom/views/dom-documentview.h -include/gtkhtml-2.0/libgtkhtml/graphics/htmlcolor.h -include/gtkhtml-2.0/libgtkhtml/graphics/htmlfontspecification.h -include/gtkhtml-2.0/libgtkhtml/graphics/htmlgdkpainter.h -include/gtkhtml-2.0/libgtkhtml/graphics/htmlimage.h -include/gtkhtml-2.0/libgtkhtml/graphics/htmlimagefactory.h -include/gtkhtml-2.0/libgtkhtml/graphics/htmlpainter.h -include/gtkhtml-2.0/libgtkhtml/graphics/htmlstylepainter.h -include/gtkhtml-2.0/libgtkhtml/gtkhtml.h -include/gtkhtml-2.0/libgtkhtml/gtkhtmlcontext.h -include/gtkhtml-2.0/libgtkhtml/layout/html/htmlboxembedded.h -include/gtkhtml-2.0/libgtkhtml/layout/html/htmlboxform.h -include/gtkhtml-2.0/libgtkhtml/layout/html/htmlembedded.h -include/gtkhtml-2.0/libgtkhtml/layout/htmlbox.h -include/gtkhtml-2.0/libgtkhtml/layout/htmlboxblock.h -include/gtkhtml-2.0/libgtkhtml/layout/htmlboxlistitem.h -include/gtkhtml-2.0/libgtkhtml/layout/htmlboxroot.h -include/gtkhtml-2.0/libgtkhtml/layout/htmlboxtable.h -include/gtkhtml-2.0/libgtkhtml/layout/htmlboxtablecaption.h -include/gtkhtml-2.0/libgtkhtml/layout/htmlboxtablecell.h -include/gtkhtml-2.0/libgtkhtml/layout/htmlboxtablerow.h -include/gtkhtml-2.0/libgtkhtml/layout/htmlboxtablerowgroup.h -include/gtkhtml-2.0/libgtkhtml/layout/htmlboxtext.h -include/gtkhtml-2.0/libgtkhtml/layout/htmllinebox.h -include/gtkhtml-2.0/libgtkhtml/layout/htmlrelayout.h -include/gtkhtml-2.0/libgtkhtml/layout/htmlstyle.h -include/gtkhtml-2.0/libgtkhtml/util/htmlatomlist.h -include/gtkhtml-2.0/libgtkhtml/util/htmlglobalatomlist.h -include/gtkhtml-2.0/libgtkhtml/util/htmlglobalatoms.h -include/gtkhtml-2.0/libgtkhtml/util/htmlstream.h -include/gtkhtml-2.0/libgtkhtml/util/htmlstreambuffer.h -include/gtkhtml-2.0/libgtkhtml/util/rfc1738.h -include/gtkhtml-2.0/libgtkhtml/view/htmlevent.h -include/gtkhtml-2.0/libgtkhtml/view/htmlselection.h -include/gtkhtml-2.0/libgtkhtml/view/htmlview.h -lib/libgtkhtml-2.a -lib/libgtkhtml-2.la -lib/libgtkhtml-2.so -lib/libgtkhtml-2.so.0 -libdata/pkgconfig/libgtkhtml-2.0.pc -@dirrm include/gtkhtml-2.0/libgtkhtml/view -@dirrm include/gtkhtml-2.0/libgtkhtml/util -@dirrm include/gtkhtml-2.0/libgtkhtml/layout/html -@dirrm include/gtkhtml-2.0/libgtkhtml/layout -@dirrm include/gtkhtml-2.0/libgtkhtml/graphics -@dirrm include/gtkhtml-2.0/libgtkhtml/dom/views -@dirrm include/gtkhtml-2.0/libgtkhtml/dom/traversal -@dirrm include/gtkhtml-2.0/libgtkhtml/dom/html -@dirrm include/gtkhtml-2.0/libgtkhtml/dom/events -@dirrm include/gtkhtml-2.0/libgtkhtml/dom/core -@dirrm include/gtkhtml-2.0/libgtkhtml/dom -@dirrm include/gtkhtml-2.0/libgtkhtml/document -@dirrm include/gtkhtml-2.0/libgtkhtml/css -@dirrm include/gtkhtml-2.0/libgtkhtml -@dirrm include/gtkhtml-2.0 diff --git a/www/midori/Makefile b/www/midori/Makefile deleted file mode 100644 index 04be3726d..000000000 --- a/www/midori/Makefile +++ /dev/null @@ -1,42 +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.3 2008/03/21 18:31:39 ahze Exp $ -# - -PORTNAME= midori -PORTVERSION= 0.1.0 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ - -MAINTAINER= ahze@FreeBSD.org -COMMENT= Lightweight web browser using WebKit browser engine - -LIB_DEPENDS= webkit-1.0.1:${PORTSDIR}/www/webkit-gtk2 -BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ - rsvg-convert:${PORTSDIR}/graphics/librsvg2 - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/WebKit/webkit -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--disable-unique \ - --disable-gio \ - --disable-sqlite - -HAS_CONFIGURE= yes -USE_GMAKE= yes -USE_BZIP2= yes -USE_GNOME= glib20 gtk20 intltool libxml2 pkgconfig -INSTALLS_ICONS= yes - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -.include <bsd.port.mk> diff --git a/www/midori/distinfo b/www/midori/distinfo deleted file mode 100644 index 63231f64b..000000000 --- a/www/midori/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (midori-0.1.0.tar.bz2) = b0316a886dc22c766ff680324b59b994 -SHA256 (midori-0.1.0.tar.bz2) = 41d613014aa183874477fc3d0bd44e7b66fb399e6cd971431933a2ee51647029 -SIZE (midori-0.1.0.tar.bz2) = 273058 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 4a04b9b82..000000000 --- a/www/midori/pkg-plist +++ /dev/null @@ -1,31 +0,0 @@ -bin/midori -%%NLS%%share/applications/midori.desktop -%%DOCSDIR%%/AUTHORS -%%DOCSDIR%%/ChangeLog -%%DOCSDIR%%/COPYING -%%DOCSDIR%%/README -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/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/de/LC_MESSAGES/midori.mo -%%NLS%%share/locale/es/LC_MESSAGES/midori.mo -%%NLS%%share/locale/et/LC_MESSAGES/midori.mo -%%NLS%%share/locale/fr/LC_MESSAGES/midori.mo -%%NLS%%share/locale/gl/LC_MESSAGES/midori.mo -%%NLS%%share/locale/hu/LC_MESSAGES/midori.mo -%%NLS%%share/locale/pl/LC_MESSAGES/midori.mo -%%NLS%%share/locale/ru/LC_MESSAGES/midori.mo -%%NLS%%share/locale/sv/LC_MESSAGES/midori.mo -share/midori/logo-shade.png -@dirrm share/midori -@dirrmtry share/applications -@dirrm %%DOCSDIR%% diff --git a/www/swfdec-plugin/Makefile b/www/swfdec-plugin/Makefile deleted file mode 100644 index 083b54083..000000000 --- a/www/swfdec-plugin/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Ports collection makefile for: swfdec-plugin -# Date created: Jun 14, 2005 -# Whom: anholt -# -# $FreeBSD$ -# - -PORTNAME= swfdec-plugin -PORTVERSION= 0.8.2 -CATEGORIES= www -MASTER_SITES= http://swfdec.freedesktop.org/download/swfdec-mozilla/0.8/ -DISTNAME= swfdec-mozilla-${PORTVERSION} - -MAINTAINER= kwm@FreeBSD.org -COMMENT= Flash rendering plugin - -LIB_DEPENDS= swfdec-0.8:${PORTSDIR}/graphics/swfdec - -USE_AUTOTOOLS= libtool:15 -INSTALLS_ICONS= yes -USE_GNOME= gtk20 -CONFIGURE_ARGS= --with-plugin-dir="${WEBPLUGINS_DIR}" - -USE_LDCONFIG= yes - -USE_WEBPLUGINS= gecko* -WEBPLUGINS_FILES=libswfdecmozilla.so - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/firefox/Makefile.webplugins" -.include <bsd.port.post.mk> diff --git a/www/swfdec-plugin/distinfo b/www/swfdec-plugin/distinfo deleted file mode 100644 index a2e080ce8..000000000 --- a/www/swfdec-plugin/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (swfdec-mozilla-0.8.2.tar.gz) = 716632e0d35b3c1582c180569ba30346 -SHA256 (swfdec-mozilla-0.8.2.tar.gz) = 49fd905f41b67832e7b2cfa2cf664657ab08f8fef4a2324e74202fc951396cd5 -SIZE (swfdec-mozilla-0.8.2.tar.gz) = 381148 diff --git a/www/swfdec-plugin/pkg-descr b/www/swfdec-plugin/pkg-descr deleted file mode 100644 index c217ddea0..000000000 --- a/www/swfdec-plugin/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -swfdec-plugin is a Mozilla plugin for rendering flash (.swf) animations using -the gstreamer framework and the swfdec library. It should currently play Flash -4 files, and Flash 5 support is under development. - -WWW: http://www.schleef.org/swfdec/ - -- Eric Anholt -anholt@FreeBSD.org diff --git a/www/swfdec-plugin/pkg-plist b/www/swfdec-plugin/pkg-plist deleted file mode 100644 index 02ca9225c..000000000 --- a/www/swfdec-plugin/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -%%WEBPLUGINS_DIR%%/libswfdecmozilla.a -%%WEBPLUGINS_DIR%%/libswfdecmozilla.la -%%WEBPLUGINS_DIR%%/libswfdecmozilla.so -share/icons/hicolor/16x16/apps/swfdec-mozilla.png -share/icons/hicolor/22x22/apps/swfdec-mozilla.png -share/icons/hicolor/24x24/apps/swfdec-mozilla.png -share/icons/hicolor/32x32/apps/swfdec-mozilla.png -share/icons/hicolor/48x48/apps/swfdec-mozilla.png -share/icons/hicolor/scalable/apps/swfdec-mozilla.svg -@dirrmtry %%WEBPLUGINS_DIR%% diff --git a/www/webkit-gtk2/Makefile b/www/webkit-gtk2/Makefile deleted file mode 100644 index 18baf8812..000000000 --- a/www/webkit-gtk2/Makefile +++ /dev/null @@ -1,72 +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.22 2008/08/21 21:53:00 mezz Exp $ -# - -PORTNAME= webkit -PORTVERSION= 1.0.1 -PORTREVISION= 4 -CATEGORIES= www -MASTER_SITES= http://people.freedesktop.org/~alp/webkit/gtk/ -PKGNAMESUFFIX= -gtk2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An opensource browser engine - -LIB_DEPENDS= icutu.38:${PORTSDIR}/devel/icu \ - curl.4:${PORTSDIR}/ftp/curl \ - sqlite3.8:${PORTSDIR}/databases/sqlite3 - -WANT_GSTREAMER= yes -USE_XORG= xt -USE_BISON= build -USE_GMAKE= yes -USE_GNOME= gtk20 libxslt -USE_PERL5= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= autoconf:262 automake:110 libtool:15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-webkit-target=x11 \ - --enable-icon-database \ - --enable-svg \ - --enable-svg-fonts \ - --enable-svg-experimental -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 - -.include <bsd.port.pre.mk> - -.if defined(WITH_VIDEO) -USE_GSTREAMER+= gnomevfs -CONFIGURE_ARGS+=--enable-video -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|%%BROWSER_PLUGINS_DIR%%|${BROWSER_PLUGINS_DIR}|' \ - ${WRKSRC}/WebCore/plugins/PluginDatabase.cpp - @${REINPLACE_CMD} -e 's|autoconf|${AUTOCONF}|g ; \ - s|automake|${AUTOMAKE}|g ; s|aclocal|${ACLOCAL}|g ; \ - s|autoheader|${AUTOHEADER}|g ; \ - s|LIBTOOLIZE=libtoolize|LIBTOOLIZE=${LIBTOOLIZE}|g ; \ - s|$$srcdir/configure|#$$srcdir/configure|g' \ - ${WRKSRC}/autogen.sh - @${FIND} ${WRKSRC} -name GNUmakefile.am | ${XARGS} ${REINPLACE_CMD} -e \ - 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' - -pre-configure: - @(cd ${WRKSRC} && ${SH} autogen.sh) - -post-install: -# Install compat pkg-config file so we don't have to patch ports - ${CP} ${PREFIX}/libdata/pkgconfig/webkit-1.0.pc \ - ${PREFIX}/libdata/pkgconfig/WebKitGtk.pc - -.include <bsd.port.post.mk> diff --git a/www/webkit-gtk2/distinfo b/www/webkit-gtk2/distinfo deleted file mode 100644 index b36c0f022..000000000 --- a/www/webkit-gtk2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (webkit-1.0.1.tar.gz) = 4de68a5773998bea14e8939aa341c466 -SHA256 (webkit-1.0.1.tar.gz) = 9601ed57978e7f1221f770c24933d2037fdb93e4b412716d842b993507f0b856 -SIZE (webkit-1.0.1.tar.gz) = 13418752 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 006b49709..000000000 --- a/www/webkit-gtk2/files/patch-WebKit_gtk_webkit.pc.in +++ /dev/null @@ -1,8 +0,0 @@ ---- WebKit/gtk/webkit.pc.in.orig 2008-04-01 14:46:09.251210738 -0400 -+++ WebKit/gtk/webkit.pc.in 2008-04-01 14:46:21.218068816 -0400 -@@ -8,4 +8,4 @@ - Version: @VERSION@ - Requires: gtk+-2.0 - 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 ed0a5895f..000000000 --- a/www/webkit-gtk2/files/patch-Webcore_plugins_PluginDatabase.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- WebCore/plugins/PluginDatabase.cpp.orig 2008-05-26 01:03:07.236973838 -0700 -+++ WebCore/plugins/PluginDatabase.cpp 2008-05-26 01:03:52.356436787 -0700 -@@ -281,6 +281,7 @@ - userPluginPath.append(String("/.netscape/plugins")); - paths.append(userPluginPath); - -+ paths.append("%%BROWSER_PLUGINS%%"); - 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 4bba0cc2a..000000000 --- a/www/webkit-gtk2/files/patch-cairo +++ /dev/null @@ -1,31 +0,0 @@ ---- WebCore/platform/graphics/BitmapImage.cpp -+++ WebCore/platform/graphics/BitmapImage.cpp -@@ -203,7 +203,7 @@ float BitmapImage::frameDurationAtIndex(size_t index) - bool BitmapImage::frameHasAlphaAtIndex(size_t index) - { - if (index >= frameCount()) -- return 0; -+ return true; - - if (index >= m_frames.size() || !m_frames[index].m_frame) - cacheFrame(index); ---- WebCore/platform/graphics/cairo/ImageCairo.cpp -+++ WebCore/platform/graphics/cairo/ImageCairo.cpp -@@ -76,6 +76,7 @@ BitmapImage::BitmapImage(cairo_surface_t* surface, ImageObserver* observer) - - m_frames.grow(1); - m_frames[0].m_frame = surface; -+ m_frames[0].m_hasAlpha = cairo_surface_get_content(surface) != CAIRO_CONTENT_COLOR; - checkForSolidColor(); - } - ---- WebCore/platform/graphics/cg/ImageCG.cpp -+++ WebCore/platform/graphics/cg/ImageCG.cpp -@@ -87,6 +87,7 @@ BitmapImage::BitmapImage(CGImageRef cgImage, ImageObserver* observer) - - m_frames.grow(1); - m_frames[0].m_frame = cgImage; -+ m_frames[0].m_hasAlpha = true; - checkForSolidColor(); - } - 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 85d72c47f..000000000 --- a/www/webkit-gtk2/pkg-plist +++ /dev/null @@ -1,28 +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/webkit/webkit.h -include/webkit-1.0/webkit/webkitdefines.h -include/webkit-1.0/webkit/webkitnetworkrequest.h -include/webkit-1.0/webkit/webkitversion.h -include/webkit-1.0/webkit/webkitwebbackforwardlist.h -include/webkit-1.0/webkit/webkitwebframe.h -include/webkit-1.0/webkit/webkitwebhistoryitem.h -include/webkit-1.0/webkit/webkitwebsettings.h -include/webkit-1.0/webkit/webkitwebview.h -lib/libwebkit-1.0.a -lib/libwebkit-1.0.la -lib/libwebkit-1.0.so -lib/libwebkit-1.0.so.1 -libdata/pkgconfig/WebKitGtk.pc -libdata/pkgconfig/webkit-1.0.pc -@dirrm include/webkit-1.0/webkit -@dirrm include/webkit-1.0/JavaScriptCore -@dirrm include/webkit-1.0 diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile deleted file mode 100644 index 38e1f5631..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.170 2008/10/20 23:19:30 kwm Exp $ -# - -PORTNAME= nautilus -PORTVERSION= 2.24.2 -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 - -INSTALLS_ICONS= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop eel2 \ - librsvg2 desktopfileutils ltverhack gvfs ltasneededhack -GNOME_DESKTOP_VERSION=2 -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -liconv" \ - LIBPNG="-L${LOCALBASE}/lib -lpng -lz" -CONFIGURE_ARGS= --with-freetype2-lib-place=${LOCALBASE}/lib \ - --with-freetype2-include-place=${LOCALBASE}/include/freetype2 \ - --enable-static -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 94a77816c..000000000 --- a/x11-fm/nautilus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/nautilus-2.24.2.tar.bz2) = 783e5f7be6391d6c46b4725e38af475a -SHA256 (gnome2/nautilus-2.24.2.tar.bz2) = a793ebe4245656f0ae23d5a87895555182f62943e02e9667303ad20c4e690c1d -SIZE (gnome2/nautilus-2.24.2.tar.bz2) = 5356516 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-configure b/x11-fm/nautilus/files/patch-configure deleted file mode 100644 index 4a9390ced..000000000 --- a/x11-fm/nautilus/files/patch-configure +++ /dev/null @@ -1,22 +0,0 @@ ---- configure.orig Mon May 14 20:47:58 2007 -+++ configure Mon May 14 20:52:42 2007 -@@ -23611,9 +23611,7 @@ cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - #include <unistd.h> -- #ifdef HAVE_SYS_PARAM_H - #include <sys/param.h> -- #endif - #ifdef HAVE_SYS_VFS_H - #include <sys/vfs.h> - #endif -@@ -23674,9 +23672,7 @@ cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - #include <unistd.h> -- #ifdef HAVE_SYS_PARAM_H - #include <sys/param.h> -- #endif - #ifdef HAVE_SYS_VFS_H - #include <sys/vfs.h> - #endif 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 367c06b74..000000000 --- a/x11-fm/nautilus/pkg-plist +++ /dev/null @@ -1,272 +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 -libdata/bonobo/servers/Nautilus_shell.server -libdata/pkgconfig/libnautilus-extension.pc -share/applications/nautilus-autorun-software.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/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/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/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/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/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/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%%/glade/nautilus-bookmarks-window.glade -%%DATADIR%%/glade/nautilus-file-management-properties.glade -%%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-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/note-indicator.png -share/pixmaps/nautilus/thumbnail_frame.png -@dirrm share/pixmaps/nautilus -@dirrm %%DATADIR%%/ui -@dirrm %%DATADIR%%/patterns -@dirrm %%DATADIR%%/glade -@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/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/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@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/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-fm/py-nautilus/Makefile b/x11-fm/py-nautilus/Makefile deleted file mode 100644 index da4c2914c..000000000 --- a/x11-fm/py-nautilus/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: py-nautilus -# Date created: 31 May, 2005 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-fm/py-nautilus/Makefile,v 1.8 2008/09/22 09:18:18 kwm Exp $ -# - -PORTNAME= nautilus -PORTVERSION= 0.5.1 -CATEGORIES= x11-fm gnome python -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/nautilus-python/${PORTVERSION:R} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= nautilus-python-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python nautilus bindings - -LIB_DEPENDS= nautilus-extension:${PORTSDIR}/x11-fm/nautilus - -USE_BZIP2= yes -GNU_CONFIGURE= yes -USE_PYTHON= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack pygnome2 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -DOCSDIR= ${PREFIX}/share/doc/nautilus-python - -post-patch: - @${REINPLACE_CMD} -e 's|[(]datadir[)]/doc/|(prefix)/share/doc/|g' \ - ${WRKSRC}/examples/Makefile.in - -.include <bsd.port.mk> diff --git a/x11-fm/py-nautilus/distinfo b/x11-fm/py-nautilus/distinfo deleted file mode 100644 index 5b9b922a7..000000000 --- a/x11-fm/py-nautilus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (nautilus-python-0.5.1.tar.bz2) = 83136937cdb790a2ee5823e96de20acf -SHA256 (nautilus-python-0.5.1.tar.bz2) = 34e79046b9bd420bc980befeabeac9c229a6a12e21e04c7648849cd540593d89 -SIZE (nautilus-python-0.5.1.tar.bz2) = 230999 diff --git a/x11-fm/py-nautilus/files/patch-configure b/x11-fm/py-nautilus/files/patch-configure deleted file mode 100644 index d9196af60..000000000 --- a/x11-fm/py-nautilus/files/patch-configure +++ /dev/null @@ -1,15 +0,0 @@ ---- configure.orig 2008-01-13 14:41:48.000000000 -0500 -+++ configure 2008-01-13 14:42:01.000000000 -0500 -@@ -19597,10 +19597,10 @@ CPPFLAGS="$save_CPPFLAGS" - { echo "$as_me:$LINENO: checking for libraries required to embed python" >&5 - echo $ECHO_N "checking for libraries required to embed python... $ECHO_C" >&6; } - py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"` --if test "x$PYTHON_LIBS" == x; then -+if test "x$PYTHON_LIBS" = x; then - PYTHON_LIBS="-L${py_prefix}/lib -lpython${PYTHON_VERSION}" - fi --if test "x$PYTHON_LIB_LOC" == x; then -+if test "x$PYTHON_LIB_LOC" = x; then - PYTHON_LIB_LOC="${py_prefix}/lib" - fi - diff --git a/x11-fm/py-nautilus/pkg-descr b/x11-fm/py-nautilus/pkg-descr deleted file mode 100644 index 1d3571cec..000000000 --- a/x11-fm/py-nautilus/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Python nautilus bindings. diff --git a/x11-fm/py-nautilus/pkg-plist b/x11-fm/py-nautilus/pkg-plist deleted file mode 100644 index f4109e434..000000000 --- a/x11-fm/py-nautilus/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -lib/nautilus-python/nautilus.la -lib/nautilus-python/nautilus.so -lib/nautilus/extensions-2.0/libnautilus-python.la -lib/nautilus/extensions-2.0/libnautilus-python.so -libdata/pkgconfig/nautilus-python.pc -%%DOCSDIR%%/README -%%DOCSDIR%%/documentation.py -%%DOCSDIR%%/examples/background-image.py -%%DOCSDIR%%/examples/block-size-column.py -%%DOCSDIR%%/examples/md5sum-property-page.py -%%DOCSDIR%%/examples/open-terminal.py -%%DOCSDIR%%/examples/submenu.py -@dirrm %%DOCSDIR%%/examples -@dirrm %%DOCSDIR%% -@dirrm lib/nautilus-python diff --git a/x11-fonts/fontconfig/Makefile b/x11-fonts/fontconfig/Makefile deleted file mode 100644 index 1136ab278..000000000 --- a/x11-fonts/fontconfig/Makefile +++ /dev/null @@ -1,70 +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.17 2008/08/06 04:22:51 mezz Exp $ -# - -PORTNAME= fontconfig -PORTVERSION= 2.6.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:15 -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 -PKGINSTALL= ${WRKDIR}/pkg-install - -MAN1= fc-cache.1 fc-cat.1 fc-list.1 fc-match.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 24a1c943b..000000000 --- a/x11-fonts/fontconfig/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (fontconfig-2.6.0.tar.gz) = ab54ec1d4ddd836313fdbc0cd5299d6d -SHA256 (fontconfig-2.6.0.tar.gz) = a9a639eaa0e5666606a4657cc1494eb6df820fac7e5a2aa0c3f7e703b7c8d8a5 -SIZE (fontconfig-2.6.0.tar.gz) = 1403857 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/patch-Makefile.in b/x11-fonts/fontconfig/files/patch-Makefile.in deleted file mode 100644 index 40d586736..000000000 --- a/x11-fonts/fontconfig/files/patch-Makefile.in +++ /dev/null @@ -1,53 +0,0 @@ ---- Makefile.in.orig 2008-07-03 03:20:43.000000000 -0400 -+++ Makefile.in 2008-07-03 03:21:18.000000000 -0400 -@@ -789,28 +789,28 @@ ChangeLog: - .PHONY: ChangeLog - - install-data-local: -- $(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 3101d5ccf..000000000 --- a/x11-fonts/fontconfig/pkg-plist +++ /dev/null @@ -1,63 +0,0 @@ -bin/fc-cache -bin/fc-cat -bin/fc-list -bin/fc-match -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-themes/gnome-backgrounds/Makefile b/x11-themes/gnome-backgrounds/Makefile deleted file mode 100644 index 364ddb3a7..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.40 2008/09/08 23:11:37 kwm Exp $ -# - -PORTNAME= gnome-backgrounds -PORTVERSION= 2.24.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 328e2d341..000000000 --- a/x11-themes/gnome-backgrounds/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-backgrounds-2.24.0.tar.bz2) = fb84a0b2e63dd0aaa47d490d2a43209f -SHA256 (gnome2/gnome-backgrounds-2.24.0.tar.bz2) = 13bc5612e6744fc2c0841158759cdb0c23b58c2edf93841f72829ec7513cff18 -SIZE (gnome2/gnome-backgrounds-2.24.0.tar.bz2) = 9898313 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 bce1424d0..000000000 --- a/x11-themes/gnome-backgrounds/pkg-plist +++ /dev/null @@ -1,141 +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/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/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/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/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/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@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/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile deleted file mode 100644 index 90c651e5f..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.151 2008/09/29 19:17:33 marcus Exp $ -# - -PORTNAME= gnome-themes -PORTVERSION= 2.24.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:15 -INSTALLS_ICONS= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix intlhack metacity libgnomeui -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 b4b90ff1e..000000000 --- a/x11-themes/gnome-themes/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-themes-2.24.1.tar.bz2) = 9469a4ed1231ab54847983944bcd7d57 -SHA256 (gnome2/gnome-themes-2.24.1.tar.bz2) = d58cf38d4f3eb715d7faa95c3e824aba6aa49d19147efe992e48beabbf33eb62 -SIZE (gnome2/gnome-themes-2.24.1.tar.bz2) = 1541349 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 d3578f536..000000000 --- a/x11-themes/gnome-themes/pkg-plist +++ /dev/null @@ -1,2805 +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/address-book-new.svg -share/icons/HighContrast-SVG/scalable/actions/application-exit.svg -share/icons/HighContrast-SVG/scalable/actions/appointment-new.svg -share/icons/HighContrast-SVG/scalable/actions/appointment.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-page-setup.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-select-all.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-direction-ltr.svg -share/icons/HighContrast-SVG/scalable/actions/format-text-direction-rtl.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-mail-snd.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-select-all.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-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-link.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-junk.svg -share/icons/HighContrast-SVG/scalable/actions/mail-mark-notjunk.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-send.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/mail_send.svg -share/icons/HighContrast-SVG/scalable/actions/mail_spam.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_mail-send.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-address-book.svg -share/icons/HighContrast-SVG/scalable/actions/stock_new-appointment.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-setup.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_select-all.svg -share/icons/HighContrast-SVG/scalable/actions/stock_spam.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/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/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-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-dictionary.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/background.svg -share/icons/HighContrast-SVG/scalable/apps/browser.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/email.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-session.svg -share/icons/HighContrast-SVG/scalable/apps/gnome-settings-accessibility-technologies.svg -share/icons/HighContrast-SVG/scalable/apps/gnome-settings-background.svg -share/icons/HighContrast-SVG/scalable/apps/gnome-settings-font.svg -share/icons/HighContrast-SVG/scalable/apps/gnome-settings-theme.svg -share/icons/HighContrast-SVG/scalable/apps/gnome-terminal.svg -share/icons/HighContrast-SVG/scalable/apps/gnome-window-manager.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/kcmkwm.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/kwin.svg -share/icons/HighContrast-SVG/scalable/apps/locale.svg -share/icons/HighContrast-SVG/scalable/apps/mail_generic.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-keyboard.svg -share/icons/HighContrast-SVG/scalable/apps/preferences-desktop-locale.svg -share/icons/HighContrast-SVG/scalable/apps/preferences-desktop-multimedia.svg -share/icons/HighContrast-SVG/scalable/apps/preferences-desktop-screensaver.svg -share/icons/HighContrast-SVG/scalable/apps/preferences-desktop-theme.svg -share/icons/HighContrast-SVG/scalable/apps/preferences-desktop-wallpaper.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/proxy-config.svg -share/icons/HighContrast-SVG/scalable/apps/proxy.svg -share/icons/HighContrast-SVG/scalable/apps/redhat-email.svg -share/icons/HighContrast-SVG/scalable/apps/redhat-filemanager.svg -share/icons/HighContrast-SVG/scalable/apps/redhat-web-browser.svg -share/icons/HighContrast-SVG/scalable/apps/screensaver.svg -share/icons/HighContrast-SVG/scalable/apps/stock_help.svg -share/icons/HighContrast-SVG/scalable/apps/stock_proxy.svg -share/icons/HighContrast-SVG/scalable/apps/style.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/system-software-update.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/update-manager.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/wallpaper.svg -share/icons/HighContrast-SVG/scalable/apps/web-browser.svg -share/icons/HighContrast-SVG/scalable/apps/xfce-filemanager.svg -share/icons/HighContrast-SVG/scalable/apps/xfce-mail.svg -share/icons/HighContrast-SVG/scalable/apps/xfce-terminal.svg -share/icons/HighContrast-SVG/scalable/apps/xfce4-backdrop.svg -share/icons/HighContrast-SVG/scalable/apps/xfce4-mixer.svg -share/icons/HighContrast-SVG/scalable/apps/xfce4-session.svg -share/icons/HighContrast-SVG/scalable/apps/xfwm4.svg -share/icons/HighContrast-SVG/scalable/apps/xscreensaver.svg -share/icons/HighContrast-SVG/scalable/apps/zen-icon.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-engineering.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-office.svg -share/icons/HighContrast-SVG/scalable/categories/applications-other.svg -share/icons/HighContrast-SVG/scalable/categories/applications-science.svg -share/icons/HighContrast-SVG/scalable/categories/applications-system.svg -share/icons/HighContrast-SVG/scalable/categories/applications-utilities.svg -share/icons/HighContrast-SVG/scalable/categories/gnome-applications.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-other.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_office.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-personal.svg -share/icons/HighContrast-SVG/scalable/categories/preferences-desktop.svg -share/icons/HighContrast-SVG/scalable/categories/preferences-other.svg -share/icons/HighContrast-SVG/scalable/categories/preferences-system-network.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-office.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/system-help.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-office.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-card.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-modem.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-gaming.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/joystick.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/modem.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_joystick.svg -share/icons/HighContrast-SVG/scalable/devices/yast_mouse.svg -share/icons/HighContrast-SVG/scalable/devices/yast_printer.svg -share/icons/HighContrast-SVG/scalable/devices/yast_soundcard.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-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/stock_mail-priority-high.svg -share/icons/HighContrast-SVG/scalable/emotes/face-glasses.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-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/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-ogg.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.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.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.sun.xml.calc.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-applix-spreadsheet.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-killustrator.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-kspread.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-shellscript.svg -share/icons/HighContrast-SVG/scalable/mimetypes/gnome-mime-application-x-shockwave-flash.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-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/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/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_script.svg -share/icons/HighContrast-SVG/scalable/mimetypes/text-html.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/video-x-generic.svg -share/icons/HighContrast-SVG/scalable/mimetypes/video.svg -share/icons/HighContrast-SVG/scalable/mimetypes/www.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-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/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/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/security-high.svg -share/icons/HighContrast-SVG/scalable/status/security-low.svg -share/icons/HighContrast-SVG/scalable/status/security-medium.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_lock-broken.svg -share/icons/HighContrast-SVG/scalable/status/stock_lock-ok.svg -share/icons/HighContrast-SVG/scalable/status/stock_lock-open.svg -share/icons/HighContrast-SVG/scalable/status/stock_lock.svg -share/icons/HighContrast-SVG/scalable/status/stock_open.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/trashcan_full.svg -share/icons/HighContrast-SVG/scalable/status/user-trash-full.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-lzma-compressed-tar.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-lzma.png -share/icons/HighContrastLargePrint/48x48/mimetypes/gnome-mime-application-x-lhz.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/kfind.png -share/icons/HighContrastLargePrintInverse/48x48/actions/kfm_home.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_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.png -share/icons/HighContrastLargePrintInverse/48x48/apps/preferences-desktop-keyboard-shortcuts.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-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/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/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-ogg.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-x-7z-compressed.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-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-jar.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-killustrator.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-lha.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-lzma.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-lzma-compressed-tar.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/gnome-mime-application-x-lhz.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-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-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-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/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/rpm.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/sound.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/stock_addressbook.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/tar.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/vcard.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/video-x-generic.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/video.png -share/icons/HighContrastLargePrintInverse/48x48/mimetypes/x-office-address-book.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/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/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/trashcan_full.png -share/icons/HighContrastLargePrintInverse/48x48/status/user-trash-full.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/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/bs/LC_MESSAGES/gnome-themes.mo -share/locale/ca/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/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/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/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/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 -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/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/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/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-themes/gtk-engines2/Makefile b/x11-themes/gtk-engines2/Makefile deleted file mode 100644 index 304b213a9..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.68 2008/10/20 22:54:55 kwm Exp $ -# - -PORTNAME= gtk-engines2 -PORTVERSION= 2.16.1 -CATEGORIES= x11-themes -MASTER_SITES= ${MASTER_SITE_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:15 -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 a4ebdd5b8..000000000 --- a/x11-themes/gtk-engines2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gtk-engines-2.16.1.tar.bz2) = acf5a9792507d0cb3b29a3ce6333d003 -SHA256 (gnome2/gtk-engines-2.16.1.tar.bz2) = 5ce5bd23df9c26444c92d415935622d5f1f7c1c9669ec5165607de05125dc2c1 -SIZE (gnome2/gtk-engines-2.16.1.tar.bz2) = 588253 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 963a26e62..000000000 --- a/x11-themes/gtk-engines2/pkg-plist +++ /dev/null @@ -1,127 +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/be@latin/LC_MESSAGES/gtk-engines.mo -share/locale/bg/LC_MESSAGES/gtk-engines.mo -share/locale/bn_IN/LC_MESSAGES/gtk-engines.mo -share/locale/ca/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/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/ko/LC_MESSAGES/gtk-engines.mo -share/locale/lt/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/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/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@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-themes/icon-naming-utils/Makefile b/x11-themes/icon-naming-utils/Makefile deleted file mode 100644 index 979311429..000000000 --- a/x11-themes/icon-naming-utils/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: icon-naming-utils -# Date created: 2005-11-05 -# Whom: Phillip Neumann <pneumann@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= icon-naming-utils -PORTVERSION= 0.8.7 -CATEGORIES= x11-themes -MASTER_SITES= http://tango.freedesktop.org/releases/ - -MAINTAINER= pneumann@gmail.com -COMMENT= Utilities of the Tango project - -BUILD_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple -RUN_DEPENDS= ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple - -USE_PERL5= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomehack pkgconfig - -pre-configure: - @ ${REINPLACE_CMD} -e "s|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g" ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/x11-themes/icon-naming-utils/distinfo b/x11-themes/icon-naming-utils/distinfo deleted file mode 100644 index 0aca91081..000000000 --- a/x11-themes/icon-naming-utils/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (icon-naming-utils-0.8.7.tar.gz) = 4abe604721ce2ccb67f451aa7ceb44d6 -SHA256 (icon-naming-utils-0.8.7.tar.gz) = 1cb49ce6a04626939893a447da696f20003903d61bd80c6d74d29dd79ca340d2 -SIZE (icon-naming-utils-0.8.7.tar.gz) = 69675 diff --git a/x11-themes/icon-naming-utils/pkg-descr b/x11-themes/icon-naming-utils/pkg-descr deleted file mode 100644 index 62f5d341a..000000000 --- a/x11-themes/icon-naming-utils/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Icon naming utilities of the Tango project. - -WWW: http://tango-project.org/ diff --git a/x11-themes/icon-naming-utils/pkg-plist b/x11-themes/icon-naming-utils/pkg-plist deleted file mode 100644 index 9e498bf37..000000000 --- a/x11-themes/icon-naming-utils/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -libexec/icon-name-mapping -share/dtds/legacy-icon-mapping.dtd -libdata/pkgconfig/icon-naming-utils.pc -%%DATADIR%%/legacy-icon-mapping.xml -@dirrm share/dtds -@dirrm share/icon-naming-utils diff --git a/x11-toolkits/bakery/Makefile b/x11-toolkits/bakery/Makefile deleted file mode 100644 index 3197a6bbd..000000000 --- a/x11-toolkits/bakery/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: bakery -# Date created: 12th September 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/bakery/Makefile,v 1.15 2008/10/09 21:59:03 kwm Exp $ -# - -PORTNAME= bakery -PORTVERSION= 2.6.2 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A C++ Application Framework for use with Gtkmm - -LIB_DEPENDS= gconfmm-2.6:${PORTSDIR}/devel/gconfmm26 \ - glademm-2.4:${PORTSDIR}/devel/libglademm24 \ - gnomevfsmm-2.6:${PORTSDIR}/devel/gnome-vfsmm \ - xml\\+\\+-2.6:${PORTSDIR}/textproc/libxml++26 - -USE_GNOME= gnomehack gnomeprefix intlhack ltverhack -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:15 -USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION="2.6" API_VERSION="2.6" - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/x11-toolkits/bakery/distinfo b/x11-toolkits/bakery/distinfo deleted file mode 100644 index 5cfa1968f..000000000 --- a/x11-toolkits/bakery/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (bakery-2.6.2.tar.bz2) = 749586e2f9dfc381a16c4f7cc56c03f1 -SHA256 (bakery-2.6.2.tar.bz2) = 8617eb028f72c2f0c426950c5b7b06a369212ae8f373ef4aa04dfd1504b9eb53 -SIZE (bakery-2.6.2.tar.bz2) = 1190518 diff --git a/x11-toolkits/bakery/files/patch-bakery-2.6.pc.in b/x11-toolkits/bakery/files/patch-bakery-2.6.pc.in deleted file mode 100644 index eaeaad355..000000000 --- a/x11-toolkits/bakery/files/patch-bakery-2.6.pc.in +++ /dev/null @@ -1,9 +0,0 @@ ---- bakery-2.6.pc.in.orig 2008-03-18 10:47:08.000000000 +0100 -+++ bakery-2.6.pc.in 2008-08-08 02:10:39.000000000 +0200 -@@ -8,5 +8,5 @@ Description: C++ Application Framework f - Requires: gtkmm-2.4 >= 2.4.0 gconfmm-2.6 >= 2.6.0 libglademm-2.4 >= 2.4.0 libxml++-2.6 >= 2.6.0 giomm-2.4 >= 2.16.0 - Version: @VERSION@ - Libs: -L${libdir} -lbakery-2.6 --Cflags: -I${includedir}/bakery-2.6 -I${libdir}/bakery-2.6/include -+Cflags: -I${includedir}/bakery-2.6 - diff --git a/x11-toolkits/bakery/files/patch-bakery::Makefile.in b/x11-toolkits/bakery/files/patch-bakery::Makefile.in deleted file mode 100644 index 39cb5057a..000000000 --- a/x11-toolkits/bakery/files/patch-bakery::Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- bakery/Makefile.in.orig 2008-08-08 02:12:58.000000000 +0200 -+++ bakery/Makefile.in 2008-08-08 02:13:37.000000000 +0200 -@@ -287,10 +287,10 @@ libbakery_2_6_la_LIBADD = App/libbakery_ - View/libbakery_view.la \ - $(BAKERY_LIBS) - --libbakery_2_6_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION) -release $(GENERIC_RELEASE) -no-undefined -+libbakery_2_6_la_LDFLAGS = -version-info $(GENERIC_LIBRARY_VERSION) - - # Install the headers: --library_configdir = $(libdir)/bakery-2.6/include -+library_configdir = $(includedir)/bakery-2.6 - library_config_DATA = bakeryconfig.h - all: bakeryconfig.h - $(MAKE) $(AM_MAKEFLAGS) all-recursive diff --git a/x11-toolkits/bakery/pkg-descr b/x11-toolkits/bakery/pkg-descr deleted file mode 100644 index 611f10d25..000000000 --- a/x11-toolkits/bakery/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Bakery is a C++ Framework for creating applications using Gtkmm. - -- provides a Document/View architecture, but it doesn't force you to - use the whole architecture. -- provides default functionality, which can be easily customized. -- makes it easy to start developing GTK+ applications. -- gives your application structure. - -WWW: http://bakery.sourceforge.net/ diff --git a/x11-toolkits/bakery/pkg-plist b/x11-toolkits/bakery/pkg-plist deleted file mode 100644 index 84d825724..000000000 --- a/x11-toolkits/bakery/pkg-plist +++ /dev/null @@ -1,73 +0,0 @@ -include/bakery-%%API_VERSION%%/bakery/App/App.h -include/bakery-%%API_VERSION%%/bakery/App/AppInstanceManager.h -include/bakery-%%API_VERSION%%/bakery/App/App_Gtk.h -include/bakery-%%API_VERSION%%/bakery/App/App_WithDoc.h -include/bakery-%%API_VERSION%%/bakery/App/App_WithDoc_Gtk.h -include/bakery-%%API_VERSION%%/bakery/App/Dialog_OfferSave.h -include/bakery-%%API_VERSION%%/bakery/App/GtkDialogs.h -include/bakery-%%API_VERSION%%/bakery/Configuration/Association.h -include/bakery-%%API_VERSION%%/bakery/Configuration/AssociationBase.h -include/bakery-%%API_VERSION%%/bakery/Configuration/Client.h -include/bakery-%%API_VERSION%%/bakery/Configuration/Dialog_Preferences.h -include/bakery-%%API_VERSION%%/bakery/Document/Document.h -include/bakery-%%API_VERSION%%/bakery/Document/Document_XML.h -include/bakery-%%API_VERSION%%/bakery/Utilities/BusyCursor.h -include/bakery-%%API_VERSION%%/bakery/Utilities/sharedptr.h -include/bakery-%%API_VERSION%%/bakery/View/View.h -include/bakery-%%API_VERSION%%/bakery/View/ViewBase.h -include/bakery-%%API_VERSION%%/bakery/View/View_Composite.h -include/bakery-%%API_VERSION%%/bakery/bakery.h -include/bakery-%%API_VERSION%%/bakery/init.h -include/bakery-%%API_VERSION%%/bakeryconfig.h -lib/libbakery-%%VERSION%%.a -lib/libbakery-%%VERSION%%.la -lib/libbakery-%%VERSION%%.so -lib/libbakery-%%VERSION%%.so.1 -libdata/pkgconfig/bakery-%%API_VERSION%%.pc -share/locale/ar/LC_MESSAGES/bakery.mo -share/locale/bg/LC_MESSAGES/bakery.mo -share/locale/ca/LC_MESSAGES/bakery.mo -share/locale/da/LC_MESSAGES/bakery.mo -share/locale/de/LC_MESSAGES/bakery.mo -share/locale/dz/LC_MESSAGES/bakery.mo -share/locale/el/LC_MESSAGES/bakery.mo -share/locale/en_CA/LC_MESSAGES/bakery.mo -share/locale/en_GB/LC_MESSAGES/bakery.mo -share/locale/es/LC_MESSAGES/bakery.mo -share/locale/eu/LC_MESSAGES/bakery.mo -share/locale/fi/LC_MESSAGES/bakery.mo -share/locale/fr/LC_MESSAGES/bakery.mo -share/locale/gl/LC_MESSAGES/bakery.mo -share/locale/hu/LC_MESSAGES/bakery.mo -share/locale/ja/LC_MESSAGES/bakery.mo -share/locale/lt/LC_MESSAGES/bakery.mo -share/locale/mk/LC_MESSAGES/bakery.mo -share/locale/nb/LC_MESSAGES/bakery.mo -share/locale/ne/LC_MESSAGES/bakery.mo -share/locale/nl/LC_MESSAGES/bakery.mo -share/locale/oc/LC_MESSAGES/bakery.mo -share/locale/pl/LC_MESSAGES/bakery.mo -share/locale/pt_BR/LC_MESSAGES/bakery.mo -share/locale/ru/LC_MESSAGES/bakery.mo -share/locale/rw/LC_MESSAGES/bakery.mo -share/locale/sk/LC_MESSAGES/bakery.mo -share/locale/sl/LC_MESSAGES/bakery.mo -share/locale/sq/LC_MESSAGES/bakery.mo -share/locale/sv/LC_MESSAGES/bakery.mo -share/locale/uk/LC_MESSAGES/bakery.mo -share/locale/vi/LC_MESSAGES/bakery.mo -share/locale/zh_CN/LC_MESSAGES/bakery.mo -share/locale/zh_TW/LC_MESSAGES/bakery.mo -@dirrm include/bakery-%%API_VERSION%%/bakery/View -@dirrm include/bakery-%%API_VERSION%%/bakery/Utilities -@dirrm include/bakery-%%API_VERSION%%/bakery/Document -@dirrm include/bakery-%%API_VERSION%%/bakery/Configuration -@dirrm include/bakery-%%API_VERSION%%/bakery/App -@dirrm include/bakery-%%API_VERSION%%/bakery -@dirrm include/bakery-%%API_VERSION%% -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/oc/LC_MESSAGES -@dirrmtry share/locale/oc -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz diff --git a/x11-toolkits/eel/Makefile b/x11-toolkits/eel/Makefile deleted file mode 100644 index a59a20754..000000000 --- a/x11-toolkits/eel/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: eel2 -# Date created: 8th May 2001 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11-toolkits/eel/Makefile,v 1.79 2008/09/21 23:20:10 kwm Exp $ -# - -PORTNAME= eel -PORTVERSION= 2.24.1 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Generally useful classes and extensions to GNOME - -USE_GETTEXT= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_XORG= xrender -GNOME_DESKTOP_VERSION=2 -USE_GNOME= gnomeprefix gnomehack gnomedesktop ltverhack intlhack -USE_AUTOTOOLS= libtool:15 -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-shared --enable-static -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -.include <bsd.port.mk> diff --git a/x11-toolkits/eel/distinfo b/x11-toolkits/eel/distinfo deleted file mode 100644 index aa469fcbd..000000000 --- a/x11-toolkits/eel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/eel-2.24.1.tar.bz2) = b591df36af8f1b23dd175be33b5de073 -SHA256 (gnome2/eel-2.24.1.tar.bz2) = 32cde7b589b49f439d82f76b6456983d36de7d20688f7c6ac2fdae4ce354e629 -SIZE (gnome2/eel-2.24.1.tar.bz2) = 596529 diff --git a/x11-toolkits/eel/files/patch-Makefile.in b/x11-toolkits/eel/files/patch-Makefile.in deleted file mode 100644 index f58c574eb..000000000 --- a/x11-toolkits/eel/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Mon Jan 16 12:53:35 2006 -+++ Makefile.in Mon Jan 16 12:54:04 2006 -@@ -239,7 +239,7 @@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ - NULL = --SUBDIRS = eel test po -+SUBDIRS = eel po - EXTRA_DIST = \ - COPYING.LIB \ - HACKING \ diff --git a/x11-toolkits/eel/files/patch-eel_eel-editable-label.c b/x11-toolkits/eel/files/patch-eel_eel-editable-label.c deleted file mode 100644 index 042628e4b..000000000 --- a/x11-toolkits/eel/files/patch-eel_eel-editable-label.c +++ /dev/null @@ -1,13 +0,0 @@ ---- eel/eel-editable-label.c.orig Mon Mar 21 06:20:09 2005 -+++ eel/eel-editable-label.c Mon Mar 21 06:20:12 2005 -@@ -3998,7 +3998,10 @@ - static gboolean - eel_editable_label_accessible_idle_notify_insert (gpointer data) - { -+ GDK_THREADS_ENTER (); - eel_editable_label_accessible_notify_insert (data); -+ GDK_THREADS_LEAVE (); -+ - return FALSE; - } - diff --git a/x11-toolkits/eel/files/patch-eel_eel-gnome-extensions.c b/x11-toolkits/eel/files/patch-eel_eel-gnome-extensions.c deleted file mode 100644 index 3d6922ded..000000000 --- a/x11-toolkits/eel/files/patch-eel_eel-gnome-extensions.c +++ /dev/null @@ -1,12 +0,0 @@ ---- eel/eel-gnome-extensions.c.orig Mon Mar 21 06:20:58 2005 -+++ eel/eel-gnome-extensions.c Mon Mar 21 06:21:00 2005 -@@ -246,7 +246,9 @@ - IconSelectionData *selection_data; - - selection_data = (IconSelectionData *) callback_data; -+ GDK_THREADS_ENTER (); - gtk_widget_destroy (selection_data->dialog); -+ GDK_THREADS_LEAVE (); - g_free (selection_data); - return FALSE; - } diff --git a/x11-toolkits/eel/files/patch-eel_eel-stock-dialogs.c b/x11-toolkits/eel/files/patch-eel_eel-stock-dialogs.c deleted file mode 100644 index f1389b939..000000000 --- a/x11-toolkits/eel/files/patch-eel_eel-stock-dialogs.c +++ /dev/null @@ -1,40 +0,0 @@ ---- eel/eel-stock-dialogs.c.orig Mon Mar 21 06:35:10 2005 -+++ eel/eel-stock-dialogs.c Mon Mar 21 06:36:23 2005 -@@ -104,6 +104,8 @@ - { - guint handler_id; - -+ GDK_THREADS_ENTER (); -+ - handler_id = GPOINTER_TO_UINT (g_object_get_data (G_OBJECT (callback_data), - "eel-stock-dialogs/delayed_close_handler_timeout_id")); - -@@ -113,6 +115,8 @@ - - gtk_object_destroy (GTK_OBJECT (callback_data)); - -+ GDK_THREADS_LEAVE (); -+ - return FALSE; - } - -@@ -202,7 +206,10 @@ - - wait = callback_data; - -+ GDK_THREADS_ENTER (); -+ - if (gnome_authentication_manager_dialog_is_visible ()) { -+ GDK_THREADS_LEAVE (); - return TRUE; - } - -@@ -249,6 +256,8 @@ - - wait->timeout_handler_id = 0; - wait->dialog = dialog; -+ -+ GDK_THREADS_LEAVE (); - - return FALSE; - } diff --git a/x11-toolkits/eel/pkg-descr b/x11-toolkits/eel/pkg-descr deleted file mode 100644 index 4b91eb9d0..000000000 --- a/x11-toolkits/eel/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The eel library contains a number of useful classes and functions which -extend glib, gtk, gnome-libs, and other widely-used GNOME platform libraries. - -Almost all of the eel library was previously part of Nautilus, but is now -a separate package so it can be used by other applications. - -WWW: http://www.gnome.org/ diff --git a/x11-toolkits/eel/pkg-plist b/x11-toolkits/eel/pkg-plist deleted file mode 100644 index 628987f36..000000000 --- a/x11-toolkits/eel/pkg-plist +++ /dev/null @@ -1,159 +0,0 @@ -include/eel-2/eel/eel-accessibility.h -include/eel-2/eel/eel-alert-dialog.h -include/eel-2/eel/eel-art-extensions.h -include/eel-2/eel/eel-art-gtk-extensions.h -include/eel-2/eel/eel-background-box.h -include/eel-2/eel/eel-background.h -include/eel-2/eel/eel-canvas-rect-ellipse.h -include/eel-2/eel/eel-canvas-util.h -include/eel-2/eel/eel-canvas.h -include/eel-2/eel/eel-debug-drawing.h -include/eel-2/eel/eel-debug.h -include/eel-2/eel/eel-editable-label.h -include/eel-2/eel/eel-enumeration.h -include/eel-2/eel/eel-features.h -include/eel-2/eel/eel-gconf-extensions.h -include/eel-2/eel/eel-gdk-extensions.h -include/eel-2/eel/eel-gdk-pixbuf-extensions.h -include/eel-2/eel/eel-glib-extensions.h -include/eel-2/eel/eel-gnome-extensions.h -include/eel-2/eel/eel-graphic-effects.h -include/eel-2/eel/eel-gtk-container.h -include/eel-2/eel/eel-gtk-extensions.h -include/eel-2/eel/eel-gtk-macros.h -include/eel-2/eel/eel-i18n.h -include/eel-2/eel/eel-image-table.h -include/eel-2/eel/eel-labeled-image.h -include/eel-2/eel/eel-marshal.h -include/eel-2/eel/eel-mount-operation.h -include/eel-2/eel/eel-pango-extensions.h -include/eel-2/eel/eel-preferences-glade.h -include/eel-2/eel/eel-preferences.h -include/eel-2/eel/eel-self-checks.h -include/eel-2/eel/eel-stock-dialogs.h -include/eel-2/eel/eel-string.h -include/eel-2/eel/eel-type-builtins.h -include/eel-2/eel/eel-types.h -include/eel-2/eel/eel-vfs-extensions.h -include/eel-2/eel/eel-wrap-table.h -include/eel-2/eel/eel-xml-extensions.h -include/eel-2/eel/eel.h -lib/libeel-2.a -lib/libeel-2.la -lib/libeel-2.so -lib/libeel-2.so.2 -libdata/pkgconfig/eel-2.0.pc -share/locale/am/LC_MESSAGES/eel-2.0.mo -share/locale/ang/LC_MESSAGES/eel-2.0.mo -share/locale/ar/LC_MESSAGES/eel-2.0.mo -share/locale/as/LC_MESSAGES/eel-2.0.mo -share/locale/az/LC_MESSAGES/eel-2.0.mo -share/locale/be/LC_MESSAGES/eel-2.0.mo -share/locale/bg/LC_MESSAGES/eel-2.0.mo -share/locale/bn/LC_MESSAGES/eel-2.0.mo -share/locale/bn_IN/LC_MESSAGES/eel-2.0.mo -share/locale/br/LC_MESSAGES/eel-2.0.mo -share/locale/bs/LC_MESSAGES/eel-2.0.mo -share/locale/ca/LC_MESSAGES/eel-2.0.mo -share/locale/cs/LC_MESSAGES/eel-2.0.mo -share/locale/cy/LC_MESSAGES/eel-2.0.mo -share/locale/da/LC_MESSAGES/eel-2.0.mo -share/locale/de/LC_MESSAGES/eel-2.0.mo -share/locale/dz/LC_MESSAGES/eel-2.0.mo -share/locale/el/LC_MESSAGES/eel-2.0.mo -share/locale/en_CA/LC_MESSAGES/eel-2.0.mo -share/locale/en_GB/LC_MESSAGES/eel-2.0.mo -share/locale/es/LC_MESSAGES/eel-2.0.mo -share/locale/et/LC_MESSAGES/eel-2.0.mo -share/locale/eu/LC_MESSAGES/eel-2.0.mo -share/locale/fa/LC_MESSAGES/eel-2.0.mo -share/locale/fi/LC_MESSAGES/eel-2.0.mo -share/locale/fr/LC_MESSAGES/eel-2.0.mo -share/locale/ga/LC_MESSAGES/eel-2.0.mo -share/locale/gl/LC_MESSAGES/eel-2.0.mo -share/locale/gu/LC_MESSAGES/eel-2.0.mo -share/locale/he/LC_MESSAGES/eel-2.0.mo -share/locale/hi/LC_MESSAGES/eel-2.0.mo -share/locale/hr/LC_MESSAGES/eel-2.0.mo -share/locale/hu/LC_MESSAGES/eel-2.0.mo -share/locale/id/LC_MESSAGES/eel-2.0.mo -share/locale/is/LC_MESSAGES/eel-2.0.mo -share/locale/it/LC_MESSAGES/eel-2.0.mo -share/locale/ja/LC_MESSAGES/eel-2.0.mo -share/locale/ka/LC_MESSAGES/eel-2.0.mo -share/locale/kn/LC_MESSAGES/eel-2.0.mo -share/locale/ko/LC_MESSAGES/eel-2.0.mo -share/locale/ku/LC_MESSAGES/eel-2.0.mo -share/locale/ky/LC_MESSAGES/eel-2.0.mo -share/locale/li/LC_MESSAGES/eel-2.0.mo -share/locale/lt/LC_MESSAGES/eel-2.0.mo -share/locale/lv/LC_MESSAGES/eel-2.0.mo -share/locale/mk/LC_MESSAGES/eel-2.0.mo -share/locale/ml/LC_MESSAGES/eel-2.0.mo -share/locale/mn/LC_MESSAGES/eel-2.0.mo -share/locale/mr/LC_MESSAGES/eel-2.0.mo -share/locale/ms/LC_MESSAGES/eel-2.0.mo -share/locale/nb/LC_MESSAGES/eel-2.0.mo -share/locale/ne/LC_MESSAGES/eel-2.0.mo -share/locale/nl/LC_MESSAGES/eel-2.0.mo -share/locale/nn/LC_MESSAGES/eel-2.0.mo -share/locale/oc/LC_MESSAGES/eel-2.0.mo -share/locale/or/LC_MESSAGES/eel-2.0.mo -share/locale/pa/LC_MESSAGES/eel-2.0.mo -share/locale/pl/LC_MESSAGES/eel-2.0.mo -share/locale/ps/LC_MESSAGES/eel-2.0.mo -share/locale/pt/LC_MESSAGES/eel-2.0.mo -share/locale/pt_BR/LC_MESSAGES/eel-2.0.mo -share/locale/ro/LC_MESSAGES/eel-2.0.mo -share/locale/ru/LC_MESSAGES/eel-2.0.mo -share/locale/rw/LC_MESSAGES/eel-2.0.mo -share/locale/si/LC_MESSAGES/eel-2.0.mo -share/locale/sk/LC_MESSAGES/eel-2.0.mo -share/locale/sl/LC_MESSAGES/eel-2.0.mo -share/locale/sq/LC_MESSAGES/eel-2.0.mo -share/locale/sr/LC_MESSAGES/eel-2.0.mo -share/locale/sr@latin/LC_MESSAGES/eel-2.0.mo -share/locale/sv/LC_MESSAGES/eel-2.0.mo -share/locale/ta/LC_MESSAGES/eel-2.0.mo -share/locale/th/LC_MESSAGES/eel-2.0.mo -share/locale/tr/LC_MESSAGES/eel-2.0.mo -share/locale/ug/LC_MESSAGES/eel-2.0.mo -share/locale/uk/LC_MESSAGES/eel-2.0.mo -share/locale/vi/LC_MESSAGES/eel-2.0.mo -share/locale/wa/LC_MESSAGES/eel-2.0.mo -share/locale/xh/LC_MESSAGES/eel-2.0.mo -share/locale/zh_CN/LC_MESSAGES/eel-2.0.mo -share/locale/zh_HK/LC_MESSAGES/eel-2.0.mo -share/locale/zh_TW/LC_MESSAGES/eel-2.0.mo -@dirrm include/eel-2/eel -@dirrm include/eel-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/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@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/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/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/x11-toolkits/gdl/Makefile b/x11-toolkits/gdl/Makefile deleted file mode 100644 index 6999dd6b8..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.17 2008/08/19 22:34:55 kwm Exp $ -# - -PORTNAME= gdl -PORTVERSION= 2.24.0 -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 libgnomeui -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 482befef9..000000000 --- a/x11-toolkits/gdl/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gdl-2.24.0.tar.bz2) = 1d5cd4af1f4041394169d643316646bf -SHA256 (gdl-2.24.0.tar.bz2) = c175ac5faa1c3e27464f71f80c632bb3a960aa03ccd748736aead20adc31a112 -SIZE (gdl-2.24.0.tar.bz2) = 551420 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 4411d89a5..000000000 --- a/x11-toolkits/gdl/pkg-plist +++ /dev/null @@ -1,123 +0,0 @@ -include/libgdl-1.0/gdl/gdl-combo-button.h -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-layout.h -include/libgdl-1.0/gdl/gdl-dock-master.h -include/libgdl-1.0/gdl/gdl-dock-notebook.h -include/libgdl-1.0/gdl/gdl-dock-object.h -include/libgdl-1.0/gdl/gdl-dock-paned.h -include/libgdl-1.0/gdl/gdl-dock-placeholder.h -include/libgdl-1.0/gdl/gdl-dock-tablabel.h -include/libgdl-1.0/gdl/gdl-dock.h -include/libgdl-1.0/gdl/gdl-stock-icons.h -include/libgdl-1.0/gdl/gdl-stock.h -include/libgdl-1.0/gdl/gdl-switcher.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.0 -libdata/pkgconfig/gdl-1.0.pc -%%DOCSDIR%%/GdlComboButton.html -%%DOCSDIR%%/GdlDock.html -%%DOCSDIR%%/GdlDockBar.html -%%DOCSDIR%%/GdlDockItem.html -%%DOCSDIR%%/GdlDockLayout.html -%%DOCSDIR%%/GdlDockMaster.html -%%DOCSDIR%%/GdlDockNotebook.html -%%DOCSDIR%%/GdlDockObject.html -%%DOCSDIR%%/GdlDockPaned.html -%%DOCSDIR%%/GdlDockPlaceholder.html -%%DOCSDIR%%/GdlDockTablabel.html -%%DOCSDIR%%/GdlSwitcher.html -%%DOCSDIR%%/gdl-gdl-stock.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/glade/layout.glade -share/locale/am/LC_MESSAGES/gdl-1.mo -share/locale/ar/LC_MESSAGES/gdl-1.mo -share/locale/az/LC_MESSAGES/gdl-1.mo -share/locale/bg/LC_MESSAGES/gdl-1.mo -share/locale/ca/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/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/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/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/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/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/glade -@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/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/dz/LC_MESSAGES -@dirrmtry share/locale/dz diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile deleted file mode 100644 index 82d417743..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.146 2008/12/18 03:58:47 mezz Exp $ -# - -PORTNAME= gtk -PORTVERSION= 2.14.7 -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.9:${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:15 -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 -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-base -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 a7d8aa722..000000000 --- a/x11-toolkits/gtk20/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gtk+-2.14.7.tar.bz2) = fb1614d4b2adba7b078e2e799b5db604 -SHA256 (gnome2/gtk+-2.14.7.tar.bz2) = e82f4728e52dbafc35713b755eb863a47dc155334912dda0240dc3de9cb07e14 -SIZE (gnome2/gtk+-2.14.7.tar.bz2) = 17475873 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 88bfe209d..000000000 --- a/x11-toolkits/gtk20/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/Makefile.in.orig Fri Oct 24 21:47:52 2003 -+++ docs/Makefile.in Fri Oct 24 23:35:09 2003 -@@ -179,7 +179,7 @@ - MAINT = @MAINT@ - MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ - MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ --MAKEINFO = @MAKEINFO@ -+MAKEINFO = @MAKEINFO@ --no-split - MKINSTALLDIRS = @MKINSTALLDIRS@ - MSGFMT = @MSGFMT@ - MS_LIB_AVAILABLE_FALSE = @MS_LIB_AVAILABLE_FALSE@ diff --git a/x11-toolkits/gtk20/files/patch-ai b/x11-toolkits/gtk20/files/patch-ai deleted file mode 100644 index a7c07057c..000000000 --- a/x11-toolkits/gtk20/files/patch-ai +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/Makefile.in.orig 2008-02-23 10:25:17.000000000 -0500 -+++ docs/reference/Makefile.in 2008-02-23 10:26:36.000000000 -0500 -@@ -372,7 +372,7 @@ - && DISPLAY=:$$XID && export DISPLAY - - --SUBDIRS = gdk-pixbuf gdk gtk libgail-util -+SUBDIRS = # gdk-pixbuf gdk gtk libgail-util - subdir = docs/reference - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 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 1bedfdf55..000000000 --- a/x11-toolkits/gtk20/files/patch-gdk-pixbuf_Makefile.in +++ /dev/null @@ -1,15 +0,0 @@ ---- gdk-pixbuf/Makefile.in.orig Wed Mar 2 15:56:36 2005 -+++ gdk-pixbuf/Makefile.in Wed Mar 2 15:57:08 2005 -@@ -519,10 +519,10 @@ - - bin_PROGRAMS = gdk-pixbuf-csource gdk-pixbuf-query-loaders - 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-gtk_Makefile.in b/x11-toolkits/gtk20/files/patch-gtk_Makefile.in deleted file mode 100644 index 610ece8f3..000000000 --- a/x11-toolkits/gtk20/files/patch-gtk_Makefile.in +++ /dev/null @@ -1,16 +0,0 @@ ---- gtk/Makefile.in.orig Sat May 6 04:47:11 2006 -+++ gtk/Makefile.in Sat May 6 04:48:06 2006 -@@ -1009,11 +1009,11 @@ LDADDS = \ - bin_PROGRAMS = gtk-query-immodules-2.0 gtk-update-icon-cache - - 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 354837da5..000000000 --- a/x11-toolkits/gtk20/files/patch-gtk_updateiconcache.c +++ /dev/null @@ -1,11 +0,0 @@ ---- gtk/updateiconcache.c.orig 2008-02-16 11:33:25.000000000 -0500 -+++ gtk/updateiconcache.c 2008-02-16 11:33:33.000000000 -0500 -@@ -1477,7 +1477,7 @@ build_cache (const gchar *path) - 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 f916fc6fd..000000000 --- a/x11-toolkits/gtk20/pkg-plist +++ /dev/null @@ -1,738 +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/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/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/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/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_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/list_store.c -share/gtk-2.0/demo/menus.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/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/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/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/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile deleted file mode 100644 index 7ff7cb303..000000000 --- a/x11-toolkits/gtkmm24/Makefile +++ /dev/null @@ -1,51 +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.41 2008/11/10 19:48:34 kwm Exp $ -# - -PORTNAME= gtkmm -PORTVERSION= 2.14.3 -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_GNOME= gnomehack gtk20 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --disable-demos \ - --disable-docs \ - --disable-examples \ - --enable-static=yes \ - --with-sigc-prefix=${LOCALBASE} - -PLIST_SUB= VERSION="2.4" API_VERSION="2.4" - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|demo[$$][(]EXEEXT[)]|gtkmm-demo$$(EXEEXT)|g' \ - ${WRKSRC}/demos/gtk-demo/Makefile.in - -.include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/gtkmm24/distinfo b/x11-toolkits/gtkmm24/distinfo deleted file mode 100644 index 5c77592fc..000000000 --- a/x11-toolkits/gtkmm24/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gtkmm-2.14.3.tar.bz2) = 10039f35d7f815d47f926a13cefe65d6 -SHA256 (gnome2/gtkmm-2.14.3.tar.bz2) = 24b18105636cea1033658a0a5f7e86783d0e620590aa359a005ba64d055559a2 -SIZE (gnome2/gtkmm-2.14.3.tar.bz2) = 8667875 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 fea6c20e1..000000000 --- a/x11-toolkits/gtkmm24/pkg-plist +++ /dev/null @@ -1,479 +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/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/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/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/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/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/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/gtkmm-%%API_VERSION%%/proc/m4/convert.m4 -lib/gtkmm-%%API_VERSION%%/proc/m4/convert_atk.m4 -lib/gtkmm-%%API_VERSION%%/proc/m4/convert_gdk.m4 -lib/gtkmm-%%API_VERSION%%/proc/m4/convert_gtk.m4 -lib/gtkmm-%%API_VERSION%%/proc/m4/convert_gtkmm.m4 -lib/gtkmm-%%API_VERSION%%/proc/m4/convert_pango.m4 -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 -@dirrm lib/gtkmm-%%API_VERSION%%/proc/m4 -@dirrm lib/gtkmm-%%API_VERSION%%/proc -@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 f3b0757c1..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.66 2008/09/20 12:42:39 kwm Exp $ -# - -PORTNAME= gtksourceview2 -PORTVERSION= 2.4.1 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= ${MASTER_SITE_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:15 -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 c53e9d4ef..000000000 --- a/x11-toolkits/gtksourceview2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gtksourceview-2.4.1.tar.bz2) = 7b5902e00aafc573e56f1bac244b2673 -SHA256 (gnome2/gtksourceview-2.4.1.tar.bz2) = da955516b40ff8e9e6ca85731aca5a95fe4814d4d6815ec7924dbf2d9d4937f7 -SIZE (gnome2/gtksourceview-2.4.1.tar.bz2) = 948426 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 9a0140320..000000000 --- a/x11-toolkits/gtksourceview2/pkg-plist +++ /dev/null @@ -1,190 +0,0 @@ -include/gtksourceview-2.0/gtksourceview/gtksourcebuffer.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/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/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/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/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/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/msil.lang -share/gtksourceview-2.0/language-specs/nemerle.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/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/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/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/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/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/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/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN diff --git a/x11-toolkits/libbonoboui/Makefile b/x11-toolkits/libbonoboui/Makefile deleted file mode 100644 index 9deba0f28..000000000 --- a/x11-toolkits/libbonoboui/Makefile +++ /dev/null @@ -1,35 +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.67 2008/08/06 05:07:46 marcus Exp $ -# - -PORTNAME= libbonoboui -PORTVERSION= 2.24.0 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -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 73dd82d79..000000000 --- a/x11-toolkits/libbonoboui/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome/libbonoboui-2.24.0.tar.bz2) = 2076638f9aa9565c12b2bc264ecc4f18 -SHA256 (gnome/libbonoboui-2.24.0.tar.bz2) = 1274822cc0cc519755b35148bedeacd969504393a5003ca4d99977a92518f61b -SIZE (gnome/libbonoboui-2.24.0.tar.bz2) = 988715 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 c7648291f..000000000 --- a/x11-toolkits/libbonoboui/pkg-plist +++ /dev/null @@ -1,178 +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/bs/LC_MESSAGES/libbonoboui-2.0.mo -share/locale/ca/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/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11-toolkits/libgnomeprintui/Makefile b/x11-toolkits/libgnomeprintui/Makefile deleted file mode 100644 index 02d2e2724..000000000 --- a/x11-toolkits/libgnomeprintui/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: libgnomeprintui -# Date created: 12 April 2002 -# Whom: Maxim Sobolev <sobomax@FreBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= libgnomeprintui -PORTVERSION= 2.18.3 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gnome print support library - -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme - -USE_BZIP2= yes -USE_XORG= x11 xpm -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack libgnomeprint libgnomecanvas \ - intlhack ltverhack -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 -USE_BISON= build -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= VERSION=${PORTVERSION} - -.include <bsd.port.mk> diff --git a/x11-toolkits/libgnomeprintui/distinfo b/x11-toolkits/libgnomeprintui/distinfo deleted file mode 100644 index f6a019ff6..000000000 --- a/x11-toolkits/libgnomeprintui/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnomeprintui-2.18.3.tar.bz2) = f2c5796f15d6b6701bfa224d856098ce -SHA256 (gnome2/libgnomeprintui-2.18.3.tar.bz2) = 4f7c75e54474a76eff41b6e3da15afadd2d5207a04bc82d85b728395563cf747 -SIZE (gnome2/libgnomeprintui-2.18.3.tar.bz2) = 711876 diff --git a/x11-toolkits/libgnomeprintui/pkg-descr b/x11-toolkits/libgnomeprintui/pkg-descr deleted file mode 100644 index cbc8ebcc6..000000000 --- a/x11-toolkits/libgnomeprintui/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The user interface for the Gnome Printing Architecture, -as described in: - -WWW: http://www.gnome.org/projects/gnome-print/ diff --git a/x11-toolkits/libgnomeprintui/pkg-plist b/x11-toolkits/libgnomeprintui/pkg-plist deleted file mode 100644 index 0bbf04b78..000000000 --- a/x11-toolkits/libgnomeprintui/pkg-plist +++ /dev/null @@ -1,144 +0,0 @@ -include/libgnomeprintui-2.2/libgnomeprintui/gnome-font-dialog.h -include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-config-dialog.h -include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-content-selector.h -include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-dialog.h -include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-job-preview.h -include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-paper-selector.h -include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-preview.h -include/libgnomeprintui-2.2/libgnomeprintui/gnome-print-unit-selector.h -include/libgnomeprintui-2.2/libgnomeprintui/libgnomeprintui-enum-types.h -lib/libgnomeprintui-2-2.a -lib/libgnomeprintui-2-2.la -lib/libgnomeprintui-2-2.so -lib/libgnomeprintui-2-2.so.0 -libdata/pkgconfig/libgnomeprintui-2.2.pc -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/libgnomeprintui-gnome-font-dialog.html -%%DOCSDIR%%/libgnomeprintui-gnome-print-copies.html -%%DOCSDIR%%/libgnomeprintui-gnome-print-dialog.html -%%DOCSDIR%%/libgnomeprintui-gnome-print-job-preview.html -%%DOCSDIR%%/libgnomeprintui-gnome-print-paper-selector.html -%%DOCSDIR%%/libgnomeprintui-gnome-print-preview.html -%%DOCSDIR%%/libgnomeprintui-gnome-printer-selector.html -%%DOCSDIR%%/libgnomeprintui.devhelp -%%DOCSDIR%%/libgnomeprintui.devhelp2 -%%DOCSDIR%%/libgnomeprintui.html -%%DOCSDIR%%/right.png -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png -share/libgnomeprintui/%%VERSION%%/gnome-print-job-preview.xml -share/locale/af/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/am/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ar/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/az/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/be/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/be@latin/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/bg/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/bn/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/bn_IN/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/bs/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ca/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/cs/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/cy/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/da/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/de/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/dz/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/el/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/en_CA/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/en_GB/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/es/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/et/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/eu/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/fa/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/fi/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/fr/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/fur/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ga/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/gl/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/gu/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/he/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/hi/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/hr/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/hu/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/id/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/is/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/it/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ja/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ka/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/kn/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ko/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/li/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/lt/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/lv/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/mk/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ml/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/mn/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/mr/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ms/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/nb/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ne/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/nl/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/nn/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/oc/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/or/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/pa/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/pl/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ps/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/pt/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/pt_BR/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ro/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ru/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/rw/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/si/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/sk/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/sl/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/sq/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/sr/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/sr@latin/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/sv/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/ta/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/te/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/th/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/tr/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/uk/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/vi/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/wa/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/xh/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/zh_CN/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/zh_HK/LC_MESSAGES/libgnomeprintui-2.2.mo -share/locale/zh_TW/LC_MESSAGES/libgnomeprintui-2.2.mo -@dirrm share/libgnomeprintui/%%VERSION%% -@dirrm share/libgnomeprintui -@dirrm %%DOCSDIR%% -@dirrm include/libgnomeprintui-2.2/libgnomeprintui -@dirrm include/libgnomeprintui-2.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/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/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@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-toolkits/libgnomeui/Makefile b/x11-toolkits/libgnomeui/Makefile deleted file mode 100644 index e4b9997a7..000000000 --- a/x11-toolkits/libgnomeui/Makefile +++ /dev/null @@ -1,41 +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.121 2008/08/19 11:43:41 kwm Exp $ -# - -PORTNAME= libgnomeui -PORTVERSION= 2.24.0 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -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:15 -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 836de7952..000000000 --- a/x11-toolkits/libgnomeui/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnomeui-2.24.0.tar.bz2) = 7d50e1fc4c1ee3c268b26e8dfe7e677b -SHA256 (gnome2/libgnomeui-2.24.0.tar.bz2) = 9ecf81d3ad2e1ec0b371d720b37154e8b716af1cd464dbeb06232f8fa4c5e07d -SIZE (gnome2/libgnomeui-2.24.0.tar.bz2) = 1468372 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 424ae344f..000000000 --- a/x11-toolkits/libgnomeui/pkg-plist +++ /dev/null @@ -1,207 +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/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/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/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/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/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/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/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/libgnomeuimm26/Makefile b/x11-toolkits/libgnomeuimm26/Makefile deleted file mode 100644 index 1391586d1..000000000 --- a/x11-toolkits/libgnomeuimm26/Makefile +++ /dev/null @@ -1,45 +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.24.0 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -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:15 -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 2c1080fc7..000000000 --- a/x11-toolkits/libgnomeuimm26/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnomeuimm-2.24.0.tar.bz2) = e4caf43ee829200bef9ad87415ae39a5 -SHA256 (gnome2/libgnomeuimm-2.24.0.tar.bz2) = 7715ce5648ef7cdf231077fd4e9d8953b30ab70d31dec2efdaa6accd98a2e732 -SIZE (gnome2/libgnomeuimm-2.24.0.tar.bz2) = 381746 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/libgtksourceviewmm/Makefile b/x11-toolkits/libgtksourceviewmm/Makefile deleted file mode 100644 index 77d625d46..000000000 --- a/x11-toolkits/libgtksourceviewmm/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# New ports collection makefile for: libgtksourceviewmm -# Date created: 2006-11-11 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ - -PORTNAME= libgtksourceviewmm -PORTVERSION= 1.9.5 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= GNOME - -MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ binding of GtkSourceView - -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 - -USE_LDCONFIG= yes -USE_BZIP2= yes -USE_GNOME= gtksourceview gnomeprefix gnomehack -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBAS}/lib" -CONFIGURE_ARGS= --disable-docs - -.include <bsd.port.mk> diff --git a/x11-toolkits/libgtksourceviewmm/distinfo b/x11-toolkits/libgtksourceviewmm/distinfo deleted file mode 100644 index 4fa18c8ec..000000000 --- a/x11-toolkits/libgtksourceviewmm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libgtksourceviewmm-1.9.5.tar.bz2) = 5b907e66e08d913e700135cf3f968ecb -SHA256 (libgtksourceviewmm-1.9.5.tar.bz2) = 10713d063844fdd735cd5e2db2d67bfb341160886e4bdd5f5e1c9eba03378072 -SIZE (libgtksourceviewmm-1.9.5.tar.bz2) = 419054 diff --git a/x11-toolkits/libgtksourceviewmm/pkg-descr b/x11-toolkits/libgtksourceviewmm/pkg-descr deleted file mode 100644 index 93aaf7163..000000000 --- a/x11-toolkits/libgtksourceviewmm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -GtkSourceViewMM is a C++ binding of GtkSourceView, a text widget that extends -the standard gtk+ 2.x text widget. It improves the gtk+ text widget by -implementing syntax highlighting and other features typical of a source editor. diff --git a/x11-toolkits/libgtksourceviewmm/pkg-plist b/x11-toolkits/libgtksourceviewmm/pkg-plist deleted file mode 100644 index 3c0e75581..000000000 --- a/x11-toolkits/libgtksourceviewmm/pkg-plist +++ /dev/null @@ -1,33 +0,0 @@ -include/gtksourceviewmm-2.0/gtksourceviewmm.h -include/gtksourceviewmm-2.0/gtksourceviewmm/init.h -include/gtksourceviewmm-2.0/gtksourceviewmm/private/sourcebuffer_p.h -include/gtksourceviewmm-2.0/gtksourceviewmm/private/sourceiter_p.h -include/gtksourceviewmm-2.0/gtksourceviewmm/private/sourcelanguage_p.h -include/gtksourceviewmm-2.0/gtksourceviewmm/private/sourcelanguagemanager_p.h -include/gtksourceviewmm-2.0/gtksourceviewmm/private/sourcemark_p.h -include/gtksourceviewmm-2.0/gtksourceviewmm/private/sourcestyle_p.h -include/gtksourceviewmm-2.0/gtksourceviewmm/private/sourcestylescheme_p.h -include/gtksourceviewmm-2.0/gtksourceviewmm/private/sourcestyleschememanager_p.h -include/gtksourceviewmm-2.0/gtksourceviewmm/private/sourceview_p.h -include/gtksourceviewmm-2.0/gtksourceviewmm/sourcebuffer.h -include/gtksourceviewmm-2.0/gtksourceviewmm/sourceiter.h -include/gtksourceviewmm-2.0/gtksourceviewmm/sourcelanguage.h -include/gtksourceviewmm-2.0/gtksourceviewmm/sourcelanguagemanager.h -include/gtksourceviewmm-2.0/gtksourceviewmm/sourcemark.h -include/gtksourceviewmm-2.0/gtksourceviewmm/sourcestyle.h -include/gtksourceviewmm-2.0/gtksourceviewmm/sourcestylescheme.h -include/gtksourceviewmm-2.0/gtksourceviewmm/sourcestyleschememanager.h -include/gtksourceviewmm-2.0/gtksourceviewmm/sourceview.h -include/gtksourceviewmm-2.0/gtksourceviewmm/wrap_init.h -lib/gtksourceviewmm-2.0/include/gtksourceviewmmconfig.h -lib/gtksourceviewmm-2.0/proc/m4/convert.m4 -lib/gtksourceviewmm-2.0/proc/m4/convert_gtksourceviewmm.m4 -lib/libgtksourceviewmm-2.0.la -lib/libgtksourceviewmm-2.0.so -lib/libgtksourceviewmm-2.0.so.2 -libdata/pkgconfig/gtksourceviewmm-2.0.pc -@dirrm lib/gtksourceviewmm-2.0/proc/m4 -@dirrm lib/gtksourceviewmm-2.0/proc -@dirrm lib/gtksourceviewmm-2.0/include -@dirrm include/gtksourceviewmm-2.0/gtksourceviewmm/private -@dirrm include/gtksourceviewmm-2.0/gtksourceviewmm diff --git a/x11-toolkits/libwnck/Makefile b/x11-toolkits/libwnck/Makefile deleted file mode 100644 index 90597a5e9..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.113 2008/10/22 21:27:45 marcus Exp $ -# - -PORTNAME= libwnck -PORTVERSION= 2.24.2 -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:15 -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 6306502f2..000000000 --- a/x11-toolkits/libwnck/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libwnck-2.24.2.tar.bz2) = 1c939b1722579e5b7adc37068e77d72a -SHA256 (gnome2/libwnck-2.24.2.tar.bz2) = 35c12f983e64c88c37c261eb6b55b7c59a5ef4dbb04525162f0753ea8e9127f2 -SIZE (gnome2/libwnck-2.24.2.tar.bz2) = 693227 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 bcc92275f..000000000 --- a/x11-toolkits/libwnck/pkg-plist +++ /dev/null @@ -1,132 +0,0 @@ -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/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/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/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/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 diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile deleted file mode 100644 index acf1b0879..000000000 --- a/x11-toolkits/pango/Makefile +++ /dev/null @@ -1,65 +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.132 2008/11/24 19:43:37 mezz Exp $ -# - -PORTNAME= pango -PORTVERSION= 1.22.4 -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 -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 -USE_GNOME= gnomehack glib20 ltverhack referencehack -CONFIGURE_ARGS= --with-qt=no \ - --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-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.mk> - -.endif diff --git a/x11-toolkits/pango/distinfo b/x11-toolkits/pango/distinfo deleted file mode 100644 index 45e017171..000000000 --- a/x11-toolkits/pango/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/pango-1.22.4.tar.bz2) = 7c3f3748052799746d73c6d3a0cc1205 -SHA256 (gnome2/pango-1.22.4.tar.bz2) = ff47d7ed8360ebef5fa4b8d3ccf45e014bc8793743bca2a96635a3c34eeaa534 -SIZE (gnome2/pango-1.22.4.tar.bz2) = 1496168 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 83c249c73..000000000 --- a/x11-toolkits/pango/pkg-plist +++ /dev/null @@ -1,105 +0,0 @@ -bin/pango-querymodules -%%X11%%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 d5a11acfd..000000000 --- a/x11-toolkits/pangomm/Makefile +++ /dev/null @@ -1,48 +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.6 2008/09/22 10:53:48 kwm Exp $ -# - -PORTNAME= pangomm -PORTVERSION= 2.14.1 -PORTREVISION?= 0 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} -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-demos \ - --disable-docs \ - --disable-examples \ - --enable-static=yes \ - --with-sigc-prefix=${LOCALBASE} - -PLIST_SUB= VERSION="2.4" API_VERSION="1.4" - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> - -.endif diff --git a/x11-toolkits/pangomm/distinfo b/x11-toolkits/pangomm/distinfo deleted file mode 100644 index 650cc75a9..000000000 --- a/x11-toolkits/pangomm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/pangomm-2.14.1.tar.bz2) = c67228ea93dd977394d2872b61754b53 -SHA256 (gnome2/pangomm-2.14.1.tar.bz2) = d7724d878242f7313086e23f774f5ae021f6ff8d0bd393d6c704ad89362c3557 -SIZE (gnome2/pangomm-2.14.1.tar.bz2) = 984848 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 08c681f69..000000000 --- a/x11-toolkits/pangomm/pkg-plist +++ /dev/null @@ -1,67 +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%%/proc/m4/convert.m4 -lib/pangomm-%%API_VERSION%%/proc/m4/convert_pango.m4 -libdata/pkgconfig/pangomm-%%API_VERSION%%.pc -@dirrm lib/pangomm-%%API_VERSION%%/proc/m4 -@dirrm lib/pangomm-%%API_VERSION%%/proc -@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 ddbd22d62..000000000 --- a/x11-toolkits/py-gnome-desktop/Makefile +++ /dev/null @@ -1,62 +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.78 2008/09/21 20:51:52 kwm Exp $ -# - -PORTNAME= gnome -PORTVERSION= 2.24.1 -CATEGORIES= x11-toolkits python gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-python-desktop/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= -desktop -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 -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 nautiluscdburner pygnome2 metacity \ - evolutiondataserver -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-metacity -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} -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 42b6dc6c2..000000000 --- a/x11-toolkits/py-gnome-desktop/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-python-desktop-2.24.1.tar.bz2) = 3eac6b859bff98148b021c9d11224ca5 -SHA256 (gnome2/gnome-python-desktop-2.24.1.tar.bz2) = 2f10ec51126493b88f5c2e3336a9cacca740bc25fc9b8b2d871a21b21b5e8748 -SIZE (gnome2/gnome-python-desktop-2.24.1.tar.bz2) = 621325 diff --git a/x11-toolkits/py-gnome-desktop/files/patch-gtop_gtop.c b/x11-toolkits/py-gnome-desktop/files/patch-gtop_gtop.c deleted file mode 100644 index de4572f7f..000000000 --- a/x11-toolkits/py-gnome-desktop/files/patch-gtop_gtop.c +++ /dev/null @@ -1,10 +0,0 @@ ---- gtop/gtop.c.orig Wed May 18 00:54:59 2005 -+++ gtop/gtop.c Wed May 18 00:54:12 2005 -@@ -44,6 +44,7 @@ - - #include <sys/types.h> - #include <sys/socket.h> -+#include <netinet/in.h> - #include <arpa/inet.h> - - 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 cdc0b502b..000000000 --- a/x11-toolkits/py-gnome-desktop/pkg-plist +++ /dev/null @@ -1,135 +0,0 @@ -%%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/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/nautilusburn.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/nautilusburn.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/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/nautilusburn/blank_disc.py -%%PORTDOCS%%share/examples/py-gnome/nautilusburn/drive_selection.py -%%PORTDOCS%%share/examples/py-gnome/nautilusburn/write_iso.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/ebook.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/nautilus_burn.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/nautilusburn -%%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/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 a69b75886..000000000 --- a/x11-toolkits/py-gnome-extras/Makefile +++ /dev/null @@ -1,61 +0,0 @@ -# New ports collection makefile for: py-gnome-extras -# Date created: 22 November 2005 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTNAME= gnome -PORTVERSION= 2.19.1 -PORTREVISION= 5 -CATEGORIES= x11-toolkits python gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-python-extras/${PORTVERSION:C/..$//} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= -extras -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.0:${PORTSDIR}/x11-toolkits/gdl - -USE_GECKO= firefox seamonkey xulrunner mozilla -USE_BZIP2= yes -USE_GMAKE= yes -USE_PYTHON= yes -USE_GNOME= gnomehack libgtkhtml pygnome2 libgda3 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-gtkmozembed=${GECKO} -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-extras -.else -DOCSDIR= ${WRKSRC}/share/doc/py-gnome-extras -.endif - -.include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/mozilla/bsd.gecko.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} -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 c16b77d8d..000000000 --- a/x11-toolkits/py-gnome-extras/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-python-extras-2.19.1.tar.bz2) = 08896c63d71ce44d20fafbaf9c0edc78 -SHA256 (gnome2/gnome-python-extras-2.19.1.tar.bz2) = c5f74f4c46dbb379d119d6f74ca4a47653af251bea176dc7a0ecacccb88339f0 -SIZE (gnome2/gnome-python-extras-2.19.1.tar.bz2) = 361721 diff --git a/x11-toolkits/py-gnome-extras/files/patch-configure b/x11-toolkits/py-gnome-extras/files/patch-configure deleted file mode 100644 index 407ce7f17..000000000 --- a/x11-toolkits/py-gnome-extras/files/patch-configure +++ /dev/null @@ -1,22 +0,0 @@ ---- configure.orig Sun Feb 25 16:31:03 2007 -+++ configure Sat Jul 21 20:04:43 2007 -@@ -1550,7 +1550,7 @@ - --with-pic try to use only PIC/non-PIC objects [default=use - both] - --with-tags[=TAGS] include additional configurations [automatic] -- --with-gtkmozembed=mozilla|firefox|xulrunner -+ --with-gtkmozembed=mozilla|firefox|xulrunner|seamonkey - package that provides libgtkmozembed - - Some influential environment variables: -@@ -22072,8 +22072,9 @@ - xulrunner) mozpackage_required_version=1.8 ;; - firefox) mozpackage_required_version=1.0 ;; - mozilla) mozpackage_required_version=1.2b ;; -+ seamonkey) mozpackage_required_version=1.1.3 ;; - *) { { echo "$as_me:$LINENO: error: --with-gtkmozembed argument must be either 'mozilla', 'firefox', or 'xulrunner'" >&5 --echo "$as_me: error: --with-gtkmozembed argument must be either 'mozilla', 'firefox', or 'xulrunner'" >&2;} -+echo "$as_me: error: --with-gtkmozembed argument must be either 'mozilla', 'firefox', 'seamonkey' or 'xulrunner'" >&2;} - { (exit 1); exit 1; }; } - esac - diff --git a/x11-toolkits/py-gnome-extras/files/patch-gdl_gdl.defs b/x11-toolkits/py-gnome-extras/files/patch-gdl_gdl.defs deleted file mode 100644 index b0b5dae62..000000000 --- a/x11-toolkits/py-gnome-extras/files/patch-gdl_gdl.defs +++ /dev/null @@ -1,67 +0,0 @@ ---- gdl/gdl.defs.orig 2007-06-05 14:52:30.000000000 +0000 -+++ gdl/gdl.defs 2008-10-21 15:47:07.000000000 +0000 -@@ -81,17 +81,6 @@ - (gtype-id "GDL_TYPE_DOCK_TABLABEL") - ) - --(ifdef HAVE_GDL_0_7 -- --(define-object Icons -- (in-module "Gdl") -- (parent "GObject") -- (c-name "GdlIcons") -- (gtype-id "GDL_TYPE_ICONS") --) -- --) ; ifdef HAVE_GDL_0_7 -- - ;; Enumerations and flags ... - - (ifdef HAVE_GDL_0_7 -@@ -924,46 +913,3 @@ - (return-type "none") - ) - --;; From gdl-icons.h -- --(ifdef HAVE_GDL_0_7 -- --(define-function gdl_icons_new -- (is-constructor-of "GdlIcons") -- (c-name "gdl_icons_new") -- (return-type "GdlIcons*") -- (parameters -- '("int" "icon_size") -- ) --) -- --(define-function gdl_icons_get_type -- (c-name "gdl_icons_get_type") -- (return-type "GType") --) -- --(define-method get_folder_icon -- (of-object "GdlIcons") -- (c-name "gdl_icons_get_folder_icon") -- (return-type "GdkPixbuf*") --) -- --(define-method get_uri_icon -- (of-object "GdlIcons") -- (c-name "gdl_icons_get_uri_icon") -- (return-type "GdkPixbuf*") -- (parameters -- '("const-char*" "uri") -- ) --) -- --(define-method get_mime_icon -- (of-object "GdlIcons") -- (c-name "gdl_icons_get_mime_icon") -- (return-type "GdkPixbuf*") -- (parameters -- '("const-char*" "mime_type") -- ) --) -- --) ; ifdef HAVE_GDL_0_7 diff --git a/x11-toolkits/py-gnome-extras/files/patch-gdl_gdl.override b/x11-toolkits/py-gnome-extras/files/patch-gdl_gdl.override deleted file mode 100644 index 16e67fe1e..000000000 --- a/x11-toolkits/py-gnome-extras/files/patch-gdl_gdl.override +++ /dev/null @@ -1,10 +0,0 @@ ---- gdl/gdl.override.orig 2007-06-05 14:52:30.000000000 +0000 -+++ gdl/gdl.override 2008-10-21 15:47:07.000000000 +0000 -@@ -6,7 +6,6 @@ headers - #include <pygtk/pygtk.h> - #include <gdl/gdl-dock.h> - #include <gdl/libgdltypebuiltins.h> --#include <gdl/gdl-icons.h> - #ifndef HAVE_GDL_0_7 - # include <gdl/gdl-dock-bar.h> - #endif 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 012275817..000000000 --- a/x11-toolkits/py-gnome-extras/pkg-plist +++ /dev/null @@ -1,68 +0,0 @@ -include/pygda-3.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/gdl.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gdl.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-3.0.pc -%%PORTDOCS%%%%DOCSDIR%%/pygtkmozembed/class-gtkmozembed.html -%%PORTDOCS%%%%DOCSDIR%%/pygtkmozembed/gtkmozembed-class-reference.html -%%PORTDOCS%%%%DOCSDIR%%/pygtkmozembed/index.html -%%PORTDOCS%%%%DOCSDIR%%/pygtkmozembed/index.sgml -%%PORTDOCS%%%%DOCSDIR%%/pygtkmozembed/pygtkmozembed.devhelp -%%PORTDOCS%%%%DOCSDIR%%/pygtkspell/class-gtkspell.html -%%PORTDOCS%%%%DOCSDIR%%/pygtkspell/gtkspell-class-reference.html -%%PORTDOCS%%%%DOCSDIR%%/pygtkspell/index.html -%%PORTDOCS%%%%DOCSDIR%%/pygtkspell/index.sgml -%%PORTDOCS%%%%DOCSDIR%%/pygtkspell/pygtkspell.devhelp -%%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/gtkspell.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 -%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygtkspell -%%PORTDOCS%%@dirrm %%DOCSDIR%%/pygtkmozembed -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gksu -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/egg -@dirrm include/pygda-3.0 diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile deleted file mode 100644 index fd56507c4..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.51 2008/09/21 20:48:34 kwm Exp $ -# - -PORTNAME= gnome -PORTVERSION= 2.22.3 -CATEGORIES= x11-toolkits python gnome -MASTER_SITES= ${MASTER_SITE_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 f93a875bb..000000000 --- a/x11-toolkits/py-gnome2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-python-2.22.3.tar.bz2) = ab12d94954a57de39b25eb7903d8429c -SHA256 (gnome2/gnome-python-2.22.3.tar.bz2) = a1763ef40aa0fc152e1afe6be6b01d69ba305273bd4bd44cad018da42d1bb559 -SIZE (gnome2/gnome-python-2.22.3.tar.bz2) = 588459 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 54bab3102..000000000 --- a/x11-toolkits/py-gnome2/pkg-plist +++ /dev/null @@ -1,104 +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/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 430c2c33a..000000000 --- a/x11-toolkits/py-gtk2/Makefile +++ /dev/null @@ -1,73 +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.57 2008/09/08 00:14:14 marcus Exp $ -# - -PORTNAME= gtk -PORTVERSION= 2.13.0 -PORTREVISION= 1 -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= ${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 - -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 - -.if !defined(NOPORTDOCS) -post-install: - ${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 - ${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 f866dc2bb..000000000 --- a/x11-toolkits/py-gtk2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/pygtk-2.13.0.tar.bz2) = e1513921bfd3790b456899c483fceaea -SHA256 (gnome2/pygtk-2.13.0.tar.bz2) = 80c5b788a4e7a92349ebfa6494848fcb81f57099609df1ace313458808a58418 -SIZE (gnome2/pygtk-2.13.0.tar.bz2) = 2130260 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 9dffd29cb..000000000 --- a/x11-toolkits/py-gtk2/pkg-plist +++ /dev/null @@ -1,732 +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 -%%PORTDOCS%%%%DOCSDIR%%/atk-class-reference.html -%%PORTDOCS%%%%DOCSDIR%%/atk-constants.html -%%PORTDOCS%%%%DOCSDIR%%/class-atkaction.html -%%PORTDOCS%%%%DOCSDIR%%/class-atkcomponent.html -%%PORTDOCS%%%%DOCSDIR%%/class-atkdocument.html -%%PORTDOCS%%%%DOCSDIR%%/class-atkeditabletext.html -%%PORTDOCS%%%%DOCSDIR%%/class-atkgobjectaccessible.html -%%PORTDOCS%%%%DOCSDIR%%/class-atkhyperlink.html -%%PORTDOCS%%%%DOCSDIR%%/class-atkhypertext.html -%%PORTDOCS%%%%DOCSDIR%%/class-atkimage.html -%%PORTDOCS%%%%DOCSDIR%%/class-atkimplementor.html -%%PORTDOCS%%%%DOCSDIR%%/class-atknoopobject.html -%%PORTDOCS%%%%DOCSDIR%%/class-atknoopobjectfactory.html -%%PORTDOCS%%%%DOCSDIR%%/class-atkobject.html -%%PORTDOCS%%%%DOCSDIR%%/class-atkobjectfactory.html -%%PORTDOCS%%%%DOCSDIR%%/class-atkrectangle.html -%%PORTDOCS%%%%DOCSDIR%%/class-atkregistry.html -%%PORTDOCS%%%%DOCSDIR%%/class-atkrelation.html -%%PORTDOCS%%%%DOCSDIR%%/class-atkrelationset.html -%%PORTDOCS%%%%DOCSDIR%%/class-atkselection.html -%%PORTDOCS%%%%DOCSDIR%%/class-atkstateset.html -%%PORTDOCS%%%%DOCSDIR%%/class-atkstreamablecontent.html -%%PORTDOCS%%%%DOCSDIR%%/class-atktable.html -%%PORTDOCS%%%%DOCSDIR%%/class-atktext.html -%%PORTDOCS%%%%DOCSDIR%%/class-atkvalue.html -%%PORTDOCS%%%%DOCSDIR%%/class-gdkatom.html -%%PORTDOCS%%%%DOCSDIR%%/class-gdkcairocontext.html -%%PORTDOCS%%%%DOCSDIR%%/class-gdkcolor.html -%%PORTDOCS%%%%DOCSDIR%%/class-gdkcolormap.html -%%PORTDOCS%%%%DOCSDIR%%/class-gdkcursor.html -%%PORTDOCS%%%%DOCSDIR%%/class-gdkdevice.html -%%PORTDOCS%%%%DOCSDIR%%/class-gdkdisplay.html -%%PORTDOCS%%%%DOCSDIR%%/class-gdkdisplaymanager.html -%%PORTDOCS%%%%DOCSDIR%%/class-gdkdragcontext.html -%%PORTDOCS%%%%DOCSDIR%%/class-gdkdrawable.html -%%PORTDOCS%%%%DOCSDIR%%/class-gdkevent.html -%%PORTDOCS%%%%DOCSDIR%%/class-gdkgc.html -%%PORTDOCS%%%%DOCSDIR%%/class-gdkimage.html -%%PORTDOCS%%%%DOCSDIR%%/class-gdkkeymap.html -%%PORTDOCS%%%%DOCSDIR%%/class-gdkpangorenderer.html -%%PORTDOCS%%%%DOCSDIR%%/class-gdkpixbuf.html -%%PORTDOCS%%%%DOCSDIR%%/class-gdkpixbufanimation.html -%%PORTDOCS%%%%DOCSDIR%%/class-gdkpixbufanimationiter.html -%%PORTDOCS%%%%DOCSDIR%%/class-gdkpixbufloader.html -%%PORTDOCS%%%%DOCSDIR%%/class-gdkpixmap.html -%%PORTDOCS%%%%DOCSDIR%%/class-gdkrectangle.html -%%PORTDOCS%%%%DOCSDIR%%/class-gdkregion.html -%%PORTDOCS%%%%DOCSDIR%%/class-gdkscreen.html -%%PORTDOCS%%%%DOCSDIR%%/class-gdkvisual.html -%%PORTDOCS%%%%DOCSDIR%%/class-gdkwindow.html -%%PORTDOCS%%%%DOCSDIR%%/class-gladexml.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkaboutdialog.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkaccelgroup.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkaccellabel.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkaccelmap.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkaccessible.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkaction.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkactiongroup.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkadjustment.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkalignment.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkarrow.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkaspectframe.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkassistant.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkbin.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkborder.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkbox.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkbuildable.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkbuilder.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkbutton.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkbuttonbox.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkcalendar.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkcelleditable.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkcelllayout.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkcellrenderer.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkcellrendereraccel.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkcellrenderercombo.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkcellrendererpixbuf.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkcellrendererprogress.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkcellrendererspin.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkcellrenderertext.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkcellrenderertoggle.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkcellview.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkcheckbutton.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkcheckmenuitem.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkclipboard.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkcolorbutton.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkcolorselection.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkcolorselectiondialog.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkcombo.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkcombobox.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkcomboboxentry.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkcontainer.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkcurve.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkdialog.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkdrawingarea.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkeditable.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkentry.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkentrycompletion.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkeventbox.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkexpander.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkfilechooser.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkfilechooserbutton.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkfilechooserdialog.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkfilechooserwidget.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkfilefilter.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkfileselection.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkfixed.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkfontbutton.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkfontselection.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkfontselectiondialog.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkframe.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkgammacurve.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkhandlebox.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkhbox.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkhbuttonbox.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkhpaned.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkhruler.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkhscale.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkhscrollbar.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkhseparator.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkiconfactory.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkiconinfo.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkiconset.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkiconsource.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkicontheme.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkiconview.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkimage.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkimagemenuitem.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkimcontext.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkimcontextsimple.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkimmulticontext.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkinputdialog.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkinvisible.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkitem.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkitemfactory.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtklabel.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtklayout.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtklinkbutton.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkliststore.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkmenu.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkmenubar.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkmenuitem.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkmenushell.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkmenutoolbutton.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkmessagedialog.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkmisc.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtknotebook.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkobject.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkoptionmenu.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkpagesetup.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkpagesetupunixdialog.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkpaned.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkpapersize.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkplug.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkprintcontext.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkprinter.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkprintjob.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkprintoperation.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkprintoperationpreview.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkprintsettings.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkprintunixdialog.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkprogressbar.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkradioaction.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkradiobutton.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkradiomenuitem.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkradiotoolbutton.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkrange.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkrcstyle.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkrecentaction.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkrecentchooser.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkrecentchooserdialog.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkrecentchoosermenu.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkrecentchooserwidget.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkrecentfilter.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkrecentinfo.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkrecentmanager.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkrequisition.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkruler.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkscale.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkscalebutton.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkscrollbar.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkscrolledwindow.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkselectiondata.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkseparator.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkseparatormenuitem.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkseparatortoolitem.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtksettings.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtksizegroup.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtksocket.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkspinbutton.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkstatusbar.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkstatusicon.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkstyle.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktable.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktearoffmenuitem.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktextattributes.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktextbuffer.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktextchildanchor.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktextiter.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktextmark.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktexttag.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktexttagtable.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktextview.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktoggleaction.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktogglebutton.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktoggletoolbutton.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktoolbar.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktoolbutton.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktoolitem.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktooltip.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktooltips.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktreedragdest.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktreedragsource.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktreeiter.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktreemodel.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktreemodelfilter.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktreemodelsort.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktreerowreference.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktreeselection.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktreesortable.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktreestore.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktreeview.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtktreeviewcolumn.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkuimanager.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkvbox.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkvbuttonbox.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkviewport.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkvolumebutton.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkvpaned.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkvruler.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkvscale.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkvscrollbar.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkvseparator.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkwidget.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkwindow.html -%%PORTDOCS%%%%DOCSDIR%%/class-gtkwindowgroup.html -%%PORTDOCS%%%%DOCSDIR%%/class-hierarchy.html -%%PORTDOCS%%%%DOCSDIR%%/class-pangoattribute.html -%%PORTDOCS%%%%DOCSDIR%%/class-pangoattriterator.html -%%PORTDOCS%%%%DOCSDIR%%/class-pangoattrlist.html -%%PORTDOCS%%%%DOCSDIR%%/class-pangocairocairocontext.html -%%PORTDOCS%%%%DOCSDIR%%/class-pangocairocairofontmap.html -%%PORTDOCS%%%%DOCSDIR%%/class-pangocolor.html -%%PORTDOCS%%%%DOCSDIR%%/class-pangocontext.html -%%PORTDOCS%%%%DOCSDIR%%/class-pangofont.html -%%PORTDOCS%%%%DOCSDIR%%/class-pangofontdescription.html -%%PORTDOCS%%%%DOCSDIR%%/class-pangofontface.html -%%PORTDOCS%%%%DOCSDIR%%/class-pangofontfamily.html -%%PORTDOCS%%%%DOCSDIR%%/class-pangofontmap.html -%%PORTDOCS%%%%DOCSDIR%%/class-pangofontmetrics.html -%%PORTDOCS%%%%DOCSDIR%%/class-pangofontset.html -%%PORTDOCS%%%%DOCSDIR%%/class-pangofontsetsimple.html -%%PORTDOCS%%%%DOCSDIR%%/class-pangoglyphstring.html -%%PORTDOCS%%%%DOCSDIR%%/class-pangolanguage.html -%%PORTDOCS%%%%DOCSDIR%%/class-pangolayout.html -%%PORTDOCS%%%%DOCSDIR%%/class-pangolayoutiter.html -%%PORTDOCS%%%%DOCSDIR%%/class-pangolayoutline.html -%%PORTDOCS%%%%DOCSDIR%%/class-pangorenderer.html -%%PORTDOCS%%%%DOCSDIR%%/class-pangotabarray.html -%%PORTDOCS%%%%DOCSDIR%%/class-pygtkgenericcellrenderer.html -%%PORTDOCS%%%%DOCSDIR%%/class-pygtkgenerictreemodel.html -%%PORTDOCS%%%%DOCSDIR%%/class-pygtktreemodelrow.html -%%PORTDOCS%%%%DOCSDIR%%/class-pygtktreemodelrowiter.html -%%PORTDOCS%%%%DOCSDIR%%/cursors/X_cursor.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/arrow.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/based_arrow_down.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/based_arrow_up.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/boat.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/bogosity.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/bottom_left_corner.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/bottom_right_corner.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/bottom_side.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/bottom_tee.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/box_spiral.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/center_ptr.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/circle.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/clock.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/coffee_mug.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/cross.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/cross_reverse.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/crosshair.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/diamond_cross.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/dot.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/dotbox.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/double_arrow.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/draft_large.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/draft_small.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/draped_box.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/exchange.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/fleur.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/gobbler.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/gumby.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/hand1.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/hand2.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/heart.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/icon.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/iron_cross.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/left_ptr.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/left_side.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/left_tee.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/leftbutton.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/ll_angle.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/lr_angle.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/man.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/middlebutton.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/mouse.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/pencil.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/pirate.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/plus.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/question_arrow.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/right_ptr.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/right_side.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/right_tee.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/rightbutton.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/rtl_logo.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/sailboat.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/sb_down_arrow.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/sb_h_double_arrow.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/sb_left_arrow.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/sb_right_arrow.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/sb_up_arrow.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/sb_v_double_arrow.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/shuttle.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/sizing.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/spider.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/spraycan.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/star.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/target.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/tcross.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/top_left_arrow.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/top_left_corner.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/top_right_corner.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/top_side.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/top_tee.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/trek.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/ul_angle.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/umbrella.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/ur_angle.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/watch.png -%%PORTDOCS%%%%DOCSDIR%%/cursors/xterm.png -%%PORTDOCS%%%%DOCSDIR%%/gdk-class-reference.html -%%PORTDOCS%%%%DOCSDIR%%/gdk-constants.html -%%PORTDOCS%%%%DOCSDIR%%/gdk-functions.html -%%PORTDOCS%%%%DOCSDIR%%/glade-class-reference.html -%%PORTDOCS%%%%DOCSDIR%%/gtk-class-reference.html -%%PORTDOCS%%%%DOCSDIR%%/gtk-constants.html -%%PORTDOCS%%%%DOCSDIR%%/gtk-functions.html -%%PORTDOCS%%%%DOCSDIR%%/gtk-stock-items.html -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_about_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_add_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_align_center_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_align_justify_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_align_left_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_align_right_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_apply_20.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_bottom_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_broken_image_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_cancel_20.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_cdrom_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_clear_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_close_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_color_picker_25.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_colorselector_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_connect_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_convert_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_copy_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_cut_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_dialog_authentication_48.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_dialog_error_48.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_dialog_info_48.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_dialog_question_48.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_dialog_warning_48.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_directory_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_disconnect_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_dnd_32.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_dnd_multiple_32.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_down_arrow_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_edit_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_exec_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_exit_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_file_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_first_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_font_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_fullscreen_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_harddisk_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_help_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_home_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_index_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_info_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_jump_to_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_jump_to_rtl_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_last_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_leave_fullscreen_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_left_arrow_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_media_forward_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_media_next_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_media_pause_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_media_play_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_media_play_rtl_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_media_previous_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_media_record_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_media_rewind_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_media_stop_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_network_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_new_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_no_20.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_ok_20.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_open_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_paste_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_preferences_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_print_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_print_preview_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_properties_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_redo_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_redo_rtl_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_refresh_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_remove_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_revert_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_revert_rtl_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_right_arrow_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_save_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_save_as_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_search_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_search_replace_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_sort_ascending_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_sort_descending_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_spellcheck_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_stop_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_text_bold_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_text_indent_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_text_italic_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_text_strikethrough_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_text_underline_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_text_unindent_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_top_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_trash_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_undelete_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_undelete_rtl_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_undo_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_undo_rtl_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_up_arrow_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_yes_20.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_zoom_1_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_zoom_fit_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_zoom_in_24.png -%%PORTDOCS%%%%DOCSDIR%%/icons/stock_zoom_out_24.png -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/index.sgml -%%PORTDOCS%%%%DOCSDIR%%/pango-class-reference.html -%%PORTDOCS%%%%DOCSDIR%%/pango-constants.html -%%PORTDOCS%%%%DOCSDIR%%/pango-functions.html -%%PORTDOCS%%%%DOCSDIR%%/pango-markup-language.html -%%PORTDOCS%%%%DOCSDIR%%/pangocairo-class-reference.html -%%PORTDOCS%%%%DOCSDIR%%/pangocairo-constants.html -%%PORTDOCS%%%%DOCSDIR%%/pangocairo-functions.html -%%PORTDOCS%%%%DOCSDIR%%/pygtk-introduction.html -%%PORTDOCS%%%%DOCSDIR%%/pygtk-reference-format.html -%%PORTDOCS%%%%DOCSDIR%%/pygtk.devhelp -%%PORTDOCS%%%%DOCSDIR%%/unixprint-class-reference.html -%%PORTDOCS%%%%DOCSDIR%%/unixprint-constants.html -%%PORTDOCS%%%%DOCSDIR%%/unixprint-functions.html -%%PORTDOCS%%%%EXAMPLESDIR%%/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Makefile.am -%%PORTDOCS%%%%EXAMPLESDIR%%/Makefile.in -%%PORTDOCS%%%%EXAMPLESDIR%%/Makefile.in.bak -%%PORTDOCS%%%%EXAMPLESDIR%%/atk/atk-demo.py -%%PORTDOCS%%%%EXAMPLESDIR%%/glade/README -%%PORTDOCS%%%%EXAMPLESDIR%%/glade/autoconnect.py -%%PORTDOCS%%%%EXAMPLESDIR%%/glade/glade-demo.py -%%PORTDOCS%%%%EXAMPLESDIR%%/glade/test.glade -%%PORTDOCS%%%%EXAMPLESDIR%%/glade/test2.glade -%%PORTDOCS%%%%EXAMPLESDIR%%/gobject/editable-interface.py -%%PORTDOCS%%%%EXAMPLESDIR%%/gobject/properties.py -%%PORTDOCS%%%%EXAMPLESDIR%%/gobject/signal.py -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/application.py -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/bin.py -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/customtreemodel.py -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/filechooser.py -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/scrollable.py -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/sizegroup.py -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/testprint.py -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/uimanager.py -%%PORTDOCS%%%%EXAMPLESDIR%%/gtk/widget.py -%%PORTDOCS%%%%EXAMPLESDIR%%/ide/README -%%PORTDOCS%%%%EXAMPLESDIR%%/ide/break.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/ide/browse.py -%%PORTDOCS%%%%EXAMPLESDIR%%/ide/continue.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/ide/dialogs.py -%%PORTDOCS%%%%EXAMPLESDIR%%/ide/edit.py -%%PORTDOCS%%%%EXAMPLESDIR%%/ide/edit.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/ide/gtkcons.py -%%PORTDOCS%%%%EXAMPLESDIR%%/ide/gtkdb.py -%%PORTDOCS%%%%EXAMPLESDIR%%/ide/gtkprof.py -%%PORTDOCS%%%%EXAMPLESDIR%%/ide/minibreak.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/ide/next.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/ide/pyide.py -%%PORTDOCS%%%%EXAMPLESDIR%%/ide/quit.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/ide/return.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/ide/run.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/ide/step.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/pango/extentdemo.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pango/pangocairo-simple.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pango/utf8-demo.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/__init__.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/appwindow.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/buttonbox.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/changedisplay.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/colorsel.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/dialogs.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/dnd.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/dndpixmap.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/editable_cells.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/entry_completion.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/expander.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/hypertext.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/images.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/alphatest.png -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/apple-red.png -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/background.jpg -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/floppybuddy.gif -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-applets.png -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-calendar.png -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-foot.png -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-gimp.png -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-gmush.png -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnome-gsame.png -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gnu-keys.png -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/images/gtk-logo-rgb.gif -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/list_store.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/menu.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/panes.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/pixbufs.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/print_editor.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/sizegroup.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/statusicon.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/stock_browser.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/textscroll.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/textview.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/tooltip.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/tree_store.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/treemodel.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/demos/ui_manager.py -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/pygtk-demo -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/pygtk-demo.in -%%PORTDOCS%%%%EXAMPLESDIR%%/pygtk-demo/pygtk-demo.py -%%PORTDOCS%%%%EXAMPLESDIR%%/simple/README -%%PORTDOCS%%%%EXAMPLESDIR%%/simple/dnd.py -%%PORTDOCS%%%%EXAMPLESDIR%%/simple/dndpixmap.py -%%PORTDOCS%%%%EXAMPLESDIR%%/simple/hello.py -%%PORTDOCS%%%%EXAMPLESDIR%%/simple/scribble.py -%%PORTDOCS%%%%EXAMPLESDIR%%/simple/simple.py -%%PORTDOCS%%%%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-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-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.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 -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/simple -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/pygtk-demo/demos/images -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/pygtk-demo/demos -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/pygtk-demo -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/pango -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/ide -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/gtk -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/gobject -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/glade -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/atk -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/icons -%%PORTDOCS%%@dirrm %%DOCSDIR%%/cursors -%%PORTDOCS%%@dirrm %%DOCSDIR%%/ -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gtk -@dirrm %%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 -@dirrm include/pygtk-2.0 diff --git a/x11-toolkits/py-gtksourceview/Makefile b/x11-toolkits/py-gtksourceview/Makefile deleted file mode 100644 index 29d0ed87f..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.13 2008/08/21 21:53:02 mezz Exp $ -# - -PORTNAME= gtksourceview -PORTVERSION= 2.4.0 -CATEGORIES= x11-toolkits gnome -MASTER_SITES= ${MASTER_SITE_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 daf8d5523..000000000 --- a/x11-toolkits/py-gtksourceview/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pygtksourceview-2.4.0.tar.bz2) = 436e2ec467035a8cd174b794932e4cdc -SHA256 (pygtksourceview-2.4.0.tar.bz2) = 437fb779bc0bd9a43806ee7b3a406a1329800e54489cd9579ea0a101870df791 -SIZE (pygtksourceview-2.4.0.tar.bz2) = 271360 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/vte/Makefile b/x11-toolkits/vte/Makefile deleted file mode 100644 index febb172bd..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.90 2008/09/08 23:37:06 marcus Exp $ -# - -PORTNAME= vte -PORTVERSION= 0.17.4 -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:15 -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 f703509a9..000000000 --- a/x11-toolkits/vte/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/vte-0.17.4.tar.bz2) = ec6cb2668db7146eae7cfc48af98f3ed -SHA256 (gnome2/vte-0.17.4.tar.bz2) = 50ae10aea7fa99c9ae296031782c18ac15663e84eb6ecd94cd0a18c7843987d2 -SIZE (gnome2/vte-0.17.4.tar.bz2) = 1084847 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 8f838a9b0..000000000 --- a/x11-toolkits/vte/files/patch-gnome-pty-helper_Makefile.in +++ /dev/null @@ -1,30 +0,0 @@ ---- gnome-pty-helper/Makefile.in.orig 2007-07-29 17:20:13.000000000 -0400 -+++ gnome-pty-helper/Makefile.in 2007-07-29 17:25:47.000000000 -0400 -@@ -107,6 +107,7 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_P - LDFLAGS = @LDFLAGS@ - LIBOBJS = @LIBOBJS@ - LIBS = @LIBS@ -+BSD_PTHREAD_LIBS = @BSD_PTHREAD_LIBS@ - LTLIBOBJS = @LTLIBOBJS@ - MAINT = @MAINT@ - MAKEINFO = @MAKEINFO@ -@@ -271,7 +272,7 @@ clean-libexecPROGRAMS: - -test -z "$(libexec_PROGRAMS)" || rm -f $(libexec_PROGRAMS) - gnome-pty-helper$(EXEEXT): $(gnome_pty_helper_OBJECTS) $(gnome_pty_helper_DEPENDENCIES) - @rm -f gnome-pty-helper$(EXEEXT) -- $(LINK) $(gnome_pty_helper_OBJECTS) $(gnome_pty_helper_LDADD) $(LIBS) -+ $(LINK) $(gnome_pty_helper_OBJECTS) $(gnome_pty_helper_LDADD) $(LIBS) $(BSD_PTHREAD_LIBS) - - mostlyclean-compile: - -rm -f *.$(OBJEXT) -@@ -584,8 +585,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 - # 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. - .NOEXPORT: diff --git a/x11-toolkits/vte/files/patch-gnome-pty-helper_configure b/x11-toolkits/vte/files/patch-gnome-pty-helper_configure deleted file mode 100644 index 70091c3aa..000000000 --- a/x11-toolkits/vte/files/patch-gnome-pty-helper_configure +++ /dev/null @@ -1,27 +0,0 @@ ---- gnome-pty-helper/configure.orig 2008-09-08 19:30:02.000000000 -0400 -+++ gnome-pty-helper/configure 2008-09-08 19:31:21.000000000 -0400 -@@ -673,6 +673,7 @@ AMTAR - am__tar - am__untar - CC -+BSD_PTHREAD_LIBS - CFLAGS - LDFLAGS - CPPFLAGS -@@ -8434,6 +8435,7 @@ AMTAR!$AMTAR$ac_delim - am__tar!$am__tar$ac_delim - am__untar!$am__untar$ac_delim - CC!$CC$ac_delim -+BSD_PTHREAD_LIBS!$BSD_PTHREAD_LIBS$ac_delim - CFLAGS!$CFLAGS$ac_delim - LDFLAGS!$LDFLAGS$ac_delim - CPPFLAGS!$CPPFLAGS$ac_delim -@@ -8470,7 +8472,7 @@ LIBOBJS!$LIBOBJS$ac_delim - LTLIBOBJS!$LTLIBOBJS$ac_delim - _ACEOF - -- if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 94; then -+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 95; then - break - elif $ac_last_try; then - { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 diff --git a/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-pty-helper.c b/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-pty-helper.c deleted file mode 100644 index 6be543a31..000000000 --- a/x11-toolkits/vte/files/patch-gnome-pty-helper_gnome-pty-helper.c +++ /dev/null @@ -1,26 +0,0 @@ ---- gnome-pty-helper/gnome-pty-helper.c.orig Tue Feb 14 03:58:10 2006 -+++ gnome-pty-helper/gnome-pty-helper.c Sat Feb 25 16:38:04 2006 -@@ -95,12 +95,12 @@ static pty_info *pty_list; - #endif /* CMSG_DATA */ - - static struct cmsghdr *cmptr; --static int CONTROLLEN; -+static socklen_t CONTROLLEN; - - static int - init_msg_pass (void) - { -- CONTROLLEN = (CMSG_DATA (cmptr) - (unsigned char *)cmptr) + sizeof(int); -+ CONTROLLEN = CMSG_SPACE (sizeof (int)); - cmptr = malloc (CONTROLLEN); - - if (cmptr) -@@ -128,7 +128,7 @@ pass_fd (int client_fd, int fd) - - cmptr->cmsg_level = SOL_SOCKET; - cmptr->cmsg_type = SCM_RIGHTS; -- cmptr->cmsg_len = CONTROLLEN; -+ cmptr->cmsg_len = CMSG_LEN (sizeof (fd)); - *(int *)CMSG_DATA (cmptr) = fd; - - if (sendmsg (client_fd, &msg, 0) != 1) 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 10ee93b13..000000000 --- a/x11-toolkits/vte/files/patch-python_Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ ---- python/Makefile.in.orig Tue Feb 27 12:46:42 2007 -+++ python/Makefile.in Tue Feb 27 12:47:11 2007 -@@ -61,7 +61,6 @@ - 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) \ -@@ -303,7 +302,7 @@ - @BUILD_PYTHON_MODULES_TRUE@CLEANFILES = vte.c - @BUILD_PYTHON_MODULES_TRUE@vtemodule_la_CFLAGS = $(VTE_CFLAGS) $(X_CFLAGS) $(PYTHON_INCLUDES) $(PYGTK_CFLAGS) - @BUILD_PYTHON_MODULES_TRUE@vtemodule_la_SOURCES = vtemodule.c --@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@vtemodule_la_LDFLAGS = -module -avoid-version -export-symbols-regex initvte - @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 15cb7dfbb..000000000 --- a/x11-toolkits/vte/pkg-plist +++ /dev/null @@ -1,142 +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/iso8859mode -lib/vte/nativeecho -lib/vte/osc -lib/vte/slowcat -lib/vte/utf8echo -lib/vte/utf8mode -lib/vte/vterdb -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/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/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_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/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/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/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@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/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be@latin/LC_MESSAGES -@dirrmtry share/locale/be@latin -@dirrmtry share/locale/ang/LC_MESSAGES -@dirrmtry share/locale/ang diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile deleted file mode 100644 index 527fcd7d8..000000000 --- a/x11-wm/metacity/Makefile +++ /dev/null @@ -1,38 +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.139 2008/09/23 05:00:56 marcus Exp $ -# - -PORTNAME= metacity -PORTVERSION= 2.24.0 -PORTREVISION= 1 -CATEGORIES= x11-wm -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A window manager for the adult in you - -LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification - -CONFLICTS= expocity-[0-9]* -USE_BZIP2= yes -USE_XORG= x11 xcomposite xdamage -USE_GETTEXT= yes -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 -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-theme-viewer.1 metacity-window-demo.1 \ - metacity.1 - -.include <bsd.port.mk> diff --git a/x11-wm/metacity/distinfo b/x11-wm/metacity/distinfo deleted file mode 100644 index a6116af82..000000000 --- a/x11-wm/metacity/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/metacity-2.24.0.tar.bz2) = d4aa782d5f71b6c42514b239684a4aa3 -SHA256 (gnome2/metacity-2.24.0.tar.bz2) = 90eed0a36aae302db52af12220c4cf863c9cccebd233015104f2d88cb17ec076 -SIZE (gnome2/metacity-2.24.0.tar.bz2) = 2160557 diff --git a/x11-wm/metacity/files/patch-configure b/x11-wm/metacity/files/patch-configure deleted file mode 100644 index 155c6ecfc..000000000 --- a/x11-wm/metacity/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2008-09-23 00:55:36.000000000 -0400 -+++ configure 2008-09-23 00:55:52.000000000 -0400 -@@ -31530,7 +31530,7 @@ metacity-$VERSION: - " - - METACITY_MINOR_VERSION=24 --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 db73c224f..000000000 --- a/x11-wm/metacity/files/patch-src_core_main.c +++ /dev/null @@ -1,51 +0,0 @@ ---- src/core/main.c.orig 2008-10-08 00:10:39.000000000 -0400 -+++ src/core/main.c 2008-10-08 00:18:44.000000000 -0400 -@@ -312,6 +312,23 @@ void meta_select_display (gchar *display - /* DO NOT FREE envVar, putenv() sucks */ - putenv (envVar); - } -+ -+static -+void meta_finalize (void) -+{ -+ meta_display_close (meta_get_display (), -+ CurrentTime); /* I doubt correct timestamps matter here */ -+ -+ meta_session_shutdown (); -+} -+ -+static -+void sigterm_handler (int signum) -+{ -+ meta_finalize (); -+ -+ exit (meta_exit_code); -+} - - /** - * This is where the story begins. It parses commandline options and -@@ -352,6 +369,11 @@ main (int argc, char **argv) - g_strerror (errno)); - #endif - -+ act.sa_handler = &sigterm_handler; -+ if (sigaction (SIGTERM, &act, NULL) < 0) -+ g_printerr ("Failed to register SIGTERM handler: %s\n", -+ g_strerror (errno)); -+ - if (g_getenv ("METACITY_VERBOSE")) - meta_set_verbose (TRUE); - if (g_getenv ("METACITY_DEBUG")) -@@ -478,11 +500,8 @@ main (int argc, char **argv) - - g_main_loop_run (meta_main_loop); - -- meta_display_close (meta_get_display (), -- CurrentTime); /* I doubt correct timestamps matter here */ -+ meta_finalize (); - -- meta_session_shutdown (); -- - if (meta_restart_after_quit) - { - GError *err; diff --git a/x11-wm/metacity/files/patch-src_core_util.c b/x11-wm/metacity/files/patch-src_core_util.c deleted file mode 100644 index b1799e351..000000000 --- a/x11-wm/metacity/files/patch-src_core_util.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/core/util.c.orig 2008-02-27 05:42:51.000000000 +0100 -+++ src/core/util.c 2008-03-21 21:16:14.000000000 +0100 -@@ -23,7 +23,7 @@ - */ - - #define _GNU_SOURCE --#define _POSIX_C_SOURCE /* for fdopen() */ -+#define _POSIX_C_SOURCE 1 /* for fdopen() */ - - #include <config.h> - #include "util.h" 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 9ea1d2734..000000000 --- a/x11-wm/metacity/pkg-plist +++ /dev/null @@ -1,251 +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 -libexec/metacity-dialog -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/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/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/bs/LC_MESSAGES/metacity.mo -share/locale/ca/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/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/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/lt/LC_MESSAGES/metacity.mo -share/locale/lv/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/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/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 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/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@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/x11/gdm/Makefile b/x11/gdm/Makefile deleted file mode 100644 index e1d8aba96..000000000 --- a/x11/gdm/Makefile +++ /dev/null @@ -1,95 +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.141 2008/12/26 23:27:53 marcus Exp $ -# - -PORTNAME= gdm -PORTVERSION= 2.24.1 -PORTREVISION= 3 -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 \ - execinfo:${PORTSDIR}/devel/libexecinfo -RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity \ - ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon - -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 libgnomeui 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" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - GTKDOC="false" - -SUB_FILES+= gdm.pam - -GDMDIR?= ${PREFIX}/etc/gdm -PKGMESSAGE= ${WRKDIR}/pkg-message - -GNOME_LOCALSTATEDIR= /var - -OPTIONS= IPV6 "Enable IPv6 support" on \ - 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(WITHOUT_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|%%LOCALBASE%%|${LOCALBASE}|' \ - ${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 - -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 - @${MKDIR} ${PREFIX}/etc/gdm/Sessions - @${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 70511a9d1..000000000 --- a/x11/gdm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gdm-2.24.1.tar.bz2) = 31139d7a79096463b127b4790058b056 -SHA256 (gnome2/gdm-2.24.1.tar.bz2) = 8869f464818a1626e481bba5c562bdb972ffb74f1a9da91d01199fa860ee040f -SIZE (gnome2/gdm-2.24.1.tar.bz2) = 2579979 diff --git a/x11/gdm/files/gdm.in b/x11/gdm/files/gdm.in deleted file mode 100644 index 5d0dcad5d..000000000 --- a/x11/gdm/files/gdm.in +++ /dev/null @@ -1,53 +0,0 @@ -#!/bin/sh -# $FreeBSD$ -# $MCom: ports/x11/gdm/files/gdm.in,v 1.31 2008/07/27 20:30:15 marcus Exp $ - -# PROVIDE: gdm -# REQUIRE: LOGIN cleanvar moused syscons dbus -# -# 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} - -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 - ${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 ea630b7b1..000000000 --- a/x11/gdm/files/gdm.pam.in +++ /dev/null @@ -1,21 +0,0 @@ -# -# $FreeBSD$ -# -# 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 4c38474cb..000000000 --- a/x11/gdm/files/patch-common_gdm-address.c +++ /dev/null @@ -1,27 +0,0 @@ ---- common/gdm-address.c.orig 2008-04-17 23:29:27.000000000 -0400 -+++ common/gdm-address.c 2008-05-02 14:36:15.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> - 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-common_gdm-settings-keys.h b/x11/gdm/files/patch-common_gdm-settings-keys.h deleted file mode 100644 index 06ebc0800..000000000 --- a/x11/gdm/files/patch-common_gdm-settings-keys.h +++ /dev/null @@ -1,10 +0,0 @@ ---- common/gdm-settings-keys.h.orig 2008-02-20 16:27:34.000000000 -0500 -+++ common/gdm-settings-keys.h 2008-02-25 22:23:35.000000000 -0500 -@@ -30,6 +30,7 @@ G_BEGIN_DECLS - #define GDM_KEY_TIMED_LOGIN_ENABLE "daemon/TimedLoginEnable" - #define GDM_KEY_TIMED_LOGIN_USER "daemon/TimedLogin" - #define GDM_KEY_TIMED_LOGIN_DELAY "daemon/TimedLoginDelay" -+#define GDM_KEY_VT "daemon/VT" - - #define GDM_KEY_XDMCP_ENABLE "xdmcp/Enable" - #define GDM_KEY_MAX_PENDING "xdmcp/MaxPending" 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-daemon-gdm-server.c b/x11/gdm/files/patch-daemon-gdm-server.c deleted file mode 100644 index 079c62c66..000000000 --- a/x11/gdm/files/patch-daemon-gdm-server.c +++ /dev/null @@ -1,73 +0,0 @@ ---- daemon/gdm-server.c.orig 2008-03-17 19:11:00.000000000 -0400 -+++ daemon/gdm-server.c 2008-08-25 16:11:10.000000000 -0400 -@@ -44,6 +44,10 @@ - #include "gdm-common.h" - #include "gdm-signal-handler.h" - -+#include "gdm-settings.h" -+#include "gdm-settings-direct.h" -+#include "gdm-settings-keys.h" -+ - #include "gdm-server.h" - - extern char **environ; -@@ -77,6 +81,7 @@ struct GdmServerPrivate - char *parent_display_name; - char *parent_auth_file; - char *chosen_hostname; -+ char *vt; - - guint child_watch_id; - }; -@@ -306,7 +311,7 @@ gdm_server_resolve_command_line (GdmServ - argv[len++] = g_strdup ("tcp"); - } - -- if (vtarg != NULL && ! gotvtarg) { -+ if (vtarg != NULL && ! gotvtarg && strncmp (server->priv->display_name, ":0", 2) == 0) { - argv[len++] = g_strdup (vtarg); - } - -@@ -673,7 +678,7 @@ gdm_server_start (GdmServer *server) - gboolean res; - - /* fork X server process */ -- res = gdm_server_spawn (server, NULL); -+ res = gdm_server_spawn (server, server->priv->vt); - - return res; - } -@@ -925,12 +930,33 @@ static void - gdm_server_init (GdmServer *server) - { - -+ int vt; -+ gboolean has_vt; -+ GdmSettings *settings = NULL; - server->priv = GDM_SERVER_GET_PRIVATE (server); - -+ -+ settings = gdm_settings_new(); -+ if (settings == NULL) { -+ g_assert ("Unable to initialize settings"); -+ } -+ -+ if (! gdm_settings_direct_init (settings, GDMCONFDIR "/gdm.schemas", "/")) { -+ g_assert ("Unable to initialize settings"); -+ } -+ -+ has_vt = gdm_settings_direct_get_int (GDM_KEY_VT, &vt); -+ -+ g_object_unref (settings); -+ - server->priv->pid = -1; - server->priv->command = g_strdup (X_SERVER " -br -verbose"); - server->priv->log_dir = g_strdup (LOGDIR); - -+ if (has_vt) { -+ server->priv->vt = g_strdup_printf ("vt %d", vt); -+ } -+ - add_ready_handler (server); - } - 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 e3062eeea..000000000 --- a/x11/gdm/files/patch-daemon-gdm-xdmcp-display-factory.c +++ /dev/null @@ -1,10 +0,0 @@ ---- daemon/gdm-xdmcp-display-factory.c.orig 2007-11-01 10:15:58.269325570 -0400 -+++ daemon/gdm-xdmcp-display-factory.c 2007-11-01 10:20:19.093220785 -0400 -@@ -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 diff --git a/x11/gdm/files/patch-daemon_Makefile.in b/x11/gdm/files/patch-daemon_Makefile.in deleted file mode 100644 index 9186a23e3..000000000 --- a/x11/gdm/files/patch-daemon_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- daemon/Makefile.in.orig 2007-11-02 20:54:53.000000000 -0400 -+++ daemon/Makefile.in 2007-11-02 20:55:08.000000000 -0400 -@@ -451,6 +451,7 @@ test_session_SOURCES = \ - - test_session_LDADD = \ - $(DAEMON_LIBS) \ -+ $(EXTRA_DAEMON_LIBS) \ - $(PAM_LIBS) \ - $(top_builddir)/common/libgdmcommon.la \ - $(NULL) 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 5f3a1b9ee..000000000 --- a/x11/gdm/files/patch-daemon_gdm-session-worker.c +++ /dev/null @@ -1,11 +0,0 @@ ---- daemon/gdm-session-worker.c.orig 2008-07-30 19:15:47.000000000 -0400 -+++ daemon/gdm-session-worker.c 2008-08-25 12:50:00.000000000 -0400 -@@ -332,7 +332,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; 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 ae5572ddd..000000000 --- a/x11/gdm/files/patch-data_gdm.schemas.in.in +++ /dev/null @@ -1,14 +0,0 @@ ---- data/gdm.schemas.in.in.orig 2007-12-13 12:14:19.000000000 -0500 -+++ data/gdm.schemas.in.in 2007-12-13 12:15:05.000000000 -0500 -@@ -11,6 +11,11 @@ - <signature>s</signature> - <default>gdm</default> - </schema> -+ <schema> -+ <key>daemon/VT</key> -+ <signature>i</signature> -+ <default>9</default> -+ </schema> - - <schema> - <key>xdmcp/Enable</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 6f0c08d8a..000000000 --- a/x11/gdm/files/patch-gui_simple-chooser_gdm-host-chooser-widget.c +++ /dev/null @@ -1,20 +0,0 @@ ---- gui/simple-chooser/gdm-host-chooser-widget.c.orig 2008-03-04 14:42:37.000000000 -0500 -+++ gui/simple-chooser/gdm-host-chooser-widget.c 2008-08-03 01:48:49.000000000 -0400 -@@ -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 no = 0; -+ setsockopt(widget->priv->socket_fd, IPPROTO_IPV6, IPV6_V6ONLY, &no, sizeof(no)); - 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-languages.c b/x11/gdm/files/patch-gui_simple-greeter_gdm-languages.c deleted file mode 100644 index 9116dc917..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 2008-11-22 17:16:42.000000000 -0500 -+++ gui/simple-greeter/gdm-languages.c 2008-11-22 17:29:05.000000000 -0500 -@@ -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) { -@@ -353,7 +353,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); -@@ -482,7 +482,7 @@ select_dirs (const struct dirent *dirent - struct stat st; - char *path; - -- path = g_build_filename (GNOMELOCALEDIR, dirent->d_name, NULL); -+ path = g_build_filename ("/usr/share/locale", dirent->d_name, NULL); - if (g_stat (path, &st) == 0) { - mode = st.st_mode; - } -@@ -502,7 +502,7 @@ collect_locales_from_directory (void) - int ndirents; - int cnt; - -- ndirents = scandir (GNOMELOCALEDIR, &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 d666bc1fd..000000000 --- a/x11/gdm/files/patch-gui_simple-greeter_gdm-user-manager.c +++ /dev/null @@ -1,51 +0,0 @@ ---- gui/simple-greeter/gdm-user-manager.c.orig 2008-04-29 13:38:43.000000000 -0400 -+++ gui/simple-greeter/gdm-user-manager.c 2008-05-03 13:27:52.000000000 -0400 -@@ -1269,17 +1269,23 @@ reload_passwd (GdmUserManager *manager) - GSList *old_users; - GSList *new_users; - GSList *list; -- FILE *fp; -+#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); -@@ -1292,7 +1298,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; -@@ -1355,7 +1365,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/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 788a1a610..000000000 --- a/x11/gdm/pkg-install +++ /dev/null @@ -1,65 +0,0 @@ -#!/bin/sh - -case $2 in -POST-INSTALL) - USER=gdm - GROUP=${USER} - UID=92 - GID=${UID} - PW=/usr/sbin/pw - CHMOD=/bin/chmod - CHOWN=/usr/sbin/chown - MKDIR=/bin/mkdir - - if ${PW} group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if ${PW} groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if ${PW} user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - uhome=`${PW} user show ${USER} | awk -F: '{print $9}'` - if [ x"${uhome}" = x"/nonexistent" -o x"${uhome}" = x"/var/gdm" ]; then - ${PW} usermod ${USER} -d "${PKG_PREFIX}/etc/gdm/home" - fi - else - if ${PW} useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d "${PKG_PREFIX}/etc/gdm/home" -s /sbin/nologin -c "GNOME Display Manager" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - ${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 - ${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/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 d56a2a207..000000000 --- a/x11/gdm/pkg-plist +++ /dev/null @@ -1,247 +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%%/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/en_GB/gdm.xml -share/gnome/help/gdm/es/gdm.xml -share/gnome/help/gdm/fr/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/az/LC_MESSAGES/gdm.mo -share/locale/be/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/bs/LC_MESSAGES/gdm.mo -share/locale/ca/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/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/kn/LC_MESSAGES/gdm.mo -share/locale/ko/LC_MESSAGES/gdm.mo -share/locale/ku/LC_MESSAGES/gdm.mo -share/locale/la/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/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/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/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/fr -@dirrm share/gnome/help/gdm/es -@dirrm share/gnome/help/gdm/en_GB -@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 -@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 -@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/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/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/as/LC_MESSAGES -@dirrmtry share/locale/as diff --git a/x11/gegl/Makefile b/x11/gegl/Makefile deleted file mode 100644 index e3da7f22e..000000000 --- a/x11/gegl/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: gegl -# Date created: 2008-04-14 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/x11/gegl/Makefile,v 1.2 2008/06/06 21:38:55 marcus Exp $ - -PORTNAME= gegl -PORTVERSION= 0.0.18 -CATEGORIES= x11 -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= gegl/${PORTVERSION:R} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Generic Graphics Library: graph based image processing framework - -LIB_DEPENDS= babl-0.0.0:${PORTSDIR}/x11/babl \ - avcodec.1:${PORTSDIR}/multimedia/ffmpeg \ - IlmImf.6:${PORTSDIR}/graphics/OpenEXR -# cdt.4:${PORTSDIR}/graphics/graphviz - -USE_BZIP2= yes -USE_LDCONFIG= yes -USE_GNOME= gnomehack pkgconfig gtk20 librsvg2 ltverhack -#USE_LUA= 5.1+ -USE_SDL= yes -USE_AUTOTOOLS= libtool:15 -USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> -.include <bsd.port.post.mk> diff --git a/x11/gegl/distinfo b/x11/gegl/distinfo deleted file mode 100644 index 5da41802d..000000000 --- a/x11/gegl/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gegl-0.0.18.tar.bz2) = e458409440a7b51f446df321c3657e4d -SHA256 (gegl-0.0.18.tar.bz2) = 58d5c2c415684f5744dd8dec80a1c230fc4b02ecea6c9edf3b5ef3ed4046ef93 -SIZE (gegl-0.0.18.tar.bz2) = 1204867 diff --git a/x11/gegl/pkg-descr b/x11/gegl/pkg-descr deleted file mode 100644 index 148fd5b50..000000000 --- a/x11/gegl/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -GEGL (Generic Graphics Library) is a graph based image processing -framework. - -GEGL's original design was made to scratch GIMP's itches for a new -compositing and processing core. This core is being designed to have -minimal dependencies. and a simple well defined API. - -WWW: http://www.gegl.org/ diff --git a/x11/gegl/pkg-plist b/x11/gegl/pkg-plist deleted file mode 100644 index 6814ea550..000000000 --- a/x11/gegl/pkg-plist +++ /dev/null @@ -1,299 +0,0 @@ -bin/gegl -include/gegl-0.0/gegl-buffer.h -include/gegl-0.0/gegl-chant.h -include/gegl-0.0/gegl-color.h -include/gegl-0.0/gegl-config.c -include/gegl-0.0/gegl-curve.h -include/gegl-0.0/gegl-paramspecs.h -include/gegl-0.0/gegl-plugin.h -include/gegl-0.0/gegl-utils.h -include/gegl-0.0/gegl.h -include/gegl-0.0/operation/gegl-operation-area-filter.h -include/gegl-0.0/operation/gegl-operation-composer.h -include/gegl-0.0/operation/gegl-operation-filter.h -include/gegl-0.0/operation/gegl-operation-meta.h -include/gegl-0.0/operation/gegl-operation-point-composer.h -include/gegl-0.0/operation/gegl-operation-point-filter.h -include/gegl-0.0/operation/gegl-operation-point-render.h -include/gegl-0.0/operation/gegl-operation-sink.h -include/gegl-0.0/operation/gegl-operation-source.h -include/gegl-0.0/operation/gegl-operation-temporal.h -include/gegl-0.0/operation/gegl-operation.h -lib/gegl-0.0/add.a -lib/gegl-0.0/add.la -lib/gegl-0.0/add.so -lib/gegl-0.0/affine.a -lib/gegl-0.0/affine.la -lib/gegl-0.0/affine.so -lib/gegl-0.0/bilateral-filter.a -lib/gegl-0.0/bilateral-filter.la -lib/gegl-0.0/bilateral-filter.so -lib/gegl-0.0/box-blur.a -lib/gegl-0.0/box-blur.la -lib/gegl-0.0/box-blur.so -lib/gegl-0.0/brightness-contrast.a -lib/gegl-0.0/brightness-contrast.la -lib/gegl-0.0/brightness-contrast.so -lib/gegl-0.0/c2g.a -lib/gegl-0.0/c2g.la -lib/gegl-0.0/c2g.so -lib/gegl-0.0/checkerboard.a -lib/gegl-0.0/checkerboard.la -lib/gegl-0.0/checkerboard.so -lib/gegl-0.0/clear.a -lib/gegl-0.0/clear.la -lib/gegl-0.0/clear.so -lib/gegl-0.0/clone.a -lib/gegl-0.0/clone.la -lib/gegl-0.0/clone.so -lib/gegl-0.0/color-burn.a -lib/gegl-0.0/color-burn.la -lib/gegl-0.0/color-burn.so -lib/gegl-0.0/color-dodge.a -lib/gegl-0.0/color-dodge.la -lib/gegl-0.0/color-dodge.so -lib/gegl-0.0/color-temperature.a -lib/gegl-0.0/color-temperature.la -lib/gegl-0.0/color-temperature.so -lib/gegl-0.0/color.a -lib/gegl-0.0/color.la -lib/gegl-0.0/color.so -lib/gegl-0.0/contrast-curve.a -lib/gegl-0.0/contrast-curve.la -lib/gegl-0.0/contrast-curve.so -lib/gegl-0.0/convert-format.a -lib/gegl-0.0/convert-format.la -lib/gegl-0.0/convert-format.so -lib/gegl-0.0/crop.a -lib/gegl-0.0/crop.la -lib/gegl-0.0/crop.so -lib/gegl-0.0/darken.a -lib/gegl-0.0/darken.la -lib/gegl-0.0/darken.so -lib/gegl-0.0/difference-of-gaussians.a -lib/gegl-0.0/difference-of-gaussians.la -lib/gegl-0.0/difference-of-gaussians.so -lib/gegl-0.0/difference.a -lib/gegl-0.0/difference.la -lib/gegl-0.0/difference.so -lib/gegl-0.0/display.a -lib/gegl-0.0/display.la -lib/gegl-0.0/display.so -lib/gegl-0.0/divide.a -lib/gegl-0.0/divide.la -lib/gegl-0.0/divide.so -lib/gegl-0.0/dropshadow.a -lib/gegl-0.0/dropshadow.la -lib/gegl-0.0/dropshadow.so -lib/gegl-0.0/dst-atop.a -lib/gegl-0.0/dst-atop.la -lib/gegl-0.0/dst-atop.so -lib/gegl-0.0/dst-in.a -lib/gegl-0.0/dst-in.la -lib/gegl-0.0/dst-in.so -lib/gegl-0.0/dst-out.a -lib/gegl-0.0/dst-out.la -lib/gegl-0.0/dst-out.so -lib/gegl-0.0/dst-over.a -lib/gegl-0.0/dst-over.la -lib/gegl-0.0/dst-over.so -lib/gegl-0.0/dst.a -lib/gegl-0.0/dst.la -lib/gegl-0.0/dst.so -lib/gegl-0.0/exclusion.a -lib/gegl-0.0/exclusion.la -lib/gegl-0.0/exclusion.so -lib/gegl-0.0/exr-load.a -lib/gegl-0.0/exr-load.la -lib/gegl-0.0/exr-load.so -lib/gegl-0.0/ff-load.a -lib/gegl-0.0/ff-load.la -lib/gegl-0.0/ff-load.so -lib/gegl-0.0/fractal-explorer.a -lib/gegl-0.0/fractal-explorer.la -lib/gegl-0.0/fractal-explorer.so -lib/gegl-0.0/gamma.a -lib/gegl-0.0/gamma.la -lib/gegl-0.0/gamma.so -lib/gegl-0.0/gaussian-blur.a -lib/gegl-0.0/gaussian-blur.la -lib/gegl-0.0/gaussian-blur.so -lib/gegl-0.0/grey.a -lib/gegl-0.0/grey.la -lib/gegl-0.0/grey.so -lib/gegl-0.0/hard-light.a -lib/gegl-0.0/hard-light.la -lib/gegl-0.0/hard-light.so -lib/gegl-0.0/introspect.a -lib/gegl-0.0/introspect.la -lib/gegl-0.0/introspect.so -lib/gegl-0.0/invert.a -lib/gegl-0.0/invert.la -lib/gegl-0.0/invert.so -lib/gegl-0.0/jpg-load.a -lib/gegl-0.0/jpg-load.la -lib/gegl-0.0/jpg-load.so -lib/gegl-0.0/layer.a -lib/gegl-0.0/layer.la -lib/gegl-0.0/layer.so -lib/gegl-0.0/levels.a -lib/gegl-0.0/levels.la -lib/gegl-0.0/levels.so -lib/gegl-0.0/lighten.a -lib/gegl-0.0/lighten.la -lib/gegl-0.0/lighten.so -lib/gegl-0.0/load-buffer.a -lib/gegl-0.0/load-buffer.la -lib/gegl-0.0/load-buffer.so -lib/gegl-0.0/load.a -lib/gegl-0.0/load.la -lib/gegl-0.0/load.so -lib/gegl-0.0/magick-load.a -lib/gegl-0.0/magick-load.la -lib/gegl-0.0/magick-load.so -lib/gegl-0.0/mblur.a -lib/gegl-0.0/mblur.la -lib/gegl-0.0/mblur.so -lib/gegl-0.0/mono-mixer.a -lib/gegl-0.0/mono-mixer.la -lib/gegl-0.0/mono-mixer.so -lib/gegl-0.0/multiply.a -lib/gegl-0.0/multiply.la -lib/gegl-0.0/multiply.so -lib/gegl-0.0/noise.a -lib/gegl-0.0/noise.la -lib/gegl-0.0/noise.so -lib/gegl-0.0/nop.a -lib/gegl-0.0/nop.la -lib/gegl-0.0/nop.so -lib/gegl-0.0/normal.a -lib/gegl-0.0/normal.la -lib/gegl-0.0/normal.so -lib/gegl-0.0/opacity.a -lib/gegl-0.0/opacity.la -lib/gegl-0.0/opacity.so -lib/gegl-0.0/open-buffer.a -lib/gegl-0.0/open-buffer.la -lib/gegl-0.0/open-buffer.so -lib/gegl-0.0/over.a -lib/gegl-0.0/over.la -lib/gegl-0.0/over.so -lib/gegl-0.0/overlay.a -lib/gegl-0.0/overlay.la -lib/gegl-0.0/overlay.so -lib/gegl-0.0/pixbuf.a -lib/gegl-0.0/pixbuf.la -lib/gegl-0.0/pixbuf.so -lib/gegl-0.0/plus.a -lib/gegl-0.0/plus.la -lib/gegl-0.0/plus.so -lib/gegl-0.0/png-load.a -lib/gegl-0.0/png-load.la -lib/gegl-0.0/png-load.so -lib/gegl-0.0/png-save.a -lib/gegl-0.0/png-save.la -lib/gegl-0.0/png-save.so -lib/gegl-0.0/raw-load.a -lib/gegl-0.0/raw-load.la -lib/gegl-0.0/raw-load.so -lib/gegl-0.0/rectangle.a -lib/gegl-0.0/rectangle.la -lib/gegl-0.0/rectangle.so -lib/gegl-0.0/remap.a -lib/gegl-0.0/remap.la -lib/gegl-0.0/remap.so -lib/gegl-0.0/save-buffer.a -lib/gegl-0.0/save-buffer.la -lib/gegl-0.0/save-buffer.so -lib/gegl-0.0/save-pixbuf.a -lib/gegl-0.0/save-pixbuf.la -lib/gegl-0.0/save-pixbuf.so -lib/gegl-0.0/screen.a -lib/gegl-0.0/screen.la -lib/gegl-0.0/screen.so -lib/gegl-0.0/shift.a -lib/gegl-0.0/shift.la -lib/gegl-0.0/shift.so -lib/gegl-0.0/snn-mean.a -lib/gegl-0.0/snn-mean.la -lib/gegl-0.0/snn-mean.so -lib/gegl-0.0/soft-light.a -lib/gegl-0.0/soft-light.la -lib/gegl-0.0/soft-light.so -lib/gegl-0.0/src-atop.a -lib/gegl-0.0/src-atop.la -lib/gegl-0.0/src-atop.so -lib/gegl-0.0/src-in.a -lib/gegl-0.0/src-in.la -lib/gegl-0.0/src-in.so -lib/gegl-0.0/src-out.a -lib/gegl-0.0/src-out.la -lib/gegl-0.0/src-out.so -lib/gegl-0.0/src-over.a -lib/gegl-0.0/src-over.la -lib/gegl-0.0/src-over.so -lib/gegl-0.0/src.a -lib/gegl-0.0/src.la -lib/gegl-0.0/src.so -lib/gegl-0.0/stress.a -lib/gegl-0.0/stress.la -lib/gegl-0.0/stress.so -lib/gegl-0.0/stretch-contrast.a -lib/gegl-0.0/stretch-contrast.la -lib/gegl-0.0/stretch-contrast.so -lib/gegl-0.0/subtract.a -lib/gegl-0.0/subtract.la -lib/gegl-0.0/subtract.so -lib/gegl-0.0/svg-huerotate.a -lib/gegl-0.0/svg-huerotate.la -lib/gegl-0.0/svg-huerotate.so -lib/gegl-0.0/svg-load.a -lib/gegl-0.0/svg-load.la -lib/gegl-0.0/svg-load.so -lib/gegl-0.0/svg-luminancetoalpha.a -lib/gegl-0.0/svg-luminancetoalpha.la -lib/gegl-0.0/svg-luminancetoalpha.so -lib/gegl-0.0/svg-matrix.a -lib/gegl-0.0/svg-matrix.la -lib/gegl-0.0/svg-matrix.so -lib/gegl-0.0/svg-multiply.a -lib/gegl-0.0/svg-multiply.la -lib/gegl-0.0/svg-multiply.so -lib/gegl-0.0/svg-saturate.a -lib/gegl-0.0/svg-saturate.la -lib/gegl-0.0/svg-saturate.so -lib/gegl-0.0/text.a -lib/gegl-0.0/text.la -lib/gegl-0.0/text.so -lib/gegl-0.0/threshold.a -lib/gegl-0.0/threshold.la -lib/gegl-0.0/threshold.so -lib/gegl-0.0/tonemap.a -lib/gegl-0.0/tonemap.la -lib/gegl-0.0/tonemap.so -lib/gegl-0.0/unsharp-mask.a -lib/gegl-0.0/unsharp-mask.la -lib/gegl-0.0/unsharp-mask.so -lib/gegl-0.0/v4l.a -lib/gegl-0.0/v4l.la -lib/gegl-0.0/v4l.so -lib/gegl-0.0/value-invert.a -lib/gegl-0.0/value-invert.la -lib/gegl-0.0/value-invert.so -lib/gegl-0.0/whitebalance.a -lib/gegl-0.0/whitebalance.la -lib/gegl-0.0/whitebalance.so -lib/gegl-0.0/write-buffer.a -lib/gegl-0.0/write-buffer.la -lib/gegl-0.0/write-buffer.so -lib/gegl-0.0/xor.a -lib/gegl-0.0/xor.la -lib/gegl-0.0/xor.so -lib/libgegl-0.0.a -lib/libgegl-0.0.la -lib/libgegl-0.0.so -lib/libgegl-0.0.so.0 -libdata/pkgconfig/gegl.pc -@dirrm lib/gegl-0.0 -@dirrm include/gegl-0.0/operation -@dirrm include/gegl-0.0 diff --git a/x11/gnome-applets/Makefile b/x11/gnome-applets/Makefile deleted file mode 100644 index 6a91320d8..000000000 --- a/x11/gnome-applets/Makefile +++ /dev/null @@ -1,103 +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.192 2008/11/25 18:07:05 mezz Exp $ -# - -PORTNAME= gnome-applets -PORTVERSION= 2.24.2 -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 \ - 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 -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 293bb28a0..000000000 --- a/x11/gnome-applets/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-applets-2.24.2.tar.bz2) = 7bdfde8fd9035c41fd6d42490663c7ba -SHA256 (gnome2/gnome-applets-2.24.2.tar.bz2) = 50bbf16de9c91fcc96156a154dabac490963fa768ecfea3c02f22bdc38c303b8 -SIZE (gnome2/gnome-applets-2.24.2.tar.bz2) = 7873299 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/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 68f004ac3..000000000 --- a/x11/gnome-applets/pkg-plist +++ /dev/null @@ -1,2152 +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/PolicyKit/policy/org.gnome.cpufreqselector.policy -%%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/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/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 -%%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/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/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 -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/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/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/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 -%%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/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/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 -%%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/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/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/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/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/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/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/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/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/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/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/gswitchit/C/gswitchit.xml -share/gnome/help/gswitchit/C/legal.xml -share/gnome/help/gswitchit/ca/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/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/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/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/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/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 -%%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/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/sv/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/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/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/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/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/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/nl/figures/multiload-preferences.png -share/gnome/help/multiload/nl/figures/system-monitor-applet_window.png -share/gnome/help/multiload/nl/figures/system_monitor.png -share/gnome/help/multiload/nl/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/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/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/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/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/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/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_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/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/bs/LC_MESSAGES/gnome-applets-2.0.mo -share/locale/ca/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-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-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 -%%BATTERY%%share/omf/battstat/battstat-C.omf -%%BATTERY%%share/omf/battstat/battstat-bg.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-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 -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-de.omf -share/omf/char-palette/char-palette-en_GB.omf -share/omf/char-palette/char-palette-es.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 -%%COMMANDER%%share/omf/command-line/command-line-C.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-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 -%%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-de.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-fi.omf -%%CPUFREQ%%share/omf/cpufreq-applet/cpufreq-applet-fr.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-de.omf -share/omf/drivemount/drivemount-en_GB.omf -share/omf/drivemount/drivemount-es.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-da.omf -share/omf/geyes/geyes-de.omf -share/omf/geyes/geyes-en_GB.omf -share/omf/geyes/geyes-es.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/gswitchit/gswitchit-C.omf -share/omf/gswitchit/gswitchit-ca.omf -share/omf/gswitchit/gswitchit-el.omf -share/omf/gswitchit/gswitchit-en_GB.omf -share/omf/gswitchit/gswitchit-es.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/gweather/gweather-C.omf -share/omf/gweather/gweather-de.omf -share/omf/gweather/gweather-en_GB.omf -share/omf/gweather/gweather-es.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 -%%PYTHON%%share/omf/invest-applet/invest-applet-C.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-sv.omf -share/omf/mixer_applet2/mixer_applet2-C.omf -share/omf/mixer_applet2/mixer_applet2-ca.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-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/multiload/multiload-C.omf -share/omf/multiload/multiload-ca.omf -share/omf/multiload/multiload-en_GB.omf -share/omf/multiload/multiload-es.omf -share/omf/multiload/multiload-fi.omf -share/omf/multiload/multiload-fr.omf -share/omf/multiload/multiload-ko.omf -share/omf/multiload/multiload-nl.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/stickynotes_applet/stickynotes_applet-C.omf -share/omf/stickynotes_applet/stickynotes_applet-ca.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-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/trashapplet/trashapplet-C.omf -share/omf/trashapplet/trashapplet-ca.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-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_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 -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/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/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/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/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/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/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/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/nl/figures -@dirrm share/gnome/help/multiload/nl -@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/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/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/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/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/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/sv -%%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/C -%%PYTHON%%@dirrm share/gnome/help/invest-applet -@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/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/de/figures -@dirrm share/gnome/help/gweather/de -@dirrm share/gnome/help/gweather/C/figures -@dirrm share/gnome/help/gweather/C -@dirrm share/gnome/help/gweather -@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/es -@dirrm share/gnome/help/gswitchit/en_GB -@dirrm share/gnome/help/gswitchit/el -@dirrm share/gnome/help/gswitchit/ca -@dirrm share/gnome/help/gswitchit/C -@dirrm share/gnome/help/gswitchit -@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/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/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/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/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/de/figures -@dirrm share/gnome/help/drivemount/de -@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/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/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/de/figures -%%CPUFREQ%%@dirrm share/gnome/help/cpufreq-applet/de -%%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/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/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/C/figures -%%COMMANDER%%@dirrm share/gnome/help/command-line/C -%%COMMANDER%%@dirrm share/gnome/help/command-line -@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/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/de/figures -@dirrm share/gnome/help/char-palette/de -@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/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/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/C/figures -%%BATTERY%%@dirrm share/gnome/help/battstat/C -%%BATTERY%%@dirrm share/gnome/help/battstat -@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/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/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/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 18b96b8f5..000000000 --- a/x11/gnome-desktop/Makefile +++ /dev/null @@ -1,45 +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.153 2008/10/22 17:50:37 marcus Exp $ -# - -PORTNAME= gnome-desktop -PORTVERSION= 2.24.2 -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) - -RUN_DEPENDS= ${pygnome2_DETECT}:${PORTSDIR}/x11-toolkits/py-gnome2 - -USE_XORG= xpm -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gnomedocutils \ - 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:15 -CONFIGURE_ARGS= --with-gnome-distributor="FreeBSD GNOME Project" \ - --with-kde-datadir=${LOCALBASE}/share -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gnome-about.1 - -.include <bsd.port.mk> - -.endif diff --git a/x11/gnome-desktop/distinfo b/x11/gnome-desktop/distinfo deleted file mode 100644 index d940c795e..000000000 --- a/x11/gnome-desktop/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-desktop-2.24.2.tar.bz2) = 57fd1002efdb8c24f72255cfe1bc497e -SHA256 (gnome2/gnome-desktop-2.24.2.tar.bz2) = 18148db9750e407507a776641f33e7b7f9a1888300618a89185a2831e3bbbdd2 -SIZE (gnome2/gnome-desktop-2.24.2.tar.bz2) = 1509817 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 9f51fab3d..000000000 --- a/x11/gnome-desktop/pkg-plist +++ /dev/null @@ -1,378 +0,0 @@ -bin/gnome-about -include/gnome-desktop-2.0/libgnome/gnome-desktop-item.h -include/gnome-desktop-2.0/libgnomeui/gnome-bg.h -include/gnome-desktop-2.0/libgnomeui/gnome-ditem-edit.h -include/gnome-desktop-2.0/libgnomeui/gnome-hint.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.7 -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/de/fdl.xml -share/gnome/help/fdl/es/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/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/es/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/es/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/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/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/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/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/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/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/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@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-de.omf -share/omf/fdl/fdl-es.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-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-es.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-es.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/es -@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/es -@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/oc -@dirrm share/gnome/help/fdl/ko -@dirrm share/gnome/help/fdl/hu -@dirrm share/gnome/help/fdl/fr -@dirrm share/gnome/help/fdl/es -@dirrm share/gnome/help/fdl/de -@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 -@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/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/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/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/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile deleted file mode 100644 index e727810e8..000000000 --- a/x11/gnome-menus/Makefile +++ /dev/null @@ -1,47 +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.87 2008/10/22 21:21:36 marcus Exp $ -# - -PORTNAME= gnome-menus -PORTVERSION= 2.24.2 -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:15 -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 - -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 7786cd23a..000000000 --- a/x11/gnome-menus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-menus-2.24.2.tar.bz2) = ca8e25b031fd7024b3f9abe1c6865d2c -SHA256 (gnome2/gnome-menus-2.24.2.tar.bz2) = c28cc72e69164533e4a64270486d18b58184920ec4f4b288758758a373d45d3c -SIZE (gnome2/gnome-menus-2.24.2.tar.bz2) = 453261 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/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 117cf47d3..000000000 --- a/x11/gnome-menus/pkg-plist +++ /dev/null @@ -1,175 +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/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/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/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/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/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/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/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 -@dirrmtry share/desktop-directories -@dirrm include/gnome-menus -@dirrmtry etc/xdg/menus -@dirrmtry etc/xdg -@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/kk/LC_MESSAGES -@dirrmtry share/locale/kk -@dirrmtry share/locale/io/LC_MESSAGES -@dirrmtry share/locale/io -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@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/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-panel/Makefile b/x11/gnome-panel/Makefile deleted file mode 100644 index fb41a4e70..000000000 --- a/x11/gnome-panel/Makefile +++ /dev/null @@ -1,73 +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.194 2008/11/25 17:17:31 mezz Exp $ -# - -PORTNAME= gnome-panel -PORTVERSION= 2.24.2 -PORTREVISION?= 0 -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 -WANT_GNOME= yes -GNOME_DESKTOP_VERSION=2 -USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \ - --with-kde-docdir=${LOCALBASE}/share/doc \ - --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"|' - -.include <bsd.port.post.mk> - -.endif diff --git a/x11/gnome-panel/distinfo b/x11/gnome-panel/distinfo deleted file mode 100644 index 4f6d1f85b..000000000 --- a/x11/gnome-panel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-panel-2.24.2.tar.bz2) = a8c9df673e12e72694b55c665bb739dc -SHA256 (gnome2/gnome-panel-2.24.2.tar.bz2) = 0bce9329da4850344ca49a2c0f38f7987afcb98d29e52803a3de0a4664593c57 -SIZE (gnome2/gnome-panel-2.24.2.tar.bz2) = 3353083 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 5acc58b40..000000000 --- a/x11/gnome-panel/files/patch-applets_clock_clock.c +++ /dev/null @@ -1,11 +0,0 @@ ---- applets/clock/clock.c.orig 2008-02-26 14:17:49.000000000 +0100 -+++ applets/clock/clock.c 2008-02-26 18:01:17.000000000 +0100 -@@ -84,6 +84,8 @@ - - #define FALLBACK_CONFIG_TOOL "time-admin" - -+#define daylight 1 -+ - static const char *clock_config_tools [] = { - CLOCK_TIME_UTILITY, - FALLBACK_CONFIG_TOOL diff --git a/x11/gnome-panel/files/patch-config.h.in b/x11/gnome-panel/files/patch-config.h.in deleted file mode 100644 index 8a59166a5..000000000 --- a/x11/gnome-panel/files/patch-config.h.in +++ /dev/null @@ -1,11 +0,0 @@ ---- config.h.in.orig Thu Jan 2 19:50:41 2003 -+++ config.h.in Mon Jan 6 13:11:12 2003 -@@ -96,6 +96,8 @@ - /* Define to 1 if you have the <stdlib.h> header file. */ - #undef HAVE_STDLIB_H - -+#undef HAVE_LANGINFO_H -+ - /* Define to 1 if you have the <strings.h> header file. */ - #undef HAVE_STRINGS_H - diff --git a/x11/gnome-panel/files/patch-configure b/x11/gnome-panel/files/patch-configure deleted file mode 100644 index 732f3a860..000000000 --- a/x11/gnome-panel/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Wed Jan 14 15:54:42 2004 -+++ configure Wed Jan 14 15:55:13 2004 -@@ -5536,7 +5536,7 @@ - - - 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 langinfo.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` - echo "$as_me:$LINENO: checking for $ac_header" >&5 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 6a5de3dd3..000000000 --- a/x11/gnome-panel/pkg-plist +++ /dev/null @@ -1,690 +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_Panel.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/notification-area-applet -libexec/wnck-applet -share/PolicyKit/policy/org.gnome.clockapplet.mechanism.policy -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%%/glade/clock.glade -%%DATADIR%%/glade/fish.glade -%%DATADIR%%/glade/panel-properties-dialog.glade -%%DATADIR%%/glade/panel-run-dialog.glade -%%DATADIR%%/glade/panel-test-applets.glade -%%DATADIR%%/glade/window-list.glade -%%DATADIR%%/glade/workspace-switcher.glade -%%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/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/es/clock.xml -share/gnome/help/clock/es/figures/clock_applet.png -share/gnome/help/clock/es/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-applet-2/de/figures/fish_applet.png -share/gnome/help/fish-applet-2/de/figures/fish_settings.png -share/gnome/help/fish-applet-2/de/fish-applet-2.xml -share/gnome/help/fish-applet-2/de/legal.xml -share/gnome/help/fish-applet-2/ja/figures/fish_applet.png -share/gnome/help/fish-applet-2/ja/fish-applet-2.xml -share/gnome/help/fish-applet-2/ja/legal.xml -share/gnome/help/fish-applet-2/zh_CN/figures/fish_applet.png -share/gnome/help/fish-applet-2/zh_CN/figures/fish_settings.png -share/gnome/help/fish-applet-2/zh_CN/fish-applet-2.xml -share/gnome/help/fish-applet-2/zh_CN/legal.xml -share/gnome/help/fish-applet-2/zh_TW/figures/fish_applet.png -share/gnome/help/fish-applet-2/zh_TW/figures/fish_settings.png -share/gnome/help/fish-applet-2/zh_TW/fish-applet-2.xml -share/gnome/help/fish-applet-2/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/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/es/figures/fish_applet.png -share/gnome/help/fish/es/fish.xml -share/gnome/help/fish/es/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/window-list/C/window-list.xml -share/gnome/help/window-list/ar/window-list.xml -share/gnome/help/window-list/ca/window-list.xml -share/gnome/help/window-list/da/window-list.xml -share/gnome/help/window-list/de/figures/window_list_applet.png -share/gnome/help/window-list/de/figures/window_list_group.png -share/gnome/help/window-list/de/figures/window_list_group_applet.png -share/gnome/help/window-list/de/legal.xml -share/gnome/help/window-list/de/window-list.xml -share/gnome/help/window-list/el/window-list.xml -share/gnome/help/window-list/es/window-list.xml -share/gnome/help/window-list/fi/window-list.xml -share/gnome/help/window-list/fr/window-list.xml -share/gnome/help/window-list/it/window-list.xml -share/gnome/help/window-list/ja/figures/window_list_applet.png -share/gnome/help/window-list/ja/figures/window_list_group_applet.png -share/gnome/help/window-list/ja/legal.xml -share/gnome/help/window-list/ja/window-list.xml -share/gnome/help/window-list/ko/window-list.xml -share/gnome/help/window-list/oc/window-list.xml -share/gnome/help/window-list/pa/window-list.xml -share/gnome/help/window-list/ru/window-list.xml -share/gnome/help/window-list/sv/window-list.xml -share/gnome/help/window-list/uk/window-list.xml -share/gnome/help/window-list/zh_CN/window-list.xml -share/gnome/help/window-list/zh_TW/figures/window_list_applet.png -share/gnome/help/window-list/zh_TW/figures/window_list_group.png -share/gnome/help/window-list/zh_TW/figures/window_list_group_applet.png -share/gnome/help/window-list/zh_TW/legal.xml -share/gnome/help/window-list/zh_TW/window-list.xml -share/gnome/help/workspace-switcher/C/workspace-switcher.xml -share/gnome/help/workspace-switcher/ar/workspace-switcher.xml -share/gnome/help/workspace-switcher/ca/workspace-switcher.xml -share/gnome/help/workspace-switcher/da/workspace-switcher.xml -share/gnome/help/workspace-switcher/de/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/de/figures/workspacelist_applet.png -share/gnome/help/workspace-switcher/de/legal.xml -share/gnome/help/workspace-switcher/de/workspace-switcher.xml -share/gnome/help/workspace-switcher/el/workspace-switcher.xml -share/gnome/help/workspace-switcher/es/workspace-switcher.xml -share/gnome/help/workspace-switcher/fi/workspace-switcher.xml -share/gnome/help/workspace-switcher/fr/workspace-switcher.xml -share/gnome/help/workspace-switcher/it/workspace-switcher.xml -share/gnome/help/workspace-switcher/ja/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/ja/legal.xml -share/gnome/help/workspace-switcher/ja/workspace-switcher.xml -share/gnome/help/workspace-switcher/ko/workspace-switcher.xml -share/gnome/help/workspace-switcher/nl/workspace-switcher.xml -share/gnome/help/workspace-switcher/oc/workspace-switcher.xml -share/gnome/help/workspace-switcher/pa/workspace-switcher.xml -share/gnome/help/workspace-switcher/pt_BR/workspace-switcher.xml -share/gnome/help/workspace-switcher/ru/workspace-switcher.xml -share/gnome/help/workspace-switcher/sv/workspace-switcher.xml -share/gnome/help/workspace-switcher/uk/workspace-switcher.xml -share/gnome/help/workspace-switcher/vi/workspace-switcher.xml -share/gnome/help/workspace-switcher/zh_CN/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/zh_CN/figures/workspacelist_applet.png -share/gnome/help/workspace-switcher/zh_CN/legal.xml -share/gnome/help/workspace-switcher/zh_CN/workspace-switcher.xml -share/gnome/help/workspace-switcher/zh_TW/figures/workspace_switcher_applet.png -share/gnome/help/workspace-switcher/zh_TW/figures/workspacelist_applet.png -share/gnome/help/workspace-switcher/zh_TW/legal.xml -share/gnome/help/workspace-switcher/zh_TW/workspace-switcher.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/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/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/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/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-de.omf -share/omf/clock/clock-el.omf -share/omf/clock/clock-es.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-de.omf -share/omf/fish/fish-el.omf -share/omf/fish/fish-es.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/gnome-panel/fish-applet-2-de.omf -share/omf/gnome-panel/fish-applet-2-ja.omf -share/omf/gnome-panel/fish-applet-2-zh_CN.omf -share/omf/gnome-panel/fish-applet-2-zh_TW.omf -share/omf/gnome-panel/window-list-de.omf -share/omf/gnome-panel/window-list-ja.omf -share/omf/gnome-panel/window-list-zh_TW.omf -share/omf/gnome-panel/workspace-switcher-de.omf -share/omf/gnome-panel/workspace-switcher-ja.omf -share/omf/gnome-panel/workspace-switcher-zh_CN.omf -share/omf/gnome-panel/workspace-switcher-zh_TW.omf -share/omf/window-list/window-list-C.omf -share/omf/window-list/window-list-ar.omf -share/omf/window-list/window-list-ca.omf -share/omf/window-list/window-list-da.omf -share/omf/window-list/window-list-de.omf -share/omf/window-list/window-list-el.omf -share/omf/window-list/window-list-es.omf -share/omf/window-list/window-list-fi.omf -share/omf/window-list/window-list-fr.omf -share/omf/window-list/window-list-it.omf -share/omf/window-list/window-list-ko.omf -share/omf/window-list/window-list-oc.omf -share/omf/window-list/window-list-pa.omf -share/omf/window-list/window-list-ru.omf -share/omf/window-list/window-list-sv.omf -share/omf/window-list/window-list-uk.omf -share/omf/window-list/window-list-zh_CN.omf -share/omf/workspace-switcher/workspace-switcher-C.omf -share/omf/workspace-switcher/workspace-switcher-ar.omf -share/omf/workspace-switcher/workspace-switcher-ca.omf -share/omf/workspace-switcher/workspace-switcher-da.omf -share/omf/workspace-switcher/workspace-switcher-de.omf -share/omf/workspace-switcher/workspace-switcher-el.omf -share/omf/workspace-switcher/workspace-switcher-es.omf -share/omf/workspace-switcher/workspace-switcher-fi.omf -share/omf/workspace-switcher/workspace-switcher-fr.omf -share/omf/workspace-switcher/workspace-switcher-it.omf -share/omf/workspace-switcher/workspace-switcher-ko.omf -share/omf/workspace-switcher/workspace-switcher-nl.omf -share/omf/workspace-switcher/workspace-switcher-oc.omf -share/omf/workspace-switcher/workspace-switcher-pa.omf -share/omf/workspace-switcher/workspace-switcher-pt_BR.omf -share/omf/workspace-switcher/workspace-switcher-ru.omf -share/omf/workspace-switcher/workspace-switcher-sv.omf -share/omf/workspace-switcher/workspace-switcher-uk.omf -share/omf/workspace-switcher/workspace-switcher-vi.omf -@dirrm share/omf/workspace-switcher -@dirrm share/omf/window-list -@dirrm share/omf/gnome-panel -@dirrm share/omf/fish -@dirrm share/omf/clock -@dirrm share/idl/gnome-panel-2.0 -@dirrm share/gnome/help/workspace-switcher/zh_TW/figures -@dirrm share/gnome/help/workspace-switcher/zh_TW -@dirrm share/gnome/help/workspace-switcher/zh_CN/figures -@dirrm share/gnome/help/workspace-switcher/zh_CN -@dirrm share/gnome/help/workspace-switcher/vi -@dirrm share/gnome/help/workspace-switcher/uk -@dirrm share/gnome/help/workspace-switcher/sv -@dirrm share/gnome/help/workspace-switcher/ru -@dirrm share/gnome/help/workspace-switcher/pt_BR -@dirrm share/gnome/help/workspace-switcher/pa -@dirrm share/gnome/help/workspace-switcher/oc -@dirrm share/gnome/help/workspace-switcher/nl -@dirrm share/gnome/help/workspace-switcher/ko -@dirrm share/gnome/help/workspace-switcher/ja/figures -@dirrm share/gnome/help/workspace-switcher/ja -@dirrm share/gnome/help/workspace-switcher/it -@dirrm share/gnome/help/workspace-switcher/fr -@dirrm share/gnome/help/workspace-switcher/fi -@dirrm share/gnome/help/workspace-switcher/es -@dirrm share/gnome/help/workspace-switcher/el -@dirrm share/gnome/help/workspace-switcher/de/figures -@dirrm share/gnome/help/workspace-switcher/de -@dirrm share/gnome/help/workspace-switcher/da -@dirrm share/gnome/help/workspace-switcher/ca -@dirrm share/gnome/help/workspace-switcher/ar -@dirrm share/gnome/help/workspace-switcher/C -@dirrm share/gnome/help/workspace-switcher -@dirrm share/gnome/help/window-list/zh_TW/figures -@dirrm share/gnome/help/window-list/zh_TW -@dirrm share/gnome/help/window-list/zh_CN -@dirrm share/gnome/help/window-list/uk -@dirrm share/gnome/help/window-list/sv -@dirrm share/gnome/help/window-list/ru -@dirrm share/gnome/help/window-list/pa -@dirrm share/gnome/help/window-list/oc -@dirrm share/gnome/help/window-list/ko -@dirrm share/gnome/help/window-list/ja/figures -@dirrm share/gnome/help/window-list/ja -@dirrm share/gnome/help/window-list/it -@dirrm share/gnome/help/window-list/fr -@dirrm share/gnome/help/window-list/fi -@dirrm share/gnome/help/window-list/es -@dirrm share/gnome/help/window-list/el -@dirrm share/gnome/help/window-list/de/figures -@dirrm share/gnome/help/window-list/de -@dirrm share/gnome/help/window-list/da -@dirrm share/gnome/help/window-list/ca -@dirrm share/gnome/help/window-list/ar -@dirrm share/gnome/help/window-list/C -@dirrm share/gnome/help/window-list -@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/es/figures -@dirrm share/gnome/help/fish/es -@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/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-applet-2/zh_TW/figures -@dirrm share/gnome/help/fish-applet-2/zh_TW -@dirrm share/gnome/help/fish-applet-2/zh_CN/figures -@dirrm share/gnome/help/fish-applet-2/zh_CN -@dirrm share/gnome/help/fish-applet-2/ja/figures -@dirrm share/gnome/help/fish-applet-2/ja -@dirrm share/gnome/help/fish-applet-2/de/figures -@dirrm share/gnome/help/fish-applet-2/de -@dirrm share/gnome/help/fish-applet-2 -@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/es/figures -@dirrm share/gnome/help/clock/es -@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/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%%/glade -@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/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/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/gnome-screensaver/Makefile b/x11/gnome-screensaver/Makefile deleted file mode 100644 index c95277a30..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.98 2008/11/14 04:38:53 marcus Exp $ -# - -PORTNAME= gnome-screensaver -PORTVERSION= 2.24.1 -PORTREVISION= 1 -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_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 c788f1277..000000000 --- a/x11/gnome-screensaver/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-screensaver-2.24.1.tar.bz2) = f0b9cc3108bb9105141a8c22b56bf615 -SHA256 (gnome2/gnome-screensaver-2.24.1.tar.bz2) = c8cf26fc1d402269b7030abadfdf2c6103391cf30466b3d30bc99671f4c89f7e -SIZE (gnome2/gnome-screensaver-2.24.1.tar.bz2) = 2058780 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 a474e9ef2..000000000 --- a/x11/gnome-screensaver/files/patch-data_Makefile.in +++ /dev/null @@ -1,73 +0,0 @@ ---- data/Makefile.in.orig Mon Nov 7 05:37:01 2005 -+++ data/Makefile.in Mon Nov 7 05:37:38 2005 -@@ -737,38 +737,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. - .NOEXPORT: 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 97557b557..000000000 --- a/x11/gnome-screensaver/pkg-plist +++ /dev/null @@ -1,136 +0,0 @@ -bin/gnome-screensaver -bin/gnome-screensaver-command -bin/gnome-screensaver-preferences -%%PAM%%etc/pam.d/gnome-screensaver -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.glade -%%DATADIR%%/lock-dialog-default.glade -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/ca/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/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/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/pixmaps/backgrounds/cosmos/cloud.jpg -share/pixmaps/backgrounds/cosmos/comet.jpg -share/pixmaps/backgrounds/cosmos/earth-horizon.jpg -share/pixmaps/backgrounds/cosmos/earthrise.jpg -share/pixmaps/backgrounds/cosmos/galaxy-ngc3370.jpg -share/pixmaps/backgrounds/cosmos/helix-nebula.jpg -share/pixmaps/backgrounds/cosmos/jupiter.jpg -share/pixmaps/backgrounds/cosmos/sombrero.jpg -share/pixmaps/backgrounds/cosmos/whirlpool.jpg -share/pixmaps/gnome-logo-white.svg -@dirrm share/pixmaps/backgrounds/cosmos -@dirrmtry share/pixmaps/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/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/x11/gnome-session/Makefile b/x11/gnome-session/Makefile deleted file mode 100644 index 6efce2ee9..000000000 --- a/x11/gnome-session/Makefile +++ /dev/null @@ -1,62 +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.163 2008/10/22 17:58:01 marcus Exp $ -# - -PORTNAME= gnome-session -PORTVERSION= 2.24.2 -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}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo - -INSTALLS_ICONS= yes -USE_GETTEXT= yes -USE_BZIP2= yes -USE_XORG= xau xrandr -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui -GNOME_DESKTOP_VERSION=2 -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-docbook-docs -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gnome-session.1 gnome-wm.1 session-properties.1 \ - gnome-session-save.1 -MAN5= default.session.5 -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 2a485ff1b..000000000 --- a/x11/gnome-session/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (gnome2/gnome-session-2.24.2.tar.bz2) = 13e882a8c73bebb5403c207da0455156 -SHA256 (gnome2/gnome-session-2.24.2.tar.bz2) = b69216120e0fa972f3fbbff36b5520979974fa665d76d8c7db59970dca61b629 -SIZE (gnome2/gnome-session-2.24.2.tar.bz2) = 800914 -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-gnome-session_Makefile.in b/x11/gnome-session/files/patch-gnome-session_Makefile.in deleted file mode 100644 index 7e78d6ed5..000000000 --- a/x11/gnome-session/files/patch-gnome-session_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- gnome-session/Makefile.in.orig 2008-08-20 14:29:34.000000000 -0400 -+++ gnome-session/Makefile.in 2008-08-20 14:29:56.000000000 -0400 -@@ -332,6 +332,7 @@ test_client_dbus_LDADD = \ - - gnome_session_LDADD = \ - -lSM -lICE \ -+ -lexecinfo \ - libgsmutil.la \ - $(top_builddir)/egg/libeggdesktopfile.la \ - $(GNOME_SESSION_LIBS) \ 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/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 6612cb2a9..000000000 --- a/x11/gnome-session/pkg-plist +++ /dev/null @@ -1,172 +0,0 @@ -bin/gnome-session -bin/gnome-session-properties -bin/gnome-session-save -bin/gnome-wm -lib/gnome-session/helpers/at-spi-registryd-wrapper -lib/gnome-session/helpers/gnome-keyring-daemon-wrapper -lib/gnome-session/helpers/gnome-session-splash -lib/gnome-session/helpers/gnome-settings-daemon-helper -share/applications/session-properties.desktop -%%DATADIR%%/gsm-inhibit-dialog.glade -%%DATADIR%%/session-properties.glade -share/gnome/autostart/at-spi-registryd-wrapper.desktop -share/gnome/autostart/gnome-keyring-daemon-wrapper.desktop -share/gnome/autostart/gnome-session-splash.desktop -share/gnome/autostart/gnome-settings-daemon-helper.desktop -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/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/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/bs/LC_MESSAGES/gnome-session-2.0.mo -share/locale/ca/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/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/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/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/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/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/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/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/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@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/fur/LC_MESSAGES -@dirrmtry share/locale/fur -@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 diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile deleted file mode 100644 index e1ed5b3de..000000000 --- a/x11/gnome-terminal/Makefile +++ /dev/null @@ -1,29 +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.112 2008/10/23 02:13:14 mezz Exp $ -# - -PORTNAME= gnome-terminal -PORTVERSION= 2.24.2 -CATEGORIES= x11 gnome -MASTER_SITES= GNOME -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Terminal component for the GNOME 2 Desktop - -USE_GETTEXT= yes -USE_BZIP2= yes -INSTALLS_OMF= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui vte gnomedocutils -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= gnome-terminal.schemas - -.include <bsd.port.mk> diff --git a/x11/gnome-terminal/distinfo b/x11/gnome-terminal/distinfo deleted file mode 100644 index 7e3356076..000000000 --- a/x11/gnome-terminal/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-terminal-2.24.2.tar.bz2) = c864ee43335db306e344df41e0090d4f -SHA256 (gnome2/gnome-terminal-2.24.2.tar.bz2) = 849597d79f2dd6eb8d4079bc0b59c0f806a691ac2af360099ef0fa1f6b91e82a -SIZE (gnome2/gnome-terminal-2.24.2.tar.bz2) = 1854226 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 bef6f9e81..000000000 --- a/x11/gnome-terminal/pkg-plist +++ /dev/null @@ -1,246 +0,0 @@ -bin/gnome-terminal -libdata/bonobo/servers/gnome-terminal.server -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.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/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/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/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/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-de.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/de/figures -@dirrm share/gnome/help/gnome-terminal/de -@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/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/gnome2-power-tools/Makefile b/x11/gnome2-power-tools/Makefile deleted file mode 100644 index 088863487..000000000 --- a/x11/gnome2-power-tools/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: gnome2-power-tools -# Date created: 18 January 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ -# - -PORTREVISION= 2 -CATEGORIES= x11 gnome -PKGNAMESUFFIX= -power-tools - -COMMENT= The 'Geektoys' for the GNOME 2 power user - -RUN_DEPENDS= ${LOCALBASE}/lib/epiphany/2.24/extensions/libgesturesextension.so:${PORTSDIR}/www/epiphany-extensions \ - gnome-pkgview:${PORTSDIR}/sysutils/gnome-pkgview \ - ${LOCALBASE}/libexec/netspeed_applet2:${PORTSDIR}/net/netspeed_applet \ - ${LOCALBASE}/sbin/gkrellmd:${PORTSDIR}/sysutils/gkrellm2 \ - splashsetter:${PORTSDIR}/deskutils/splashsetter \ - gdesklets:${PORTSDIR}/deskutils/gdesklets \ - cog:${PORTSDIR}/sysutils/cog \ - gnome-blog-poster:${PORTSDIR}/deskutils/gnome-blog \ - gnomesu:${PORTSDIR}/security/libgnomesu \ - bpm:${PORTSDIR}/ports-mgmt/bpm \ - gnome-file-share-properties:${PORTSDIR}/www/gnome-user-share \ - serpentine:${PORTSDIR}/sysutils/serpentine \ - devilspie:${PORTSDIR}/x11-wm/devilspie \ - ${LOCALBASE}/lib/nautilus/extensions-2.0/libnautilus-open-terminal.so:${PORTSDIR}/deskutils/nautilus-open-terminal \ - gtweakui-menus:${PORTSDIR}/deskutils/gtweakui \ - gnome-art:${PORTSDIR}/x11-themes/gnome-art \ - brightside:${PORTSDIR}/x11/brightside \ - evolution-gconf-filter-exchange:${PORTSDIR}/devel/evolution-gconf-tools \ - ${LOCALBASE}/libexec/quick-lounge-applet:${PORTSDIR}/misc/quick-lounge-applet \ - eiciel:${PORTSDIR}/sysutils/eiciel \ - gtk-send-pr:${PORTSDIR}/sysutils/gtk-send-pr \ - thefish:${PORTSDIR}/sysutils/thefish \ - pbrowser:${PORTSDIR}/ports-mgmt/portbrowser - -MASTERDIR= ${.CURDIR}/../gnome2 -GNOME_SLAVE= yes - -DESCR= ${.CURDIR}/pkg-descr -.include "${MASTERDIR}/Makefile" diff --git a/x11/gnome2-power-tools/pkg-descr b/x11/gnome2-power-tools/pkg-descr deleted file mode 100644 index 041e159b9..000000000 --- a/x11/gnome2-power-tools/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -GNOME 2 Power Tools - -Power Tools is every GNOME geek's Batbelt. It fills the gap between the -core GNOME Desktop, which tries to be a relevant set of modules for all -users; and the Fifth Toe, which is the collection of the coolest and most -useful GNOME applications. - -This collection consists of utilities and applets for the technically-minded -GNOME user. It also contains many useful add-on utilities for some of the -applications found in the Desktop and Fifth Toe. - -WWW: http://www.FreeBSD.org/gnome/ diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile deleted file mode 100644 index c039e9553..000000000 --- a/x11/gnome2/Makefile +++ /dev/null @@ -1,113 +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.259 2008/10/23 14:17:03 kwm Exp $ -# - -PORTNAME= gnome2 -PORTVERSION= 2.24.2 -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 \ - nautilus-cd-burner:${PORTSDIR}/sysutils/nautilus-cd-burner \ - 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.24:${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 \ - ${LOCALBASE}/libexec/gnome-volume-manager:${PORTSDIR}/sysutils/gnome-volume-manager \ - orca:${PORTSDIR}/accessibility/orca \ - gnome-mount:${PORTSDIR}/sysutils/gnome-mount \ - ${LOCALBASE}/libexec/notification-daemon:${PORTSDIR}/deskutils/notification-daemon \ - seahorse:${PORTSDIR}/security/seahorse \ - 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 -.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 \ - ${LOCALBASE}/lib/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 -.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 364d1eee8..000000000 --- a/x11/libgnome/Makefile +++ /dev/null @@ -1,68 +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.122 2008/09/22 12:39:59 kwm Exp $ -# - -PORTNAME= libgnome -PORTVERSION= 2.24.1 -PORTREVISION?= 0 -CATEGORIES= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -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:15 -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 e5cf9bc92..000000000 --- a/x11/libgnome/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnome-2.24.1.tar.bz2) = 3b2a30329898b37b2461b3aa886e5ad9 -SHA256 (gnome2/libgnome-2.24.1.tar.bz2) = 16c05ef6b1bbb057ceea512300de35f2d704609d7a3cacfd5301bc1a138e015a -SIZE (gnome2/libgnome-2.24.1.tar.bz2) = 1416606 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 13e2321f7..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.16 2008/06/05 07:52:51 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 d65cdfdd8..000000000 --- a/x11/libgnome/pkg-plist +++ /dev/null @@ -1,153 +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/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/bs/LC_MESSAGES/libgnome-2.0.mo -share/locale/ca/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/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/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@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 3dfe6bab5..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.25 2008/09/08 00:11:49 marcus Exp $ -# - -PORTNAME= libgnomekbd -PORTVERSION= 2.24.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 libglade2 -USE_AUTOTOOLS= libtool:15 -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 32e53cb8b..000000000 --- a/x11/libgnomekbd/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnomekbd-2.24.0.tar.bz2) = 43e4d090bc67a1984bebf551637783fd -SHA256 (gnome2/libgnomekbd-2.24.0.tar.bz2) = 60f093b4fcbdfa12212d6e29dc2f7802a3234d8035f45efed4b426c0bb293c5a -SIZE (gnome2/libgnomekbd-2.24.0.tar.bz2) = 411322 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 5801f0641..000000000 --- a/x11/libgnomekbd/pkg-plist +++ /dev/null @@ -1,96 +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.3 -lib/libgnomekbdui.a -lib/libgnomekbdui.la -lib/libgnomekbdui.so -lib/libgnomekbdui.so.3 -libdata/pkgconfig/libgnomekbd.pc -libdata/pkgconfig/libgnomekbdui.pc -share/applications/gkbd-indicator-plugins-capplet.desktop -%%DATADIR%%/glade/gkbd-indicator-plugins.glade -share/locale/ar/LC_MESSAGES/libgnomekbd.mo -share/locale/be@latin/LC_MESSAGES/libgnomekbd.mo -share/locale/bg/LC_MESSAGES/libgnomekbd.mo -share/locale/bn_IN/LC_MESSAGES/libgnomekbd.mo -share/locale/ca/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/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/ko/LC_MESSAGES/libgnomekbd.mo -share/locale/lt/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/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%%/glade -@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/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 ec826d04c..000000000 --- a/x11/libgnomemm26/Makefile +++ /dev/null @@ -1,34 +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.24.0 -CATEGORIES= x11 gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -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 d3e15fb80..000000000 --- a/x11/libgnomemm26/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgnomemm-2.24.0.tar.bz2) = e77dd1df8e2eb1652d28e30d7c5252a4 -SHA256 (gnome2/libgnomemm-2.24.0.tar.bz2) = ef3f8bd78bd17651dc336620c942c57f78ab0fd09ec6d50df27ea90aac6c0ffd -SIZE (gnome2/libgnomemm-2.24.0.tar.bz2) = 311206 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 921f748a4..000000000 --- a/x11/libxklavier/Makefile +++ /dev/null @@ -1,44 +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.44 2008/08/21 21:53:01 mezz Exp $ -# - -PORTNAME= libxklavier -PORTVERSION= 3.7 -PORTEPOCH= 1 -CATEGORIES= x11 gnome -MASTER_SITES= SF -MASTER_SITE_SUBDIR= gswitchit - -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_GMAKE= yes -USE_GNOME= gnomehack libxml2 glib20 ltverhack:12 -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 -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 cf8a701a5..000000000 --- a/x11/libxklavier/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libxklavier-3.7.tar.gz) = 2a6029c6879c0c442528a4c9e9680870 -SHA256 (libxklavier-3.7.tar.gz) = b0acc8f89ea8af332ebbb4cd047c05f72989d92067f88096db6cbb2c93ae87ae -SIZE (libxklavier-3.7.tar.gz) = 416044 diff --git a/x11/libxklavier/files/patch-libxklavier_xklavier_props.c b/x11/libxklavier/files/patch-libxklavier_xklavier_props.c deleted file mode 100644 index a56ec7896..000000000 --- a/x11/libxklavier/files/patch-libxklavier_xklavier_props.c +++ /dev/null @@ -1,15 +0,0 @@ ---- libxklavier/xklavier_props.c.orig Sun Apr 16 20:51:36 2006 -+++ libxklavier/xklavier_props.c Tue Jun 13 00:11:24 2006 -@@ -355,10 +355,8 @@ xkl_config_rec_get_from_root_window_prop - --varlen); - var[varlen] = '\0'; - /* Resize the original layout */ -- ((char *) -- g_realloc(*layout, -- laylen + 1))[laylen] = -- '\0'; -+ *layout = g_realloc(*layout, laylen + 1); -+ (*layout)[laylen] = '\0'; - } - } - layout++; 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 53fb1e871..000000000 --- a/x11/libxklavier/pkg-plist +++ /dev/null @@ -1,29 +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/xklavier.h -lib/libxklavier.a -lib/libxklavier.la -lib/libxklavier.so -lib/libxklavier.so.12 -libdata/pkgconfig/libxklavier.pc -%%DOCSDIR%%/ch01.html -%%DOCSDIR%%/ch02.html -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/XklConfigItem.html -%%DOCSDIR%%/XklConfigRec.html -%%DOCSDIR%%/XklConfigRegistry.html -%%DOCSDIR%%/XklEngine.html -%%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/pixman/Makefile b/x11/pixman/Makefile deleted file mode 100644 index d86ce102c..000000000 --- a/x11/pixman/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: pixman -# Date Created: Aug 9 2003 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= pixman -PORTVERSION= 0.12.0 -CATEGORIES= x11 - -MAINTAINER= x11@FreeBSD.org -COMMENT= Low-level pixel manipulation library - -XORG_CAT= lib -USE_AUTOTOOLS= libtool:15 -USE_PERL5_BUILD=yes -USE_GNOME= ltverhack:9 - -post-patch: - @${REINPLACE_CMD} -e 's|gtk+-2\.0|disable-gtk|g' \ - -e 's|-msse||' ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/x11/pixman/distinfo b/x11/pixman/distinfo deleted file mode 100644 index e45e92f7d..000000000 --- a/x11/pixman/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xorg/lib/pixman-0.12.0.tar.bz2) = 494af78c1c7d825c9ad6815d7b91f17d -SHA256 (xorg/lib/pixman-0.12.0.tar.bz2) = a82b54382a82c2fb42f7ad2c8f363e945602a5183f6df685b69a584d3b25b228 -SIZE (xorg/lib/pixman-0.12.0.tar.bz2) = 364262 diff --git a/x11/pixman/pkg-descr b/x11/pixman/pkg-descr deleted file mode 100644 index a2150dc24..000000000 --- a/x11/pixman/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This package contains the pixman library. - -WWW: http://www.freedesktop.org/Software/xlibs - -- Florent Thoumie -flz@FreeBSD.org diff --git a/x11/pixman/pkg-plist b/x11/pixman/pkg-plist deleted file mode 100644 index 66d6a4342..000000000 --- a/x11/pixman/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -include/pixman-1/pixman-version.h -include/pixman-1/pixman.h -lib/libpixman-1.a -lib/libpixman-1.la -lib/libpixman-1.so -lib/libpixman-1.so.9 -libdata/pkgconfig/pixman-1.pc -@dirrm include/pixman-1 diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile deleted file mode 100644 index 1640f37d8..000000000 --- a/x11/yelp/Makefile +++ /dev/null @@ -1,36 +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.128 2008/09/12 00:30:18 marcus Exp $ -# - -PORTNAME= yelp -PORTVERSION= 2.24.0 -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 \ - rarian.0:${PORTSDIR}/textproc/rarian - -USE_GECKO= firefox xulrunner -USE_GETTEXT= yes -USE_BZIP2= yes -USE_XORG= ice -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui gnomedocutils -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-gecko=${GECKO} -MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" - -GCONF_SCHEMAS= yelp.schemas - -.include <bsd.port.mk> diff --git a/x11/yelp/distinfo b/x11/yelp/distinfo deleted file mode 100644 index 95bed6317..000000000 --- a/x11/yelp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/yelp-2.24.0.tar.bz2) = 15eb2f538d970600c1e0a461f7d88b55 -SHA256 (gnome2/yelp-2.24.0.tar.bz2) = 7566177d23c3cac7725981f2d04de22923499318a067044158cff17f43957a0a -SIZE (gnome2/yelp-2.24.0.tar.bz2) = 1023876 diff --git a/x11/yelp/files/patch-data_man.xml.in b/x11/yelp/files/patch-data_man.xml.in deleted file mode 100644 index 06670069c..000000000 --- a/x11/yelp/files/patch-data_man.xml.in +++ /dev/null @@ -1,12 +0,0 @@ ---- data/man.xml.in.orig Tue Dec 6 17:03:27 2005 -+++ data/man.xml.in Tue Dec 6 17:05:52 2005 -@@ -39,6 +39,9 @@ - <toc id="Man-man9" sect="9"> - <_title>Kernel Routines</_title> - </toc> -+ <toc id="Man-mann" sect="n"> -+ <_title>Tcl/Tk Functions</_title> -+ </toc> - </toc> - - <toc id="Man-man4" sect="4"> 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 f3a82cdf8..000000000 --- a/x11/yelp/pkg-plist +++ /dev/null @@ -1,169 +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/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/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_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/li/LC_MESSAGES/yelp.mo -share/locale/lt/LC_MESSAGES/yelp.mo -share/locale/lv/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@NFE/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/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/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-search-ui.xml -%%DATADIR%%/ui/yelp-ui.xml -%%DATADIR%%/ui/yelp.glade -%%DATADIR%%/xslt/db-title.xsl -%%DATADIR%%/xslt/db2html.xsl -%%DATADIR%%/xslt/info2html.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/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/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/nds@NFE/LC_MESSAGES -@dirrmtry share/locale/nds@NFE -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@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/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/x11/zenity/Makefile b/x11/zenity/Makefile deleted file mode 100644 index aa8a09bec..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.95 2008/06/17 19:57:27 marcus Exp $ -# - -PORTNAME= zenity -PORTVERSION= 2.24.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 libgnomecanvas 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 432f18412..000000000 --- a/x11/zenity/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/zenity-2.24.0.tar.bz2) = aa4486482210856848fa7d6634fc126a -SHA256 (gnome2/zenity-2.24.0.tar.bz2) = ad115104eb0a9007792380857030a49b508d300c46937e330ff2b4e70fb321a7 -SIZE (gnome2/zenity-2.24.0.tar.bz2) = 2236118 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 0be5035d2..000000000 --- a/x11/zenity/pkg-plist +++ /dev/null @@ -1,299 +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/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/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/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/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/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/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/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-de.omf -share/omf/zenity/zenity-en_GB.omf -share/omf/zenity/zenity-es.omf -share/omf/zenity/zenity-fi.omf -share/omf/zenity/zenity-fr.omf -share/omf/zenity/zenity-oc.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.glade -%%DATADIR%%/zenity.png -@dirrm %%DATADIR%%/clothes -@dirrm %%DATADIR%% -@dirrm share/omf/zenity -@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/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/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/de/figures -@dirrm share/gnome/help/zenity/de -@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 -@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/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@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/as/LC_MESSAGES -@dirrmtry share/locale/as |