summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-03-19 21:33:13 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-03-19 21:33:13 +0800
commita2aba24221e2a461708f107b91a7f2f72363e509 (patch)
treefdc87f1ebb84eea02e8293c254fcb04b97779070
parentfbc5a8af7166c0968564d6b7c31a6ae66c0567c6 (diff)
downloadmarcuscom-ports-a2aba24221e2a461708f107b91a7f2f72363e509.tar.gz
marcuscom-ports-a2aba24221e2a461708f107b91a7f2f72363e509.tar.zst
marcuscom-ports-a2aba24221e2a461708f107b91a7f2f72363e509.zip
Clean up more merged ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17233 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--audio/gnome-media/Makefile58
-rw-r--r--audio/gnome-media/distinfo2
-rw-r--r--audio/gnome-media/pkg-descr3
-rw-r--r--audio/gnome-media/pkg-plist453
-rw-r--r--databases/libgda4-bdb/Makefile22
-rw-r--r--databases/libgda4-bdb/pkg-plist5
-rw-r--r--databases/libgda4-jdbc/Makefile22
-rw-r--r--databases/libgda4-jdbc/pkg-plist8
-rw-r--r--databases/libgda4-ldap/Makefile23
-rw-r--r--databases/libgda4-ldap/pkg-plist6
-rw-r--r--databases/libgda4-mdb/Makefile23
-rw-r--r--databases/libgda4-mdb/pkg-plist5
-rw-r--r--databases/libgda4-mysql/Makefile23
-rw-r--r--databases/libgda4-mysql/pkg-plist18
-rw-r--r--databases/libgda4-postgresql/Makefile23
-rw-r--r--databases/libgda4-postgresql/pkg-plist20
-rw-r--r--databases/libgda4/Makefile159
-rw-r--r--databases/libgda4/distinfo2
-rw-r--r--databases/libgda4/files/patch-configure47
-rw-r--r--databases/libgda4/pkg-descr19
-rw-r--r--databases/libgda4/pkg-plist1097
-rw-r--r--devel/anjuta/Makefile122
-rw-r--r--devel/anjuta/distinfo2
-rw-r--r--devel/anjuta/files/patch-Makefile.in31
-rw-r--r--devel/anjuta/files/patch-doc::Makefile.in11
-rw-r--r--devel/anjuta/files/patch-libanjuta_anjuta-launcher.c76
-rw-r--r--devel/anjuta/files/patch-plugins_gdb_debugger.c11
-rw-r--r--devel/anjuta/files/patch-plugins_symbol-db_symbol-db-engine-core.c71
-rw-r--r--devel/anjuta/files/patch-plugins_symbol-db_symbol-db-prefs.h11
-rw-r--r--devel/anjuta/pkg-descr8
-rw-r--r--devel/anjuta/pkg-plist1515
-rw-r--r--x11-toolkits/libunique3/Makefile37
-rw-r--r--x11-toolkits/libunique3/distinfo2
-rw-r--r--x11-toolkits/libunique3/pkg-descr12
-rw-r--r--x11-toolkits/libunique3/pkg-plist15
35 files changed, 0 insertions, 3962 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile
deleted file mode 100644
index 8d626d8be..000000000
--- a/audio/gnome-media/Makefile
+++ /dev/null
@@ -1,58 +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.163 2012/08/17 19:06:42 kwm Exp $
-#
-
-PORTNAME= gnome-media
-PORTVERSION= 2.32.0
-PORTREVISION= 4
-CATEGORIES= audio gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Multimedia applications for the GNOME 2 desktop
-
-BUILD_DEPENDS= xml2po:${PORTSDIR}/textproc/gnome-doc-utils
-LIB_DEPENDS= canberra-gtk.0:${PORTSDIR}/audio/libcanberra \
- unique-1.0.2:${PORTSDIR}/x11-toolkits/unique
-
-CONFLICTS= gnome-control-center-3.[0-9]* libgnome-media-profiles-3.[0-9]*
-
-USE_BZIP2= yes
-USE_GETTEXT= yes
-INSTALLS_OMF= yes
-INSTALLS_ICONS= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-USE_GNOME= gnomeprefix gnomehack intlhack gtk20 libxml2 gconf2
-USE_GSTREAMER= gconf good
-CONFIGURE_ARGS= --disable-gstmix
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-GCONF_SCHEMAS= gnome-audio-profiles.schemas \
- gnome-sound-recorder.schemas
-
-OPTIONS= PULSEAUDIO "Enable Pulse Audio support" on
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITHOUT_PULSEAUDIO)
-LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio
-CONFIGURE_ARGS+=--enable-pulseaudio
-PLIST_SUB+= PULSE=""
-.else
-CONFIGURE_ARGS+=--disable-pulseaudio
-PLIST_SUB+= PULSE="@comment "
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|have_gladeui=true|have_gladeui=false|g' \
- ${WRKSRC}/configure
-
-.include <bsd.port.post.mk>
diff --git a/audio/gnome-media/distinfo b/audio/gnome-media/distinfo
deleted file mode 100644
index 8b718bdce..000000000
--- a/audio/gnome-media/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gnome2/gnome-media-2.32.0.tar.bz2) = 2b0ad4decd75406398f46e82a170e53bcbc6e1bdc3363f03a07b00f59c2fe5e6
-SIZE (gnome2/gnome-media-2.32.0.tar.bz2) = 2814365
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 513d10acd..000000000
--- a/audio/gnome-media/pkg-plist
+++ /dev/null
@@ -1,453 +0,0 @@
-bin/gnome-audio-profiles-properties
-bin/gnome-sound-recorder
-%%PULSE%%bin/gnome-volume-control
-%%PULSE%%bin/gnome-volume-control-applet
-bin/gstreamer-properties
-%%PULSE%%etc/xdg/autostart/gnome-volume-control-applet.desktop
-include/gnome-media/profiles/audio-profile-choose.h
-include/gnome-media/profiles/audio-profile-edit.h
-include/gnome-media/profiles/audio-profile.h
-include/gnome-media/profiles/audio-profiles-edit.h
-include/gnome-media/profiles/gnome-media-profiles.h
-lib/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
-%%PULSE%%share/applications/gnome-volume-control.desktop
-share/applications/gstreamer-properties.desktop
-%%DATADIR%%/gnome-audio-profile-edit.ui
-%%DATADIR%%/gnome-audio-profile-new.ui
-%%PULSE%%%%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-high.png
-%%PULSE%%%%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-low.png
-%%PULSE%%%%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-medium.png
-%%PULSE%%%%DATADIR%%/icons/hicolor/16x16/status/audio-input-microphone-muted.png
-%%PULSE%%%%DATADIR%%/icons/hicolor/22x22/status/audio-input-microphone-high.png
-%%PULSE%%%%DATADIR%%/icons/hicolor/22x22/status/audio-input-microphone-low.png
-%%PULSE%%%%DATADIR%%/icons/hicolor/22x22/status/audio-input-microphone-medium.png
-%%PULSE%%%%DATADIR%%/icons/hicolor/22x22/status/audio-input-microphone-muted.png
-%%PULSE%%%%DATADIR%%/icons/hicolor/24x24/status/audio-input-microphone-high.png
-%%PULSE%%%%DATADIR%%/icons/hicolor/24x24/status/audio-input-microphone-low.png
-%%PULSE%%%%DATADIR%%/icons/hicolor/24x24/status/audio-input-microphone-medium.png
-%%PULSE%%%%DATADIR%%/icons/hicolor/24x24/status/audio-input-microphone-muted.png
-%%PULSE%%%%DATADIR%%/icons/hicolor/32x32/status/audio-input-microphone-high.png
-%%PULSE%%%%DATADIR%%/icons/hicolor/32x32/status/audio-input-microphone-low.png
-%%PULSE%%%%DATADIR%%/icons/hicolor/32x32/status/audio-input-microphone-medium.png
-%%PULSE%%%%DATADIR%%/icons/hicolor/32x32/status/audio-input-microphone-muted.png
-%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-center.svg
-%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-center-testing.svg
-%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-left-back.svg
-%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-left-back-testing.svg
-%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-left.svg
-%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-left-side.svg
-%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-left-side-testing.svg
-%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-left-testing.svg
-%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-right-back.svg
-%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-right-back-testing.svg
-%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-right.svg
-%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-right-side.svg
-%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-right-side-testing.svg
-%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-right-testing.svg
-%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-center-back-testing.svg
-%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-speaker-center-back.svg
-%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-subwoofer.svg
-%%PULSE%%%%DATADIR%%/icons/hicolor/48x48/devices/audio-subwoofer-testing.svg
-%%PULSE%%%%DATADIR%%/icons/hicolor/scalable/status/audio-input-microphone-high.svg
-%%PULSE%%%%DATADIR%%/icons/hicolor/scalable/status/audio-input-microphone-low.svg
-%%PULSE%%%%DATADIR%%/icons/hicolor/scalable/status/audio-input-microphone-medium.svg
-%%PULSE%%%%DATADIR%%/icons/hicolor/scalable/status/audio-input-microphone-muted.svg
-%%DATADIR%%/sounds/gnome-sounds-default.xml
-share/gnome-sound-recorder/ui/ui.xml
-share/gnome/help/gnome-audio-profiles/C/figures/gnome-audio-profiles-profile-window.png
-share/gnome/help/gnome-audio-profiles/C/figures/gnome-audio-profiles-profiles-window.png
-share/gnome/help/gnome-audio-profiles/C/gnome-audio-profiles.xml
-share/gnome/help/gnome-audio-profiles/C/legal.xml
-share/gnome/help/gnome-audio-profiles/da/figures/gnome-audio-profiles-profile-window.png
-share/gnome/help/gnome-audio-profiles/da/figures/gnome-audio-profiles-profiles-window.png
-share/gnome/help/gnome-audio-profiles/da/gnome-audio-profiles.xml
-share/gnome/help/gnome-audio-profiles/da/legal.xml
-share/gnome/help/gnome-audio-profiles/de/figures/gnome-audio-profiles-profile-window.png
-share/gnome/help/gnome-audio-profiles/de/figures/gnome-audio-profiles-profiles-window.png
-share/gnome/help/gnome-audio-profiles/de/gnome-audio-profiles.xml
-share/gnome/help/gnome-audio-profiles/de/legal.xml
-share/gnome/help/gnome-audio-profiles/el/figures/gnome-audio-profiles-profile-window.png
-share/gnome/help/gnome-audio-profiles/el/figures/gnome-audio-profiles-profiles-window.png
-share/gnome/help/gnome-audio-profiles/el/gnome-audio-profiles.xml
-share/gnome/help/gnome-audio-profiles/el/legal.xml
-share/gnome/help/gnome-audio-profiles/es/figures/gnome-audio-profiles-profile-window.png
-share/gnome/help/gnome-audio-profiles/es/figures/gnome-audio-profiles-profiles-window.png
-share/gnome/help/gnome-audio-profiles/es/gnome-audio-profiles.xml
-share/gnome/help/gnome-audio-profiles/es/legal.xml
-share/gnome/help/gnome-audio-profiles/fr/figures/gnome-audio-profiles-profile-window.png
-share/gnome/help/gnome-audio-profiles/fr/figures/gnome-audio-profiles-profiles-window.png
-share/gnome/help/gnome-audio-profiles/fr/gnome-audio-profiles.xml
-share/gnome/help/gnome-audio-profiles/fr/legal.xml
-share/gnome/help/gnome-audio-profiles/sv/figures/gnome-audio-profiles-profile-window.png
-share/gnome/help/gnome-audio-profiles/sv/figures/gnome-audio-profiles-profiles-window.png
-share/gnome/help/gnome-audio-profiles/sv/gnome-audio-profiles.xml
-share/gnome/help/gnome-audio-profiles/sv/legal.xml
-share/gnome/help/gnome-sound-recorder/C/figures/grecord_window.png
-share/gnome/help/gnome-sound-recorder/C/gnome-sound-recorder.xml
-share/gnome/help/gnome-sound-recorder/C/legal.xml
-share/gnome/help/gnome-sound-recorder/ca/figures/grecord_window.png
-share/gnome/help/gnome-sound-recorder/ca/gnome-sound-recorder.xml
-share/gnome/help/gnome-sound-recorder/cs/figures/grecord_window.png
-share/gnome/help/gnome-sound-recorder/cs/gnome-sound-recorder.xml
-share/gnome/help/gnome-sound-recorder/da/figures/grecord_window.png
-share/gnome/help/gnome-sound-recorder/da/gnome-sound-recorder.xml
-share/gnome/help/gnome-sound-recorder/de/figures/grecord_window.png
-share/gnome/help/gnome-sound-recorder/de/gnome-sound-recorder.xml
-share/gnome/help/gnome-sound-recorder/el/figures/grecord_window.png
-share/gnome/help/gnome-sound-recorder/el/gnome-sound-recorder.xml
-share/gnome/help/gnome-sound-recorder/en_GB/figures/grecord_window.png
-share/gnome/help/gnome-sound-recorder/en_GB/gnome-sound-recorder.xml
-share/gnome/help/gnome-sound-recorder/es/figures/grecord_window.png
-share/gnome/help/gnome-sound-recorder/es/gnome-sound-recorder.xml
-share/gnome/help/gnome-sound-recorder/fr/figures/grecord_window.png
-share/gnome/help/gnome-sound-recorder/fr/gnome-sound-recorder.xml
-share/gnome/help/gnome-sound-recorder/it/figures/grecord_window.png
-share/gnome/help/gnome-sound-recorder/it/gnome-sound-recorder.xml
-share/gnome/help/gnome-sound-recorder/oc/figures/grecord_window.png
-share/gnome/help/gnome-sound-recorder/oc/gnome-sound-recorder.xml
-share/gnome/help/gnome-sound-recorder/ru/figures/grecord_window.png
-share/gnome/help/gnome-sound-recorder/ru/gnome-sound-recorder.xml
-share/gnome/help/gnome-sound-recorder/sv/figures/grecord_window.png
-share/gnome/help/gnome-sound-recorder/sv/gnome-sound-recorder.xml
-share/gnome/help/gnome-sound-recorder/uk/figures/grecord_window.png
-share/gnome/help/gnome-sound-recorder/uk/gnome-sound-recorder.xml
-share/gnome/help/gnome-sound-recorder/zh_CN/figures/grecord_window.png
-share/gnome/help/gnome-sound-recorder/zh_CN/gnome-sound-recorder.xml
-share/gnome/help/gstreamer-properties/C/figures/gstreamer_properties_window.png
-share/gnome/help/gstreamer-properties/C/gstreamer-properties.xml
-share/gnome/help/gstreamer-properties/C/legal.xml
-share/gnome/help/gstreamer-properties/ca/figures/gstreamer_properties_window.png
-share/gnome/help/gstreamer-properties/ca/gstreamer-properties.xml
-share/gnome/help/gstreamer-properties/cs/figures/gstreamer_properties_window.png
-share/gnome/help/gstreamer-properties/cs/gstreamer-properties.xml
-share/gnome/help/gstreamer-properties/da/figures/gstreamer_properties_window.png
-share/gnome/help/gstreamer-properties/da/gstreamer-properties.xml
-share/gnome/help/gstreamer-properties/de/figures/gstreamer_properties_window.png
-share/gnome/help/gstreamer-properties/de/gstreamer-properties.xml
-share/gnome/help/gstreamer-properties/el/figures/gstreamer_properties_window.png
-share/gnome/help/gstreamer-properties/el/gstreamer-properties.xml
-share/gnome/help/gstreamer-properties/en_GB/figures/gstreamer_properties_window.png
-share/gnome/help/gstreamer-properties/en_GB/gstreamer-properties.xml
-share/gnome/help/gstreamer-properties/es/figures/gstreamer_properties_window.png
-share/gnome/help/gstreamer-properties/es/gstreamer-properties.xml
-share/gnome/help/gstreamer-properties/fr/figures/gstreamer_properties_window.png
-share/gnome/help/gstreamer-properties/fr/gstreamer-properties.xml
-share/gnome/help/gstreamer-properties/it/figures/gstreamer_properties_window.png
-share/gnome/help/gstreamer-properties/it/gstreamer-properties.xml
-share/gnome/help/gstreamer-properties/oc/figures/gstreamer_properties_window.png
-share/gnome/help/gstreamer-properties/oc/gstreamer-properties.xml
-share/gnome/help/gstreamer-properties/pt_BR/figures/gstreamer_properties_window.png
-share/gnome/help/gstreamer-properties/pt_BR/gstreamer-properties.xml
-share/gnome/help/gstreamer-properties/ru/figures/gstreamer_properties_window.png
-share/gnome/help/gstreamer-properties/ru/gstreamer-properties.xml
-share/gnome/help/gstreamer-properties/sv/figures/gstreamer_properties_window.png
-share/gnome/help/gstreamer-properties/sv/gstreamer-properties.xml
-share/gnome/help/gstreamer-properties/th/figures/gstreamer_properties_window.png
-share/gnome/help/gstreamer-properties/th/gstreamer-properties.xml
-share/gnome/help/gstreamer-properties/uk/figures/gstreamer_properties_window.png
-share/gnome/help/gstreamer-properties/uk/gstreamer-properties.xml
-share/gnome/help/gstreamer-properties/zh_CN/figures/gstreamer_properties_window.png
-share/gnome/help/gstreamer-properties/zh_CN/gstreamer-properties.xml
-share/gstreamer-properties/gstreamer-properties.ui
-share/gstreamer-properties/icons/gstreamer-properties.png
-share/icons/hicolor/16x16/apps/gnome-sound-recorder.png
-%%PULSE%%share/icons/hicolor/16x16/apps/multimedia-volume-control.png
-%%PULSE%%share/icons/hicolor/16x16/apps/multimedia-volume-control.svg
-share/icons/hicolor/22x22/apps/gnome-sound-recorder.png
-%%PULSE%%share/icons/hicolor/22x22/apps/multimedia-volume-control.png
-%%PULSE%%share/icons/hicolor/22x22/apps/multimedia-volume-control.svg
-share/icons/hicolor/24x24/apps/gnome-sound-recorder.png
-%%PULSE%%share/icons/hicolor/24x24/apps/multimedia-volume-control.png
-share/icons/hicolor/32x32/apps/gnome-sound-recorder.png
-%%PULSE%%share/icons/hicolor/32x32/apps/multimedia-volume-control.png
-%%PULSE%%share/icons/hicolor/32x32/apps/multimedia-volume-control.svg
-share/icons/hicolor/48x48/apps/gnome-sound-recorder.png
-%%PULSE%%share/icons/hicolor/48x48/apps/multimedia-volume-control.png
-share/icons/hicolor/48x48/apps/gstreamer-properties.png
-share/icons/hicolor/scalable/apps/gnome-sound-recorder.svg
-%%PULSE%%share/icons/hicolor/scalable/apps/multimedia-volume-control.svg
-share/locale/af/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/am/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/ar/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/as/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/ast/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/az/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/be/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/be@latin/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/bg/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/bn/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/bn_IN/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/br/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/bs/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/ca/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/ca@valencia/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/cs/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/cy/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/da/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/de/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/dz/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/el/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/en@shaw/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/en_CA/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/en_GB/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/es/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/et/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/eu/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/fa/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/fi/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/fr/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/ga/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/gl/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/gu/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/he/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/hi/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/hr/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/hu/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/id/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/it/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/ja/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/ka/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/kn/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/ko/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/ku/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/lt/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/lv/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/mai/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/mg/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/mk/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/ml/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/mn/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/mr/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/ms/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/nb/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/nds/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/ug/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/uk/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/vi/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/wa/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/xh/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/zh_CN/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/zh_HK/LC_MESSAGES/gnome-media-2.0.mo
-share/locale/zh_TW/LC_MESSAGES/gnome-media-2.0.mo
-share/omf/gnome-audio-profiles/gnome-audio-profiles-C.omf
-share/omf/gnome-audio-profiles/gnome-audio-profiles-da.omf
-share/omf/gnome-audio-profiles/gnome-audio-profiles-de.omf
-share/omf/gnome-audio-profiles/gnome-audio-profiles-el.omf
-share/omf/gnome-audio-profiles/gnome-audio-profiles-es.omf
-share/omf/gnome-audio-profiles/gnome-audio-profiles-fr.omf
-share/omf/gnome-audio-profiles/gnome-audio-profiles-sv.omf
-share/omf/gnome-sound-recorder/gnome-sound-recorder-C.omf
-share/omf/gnome-sound-recorder/gnome-sound-recorder-ca.omf
-share/omf/gnome-sound-recorder/gnome-sound-recorder-cs.omf
-share/omf/gnome-sound-recorder/gnome-sound-recorder-da.omf
-share/omf/gnome-sound-recorder/gnome-sound-recorder-de.omf
-share/omf/gnome-sound-recorder/gnome-sound-recorder-el.omf
-share/omf/gnome-sound-recorder/gnome-sound-recorder-en_GB.omf
-share/omf/gnome-sound-recorder/gnome-sound-recorder-es.omf
-share/omf/gnome-sound-recorder/gnome-sound-recorder-fr.omf
-share/omf/gnome-sound-recorder/gnome-sound-recorder-it.omf
-share/omf/gnome-sound-recorder/gnome-sound-recorder-oc.omf
-share/omf/gnome-sound-recorder/gnome-sound-recorder-ru.omf
-share/omf/gnome-sound-recorder/gnome-sound-recorder-sv.omf
-share/omf/gnome-sound-recorder/gnome-sound-recorder-uk.omf
-share/omf/gnome-sound-recorder/gnome-sound-recorder-zh_CN.omf
-share/omf/gstreamer-properties/gstreamer-properties-C.omf
-share/omf/gstreamer-properties/gstreamer-properties-ca.omf
-share/omf/gstreamer-properties/gstreamer-properties-cs.omf
-share/omf/gstreamer-properties/gstreamer-properties-da.omf
-share/omf/gstreamer-properties/gstreamer-properties-de.omf
-share/omf/gstreamer-properties/gstreamer-properties-el.omf
-share/omf/gstreamer-properties/gstreamer-properties-en_GB.omf
-share/omf/gstreamer-properties/gstreamer-properties-es.omf
-share/omf/gstreamer-properties/gstreamer-properties-fr.omf
-share/omf/gstreamer-properties/gstreamer-properties-it.omf
-share/omf/gstreamer-properties/gstreamer-properties-oc.omf
-share/omf/gstreamer-properties/gstreamer-properties-pt_BR.omf
-share/omf/gstreamer-properties/gstreamer-properties-ru.omf
-share/omf/gstreamer-properties/gstreamer-properties-sv.omf
-share/omf/gstreamer-properties/gstreamer-properties-th.omf
-share/omf/gstreamer-properties/gstreamer-properties-uk.omf
-share/omf/gstreamer-properties/gstreamer-properties-zh_CN.omf
-share/sounds/gnome/default/alerts/bark.ogg
-share/sounds/gnome/default/alerts/drip.ogg
-share/sounds/gnome/default/alerts/glass.ogg
-share/sounds/gnome/default/alerts/sonar.ogg
-@dirrm share/sounds/gnome/default/alerts
-@dirrm share/sounds/gnome/default
-@dirrm share/sounds/gnome
-@dirrm share/omf/gstreamer-properties
-@dirrm share/omf/gnome-sound-recorder
-@dirrm share/omf/gnome-audio-profiles
-@dirrm share/gstreamer-properties/icons
-@dirrm share/gstreamer-properties
-@dirrm share/gnome/help/gstreamer-properties/zh_CN/figures
-@dirrm share/gnome/help/gstreamer-properties/zh_CN
-@dirrm share/gnome/help/gstreamer-properties/uk/figures
-@dirrm share/gnome/help/gstreamer-properties/uk
-@dirrm share/gnome/help/gstreamer-properties/th/figures
-@dirrm share/gnome/help/gstreamer-properties/th
-@dirrm share/gnome/help/gstreamer-properties/sv/figures
-@dirrm share/gnome/help/gstreamer-properties/sv
-@dirrm share/gnome/help/gstreamer-properties/ru/figures
-@dirrm share/gnome/help/gstreamer-properties/ru
-@dirrm share/gnome/help/gstreamer-properties/pt_BR/figures
-@dirrm share/gnome/help/gstreamer-properties/pt_BR
-@dirrm share/gnome/help/gstreamer-properties/oc/figures
-@dirrm share/gnome/help/gstreamer-properties/oc
-@dirrm share/gnome/help/gstreamer-properties/it/figures
-@dirrm share/gnome/help/gstreamer-properties/it
-@dirrm share/gnome/help/gstreamer-properties/fr/figures
-@dirrm share/gnome/help/gstreamer-properties/fr
-@dirrm share/gnome/help/gstreamer-properties/es/figures
-@dirrm share/gnome/help/gstreamer-properties/es
-@dirrm share/gnome/help/gstreamer-properties/en_GB/figures
-@dirrm share/gnome/help/gstreamer-properties/en_GB
-@dirrm share/gnome/help/gstreamer-properties/el/figures
-@dirrm share/gnome/help/gstreamer-properties/el
-@dirrm share/gnome/help/gstreamer-properties/de/figures
-@dirrm share/gnome/help/gstreamer-properties/de
-@dirrm share/gnome/help/gstreamer-properties/da/figures
-@dirrm share/gnome/help/gstreamer-properties/da
-@dirrm share/gnome/help/gstreamer-properties/cs/figures
-@dirrm share/gnome/help/gstreamer-properties/cs
-@dirrm share/gnome/help/gstreamer-properties/ca/figures
-@dirrm share/gnome/help/gstreamer-properties/ca
-@dirrm share/gnome/help/gstreamer-properties/C/figures
-@dirrm share/gnome/help/gstreamer-properties/C
-@dirrm share/gnome/help/gstreamer-properties
-@dirrm share/gnome/help/gnome-sound-recorder/zh_CN/figures
-@dirrm share/gnome/help/gnome-sound-recorder/zh_CN
-@dirrm share/gnome/help/gnome-sound-recorder/uk/figures
-@dirrm share/gnome/help/gnome-sound-recorder/uk
-@dirrm share/gnome/help/gnome-sound-recorder/sv/figures
-@dirrm share/gnome/help/gnome-sound-recorder/sv
-@dirrm share/gnome/help/gnome-sound-recorder/ru/figures
-@dirrm share/gnome/help/gnome-sound-recorder/ru
-@dirrm share/gnome/help/gnome-sound-recorder/oc/figures
-@dirrm share/gnome/help/gnome-sound-recorder/oc
-@dirrm share/gnome/help/gnome-sound-recorder/it/figures
-@dirrm share/gnome/help/gnome-sound-recorder/it
-@dirrm share/gnome/help/gnome-sound-recorder/fr/figures
-@dirrm share/gnome/help/gnome-sound-recorder/fr
-@dirrm share/gnome/help/gnome-sound-recorder/es/figures
-@dirrm share/gnome/help/gnome-sound-recorder/es
-@dirrm share/gnome/help/gnome-sound-recorder/en_GB/figures
-@dirrm share/gnome/help/gnome-sound-recorder/en_GB
-@dirrm share/gnome/help/gnome-sound-recorder/el/figures
-@dirrm share/gnome/help/gnome-sound-recorder/el
-@dirrm share/gnome/help/gnome-sound-recorder/de/figures
-@dirrm share/gnome/help/gnome-sound-recorder/de
-@dirrm share/gnome/help/gnome-sound-recorder/da/figures
-@dirrm share/gnome/help/gnome-sound-recorder/da
-@dirrm share/gnome/help/gnome-sound-recorder/cs/figures
-@dirrm share/gnome/help/gnome-sound-recorder/cs
-@dirrm share/gnome/help/gnome-sound-recorder/ca/figures
-@dirrm share/gnome/help/gnome-sound-recorder/ca
-@dirrm share/gnome/help/gnome-sound-recorder/C/figures
-@dirrm share/gnome/help/gnome-sound-recorder/C
-@dirrm share/gnome/help/gnome-sound-recorder
-@dirrm share/gnome/help/gnome-audio-profiles/sv/figures
-@dirrm share/gnome/help/gnome-audio-profiles/sv
-@dirrm share/gnome/help/gnome-audio-profiles/fr/figures
-@dirrm share/gnome/help/gnome-audio-profiles/fr
-@dirrm share/gnome/help/gnome-audio-profiles/es/figures
-@dirrm share/gnome/help/gnome-audio-profiles/es
-@dirrm share/gnome/help/gnome-audio-profiles/el/figures
-@dirrm share/gnome/help/gnome-audio-profiles/el
-@dirrm share/gnome/help/gnome-audio-profiles/de/figures
-@dirrm share/gnome/help/gnome-audio-profiles/de
-@dirrm share/gnome/help/gnome-audio-profiles/da/figures
-@dirrm share/gnome/help/gnome-audio-profiles/da
-@dirrm share/gnome/help/gnome-audio-profiles/C/figures
-@dirrm share/gnome/help/gnome-audio-profiles/C
-@dirrm share/gnome/help/gnome-audio-profiles
-@dirrm share/gnome-sound-recorder/ui
-@dirrm share/gnome-sound-recorder
-@dirrm %%DATADIR%%/sounds
-%%PULSE%%@dirrm %%DATADIR%%/icons/hicolor/scalable/status
-%%PULSE%%@dirrm %%DATADIR%%/icons/hicolor/scalable
-%%PULSE%%@dirrm %%DATADIR%%/icons/hicolor/48x48/devices
-%%PULSE%%@dirrm %%DATADIR%%/icons/hicolor/48x48
-%%PULSE%%@dirrm %%DATADIR%%/icons/hicolor/32x32/status
-%%PULSE%%@dirrm %%DATADIR%%/icons/hicolor/32x32
-%%PULSE%%@dirrm %%DATADIR%%/icons/hicolor/24x24/status
-%%PULSE%%@dirrm %%DATADIR%%/icons/hicolor/24x24
-%%PULSE%%@dirrm %%DATADIR%%/icons/hicolor/22x22/status
-%%PULSE%%@dirrm %%DATADIR%%/icons/hicolor/22x22
-%%PULSE%%@dirrm %%DATADIR%%/icons/hicolor/16x16/status
-%%PULSE%%@dirrm %%DATADIR%%/icons/hicolor/16x16
-%%PULSE%%@dirrm %%DATADIR%%/icons/hicolor
-%%PULSE%%@dirrm %%DATADIR%%/icons
-@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/ug/LC_MESSAGES
-@dirrmtry share/locale/ug
-@dirrmtry share/locale/te/LC_MESSAGES
-@dirrmtry share/locale/te
-@dirrmtry share/locale/sr@latin/LC_MESSAGES
-@dirrmtry share/locale/sr@latin
-@dirrmtry share/locale/si/LC_MESSAGES
-@dirrmtry share/locale/si
-@dirrmtry share/locale/rw/LC_MESSAGES
-@dirrmtry share/locale/rw
-@dirrmtry share/locale/oc/LC_MESSAGES
-@dirrmtry share/locale/oc
-@dirrmtry share/locale/nds/LC_MESSAGES
-@dirrmtry share/locale/nds
-@dirrmtry share/locale/mr/LC_MESSAGES
-@dirrmtry share/locale/mr
-@dirrmtry share/locale/mg/LC_MESSAGES
-@dirrmtry share/locale/mg
-@dirrmtry share/locale/mai/LC_MESSAGES
-@dirrmtry share/locale/mai
-@dirrmtry share/locale/ku/LC_MESSAGES
-@dirrmtry share/locale/ku
-@dirrmtry share/locale/en@shaw/LC_MESSAGES
-@dirrmtry share/locale/en@shaw
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/ca@valencia/LC_MESSAGES
-@dirrmtry share/locale/ca@valencia
-@dirrmtry share/locale/bn_IN/LC_MESSAGES
-@dirrmtry share/locale/bn_IN
-@dirrmtry share/locale/be@latin/LC_MESSAGES
-@dirrmtry share/locale/be@latin
-@dirrmtry share/locale/ast/LC_MESSAGES
-@dirrmtry share/locale/ast
-@dirrmtry share/locale/as/LC_MESSAGES
-@dirrmtry share/locale/as
diff --git a/databases/libgda4-bdb/Makefile b/databases/libgda4-bdb/Makefile
deleted file mode 100644
index 827507c86..000000000
--- a/databases/libgda4-bdb/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: libgda4-bdb
-# Date created: 28 February 2009
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTREVISION= 0
-CATEGORIES= databases gnome
-PKGNAMESUFFIX= 4-bdb
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Provides Berkeley DB backend for the libgda4 library
-
-MASTERDIR= ${.CURDIR}/../libgda4
-BUILD_WRKSRC= ${WRKSRC}/providers/bdb/
-INSTALL_WRKSRC= ${BUILD_WRKSRC}
-PLIST= ${.CURDIR}/pkg-plist
-
-LIBGDA4_SLAVE= bdb
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/libgda4-bdb/pkg-plist b/databases/libgda4-bdb/pkg-plist
deleted file mode 100644
index c042ec626..000000000
--- a/databases/libgda4-bdb/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-lib/libgda-%%VERSION%%/providers/libgda-bdb.a
-lib/libgda-%%VERSION%%/providers/libgda-bdb.la
-lib/libgda-%%VERSION%%/providers/libgda-bdb.so
-libdata/pkgconfig/libgda-bdb-%%VERSION%%.pc
-share/libgda-%%VERSION%%/bdb_specs_dsn.xml
diff --git a/databases/libgda4-jdbc/Makefile b/databases/libgda4-jdbc/Makefile
deleted file mode 100644
index ff19cd23d..000000000
--- a/databases/libgda4-jdbc/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: libgda4-java
-# Date created: 10 Mar 2009
-# Whom: Koop Mast <kwm@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTREVISION= 0
-CATEGORIES= databases gnome
-PKGNAMESUFFIX= 4-jdbc
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Provides Berkeley DB backend for the libgda4 library
-
-MASTERDIR= ${.CURDIR}/../libgda4
-BUILD_WRKSRC= ${WRKSRC}/providers/jdbc
-INSTALL_WRKSRC= ${BUILD_WRKSRC}
-PLIST= ${.CURDIR}/pkg-plist
-
-LIBGDA4_SLAVE= jdbc
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/libgda4-jdbc/pkg-plist b/databases/libgda4-jdbc/pkg-plist
deleted file mode 100644
index 5022e1453..000000000
--- a/databases/libgda4-jdbc/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-bin/gda-list-jdbc-providers-%%VERSION%%
-lib/libgda-%%VERSION%%/providers/gdaprovider-%%VERSION%%.jar
-lib/libgda-%%VERSION%%/providers/libgda-jdbc.a
-lib/libgda-%%VERSION%%/providers/libgda-jdbc.la
-lib/libgda-%%VERSION%%/providers/libgda-jdbc.so
-libdata/pkgconfig/libgda-jdbc-%%VERSION%%.pc
-share/libgda-%%VERSION%%/jdbc_specs_create_table.xml
-share/libgda-%%VERSION%%/jdbc_specs_dsn.xml
diff --git a/databases/libgda4-ldap/Makefile b/databases/libgda4-ldap/Makefile
deleted file mode 100644
index 0be0245a0..000000000
--- a/databases/libgda4-ldap/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: ports/databases/libgda4-ldap/Makefile,v 1.2 2011/10/13 13:29:49 kwm Exp $
-#
-
-PORTREVISION= 0
-CATEGORIES= databases gnome
-PKGNAMESUFFIX= 4-ldap
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Provides ldap access for the libgda4 library
-
-MASTERDIR= ${.CURDIR}/../libgda4
-BUILD_WRKSRC= ${WRKSRC}/providers/ldap/
-INSTALL_WRKSRC= ${BUILD_WRKSRC}
-PLIST= ${.CURDIR}/pkg-plist
-
-LIBGDA4_SLAVE= ldap
-
-.include "${MASTERDIR}/Makefile"
diff --git a/databases/libgda4-ldap/pkg-plist b/databases/libgda4-ldap/pkg-plist
deleted file mode 100644
index a7e51a268..000000000
--- a/databases/libgda4-ldap/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-lib/libgda-%%VERSION%%/providers/libgda-ldap.a
-lib/libgda-%%VERSION%%/providers/libgda-ldap.la
-lib/libgda-%%VERSION%%/providers/libgda-ldap.so
-libdata/pkgconfig/libgda-ldap-%%VERSION%%.pc
-share/libgda-%%VERSION%%/ldap_specs_auth.xml
-share/libgda-%%VERSION%%/ldap_specs_dsn.xml
diff --git a/databases/libgda4-mdb/Makefile b/databases/libgda4-mdb/Makefile
deleted file mode 100644
index c04cbd58c..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: ports/databases/libgda4-mdb/Makefile,v 1.4 2011/10/15 15:18:36 kwm Exp $
-#
-
-PORTREVISION= 0
-CATEGORIES= databases gnome
-PKGNAMESUFFIX= 4-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 23b4db52b..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: ports/databases/libgda4-mysql/Makefile,v 1.6 2011/10/13 13:29:49 kwm Exp $
-#
-
-PORTREVISION= 0
-CATEGORIES= databases gnome
-PKGNAMESUFFIX= 4-mysql
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Provides mysql backend for the libgda4 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 b5ff48b6f..000000000
--- a/databases/libgda4-mysql/pkg-plist
+++ /dev/null
@@ -1,18 +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_comment_table.xml
-share/libgda-%%VERSION%%/mysql_specs_comment_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 d121f9122..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: ports/databases/libgda4-postgresql/Makefile,v 1.6 2011/10/15 15:18:36 kwm Exp $
-#
-
-PORTREVISION= 0
-CATEGORIES= databases gnome
-PKGNAMESUFFIX= 4-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 02ae080c9..000000000
--- a/databases/libgda4-postgresql/pkg-plist
+++ /dev/null
@@ -1,20 +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_role.xml
-share/libgda-%%VERSION%%/postgres_specs_create_table.xml
-share/libgda-%%VERSION%%/postgres_specs_create_user.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_role.xml
-share/libgda-%%VERSION%%/postgres_specs_drop_table.xml
-share/libgda-%%VERSION%%/postgres_specs_drop_user.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/Makefile b/databases/libgda4/Makefile
deleted file mode 100644
index 89b61a681..000000000
--- a/databases/libgda4/Makefile
+++ /dev/null
@@ -1,159 +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.26 2011/12/17 17:59:32 kwm Exp $
-#
-
-PORTNAME= libgda
-PORTVERSION= 4.2.12
-PORTREVISION?= 0
-CATEGORIES= databases gnome
-MASTER_SITES= GNOME
-PKGNAMESUFFIX?= 4
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT?= Provides uniform access to different kinds of data sources
-
-CONFLICTS= libgda5-ui-[0-9]*
-
-USE_XZ= yes
-LIBGDA4_SLAVE?= no
-
-.if !defined(REFERENCE_PORT)
-
-BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-LIB_DEPENDS= gcrypt.18:${PORTSDIR}/security/libgcrypt \
- soup-2.4.1:${PORTSDIR}/devel/libsoup \
- json-glib-1.0.0:${PORTSDIR}/devel/json-glib
-RUN_DEPENDS= ${LOCALBASE}/lib/girepository-1.0/GObject-2.0.typelib:${PORTSDIR}/devel/gobject-introspection
-
-USE_AUTOTOOLS= libtool
-USE_GETTEXT= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack glib20 libxslt intlhack referencehack
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-MAKE_JOBS_UNSAFE=yes
-CONFIGURE_ARGS= --without-oracle \
- --disable-crypto \
- --enable-introspection
-CPPFLAGS+= -I${LOCALBASE}/include
-LDDFLAGS+= -L${LOCALBASE}/lib
-
-.if ${LIBGDA4_SLAVE}=="no"
-OPTIONS= UI "Build UI tools" on
-.endif
-
-.include <bsd.port.options.mk>
-
-VERSION= 4.0
-PLIST_SUB= VERSION=${VERSION}
-
-.if defined(WITH_UI)
-INSTALLS_ICONS= yes
-.endif
-
-.if ${LIBGDA4_SLAVE}=="no"
-.if defined(WITH_UI)
-CONFIGURE_ARGS+=--with-ui
-BUILD_DEPENDS+= xml2po:${PORTSDIR}/textproc/gnome-doc-utils
-USE_GNOME+= gtk20
-PLIST_SUB+= UI=""
-.else
-CONFIGURE_ARGS+=--without-ui
-PLIST_SUB+= UI="@comment "
-.endif
-
-MAN1= gda-sql.1 gda-sql-4.0.1
-.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}=="ldap"
-USE_OPENLDAP= yes
-CONFIGURE_ARGS+= --with-ldap=${LOCALBASE}
-.else
-CONFIGURE_ARGS+= --without-ldap
-.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
-
-# 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}=="jdbc"
-USE_JAVA= yes
-JAVA_VENDOR= bsdjava openjdk
-.else
-CONFIGURE_ARGS+= --without-java
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|-ldl||g' \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|"db.h|"db${BDB_VER}/db.h|g' \
- -e 's|ldb47|l${BDB_LIB_NAME}|g' \
- -e 's|ldb|l${BDB_LIB_NAME}|g' \
- -e 's|libdb|lib${BDB_LIB_NAME}|g' \
- ${WRKSRC}/configure
- @${REINPLACE_CMD} -e 's|<db\.h>|<db${BDB_VER}/db.h>|' \
- ${WRKSRC}/providers/bdb/gda-bdb-provider.c \
- ${WRKSRC}/providers/bdb/gda-bdb-test.c
-.if ${LIBGDA4_SLAVE}!="no"
-#. for d in msql firebird odbc freetds mdb ldap mysql sqlite postgres
-. for d in bdb jdbc mdb mysql postgres reuseable/postgres reuseable/mysql ldap
- @${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
-
-pre-build:
-.if ${LIBGDA4_SLAVE}=="postgresql"
- cd ${WRKSRC}/providers/reuseable/postgres && ${GMAKE} libgda-postgres.la
-.endif
-
-.if ${LIBGDA4_SLAVE}=="mysql"
- cd ${WRKSRC}/providers/reuseable/mysql && ${GMAKE} libgda-mysql.la
-.endif
-
-.if ${LIBGDA4_SLAVE}=="no"
-post-install:
- ${INSTALL_DATA} ${WRKSRC}/data/config \
- ${PREFIX}/etc/libgda-${VERSION}/config.default
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if ${LIBGDA4_SLAVE}=="jdbc" && ${OSVERSION} < 800000
-BROKEN= does not compile on 7.x
-.endif
-
-.include <bsd.port.post.mk>
-.endif
diff --git a/databases/libgda4/distinfo b/databases/libgda4/distinfo
deleted file mode 100644
index 29a193aaa..000000000
--- a/databases/libgda4/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gnome2/libgda-4.2.12.tar.xz) = 636c17d0a7380d77eb89c19426dc62580f900a86b9dd93cb0b03210ff77769f9
-SIZE (gnome2/libgda-4.2.12.tar.xz) = 11238088
diff --git a/databases/libgda4/files/patch-configure b/databases/libgda4/files/patch-configure
deleted file mode 100644
index ab25d332c..000000000
--- a/databases/libgda4/files/patch-configure
+++ /dev/null
@@ -1,47 +0,0 @@
---- configure.orig 2010-11-28 20:28:23.000000000 -0500
-+++ configure 2010-11-28 20:28:54.000000000 -0500
-@@ -19487,9 +19487,9 @@ $as_echo_n "checking if gobject-introspe
- INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
- INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
- INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
-- INTROSPECTION_GIRDIR=${INTROSPECTION_GIRDIR/$datadir/\$(datadir)}
-+ INTROSPECTION_GIRDIR=`echo ${INTROSPECTION_GIRDIR} | sed -e "s|${datadir}|\\\$(datadir)|"`
- INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
-- INTROSPECTION_TYPELIBDIR=${INTROSPECTION_TYPELIBDIR/$libdir/\$(libdir)}
-+ INTROSPECTION_TYPELIBDIR=`echo ${INTROSPECTION_TYPELIBDIR} | sed -e "s|${libdir}|\\\$(libdir)|"`
- INTROSPECTION_CFLAGS=`$PKG_CONFIG --cflags gobject-introspection-1.0`
- INTROSPECTION_LIBS=`$PKG_CONFIG --libs gobject-introspection-1.0`
- INTROSPECTION_MAKEFILE=$introspection_makefile
-@@ -19589,14 +19589,14 @@ fi
-
- if test "$enable_crypto" = "yes"
- then
-- as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5
-+# as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5
- fi
- elif test $pkg_failed = untried; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
- $as_echo "no" >&6; }
- if test "$enable_crypto" = "yes"
- then
-- as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5
-+# as_fn_error $? "libcrypto support requested but not found" "$LINENO" 5
- fi
- else
- LIBCRYPTO_CFLAGS=$pkg_cv_LIBCRYPTO_CFLAGS
-@@ -21776,6 +21776,15 @@ $as_echo "#define MDB_BIND_COLUMN_FOUR_A
- fi
- CFLAGS="$save_CFLAGS"
- fi
-+ else
-+ if false; then
-+ MDB_TRUE=
-+ MDB_FALSE='#'
-+else
-+ MDB_TRUE='#'
-+ MDB_FALSE=
-+fi
-+
- fi
-
- if test "$mdbtools_found" = "yes"; then
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 7c6b5e120..000000000
--- a/databases/libgda4/pkg-plist
+++ /dev/null
@@ -1,1097 +0,0 @@
-bin/gda-list-config-%%VERSION%%
-%%UI%%bin/gda-browser-%%VERSION%%
-%%UI%%bin/gda-control-center-%%VERSION%%
-bin/gda-list-config
-bin/gda-list-server-op
-bin/gda-list-server-op-%%VERSION%%
-bin/gda-sql
-bin/gda-sql-%%VERSION%%
-bin/gda-test-connection-%%VERSION%%
-%%UI%%bin/gdaui-demo-%%VERSION%%
-@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
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-basic-form.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-cloud.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-combo.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-cell-renderer-util.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-entry.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-filter.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-proxy-info.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-proxy.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-selector.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-data-store.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-decl.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-easy.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-entry-shell.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-entry-wrapper.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-enum-types.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-enums.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-form.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-grid.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-login.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-plugin.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-provider-selector.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-raw-form.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-raw-grid.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-rt-editor.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-server-operation.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/gdaui-tree-store.h
-%%UI%%include/libgda-%%VERSION%%/libgda-ui/libgda-ui.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-repetitive-statement.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-sql-builder.h
-include/libgda-%%VERSION%%/libgda/gda-statement-extra.h
-include/libgda-%%VERSION%%/libgda/gda-statement.h
-include/libgda-%%VERSION%%/libgda/gda-tree-manager.h
-include/libgda-%%VERSION%%/libgda/gda-tree-mgr-columns.h
-include/libgda-%%VERSION%%/libgda/gda-tree-mgr-label.h
-include/libgda-%%VERSION%%/libgda/gda-tree-mgr-schemas.h
-include/libgda-%%VERSION%%/libgda/gda-tree-mgr-select.h
-include/libgda-%%VERSION%%/libgda/gda-tree-mgr-tables.h
-include/libgda-%%VERSION%%/libgda/gda-tree-node.h
-include/libgda-%%VERSION%%/libgda/gda-tree.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/libgda-global-variables.h
-include/libgda-%%VERSION%%/libgda/providers-support/gda-data-select-priv.h
-include/libgda-%%VERSION%%/libgda/providers-support/gda-meta-column-types.h
-include/libgda-%%VERSION%%/libgda/providers-support/gda-pstmt.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-sql-parser-enum-types.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-sql-parser.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-sql-statement.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-compound.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-decl.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-delete.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-insert.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-parts.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-pspec.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-select.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-trans.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-unknown.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-update.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct-util.h
-include/libgda-%%VERSION%%/libgda/sql-parser/gda-statement-struct.h
-include/libgda-%%VERSION%%/libgda/sqlite/gda-sqlite-provider.h
-include/libgda-%%VERSION%%/libgda/thread-wrapper/gda-thread-wrapper.h
-include/libgda-%%VERSION%%/libgda/virtual/gda-vconnection-data-model.h
-include/libgda-%%VERSION%%/libgda/virtual/gda-vconnection-hub.h
-include/libgda-%%VERSION%%/libgda/virtual/gda-virtual-connection.h
-include/libgda-%%VERSION%%/libgda/virtual/gda-virtual-provider.h
-include/libgda-%%VERSION%%/libgda/virtual/gda-vprovider-data-model.h
-include/libgda-%%VERSION%%/libgda/virtual/gda-vprovider-hub.h
-include/libgda-%%VERSION%%/libgda/virtual/libgda-virtual.h
-lib/girepository-1.0/Gda-%%VERSION%%.typelib
-%%UI%%lib/girepository-1.0/Gdaui-%%VERSION%%.typelib
-lib/libgda-%%VERSION%%.a
-lib/libgda-%%VERSION%%.la
-lib/libgda-%%VERSION%%.so
-lib/libgda-%%VERSION%%.so.5
-%%UI%%lib/libgda-%%VERSION%%/plugins/gdaui-entry-filesel-spec.xml
-%%UI%%lib/libgda-%%VERSION%%/plugins/gdaui-entry-password.xml
-%%UI%%lib/libgda-%%VERSION%%/plugins/gdaui-entry-pict-spec.xml
-%%UI%%lib/libgda-%%VERSION%%/plugins/gdaui-entry-pict-spec_string.xml
-%%UI%%lib/libgda-%%VERSION%%/plugins/gdaui-entry-text-spec.xml
-%%UI%%lib/libgda-%%VERSION%%/plugins/libgda-ui-plugins.a
-%%UI%%lib/libgda-%%VERSION%%/plugins/libgda-ui-plugins.la
-%%UI%%lib/libgda-%%VERSION%%/plugins/libgda-ui-plugins.so
-lib/libgda-%%VERSION%%/providers/libgda-web.a
-lib/libgda-%%VERSION%%/providers/libgda-web.la
-lib/libgda-%%VERSION%%/providers/libgda-web.so
-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.5
-%%UI%%lib/libgda-ui-%%VERSION%%.a
-%%UI%%lib/libgda-ui-%%VERSION%%.la
-%%UI%%lib/libgda-ui-%%VERSION%%.so
-%%UI%%lib/libgda-ui-%%VERSION%%.so.5
-lib/libgda-xslt-%%VERSION%%.a
-lib/libgda-xslt-%%VERSION%%.la
-lib/libgda-xslt-%%VERSION%%.so
-lib/libgda-xslt-%%VERSION%%.so.5
-libdata/pkgconfig/libgda-%%VERSION%%.pc
-libdata/pkgconfig/libgda-report-%%VERSION%%.pc
-libdata/pkgconfig/libgda-sqlite-%%VERSION%%.pc
-%%UI%%libdata/pkgconfig/libgda-ui-%%VERSION%%.pc
-libdata/pkgconfig/libgda-web-%%VERSION%%.pc
-libdata/pkgconfig/libgda-xslt-%%VERSION%%.pc
-%%UI%%share/applications/gda-browser-%%VERSION%%.desktop
-%%UI%%share/applications/gda-control-center-%%VERSION%%.desktop
-%%UI%%share/doc/gda-browser/UILayout.png
-%%UI%%share/doc/gda-browser/code_orga.html
-%%UI%%share/doc/gda-browser/core.html
-%%UI%%share/doc/gda-browser/extrawidgets.html
-%%UI%%share/doc/gda-browser/fdl-section1.html
-%%UI%%share/doc/gda-browser/fdl-section10.html
-%%UI%%share/doc/gda-browser/fdl-section2.html
-%%UI%%share/doc/gda-browser/fdl-section3.html
-%%UI%%share/doc/gda-browser/fdl-section4.html
-%%UI%%share/doc/gda-browser/fdl-section5.html
-%%UI%%share/doc/gda-browser/fdl-section6.html
-%%UI%%share/doc/gda-browser/fdl-section7.html
-%%UI%%share/doc/gda-browser/fdl-section8.html
-%%UI%%share/doc/gda-browser/fdl-section9.html
-%%UI%%share/doc/gda-browser/fdl-using.html
-%%UI%%share/doc/gda-browser/fdl.html
-%%UI%%share/doc/gda-browser/gda-browser-Support-functions.html
-%%UI%%share/doc/gda-browser/gda-browser-browser-connection.html
-%%UI%%share/doc/gda-browser/gda-browser-browser-core.html
-%%UI%%share/doc/gda-browser/gda-browser-browser-favorites.html
-%%UI%%share/doc/gda-browser/gda-browser-browser-page.html
-%%UI%%share/doc/gda-browser/gda-browser-browser-perspective.html
-%%UI%%share/doc/gda-browser/gda-browser-browser-window.html
-%%UI%%share/doc/gda-browser/gda-browser-cc-gray-bar.html
-%%UI%%share/doc/gda-browser/gda-browser-data-manager-perspective.html
-%%UI%%share/doc/gda-browser/gda-browser-mgr-favorites.html
-%%UI%%share/doc/gda-browser/gda-browser-popup-container.html
-%%UI%%share/doc/gda-browser/gda-browser-query-exec-perspective.html
-%%UI%%share/doc/gda-browser/gda-browser-schema-browser-perspective.html
-%%UI%%share/doc/gda-browser/gda-browser-ui-formgrid.html
-%%UI%%share/doc/gda-browser/gda-browser.devhelp2
-%%UI%%share/doc/gda-browser/home.png
-%%UI%%share/doc/gda-browser/index.html
-%%UI%%share/doc/gda-browser/index.sgml
-%%UI%%share/doc/gda-browser/left.png
-%%UI%%share/doc/gda-browser/part_api.html
-%%UI%%share/doc/gda-browser/part_begin.html
-%%UI%%share/doc/gda-browser/part_index.html
-%%UI%%share/doc/gda-browser/perspectives.html
-%%UI%%share/doc/gda-browser/prog_struct.html
-%%UI%%share/doc/gda-browser/right.png
-%%UI%%share/doc/gda-browser/style.css
-%%UI%%share/doc/gda-browser/up.png
-%%UI%%share/doc/gda-browser/why.html
-%%UI%%share/doc/gda-browser/windows.html
-share/doc/libgda-%%VERSION%%/DataModels.png
-share/doc/libgda-%%VERSION%%/GdaBatch.html
-share/doc/libgda-%%VERSION%%/GdaBlobOp.html
-share/doc/libgda-%%VERSION%%/GdaColumn.html
-share/doc/libgda-%%VERSION%%/GdaConnection.html
-share/doc/libgda-%%VERSION%%/GdaConnectionEvent.html
-share/doc/libgda-%%VERSION%%/GdaDataAccessWrapper.html
-share/doc/libgda-%%VERSION%%/GdaDataModel.html
-share/doc/libgda-%%VERSION%%/GdaDataModelArray.html
-share/doc/libgda-%%VERSION%%/GdaDataModelBdb.html
-share/doc/libgda-%%VERSION%%/GdaDataModelDir.html
-share/doc/libgda-%%VERSION%%/GdaDataModelImport.html
-share/doc/libgda-%%VERSION%%/GdaDataModelIter.html
-share/doc/libgda-%%VERSION%%/GdaDataModelIter.png
-share/doc/libgda-%%VERSION%%/GdaDataProxy.html
-share/doc/libgda-%%VERSION%%/GdaDataSelect.html
-share/doc/libgda-%%VERSION%%/GdaHandlerBin.html
-share/doc/libgda-%%VERSION%%/GdaHandlerBoolean.html
-share/doc/libgda-%%VERSION%%/GdaHandlerNumerical.html
-share/doc/libgda-%%VERSION%%/GdaHandlerString.html
-share/doc/libgda-%%VERSION%%/GdaHandlerTime.html
-share/doc/libgda-%%VERSION%%/GdaHandlerType.html
-share/doc/libgda-%%VERSION%%/GdaHolder.html
-share/doc/libgda-%%VERSION%%/GdaLockable.html
-share/doc/libgda-%%VERSION%%/GdaMetaStore.html
-share/doc/libgda-%%VERSION%%/GdaMetaStoreCustomData.html
-share/doc/libgda-%%VERSION%%/GdaMetaStruct.html
-share/doc/libgda-%%VERSION%%/GdaPStmt.html
-share/doc/libgda-%%VERSION%%/GdaReportDocbookDocument.html
-share/doc/libgda-%%VERSION%%/GdaReportDocument.html
-share/doc/libgda-%%VERSION%%/GdaReportEngine.html
-share/doc/libgda-%%VERSION%%/GdaReportRmlDocument.html
-share/doc/libgda-%%VERSION%%/GdaRow.html
-share/doc/libgda-%%VERSION%%/GdaServerOperation.html
-share/doc/libgda-%%VERSION%%/GdaServerProvider.html
-share/doc/libgda-%%VERSION%%/GdaSet.html
-share/doc/libgda-%%VERSION%%/GdaSqlBuilder.html
-share/doc/libgda-%%VERSION%%/GdaSqlParser.html
-share/doc/libgda-%%VERSION%%/GdaStatement.html
-share/doc/libgda-%%VERSION%%/GdaStatement.png
-share/doc/libgda-%%VERSION%%/GdaThreadWrapper.html
-share/doc/libgda-%%VERSION%%/GdaTransactionStatus.html
-share/doc/libgda-%%VERSION%%/GdaTree.html
-share/doc/libgda-%%VERSION%%/GdaTreeManager.html
-share/doc/libgda-%%VERSION%%/GdaTreeMgrColumns.html
-share/doc/libgda-%%VERSION%%/GdaTreeMgrLabel.html
-share/doc/libgda-%%VERSION%%/GdaTreeMgrSchemas.html
-share/doc/libgda-%%VERSION%%/GdaTreeMgrSelect.html
-share/doc/libgda-%%VERSION%%/GdaTreeMgrTables.html
-share/doc/libgda-%%VERSION%%/GdaTreeNode.html
-share/doc/libgda-%%VERSION%%/GdaVconnectionDataModel.html
-share/doc/libgda-%%VERSION%%/GdaVconnectionHub.html
-share/doc/libgda-%%VERSION%%/GdaVirtualConnection.html
-share/doc/libgda-%%VERSION%%/GdaVirtualProvider.html
-share/doc/libgda-%%VERSION%%/GdaVproviderDataModel.html
-share/doc/libgda-%%VERSION%%/GdaVproviderHub.html
-share/doc/libgda-%%VERSION%%/GdauiBasicForm.html
-share/doc/libgda-%%VERSION%%/GdauiCloud.html
-share/doc/libgda-%%VERSION%%/GdauiCombo.html
-share/doc/libgda-%%VERSION%%/GdauiDataEntry.html
-share/doc/libgda-%%VERSION%%/GdauiDataFilter.html
-share/doc/libgda-%%VERSION%%/GdauiDataProxy.html
-share/doc/libgda-%%VERSION%%/GdauiDataProxyInfo.html
-share/doc/libgda-%%VERSION%%/GdauiDataSelector.html
-share/doc/libgda-%%VERSION%%/GdauiDataStore.html
-share/doc/libgda-%%VERSION%%/GdauiForm.html
-share/doc/libgda-%%VERSION%%/GdauiGrid.html
-share/doc/libgda-%%VERSION%%/GdauiLogin.html
-share/doc/libgda-%%VERSION%%/GdauiProviderSelector.html
-share/doc/libgda-%%VERSION%%/GdauiRawForm.html
-share/doc/libgda-%%VERSION%%/GdauiRawGrid.html
-share/doc/libgda-%%VERSION%%/GdauiRtEditor.html
-share/doc/libgda-%%VERSION%%/GdauiServerOperation.html
-share/doc/libgda-%%VERSION%%/GdauiTreeStore.html
-share/doc/libgda-%%VERSION%%/MetaStore1.png
-share/doc/libgda-%%VERSION%%/MetaStore2.png
-share/doc/libgda-%%VERSION%%/SqlIdentifiers.png
-share/doc/libgda-%%VERSION%%/architecture.html
-share/doc/libgda-%%VERSION%%/architecture.png
-share/doc/libgda-%%VERSION%%/blobs_example.html
-share/doc/libgda-%%VERSION%%/ch04.html
-share/doc/libgda-%%VERSION%%/ch06s03.html
-share/doc/libgda-%%VERSION%%/ch07s02.html
-share/doc/libgda-%%VERSION%%/ch07s03.html
-share/doc/libgda-%%VERSION%%/ch08s02.html
-share/doc/libgda-%%VERSION%%/ch08s03.html
-share/doc/libgda-%%VERSION%%/ch08s07.html
-share/doc/libgda-%%VERSION%%/ch11s02.html
-share/doc/libgda-%%VERSION%%/ch11s07.html
-share/doc/libgda-%%VERSION%%/ch11s08.html
-share/doc/libgda-%%VERSION%%/ch11s11.html
-share/doc/libgda-%%VERSION%%/ch11s12.html
-share/doc/libgda-%%VERSION%%/ch11s13.html
-share/doc/libgda-%%VERSION%%/ch12.html
-share/doc/libgda-%%VERSION%%/ch20.html
-share/doc/libgda-%%VERSION%%/ch21.html
-share/doc/libgda-%%VERSION%%/ch32.html
-share/doc/libgda-%%VERSION%%/ch35.html
-share/doc/libgda-%%VERSION%%/ch36s02.html
-share/doc/libgda-%%VERSION%%/ch36s03.html
-share/doc/libgda-%%VERSION%%/ch38s02.html
-share/doc/libgda-%%VERSION%%/ch39s02.html
-share/doc/libgda-%%VERSION%%/ch39s03.html
-share/doc/libgda-%%VERSION%%/ch39s04.html
-share/doc/libgda-%%VERSION%%/ch41s02.html
-share/doc/libgda-%%VERSION%%/ch41s03.html
-share/doc/libgda-%%VERSION%%/ch41s04.html
-share/doc/libgda-%%VERSION%%/ch41s05.html
-share/doc/libgda-%%VERSION%%/ch41s06.html
-share/doc/libgda-%%VERSION%%/ch41s07.html
-share/doc/libgda-%%VERSION%%/ch41s08.html
-share/doc/libgda-%%VERSION%%/ch41s10.html
-share/doc/libgda-%%VERSION%%/ch44s02.html
-share/doc/libgda-%%VERSION%%/ch46s02.html
-share/doc/libgda-%%VERSION%%/ch46s03.html
-share/doc/libgda-%%VERSION%%/ch46s04.html
-share/doc/libgda-%%VERSION%%/ch46s05.html
-share/doc/libgda-%%VERSION%%/ch46s06.html
-share/doc/libgda-%%VERSION%%/ch46s07.html
-share/doc/libgda-%%VERSION%%/ch46s08.html
-share/doc/libgda-%%VERSION%%/ch47s02.html
-share/doc/libgda-%%VERSION%%/ch47s03.html
-share/doc/libgda-%%VERSION%%/ch47s04.html
-share/doc/libgda-%%VERSION%%/ch47s05.html
-share/doc/libgda-%%VERSION%%/compiling.html
-share/doc/libgda-%%VERSION%%/connection.html
-share/doc/libgda-%%VERSION%%/connections.html
-share/doc/libgda-%%VERSION%%/data-model.html
-share/doc/libgda-%%VERSION%%/data-select.html
-share/doc/libgda-%%VERSION%%/data_conv.html
-share/doc/libgda-%%VERSION%%/data_models.html
-share/doc/libgda-%%VERSION%%/data_proxy1.png
-share/doc/libgda-%%VERSION%%/data_proxy2.png
-share/doc/libgda-%%VERSION%%/data_proxy3.png
-share/doc/libgda-%%VERSION%%/data_proxy4.png
-share/doc/libgda-%%VERSION%%/data_proxy5.png
-share/doc/libgda-%%VERSION%%/data_validation_holder.png
-share/doc/libgda-%%VERSION%%/data_validation_proxy.png
-share/doc/libgda-%%VERSION%%/data_validation_set.png
-share/doc/libgda-%%VERSION%%/ddl_example.html
-share/doc/libgda-%%VERSION%%/fdl-section1.html
-share/doc/libgda-%%VERSION%%/fdl-section10.html
-share/doc/libgda-%%VERSION%%/fdl-section2.html
-share/doc/libgda-%%VERSION%%/fdl-section3.html
-share/doc/libgda-%%VERSION%%/fdl-section4.html
-share/doc/libgda-%%VERSION%%/fdl-section5.html
-share/doc/libgda-%%VERSION%%/fdl-section6.html
-share/doc/libgda-%%VERSION%%/fdl-section7.html
-share/doc/libgda-%%VERSION%%/fdl-section8.html
-share/doc/libgda-%%VERSION%%/fdl-section9.html
-share/doc/libgda-%%VERSION%%/fdl-using.html
-share/doc/libgda-%%VERSION%%/fdl.html
-share/doc/libgda-%%VERSION%%/features.html
-share/doc/libgda-%%VERSION%%/gda-dict.html
-share/doc/libgda-%%VERSION%%/gda-sql-graph.png
-share/doc/libgda-%%VERSION%%/gda-sql-manual-dsn.html
-share/doc/libgda-%%VERSION%%/gda-sql-manual-icommands.html
-share/doc/libgda-%%VERSION%%/gda-sql-manual-open.html
-share/doc/libgda-%%VERSION%%/gda-sql-manual-run.html
-share/doc/libgda-%%VERSION%%/gda-sql.html
-share/doc/libgda-%%VERSION%%/gen:sql_identifiers.html
-share/doc/libgda-%%VERSION%%/gen_blobs.html
-share/doc/libgda-%%VERSION%%/getting_started.html
-share/doc/libgda-%%VERSION%%/home.png
-share/doc/libgda-%%VERSION%%/howto-exec-non-select.html
-share/doc/libgda-%%VERSION%%/howto-exec-select.html
-share/doc/libgda-%%VERSION%%/howto-exec.png
-share/doc/libgda-%%VERSION%%/howto-meta1.html
-share/doc/libgda-%%VERSION%%/howto-meta2.html
-share/doc/libgda-%%VERSION%%/howto-modify-select.html
-share/doc/libgda-%%VERSION%%/howto-sqlbuilder.html
-share/doc/libgda-%%VERSION%%/howto.html
-share/doc/libgda-%%VERSION%%/i_s_data_types.png
-share/doc/libgda-%%VERSION%%/index-4-2-1.html
-share/doc/libgda-%%VERSION%%/index-4-2-10.html
-share/doc/libgda-%%VERSION%%/index-4-2-2.html
-share/doc/libgda-%%VERSION%%/index-4-2-3.html
-share/doc/libgda-%%VERSION%%/index-4-2-4.html
-share/doc/libgda-%%VERSION%%/index-4-2-5.html
-share/doc/libgda-%%VERSION%%/index-4-2-6.html
-share/doc/libgda-%%VERSION%%/index-4-2-7.html
-share/doc/libgda-%%VERSION%%/index-4-2-8.html
-share/doc/libgda-%%VERSION%%/index-4-2-9.html
-share/doc/libgda-%%VERSION%%/index-4-2.html
-share/doc/libgda-%%VERSION%%/index-deprecated.html
-share/doc/libgda-%%VERSION%%/index.html
-share/doc/libgda-%%VERSION%%/index.sgml
-share/doc/libgda-%%VERSION%%/index_main.html
-share/doc/libgda-%%VERSION%%/information_schema.html
-share/doc/libgda-%%VERSION%%/information_schema.png
-share/doc/libgda-%%VERSION%%/init_config.html
-share/doc/libgda-%%VERSION%%/installation-configuring.html
-share/doc/libgda-%%VERSION%%/installation-installing.html
-share/doc/libgda-%%VERSION%%/installation.html
-share/doc/libgda-%%VERSION%%/introduction.html
-share/doc/libgda-%%VERSION%%/left.png
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Attributes-manager.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Configuration.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Convenience-functions.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Default-Data-handlers.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Gda-Value.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaDataComparator.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaMutex.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaRepetitiveStatement.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaServerOperation-individual-nodes.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaServerOperation-sequences.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaSqlStatement.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-GdaXaTransaction.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Libgda-Initialization.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-LibgdaUI-Initialization.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Logging.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Misc-API.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Quark-lists.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-SQL-rendering-API.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Subclassing-GdaDataSelect.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-UI-Utility-functions.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-UI-plugins.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%-Utility-functions.html
-share/doc/libgda-%%VERSION%%/libgda-%%VERSION%%.devhelp2
-share/doc/libgda-%%VERSION%%/libgda-list-server-op.html
-share/doc/libgda-%%VERSION%%/libgda-packaging.html
-share/doc/libgda-%%VERSION%%/libgda-provider-blobop.html
-share/doc/libgda-%%VERSION%%/libgda-provider-class.html
-share/doc/libgda-%%VERSION%%/libgda-provider-pack.html
-share/doc/libgda-%%VERSION%%/libgda-provider-parser.html
-share/doc/libgda-%%VERSION%%/libgda-provider-recordset.html
-share/doc/libgda-%%VERSION%%/libgda-reports-introduction.html
-share/doc/libgda-%%VERSION%%/libgda-sql.html
-share/doc/libgda-%%VERSION%%/libgda-tools-controlcenter.html
-share/doc/libgda-%%VERSION%%/libgda-tools-gdabrowser.html
-share/doc/libgda-%%VERSION%%/libgda-tools-introduction.html
-share/doc/libgda-%%VERSION%%/libgda-tools-list-config.html
-share/doc/libgda-%%VERSION%%/libgda-tools-test-connection.html
-share/doc/libgda-%%VERSION%%/libgda-xslt-api.html
-share/doc/libgda-%%VERSION%%/libgda-xslt-introduction.html
-share/doc/libgda-%%VERSION%%/libgdaui-packaging.html
-share/doc/libgda-%%VERSION%%/limitations.html
-share/doc/libgda-%%VERSION%%/limitations_jdbc.html
-share/doc/libgda-%%VERSION%%/limitations_ldap.html
-share/doc/libgda-%%VERSION%%/limitations_mysql.html
-share/doc/libgda-%%VERSION%%/limitations_oracle.html
-share/doc/libgda-%%VERSION%%/limitations_postgres.html
-share/doc/libgda-%%VERSION%%/limitations_sqlcipher.html
-share/doc/libgda-%%VERSION%%/limitations_sqlite.html
-share/doc/libgda-%%VERSION%%/main_example.html
-share/doc/libgda-%%VERSION%%/managing-errors.html
-share/doc/libgda-%%VERSION%%/migration-1.html
-share/doc/libgda-%%VERSION%%/migration-2-dict.html
-share/doc/libgda-%%VERSION%%/migration-2-exec.html
-share/doc/libgda-%%VERSION%%/migration-2-report.html
-share/doc/libgda-%%VERSION%%/migration-2.html
-share/doc/libgda-%%VERSION%%/misc.html
-share/doc/libgda-%%VERSION%%/multi-threading.html
-share/doc/libgda-%%VERSION%%/null_handling.html
-share/doc/libgda-%%VERSION%%/other_examples.html
-share/doc/libgda-%%VERSION%%/parser_gen.png
-share/doc/libgda-%%VERSION%%/parser_prov.png
-share/doc/libgda-%%VERSION%%/part_begin.html
-share/doc/libgda-%%VERSION%%/part_index.html
-share/doc/libgda-%%VERSION%%/part_libgda-reports.html
-share/doc/libgda-%%VERSION%%/part_libgda-xslt.html
-share/doc/libgda-%%VERSION%%/part_libgda_api.html
-share/doc/libgda-%%VERSION%%/part_providers.html
-share/doc/libgda-%%VERSION%%/part_tools.html
-share/doc/libgda-%%VERSION%%/parts.png
-share/doc/libgda-%%VERSION%%/prov-metadata.html
-share/doc/libgda-%%VERSION%%/provider-notes.html
-share/doc/libgda-%%VERSION%%/provider_notes_ldap.html
-share/doc/libgda-%%VERSION%%/provider_notes_sqlcipher.html
-share/doc/libgda-%%VERSION%%/provider_notes_sqlite.html
-share/doc/libgda-%%VERSION%%/psupport.html
-share/doc/libgda-%%VERSION%%/pt08.html
-share/doc/libgda-%%VERSION%%/right.png
-share/doc/libgda-%%VERSION%%/stmt-compound.png
-share/doc/libgda-%%VERSION%%/stmt-insert1.png
-share/doc/libgda-%%VERSION%%/stmt-insert2.png
-share/doc/libgda-%%VERSION%%/stmt-select.png
-share/doc/libgda-%%VERSION%%/stmt-unknown.png
-share/doc/libgda-%%VERSION%%/stmt-update.png
-share/doc/libgda-%%VERSION%%/style.css
-share/doc/libgda-%%VERSION%%/thread-wrapper.png
-share/doc/libgda-%%VERSION%%/transactions.html
-share/doc/libgda-%%VERSION%%/tree-overview.png
-share/doc/libgda-%%VERSION%%/tree-overview2.png
-share/doc/libgda-%%VERSION%%/trees.html
-share/doc/libgda-%%VERSION%%/up.png
-share/doc/libgda-%%VERSION%%/vi-basic-form.png
-share/doc/libgda-%%VERSION%%/vi-cloud.png
-share/doc/libgda-%%VERSION%%/vi-combo.png
-share/doc/libgda-%%VERSION%%/vi-data-entry.png
-share/doc/libgda-%%VERSION%%/vi-filter.png
-share/doc/libgda-%%VERSION%%/vi-info.png
-share/doc/libgda-%%VERSION%%/vi-login.png
-share/doc/libgda-%%VERSION%%/vi-provider-selector.png
-share/doc/libgda-%%VERSION%%/vi-raw-grid.png
-share/doc/libgda-%%VERSION%%/vi-rte.png
-share/doc/libgda-%%VERSION%%/vi-server-op.png
-share/doc/libgda-%%VERSION%%/virtual_connection.html
-share/doc/libgda-%%VERSION%%/writable_data_model.png
-share/gir-1.0/Gda-%%VERSION%%.gir
-%%UI%%share/gir-1.0/Gdaui-%%VERSION%%.gir
-%%UI%%share/gnome/help/gda-browser/C/actions.page
-%%UI%%share/gnome/help/gda-browser/C/data-manager-perspective.page
-%%UI%%share/gnome/help/gda-browser/C/data-manager-source-editor.page
-%%UI%%share/gnome/help/gda-browser/C/data-manager-xml-syntax.page
-%%UI%%share/gnome/help/gda-browser/C/declaredfk.page
-%%UI%%share/gnome/help/gda-browser/C/diagram.page
-%%UI%%share/gnome/help/gda-browser/C/features.page
-%%UI%%share/gnome/help/gda-browser/C/figures/action-1.png
-%%UI%%share/gnome/help/gda-browser/C/figures/action-2.png
-%%UI%%share/gnome/help/gda-browser/C/figures/action-3.png
-%%UI%%share/gnome/help/gda-browser/C/figures/action-4.png
-%%UI%%share/gnome/help/gda-browser/C/figures/cnc_open.png
-%%UI%%share/gnome/help/gda-browser/C/figures/data-man-mode.png
-%%UI%%share/gnome/help/gda-browser/C/figures/data-man-persp.png
-%%UI%%share/gnome/help/gda-browser/C/figures/data-man-uicompose.png
-%%UI%%share/gnome/help/gda-browser/C/figures/data-man-xmlcompose.png
-%%UI%%share/gnome/help/gda-browser/C/figures/declaredfk-dialog.png
-%%UI%%share/gnome/help/gda-browser/C/figures/declaredfk.png
-%%UI%%share/gnome/help/gda-browser/C/figures/diagram.png
-%%UI%%share/gnome/help/gda-browser/C/figures/ldap-browser-persp.png
-%%UI%%share/gnome/help/gda-browser/C/figures/ldap-classes.png
-%%UI%%share/gnome/help/gda-browser/C/figures/ldap-search.png
-%%UI%%share/gnome/help/gda-browser/C/figures/ldap-table-mapping.png
-%%UI%%share/gnome/help/gda-browser/C/figures/mainwin.png
-%%UI%%share/gnome/help/gda-browser/C/figures/query-exec-persp.png
-%%UI%%share/gnome/help/gda-browser/C/figures/schema-browser-persp.png
-%%UI%%share/gnome/help/gda-browser/C/figures/table-insert-data.png
-%%UI%%share/gnome/help/gda-browser/C/figures/trans-begin.png
-%%UI%%share/gnome/help/gda-browser/C/figures/trans-commit.png
-%%UI%%share/gnome/help/gda-browser/C/figures/trans-rollback.png
-%%UI%%share/gnome/help/gda-browser/C/figures/virtual-cnc-2.png
-%%UI%%share/gnome/help/gda-browser/C/figures/virtual-cnc-3.png
-%%UI%%share/gnome/help/gda-browser/C/figures/virtual-cnc-4.png
-%%UI%%share/gnome/help/gda-browser/C/figures/virtual-cnc-5.png
-%%UI%%share/gnome/help/gda-browser/C/figures/virtual-cnc.png
-%%UI%%share/gnome/help/gda-browser/C/general-ui.page
-%%UI%%share/gnome/help/gda-browser/C/index.page
-%%UI%%share/gnome/help/gda-browser/C/ldap-browser-perspective.page
-%%UI%%share/gnome/help/gda-browser/C/ldap-connections.page
-%%UI%%share/gnome/help/gda-browser/C/legal.xml
-%%UI%%share/gnome/help/gda-browser/C/query-execution-perspective.page
-%%UI%%share/gnome/help/gda-browser/C/schema-browser-perspective.page
-%%UI%%share/gnome/help/gda-browser/C/table-insert-data.page
-%%UI%%share/gnome/help/gda-browser/C/transactions.page
-%%UI%%share/gnome/help/gda-browser/C/variables.page
-%%UI%%share/gnome/help/gda-browser/C/virtual-connections.page
-%%UI%%share/gnome/help/gda-browser/de/actions.page
-%%UI%%share/gnome/help/gda-browser/de/data-manager-perspective.page
-%%UI%%share/gnome/help/gda-browser/de/data-manager-source-editor.page
-%%UI%%share/gnome/help/gda-browser/de/data-manager-xml-syntax.page
-%%UI%%share/gnome/help/gda-browser/de/declaredfk.page
-%%UI%%share/gnome/help/gda-browser/de/diagram.page
-%%UI%%share/gnome/help/gda-browser/de/features.page
-%%UI%%share/gnome/help/gda-browser/de/figures/action-1.png
-%%UI%%share/gnome/help/gda-browser/de/figures/action-2.png
-%%UI%%share/gnome/help/gda-browser/de/figures/action-3.png
-%%UI%%share/gnome/help/gda-browser/de/figures/action-4.png
-%%UI%%share/gnome/help/gda-browser/de/figures/cnc_open.png
-%%UI%%share/gnome/help/gda-browser/de/figures/data-man-mode.png
-%%UI%%share/gnome/help/gda-browser/de/figures/data-man-persp.png
-%%UI%%share/gnome/help/gda-browser/de/figures/data-man-uicompose.png
-%%UI%%share/gnome/help/gda-browser/de/figures/data-man-xmlcompose.png
-%%UI%%share/gnome/help/gda-browser/de/figures/declaredfk-dialog.png
-%%UI%%share/gnome/help/gda-browser/de/figures/declaredfk.png
-%%UI%%share/gnome/help/gda-browser/de/figures/diagram.png
-%%UI%%share/gnome/help/gda-browser/de/figures/ldap-browser-persp.png
-%%UI%%share/gnome/help/gda-browser/de/figures/ldap-classes.png
-%%UI%%share/gnome/help/gda-browser/de/figures/ldap-search.png
-%%UI%%share/gnome/help/gda-browser/de/figures/ldap-table-mapping.png
-%%UI%%share/gnome/help/gda-browser/de/figures/mainwin.png
-%%UI%%share/gnome/help/gda-browser/de/figures/query-exec-persp.png
-%%UI%%share/gnome/help/gda-browser/de/figures/schema-browser-persp.png
-%%UI%%share/gnome/help/gda-browser/de/figures/table-insert-data.png
-%%UI%%share/gnome/help/gda-browser/de/figures/trans-begin.png
-%%UI%%share/gnome/help/gda-browser/de/figures/trans-commit.png
-%%UI%%share/gnome/help/gda-browser/de/figures/trans-rollback.png
-%%UI%%share/gnome/help/gda-browser/de/figures/virtual-cnc-2.png
-%%UI%%share/gnome/help/gda-browser/de/figures/virtual-cnc-3.png
-%%UI%%share/gnome/help/gda-browser/de/figures/virtual-cnc-4.png
-%%UI%%share/gnome/help/gda-browser/de/figures/virtual-cnc-5.png
-%%UI%%share/gnome/help/gda-browser/de/figures/virtual-cnc.png
-%%UI%%share/gnome/help/gda-browser/de/general-ui.page
-%%UI%%share/gnome/help/gda-browser/de/index.page
-%%UI%%share/gnome/help/gda-browser/de/ldap-browser-perspective.page
-%%UI%%share/gnome/help/gda-browser/de/ldap-connections.page
-%%UI%%share/gnome/help/gda-browser/de/legal.xml
-%%UI%%share/gnome/help/gda-browser/de/query-execution-perspective.page
-%%UI%%share/gnome/help/gda-browser/de/schema-browser-perspective.page
-%%UI%%share/gnome/help/gda-browser/de/table-insert-data.page
-%%UI%%share/gnome/help/gda-browser/de/transactions.page
-%%UI%%share/gnome/help/gda-browser/de/variables.page
-%%UI%%share/gnome/help/gda-browser/de/virtual-connections.page
-%%UI%%share/gnome/help/gda-browser/el/actions.page
-%%UI%%share/gnome/help/gda-browser/el/data-manager-perspective.page
-%%UI%%share/gnome/help/gda-browser/el/data-manager-source-editor.page
-%%UI%%share/gnome/help/gda-browser/el/data-manager-xml-syntax.page
-%%UI%%share/gnome/help/gda-browser/el/declaredfk.page
-%%UI%%share/gnome/help/gda-browser/el/diagram.page
-%%UI%%share/gnome/help/gda-browser/el/features.page
-%%UI%%share/gnome/help/gda-browser/el/figures/action-1.png
-%%UI%%share/gnome/help/gda-browser/el/figures/action-2.png
-%%UI%%share/gnome/help/gda-browser/el/figures/action-3.png
-%%UI%%share/gnome/help/gda-browser/el/figures/action-4.png
-%%UI%%share/gnome/help/gda-browser/el/figures/cnc_open.png
-%%UI%%share/gnome/help/gda-browser/el/figures/data-man-mode.png
-%%UI%%share/gnome/help/gda-browser/el/figures/data-man-persp.png
-%%UI%%share/gnome/help/gda-browser/el/figures/data-man-uicompose.png
-%%UI%%share/gnome/help/gda-browser/el/figures/data-man-xmlcompose.png
-%%UI%%share/gnome/help/gda-browser/el/figures/declaredfk-dialog.png
-%%UI%%share/gnome/help/gda-browser/el/figures/declaredfk.png
-%%UI%%share/gnome/help/gda-browser/el/figures/diagram.png
-%%UI%%share/gnome/help/gda-browser/el/figures/ldap-browser-persp.png
-%%UI%%share/gnome/help/gda-browser/el/figures/ldap-classes.png
-%%UI%%share/gnome/help/gda-browser/el/figures/ldap-search.png
-%%UI%%share/gnome/help/gda-browser/el/figures/ldap-table-mapping.png
-%%UI%%share/gnome/help/gda-browser/el/figures/mainwin.png
-%%UI%%share/gnome/help/gda-browser/el/figures/query-exec-persp.png
-%%UI%%share/gnome/help/gda-browser/el/figures/schema-browser-persp.png
-%%UI%%share/gnome/help/gda-browser/el/figures/table-insert-data.png
-%%UI%%share/gnome/help/gda-browser/el/figures/trans-begin.png
-%%UI%%share/gnome/help/gda-browser/el/figures/trans-commit.png
-%%UI%%share/gnome/help/gda-browser/el/figures/trans-rollback.png
-%%UI%%share/gnome/help/gda-browser/el/figures/virtual-cnc-2.png
-%%UI%%share/gnome/help/gda-browser/el/figures/virtual-cnc-3.png
-%%UI%%share/gnome/help/gda-browser/el/figures/virtual-cnc-4.png
-%%UI%%share/gnome/help/gda-browser/el/figures/virtual-cnc-5.png
-%%UI%%share/gnome/help/gda-browser/el/figures/virtual-cnc.png
-%%UI%%share/gnome/help/gda-browser/el/general-ui.page
-%%UI%%share/gnome/help/gda-browser/el/index.page
-%%UI%%share/gnome/help/gda-browser/el/ldap-browser-perspective.page
-%%UI%%share/gnome/help/gda-browser/el/ldap-connections.page
-%%UI%%share/gnome/help/gda-browser/el/legal.xml
-%%UI%%share/gnome/help/gda-browser/el/query-execution-perspective.page
-%%UI%%share/gnome/help/gda-browser/el/schema-browser-perspective.page
-%%UI%%share/gnome/help/gda-browser/el/table-insert-data.page
-%%UI%%share/gnome/help/gda-browser/el/transactions.page
-%%UI%%share/gnome/help/gda-browser/el/variables.page
-%%UI%%share/gnome/help/gda-browser/el/virtual-connections.page
-%%UI%%share/gnome/help/gda-browser/es/actions.page
-%%UI%%share/gnome/help/gda-browser/es/data-manager-perspective.page
-%%UI%%share/gnome/help/gda-browser/es/data-manager-source-editor.page
-%%UI%%share/gnome/help/gda-browser/es/data-manager-xml-syntax.page
-%%UI%%share/gnome/help/gda-browser/es/declaredfk.page
-%%UI%%share/gnome/help/gda-browser/es/diagram.page
-%%UI%%share/gnome/help/gda-browser/es/features.page
-%%UI%%share/gnome/help/gda-browser/es/figures/action-1.png
-%%UI%%share/gnome/help/gda-browser/es/figures/action-2.png
-%%UI%%share/gnome/help/gda-browser/es/figures/action-3.png
-%%UI%%share/gnome/help/gda-browser/es/figures/action-4.png
-%%UI%%share/gnome/help/gda-browser/es/figures/cnc_open.png
-%%UI%%share/gnome/help/gda-browser/es/figures/data-man-mode.png
-%%UI%%share/gnome/help/gda-browser/es/figures/data-man-persp.png
-%%UI%%share/gnome/help/gda-browser/es/figures/data-man-uicompose.png
-%%UI%%share/gnome/help/gda-browser/es/figures/data-man-xmlcompose.png
-%%UI%%share/gnome/help/gda-browser/es/figures/declaredfk-dialog.png
-%%UI%%share/gnome/help/gda-browser/es/figures/declaredfk.png
-%%UI%%share/gnome/help/gda-browser/es/figures/diagram.png
-%%UI%%share/gnome/help/gda-browser/es/figures/ldap-browser-persp.png
-%%UI%%share/gnome/help/gda-browser/es/figures/ldap-classes.png
-%%UI%%share/gnome/help/gda-browser/es/figures/ldap-search.png
-%%UI%%share/gnome/help/gda-browser/es/figures/ldap-table-mapping.png
-%%UI%%share/gnome/help/gda-browser/es/figures/mainwin.png
-%%UI%%share/gnome/help/gda-browser/es/figures/query-exec-persp.png
-%%UI%%share/gnome/help/gda-browser/es/figures/schema-browser-persp.png
-%%UI%%share/gnome/help/gda-browser/es/figures/table-insert-data.png
-%%UI%%share/gnome/help/gda-browser/es/figures/trans-begin.png
-%%UI%%share/gnome/help/gda-browser/es/figures/trans-commit.png
-%%UI%%share/gnome/help/gda-browser/es/figures/trans-rollback.png
-%%UI%%share/gnome/help/gda-browser/es/figures/virtual-cnc-2.png
-%%UI%%share/gnome/help/gda-browser/es/figures/virtual-cnc-3.png
-%%UI%%share/gnome/help/gda-browser/es/figures/virtual-cnc-4.png
-%%UI%%share/gnome/help/gda-browser/es/figures/virtual-cnc-5.png
-%%UI%%share/gnome/help/gda-browser/es/figures/virtual-cnc.png
-%%UI%%share/gnome/help/gda-browser/es/general-ui.page
-%%UI%%share/gnome/help/gda-browser/es/index.page
-%%UI%%share/gnome/help/gda-browser/es/ldap-browser-perspective.page
-%%UI%%share/gnome/help/gda-browser/es/ldap-connections.page
-%%UI%%share/gnome/help/gda-browser/es/legal.xml
-%%UI%%share/gnome/help/gda-browser/es/query-execution-perspective.page
-%%UI%%share/gnome/help/gda-browser/es/schema-browser-perspective.page
-%%UI%%share/gnome/help/gda-browser/es/table-insert-data.page
-%%UI%%share/gnome/help/gda-browser/es/transactions.page
-%%UI%%share/gnome/help/gda-browser/es/variables.page
-%%UI%%share/gnome/help/gda-browser/es/virtual-connections.page
-%%UI%%share/gnome/help/gda-browser/gl/actions.page
-%%UI%%share/gnome/help/gda-browser/gl/data-manager-perspective.page
-%%UI%%share/gnome/help/gda-browser/gl/data-manager-source-editor.page
-%%UI%%share/gnome/help/gda-browser/gl/data-manager-xml-syntax.page
-%%UI%%share/gnome/help/gda-browser/gl/declaredfk.page
-%%UI%%share/gnome/help/gda-browser/gl/diagram.page
-%%UI%%share/gnome/help/gda-browser/gl/features.page
-%%UI%%share/gnome/help/gda-browser/gl/figures/action-1.png
-%%UI%%share/gnome/help/gda-browser/gl/figures/action-2.png
-%%UI%%share/gnome/help/gda-browser/gl/figures/action-3.png
-%%UI%%share/gnome/help/gda-browser/gl/figures/action-4.png
-%%UI%%share/gnome/help/gda-browser/gl/figures/cnc_open.png
-%%UI%%share/gnome/help/gda-browser/gl/figures/data-man-mode.png
-%%UI%%share/gnome/help/gda-browser/gl/figures/data-man-persp.png
-%%UI%%share/gnome/help/gda-browser/gl/figures/data-man-uicompose.png
-%%UI%%share/gnome/help/gda-browser/gl/figures/data-man-xmlcompose.png
-%%UI%%share/gnome/help/gda-browser/gl/figures/declaredfk-dialog.png
-%%UI%%share/gnome/help/gda-browser/gl/figures/declaredfk.png
-%%UI%%share/gnome/help/gda-browser/gl/figures/diagram.png
-%%UI%%share/gnome/help/gda-browser/gl/figures/ldap-browser-persp.png
-%%UI%%share/gnome/help/gda-browser/gl/figures/ldap-classes.png
-%%UI%%share/gnome/help/gda-browser/gl/figures/ldap-search.png
-%%UI%%share/gnome/help/gda-browser/gl/figures/ldap-table-mapping.png
-%%UI%%share/gnome/help/gda-browser/gl/figures/mainwin.png
-%%UI%%share/gnome/help/gda-browser/gl/figures/query-exec-persp.png
-%%UI%%share/gnome/help/gda-browser/gl/figures/schema-browser-persp.png
-%%UI%%share/gnome/help/gda-browser/gl/figures/table-insert-data.png
-%%UI%%share/gnome/help/gda-browser/gl/figures/trans-begin.png
-%%UI%%share/gnome/help/gda-browser/gl/figures/trans-commit.png
-%%UI%%share/gnome/help/gda-browser/gl/figures/trans-rollback.png
-%%UI%%share/gnome/help/gda-browser/gl/figures/virtual-cnc-2.png
-%%UI%%share/gnome/help/gda-browser/gl/figures/virtual-cnc-3.png
-%%UI%%share/gnome/help/gda-browser/gl/figures/virtual-cnc-4.png
-%%UI%%share/gnome/help/gda-browser/gl/figures/virtual-cnc-5.png
-%%UI%%share/gnome/help/gda-browser/gl/figures/virtual-cnc.png
-%%UI%%share/gnome/help/gda-browser/gl/general-ui.page
-%%UI%%share/gnome/help/gda-browser/gl/index.page
-%%UI%%share/gnome/help/gda-browser/gl/ldap-browser-perspective.page
-%%UI%%share/gnome/help/gda-browser/gl/ldap-connections.page
-%%UI%%share/gnome/help/gda-browser/gl/legal.xml
-%%UI%%share/gnome/help/gda-browser/gl/query-execution-perspective.page
-%%UI%%share/gnome/help/gda-browser/gl/schema-browser-perspective.page
-%%UI%%share/gnome/help/gda-browser/gl/table-insert-data.page
-%%UI%%share/gnome/help/gda-browser/gl/transactions.page
-%%UI%%share/gnome/help/gda-browser/gl/variables.page
-%%UI%%share/gnome/help/gda-browser/gl/virtual-connections.page
-%%UI%%share/gnome/help/gda-browser/sl/actions.page
-%%UI%%share/gnome/help/gda-browser/sl/data-manager-perspective.page
-%%UI%%share/gnome/help/gda-browser/sl/data-manager-source-editor.page
-%%UI%%share/gnome/help/gda-browser/sl/data-manager-xml-syntax.page
-%%UI%%share/gnome/help/gda-browser/sl/declaredfk.page
-%%UI%%share/gnome/help/gda-browser/sl/diagram.page
-%%UI%%share/gnome/help/gda-browser/sl/features.page
-%%UI%%share/gnome/help/gda-browser/sl/figures/action-1.png
-%%UI%%share/gnome/help/gda-browser/sl/figures/action-2.png
-%%UI%%share/gnome/help/gda-browser/sl/figures/action-3.png
-%%UI%%share/gnome/help/gda-browser/sl/figures/action-4.png
-%%UI%%share/gnome/help/gda-browser/sl/figures/cnc_open.png
-%%UI%%share/gnome/help/gda-browser/sl/figures/data-man-mode.png
-%%UI%%share/gnome/help/gda-browser/sl/figures/data-man-persp.png
-%%UI%%share/gnome/help/gda-browser/sl/figures/data-man-uicompose.png
-%%UI%%share/gnome/help/gda-browser/sl/figures/data-man-xmlcompose.png
-%%UI%%share/gnome/help/gda-browser/sl/figures/declaredfk-dialog.png
-%%UI%%share/gnome/help/gda-browser/sl/figures/declaredfk.png
-%%UI%%share/gnome/help/gda-browser/sl/figures/diagram.png
-%%UI%%share/gnome/help/gda-browser/sl/figures/ldap-browser-persp.png
-%%UI%%share/gnome/help/gda-browser/sl/figures/ldap-classes.png
-%%UI%%share/gnome/help/gda-browser/sl/figures/ldap-search.png
-%%UI%%share/gnome/help/gda-browser/sl/figures/ldap-table-mapping.png
-%%UI%%share/gnome/help/gda-browser/sl/figures/mainwin.png
-%%UI%%share/gnome/help/gda-browser/sl/figures/query-exec-persp.png
-%%UI%%share/gnome/help/gda-browser/sl/figures/schema-browser-persp.png
-%%UI%%share/gnome/help/gda-browser/sl/figures/table-insert-data.png
-%%UI%%share/gnome/help/gda-browser/sl/figures/trans-begin.png
-%%UI%%share/gnome/help/gda-browser/sl/figures/trans-commit.png
-%%UI%%share/gnome/help/gda-browser/sl/figures/trans-rollback.png
-%%UI%%share/gnome/help/gda-browser/sl/figures/virtual-cnc-2.png
-%%UI%%share/gnome/help/gda-browser/sl/figures/virtual-cnc-3.png
-%%UI%%share/gnome/help/gda-browser/sl/figures/virtual-cnc-4.png
-%%UI%%share/gnome/help/gda-browser/sl/figures/virtual-cnc-5.png
-%%UI%%share/gnome/help/gda-browser/sl/figures/virtual-cnc.png
-%%UI%%share/gnome/help/gda-browser/sl/general-ui.page
-%%UI%%share/gnome/help/gda-browser/sl/index.page
-%%UI%%share/gnome/help/gda-browser/sl/ldap-browser-perspective.page
-%%UI%%share/gnome/help/gda-browser/sl/ldap-connections.page
-%%UI%%share/gnome/help/gda-browser/sl/legal.xml
-%%UI%%share/gnome/help/gda-browser/sl/query-execution-perspective.page
-%%UI%%share/gnome/help/gda-browser/sl/schema-browser-perspective.page
-%%UI%%share/gnome/help/gda-browser/sl/table-insert-data.page
-%%UI%%share/gnome/help/gda-browser/sl/transactions.page
-%%UI%%share/gnome/help/gda-browser/sl/variables.page
-%%UI%%share/gnome/help/gda-browser/sl/virtual-connections.page
-%%UI%%share/gnome/help/gda-browser/zh_CN/actions.page
-%%UI%%share/gnome/help/gda-browser/zh_CN/data-manager-perspective.page
-%%UI%%share/gnome/help/gda-browser/zh_CN/data-manager-source-editor.page
-%%UI%%share/gnome/help/gda-browser/zh_CN/data-manager-xml-syntax.page
-%%UI%%share/gnome/help/gda-browser/zh_CN/declaredfk.page
-%%UI%%share/gnome/help/gda-browser/zh_CN/diagram.page
-%%UI%%share/gnome/help/gda-browser/zh_CN/features.page
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/action-1.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/action-2.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/action-3.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/action-4.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/cnc_open.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/data-man-mode.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/data-man-persp.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/data-man-uicompose.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/data-man-xmlcompose.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/declaredfk-dialog.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/declaredfk.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/diagram.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/ldap-browser-persp.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/ldap-classes.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/ldap-search.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/ldap-table-mapping.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/mainwin.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/query-exec-persp.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/schema-browser-persp.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/table-insert-data.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/trans-begin.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/trans-commit.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/trans-rollback.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/virtual-cnc-2.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/virtual-cnc-3.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/virtual-cnc-4.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/virtual-cnc-5.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/figures/virtual-cnc.png
-%%UI%%share/gnome/help/gda-browser/zh_CN/general-ui.page
-%%UI%%share/gnome/help/gda-browser/zh_CN/index.page
-%%UI%%share/gnome/help/gda-browser/zh_CN/ldap-browser-perspective.page
-%%UI%%share/gnome/help/gda-browser/zh_CN/ldap-connections.page
-%%UI%%share/gnome/help/gda-browser/zh_CN/legal.xml
-%%UI%%share/gnome/help/gda-browser/zh_CN/query-execution-perspective.page
-%%UI%%share/gnome/help/gda-browser/zh_CN/schema-browser-perspective.page
-%%UI%%share/gnome/help/gda-browser/zh_CN/table-insert-data.page
-%%UI%%share/gnome/help/gda-browser/zh_CN/transactions.page
-%%UI%%share/gnome/help/gda-browser/zh_CN/variables.page
-%%UI%%share/gnome/help/gda-browser/zh_CN/virtual-connections.page
-%%UI%%share/icons/hicolor/16x16/apps/gda-control-center.png
-%%UI%%share/icons/hicolor/22x22/apps/gda-control-center.png
-%%UI%%share/icons/hicolor/24x24/apps/gda-control-center.png
-%%UI%%share/icons/hicolor/256x256/apps/gda-control-center.png
-%%UI%%share/icons/hicolor/32x32/apps/gda-control-center.png
-%%UI%%share/icons/hicolor/48x48/apps/gda-control-center.png
-%%UI%%share/libgda-%%VERSION%%/demo/basic_form.c
-%%UI%%share/libgda-%%VERSION%%/demo/cloud.c
-%%UI%%share/libgda-%%VERSION%%/demo/combo.c
-%%UI%%share/libgda-%%VERSION%%/demo/custom_layout.xml
-%%UI%%share/libgda-%%VERSION%%/demo/data_model_dir.c
-%%UI%%share/libgda-%%VERSION%%/demo/ddl_queries.c
-%%UI%%share/libgda-%%VERSION%%/demo/demo_db.db
-%%UI%%share/libgda-%%VERSION%%/demo/form.c
-%%UI%%share/libgda-%%VERSION%%/demo/form_data_layout.c
-%%UI%%share/libgda-%%VERSION%%/demo/form_pict.c
-%%UI%%share/libgda-%%VERSION%%/demo/form_rw.c
-%%UI%%share/libgda-%%VERSION%%/demo/grid.c
-%%UI%%share/libgda-%%VERSION%%/demo/grid_data_layout.c
-%%UI%%share/libgda-%%VERSION%%/demo/grid_pict.c
-%%UI%%share/libgda-%%VERSION%%/demo/grid_rw.c
-%%UI%%share/libgda-%%VERSION%%/demo/linked_grid_form.c
-%%UI%%share/libgda-%%VERSION%%/demo/linked_model_param.c
-%%UI%%share/libgda-%%VERSION%%/demo/login.c
-%%UI%%share/libgda-%%VERSION%%/demo/provider_sel.c
-%%UI%%share/libgda-%%VERSION%%/demo/tree.c
-%%UI%%share/libgda-%%VERSION%%/dtd/gdaui-layout.dtd
-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%%/gda_trml2html/__init__.py
-share/libgda-%%VERSION%%/gda_trml2html/trml2html.py
-share/libgda-%%VERSION%%/gda_trml2html/utils.py
-share/libgda-%%VERSION%%/gda_trml2pdf/__init__.py
-share/libgda-%%VERSION%%/gda_trml2pdf/color.py
-share/libgda-%%VERSION%%/gda_trml2pdf/trml2pdf.py
-share/libgda-%%VERSION%%/gda_trml2pdf/utils.py
-%%UI%%share/libgda-%%VERSION%%/icons/hicolor/16x16/actions/bookmark-view.png
-%%UI%%share/libgda-%%VERSION%%/icons/hicolor/16x16/actions/glade.png
-%%UI%%share/libgda-%%VERSION%%/icons/hicolor/16x16/actions/history-view.png
-%%UI%%share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/bookmark-view.png
-%%UI%%share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/form.png
-%%UI%%share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/glade.png
-%%UI%%share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/grid.png
-%%UI%%share/libgda-%%VERSION%%/icons/hicolor/22x22/actions/history-view.png
-%%UI%%share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/bookmark-view.png
-%%UI%%share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/glade.png
-%%UI%%share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/history-view.png
-%%UI%%share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/table-add.png
-%%UI%%share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/transaction-begin.png
-%%UI%%share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/transaction-commit.png
-%%UI%%share/libgda-%%VERSION%%/icons/hicolor/24x24/actions/transaction-rollback.png
-%%UI%%share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/bookmark-view.png
-%%UI%%share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/glade.png
-%%UI%%share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/history-view.png
-%%UI%%share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/ldap-entries.png
-%%UI%%share/libgda-%%VERSION%%/icons/hicolor/32x32/actions/table-add.png
-%%UI%%share/libgda-%%VERSION%%/icons/hicolor/icon-theme.cache
-%%UI%%share/libgda-%%VERSION%%/icons/hicolor/scalable/actions/bookmark-view.svg
-%%UI%%share/libgda-%%VERSION%%/icons/hicolor/scalable/actions/glade.svg
-%%UI%%share/libgda-%%VERSION%%/icons/hicolor/scalable/actions/history-view.svg
-%%UI%%share/libgda-%%VERSION%%/import_encodings.xml
-share/libgda-%%VERSION%%/information_schema.xml
-%%UI%%share/libgda-%%VERSION%%/language-specs/gda-sql.lang
-share/libgda-%%VERSION%%/php/README
-share/libgda-%%VERSION%%/php/gda-clean.php
-share/libgda-%%VERSION%%/php/gda-config.php
-share/libgda-%%VERSION%%/php/gda-exception.php
-share/libgda-%%VERSION%%/php/gda-front.php
-share/libgda-%%VERSION%%/php/gda-meta.php
-share/libgda-%%VERSION%%/php/gda-secure-config.php
-share/libgda-%%VERSION%%/php/gda-setup.php
-share/libgda-%%VERSION%%/php/gda-tester.php
-share/libgda-%%VERSION%%/php/gda-utils.php
-share/libgda-%%VERSION%%/php/gda-worker.php
-%%UI%%share/libgda-%%VERSION%%/pixmaps/bin-attachment-16x16.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-action.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-auth-big.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-auth.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-bookmark.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-column-fk.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-column-fknn.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-column-nn.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-column-pk.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-column.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-connected-big.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-connected.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-diagram.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-class-a.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-class-s.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-class-u.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-class-x.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-entry.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-group.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-organization.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-ldap-person.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-menu-ind.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-non-connected-big.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-non-connected.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-query.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-reference.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-schema.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser-table.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-browser.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-control-center-newcnc.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gda-control-center.png
-%%UI%%share/libgda-%%VERSION%%/pixmaps/gdaui-generic.png
-%%UI%%share/libgda-%%VERSION%%/server_operation.glade
-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
-%%UI%%share/libgda-%%VERSION%%/ui/gdaui-entry-number.xml
-%%UI%%share/libgda-%%VERSION%%/ui/gdaui-entry-string.xml
-share/libgda-%%VERSION%%/web_specs_auth.xml
-share/libgda-%%VERSION%%/web_specs_dsn.xml
-share/libgda-%%VERSION%%/web/cnc.js
-share/libgda-%%VERSION%%/web/gda-print.css
-share/libgda-%%VERSION%%/web/gda.css
-share/libgda-%%VERSION%%/web/irb.css
-share/libgda-%%VERSION%%/web/irb.js
-share/libgda-%%VERSION%%/web/jquery.js
-share/libgda-%%VERSION%%/web/md5.js
-share/libgda-%%VERSION%%/web/mouseapp_2.js
-share/libgda-%%VERSION%%/web/mouseirb_2.js
-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/ca@valencia/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/eo/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/id/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
-%%UI%%share/pixmaps/gda-browser-%%VERSION%%.png
-@dirrm share/libgda-%%VERSION%%/web
-%%UI%%@dirrm share/libgda-%%VERSION%%/ui
-%%UI%%@dirrm share/libgda-%%VERSION%%/pixmaps
-@dirrm share/libgda-%%VERSION%%/php
-%%UI%%@dirrm share/libgda-%%VERSION%%/language-specs
-%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/scalable/actions
-%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/scalable
-%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/32x32/actions
-%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/32x32
-%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/24x24/actions
-%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/24x24
-%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/22x22/actions
-%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/22x22
-%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/16x16/actions
-%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor/16x16
-%%UI%%@dirrm share/libgda-%%VERSION%%/icons/hicolor
-%%UI%%@dirrm share/libgda-%%VERSION%%/icons
-@dirrm share/libgda-%%VERSION%%/gda_trml2pdf
-@dirrm share/libgda-%%VERSION%%/gda_trml2html
-@dirrm share/libgda-%%VERSION%%/dtd
-%%UI%%@dirrm share/libgda-%%VERSION%%/demo
-@dirrm share/libgda-%%VERSION%%/
-%%UI%%@dirrm share/gnome/help/gda-browser/zh_CN/figures
-%%UI%%@dirrm share/gnome/help/gda-browser/zh_CN
-%%UI%%@dirrm share/gnome/help/gda-browser/sl/figures
-%%UI%%@dirrm share/gnome/help/gda-browser/sl
-%%UI%%@dirrm share/gnome/help/gda-browser/gl/figures
-%%UI%%@dirrm share/gnome/help/gda-browser/gl
-%%UI%%@dirrm share/gnome/help/gda-browser/es/figures
-%%UI%%@dirrm share/gnome/help/gda-browser/es
-%%UI%%@dirrm share/gnome/help/gda-browser/el/figures
-%%UI%%@dirrm share/gnome/help/gda-browser/el
-%%UI%%@dirrm share/gnome/help/gda-browser/de/figures
-%%UI%%@dirrm share/gnome/help/gda-browser/de
-%%UI%%@dirrm share/gnome/help/gda-browser/C/figures
-%%UI%%@dirrm share/gnome/help/gda-browser/C
-%%UI%%@dirrm share/gnome/help/gda-browser
-%%UI%%@dirrm share/doc/gda-browser
-@dirrm share/doc/libgda-%%VERSION%%
-%%UI%%@dirrmtry share/applications
-@dirrm lib/libgda-%%VERSION%%/providers
-%%UI%%@dirrm lib/libgda-%%VERSION%%/plugins
-@dirrm lib/libgda-%%VERSION%%
-@dirrm include/libgda-%%VERSION%%/libgda/virtual
-@dirrm include/libgda-%%VERSION%%/libgda/thread-wrapper
-@dirrm include/libgda-%%VERSION%%/libgda/sqlite
-@dirrm include/libgda-%%VERSION%%/libgda/sql-parser
-@dirrm include/libgda-%%VERSION%%/libgda/providers-support
-@dirrm include/libgda-%%VERSION%%/libgda/handlers
-@dirrm include/libgda-%%VERSION%%/libgda-xslt
-%%UI%%@dirrm include/libgda-%%VERSION%%/libgda-ui
-@dirrm include/libgda-%%VERSION%%/libgda-report
-@dirrm include/libgda-%%VERSION%%/libgda
-@dirrm include/libgda-%%VERSION%%
-@dirrmtry etc/libgda-%%VERSION%%
-@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/ca@valencia/LC_MESSAGES
-@dirrmtry share/locale/ca@valencia
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile
deleted file mode 100644
index c9f53b527..000000000
--- a/devel/anjuta/Makefile
+++ /dev/null
@@ -1,122 +0,0 @@
-# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
-# $FreeBSD$
-# $MCom: ports/devel/anjuta/Makefile,v 1.71 2012/09/03 16:30:19 mezz Exp $
-
-PORTNAME= anjuta
-PORTVERSION= 2.32.1.1
-PORTREVISION= 5
-CATEGORIES= devel gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Integrated Development Environment for C and C++
-
-BUILD_DEPENDS= autogen:${PORTSDIR}/devel/autogen \
- bash:${PORTSDIR}/shells/bash \
- p5-Locale-gettext>=1.05:${PORTSDIR}/devel/p5-Locale-gettext
-LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre \
- gladeui-1:${PORTSDIR}/devel/glade3 \
- unique-1.0:${PORTSDIR}/x11-toolkits/unique \
- gdl-1:${PORTSDIR}/x11-toolkits/gdl
-RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
- autogen:${PORTSDIR}/devel/autogen \
- ${LOCALBASE}/share/autotools:${PORTSDIR}/devel/autotools \
- p5-Locale-gettext>=1.05:${PORTSDIR}/devel/p5-Locale-gettext \
- ${LOCALBASE}/libdata/pkgconfig/gnome-icon-theme.pc:${PORTSDIR}/misc/gnome-icon-theme \
- exctags:${PORTSDIR}/devel/ctags \
- gdb66:${PORTSDIR}/devel/gdb66 \
- yelp:${PORTSDIR}/x11/yelp
-
-CONFLICTS= anjuta-3.[0-9]*
-
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GETTEXT= yes
-INSTALLS_OMF= yes
-INSTALLS_ICONS= yes
-USE_PERL5= yes
-USE_PYTHON= yes
-USE_GNOME= gnomeprefix gnomehack vte gtksourceview2 libgda4
-GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ARGS= --with-symbol-db-shm=/tmp \
- --disable-vala \
- --enable-introspection=no
-USE_LDCONFIG= yes
-GCONF_SCHEMAS= anjuta-build-basic-autotools-plugin.schemas \
- anjuta-cvs-plugin.schemas \
- anjuta-debug-manager.schemas \
- anjuta-document-manager.schemas \
- anjuta-editor-sourceview.schemas \
- anjuta-language-cpp-java.schemas \
- anjuta-message-manager-plugin.schemas \
- anjuta-symbol-db.schemas \
- anjuta-terminal-plugin.schemas \
- file-manager.schemas \
- preferences.schemas \
- python-plugin-properties.schemas
-
-MAN1= anjuta.1 anjuta-launcher.1
-
-OPTIONS_DEFINE= SVN DEVHELP GRAPHVIZ
-OPTIONS_DEFAULT=DEVHELP GRAPHVIZ
-DEVHELP_DESC= Devhelp support
-GRAPHVIZ_DESC= inheritance plugin
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MSVN}
-BUILD_DEPENDS+= svn:${PORTSDIR}/devel/subversion
-LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr1
-LIB_DEPENDS+= neon:${PORTSDIR}/www/neon29
-RUN_DEPENDS+= svn:${PORTSDIR}/devel/subversion
-PLIST_SUB+= SVN=""
-.else
-CONFIGURE_ARGS+=--disable-plugin-subversion
-PLIST_SUB+= SVN="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MDEVHELP}
-LIB_DEPENDS+= devhelp-2:${PORTSDIR}/devel/devhelp
-PLIST_SUB+= DEVHELP=""
-.else
-CONFIGURE_ARGS+=--disable-plugin-devhelp
-# XXX Even if we disable the devhelp plugin it gets build and installed.
-# See if versions beyond 2.26.1.0 still do this.
-#PLIST_SUB+= DEVHELP="@comment "
-PLIST_SUB+= DEVHELP=""
-.endif
-
-.if ${PORT_OPTIONS:MGRAPHVIZ}
-CONFIGURE_ARGS+=--enable-graphviz
-BUILD_DEPENDS+= neato:${PORTSDIR}/graphics/graphviz
-RUN_DEPENDS+= neato:${PORTSDIR}/graphics/graphviz
-PLIST_SUB+= GRAPHVIZ=""
-.else
-CONFIGURE_ARGS+=--disable-graphviz
-PLIST_SUB+= GRAPHVIZ="@comment "
-.endif
-
-post-patch:
- @${RM} ${WRKSRC}/plugins/debug-manager/anjuta-debug-manager.schemas
-
-post-configure:
- @${REINPLACE_CMD} -e 's|"make|"gmake|g' \
- ${WRKSRC}/plugins/build-basic-autotools/plugin.c
- @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- ${WRKSRC}/plugins/symbol-db/plugin.h \
- ${WRKSRC}/plugins/symbol-db/symbol-db-prefs.h
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
- ${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.mk>
diff --git a/devel/anjuta/distinfo b/devel/anjuta/distinfo
deleted file mode 100644
index c7d719b13..000000000
--- a/devel/anjuta/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gnome2/anjuta-2.32.1.1.tar.bz2) = f2b67609890a45d907ab5b42fd5963ba7cb41193d4a0dd2543584eca2ec5db58
-SIZE (gnome2/anjuta-2.32.1.1.tar.bz2) = 10171972
diff --git a/devel/anjuta/files/patch-Makefile.in b/devel/anjuta/files/patch-Makefile.in
deleted file mode 100644
index b0d1cdbdc..000000000
--- a/devel/anjuta/files/patch-Makefile.in
+++ /dev/null
@@ -1,31 +0,0 @@
---- Makefile.in.orig 2009-12-23 12:28:03.000000000 +0100
-+++ Makefile.in 2009-12-23 12:31:34.000000000 +0100
-@@ -490,17 +490,17 @@ uninstall-anjuta_dataDATA:
- echo " ( cd '$(DESTDIR)$(anjuta_datadir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(anjuta_datadir)" && rm -f $$files
- install-anjutadocDATA: $(anjutadoc_DATA)
-- @$(NORMAL_INSTALL)
-- test -z "$(anjutadocdir)" || $(MKDIR_P) "$(DESTDIR)$(anjutadocdir)"
-- @list='$(anjutadoc_DATA)'; test -n "$(anjutadocdir)" || list=; \
-- for p in $$list; do \
-- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-- echo "$$d$$p"; \
-- done | $(am__base_list) | \
-- while read files; do \
-- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(anjutadocdir)'"; \
-- $(INSTALL_DATA) $$files "$(DESTDIR)$(anjutadocdir)" || exit $$?; \
-- done
-+# @$(NORMAL_INSTALL)
-+# test -z "$(anjutadocdir)" || $(MKDIR_P) "$(DESTDIR)$(anjutadocdir)"
-+# @list='$(anjutadoc_DATA)'; test -n "$(anjutadocdir)" || list=; \
-+# for p in $$list; do \
-+# if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-+# echo "$$d$$p"; \
-+# done | $(am__base_list) | \
-+# while read files; do \
-+# echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(anjutadocdir)'"; \
-+# $(INSTALL_DATA) $$files "$(DESTDIR)$(anjutadocdir)" || exit $$?; \
-+# done
-
- uninstall-anjutadocDATA:
- @$(NORMAL_UNINSTALL)
diff --git a/devel/anjuta/files/patch-doc::Makefile.in b/devel/anjuta/files/patch-doc::Makefile.in
deleted file mode 100644
index a567fda33..000000000
--- a/devel/anjuta/files/patch-doc::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- doc/Makefile.in.orig 2008-08-06 17:40:26.000000000 +0200
-+++ doc/Makefile.in 2008-08-06 17:41:04.000000000 +0200
-@@ -540,7 +540,7 @@
-
- info-am:
-
--install-data-am: install-anjuta_docDATA install-man
-+install-data-am: install-man
-
- install-dvi: install-dvi-am
-
diff --git a/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c b/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c
deleted file mode 100644
index 126c7d9e3..000000000
--- a/devel/anjuta/files/patch-libanjuta_anjuta-launcher.c
+++ /dev/null
@@ -1,76 +0,0 @@
---- libanjuta/anjuta-launcher.c.orig 2009-03-18 04:24:10.000000000 -0400
-+++ libanjuta/anjuta-launcher.c 2009-04-16 19:49:25.000000000 -0400
-@@ -761,7 +761,8 @@ anjuta_launcher_scan_output (GIOChannel
- GError *err = NULL;
- do
- {
-- g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err);
-+ GIOStatus status;
-+ status = g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err);
- if (n > 0) /* There is output */
- {
- gchar *utf8_chars = NULL;
-@@ -789,6 +790,15 @@ anjuta_launcher_scan_output (GIOChannel
- anjuta_launcher_synchronize (launcher);
- ret = FALSE;
- }
-+ else if (status == G_IO_STATUS_EOF)
-+ {
-+ launcher->priv->stdout_is_done = TRUE;
-+ anjuta_launcher_synchronize (launcher);
-+ if (err)
-+ g_error_free (err);
-+ return FALSE;
-+ }
-+
- /* Read next chars if buffer was too small
- * (the maximum length of one character is 6 bytes) */
- } while (!err && (n > FILE_BUFFER_SIZE - 7));
-@@ -818,7 +828,8 @@ anjuta_launcher_scan_error (GIOChannel *
- GError *err = NULL;
- do
- {
-- g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err);
-+ GIOStatus status;
-+ status = g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err);
- if (n > 0) /* There is stderr output */
- {
- gchar *utf8_chars;
-@@ -844,6 +855,15 @@ anjuta_launcher_scan_error (GIOChannel *
- anjuta_launcher_synchronize (launcher);
- ret = FALSE;
- }
-+ else if (status == G_IO_STATUS_EOF)
-+ {
-+ launcher->priv->stderr_is_done = TRUE;
-+ anjuta_launcher_synchronize (launcher);
-+ if (err)
-+ g_error_free (err);
-+ return FALSE;
-+ }
-+
- /* Read next chars if buffer was too small
- * (the maximum length of one character is 6 bytes) */
- } while (!err && (n > FILE_BUFFER_SIZE - 7));
-@@ -873,7 +893,8 @@ anjuta_launcher_scan_pty (GIOChannel *ch
- GError *err = NULL;
- do
- {
-- g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err);
-+ GIOStatus status;
-+ status = g_io_channel_read_chars (channel, buffer, FILE_BUFFER_SIZE-1, &n, &err);
- if (n > 0) /* There is stderr output */
- {
- gchar *utf8_chars;
-@@ -902,6 +923,11 @@ anjuta_launcher_scan_pty (GIOChannel *ch
- {
- ret = FALSE;
- }
-+ else if (status == G_IO_STATUS_EOF)
-+ {
-+ ret = FALSE;
-+ break;
-+ }
- /* Read next chars if buffer was too small
- * (the maximum length of one character is 6 bytes) */
- } while (!err && (n > FILE_BUFFER_SIZE - 7));
diff --git a/devel/anjuta/files/patch-plugins_gdb_debugger.c b/devel/anjuta/files/patch-plugins_gdb_debugger.c
deleted file mode 100644
index b8895a4a1..000000000
--- a/devel/anjuta/files/patch-plugins_gdb_debugger.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/gdb/debugger.c.orig 2010-07-25 22:27:28.000000000 +0200
-+++ plugins/gdb/debugger.c 2010-09-01 12:00:35.000000000 +0200
-@@ -56,7 +56,7 @@
-
- #define GDB_PROMPT "(gdb)"
- #define FILE_BUFFER_SIZE 1024
--#define GDB_PATH "gdb"
-+#define GDB_PATH "gdb66"
- #define MAX_CHILDREN 25 /* Limit the number of variable children
- * returned by debugger */
- #define SUMMARY_MAX_LENGTH 90 /* Should be smaller than 4K to be displayed
diff --git a/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-engine-core.c b/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-engine-core.c
deleted file mode 100644
index b50d375a1..000000000
--- a/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-engine-core.c
+++ /dev/null
@@ -1,71 +0,0 @@
---- plugins/symbol-db/symbol-db-engine-core.c.orig 2009-08-27 09:17:03.000000000 +0200
-+++ plugins/symbol-db/symbol-db-engine-core.c 2009-08-27 17:32:35.000000000 +0200
-@@ -1504,7 +1504,7 @@ sdb_engine_ctags_output_thread (gpointer
-
- /* found out a new marker */
- marker_ptr = strstr (marker_ptr + len_marker, CTAGS_MARKER);
-- } while (remaining_chars + len_marker < len_chars || marker_ptr != NULL);
-+ } while (remaining_chars > 0 || marker_ptr != NULL);
- }
- else
- {
-@@ -1831,8 +1831,8 @@ sdb_engine_scan_files_1 (SymbolDBEngine
- gint i = 0;
- while (TRUE)
- {
-- temp_file = g_strdup_printf ("/anjuta-%d_%ld%d.tags", getpid (),
-- time (NULL), i++);
-+ temp_file = g_strdup_printf ("%s/anjuta-%d_%ld%d.tags", SHARED_MEMORY_PREFIX, getpid (),
-+ (long) time (NULL), i++);
- gchar *test;
- test = g_strconcat (SHARED_MEMORY_PREFIX, temp_file, NULL);
- if (g_file_test (test, G_FILE_TEST_EXISTS) == TRUE)
-@@ -1852,12 +1852,12 @@ sdb_engine_scan_files_1 (SymbolDBEngine
- priv->shared_mem_str = temp_file;
-
- if ((priv->shared_mem_fd =
-- shm_open (temp_file, O_CREAT|O_RDWR, S_IRUSR|S_IWUSR)) < 0)
-+ open (temp_file, O_CREAT|O_RDWR, S_IRUSR|S_IWUSR)) < 0)
- {
- g_warning ("Error while trying to open a shared memory file. Be"
- "sure to have "SHARED_MEMORY_PREFIX" mounted with tmpfs");
- }
--
-+
- priv->shared_mem_file = fdopen (priv->shared_mem_fd, "a+b");
- /*DEBUG_PRINT ("temp_file %s", temp_file);*/
-
-@@ -2446,7 +2446,7 @@ sdb_engine_init (SymbolDBEngine * object
- static void
- sdb_engine_unlink_shared_files (gpointer key, gpointer value, gpointer user_data)
- {
-- shm_unlink (key);
-+ unlink (key);
- }
-
- static void
-@@ -2535,7 +2535,7 @@ sdb_engine_finalize (GObject * object)
-
- if (priv->shared_mem_str)
- {
-- shm_unlink (priv->shared_mem_str);
-+ unlink (priv->shared_mem_str);
- g_free (priv->shared_mem_str);
- priv->shared_mem_str = NULL;
- }
-@@ -6059,12 +6059,12 @@ symbol_db_engine_update_buffer_symbols (
- * target buffer one */
- base_filename = g_filename_display_basename (relative_path);
-
-- shared_temp_file = g_strdup_printf ("/anjuta-%d-%ld-%s", getpid (),
-- time (NULL), base_filename);
-+ shared_temp_file = g_strdup_printf ("%s/anjuta-%d-%ld-%s", SHARED_MEMORY_PREFIX, getpid (),
-+ (long) time (NULL), base_filename);
- g_free (base_filename);
-
- if ((buffer_mem_fd =
-- shm_open (shared_temp_file, O_CREAT|O_RDWR, S_IRUSR|S_IWUSR)) < 0)
-+ open (shared_temp_file, O_CREAT|O_RDWR, S_IRUSR|S_IWUSR)) < 0)
- {
- g_warning ("Error while trying to open a shared memory file. Be"
- "sure to have "SHARED_MEMORY_PREFIX" mounted with tmpfs");
diff --git a/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-prefs.h b/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-prefs.h
deleted file mode 100644
index fe850697c..000000000
--- a/devel/anjuta/files/patch-plugins_symbol-db_symbol-db-prefs.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- plugins/symbol-db/symbol-db-prefs.h.orig 2009-07-27 16:14:31.000000000 +0200
-+++ plugins/symbol-db/symbol-db-prefs.h 2009-07-28 00:10:49.000000000 +0200
-@@ -41,7 +41,7 @@ typedef struct _SymbolDBPrefsPriv Symbol
-
-
- /*
--#define CTAGS_PREFS "preferences_entry:text:/usr/bin/ctags:0:symboldb.ctags"
-+#define CTAGS_PREFS "preferences_entry:text:%%LOCALBASE%%/bin/ctags:0:symboldb.ctags"
- #define CTAGS_PREFS_KEY "symboldb.ctags"
- */
- #define PROJECT_AUTOSCAN "symboldb.scan_prj_pkgs"
diff --git a/devel/anjuta/pkg-descr b/devel/anjuta/pkg-descr
deleted file mode 100644
index eff552164..000000000
--- a/devel/anjuta/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Anjuta is a very versatile Integrated development environment for
-C and C++. Written in GTK/GNOME and written for GTK+/GNOME,
-it features many advanced programming tools and utilities. It is
-basically a GUI interface for the bunch of command line programming
-utilities and tools available for FreeBSD, which are usually run in console
-and are very user unfriendly.
-
-WWW: http://anjuta.org/
diff --git a/devel/anjuta/pkg-plist b/devel/anjuta/pkg-plist
deleted file mode 100644
index 1e0be022f..000000000
--- a/devel/anjuta/pkg-plist
+++ /dev/null
@@ -1,1515 +0,0 @@
-bin/anjuta
-bin/anjuta-launcher
-bin/anjuta-tags
-bin/gbf-am-parse
-bin/gbf-mkfile-parse
-include/libanjuta-1.0/libanjuta/anjuta-async-command.h
-include/libanjuta-1.0/libanjuta/anjuta-async-notify.h
-include/libanjuta-1.0/libanjuta/anjuta-command.h
-include/libanjuta-1.0/libanjuta/anjuta-command-queue.h
-include/libanjuta-1.0/libanjuta/anjuta-convert.h
-include/libanjuta-1.0/libanjuta/anjuta-debug.h
-include/libanjuta-1.0/libanjuta/anjuta-encodings.h
-include/libanjuta-1.0/libanjuta/anjuta-enum-types.h
-include/libanjuta-1.0/libanjuta/anjuta-launcher.h
-include/libanjuta-1.0/libanjuta/anjuta-marshal.h
-include/libanjuta-1.0/libanjuta/anjuta-pkg-config-chooser.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-project.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-tabber.h
-include/libanjuta-1.0/libanjuta/anjuta-ui.h
-include/libanjuta-1.0/libanjuta/anjuta-utils.h
-include/libanjuta-1.0/libanjuta/anjuta-vcs-status.h
-include/libanjuta-1.0/libanjuta/anjuta-vcs-status-tree-view.h
-include/libanjuta-1.0/libanjuta/anjuta-version.h
-include/libanjuta-1.0/libanjuta/gbf-project.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-buildable.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-builder.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debug-manager.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-breakpoint.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-instruction.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-memory.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-register.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-variable.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-document-manager.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-document.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-assist.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-cell-style.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-cell.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-comment.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-convert.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-factory.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-folds.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-goto.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-hover.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-language.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-line-mode.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-search.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-selection.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-tip.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.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-loader.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-markable.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-message-manager.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-message-view.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-plugin-factory.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-preferences.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-print.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-project-backend.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-project-manager.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-project.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-provider.h
-include/libanjuta-1.0/libanjuta/interfaces/ianjuta-snippets-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-query.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
-%%GRAPHVIZ%%lib/anjuta/anjuta-class-inheritance.plugin
-lib/anjuta/anjuta-cvs.plugin
-lib/anjuta/anjuta-debug-manager.plugin
-%%DEVHELP%%lib/anjuta/anjuta-devhelp.plugin
-lib/anjuta/dir-project.plugin
-lib/anjuta/anjuta-document-manager.plugin
-lib/anjuta/anjuta-file-wizard.plugin
-lib/anjuta/anjuta-gdb.plugin
-lib/anjuta/anjuta-glade.plugin
-lib/anjuta/anjuta-gtodo.plugin
-lib/anjuta/anjuta-language-cpp-java.plugin
-lib/anjuta/anjuta-loader.plugin
-lib/anjuta/anjuta-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-python-autocomplete.py
-lib/anjuta/anjuta-python-loader.plugin
-lib/anjuta/anjuta-run-program.plugin
-lib/anjuta/anjuta-search.plugin
-lib/anjuta/anjuta-snippets-manager.plugin
-lib/anjuta/anjuta-starter.plugin
-%%SVN%%lib/anjuta/anjuta-subversion.plugin
-lib/anjuta/anjuta-terminal.plugin
-lib/anjuta/anjuta-tools.plugin
-lib/anjuta/file-manager.plugin
-lib/anjuta/gbf-am.plugin
-lib/anjuta/gbf-mkfile.plugin
-lib/anjuta/git.plugin
-lib/anjuta/js_debugger.plugin
-lib/anjuta/js-support-plugin.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
-%%GRAPHVIZ%%lib/anjuta/libanjuta-class-inheritance.la
-%%GRAPHVIZ%%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
-%%DEVHELP%%lib/anjuta/libanjuta-devhelp.la
-%%DEVHELP%%lib/anjuta/libanjuta-devhelp.so
-lib/anjuta/libanjuta-document-manager.la
-lib/anjuta/libanjuta-document-manager.so
-lib/anjuta/libanjuta-file-wizard.la
-lib/anjuta/libanjuta-file-wizard.so
-lib/anjuta/libanjuta-gdb.la
-lib/anjuta/libanjuta-gdb.so
-lib/anjuta/libanjuta-git.la
-lib/anjuta/libanjuta-git.so
-lib/anjuta/libanjuta-glade.la
-lib/anjuta/libanjuta-glade.so
-lib/anjuta/libanjuta-gtodo.la
-lib/anjuta/libanjuta-gtodo.so
-lib/anjuta/libanjuta-language-cpp-java.la
-lib/anjuta/libanjuta-language-cpp-java.so
-lib/anjuta/libanjuta-loader.la
-lib/anjuta/libanjuta-loader.so
-lib/anjuta/libanjuta-message-view.la
-lib/anjuta/libanjuta-message-view.so
-lib/anjuta/libanjuta-patch.la
-lib/anjuta/libanjuta-patch.so
-lib/anjuta/libanjuta-project-import.la
-lib/anjuta/libanjuta-project-import.so
-lib/anjuta/libanjuta-project-manager.la
-lib/anjuta/libanjuta-project-manager.so
-lib/anjuta/libanjuta-project-wizard.la
-lib/anjuta/libanjuta-project-wizard.so
-lib/anjuta/libanjuta-python-loader.la
-lib/anjuta/libanjuta-python-loader.so
-lib/anjuta/libanjuta-run-program.la
-lib/anjuta/libanjuta-run-program.so
-lib/anjuta/libanjuta-search.la
-lib/anjuta/libanjuta-search.so
-lib/anjuta/libanjuta-snippets-manager.la
-lib/anjuta/libanjuta-snippets-manager.so
-lib/anjuta/libanjuta-sourceview.la
-lib/anjuta/libanjuta-sourceview.so
-lib/anjuta/libanjuta-starter.la
-lib/anjuta/libanjuta-starter.so
-%%SVN%%lib/anjuta/libanjuta-subversion.la
-%%SVN%%lib/anjuta/libanjuta-subversion.so
-lib/anjuta/libanjuta-symbol-db.la
-lib/anjuta/libanjuta-symbol-db.so
-lib/anjuta/libanjuta-terminal.la
-lib/anjuta/libanjuta-terminal.so
-lib/anjuta/libanjuta-tools.la
-lib/anjuta/libanjuta-tools.so
-lib/anjuta/libdir-project.la
-lib/anjuta/libdir-project.so
-lib/anjuta/libfile-manager.la
-lib/anjuta/libfile-manager.so
-lib/anjuta/libgbf-am.la
-lib/anjuta/libgbf-am.so
-lib/anjuta/libgbf-mkfile.la
-lib/anjuta/libgbf-mkfile.so
-lib/anjuta/libjs_debugger.la
-lib/anjuta/libjs_debugger.so
-lib/anjuta/libjs-support-plugin.la
-lib/anjuta/libjs-support-plugin.so
-lib/anjuta/liblanguage-manager.la
-lib/anjuta/liblanguage-manager.so
-lib/anjuta/libpython_plugin.la
-lib/anjuta/libpython_plugin.so
-lib/anjuta/libpython_plugin.so.0
-lib/anjuta/python-plugin.plugin
-lib/anjuta/sourceview.plugin
-lib/anjuta/symbol-db.plugin
-lib/glade3/modules/libgladeanjuta.la
-lib/glade3/modules/libgladeanjuta.so
-lib/libanjuta.la
-lib/libanjuta.so
-lib/libanjuta.so.0
-lib/libanjuta-foocanvas.la
-lib/libanjuta-foocanvas.so
-lib/libanjuta-foocanvas.so.0
-libdata/pkgconfig/libanjuta-1.0.pc
-share/anjuta/AUTHORS
-share/anjuta/GBF/AmFiles.pm
-share/anjuta/GBF/General.pm
-share/anjuta/GBF/Make.pm
-share/anjuta/anjuta_project.template
-share/anjuta/build/automake-c.filters
-share/anjuta/class-templates/cc-header.tpl
-share/anjuta/class-templates/cc-source.tpl
-share/anjuta/class-templates/go-header.tpl
-share/anjuta/class-templates/go-source.tpl
-share/anjuta/gdb.init
-share/anjuta/glade/anjuta-build-basic-autotools-plugin.ui
-share/anjuta/glade/anjuta-class-gen-plugin.ui
-share/anjuta/glade/anjuta-cvs-plugin.ui
-share/anjuta/glade/anjuta-debug-manager.ui
-share/anjuta/glade/anjuta-document-manager.ui
-share/anjuta/glade/anjuta-editor-sourceview.ui
-share/anjuta/glade/anjuta-file-wizard.ui
-share/anjuta/glade/anjuta-gdb.ui
-share/anjuta/glade/anjuta-git.ui
-share/anjuta/glade/anjuta-language-cpp-java.ui
-share/anjuta/glade/anjuta-language-javascript.ui
-share/anjuta/glade/anjuta-message-manager-plugin.ui
-share/anjuta/glade/anjuta-project-wizard.ui
-share/anjuta/glade/anjuta-run-program.ui
-share/anjuta/glade/anjuta-search.ui
-%%SVN%%share/anjuta/glade/anjuta-subversion.ui
-share/anjuta/glade/anjuta-symbol-db.ui
-share/anjuta/glade/anjuta-terminal-plugin.ui
-share/anjuta/glade/anjuta-tools.ui
-share/anjuta/glade/applogo.png
-share/anjuta/glade/appwizard.png
-share/anjuta/glade/create_dialogs.ui
-share/anjuta/glade/file-manager.ui
-share/anjuta/glade/gbf-am-dialogs.ui
-share/anjuta/glade/patch-plugin.ui
-share/anjuta/glade/preferences.ui
-share/anjuta/glade/project-import.ui
-share/anjuta/glade/python-plugin-properties.ui
-share/anjuta/glade/snippets-browser.ui
-share/anjuta/glade/snippets-editor.ui
-share/anjuta/glade/snippets-manager-preferences.ui
-share/anjuta/glade/start-with-import.png
-share/anjuta/glade/start-with-open.png
-share/anjuta/glade/start-with-wizard.png
-share/anjuta/gtodo/gtodo.css
-share/anjuta/gtodo/gtodo.xsl
-share/anjuta/gtodo/gtodo-plain.xsl
-share/anjuta/languages.xml
-share/anjuta/layout.xml
-share/anjuta/profiles/default.profile
-share/anjuta/project/anjuta-plugin-logo.png
-share/anjuta/project/anjuta-plugin.wiz
-share/anjuta/project/anjuta-plugin/configure.ac.tpl
-share/anjuta/project/anjuta-plugin/po/POTFILES.in
-share/anjuta/project/anjuta-plugin/src/Makefile.am.tpl
-share/anjuta/project/anjuta-plugin/src/plugin.c
-share/anjuta/project/anjuta-plugin/src/plugin.h
-share/anjuta/project/anjuta-plugin/src/plugin.plugin.in
-share/anjuta/project/anjuta-plugin/src/plugin.ui
-share/anjuta/project/anjuta-plugin/src/plugin.xml
-share/anjuta/project/appwiz_sdl.png
-share/anjuta/project/cpp-logo.png
-share/anjuta/project/cpp.wiz
-share/anjuta/project/cpp/configure.ac.tpl
-share/anjuta/project/cpp/po/POTFILES.in
-share/anjuta/project/cpp/src/Makefile.am.tpl
-share/anjuta/project/cpp/src/main.cc
-share/anjuta/project/directory/project.anjuta
-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/gtk-logo.png
-share/anjuta/project/gtk.wiz
-share/anjuta/project/gtk/po/POTFILES.in
-share/anjuta/project/gtk/src/Makefile.am.tpl
-share/anjuta/project/gtk/src/callbacks.c
-share/anjuta/project/gtk/src/callbacks.h
-share/anjuta/project/gtk/src/main.c
-share/anjuta/project/gtk/src/project.ui
-share/anjuta/project/gtkmm-logo.png
-share/anjuta/project/gtkmm.wiz
-share/anjuta/project/gtkmm/po/POTFILES.in
-share/anjuta/project/gtkmm/src/Makefile.am.tpl
-share/anjuta/project/gtkmm/src/main.cc
-share/anjuta/project/gtkmm/src/project.ui
-share/anjuta/project/java-logo.png
-share/anjuta/project/java.wiz
-share/anjuta/project/java/configure.ac.tpl
-share/anjuta/project/java/po/POTFILES.in
-share/anjuta/project/java/project.anjuta
-share/anjuta/project/java/src/Makefile.am.tpl
-share/anjuta/project/java/src/main.java
-share/anjuta/project/js.wiz
-share/anjuta/project/js_minimal/Makefile.am.tpl
-share/anjuta/project/js_minimal/autogen.sh
-share/anjuta/project/js_minimal/configure.ac.tpl
-share/anjuta/project/js_minimal/project.anjuta
-share/anjuta/project/js_minimal/src/Makefile.am.tpl
-share/anjuta/project/js_minimal/src/debug.c
-share/anjuta/project/js_minimal/src/debug.h
-share/anjuta/project/js_minimal/src/main.c
-share/anjuta/project/js_minimal/src/main.js
-share/anjuta/project/library.wiz
-share/anjuta/project/library/configure.ac.tpl
-share/anjuta/project/library/po/POTFILES.in
-share/anjuta/project/library/src/Makefile.am.tpl
-share/anjuta/project/library/src/lib.c
-share/anjuta/project/library/src/lib.h
-share/anjuta/project/library/src/library.pc.in
-share/anjuta/project/licenses/BSD
-share/anjuta/project/licenses/GPL
-share/anjuta/project/licenses/LGPL
-share/anjuta/project/licenses/None
-share/anjuta/project/m4/as-ac-expand.m4
-share/anjuta/project/m4/ac-define-dir.m4
-share/anjuta/project/minimal.wiz
-share/anjuta/project/minimal/Makefile.am.tpl
-share/anjuta/project/minimal/anjuta.session
-share/anjuta/project/minimal/autogen.sh
-share/anjuta/project/minimal/configure.ac.tpl
-share/anjuta/project/minimal/project.anjuta
-share/anjuta/project/mkfile-logo.png
-share/anjuta/project/mkfile.wiz
-share/anjuta/project/mkfile/po/ChangeLog
-share/anjuta/project/mkfile/po/POTFILES.in
-share/anjuta/project/mkfile/project.anjuta
-share/anjuta/project/mkfile/src/Makefile.tpl
-share/anjuta/project/mkfile/src/main.c
-share/anjuta/project/pygtk-logo.png
-share/anjuta/project/pygtk.wiz
-share/anjuta/project/pygtk/configure.ac.tpl
-share/anjuta/project/pygtk/data/project.ui
-share/anjuta/project/pygtk/project.anjuta
-share/anjuta/project/pygtk/src/Makefile.am.tpl
-share/anjuta/project/pygtk/src/main.py
-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/po/ChangeLog
-share/anjuta/project/terminal/po/LINGUAS
-share/anjuta/project/terminal/po/POTFILES.in
-share/anjuta/project/terminal/project.anjuta
-share/anjuta/project/terminal/src/Makefile.am.tpl
-share/anjuta/project/terminal/src/main.c
-share/anjuta/project/wxwin-logo.png
-share/anjuta/project/wxwin.wiz
-share/anjuta/project/wxwin/configure.ac.tpl
-share/anjuta/project/wxwin/po/POTFILES.in
-share/anjuta/project/wxwin/src/Makefile.am.tpl
-share/anjuta/project/wxwin/src/main.cc
-share/anjuta/project/xlib-dock.wiz
-share/anjuta/project/xlib-dock/po/POTFILES.in
-share/anjuta/project/xlib-dock/src/Makefile.am.tpl
-share/anjuta/project/xlib-dock/src/main.c
-share/anjuta/project/xlib-dock/src/pixmaps.h
-share/anjuta/project/xlib-dock/src/wmgeneral.c
-share/anjuta/project/xlib-dock/src/wmgeneral.h
-share/anjuta/project/xlib-logo.png
-share/anjuta/project/xlib.wiz
-share/anjuta/project/xlib/configure.ac.tpl
-share/anjuta/project/xlib/po/POTFILES.in
-share/anjuta/project/xlib/src/Makefile.am.tpl
-share/anjuta/project/xlib/src/main.c
-share/anjuta/sources.list
-share/anjuta/snippets-global-variables.xml
-share/anjuta/snippets.anjuta-snippets
-share/anjuta/tables.sql
-share/anjuta/tools/find-fixmes.pl
-share/anjuta/tools/prepare-changelog.pl
-share/anjuta/tools/tools-2.xml
-share/anjuta/tools/translation-status.pl
-share/anjuta/ui/anjuta-build-basic-autotools-plugin.xml
-share/anjuta/ui/anjuta-cvs.ui
-share/anjuta/ui/anjuta-debug-manager.xml
-share/anjuta/ui/anjuta-devhelp-simple.ui
-share/anjuta/ui/anjuta-devhelp.ui
-share/anjuta/ui/anjuta-document-manager.xml
-share/anjuta/ui/anjuta-git.xml
-share/anjuta/ui/anjuta-glade.xml
-share/anjuta/ui/anjuta-gtodo.ui
-share/anjuta/ui/anjuta-language-support-cpp-java.xml
-share/anjuta/ui/anjuta-language-javascript.xml
-share/anjuta/ui/anjuta-loader-plugin.ui
-share/anjuta/ui/anjuta-message-manager.xml
-share/anjuta/ui/anjuta-patch.xml
-share/anjuta/ui/anjuta-project-manager.xml
-share/anjuta/ui/anjuta-run-program.xml
-share/anjuta/ui/anjuta-search.xml
-%%SVN%%share/anjuta/ui/anjuta-subversion.xml
-share/anjuta/ui/anjuta-symbol-db-plugin.xml
-share/anjuta/ui/anjuta-terminal-plugin.xml
-share/anjuta/ui/anjuta-tools.xml
-share/anjuta/ui/anjuta.xml
-share/anjuta/ui/file-manager.xml
-share/anjuta/ui/python-plugin.xml
-share/anjuta/ui/snippets-manager-ui.xml
-share/anjuta/welcome.txt
-share/applications/anjuta.desktop
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/FUTURE
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/ScintillaDoc.html
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-share/doc/libanjuta/AnjutaAsyncCommand.html
-share/doc/libanjuta/AnjutaCModule.html
-share/doc/libanjuta/AnjutaCPluginFactory.html
-share/doc/libanjuta/AnjutaCellRendererCaptionedImage.html
-share/doc/libanjuta/AnjutaCommand.html
-share/doc/libanjuta/AnjutaLauncher.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/AnjutaShell.html
-share/doc/libanjuta/AnjutaStatus.html
-share/doc/libanjuta/AnjutaSyncCommand.html
-share/doc/libanjuta/AnjutaUI.html
-share/doc/libanjuta/AnjutaVcsStatusTreeView.html
-share/doc/libanjuta/ESplash.html
-share/doc/libanjuta/IAnjutaBuildable.html
-share/doc/libanjuta/IAnjutaBuilder.html
-share/doc/libanjuta/IAnjutaDebugManager.html
-share/doc/libanjuta/IAnjutaDebugger.html
-share/doc/libanjuta/IAnjutaDebuggerBreakpoint.html
-share/doc/libanjuta/IAnjutaDebuggerInstruction.html
-share/doc/libanjuta/IAnjutaDebuggerMemory.html
-share/doc/libanjuta/IAnjutaDebuggerRegister.html
-share/doc/libanjuta/IAnjutaDebuggerVariable.html
-share/doc/libanjuta/IAnjutaDocument.html
-share/doc/libanjuta/IAnjutaDocumentManager.html
-share/doc/libanjuta/IAnjutaEditor.html
-share/doc/libanjuta/IAnjutaEditorAssist.html
-share/doc/libanjuta/IAnjutaEditorCell.html
-share/doc/libanjuta/IAnjutaEditorCellStyle.html
-share/doc/libanjuta/IAnjutaEditorComment.html
-share/doc/libanjuta/IAnjutaEditorConvert.html
-share/doc/libanjuta/IAnjutaEditorFactory.html
-share/doc/libanjuta/IAnjutaEditorFolds.html
-share/doc/libanjuta/IAnjutaEditorGoto.html
-share/doc/libanjuta/IAnjutaEditorHover.html
-share/doc/libanjuta/IAnjutaEditorLanguage.html
-share/doc/libanjuta/IAnjutaEditorLineMode.html
-share/doc/libanjuta/IAnjutaEditorSearch.html
-share/doc/libanjuta/IAnjutaEditorSelection.html
-share/doc/libanjuta/IAnjutaEditorView.html
-share/doc/libanjuta/IAnjutaEditorZoom.html
-share/doc/libanjuta/IAnjutaEnvironment.html
-share/doc/libanjuta/IAnjutaFile.html
-share/doc/libanjuta/IAnjutaFileLoader.html
-share/doc/libanjuta/IAnjutaFileManager.html
-share/doc/libanjuta/IAnjutaFileSavable.html
-share/doc/libanjuta/IAnjutaHelp.html
-share/doc/libanjuta/IAnjutaIndicable.html
-share/doc/libanjuta/IAnjutaIterable.html
-share/doc/libanjuta/IAnjutaIterableTree.html
-share/doc/libanjuta/IAnjutaLanguage.html
-share/doc/libanjuta/IAnjutaLoader.html
-share/doc/libanjuta/IAnjutaMarkable.html
-share/doc/libanjuta/IAnjutaMessageManager.html
-share/doc/libanjuta/IAnjutaMessageView.html
-share/doc/libanjuta/IAnjutaPluginFactory.html
-share/doc/libanjuta/IAnjutaPreferences.html
-share/doc/libanjuta/IAnjutaPrint.html
-share/doc/libanjuta/IAnjutaProjectManager.html
-share/doc/libanjuta/IAnjutaStream.html
-share/doc/libanjuta/IAnjutaStreamLoader.html
-share/doc/libanjuta/IAnjutaStreamSavable.html
-share/doc/libanjuta/IAnjutaSymbol.html
-share/doc/libanjuta/IAnjutaSymbolManager.html
-share/doc/libanjuta/IAnjutaSymbolQuery.html
-share/doc/libanjuta/IAnjutaTerminal.html
-share/doc/libanjuta/IAnjutaTodo.html
-share/doc/libanjuta/IAnjutaVcs.html
-share/doc/libanjuta/IAnjutaWizard.html
-share/doc/libanjuta/action-block.html
-share/doc/libanjuta/anjuta-architecture.html
-share/doc/libanjuta/anjuta-architecture.png
-share/doc/libanjuta/content-block.html
-share/doc/libanjuta/debugger-states.png
-share/doc/libanjuta/distribution.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/internationalization.html
-share/doc/libanjuta/left.png
-share/doc/libanjuta/libanjuta-AnjutaPluginDescription.html
-share/doc/libanjuta/libanjuta-Debugging.html
-share/doc/libanjuta/libanjuta-Program-resources.html
-share/doc/libanjuta/libanjuta-Utilities.html
-share/doc/libanjuta/libanjuta-anjuta-convert.html
-share/doc/libanjuta/libanjuta-anjuta-encodings.html
-share/doc/libanjuta/libanjuta-anjuta-utils-priv.html
-share/doc/libanjuta/libanjuta-anjuta-version.html
-share/doc/libanjuta/libanjuta-api.html
-share/doc/libanjuta/libanjuta-internal-api.html
-share/doc/libanjuta/libanjuta-libanjuta-iface-marshallers.html
-share/doc/libanjuta/libanjuta.devhelp
-share/doc/libanjuta/libanjuta.devhelp2
-share/doc/libanjuta/object-hierarchy.html
-share/doc/libanjuta/page-block.html
-share/doc/libanjuta/plugin-description-file.html
-share/doc/libanjuta/plugin-interfaces.html
-share/doc/libanjuta/project-wizard-format.html
-share/doc/libanjuta/right.png
-share/doc/libanjuta/style.css
-share/doc/libanjuta/up.png
-share/doc/libanjuta/writing-plugins-build-setup.html
-share/doc/libanjuta/writing-plugins-simple.html
-share/doc/libanjuta/writing-plugins-sources.html
-share/doc/libanjuta/writing-plugins.html
-share/glade3/catalogs/anjuta-glade.xml
-share/gnome/help/anjuta-build-tutorial/C/anjuta-build-tutorial.xml
-share/gnome/help/anjuta-build-tutorial/C/figures/autotools-process.png
-share/gnome/help/anjuta-build-tutorial/C/figures/build_preferences.png
-share/gnome/help/anjuta-build-tutorial/C/figures/compilation-stages.png
-share/gnome/help/anjuta-build-tutorial/C/figures/configure-dialog.png
-share/gnome/help/anjuta-build-tutorial/C/figures/configure-process.png
-share/gnome/help/anjuta-build-tutorial/C/figures/library-add-pkgconfig.png
-share/gnome/help/anjuta-build-tutorial/C/figures/library-add-properties.png
-share/gnome/help/anjuta-build-tutorial/C/figures/new-project-basic.png
-share/gnome/help/anjuta-build-tutorial/C/figures/new-project-message.png
-share/gnome/help/anjuta-build-tutorial/C/figures/new-project-options.png
-share/gnome/help/anjuta-build-tutorial/C/figures/new-project-select.png
-share/gnome/help/anjuta-build-tutorial/C/figures/new-project-summary.png
-share/gnome/help/anjuta-faqs/C/anjuta-faqs.xml
-share/gnome/help/anjuta-faqs/C/legal.xml
-share/gnome/help/anjuta-manual/C/anjuta-manual.xml
-share/gnome/help/anjuta-manual/C/authors.xml
-share/gnome/help/anjuta-manual/C/build.xml
-share/gnome/help/anjuta-manual/C/debugger.xml
-share/gnome/help/anjuta-manual/C/figures/add_edit_macro.png
-share/gnome/help/anjuta-manual/C/figures/anjuta-in-action.png
-share/gnome/help/anjuta-manual/C/figures/attach.png
-share/gnome/help/anjuta-manual/C/figures/brk_add.png
-share/gnome/help/anjuta-manual/C/figures/brk_dlg.png
-share/gnome/help/anjuta-manual/C/figures/configure_dlg.png
-share/gnome/help/anjuta-manual/C/figures/display_macro.png
-share/gnome/help/anjuta-manual/C/figures/editor_guides.png
-share/gnome/help/anjuta-manual/C/figures/editor_margins.png
-share/gnome/help/anjuta-manual/C/figures/editor_markers.png
-share/gnome/help/anjuta-manual/C/figures/file_menu.png
-share/gnome/help/anjuta-manual/C/figures/insert_text.png
-share/gnome/help/anjuta-manual/C/figures/keyword_macro.png
-share/gnome/help/anjuta-manual/C/figures/local_variables.png
-share/gnome/help/anjuta-manual/C/figures/menubar.png
-share/gnome/help/anjuta-manual/C/figures/message_win.png
-share/gnome/help/anjuta-manual/C/figures/new_file_wizard.png
-share/gnome/help/anjuta-manual/C/figures/open_file.png
-share/gnome/help/anjuta-manual/C/figures/open_file_multiple.png
-share/gnome/help/anjuta-manual/C/figures/prefs_print.png
-share/gnome/help/anjuta-manual/C/figures/print_dlg.png
-share/gnome/help/anjuta-manual/C/figures/print_preview.png
-share/gnome/help/anjuta-manual/C/figures/project-window.png
-share/gnome/help/anjuta-manual/C/figures/project_group.png
-share/gnome/help/anjuta-manual/C/figures/project_info.png
-share/gnome/help/anjuta-manual/C/figures/project_target.png
-share/gnome/help/anjuta-manual/C/figures/project_target_details.png
-share/gnome/help/anjuta-manual/C/figures/registers.png
-share/gnome/help/anjuta-manual/C/figures/save_as_file.png
-share/gnome/help/anjuta-manual/C/figures/search_expr.png
-share/gnome/help/anjuta-manual/C/figures/search_expr_basic.png
-share/gnome/help/anjuta-manual/C/figures/search_file_pattern.png
-share/gnome/help/anjuta-manual/C/figures/search_replace.png
-share/gnome/help/anjuta-manual/C/figures/search_setting.png
-share/gnome/help/anjuta-manual/C/figures/search_target.png
-share/gnome/help/anjuta-manual/C/figures/search_target_action.png
-share/gnome/help/anjuta-manual/C/figures/search_target_in.png
-share/gnome/help/anjuta-manual/C/figures/sharedlibs.png
-share/gnome/help/anjuta-manual/C/figures/signals.png
-share/gnome/help/anjuta-manual/C/figures/stack.png
-share/gnome/help/anjuta-manual/C/figures/symbol_browser.png
-share/gnome/help/anjuta-manual/C/figures/tool-editor.png
-share/gnome/help/anjuta-manual/C/fileoperations.xml
-share/gnome/help/anjuta-manual/C/glade.xml
-share/gnome/help/anjuta-manual/C/interface.xml
-share/gnome/help/anjuta-manual/C/introduction.xml
-share/gnome/help/anjuta-manual/C/legal.xml
-share/gnome/help/anjuta-manual/C/license.xml
-share/gnome/help/anjuta-manual/C/preferences.xml
-share/gnome/help/anjuta-manual/C/projects.xml
-share/gnome/help/anjuta-manual/C/template.xml
-share/gnome/help/anjuta-manual/C/tools.xml
-share/gnome/help/anjuta-manual/de/anjuta-manual.xml
-share/gnome/help/anjuta-manual/de/figures/add_edit_macro.png
-share/gnome/help/anjuta-manual/de/figures/anjuta-in-action.png
-share/gnome/help/anjuta-manual/de/figures/attach.png
-share/gnome/help/anjuta-manual/de/figures/brk_add.png
-share/gnome/help/anjuta-manual/de/figures/brk_dlg.png
-share/gnome/help/anjuta-manual/de/figures/configure_dlg.png
-share/gnome/help/anjuta-manual/de/figures/display_macro.png
-share/gnome/help/anjuta-manual/de/figures/editor_guides.png
-share/gnome/help/anjuta-manual/de/figures/editor_margins.png
-share/gnome/help/anjuta-manual/de/figures/editor_markers.png
-share/gnome/help/anjuta-manual/de/figures/file_menu.png
-share/gnome/help/anjuta-manual/de/figures/insert_text.png
-share/gnome/help/anjuta-manual/de/figures/keyword_macro.png
-share/gnome/help/anjuta-manual/de/figures/local_variables.png
-share/gnome/help/anjuta-manual/de/figures/menubar.png
-share/gnome/help/anjuta-manual/de/figures/message_win.png
-share/gnome/help/anjuta-manual/de/figures/new_file_wizard.png
-share/gnome/help/anjuta-manual/de/figures/open_file.png
-share/gnome/help/anjuta-manual/de/figures/open_file_multiple.png
-share/gnome/help/anjuta-manual/de/figures/prefs_print.png
-share/gnome/help/anjuta-manual/de/figures/print_dlg.png
-share/gnome/help/anjuta-manual/de/figures/print_preview.png
-share/gnome/help/anjuta-manual/de/figures/project-window.png
-share/gnome/help/anjuta-manual/de/figures/project_group.png
-share/gnome/help/anjuta-manual/de/figures/project_info.png
-share/gnome/help/anjuta-manual/de/figures/project_target.png
-share/gnome/help/anjuta-manual/de/figures/project_target_details.png
-share/gnome/help/anjuta-manual/de/figures/registers.png
-share/gnome/help/anjuta-manual/de/figures/save_as_file.png
-share/gnome/help/anjuta-manual/de/figures/search_expr.png
-share/gnome/help/anjuta-manual/de/figures/search_expr_basic.png
-share/gnome/help/anjuta-manual/de/figures/search_file_pattern.png
-share/gnome/help/anjuta-manual/de/figures/search_replace.png
-share/gnome/help/anjuta-manual/de/figures/search_setting.png
-share/gnome/help/anjuta-manual/de/figures/search_target.png
-share/gnome/help/anjuta-manual/de/figures/search_target_action.png
-share/gnome/help/anjuta-manual/de/figures/search_target_in.png
-share/gnome/help/anjuta-manual/de/figures/sharedlibs.png
-share/gnome/help/anjuta-manual/de/figures/signals.png
-share/gnome/help/anjuta-manual/de/figures/stack.png
-share/gnome/help/anjuta-manual/de/figures/symbol_browser.png
-share/gnome/help/anjuta-manual/de/figures/tool-editor.png
-share/gnome/help/anjuta-manual/el/anjuta-manual.xml
-share/gnome/help/anjuta-manual/el/figures/add_edit_macro.png
-share/gnome/help/anjuta-manual/el/figures/anjuta-in-action.png
-share/gnome/help/anjuta-manual/el/figures/attach.png
-share/gnome/help/anjuta-manual/el/figures/brk_add.png
-share/gnome/help/anjuta-manual/el/figures/brk_dlg.png
-share/gnome/help/anjuta-manual/el/figures/configure_dlg.png
-share/gnome/help/anjuta-manual/el/figures/display_macro.png
-share/gnome/help/anjuta-manual/el/figures/editor_guides.png
-share/gnome/help/anjuta-manual/el/figures/editor_margins.png
-share/gnome/help/anjuta-manual/el/figures/editor_markers.png
-share/gnome/help/anjuta-manual/el/figures/file_menu.png
-share/gnome/help/anjuta-manual/el/figures/insert_text.png
-share/gnome/help/anjuta-manual/el/figures/keyword_macro.png
-share/gnome/help/anjuta-manual/el/figures/local_variables.png
-share/gnome/help/anjuta-manual/el/figures/menubar.png
-share/gnome/help/anjuta-manual/el/figures/message_win.png
-share/gnome/help/anjuta-manual/el/figures/new_file_wizard.png
-share/gnome/help/anjuta-manual/el/figures/open_file.png
-share/gnome/help/anjuta-manual/el/figures/open_file_multiple.png
-share/gnome/help/anjuta-manual/el/figures/prefs_print.png
-share/gnome/help/anjuta-manual/el/figures/print_dlg.png
-share/gnome/help/anjuta-manual/el/figures/print_preview.png
-share/gnome/help/anjuta-manual/el/figures/project-window.png
-share/gnome/help/anjuta-manual/el/figures/project_group.png
-share/gnome/help/anjuta-manual/el/figures/project_info.png
-share/gnome/help/anjuta-manual/el/figures/project_target.png
-share/gnome/help/anjuta-manual/el/figures/project_target_details.png
-share/gnome/help/anjuta-manual/el/figures/registers.png
-share/gnome/help/anjuta-manual/el/figures/save_as_file.png
-share/gnome/help/anjuta-manual/el/figures/search_expr.png
-share/gnome/help/anjuta-manual/el/figures/search_expr_basic.png
-share/gnome/help/anjuta-manual/el/figures/search_file_pattern.png
-share/gnome/help/anjuta-manual/el/figures/search_replace.png
-share/gnome/help/anjuta-manual/el/figures/search_setting.png
-share/gnome/help/anjuta-manual/el/figures/search_target.png
-share/gnome/help/anjuta-manual/el/figures/search_target_action.png
-share/gnome/help/anjuta-manual/el/figures/search_target_in.png
-share/gnome/help/anjuta-manual/el/figures/sharedlibs.png
-share/gnome/help/anjuta-manual/el/figures/signals.png
-share/gnome/help/anjuta-manual/el/figures/stack.png
-share/gnome/help/anjuta-manual/el/figures/symbol_browser.png
-share/gnome/help/anjuta-manual/el/figures/tool-editor.png
-share/gnome/help/anjuta-manual/es/anjuta-manual.xml
-share/gnome/help/anjuta-manual/es/figures/add_edit_macro.png
-share/gnome/help/anjuta-manual/es/figures/anjuta-in-action.png
-share/gnome/help/anjuta-manual/es/figures/attach.png
-share/gnome/help/anjuta-manual/es/figures/brk_add.png
-share/gnome/help/anjuta-manual/es/figures/brk_dlg.png
-share/gnome/help/anjuta-manual/es/figures/configure_dlg.png
-share/gnome/help/anjuta-manual/es/figures/display_macro.png
-share/gnome/help/anjuta-manual/es/figures/editor_guides.png
-share/gnome/help/anjuta-manual/es/figures/editor_margins.png
-share/gnome/help/anjuta-manual/es/figures/editor_markers.png
-share/gnome/help/anjuta-manual/es/figures/file_menu.png
-share/gnome/help/anjuta-manual/es/figures/insert_text.png
-share/gnome/help/anjuta-manual/es/figures/keyword_macro.png
-share/gnome/help/anjuta-manual/es/figures/local_variables.png
-share/gnome/help/anjuta-manual/es/figures/menubar.png
-share/gnome/help/anjuta-manual/es/figures/message_win.png
-share/gnome/help/anjuta-manual/es/figures/new_file_wizard.png
-share/gnome/help/anjuta-manual/es/figures/open_file.png
-share/gnome/help/anjuta-manual/es/figures/open_file_multiple.png
-share/gnome/help/anjuta-manual/es/figures/prefs_print.png
-share/gnome/help/anjuta-manual/es/figures/print_dlg.png
-share/gnome/help/anjuta-manual/es/figures/print_preview.png
-share/gnome/help/anjuta-manual/es/figures/project-window.png
-share/gnome/help/anjuta-manual/es/figures/project_group.png
-share/gnome/help/anjuta-manual/es/figures/project_info.png
-share/gnome/help/anjuta-manual/es/figures/project_target.png
-share/gnome/help/anjuta-manual/es/figures/project_target_details.png
-share/gnome/help/anjuta-manual/es/figures/registers.png
-share/gnome/help/anjuta-manual/es/figures/save_as_file.png
-share/gnome/help/anjuta-manual/es/figures/search_expr.png
-share/gnome/help/anjuta-manual/es/figures/search_expr_basic.png
-share/gnome/help/anjuta-manual/es/figures/search_file_pattern.png
-share/gnome/help/anjuta-manual/es/figures/search_replace.png
-share/gnome/help/anjuta-manual/es/figures/search_setting.png
-share/gnome/help/anjuta-manual/es/figures/search_target.png
-share/gnome/help/anjuta-manual/es/figures/search_target_action.png
-share/gnome/help/anjuta-manual/es/figures/search_target_in.png
-share/gnome/help/anjuta-manual/es/figures/sharedlibs.png
-share/gnome/help/anjuta-manual/es/figures/signals.png
-share/gnome/help/anjuta-manual/es/figures/stack.png
-share/gnome/help/anjuta-manual/es/figures/symbol_browser.png
-share/gnome/help/anjuta-manual/es/figures/tool-editor.png
-share/gnome/help/anjuta-manual/eu/anjuta-manual.xml
-share/gnome/help/anjuta-manual/eu/figures/add_edit_macro.png
-share/gnome/help/anjuta-manual/eu/figures/anjuta-in-action.png
-share/gnome/help/anjuta-manual/eu/figures/attach.png
-share/gnome/help/anjuta-manual/eu/figures/brk_add.png
-share/gnome/help/anjuta-manual/eu/figures/brk_dlg.png
-share/gnome/help/anjuta-manual/eu/figures/configure_dlg.png
-share/gnome/help/anjuta-manual/eu/figures/display_macro.png
-share/gnome/help/anjuta-manual/eu/figures/editor_guides.png
-share/gnome/help/anjuta-manual/eu/figures/editor_margins.png
-share/gnome/help/anjuta-manual/eu/figures/editor_markers.png
-share/gnome/help/anjuta-manual/eu/figures/file_menu.png
-share/gnome/help/anjuta-manual/eu/figures/insert_text.png
-share/gnome/help/anjuta-manual/eu/figures/keyword_macro.png
-share/gnome/help/anjuta-manual/eu/figures/local_variables.png
-share/gnome/help/anjuta-manual/eu/figures/menubar.png
-share/gnome/help/anjuta-manual/eu/figures/message_win.png
-share/gnome/help/anjuta-manual/eu/figures/new_file_wizard.png
-share/gnome/help/anjuta-manual/eu/figures/open_file.png
-share/gnome/help/anjuta-manual/eu/figures/open_file_multiple.png
-share/gnome/help/anjuta-manual/eu/figures/prefs_print.png
-share/gnome/help/anjuta-manual/eu/figures/print_dlg.png
-share/gnome/help/anjuta-manual/eu/figures/print_preview.png
-share/gnome/help/anjuta-manual/eu/figures/project-window.png
-share/gnome/help/anjuta-manual/eu/figures/project_info.png
-share/gnome/help/anjuta-manual/eu/figures/project_group.png
-share/gnome/help/anjuta-manual/eu/figures/project_target.png
-share/gnome/help/anjuta-manual/eu/figures/project_target_details.png
-share/gnome/help/anjuta-manual/eu/figures/registers.png
-share/gnome/help/anjuta-manual/eu/figures/save_as_file.png
-share/gnome/help/anjuta-manual/eu/figures/search_expr.png
-share/gnome/help/anjuta-manual/eu/figures/search_expr_basic.png
-share/gnome/help/anjuta-manual/eu/figures/search_file_pattern.png
-share/gnome/help/anjuta-manual/eu/figures/search_replace.png
-share/gnome/help/anjuta-manual/eu/figures/search_setting.png
-share/gnome/help/anjuta-manual/eu/figures/search_target.png
-share/gnome/help/anjuta-manual/eu/figures/search_target_action.png
-share/gnome/help/anjuta-manual/eu/figures/search_target_in.png
-share/gnome/help/anjuta-manual/eu/figures/sharedlibs.png
-share/gnome/help/anjuta-manual/eu/figures/signals.png
-share/gnome/help/anjuta-manual/eu/figures/stack.png
-share/gnome/help/anjuta-manual/eu/figures/symbol_browser.png
-share/gnome/help/anjuta-manual/eu/figures/tool-editor.png
-share/gnome/help/anjuta-manual/fr/anjuta-manual.xml
-share/gnome/help/anjuta-manual/fr/figures/add_edit_macro.png
-share/gnome/help/anjuta-manual/fr/figures/anjuta-in-action.png
-share/gnome/help/anjuta-manual/fr/figures/attach.png
-share/gnome/help/anjuta-manual/fr/figures/brk_add.png
-share/gnome/help/anjuta-manual/fr/figures/brk_dlg.png
-share/gnome/help/anjuta-manual/fr/figures/configure_dlg.png
-share/gnome/help/anjuta-manual/fr/figures/display_macro.png
-share/gnome/help/anjuta-manual/fr/figures/editor_guides.png
-share/gnome/help/anjuta-manual/fr/figures/editor_margins.png
-share/gnome/help/anjuta-manual/fr/figures/editor_markers.png
-share/gnome/help/anjuta-manual/fr/figures/file_menu.png
-share/gnome/help/anjuta-manual/fr/figures/insert_text.png
-share/gnome/help/anjuta-manual/fr/figures/keyword_macro.png
-share/gnome/help/anjuta-manual/fr/figures/local_variables.png
-share/gnome/help/anjuta-manual/fr/figures/menubar.png
-share/gnome/help/anjuta-manual/fr/figures/message_win.png
-share/gnome/help/anjuta-manual/fr/figures/new_file_wizard.png
-share/gnome/help/anjuta-manual/fr/figures/open_file.png
-share/gnome/help/anjuta-manual/fr/figures/open_file_multiple.png
-share/gnome/help/anjuta-manual/fr/figures/prefs_print.png
-share/gnome/help/anjuta-manual/fr/figures/print_dlg.png
-share/gnome/help/anjuta-manual/fr/figures/print_preview.png
-share/gnome/help/anjuta-manual/fr/figures/project-window.png
-share/gnome/help/anjuta-manual/fr/figures/project_group.png
-share/gnome/help/anjuta-manual/fr/figures/project_info.png
-share/gnome/help/anjuta-manual/fr/figures/project_target.png
-share/gnome/help/anjuta-manual/fr/figures/project_target_details.png
-share/gnome/help/anjuta-manual/fr/figures/registers.png
-share/gnome/help/anjuta-manual/fr/figures/save_as_file.png
-share/gnome/help/anjuta-manual/fr/figures/search_expr.png
-share/gnome/help/anjuta-manual/fr/figures/search_expr_basic.png
-share/gnome/help/anjuta-manual/fr/figures/search_file_pattern.png
-share/gnome/help/anjuta-manual/fr/figures/search_replace.png
-share/gnome/help/anjuta-manual/fr/figures/search_setting.png
-share/gnome/help/anjuta-manual/fr/figures/search_target.png
-share/gnome/help/anjuta-manual/fr/figures/search_target_action.png
-share/gnome/help/anjuta-manual/fr/figures/search_target_in.png
-share/gnome/help/anjuta-manual/fr/figures/sharedlibs.png
-share/gnome/help/anjuta-manual/fr/figures/signals.png
-share/gnome/help/anjuta-manual/fr/figures/stack.png
-share/gnome/help/anjuta-manual/fr/figures/symbol_browser.png
-share/gnome/help/anjuta-manual/fr/figures/tool-editor.png
-share/gnome/help/anjuta-manual/ja/anjuta-manual.xml
-share/gnome/help/anjuta-manual/ja/figures/add_edit_macro.png
-share/gnome/help/anjuta-manual/ja/figures/anjuta-in-action.png
-share/gnome/help/anjuta-manual/ja/figures/attach.png
-share/gnome/help/anjuta-manual/ja/figures/brk_add.png
-share/gnome/help/anjuta-manual/ja/figures/brk_dlg.png
-share/gnome/help/anjuta-manual/ja/figures/configure_dlg.png
-share/gnome/help/anjuta-manual/ja/figures/display_macro.png
-share/gnome/help/anjuta-manual/ja/figures/editor_guides.png
-share/gnome/help/anjuta-manual/ja/figures/editor_margins.png
-share/gnome/help/anjuta-manual/ja/figures/editor_markers.png
-share/gnome/help/anjuta-manual/ja/figures/file_menu.png
-share/gnome/help/anjuta-manual/ja/figures/insert_text.png
-share/gnome/help/anjuta-manual/ja/figures/keyword_macro.png
-share/gnome/help/anjuta-manual/ja/figures/local_variables.png
-share/gnome/help/anjuta-manual/ja/figures/menubar.png
-share/gnome/help/anjuta-manual/ja/figures/message_win.png
-share/gnome/help/anjuta-manual/ja/figures/new_file_wizard.png
-share/gnome/help/anjuta-manual/ja/figures/open_file.png
-share/gnome/help/anjuta-manual/ja/figures/open_file_multiple.png
-share/gnome/help/anjuta-manual/ja/figures/prefs_print.png
-share/gnome/help/anjuta-manual/ja/figures/print_dlg.png
-share/gnome/help/anjuta-manual/ja/figures/print_preview.png
-share/gnome/help/anjuta-manual/ja/figures/project-window.png
-share/gnome/help/anjuta-manual/ja/figures/project_group.png
-share/gnome/help/anjuta-manual/ja/figures/project_info.png
-share/gnome/help/anjuta-manual/ja/figures/project_target.png
-share/gnome/help/anjuta-manual/ja/figures/project_target_details.png
-share/gnome/help/anjuta-manual/ja/figures/registers.png
-share/gnome/help/anjuta-manual/ja/figures/save_as_file.png
-share/gnome/help/anjuta-manual/ja/figures/search_expr.png
-share/gnome/help/anjuta-manual/ja/figures/search_expr_basic.png
-share/gnome/help/anjuta-manual/ja/figures/search_file_pattern.png
-share/gnome/help/anjuta-manual/ja/figures/search_replace.png
-share/gnome/help/anjuta-manual/ja/figures/search_setting.png
-share/gnome/help/anjuta-manual/ja/figures/search_target.png
-share/gnome/help/anjuta-manual/ja/figures/search_target_action.png
-share/gnome/help/anjuta-manual/ja/figures/search_target_in.png
-share/gnome/help/anjuta-manual/ja/figures/sharedlibs.png
-share/gnome/help/anjuta-manual/ja/figures/signals.png
-share/gnome/help/anjuta-manual/ja/figures/stack.png
-share/gnome/help/anjuta-manual/ja/figures/symbol_browser.png
-share/gnome/help/anjuta-manual/ja/figures/tool-editor.png
-share/gnome/help/anjuta-manual/oc/anjuta-manual.xml
-share/gnome/help/anjuta-manual/oc/figures/add_edit_macro.png
-share/gnome/help/anjuta-manual/oc/figures/anjuta-in-action.png
-share/gnome/help/anjuta-manual/oc/figures/attach.png
-share/gnome/help/anjuta-manual/oc/figures/brk_add.png
-share/gnome/help/anjuta-manual/oc/figures/brk_dlg.png
-share/gnome/help/anjuta-manual/oc/figures/configure_dlg.png
-share/gnome/help/anjuta-manual/oc/figures/display_macro.png
-share/gnome/help/anjuta-manual/oc/figures/editor_guides.png
-share/gnome/help/anjuta-manual/oc/figures/editor_margins.png
-share/gnome/help/anjuta-manual/oc/figures/editor_markers.png
-share/gnome/help/anjuta-manual/oc/figures/file_menu.png
-share/gnome/help/anjuta-manual/oc/figures/insert_text.png
-share/gnome/help/anjuta-manual/oc/figures/keyword_macro.png
-share/gnome/help/anjuta-manual/oc/figures/local_variables.png
-share/gnome/help/anjuta-manual/oc/figures/menubar.png
-share/gnome/help/anjuta-manual/oc/figures/message_win.png
-share/gnome/help/anjuta-manual/oc/figures/new_file_wizard.png
-share/gnome/help/anjuta-manual/oc/figures/open_file.png
-share/gnome/help/anjuta-manual/oc/figures/open_file_multiple.png
-share/gnome/help/anjuta-manual/oc/figures/prefs_print.png
-share/gnome/help/anjuta-manual/oc/figures/print_dlg.png
-share/gnome/help/anjuta-manual/oc/figures/print_preview.png
-share/gnome/help/anjuta-manual/oc/figures/project-window.png
-share/gnome/help/anjuta-manual/oc/figures/project_info.png
-share/gnome/help/anjuta-manual/oc/figures/project_group.png
-share/gnome/help/anjuta-manual/oc/figures/project_target.png
-share/gnome/help/anjuta-manual/oc/figures/project_target_details.png
-share/gnome/help/anjuta-manual/oc/figures/registers.png
-share/gnome/help/anjuta-manual/oc/figures/save_as_file.png
-share/gnome/help/anjuta-manual/oc/figures/search_expr.png
-share/gnome/help/anjuta-manual/oc/figures/search_expr_basic.png
-share/gnome/help/anjuta-manual/oc/figures/search_file_pattern.png
-share/gnome/help/anjuta-manual/oc/figures/search_replace.png
-share/gnome/help/anjuta-manual/oc/figures/search_setting.png
-share/gnome/help/anjuta-manual/oc/figures/search_target.png
-share/gnome/help/anjuta-manual/oc/figures/search_target_action.png
-share/gnome/help/anjuta-manual/oc/figures/search_target_in.png
-share/gnome/help/anjuta-manual/oc/figures/sharedlibs.png
-share/gnome/help/anjuta-manual/oc/figures/signals.png
-share/gnome/help/anjuta-manual/oc/figures/stack.png
-share/gnome/help/anjuta-manual/oc/figures/symbol_browser.png
-share/gnome/help/anjuta-manual/oc/figures/tool-editor.png
-share/gnome/help/anjuta-manual/sv/anjuta-manual.xml
-share/gnome/help/anjuta-manual/sv/figures/add_edit_macro.png
-share/gnome/help/anjuta-manual/sv/figures/anjuta-in-action.png
-share/gnome/help/anjuta-manual/sv/figures/attach.png
-share/gnome/help/anjuta-manual/sv/figures/brk_add.png
-share/gnome/help/anjuta-manual/sv/figures/brk_dlg.png
-share/gnome/help/anjuta-manual/sv/figures/configure_dlg.png
-share/gnome/help/anjuta-manual/sv/figures/display_macro.png
-share/gnome/help/anjuta-manual/sv/figures/editor_guides.png
-share/gnome/help/anjuta-manual/sv/figures/editor_margins.png
-share/gnome/help/anjuta-manual/sv/figures/editor_markers.png
-share/gnome/help/anjuta-manual/sv/figures/file_menu.png
-share/gnome/help/anjuta-manual/sv/figures/insert_text.png
-share/gnome/help/anjuta-manual/sv/figures/keyword_macro.png
-share/gnome/help/anjuta-manual/sv/figures/local_variables.png
-share/gnome/help/anjuta-manual/sv/figures/menubar.png
-share/gnome/help/anjuta-manual/sv/figures/message_win.png
-share/gnome/help/anjuta-manual/sv/figures/new_file_wizard.png
-share/gnome/help/anjuta-manual/sv/figures/open_file.png
-share/gnome/help/anjuta-manual/sv/figures/open_file_multiple.png
-share/gnome/help/anjuta-manual/sv/figures/prefs_print.png
-share/gnome/help/anjuta-manual/sv/figures/print_dlg.png
-share/gnome/help/anjuta-manual/sv/figures/print_preview.png
-share/gnome/help/anjuta-manual/sv/figures/project-window.png
-share/gnome/help/anjuta-manual/sv/figures/project_info.png
-share/gnome/help/anjuta-manual/sv/figures/project_group.png
-share/gnome/help/anjuta-manual/sv/figures/project_target.png
-share/gnome/help/anjuta-manual/sv/figures/project_target_details.png
-share/gnome/help/anjuta-manual/sv/figures/registers.png
-share/gnome/help/anjuta-manual/sv/figures/save_as_file.png
-share/gnome/help/anjuta-manual/sv/figures/search_expr.png
-share/gnome/help/anjuta-manual/sv/figures/search_expr_basic.png
-share/gnome/help/anjuta-manual/sv/figures/search_file_pattern.png
-share/gnome/help/anjuta-manual/sv/figures/search_replace.png
-share/gnome/help/anjuta-manual/sv/figures/search_setting.png
-share/gnome/help/anjuta-manual/sv/figures/search_target.png
-share/gnome/help/anjuta-manual/sv/figures/search_target_action.png
-share/gnome/help/anjuta-manual/sv/figures/search_target_in.png
-share/gnome/help/anjuta-manual/sv/figures/sharedlibs.png
-share/gnome/help/anjuta-manual/sv/figures/signals.png
-share/gnome/help/anjuta-manual/sv/figures/stack.png
-share/gnome/help/anjuta-manual/sv/figures/symbol_browser.png
-share/gnome/help/anjuta-manual/sv/figures/tool-editor.png
-share/gnome/help/anjuta-manual/th/anjuta-manual.xml
-share/gnome/help/anjuta-manual/th/figures/add_edit_macro.png
-share/gnome/help/anjuta-manual/th/figures/anjuta-in-action.png
-share/gnome/help/anjuta-manual/th/figures/attach.png
-share/gnome/help/anjuta-manual/th/figures/brk_add.png
-share/gnome/help/anjuta-manual/th/figures/brk_dlg.png
-share/gnome/help/anjuta-manual/th/figures/configure_dlg.png
-share/gnome/help/anjuta-manual/th/figures/display_macro.png
-share/gnome/help/anjuta-manual/th/figures/editor_guides.png
-share/gnome/help/anjuta-manual/th/figures/editor_margins.png
-share/gnome/help/anjuta-manual/th/figures/editor_markers.png
-share/gnome/help/anjuta-manual/th/figures/file_menu.png
-share/gnome/help/anjuta-manual/th/figures/insert_text.png
-share/gnome/help/anjuta-manual/th/figures/keyword_macro.png
-share/gnome/help/anjuta-manual/th/figures/local_variables.png
-share/gnome/help/anjuta-manual/th/figures/menubar.png
-share/gnome/help/anjuta-manual/th/figures/message_win.png
-share/gnome/help/anjuta-manual/th/figures/new_file_wizard.png
-share/gnome/help/anjuta-manual/th/figures/open_file.png
-share/gnome/help/anjuta-manual/th/figures/open_file_multiple.png
-share/gnome/help/anjuta-manual/th/figures/prefs_print.png
-share/gnome/help/anjuta-manual/th/figures/print_dlg.png
-share/gnome/help/anjuta-manual/th/figures/print_preview.png
-share/gnome/help/anjuta-manual/th/figures/project-window.png
-share/gnome/help/anjuta-manual/th/figures/project_group.png
-share/gnome/help/anjuta-manual/th/figures/project_info.png
-share/gnome/help/anjuta-manual/th/figures/project_target.png
-share/gnome/help/anjuta-manual/th/figures/project_target_details.png
-share/gnome/help/anjuta-manual/th/figures/registers.png
-share/gnome/help/anjuta-manual/th/figures/save_as_file.png
-share/gnome/help/anjuta-manual/th/figures/search_expr.png
-share/gnome/help/anjuta-manual/th/figures/search_expr_basic.png
-share/gnome/help/anjuta-manual/th/figures/search_file_pattern.png
-share/gnome/help/anjuta-manual/th/figures/search_replace.png
-share/gnome/help/anjuta-manual/th/figures/search_setting.png
-share/gnome/help/anjuta-manual/th/figures/search_target.png
-share/gnome/help/anjuta-manual/th/figures/search_target_action.png
-share/gnome/help/anjuta-manual/th/figures/search_target_in.png
-share/gnome/help/anjuta-manual/th/figures/sharedlibs.png
-share/gnome/help/anjuta-manual/th/figures/signals.png
-share/gnome/help/anjuta-manual/th/figures/stack.png
-share/gnome/help/anjuta-manual/th/figures/symbol_browser.png
-share/gnome/help/anjuta-manual/th/figures/tool-editor.png
-share/gnome/help/anjuta-manual/uk/anjuta-manual.xml
-share/gnome/help/anjuta-manual/uk/figures/add_edit_macro.png
-share/gnome/help/anjuta-manual/uk/figures/anjuta-in-action.png
-share/gnome/help/anjuta-manual/uk/figures/attach.png
-share/gnome/help/anjuta-manual/uk/figures/brk_add.png
-share/gnome/help/anjuta-manual/uk/figures/brk_dlg.png
-share/gnome/help/anjuta-manual/uk/figures/configure_dlg.png
-share/gnome/help/anjuta-manual/uk/figures/display_macro.png
-share/gnome/help/anjuta-manual/uk/figures/editor_guides.png
-share/gnome/help/anjuta-manual/uk/figures/editor_margins.png
-share/gnome/help/anjuta-manual/uk/figures/editor_markers.png
-share/gnome/help/anjuta-manual/uk/figures/file_menu.png
-share/gnome/help/anjuta-manual/uk/figures/insert_text.png
-share/gnome/help/anjuta-manual/uk/figures/keyword_macro.png
-share/gnome/help/anjuta-manual/uk/figures/local_variables.png
-share/gnome/help/anjuta-manual/uk/figures/menubar.png
-share/gnome/help/anjuta-manual/uk/figures/message_win.png
-share/gnome/help/anjuta-manual/uk/figures/new_file_wizard.png
-share/gnome/help/anjuta-manual/uk/figures/open_file.png
-share/gnome/help/anjuta-manual/uk/figures/open_file_multiple.png
-share/gnome/help/anjuta-manual/uk/figures/prefs_print.png
-share/gnome/help/anjuta-manual/uk/figures/print_dlg.png
-share/gnome/help/anjuta-manual/uk/figures/print_preview.png
-share/gnome/help/anjuta-manual/uk/figures/project-window.png
-share/gnome/help/anjuta-manual/uk/figures/project_group.png
-share/gnome/help/anjuta-manual/uk/figures/project_info.png
-share/gnome/help/anjuta-manual/uk/figures/project_target.png
-share/gnome/help/anjuta-manual/uk/figures/project_target_details.png
-share/gnome/help/anjuta-manual/uk/figures/registers.png
-share/gnome/help/anjuta-manual/uk/figures/save_as_file.png
-share/gnome/help/anjuta-manual/uk/figures/search_expr.png
-share/gnome/help/anjuta-manual/uk/figures/search_expr_basic.png
-share/gnome/help/anjuta-manual/uk/figures/search_file_pattern.png
-share/gnome/help/anjuta-manual/uk/figures/search_replace.png
-share/gnome/help/anjuta-manual/uk/figures/search_setting.png
-share/gnome/help/anjuta-manual/uk/figures/search_target.png
-share/gnome/help/anjuta-manual/uk/figures/search_target_action.png
-share/gnome/help/anjuta-manual/uk/figures/search_target_in.png
-share/gnome/help/anjuta-manual/uk/figures/sharedlibs.png
-share/gnome/help/anjuta-manual/uk/figures/signals.png
-share/gnome/help/anjuta-manual/uk/figures/stack.png
-share/gnome/help/anjuta-manual/uk/figures/symbol_browser.png
-share/gnome/help/anjuta-manual/uk/figures/tool-editor.png
-share/gnome/help/anjuta-manual/zh_CN/anjuta-manual.xml
-share/gnome/help/anjuta-manual/zh_CN/figures/add_edit_macro.png
-share/gnome/help/anjuta-manual/zh_CN/figures/anjuta-in-action.png
-share/gnome/help/anjuta-manual/zh_CN/figures/attach.png
-share/gnome/help/anjuta-manual/zh_CN/figures/brk_add.png
-share/gnome/help/anjuta-manual/zh_CN/figures/brk_dlg.png
-share/gnome/help/anjuta-manual/zh_CN/figures/configure_dlg.png
-share/gnome/help/anjuta-manual/zh_CN/figures/display_macro.png
-share/gnome/help/anjuta-manual/zh_CN/figures/editor_guides.png
-share/gnome/help/anjuta-manual/zh_CN/figures/editor_margins.png
-share/gnome/help/anjuta-manual/zh_CN/figures/editor_markers.png
-share/gnome/help/anjuta-manual/zh_CN/figures/file_menu.png
-share/gnome/help/anjuta-manual/zh_CN/figures/insert_text.png
-share/gnome/help/anjuta-manual/zh_CN/figures/keyword_macro.png
-share/gnome/help/anjuta-manual/zh_CN/figures/local_variables.png
-share/gnome/help/anjuta-manual/zh_CN/figures/menubar.png
-share/gnome/help/anjuta-manual/zh_CN/figures/message_win.png
-share/gnome/help/anjuta-manual/zh_CN/figures/new_file_wizard.png
-share/gnome/help/anjuta-manual/zh_CN/figures/open_file.png
-share/gnome/help/anjuta-manual/zh_CN/figures/open_file_multiple.png
-share/gnome/help/anjuta-manual/zh_CN/figures/prefs_print.png
-share/gnome/help/anjuta-manual/zh_CN/figures/print_dlg.png
-share/gnome/help/anjuta-manual/zh_CN/figures/print_preview.png
-share/gnome/help/anjuta-manual/zh_CN/figures/project-window.png
-share/gnome/help/anjuta-manual/zh_CN/figures/project_group.png
-share/gnome/help/anjuta-manual/zh_CN/figures/project_info.png
-share/gnome/help/anjuta-manual/zh_CN/figures/project_target.png
-share/gnome/help/anjuta-manual/zh_CN/figures/project_target_details.png
-share/gnome/help/anjuta-manual/zh_CN/figures/registers.png
-share/gnome/help/anjuta-manual/zh_CN/figures/save_as_file.png
-share/gnome/help/anjuta-manual/zh_CN/figures/search_expr.png
-share/gnome/help/anjuta-manual/zh_CN/figures/search_expr_basic.png
-share/gnome/help/anjuta-manual/zh_CN/figures/search_file_pattern.png
-share/gnome/help/anjuta-manual/zh_CN/figures/search_replace.png
-share/gnome/help/anjuta-manual/zh_CN/figures/search_setting.png
-share/gnome/help/anjuta-manual/zh_CN/figures/search_target.png
-share/gnome/help/anjuta-manual/zh_CN/figures/search_target_action.png
-share/gnome/help/anjuta-manual/zh_CN/figures/search_target_in.png
-share/gnome/help/anjuta-manual/zh_CN/figures/sharedlibs.png
-share/gnome/help/anjuta-manual/zh_CN/figures/signals.png
-share/gnome/help/anjuta-manual/zh_CN/figures/stack.png
-share/gnome/help/anjuta-manual/zh_CN/figures/symbol_browser.png
-share/gnome/help/anjuta-manual/zh_CN/figures/tool-editor.png
-share/icons/gnome/16x16/mimetypes/gnome-mime-application-x-anjuta.png
-share/icons/gnome/22x22/mimetypes/gnome-mime-application-x-anjuta.png
-share/icons/gnome/24x24/mimetypes/gnome-mime-application-x-anjuta.png
-share/icons/gnome/32x32/mimetypes/gnome-mime-application-x-anjuta.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/16x16/apps/anjuta.png
-share/icons/hicolor/22x22/apps/anjuta.png
-share/icons/hicolor/24x24/apps/anjuta.png
-share/icons/hicolor/32x32/apps/anjuta.png
-share/icons/hicolor/48x48/apps/anjuta.png
-share/icons/hicolor/scalable/apps/anjuta.svg
-share/locale/ar/LC_MESSAGES/anjuta.mo
-share/locale/az/LC_MESSAGES/anjuta.mo
-share/locale/be/LC_MESSAGES/anjuta.mo
-share/locale/be@latin/LC_MESSAGES/anjuta.mo
-share/locale/bg/LC_MESSAGES/anjuta.mo
-share/locale/ca/LC_MESSAGES/anjuta.mo
-share/locale/ca@valencia/LC_MESSAGES/anjuta.mo
-share/locale/cs/LC_MESSAGES/anjuta.mo
-share/locale/da/LC_MESSAGES/anjuta.mo
-share/locale/de/LC_MESSAGES/anjuta.mo
-share/locale/dz/LC_MESSAGES/anjuta.mo
-share/locale/el/LC_MESSAGES/anjuta.mo
-share/locale/en_CA/LC_MESSAGES/anjuta.mo
-share/locale/en_GB/LC_MESSAGES/anjuta.mo
-share/locale/en@shaw/LC_MESSAGES/anjuta.mo
-share/locale/es/LC_MESSAGES/anjuta.mo
-share/locale/eu/LC_MESSAGES/anjuta.mo
-share/locale/fi/LC_MESSAGES/anjuta.mo
-share/locale/fr/LC_MESSAGES/anjuta.mo
-share/locale/ga/LC_MESSAGES/anjuta.mo
-share/locale/gl/LC_MESSAGES/anjuta.mo
-share/locale/gu/LC_MESSAGES/anjuta.mo
-share/locale/he/LC_MESSAGES/anjuta.mo
-share/locale/hi/LC_MESSAGES/anjuta.mo
-share/locale/hr/LC_MESSAGES/anjuta.mo
-share/locale/hu/LC_MESSAGES/anjuta.mo
-share/locale/hy/LC_MESSAGES/anjuta.mo
-share/locale/id/LC_MESSAGES/anjuta.mo
-share/locale/it/LC_MESSAGES/anjuta.mo
-share/locale/ja/LC_MESSAGES/anjuta.mo
-share/locale/kn/LC_MESSAGES/anjuta.mo
-share/locale/ko/LC_MESSAGES/anjuta.mo
-share/locale/lt/LC_MESSAGES/anjuta.mo
-share/locale/lv/LC_MESSAGES/anjuta.mo
-share/locale/mai/LC_MESSAGES/anjuta.mo
-share/locale/mk/LC_MESSAGES/anjuta.mo
-share/locale/ml/LC_MESSAGES/anjuta.mo
-share/locale/mr/LC_MESSAGES/anjuta.mo
-share/locale/ms/LC_MESSAGES/anjuta.mo
-share/locale/nb/LC_MESSAGES/anjuta.mo
-share/locale/ne/LC_MESSAGES/anjuta.mo
-share/locale/nl/LC_MESSAGES/anjuta.mo
-share/locale/oc/LC_MESSAGES/anjuta.mo
-share/locale/or/LC_MESSAGES/anjuta.mo
-share/locale/pa/LC_MESSAGES/anjuta.mo
-share/locale/pl/LC_MESSAGES/anjuta.mo
-share/locale/pt/LC_MESSAGES/anjuta.mo
-share/locale/pt_BR/LC_MESSAGES/anjuta.mo
-share/locale/ro/LC_MESSAGES/anjuta.mo
-share/locale/ru/LC_MESSAGES/anjuta.mo
-share/locale/rw/LC_MESSAGES/anjuta.mo
-share/locale/si/LC_MESSAGES/anjuta.mo
-share/locale/sk/LC_MESSAGES/anjuta.mo
-share/locale/sl/LC_MESSAGES/anjuta.mo
-share/locale/sq/LC_MESSAGES/anjuta.mo
-share/locale/sr/LC_MESSAGES/anjuta.mo
-share/locale/sr@latin/LC_MESSAGES/anjuta.mo
-share/locale/sv/LC_MESSAGES/anjuta.mo
-share/locale/te/LC_MESSAGES/anjuta.mo
-share/locale/th/LC_MESSAGES/anjuta.mo
-share/locale/tr/LC_MESSAGES/anjuta.mo
-share/locale/uk/LC_MESSAGES/anjuta.mo
-share/locale/vi/LC_MESSAGES/anjuta.mo
-share/locale/zh_CN/LC_MESSAGES/anjuta.mo
-share/locale/zh_HK/LC_MESSAGES/anjuta.mo
-share/locale/zh_TW/LC_MESSAGES/anjuta.mo
-share/mime/application/x-anjuta.xml
-share/mime/packages/anjuta.xml
-share/omf/anjuta-manual/anjuta-manual-C.omf
-share/omf/anjuta-manual/anjuta-manual-de.omf
-share/omf/anjuta-manual/anjuta-manual-el.omf
-share/omf/anjuta-manual/anjuta-manual-es.omf
-share/omf/anjuta-manual/anjuta-manual-eu.omf
-share/omf/anjuta-manual/anjuta-manual-fr.omf
-share/omf/anjuta-manual/anjuta-manual-ja.omf
-share/omf/anjuta-manual/anjuta-manual-oc.omf
-share/omf/anjuta-manual/anjuta-manual-sv.omf
-share/omf/anjuta-manual/anjuta-manual-th.omf
-share/omf/anjuta-manual/anjuta-manual-uk.omf
-share/omf/anjuta-manual/anjuta-manual-zh_CN.omf
-share/pixmaps/anjuta/anjuta-attach-16.png
-share/pixmaps/anjuta/anjuta-attach-24.png
-share/pixmaps/anjuta/anjuta-block-end-16.png
-share/pixmaps/anjuta/anjuta-block-end-24.png
-share/pixmaps/anjuta/anjuta-block-select-16.png
-share/pixmaps/anjuta/anjuta-block-select-24.png
-share/pixmaps/anjuta/anjuta-block-start-16.png
-share/pixmaps/anjuta/anjuta-block-start-24.png
-share/pixmaps/anjuta/anjuta-bookmark-16.png
-share/pixmaps/anjuta/anjuta-bookmark-clear-16.png
-share/pixmaps/anjuta/anjuta-bookmark-clear-24.png
-share/pixmaps/anjuta/anjuta-bookmark-first-16.png
-share/pixmaps/anjuta/anjuta-bookmark-first-24.png
-share/pixmaps/anjuta/anjuta-bookmark-last-16.png
-share/pixmaps/anjuta/anjuta-bookmark-last-24.png
-share/pixmaps/anjuta/anjuta-bookmark-next-16.png
-share/pixmaps/anjuta/anjuta-bookmark-next-24.png
-share/pixmaps/anjuta/anjuta-bookmark-prev-16.png
-share/pixmaps/anjuta/anjuta-bookmark-prev-24.png
-share/pixmaps/anjuta/anjuta-bookmark-toggle-16.png
-share/pixmaps/anjuta/anjuta-bookmark-toggle-24.png
-share/pixmaps/anjuta/anjuta-breakpoint-clear-16.png
-share/pixmaps/anjuta/anjuta-breakpoint-clear-24.png
-share/pixmaps/anjuta/anjuta-breakpoint-disabled-16.png
-share/pixmaps/anjuta/anjuta-breakpoint-enabled-16.png
-share/pixmaps/anjuta/anjuta-breakpoint-toggle-16.png
-share/pixmaps/anjuta/anjuta-breakpoint-toggle-24.png
-share/pixmaps/anjuta/anjuta-build-16.png
-share/pixmaps/anjuta/anjuta-build-24.png
-share/pixmaps/anjuta/anjuta-build-basic-autotools-plugin-48.png
-share/pixmaps/anjuta/anjuta-build-basic-autotools-plugin.svg
-share/pixmaps/anjuta/anjuta-class-gen-plugin-48.png
-share/pixmaps/anjuta/anjuta-class-gen-plugin.svg
-%%GRAPHVIZ%%share/pixmaps/anjuta/anjuta-class-inheritance-plugin-48.png
-%%GRAPHVIZ%%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
-%%DEVHELP%%share/pixmaps/anjuta/anjuta-devhelp-plugin-48.png
-%%DEVHELP%%share/pixmaps/anjuta/anjuta-devhelp-plugin.svg
-share/pixmaps/anjuta/anjuta-document-manager-plugin-48.png
-share/pixmaps/anjuta/anjuta-document-manager-plugin.svg
-share/pixmaps/anjuta/anjuta-file-manager-plugin-16.png
-share/pixmaps/anjuta/anjuta-file-wizard-plugin-48.png
-share/pixmaps/anjuta/anjuta-file-wizard-plugin.svg
-share/pixmaps/anjuta/anjuta-gtodo-plugin-16.png
-share/pixmaps/anjuta/anjuta-project-manager-plugin-16.png
-share/pixmaps/anjuta/anjuta-snippets-manager.png
-share/pixmaps/anjuta/anjuta-symbol-db-plugin-16.png
-share/pixmaps/anjuta/anjuta-symbol-db-plugin.svg
-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-fold-close-16.png
-share/pixmaps/anjuta/anjuta-fold-close-24.png
-share/pixmaps/anjuta/anjuta-fold-open-16.png
-share/pixmaps/anjuta/anjuta-fold-open-24.png
-share/pixmaps/anjuta/anjuta-fold-toggle-16.png
-share/pixmaps/anjuta/anjuta-fold-toggle-24.png
-share/pixmaps/anjuta/anjuta-gdb.plugin.png
-share/pixmaps/anjuta/anjuta-git-plugin-48.png
-share/pixmaps/anjuta/anjuta-glade-plugin-48.png
-share/pixmaps/anjuta/anjuta-glade-plugin.svg
-share/pixmaps/anjuta/anjuta-go-history-next-16.png
-share/pixmaps/anjuta/anjuta-go-history-next-24.png
-share/pixmaps/anjuta/anjuta-go-history-prev-16.png
-share/pixmaps/anjuta/anjuta-go-history-prev-24.png
-share/pixmaps/anjuta/anjuta-go-line-16.png
-share/pixmaps/anjuta/anjuta-go-line-24.png
-share/pixmaps/anjuta/anjuta-go-message-next-16.png
-share/pixmaps/anjuta/anjuta-go-message-next-24.png
-share/pixmaps/anjuta/anjuta-go-message-prev-16.png
-share/pixmaps/anjuta/anjuta-go-message-prev-24.png
-share/pixmaps/anjuta/anjuta-gtodo-plugin-48.png
-share/pixmaps/anjuta/anjuta-gtodo-plugin.svg
-share/pixmaps/anjuta/anjuta-indent-auto-16.png
-share/pixmaps/anjuta/anjuta-indent-auto-24.png
-share/pixmaps/anjuta/anjuta-indent-less-16.png
-share/pixmaps/anjuta/anjuta-indent-less-24.png
-share/pixmaps/anjuta/anjuta-indent-more-16.png
-share/pixmaps/anjuta/anjuta-indent-more-24.png
-share/pixmaps/anjuta/anjuta-language-cpp-java-plugin.png
-share/pixmaps/anjuta/anjuta-language-manager-plugin-48.png
-share/pixmaps/anjuta/anjuta-language-manager-plugin.svg
-share/pixmaps/anjuta/anjuta-linemark-16.png
-share/pixmaps/anjuta/anjuta-loader-plugin-48.png
-share/pixmaps/anjuta/anjuta-loader-plugin.svg
-share/pixmaps/anjuta/anjuta-messages-plugin-48.png
-share/pixmaps/anjuta/anjuta-messages-plugin.svg
-share/pixmaps/anjuta/anjuta-patch-plugin-48.png
-share/pixmaps/anjuta/anjuta-patch-plugin.svg
-share/pixmaps/anjuta/anjuta-pcmark-16.png
-share/pixmaps/anjuta/anjuta-preferences-general-48.png
-share/pixmaps/anjuta/anjuta-preferences-general.svg
-share/pixmaps/anjuta/anjuta-project-import-plugin-48.png
-share/pixmaps/anjuta/anjuta-project-import-plugin.svg
-share/pixmaps/anjuta/anjuta-project-manager-plugin-48.png
-share/pixmaps/anjuta/anjuta-project-manager-plugin.svg
-share/pixmaps/anjuta/anjuta-project-wizard-plugin-48.png
-share/pixmaps/anjuta/anjuta-project-wizard-plugin.svg
-share/pixmaps/anjuta/anjuta-run-to-cursor-16.png
-share/pixmaps/anjuta/anjuta-run-to-cursor-24.png
-share/pixmaps/anjuta/anjuta-run-program-48.png
-share/pixmaps/anjuta/anjuta-search-plugin-48.png
-share/pixmaps/anjuta/anjuta-search-plugin.svg
-share/pixmaps/anjuta/anjuta-step-into-16.png
-share/pixmaps/anjuta/anjuta-step-into-24.png
-share/pixmaps/anjuta/anjuta-step-out-16.png
-share/pixmaps/anjuta/anjuta-step-out-24.png
-share/pixmaps/anjuta/anjuta-step-over-16.png
-share/pixmaps/anjuta/anjuta-step-over-24.png
-%%SVN%%share/pixmaps/anjuta/anjuta-subversion-plugin-48.png
-%%SVN%%share/pixmaps/anjuta/anjuta-subversion-plugin.svg
-share/pixmaps/anjuta/anjuta-swap-16.png
-share/pixmaps/anjuta/anjuta-swap-24.png
-share/pixmaps/anjuta/anjuta-symbol-db-plugin-48.png
-share/pixmaps/anjuta/anjuta-terminal-plugin-48.png
-share/pixmaps/anjuta/anjuta-terminal-plugin.svg
-share/pixmaps/anjuta/anjuta-tools-plugin-48.png
-share/pixmaps/anjuta/anjuta-tools-plugin.svg
-share/pixmaps/anjuta/anjuta-watch-16.png
-share/pixmaps/anjuta/anjuta-watch-24.png
-share/pixmaps/anjuta/anjuta-watch.svg
-share/pixmaps/anjuta/anjuta_logo.png
-share/pixmaps/anjuta/anjuta_splash.png
-share/pixmaps/anjuta/breakpoint.png
-share/pixmaps/anjuta/dir-project-plugin-48.png
-share/pixmaps/anjuta/directory-accept.png
-share/pixmaps/anjuta/directory.png
-share/pixmaps/anjuta/element-class-16.png
-share/pixmaps/anjuta/element-delegate-16.png
-share/pixmaps/anjuta/element-enumeration-16.png
-share/pixmaps/anjuta/element-event-16.png
-share/pixmaps/anjuta/element-field-16.png
-share/pixmaps/anjuta/element-interface-16.png
-share/pixmaps/anjuta/element-interface-24.png
-share/pixmaps/anjuta/element-interface-private-16.png
-share/pixmaps/anjuta/element-interface-protected-16.png
-share/pixmaps/anjuta/element-interface-public-16.png
-share/pixmaps/anjuta/element-literal-16.png
-share/pixmaps/anjuta/element-method-16.png
-share/pixmaps/anjuta/element-method-24.png
-share/pixmaps/anjuta/element-method-private-16.png
-share/pixmaps/anjuta/element-method-protected-16.png
-share/pixmaps/anjuta/element-method-public-16.png
-share/pixmaps/anjuta/element-namespace-16.png
-share/pixmaps/anjuta/element-property-16.png
-share/pixmaps/anjuta/element-property-private-16.png
-share/pixmaps/anjuta/element-property-protected-16.png
-share/pixmaps/anjuta/element-property-public-16.png
-share/pixmaps/anjuta/element-structure-16.png
-share/pixmaps/anjuta/gbf-am-plugin-48.png
-share/pixmaps/anjuta/gbf-build.png
-share/pixmaps/anjuta/gbf-install.png
-share/pixmaps/anjuta/gbf-mkfile-plugin-48.png
-share/pixmaps/anjuta/gtodo-about.png
-share/pixmaps/anjuta/gtodo-edit.png
-share/pixmaps/anjuta/js_debugger.png
-share/pixmaps/anjuta/js_support_plugin.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/python_plugin.png
-share/pixmaps/anjuta/stack.png
-share/pixmaps/anjuta/start-with-import.png
-share/pixmaps/anjuta/starter_logo.png
-share/pixmaps/anjuta/vcs-added.png
-share/pixmaps/anjuta/vcs-conflict.png
-share/pixmaps/anjuta/vcs-deleted.png
-share/pixmaps/anjuta/vcs-ignored.png
-share/pixmaps/anjuta/vcs-modified.png
-share/pixmaps/anjuta/vcs-unversioned.png
-share/pixmaps/anjuta/vcs-updated.png
-@dirrm share/pixmaps/anjuta
-@dirrm share/omf/anjuta-manual
-@dirrm share/gnome/help/anjuta-manual/zh_CN/figures
-@dirrm share/gnome/help/anjuta-manual/zh_CN
-@dirrm share/gnome/help/anjuta-manual/uk/figures
-@dirrm share/gnome/help/anjuta-manual/uk
-@dirrm share/gnome/help/anjuta-manual/th/figures
-@dirrm share/gnome/help/anjuta-manual/th
-@dirrm share/gnome/help/anjuta-manual/sv/figures
-@dirrm share/gnome/help/anjuta-manual/sv
-@dirrm share/gnome/help/anjuta-manual/oc/figures
-@dirrm share/gnome/help/anjuta-manual/oc
-@dirrm share/gnome/help/anjuta-manual/ja/figures
-@dirrm share/gnome/help/anjuta-manual/ja
-@dirrm share/gnome/help/anjuta-manual/fr/figures
-@dirrm share/gnome/help/anjuta-manual/fr
-@dirrm share/gnome/help/anjuta-manual/eu/figures
-@dirrm share/gnome/help/anjuta-manual/eu
-@dirrm share/gnome/help/anjuta-manual/es/figures
-@dirrm share/gnome/help/anjuta-manual/es
-@dirrm share/gnome/help/anjuta-manual/el/figures
-@dirrm share/gnome/help/anjuta-manual/el
-@dirrm share/gnome/help/anjuta-manual/de/figures
-@dirrm share/gnome/help/anjuta-manual/de
-@dirrm share/gnome/help/anjuta-manual/C/figures
-@dirrm share/gnome/help/anjuta-manual/C
-@dirrm share/gnome/help/anjuta-manual
-@dirrm share/gnome/help/anjuta-faqs/C
-@dirrm share/gnome/help/anjuta-faqs
-@dirrm share/gnome/help/anjuta-build-tutorial/C/figures
-@dirrm share/gnome/help/anjuta-build-tutorial/C
-@dirrm share/gnome/help/anjuta-build-tutorial
-@dirrmtry share/icons/gnome/48x48/mimetypes
-@dirrm share/anjuta/ui
-@dirrm share/anjuta/tools
-@dirrm share/anjuta/project/xlib/src
-@dirrm share/anjuta/project/xlib/po
-@dirrm share/anjuta/project/xlib-dock/src
-@dirrm share/anjuta/project/xlib-dock/po
-@dirrm share/anjuta/project/xlib-dock
-@dirrm share/anjuta/project/xlib
-@dirrm share/anjuta/project/wxwin/src
-@dirrm share/anjuta/project/wxwin/po
-@dirrm share/anjuta/project/wxwin
-@dirrm share/anjuta/project/terminal/src
-@dirrm share/anjuta/project/terminal/po
-@dirrm share/anjuta/project/terminal
-@dirrm share/anjuta/project/sdl/src
-@dirrm share/anjuta/project/sdl/po
-@dirrm share/anjuta/project/sdl
-@dirrm share/anjuta/project/python/src
-@dirrm share/anjuta/project/python/po
-@dirrm share/anjuta/project/python
-@dirrm share/anjuta/project/pygtk/src
-@dirrm share/anjuta/project/pygtk/data
-@dirrm share/anjuta/project/pygtk
-@dirrm share/anjuta/project/mkfile/src
-@dirrm share/anjuta/project/mkfile/po
-@dirrm share/anjuta/project/mkfile
-@dirrm share/anjuta/project/minimal
-@dirrm share/anjuta/project/m4
-@dirrm share/anjuta/project/licenses
-@dirrm share/anjuta/project/library/src
-@dirrm share/anjuta/project/library/po
-@dirrm share/anjuta/project/library
-@dirrm share/anjuta/project/js_minimal/src
-@dirrm share/anjuta/project/js_minimal
-@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/gcj/src
-@dirrm share/anjuta/project/gcj
-@dirrm share/anjuta/project/directory
-@dirrm share/anjuta/project/cpp/src
-@dirrm share/anjuta/project/cpp/po
-@dirrm share/anjuta/project/cpp
-@dirrm share/anjuta/project/anjuta-plugin/src
-@dirrm share/anjuta/project/anjuta-plugin/po
-@dirrm share/anjuta/project/anjuta-plugin
-@dirrm share/anjuta/project
-@dirrm share/anjuta/profiles
-@dirrm share/anjuta/gtodo
-@dirrm share/anjuta/glade
-@dirrm share/anjuta/class-templates
-@dirrm share/anjuta/build
-@dirrm share/anjuta/GBF
-@dirrm share/anjuta
-@dirrm share/doc/libanjuta
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm lib/anjuta
-@dirrm include/libanjuta-1.0/libanjuta/interfaces
-@dirrm include/libanjuta-1.0/libanjuta
-@dirrm include/libanjuta-1.0
-@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
-@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
-@dirrmtry share/applications
-@dirrmtry share/icons/gnome/scalable/mimetypes
-@dirrmtry share/icons/gnome/scalable
-@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/en@shaw/LC_MESSAGES
-@dirrmtry share/locale/en@shaw
-@dirrmtry share/locale/dz/LC_MESSAGES
-@dirrmtry share/locale/dz
-@dirrmtry share/locale/ca@valencia/LC_MESSAGES
-@dirrmtry share/locale/ca@valencia
-@dirrmtry share/locale/be@latin/LC_MESSAGES
-@dirrmtry share/locale/be@latin
diff --git a/x11-toolkits/libunique3/Makefile b/x11-toolkits/libunique3/Makefile
deleted file mode 100644
index 0313000ef..000000000
--- a/x11-toolkits/libunique3/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: libunique
-# Date created: 22 Feb 2009
-# Whom: Koop Mast <kwm@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/x11-toolkits/libunique3/Makefile,v 1.5 2011/04/05 18:48:33 kwm Exp $
-#
-
-PORTNAME= libunique
-PORTVERSION= 3.0.2
-CATEGORIES= x11-toolkits
-MASTER_SITES= GNOME
-
-MAINTAINER= kwm@FreeBSD.org
-COMMENT= Library for single instance applications
-
-LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
-
-LATEST_LINK= libunique3
-USE_XORG= ice x11
-USE_XZ= yes
-USE_GMAKE= yes
-USE_GETTEXT= yes
-USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool
-USE_GNOME= gtk30 gnomeprefix ltverhack:0
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-maintainer-flags --enable-gtk-doc-html=no
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-post-patch:
- @${REINPLACE_CMD} -e 's|libdir)/pkgconfig|prefix)/libdata/pkgconfig|g' \
- -e 's|unique tests doc|unique tests|g' \
- ${WRKSRC}/configure ${WRKSRC}/Makefile.in
-
-.include <bsd.port.mk>
diff --git a/x11-toolkits/libunique3/distinfo b/x11-toolkits/libunique3/distinfo
deleted file mode 100644
index 843e23972..000000000
--- a/x11-toolkits/libunique3/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (libunique-3.0.2.tar.xz) = a8f02ce073e2b920cca8ac45d418e7cb64438ad0814780c5912c6d63f8a4e038
-SIZE (libunique-3.0.2.tar.xz) = 294712
diff --git a/x11-toolkits/libunique3/pkg-descr b/x11-toolkits/libunique3/pkg-descr
deleted file mode 100644
index 01b924566..000000000
--- a/x11-toolkits/libunique3/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-Unique is a library for writing single instance application. If you launch a
-single instance application twice, the second instance will either just quit
-or will send a message to the running instance.
-
-Unique makes it easy to write this kind of applications, by providing a base
-class, taking care of all the IPC machinery needed to send messages to a
-running instance, and also handling the startup notification side.
-
-Unique aims to replace the BaconMessageConnection code that has been copied
-by many projects and the code using Bonobo and D-Bus.
-
-WWW: http://live.gnome.org/LibUnique
diff --git a/x11-toolkits/libunique3/pkg-plist b/x11-toolkits/libunique3/pkg-plist
deleted file mode 100644
index 69a968dca..000000000
--- a/x11-toolkits/libunique3/pkg-plist
+++ /dev/null
@@ -1,15 +0,0 @@
-include/unique-3.0/unique/unique.h
-include/unique-3.0/unique/uniqueapp.h
-include/unique-3.0/unique/uniquebackend.h
-include/unique-3.0/unique/uniqueenumtypes.h
-include/unique-3.0/unique/uniquemessage.h
-include/unique-3.0/unique/uniqueversion.h
-lib/girepository-1.0/Unique-3.0.typelib
-lib/libunique-3.0.a
-lib/libunique-3.0.la
-lib/libunique-3.0.so
-lib/libunique-3.0.so.0
-libdata/pkgconfig/unique-3.0.pc
-share/gir-1.0/Unique-3.0.gir
-@dirrm include/unique-3.0/unique
-@dirrm include/unique-3.0