diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
commit | 1b3327761c8bcb98d89b529daeae9600844b4361 (patch) | |
tree | 0be1cd4eb5fec6661da4798906b0d9bd522e794f /devel | |
parent | a65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff) | |
download | marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip |
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
302 files changed, 0 insertions, 12790 deletions
diff --git a/devel/alleyoop/Makefile b/devel/alleyoop/Makefile deleted file mode 100644 index 75b51b062..000000000 --- a/devel/alleyoop/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: Alleyoop -# Date created: Fri Jun 17 23:52:44 UTC 2005 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= alleyoop -PORTVERSION= 0.8.3 -PORTREVISION= 2 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= lioux@FreeBSD.org -COMMENT= A graphical front-end to Valgrind memory checker - -BUILD_DEPENDS= ${LOCALBASE}/lib/libbfd.a:${PORTSDIR}/devel/libbfd \ - ${GNULIBIBERTY_WRKSRC}/libiberty.a:${PORTSDIR}/devel/gnulibiberty:build \ - ${LOCALBASE}/include/libelf/elf_repl.h:${PORTSDIR}/devel/libelf -RUN_DEPENDS= valgrind:${PORTSDIR}/devel/valgrind - -BROKEN= Does not compile -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-12-01 - -USE_GMAKE= yes -USE_XLIB= yex -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomeprefix \ - gconf2 \ - glib20 \ - gtk20 \ - libglade2 \ - libgnome \ - libgnomeui \ - pango - -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${GNULIBIBERTY_WRKSRC} \ - ${LDFLAGS} -L${LOCALBASE}/lib" - -GCONF_SCHEMAS= ${PORTNAME}.schemas - -.include <bsd.port.pre.mk> - -GNULIBIBERTY= ${PORTSDIR}/devel/gnulibiberty -GNULIBIBERTY_WRKSRC!= cd ${PORTSDIR}/devel/gnulibiberty && ${MAKE} -V WRKSRC - -.include <bsd.port.post.mk> diff --git a/devel/alleyoop/distinfo b/devel/alleyoop/distinfo deleted file mode 100644 index 6de12996c..000000000 --- a/devel/alleyoop/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (alleyoop-0.8.3.tar.gz) = 699b57bc6c0e4411c22739f61967c1ac -SHA256 (alleyoop-0.8.3.tar.gz) = e26bb24aee79a72771e77027ef89f1e6846ef967e77b171ec27bc4a0f0f37960 -SIZE (alleyoop-0.8.3.tar.gz) = 301948 diff --git a/devel/alleyoop/files/patch-configure b/devel/alleyoop/files/patch-configure deleted file mode 100644 index 669541344..000000000 --- a/devel/alleyoop/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ ---- configure.orig Sat Jun 18 00:47:36 2005 -+++ configure Sat Jun 18 00:48:09 2005 -@@ -7172,11 +7172,9 @@ - #endif - /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ --char bfd_get_error (); - int - main () - { --bfd_get_error (); - ; - return 0; - } diff --git a/devel/alleyoop/files/patch-src::legolas.c b/devel/alleyoop/files/patch-src::legolas.c deleted file mode 100644 index c9d2a1a75..000000000 --- a/devel/alleyoop/files/patch-src::legolas.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/legolas.c.orig Sun Jan 18 16:46:00 2004 -+++ src/legolas.c Sat Jun 18 01:05:39 2005 -@@ -25,7 +25,7 @@ - #include <config.h> - #endif - --#include <elf.h> -+#include <libelf/libelf.h> - #include <stdio.h> - #include <stdlib.h> - #include <string.h> -@@ -130,7 +130,7 @@ - case EM_RH32: return "TRW RH-32"; - case EM_RCE: return "Motorola RCE"; - case EM_ARM: return "ARM"; -- case EM_FAKE_ALPHA: return "Digital Alpha"; -+ case EM_ALPHA: return "Digital Alpha"; - case EM_SH: return "Hitachi SH"; - case EM_SPARCV9: return "SPARC v9 64-bit"; - case EM_TRICORE: return "Siemens Tricore"; diff --git a/devel/alleyoop/pkg-descr b/devel/alleyoop/pkg-descr deleted file mode 100644 index a4fd0f246..000000000 --- a/devel/alleyoop/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -[ excerpt from developer's www site ] - -Alleyoop is a graphical front-end to the increasingly popular -Valgrind memory checker for x86 GNU/Linux using the Gtk+ widget -set and other GNOME libraries for the X-Windows environment. - -Features include a right-click context menu to intelligently suppress -errors or launch an editor on the source file/jumping to the exact -line of the error condition. A searchbar at the top of the viewer -can be used to limit the viewable errors to those that match the -regex criteria entered. Also included is a fully functional -Suppressions editor. - -WWW: http://alleyoop.sourceforge.net/ - --- lioux@FreeBSD.org diff --git a/devel/alleyoop/pkg-plist b/devel/alleyoop/pkg-plist deleted file mode 100644 index 1a275e1cf..000000000 --- a/devel/alleyoop/pkg-plist +++ /dev/null @@ -1,51 +0,0 @@ -bin/alleyoop -share/locale/az/LC_MESSAGES/alleyoop.mo -share/locale/ca/LC_MESSAGES/alleyoop.mo -share/locale/cs/LC_MESSAGES/alleyoop.mo -share/locale/de/LC_MESSAGES/alleyoop.mo -share/locale/el/LC_MESSAGES/alleyoop.mo -share/locale/en_CA/LC_MESSAGES/alleyoop.mo -share/locale/en_GB/LC_MESSAGES/alleyoop.mo -share/locale/es/LC_MESSAGES/alleyoop.mo -share/locale/fr/LC_MESSAGES/alleyoop.mo -share/locale/ga/LC_MESSAGES/alleyoop.mo -share/locale/gu/LC_MESSAGES/alleyoop.mo -share/locale/hr/LC_MESSAGES/alleyoop.mo -share/locale/it/LC_MESSAGES/alleyoop.mo -share/locale/ja/LC_MESSAGES/alleyoop.mo -share/locale/mn/LC_MESSAGES/alleyoop.mo -share/locale/ms/LC_MESSAGES/alleyoop.mo -share/locale/nb/LC_MESSAGES/alleyoop.mo -share/locale/nl/LC_MESSAGES/alleyoop.mo -share/locale/no/LC_MESSAGES/alleyoop.mo -share/locale/pl/LC_MESSAGES/alleyoop.mo -share/locale/pt/LC_MESSAGES/alleyoop.mo -share/locale/pt_BR/LC_MESSAGES/alleyoop.mo -share/locale/ru/LC_MESSAGES/alleyoop.mo -share/locale/sk/LC_MESSAGES/alleyoop.mo -share/locale/sq/LC_MESSAGES/alleyoop.mo -share/locale/sr/LC_MESSAGES/alleyoop.mo -share/locale/sr@Latn/LC_MESSAGES/alleyoop.mo -share/locale/sv/LC_MESSAGES/alleyoop.mo -share/locale/uk/LC_MESSAGES/alleyoop.mo -share/locale/zh_CN/LC_MESSAGES/alleyoop.mo -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/no/LC_MESSAGES -@dirrmtry share/locale/no -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca diff --git a/devel/anjuta-devel/Makefile b/devel/anjuta-devel/Makefile deleted file mode 100644 index baa237542..000000000 --- a/devel/anjuta-devel/Makefile +++ /dev/null @@ -1,92 +0,0 @@ -# New ports collection makefile for: anjuta -# Date created: 31 March 2001 -# Whom: Dmitry Sivachenko <demon@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/anjuta-devel/Makefile,v 1.15 2006/10/12 03:54:18 mezz Exp $ -# - -PORTNAME= anjuta -PORTVERSION= 2.0.2 -PORTREVISION= 2 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= anjuta - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Integrated Development Environment for C and C++ - -BUILD_DEPENDS= autogen:${PORTSDIR}/devel/autogen \ - bash:${PORTSDIR}/shells/bash2 \ - neato:${PORTSDIR}/graphics/graphviz -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \ - gbf-1.0:${PORTSDIR}/devel/gnome-build \ - gladeui-1.4:${PORTSDIR}/devel/glade3 \ - devhelp-1.0:${PORTSDIR}/devel/devhelp -RUN_DEPENDS= ${LOCALBASE}/gnu-autotools/bin/autoconf:${PORTSDIR}/devel/gnu-autoconf \ - ${LOCALBASE}/gnu-autotools/bin/automake:${PORTSDIR}/devel/gnu-automake \ - autogen:${PORTSDIR}/devel/autogen \ - neato:${PORTSDIR}/graphics/graphviz - -CONFLICTS= anjuta-1.2.* - -USE_XLIB= yes -USE_GMAKE= yes -USE_GETTEXT= yes -INSTALLS_OMF= yes -USE_GNOME= gnomeprefix gnomehack libgnomeprintui libgnomeui vte \ - gtksourceview -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -USE_LDCONFIG= yes - -OPTIONS= SVN "Build subversion plugins" off - -.include <bsd.port.pre.mk> - -.if defined(WITH_SVN) -BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/www/apache2 \ - svn:${PORTSDIR}/devel/subversion -RUN_DEPENDS+= ${APXS}:${PORTSDIR}/www/apache2 \ - svn:${PORTSDIR}/devel/subversion - -CONFIGURE_ARGS+=--with-subversion-dir=${LOCALBASE}/bin \ - --with-svn-include=${LOCALBASE}/include \ - --with-svn-lib=${LOCALBASE}/lib \ - --with-apr-config=${LOCALBASE}/bin/apr-1-config \ - --with-apu-config=${LOCALBASE}/bin/apu-1-config -PLIST_SUB+= SVN="" -.else -CONFIGURE_ARGS+=--without-subversion-dir \ - --without-apr-config \ - --without-apu-config -PLIST_SUB+= SVN="@comment " -.endif - -MAN1= anjuta.1 anjuta_launcher.1 - -post-configure: - @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g ; \ - s|%%PREFIX%%|${PREFIX}|g' < ${FILESDIR}/anjuta \ - > ${WRKDIR}/anjuta - @${REINPLACE_CMD} -e 's|subversion||g' ${WRKSRC}/plugins/Makefile - @${REINPLACE_CMD} -e 's|/bin/sh|${LOCALBASE}/bin/bash|g' \ - ${WRKSRC}/global-tags/create_global_tags.sh - -#post-build: -# @cd ${WRKSRC}/global-tags && ${SETENV} PKG_CONFIG_PATH="${PREFIX}/libdata/pkgconfig:${LOCALBASE}/libdata/pkgconfig:${X11BASE}/libdata/pkgconfig" bash create_global_tags.sh - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for f in AUTHORS COPYING ChangeLog FUTURE INSTALL NEWS README \ - doc/ScintillaDoc.html TODO - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor -.endif - ${MV} ${PREFIX}/bin/anjuta ${PREFIX}/bin/anjuta-bin - ${INSTALL_SCRIPT} ${WRKDIR}/anjuta ${PREFIX}/bin - @-update-mime-database ${PREFIX}/share/mime - -.include <bsd.port.post.mk> diff --git a/devel/anjuta-devel/distinfo b/devel/anjuta-devel/distinfo deleted file mode 100644 index 2338ca204..000000000 --- a/devel/anjuta-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (anjuta-2.0.2.tar.gz) = e0d1e216da809df32816d233d7c55165 -SHA256 (anjuta-2.0.2.tar.gz) = 973c2bc3b2a2981cb92a88ba78855ccfaf5fc8380215d3cd5237f66cf7f1a374 -SIZE (anjuta-2.0.2.tar.gz) = 6844511 diff --git a/devel/anjuta-devel/files/anjuta b/devel/anjuta-devel/files/anjuta deleted file mode 100644 index 4c64959d2..000000000 --- a/devel/anjuta-devel/files/anjuta +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -export PATH=%%LOCALBASE%%/gnu-autotools/bin:${PATH} -export ACLOCAL_FLAGS="-I %%LOCALBASE%%/share/aclocal ${ACLOCAL_FLAGS}" - -exec "%%PREFIX%%/bin/anjuta-bin" "$@" diff --git a/devel/anjuta-devel/files/patch-Makefile.in b/devel/anjuta-devel/files/patch-Makefile.in deleted file mode 100644 index 42ee4027d..000000000 --- a/devel/anjuta-devel/files/patch-Makefile.in +++ /dev/null @@ -1,25 +0,0 @@ ---- Makefile.in.orig Sun Aug 13 09:58:49 2006 -+++ Makefile.in Sun Aug 13 09:59:32 2006 -@@ -467,14 +467,14 @@ - -rm -f libtool - uninstall-info-am: - install-anjutadocDATA: $(anjutadoc_DATA) -- @$(NORMAL_INSTALL) -- test -z "$(anjutadocdir)" || $(mkdir_p) "$(DESTDIR)$(anjutadocdir)" -- @list='$(anjutadoc_DATA)'; for p in $$list; do \ -- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -- f=$(am__strip_dir) \ -- echo " $(anjutadocDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(anjutadocdir)/$$f'"; \ -- $(anjutadocDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(anjutadocdir)/$$f"; \ -- done -+# @$(NORMAL_INSTALL) -+# test -z "$(anjutadocdir)" || $(mkdir_p) "$(DESTDIR)$(anjutadocdir)" -+# @list='$(anjutadoc_DATA)'; for p in $$list; do \ -+# if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+# f=$(am__strip_dir) \ -+# echo " $(anjutadocDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(anjutadocdir)/$$f'"; \ -+# $(anjutadocDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(anjutadocdir)/$$f"; \ -+# done - - uninstall-anjutadocDATA: - @$(NORMAL_UNINSTALL) diff --git a/devel/anjuta-devel/files/patch-doc::Makefile.in b/devel/anjuta-devel/files/patch-doc::Makefile.in deleted file mode 100644 index 87cf4d957..000000000 --- a/devel/anjuta-devel/files/patch-doc::Makefile.in +++ /dev/null @@ -1,25 +0,0 @@ ---- doc/Makefile.in.orig Sun Aug 13 10:00:16 2006 -+++ doc/Makefile.in Sun Aug 13 10:00:40 2006 -@@ -433,14 +433,14 @@ - rm -f "$(DESTDIR)$(man1dir)/$$inst"; \ - done - install-anjuta_docDATA: $(anjuta_doc_DATA) -- @$(NORMAL_INSTALL) -- test -z "$(anjuta_docdir)" || $(mkdir_p) "$(DESTDIR)$(anjuta_docdir)" -- @list='$(anjuta_doc_DATA)'; for p in $$list; do \ -- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -- f=$(am__strip_dir) \ -- echo " $(anjuta_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(anjuta_docdir)/$$f'"; \ -- $(anjuta_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(anjuta_docdir)/$$f"; \ -- done -+# @$(NORMAL_INSTALL) -+# test -z "$(anjuta_docdir)" || $(mkdir_p) "$(DESTDIR)$(anjuta_docdir)" -+# @list='$(anjuta_doc_DATA)'; for p in $$list; do \ -+# if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+# f=$(am__strip_dir) \ -+# echo " $(anjuta_docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(anjuta_docdir)/$$f'"; \ -+# $(anjuta_docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(anjuta_docdir)/$$f"; \ -+# done - - uninstall-anjuta_docDATA: - @$(NORMAL_UNINSTALL) diff --git a/devel/anjuta-devel/files/patch-libanjuta_anjuta-children.c b/devel/anjuta-devel/files/patch-libanjuta_anjuta-children.c deleted file mode 100644 index 3c1b4177c..000000000 --- a/devel/anjuta-devel/files/patch-libanjuta_anjuta-children.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libanjuta/anjuta-children.c.orig Sun May 22 21:31:19 2005 -+++ libanjuta/anjuta-children.c Sun May 22 21:31:36 2005 -@@ -17,6 +17,8 @@ - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - */ - -+#include <sys/signal.h> -+ - #include <libanjuta/anjuta-children.h> - - static GList *registered_child_processes = NULL; diff --git a/devel/anjuta-devel/files/patch-libanjuta_anjuta-launcher.c b/devel/anjuta-devel/files/patch-libanjuta_anjuta-launcher.c deleted file mode 100644 index 2e46160a5..000000000 --- a/devel/anjuta-devel/files/patch-libanjuta_anjuta-launcher.c +++ /dev/null @@ -1,15 +0,0 @@ ---- libanjuta/anjuta-launcher.c.orig Sun May 22 21:29:10 2005 -+++ libanjuta/anjuta-launcher.c Sun May 22 21:30:08 2005 -@@ -24,8 +24,12 @@ - #include <unistd.h> - #include <fcntl.h> - #include <signal.h> -+#if defined(__FreeBSD__) -+#include <libutil.h> -+#else - #ifndef sun - #include <pty.h> -+#endif - #endif - #include <assert.h> - #include <gnome.h> diff --git a/devel/anjuta-devel/files/patch-plugins_Makefile.in b/devel/anjuta-devel/files/patch-plugins_Makefile.in deleted file mode 100644 index b1d7a49d7..000000000 --- a/devel/anjuta-devel/files/patch-plugins_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- plugins/Makefile.in.orig Sun Aug 13 10:59:38 2006 -+++ plugins/Makefile.in Sun Aug 13 10:59:58 2006 -@@ -350,7 +350,6 @@ - patch \ - subversion \ - project-import \ -- glade \ - tools \ - class-inheritance \ - document-manager \ diff --git a/devel/anjuta-devel/files/patch-plugins_terminal_terminal.c b/devel/anjuta-devel/files/patch-plugins_terminal_terminal.c deleted file mode 100644 index 2711a8781..000000000 --- a/devel/anjuta-devel/files/patch-plugins_terminal_terminal.c +++ /dev/null @@ -1,12 +0,0 @@ ---- plugins/terminal/terminal.c.orig Sun May 22 21:38:41 2005 -+++ plugins/terminal/terminal.c Sun May 22 21:39:12 2005 -@@ -19,6 +19,9 @@ - */ - - #include <config.h> -+ -+#include <sys/signal.h> -+ - #include <libanjuta/anjuta-shell.h> - #include <libanjuta/anjuta-children.h> - #include <libanjuta/anjuta-debug.h> diff --git a/devel/anjuta-devel/files/patch-scripts::anjuta_import.sh.in b/devel/anjuta-devel/files/patch-scripts::anjuta_import.sh.in deleted file mode 100644 index 94b1413d6..000000000 --- a/devel/anjuta-devel/files/patch-scripts::anjuta_import.sh.in +++ /dev/null @@ -1,8 +0,0 @@ ---- scripts/anjuta_import.sh.in.orig Wed May 14 16:09:42 2003 -+++ scripts/anjuta_import.sh.in Wed May 14 16:11:15 2003 -@@ -1,4 +1,4 @@ --#!/bin/bash -+#!/bin/sh - # - # Shell script to automatically create an Anjuta 1.x project file - # Copyright: Biswapesh Chattopadhyay (biswapesh_chatterjee@tcscal.co.in) 2001-2002 diff --git a/devel/anjuta-devel/pkg-descr b/devel/anjuta-devel/pkg-descr deleted file mode 100644 index 4a6825085..000000000 --- a/devel/anjuta-devel/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 -utilites and tools available for FreeBSD, which are usually run in console -and are very user unfriendly. - -WWW: http://www.anjuta.org/ diff --git a/devel/anjuta-devel/pkg-plist b/devel/anjuta-devel/pkg-plist deleted file mode 100644 index 3c351b127..000000000 --- a/devel/anjuta-devel/pkg-plist +++ /dev/null @@ -1,898 +0,0 @@ -bin/anjuta -bin/anjuta-bin -bin/anjuta-shell -bin/anjuta-tags -bin/anjuta_import.sh -bin/anjuta_launcher -bin/create_global_tags.sh -bin/test_tm_buffer -include/libanjuta-1.0/libanjuta/anjuta-children.h -include/libanjuta-1.0/libanjuta/anjuta-debug.h -include/libanjuta-1.0/libanjuta/anjuta-encodings.h -include/libanjuta-1.0/libanjuta/anjuta-launcher.h -include/libanjuta-1.0/libanjuta/anjuta-marshal.h -include/libanjuta-1.0/libanjuta/anjuta-plugin-description.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-session.h -include/libanjuta-1.0/libanjuta/anjuta-shell.h -include/libanjuta-1.0/libanjuta/anjuta-status.h -include/libanjuta-1.0/libanjuta/anjuta-ui.h -include/libanjuta-1.0/libanjuta/anjuta-utils.h -include/libanjuta-1.0/libanjuta/glue-factory.h -include/libanjuta-1.0/libanjuta/glue-plugin.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-bookmark.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-buildable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-debugger-manager.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-editor-assist.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-line-mode.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-selection.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-view.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor-zoom.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-editor.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-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-loader.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-macro.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-markable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-message-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-message-view.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-print.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-profile.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-project-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream-loader.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream-savable.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-stream.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-symbol-manager.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-symbol.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-terminal.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-todo.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-vcs.h -include/libanjuta-1.0/libanjuta/interfaces/ianjuta-wizard.h -include/libanjuta-1.0/libanjuta/interfaces/libanjuta-iface-marshallers.h -include/libanjuta-1.0/libanjuta/libanjuta.h -include/libanjuta-1.0/libanjuta/resources.h -lib/anjuta/anjuta-build-basic-autotools.plugin -lib/anjuta/anjuta-class-gen.plugin -lib/anjuta/anjuta-class-inheritance.plugin -lib/anjuta/anjuta-cvs.plugin -lib/anjuta/anjuta-debug-manager.plugin -lib/anjuta/anjuta-default-profile.plugin -lib/anjuta/anjuta-devhelp.plugin -lib/anjuta/anjuta-document-manager.plugin -lib/anjuta/anjuta-editor.plugin -lib/anjuta/anjuta-file-manager.plugin -lib/anjuta/anjuta-file-wizard.plugin -lib/anjuta/anjuta-gdb.plugin -lib/anjuta/anjuta-gtodo.plugin -lib/anjuta/anjuta-loader.plugin -lib/anjuta/anjuta-macro.plugin -lib/anjuta/anjuta-message-manager.plugin -lib/anjuta/anjuta-patch.plugin -lib/anjuta/anjuta-project-import.plugin -lib/anjuta/anjuta-project-manager.plugin -lib/anjuta/anjuta-project-wizard.plugin -lib/anjuta/anjuta-sample.plugin -lib/anjuta/anjuta-search.plugin -%%SVN%%lib/anjuta/anjuta-subversion.plugin -lib/anjuta/anjuta-symbol-browser.plugin -lib/anjuta/anjuta-terminal.plugin -lib/anjuta/anjuta-tools.plugin -lib/anjuta/libanjuta-build-basic-autotools.la -lib/anjuta/libanjuta-build-basic-autotools.so -lib/anjuta/libanjuta-build-basic-autotools.so.0 -lib/anjuta/libanjuta-class-gen.la -lib/anjuta/libanjuta-class-gen.so -lib/anjuta/libanjuta-class-gen.so.0 -lib/anjuta/libanjuta-class-inheritance.la -lib/anjuta/libanjuta-class-inheritance.so -lib/anjuta/libanjuta-class-inheritance.so.0 -lib/anjuta/libanjuta-cvs-plugin.la -lib/anjuta/libanjuta-cvs-plugin.so -lib/anjuta/libanjuta-cvs-plugin.so.0 -lib/anjuta/libanjuta-cvs-plugin.la -lib/anjuta/libanjuta-debug-manager.so -lib/anjuta/libanjuta-debug-manager.so.0 -lib/anjuta/libanjuta-cvs-plugin.la -lib/anjuta/libanjuta-debug-manager.la -lib/anjuta/libanjuta-default-profile.la -lib/anjuta/libanjuta-default-profile.so -lib/anjuta/libanjuta-default-profile.so.0 -lib/anjuta/libanjuta-devhelp.la -lib/anjuta/libanjuta-devhelp.so -lib/anjuta/libanjuta-devhelp.so.0 -lib/anjuta/libanjuta-document-manager.la -lib/anjuta/libanjuta-document-manager.so -lib/anjuta/libanjuta-document-manager.so.0 -lib/anjuta/libanjuta-editor.la -lib/anjuta/libanjuta-editor.so -lib/anjuta/libanjuta-editor.so.0 -lib/anjuta/libanjuta-file-manager.la -lib/anjuta/libanjuta-file-manager.so -lib/anjuta/libanjuta-file-manager.so.0 -lib/anjuta/libanjuta-file-wizard.la -lib/anjuta/libanjuta-file-wizard.so -lib/anjuta/libanjuta-file-wizard.so.0 -lib/anjuta/libanjuta-gdb.la -lib/anjuta/libanjuta-gdb.so -lib/anjuta/libanjuta-gdb.so.0 -lib/anjuta/libanjuta-gtodo.la -lib/anjuta/libanjuta-gtodo.so -lib/anjuta/libanjuta-gtodo.so.0 -lib/anjuta/libanjuta-loader.la -lib/anjuta/libanjuta-loader.so -lib/anjuta/libanjuta-loader.so.0 -lib/anjuta/libanjuta-macro.la -lib/anjuta/libanjuta-macro.so -lib/anjuta/libanjuta-macro.so.0 -lib/anjuta/libanjuta-message-view.la -lib/anjuta/libanjuta-message-view.so -lib/anjuta/libanjuta-message-view.so.0 -lib/anjuta/libanjuta-patch.la -lib/anjuta/libanjuta-patch.so -lib/anjuta/libanjuta-patch.so.0 -lib/anjuta/libanjuta-project-import.la -lib/anjuta/libanjuta-project-import.so -lib/anjuta/libanjuta-project-import.so.0 -lib/anjuta/libanjuta-project-manager.la -lib/anjuta/libanjuta-project-manager.so -lib/anjuta/libanjuta-project-manager.so.0 -lib/anjuta/libanjuta-project-wizard.la -lib/anjuta/libanjuta-project-wizard.so -lib/anjuta/libanjuta-project-wizard.so.0 -lib/anjuta/libanjuta-sample.la -lib/anjuta/libanjuta-sample.so -lib/anjuta/libanjuta-sample.so.0 -lib/anjuta/libanjuta-search.la -lib/anjuta/libanjuta-search.so -lib/anjuta/libanjuta-search.so.0 -lib/anjuta/libanjuta-sourceview.la -lib/anjuta/libanjuta-sourceview.so -lib/anjuta/libanjuta-sourceview.so.0 -%%SVN%%lib/anjuta/libanjuta-subversion.la -%%SVN%%lib/anjuta/libanjuta-subversion.so -%%SVN%%lib/anjuta/libanjuta-subversion.so.0 -lib/anjuta/libanjuta-symbol-browser.la -lib/anjuta/libanjuta-symbol-browser.so -lib/anjuta/libanjuta-symbol-browser.so.0 -lib/anjuta/libanjuta-terminal.la -lib/anjuta/libanjuta-terminal.so -lib/anjuta/libanjuta-terminal.so.0 -lib/anjuta/libanjuta-tools.la -lib/anjuta/libanjuta-tools.so -lib/anjuta/libanjuta-tools.so.0 -lib/anjuta/sourceview.plugin -lib/libanjuta-ctags.la -lib/libanjuta-ctags.so -lib/libanjuta-ctags.so.0 -lib/libanjuta-egg.la -lib/libanjuta-egg.so -lib/libanjuta-egg.so.0 -lib/libanjuta-interfaces.la -lib/libanjuta-interfaces.so -lib/libanjuta-interfaces.so.0 -lib/libanjuta.la -lib/libanjuta.so -lib/libanjuta.so.0 -libdata/pkgconfig/libanjuta-1.0.pc -%%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/action_block.html -share/doc/libanjuta/anjuta-architecture.html -share/doc/libanjuta/anjuta-architecture.png -share/doc/libanjuta/content_block.html -share/doc/libanjuta/header_block.html -share/doc/libanjuta/home.png -share/doc/libanjuta/index.html -share/doc/libanjuta/index.sgml -share/doc/libanjuta/left.png -share/doc/libanjuta/libanjuta-AnjutaCellRendererCaptionedImage.html -share/doc/libanjuta/libanjuta-AnjutaLauncher.html -share/doc/libanjuta/libanjuta-AnjutaPlugin.html -share/doc/libanjuta/libanjuta-AnjutaPreferences.html -share/doc/libanjuta/libanjuta-AnjutaPreferencesDialog.html -share/doc/libanjuta/libanjuta-AnjutaStatus.html -share/doc/libanjuta/libanjuta-AnjutaUI.html -share/doc/libanjuta/libanjuta-ESplash.html -share/doc/libanjuta/libanjuta-GluePlugin.html -share/doc/libanjuta/libanjuta-anjuta-children.html -share/doc/libanjuta/libanjuta-anjuta-debug.html -share/doc/libanjuta/libanjuta-anjuta-encodings.html -share/doc/libanjuta/libanjuta-anjuta-marshal.html -share/doc/libanjuta/libanjuta-anjuta-plugin-description.html -share/doc/libanjuta/libanjuta-anjuta-shell.html -share/doc/libanjuta/libanjuta-anjuta-utils.html -share/doc/libanjuta/libanjuta-api.html -share/doc/libanjuta/libanjuta-glue-factory.html -share/doc/libanjuta/libanjuta-ianjuta-buildable.html -share/doc/libanjuta/libanjuta-ianjuta-context-list.html -share/doc/libanjuta/libanjuta-ianjuta-context-text.html -share/doc/libanjuta/libanjuta-ianjuta-context-tree.html -share/doc/libanjuta/libanjuta-ianjuta-context.html -share/doc/libanjuta/libanjuta-ianjuta-debugger-manager.html -share/doc/libanjuta/libanjuta-ianjuta-debugger.html -share/doc/libanjuta/libanjuta-ianjuta-document-manager.html -share/doc/libanjuta/libanjuta-ianjuta-editor-assist.html -share/doc/libanjuta/libanjuta-ianjuta-editor-convert.html -share/doc/libanjuta/libanjuta-ianjuta-editor-factory.html -share/doc/libanjuta/libanjuta-ianjuta-editor-folds.html -share/doc/libanjuta/libanjuta-ianjuta-editor-line-mode.html -share/doc/libanjuta/libanjuta-ianjuta-editor-selection.html -share/doc/libanjuta/libanjuta-ianjuta-editor-view.html -share/doc/libanjuta/libanjuta-ianjuta-editor.html -share/doc/libanjuta/libanjuta-ianjuta-file-loader.html -share/doc/libanjuta/libanjuta-ianjuta-file-manager.html -share/doc/libanjuta/libanjuta-ianjuta-file-savable.html -share/doc/libanjuta/libanjuta-ianjuta-file.html -share/doc/libanjuta/libanjuta-ianjuta-help.html -share/doc/libanjuta/libanjuta-ianjuta-iterable-tree.html -share/doc/libanjuta/libanjuta-ianjuta-iterable.html -share/doc/libanjuta/libanjuta-ianjuta-loader.html -share/doc/libanjuta/libanjuta-ianjuta-markable.html -share/doc/libanjuta/libanjuta-ianjuta-message-manager.html -share/doc/libanjuta/libanjuta-ianjuta-message-view.html -share/doc/libanjuta/libanjuta-ianjuta-profile.html -share/doc/libanjuta/libanjuta-ianjuta-project-manager.html -share/doc/libanjuta/libanjuta-ianjuta-renderable.html -share/doc/libanjuta/libanjuta-ianjuta-sand-box.html -share/doc/libanjuta/libanjuta-ianjuta-stream-loader.html -share/doc/libanjuta/libanjuta-ianjuta-stream-savable.html -share/doc/libanjuta/libanjuta-ianjuta-stream.html -share/doc/libanjuta/libanjuta-ianjuta-terminal.html -share/doc/libanjuta/libanjuta-ianjuta-todo.html -share/doc/libanjuta/libanjuta-ianjuta-transformable.html -share/doc/libanjuta/libanjuta-ianjuta-wizard.html -share/doc/libanjuta/libanjuta-internal-api.html -share/doc/libanjuta/libanjuta-libanjuta-iface-marshallers.html -share/doc/libanjuta/libanjuta-plugins.html -share/doc/libanjuta/libanjuta-resources.html -share/doc/libanjuta/libanjuta.devhelp -share/doc/libanjuta/libanjuta.devhelp2 -share/doc/libanjuta/object-hierarchy.html -share/doc/libanjuta/page_block.html -share/doc/libanjuta/plugin-description-file.html -share/doc/libanjuta/plugin-interfaces.html -share/doc/libanjuta/project-wizard-format.html -share/doc/libanjuta/right.png -share/doc/libanjuta/style.css -share/doc/libanjuta/up.png -share/doc/libanjuta/writing-plugins-build-setup.html -share/doc/libanjuta/writing-plugins-simple.html -share/doc/libanjuta/writing-plugins-sources.html -share/doc/libanjuta/writing-plugins.html -share/gnome/anjuta/anjuta_project.template -share/gnome/anjuta/build/automake-c.filters -share/gnome/anjuta/class-templates/goc_template_header -share/gnome/anjuta/class-templates/goc_template_source -share/gnome/anjuta/gdb.init -share/gnome/anjuta/glade/anjuta-build-basic-autotools-plugin.glade -share/gnome/anjuta/glade/anjuta-class-gen-plugin.glade -share/gnome/anjuta/glade/anjuta-cvs-plugin.glade -share/gnome/anjuta/glade/anjuta-debug-manager.glade -share/gnome/anjuta/glade/anjuta-document-manager.glade -share/gnome/anjuta/glade/anjuta-file-manager-plugin.glade -share/gnome/anjuta/glade/anjuta-file-wizard.glade -share/gnome/anjuta/glade/anjuta-gdb.glade -share/gnome/anjuta/glade/anjuta-macro.glade -share/gnome/anjuta/glade/anjuta-message-manager-plugin.glade -share/gnome/anjuta/glade/anjuta-project-import.glade -share/gnome/anjuta/glade/anjuta-project-wizard.glade -share/gnome/anjuta/glade/anjuta-search.glade -%%SVN%%share/gnome/anjuta/glade/anjuta-subversion.glade -share/gnome/anjuta/glade/anjuta-symbol-browser-plugin.glade -share/gnome/anjuta/glade/anjuta-terminal-plugin.glade -share/gnome/anjuta/glade/anjuta-tools.glade -share/gnome/anjuta/glade/anjuta.glade -share/gnome/anjuta/glade/applogo.png -share/gnome/anjuta/glade/appwizard.png -share/gnome/anjuta/glade/editor.glade -share/gnome/anjuta/glade/layout.glade -share/gnome/anjuta/glade/patch-plugin.glade -share/gnome/anjuta/glade/sourceview.glade -share/gnome/anjuta/glade/start-with-import.png -share/gnome/anjuta/glade/start-with-open.png -share/gnome/anjuta/glade/start-with-wizard.png -share/gnome/anjuta/gtodo/gtodo.css -share/gnome/anjuta/gtodo/gtodo.xsl -share/gnome/anjuta/indent_test.c -share/gnome/anjuta/layout.xml -share/gnome/anjuta/macros.xml -share/gnome/anjuta/profiles/default.anjuta -share/gnome/anjuta/project/anjuta-plugin-logo.png -share/gnome/anjuta/project/anjuta-plugin.wiz -share/gnome/anjuta/project/anjuta-plugin/configure.in.tpl -share/gnome/anjuta/project/anjuta-plugin/po/POTFILES.in -share/gnome/anjuta/project/anjuta-plugin/src/Makefile.am.tpl -share/gnome/anjuta/project/anjuta-plugin/src/plugin.c -share/gnome/anjuta/project/anjuta-plugin/src/plugin.glade -share/gnome/anjuta/project/anjuta-plugin/src/plugin.h -share/gnome/anjuta/project/anjuta-plugin/src/plugin.plugin.in -share/gnome/anjuta/project/anjuta-plugin/src/plugin.ui -share/gnome/anjuta/project/cpp-logo.png -share/gnome/anjuta/project/cpp.wiz -share/gnome/anjuta/project/cpp/AUTHORS -share/gnome/anjuta/project/cpp/ChangeLog -share/gnome/anjuta/project/cpp/Makefile.am.tpl -share/gnome/anjuta/project/cpp/NEWS -share/gnome/anjuta/project/cpp/README -share/gnome/anjuta/project/cpp/autogen.sh -share/gnome/anjuta/project/cpp/configure.in.tpl -share/gnome/anjuta/project/cpp/cvsignore -share/gnome/anjuta/project/cpp/po/ChangeLog -share/gnome/anjuta/project/cpp/po/POTFILES.in -share/gnome/anjuta/project/cpp/po/cvsignore -share/gnome/anjuta/project/cpp/project.anjuta -share/gnome/anjuta/project/cpp/src/Makefile.am.tpl -share/gnome/anjuta/project/cpp/src/cvsignore -share/gnome/anjuta/project/cpp/src/main.cpp -share/gnome/anjuta/project/gcj-logo.png -share/gnome/anjuta/project/gcj.wiz -share/gnome/anjuta/project/gcj/configure.in.tpl -share/gnome/anjuta/project/gcj/src/Makefile.am.tpl -share/gnome/anjuta/project/gnome-logo.png -share/gnome/anjuta/project/gnome.wiz -share/gnome/anjuta/project/gnome/po/POTFILES.in -share/gnome/anjuta/project/gnome/src/Makefile.am.tpl -share/gnome/anjuta/project/gnome/src/callbacks.c -share/gnome/anjuta/project/gnome/src/callbacks.h -share/gnome/anjuta/project/gnome/src/main.c -share/gnome/anjuta/project/gnome/src/project.glade -share/gnome/anjuta/project/gtk-logo.png -share/gnome/anjuta/project/gtk.wiz -share/gnome/anjuta/project/gtk/po/POTFILES.in -share/gnome/anjuta/project/gtk/src/Makefile.am.tpl -share/gnome/anjuta/project/gtk/src/callbacks.c -share/gnome/anjuta/project/gtk/src/callbacks.h -share/gnome/anjuta/project/gtk/src/main.c -share/gnome/anjuta/project/gtk/src/project.glade -share/gnome/anjuta/project/gtkmm-logo.png -share/gnome/anjuta/project/gtkmm.wiz -share/gnome/anjuta/project/gtkmm/configure.in.tpl -share/gnome/anjuta/project/gtkmm/po/POTFILES.in -share/gnome/anjuta/project/gtkmm/src/Makefile.am.tpl -share/gnome/anjuta/project/gtkmm/src/main.cc -share/gnome/anjuta/project/gtkmm/src/project.glade -share/gnome/anjuta/project/java/po/POTFILES.in -share/gnome/anjuta/project/java/project.anjuta -share/gnome/anjuta/project/java-logo.png -share/gnome/anjuta/project/java.wiz -share/gnome/anjuta/project/java/configure.in.tpl -share/gnome/anjuta/project/java/src/Makefile.am.tpl -share/gnome/anjuta/project/java/src/main.java -share/gnome/anjuta/project/mkfile-logo.png -share/gnome/anjuta/project/mkfile.wiz -share/gnome/anjuta/project/mkfile/po/ChangeLog -share/gnome/anjuta/project/mkfile/po/POTFILES.in -share/gnome/anjuta/project/mkfile/project.anjuta -share/gnome/anjuta/project/mkfile/src/Makefile.tpl -share/gnome/anjuta/project/mkfile/src/main.c -share/gnome/anjuta/project/python-logo.png -share/gnome/anjuta/project/python.wiz -share/gnome/anjuta/project/python/configure.in.tpl -share/gnome/anjuta/project/python/po/POTFILES.in -share/gnome/anjuta/project/python/project.anjuta -share/gnome/anjuta/project/python/src/Makefile.am.tpl -share/gnome/anjuta/project/python/src/main.py -share/gnome/anjuta/project/terminal-logo.png -share/gnome/anjuta/project/terminal.wiz -share/gnome/anjuta/project/terminal/AUTHORS -share/gnome/anjuta/project/terminal/ChangeLog -share/gnome/anjuta/project/terminal/Makefile.am.tpl -share/gnome/anjuta/project/terminal/NEWS -share/gnome/anjuta/project/terminal/README -share/gnome/anjuta/project/terminal/autogen.sh -share/gnome/anjuta/project/terminal/configure.in.tpl -share/gnome/anjuta/project/terminal/cvsignore -share/gnome/anjuta/project/terminal/po/ChangeLog -share/gnome/anjuta/project/terminal/po/POTFILES.in -share/gnome/anjuta/project/terminal/po/cvsignore -share/gnome/anjuta/project/terminal/project.anjuta -share/gnome/anjuta/project/terminal/src/Makefile.am.tpl -share/gnome/anjuta/project/terminal/src/cvsignore -share/gnome/anjuta/project/terminal/src/main.c -share/gnome/anjuta/project/wxwin-logo.png -share/gnome/anjuta/project/wxwin.wiz -share/gnome/anjuta/project/wxwin/configure.in.tpl -share/gnome/anjuta/project/wxwin/po/POTFILES.in -share/gnome/anjuta/project/wxwin/src/Makefile.am.tpl -share/gnome/anjuta/project/wxwin/src/main.cc -share/gnome/anjuta/project/xlib-dock.wiz -share/gnome/anjuta/project/xlib-dock/po/POTFILES.in -share/gnome/anjuta/project/xlib-dock/src/Makefile.am.tpl -share/gnome/anjuta/project/xlib-dock/src/main.c -share/gnome/anjuta/project/xlib-dock/src/pixmaps.h -share/gnome/anjuta/project/xlib-dock/src/wmgeneral.c -share/gnome/anjuta/project/xlib-dock/src/wmgeneral.h -share/gnome/anjuta/project/xlib-logo.png -share/gnome/anjuta/project/xlib.wiz -share/gnome/anjuta/project/xlib/configure.in.tpl -share/gnome/anjuta/project/xlib/po/POTFILES.in -share/gnome/anjuta/project/xlib/src/Makefile.am.tpl -share/gnome/anjuta/project/xlib/src/main.c -share/gnome/anjuta/properties/Embedded.properties -share/gnome/anjuta/properties/SciTEGlobal.properties -share/gnome/anjuta/properties/ada.properties -share/gnome/anjuta/properties/anjuta.properties -share/gnome/anjuta/properties/asm.properties -share/gnome/anjuta/properties/asn1.properties -share/gnome/anjuta/properties/au3.properties -share/gnome/anjuta/properties/ave.properties -share/gnome/anjuta/properties/baan.properties -share/gnome/anjuta/properties/bullant.properties -share/gnome/anjuta/properties/conf.properties -share/gnome/anjuta/properties/cpp.properties -share/gnome/anjuta/properties/css.properties -share/gnome/anjuta/properties/eiffel.properties -share/gnome/anjuta/properties/erlang.properties -share/gnome/anjuta/properties/escript.properties -share/gnome/anjuta/properties/forth.properties -share/gnome/anjuta/properties/fortran.properties -share/gnome/anjuta/properties/html.properties -share/gnome/anjuta/properties/kix.properties -share/gnome/anjuta/properties/latex.properties -share/gnome/anjuta/properties/lisp.properties -share/gnome/anjuta/properties/lot.properties -share/gnome/anjuta/properties/lout.properties -share/gnome/anjuta/properties/lua.properties -share/gnome/anjuta/properties/matlab.properties -share/gnome/anjuta/properties/metapost.properties -share/gnome/anjuta/properties/mmixal.properties -share/gnome/anjuta/properties/nncrontab.properties -share/gnome/anjuta/properties/nsis.properties -share/gnome/anjuta/properties/others.properties -share/gnome/anjuta/properties/pascal.properties -share/gnome/anjuta/properties/perl.properties -share/gnome/anjuta/properties/pov.properties -share/gnome/anjuta/properties/ps.properties -share/gnome/anjuta/properties/python.properties -share/gnome/anjuta/properties/ruby.properties -share/gnome/anjuta/properties/scriptol.properties -share/gnome/anjuta/properties/specman.properties -share/gnome/anjuta/properties/sql.properties -share/gnome/anjuta/properties/styles.properties -share/gnome/anjuta/properties/tcl.properties -share/gnome/anjuta/properties/tex.properties -share/gnome/anjuta/properties/user.properties -share/gnome/anjuta/properties/vb.properties -share/gnome/anjuta/properties/verilog.properties -share/gnome/anjuta/properties/vhdl.properties -share/gnome/anjuta/properties/yaml.properties -share/gnome/anjuta/tools/find-fixmes.pl -share/gnome/anjuta/tools/prepare-changelog.pl -share/gnome/anjuta/tools/tools-2.xml -share/gnome/anjuta/tools/translation-status.pl -share/gnome/anjuta/ui/anjuta-build-basic-autotools-plugin.ui -share/gnome/anjuta/ui/anjuta-cvs.ui -share/gnome/anjuta/ui/anjuta-debug-manager.ui -share/gnome/anjuta/ui/anjuta-default-profile.ui -share/gnome/anjuta/ui/anjuta-devhelp.ui -share/gnome/anjuta/ui/anjuta-document-manager.ui -share/gnome/anjuta/ui/anjuta-file-manager.ui -share/gnome/anjuta/ui/anjuta-gdb-plugin.ui -share/gnome/anjuta/ui/anjuta-gtodo.ui -share/gnome/anjuta/ui/anjuta-loader-plugin.ui -share/gnome/anjuta/ui/anjuta-macro.ui -share/gnome/anjuta/ui/anjuta-message-manager.ui -share/gnome/anjuta/ui/anjuta-patch.ui -share/gnome/anjuta/ui/anjuta-project-manager.ui -share/gnome/anjuta/ui/anjuta-sample.ui -share/gnome/anjuta/ui/anjuta-search.ui -share/gnome/anjuta/ui/anjuta-shell.ui -%%SVN%%share/gnome/anjuta/ui/anjuta-subversion.ui -share/gnome/anjuta/ui/anjuta-symbol-browser-plugin.ui -share/gnome/anjuta/ui/anjuta-tools.ui -share/gnome/anjuta/ui/anjuta.ui -share/gnome/anjuta/welcome.txt -share/gnome/application-registry/anjuta.applications -share/gnome/applications/anjuta.desktop -share/gnome/help/anjuta/C/anjuta-faqs.xml -share/gnome/help/anjuta/C/anjuta-manual.xml -share/gnome/help/anjuta/C/authors.xml -share/gnome/help/anjuta/C/build.xml -share/gnome/help/anjuta/C/debugger.xml -share/gnome/help/anjuta/C/execute.xml -share/gnome/help/anjuta/C/figures/a2ps.png -share/gnome/help/anjuta/C/figures/add_edit_macro.png -share/gnome/help/anjuta/C/figures/anjuta-in-action.png -share/gnome/help/anjuta/C/figures/arguments.png -share/gnome/help/anjuta/C/figures/attach.png -share/gnome/help/anjuta/C/figures/brk_add.png -share/gnome/help/anjuta/C/figures/brk_dlg.png -share/gnome/help/anjuta/C/figures/brk_edit.png -share/gnome/help/anjuta/C/figures/ccview.png -share/gnome/help/anjuta/C/figures/ccview_class.png -share/gnome/help/anjuta/C/figures/ccview_struct.png -share/gnome/help/anjuta/C/figures/configure_dlg.png -share/gnome/help/anjuta/C/figures/defines.png -share/gnome/help/anjuta/C/figures/devt_menu.png -share/gnome/help/anjuta/C/figures/display_macro.png -share/gnome/help/anjuta/C/figures/doxygen.png -share/gnome/help/anjuta/C/figures/editor_guides.png -share/gnome/help/anjuta/C/figures/editor_margins.png -share/gnome/help/anjuta/C/figures/editor_markers.png -share/gnome/help/anjuta/C/figures/evaluate.png -share/gnome/help/anjuta/C/figures/file_menu.png -share/gnome/help/anjuta/C/figures/fileview.png -share/gnome/help/anjuta/C/figures/frame.png -share/gnome/help/anjuta/C/figures/includes.png -share/gnome/help/anjuta/C/figures/insert_text.png -share/gnome/help/anjuta/C/figures/inspect.png -share/gnome/help/anjuta/C/figures/keyword_macro.png -share/gnome/help/anjuta/C/figures/lib_paths.png -share/gnome/help/anjuta/C/figures/libraries.png -share/gnome/help/anjuta/C/figures/local_variables.png -share/gnome/help/anjuta/C/figures/mainwin.png -share/gnome/help/anjuta/C/figures/memory.png -share/gnome/help/anjuta/C/figures/menu_detached.png -share/gnome/help/anjuta/C/figures/menubar.png -share/gnome/help/anjuta/C/figures/message_win.png -share/gnome/help/anjuta/C/figures/new_file_wizard.png -share/gnome/help/anjuta/C/figures/open_file.png -share/gnome/help/anjuta/C/figures/open_file_multiple.png -share/gnome/help/anjuta/C/figures/optimizations.png -share/gnome/help/anjuta/C/figures/other_opts.png -share/gnome/help/anjuta/C/figures/prefs_print.png -share/gnome/help/anjuta/C/figures/print_dlg.png -share/gnome/help/anjuta/C/figures/print_preview.png -share/gnome/help/anjuta/C/figures/project_info.png -share/gnome/help/anjuta/C/figures/project_win.png -share/gnome/help/anjuta/C/figures/registers.png -share/gnome/help/anjuta/C/figures/save_as_file.png -share/gnome/help/anjuta/C/figures/search_expr.png -share/gnome/help/anjuta/C/figures/search_expr_basic.png -share/gnome/help/anjuta/C/figures/search_file_list.png -share/gnome/help/anjuta/C/figures/search_file_pattern.png -share/gnome/help/anjuta/C/figures/search_replace.png -share/gnome/help/anjuta/C/figures/search_setting.png -share/gnome/help/anjuta/C/figures/search_target.png -share/gnome/help/anjuta/C/figures/search_target_action.png -share/gnome/help/anjuta/C/figures/search_target_in.png -share/gnome/help/anjuta/C/figures/sharedlibs.png -share/gnome/help/anjuta/C/figures/signal_mod.png -share/gnome/help/anjuta/C/figures/signals.png -share/gnome/help/anjuta/C/figures/stack.png -share/gnome/help/anjuta/C/figures/supports.png -share/gnome/help/anjuta/C/figures/symbol_browser.png -share/gnome/help/anjuta/C/figures/tool-editor.png -share/gnome/help/anjuta/C/figures/toolbar_browser.png -share/gnome/help/anjuta/C/figures/toolbar_debug.png -share/gnome/help/anjuta/C/figures/toolbar_main.png -share/gnome/help/anjuta/C/figures/variable_tip.png -share/gnome/help/anjuta/C/figures/warnings.png -share/gnome/help/anjuta/C/figures/watch.png -share/gnome/help/anjuta/C/figures/watch_add.png -share/gnome/help/anjuta/C/fileoperations.xml -share/gnome/help/anjuta/C/interface.xml -share/gnome/help/anjuta/C/introduction.xml -share/gnome/help/anjuta/C/legal.xml -share/gnome/help/anjuta/C/license.xml -share/gnome/help/anjuta/C/preferences.xml -share/gnome/help/anjuta/C/projects.xml -share/gnome/help/anjuta/C/template.xml -share/gnome/help/anjuta/C/tools.xml -share/gnome/icons/gnome/48x48/mimetypes/gnome-mime-application-x-anjuta.png -share/gnome/mime-info/anjuta.keys -share/gnome/mime-info/anjuta.mime -share/gnome/omf/anjuta/anjuta-faqs-C.omf -share/gnome/omf/anjuta/anjuta-manual-C.omf -share/gnome/pixmaps/anjuta/Icons.16x16.Class -share/gnome/pixmaps/anjuta/Icons.16x16.Enum -share/gnome/pixmaps/anjuta/Icons.16x16.Field -share/gnome/pixmaps/anjuta/Icons.16x16.FormsDesigner.BringToFront -share/gnome/pixmaps/anjuta/Icons.16x16.FormsDesigner.SendToBack -share/gnome/pixmaps/anjuta/Icons.16x16.Interface -share/gnome/pixmaps/anjuta/Icons.16x16.InternalClass -share/gnome/pixmaps/anjuta/Icons.16x16.InternalDelegate -share/gnome/pixmaps/anjuta/Icons.16x16.InternalEnum -share/gnome/pixmaps/anjuta/Icons.16x16.InternalEvent -share/gnome/pixmaps/anjuta/Icons.16x16.InternalField -share/gnome/pixmaps/anjuta/Icons.16x16.InternalInterface -share/gnome/pixmaps/anjuta/Icons.16x16.InternalMethod -share/gnome/pixmaps/anjuta/Icons.16x16.InternalProperty -share/gnome/pixmaps/anjuta/Icons.16x16.InternalStruct -share/gnome/pixmaps/anjuta/Icons.16x16.Literal -share/gnome/pixmaps/anjuta/Icons.16x16.Method -share/gnome/pixmaps/anjuta/Icons.16x16.NameSpace -share/gnome/pixmaps/anjuta/Icons.16x16.PrivateClass -share/gnome/pixmaps/anjuta/Icons.16x16.PrivateDelegate -share/gnome/pixmaps/anjuta/Icons.16x16.PrivateEnum -share/gnome/pixmaps/anjuta/Icons.16x16.PrivateEvent -share/gnome/pixmaps/anjuta/Icons.16x16.PrivateField -share/gnome/pixmaps/anjuta/Icons.16x16.PrivateInterface -share/gnome/pixmaps/anjuta/Icons.16x16.PrivateMethod -share/gnome/pixmaps/anjuta/Icons.16x16.PrivateProperty -share/gnome/pixmaps/anjuta/Icons.16x16.PrivateStruct -share/gnome/pixmaps/anjuta/Icons.16x16.ProtectedClass -share/gnome/pixmaps/anjuta/Icons.16x16.ProtectedDelegate -share/gnome/pixmaps/anjuta/Icons.16x16.ProtectedEnum -share/gnome/pixmaps/anjuta/Icons.16x16.ProtectedEvent -share/gnome/pixmaps/anjuta/Icons.16x16.ProtectedField -share/gnome/pixmaps/anjuta/Icons.16x16.ProtectedInterface -share/gnome/pixmaps/anjuta/Icons.16x16.ProtectedMethod -share/gnome/pixmaps/anjuta/Icons.16x16.ProtectedProperty -share/gnome/pixmaps/anjuta/Icons.16x16.ProtectedStruct -share/gnome/pixmaps/anjuta/Icons.16x16.Reference -share/gnome/pixmaps/anjuta/anjuta-build-basic-autotools-plugin.png -share/gnome/pixmaps/anjuta/anjuta-cvs-plugin.png -share/gnome/pixmaps/anjuta/anjuta-debug-manager.plugin.png -share/gnome/pixmaps/anjuta/anjuta-default-profile-plugin.png -share/gnome/pixmaps/anjuta/anjuta-devhelp-plugin.png -share/gnome/pixmaps/anjuta/anjuta-document-manager.png -share/gnome/pixmaps/anjuta/anjuta-editor.png -share/gnome/pixmaps/anjuta/anjuta-file-manager-plugin.png -share/gnome/pixmaps/anjuta/anjuta-file-wizard-plugin.png -share/gnome/pixmaps/anjuta/anjuta-gdb.plugin.png -share/gnome/pixmaps/anjuta/anjuta-gtodo-plugin.png -share/gnome/pixmaps/anjuta/anjuta-loader-plugin.png -share/gnome/pixmaps/anjuta/anjuta-macro.png -share/gnome/pixmaps/anjuta/anjuta-message-view.png -share/gnome/pixmaps/anjuta/anjuta-patch-plugin.png -share/gnome/pixmaps/anjuta/anjuta-project-import-plugin.png -share/gnome/pixmaps/anjuta/anjuta-project-manager-plugin.png -share/gnome/pixmaps/anjuta/anjuta-project-wizard-plugin.png -share/gnome/pixmaps/anjuta/anjuta-sample-plugin.png -share/gnome/pixmaps/anjuta/anjuta-search.png -%%SVN%%share/gnome/pixmaps/anjuta/anjuta-subversion.png -share/gnome/pixmaps/anjuta/anjuta-symbol-browser-plugin.png -share/gnome/pixmaps/anjuta/anjuta-terminal-plugin.png -share/gnome/pixmaps/anjuta/anjuta-tools-plugin.png -share/gnome/pixmaps/anjuta/anjuta_logo.png -share/gnome/pixmaps/anjuta/anjuta_logo1.png -share/gnome/pixmaps/anjuta/anjuta_logo2.png -share/gnome/pixmaps/anjuta/anjuta_splash.png -share/gnome/pixmaps/anjuta/anjuta_splash_mini.png -share/gnome/pixmaps/anjuta/applogo.png -share/gnome/pixmaps/anjuta/appwiz_bonobo.png -share/gnome/pixmaps/anjuta/appwiz_bonobo2.png -share/gnome/pixmaps/anjuta/appwiz_gnome.png -share/gnome/pixmaps/anjuta/appwiz_gnome2.png -share/gnome/pixmaps/anjuta/appwiz_gnomemm.png -share/gnome/pixmaps/anjuta/appwiz_gnomemm2.png -share/gnome/pixmaps/anjuta/appwiz_gtk.png -share/gnome/pixmaps/anjuta/appwiz_gtk2.png -share/gnome/pixmaps/anjuta/appwiz_gtkmm.png -share/gnome/pixmaps/anjuta/appwiz_gtkmm2.png -share/gnome/pixmaps/anjuta/appwiz_libglade.png -share/gnome/pixmaps/anjuta/appwiz_libglade2.png -share/gnome/pixmaps/anjuta/appwiz_opengl.png -share/gnome/pixmaps/anjuta/appwiz_sdl.png -share/gnome/pixmaps/anjuta/appwiz_terminal.png -share/gnome/pixmaps/anjuta/appwiz_wxwin.png -share/gnome/pixmaps/anjuta/appwiz_xlib.png -share/gnome/pixmaps/anjuta/appwizard.png -share/gnome/pixmaps/anjuta/autocomplete-16.png -share/gnome/pixmaps/anjuta/autocomplete.png -share/gnome/pixmaps/anjuta/blank.xpm -share/gnome/pixmaps/anjuta/block-end-16.png -share/gnome/pixmaps/anjuta/block-end.png -share/gnome/pixmaps/anjuta/block-start-16.png -share/gnome/pixmaps/anjuta/block-start.png -share/gnome/pixmaps/anjuta/block_select.xpm -share/gnome/pixmaps/anjuta/bookmark-first-16.png -share/gnome/pixmaps/anjuta/bookmark-first.png -share/gnome/pixmaps/anjuta/bookmark-last-16.png -share/gnome/pixmaps/anjuta/bookmark-last.png -share/gnome/pixmaps/anjuta/bookmark-next-16.png -share/gnome/pixmaps/anjuta/bookmark-next.png -share/gnome/pixmaps/anjuta/bookmark-prev-16.png -share/gnome/pixmaps/anjuta/bookmark-prev.png -share/gnome/pixmaps/anjuta/bookmark_toggle.xpm -share/gnome/pixmaps/anjuta/bookmark.png -share/gnome/pixmaps/anjuta/breakpoint.png -share/gnome/pixmaps/anjuta/breakpoint.xpm -share/gnome/pixmaps/anjuta/build.xpm -share/gnome/pixmaps/anjuta/build_all.xpm -share/gnome/pixmaps/anjuta/calltip.xpm -share/gnome/pixmaps/anjuta/class-inheritance.png -share/gnome/pixmaps/anjuta/class_logo.xpm -share/gnome/pixmaps/anjuta/close_file_small.xpm -share/gnome/pixmaps/anjuta/close_project.png -share/gnome/pixmaps/anjuta/compile.xpm -share/gnome/pixmaps/anjuta/configure.xpm -share/gnome/pixmaps/anjuta/continue.xpm -share/gnome/pixmaps/anjuta/debug.xpm -share/gnome/pixmaps/anjuta/debug_stop.xpm -share/gnome/pixmaps/anjuta/detach-16.png -share/gnome/pixmaps/anjuta/detach.png -share/gnome/pixmaps/anjuta/directory-accept.png -share/gnome/pixmaps/anjuta/directory.png -share/gnome/pixmaps/anjuta/dock.xpm -share/gnome/pixmaps/anjuta/error-next-16.png -share/gnome/pixmaps/anjuta/error-next.png -share/gnome/pixmaps/anjuta/error-prev-16.png -share/gnome/pixmaps/anjuta/error-prev.png -share/gnome/pixmaps/anjuta/fold_close.xpm -share/gnome/pixmaps/anjuta/fold_open.xpm -share/gnome/pixmaps/anjuta/fold_toggle.xpm -share/gnome/pixmaps/anjuta/gtodo-about.png -share/gnome/pixmaps/anjuta/gtodo-edit.png -share/gnome/pixmaps/anjuta/gtodo.png -share/gnome/pixmaps/anjuta/gtodo_tray.png -share/gnome/pixmaps/anjuta/indent.xpm -share/gnome/pixmaps/anjuta/indent_auto.xpm -share/gnome/pixmaps/anjuta/indent_dcr.xpm -share/gnome/pixmaps/anjuta/indent_inc.xpm -share/gnome/pixmaps/anjuta/indent_set.xpm -share/gnome/pixmaps/anjuta/locals.png -share/gnome/pixmaps/anjuta/marker-attentive.png -share/gnome/pixmaps/anjuta/marker-basic.png -share/gnome/pixmaps/anjuta/marker-intense.png -share/gnome/pixmaps/anjuta/marker-light.png -share/gnome/pixmaps/anjuta/messages.xpm -share/gnome/pixmaps/anjuta/password.png -share/gnome/pixmaps/anjuta/pointer.png -share/gnome/pixmaps/anjuta/preferences-editor.png -share/gnome/pixmaps/anjuta/preferences-general.png -share/gnome/pixmaps/anjuta/preferences-messages.png -share/gnome/pixmaps/anjuta/preferences-terminal.png -share/gnome/pixmaps/anjuta/sourceview.png -share/gnome/pixmaps/anjuta/stack.png -share/gnome/pixmaps/anjuta/step-into-16.png -share/gnome/pixmaps/anjuta/step-into.png -share/gnome/pixmaps/anjuta/step-out-16.png -share/gnome/pixmaps/anjuta/step-out.png -share/gnome/pixmaps/anjuta/step-over-16.png -share/gnome/pixmaps/anjuta/step-over.png -share/gnome/pixmaps/anjuta/undock.png -share/gnome/pixmaps/anjuta/watch.png -share/icons/hicolor/48x48/apps/anjuta_icon.png -share/icons/hicolor/icon-theme.cache -share/icons/hicolor/scalable/apps/anjuta_icon.svg -share/locale/az/LC_MESSAGES/anjuta.mo -share/locale/be/LC_MESSAGES/anjuta.mo -share/locale/bg/LC_MESSAGES/anjuta.mo -share/locale/ca/LC_MESSAGES/anjuta.mo -share/locale/cs/LC_MESSAGES/anjuta.mo -share/locale/da/LC_MESSAGES/anjuta.mo -share/locale/de/LC_MESSAGES/anjuta.mo -share/locale/el/LC_MESSAGES/anjuta.mo -share/locale/en_CA/LC_MESSAGES/anjuta.mo -share/locale/en_GB/LC_MESSAGES/anjuta.mo -share/locale/es/LC_MESSAGES/anjuta.mo -share/locale/fi/LC_MESSAGES/anjuta.mo -share/locale/fr/LC_MESSAGES/anjuta.mo -share/locale/ga/LC_MESSAGES/anjuta.mo -share/locale/gl/LC_MESSAGES/anjuta.mo -share/locale/hi/LC_MESSAGES/anjuta.mo -share/locale/hr/LC_MESSAGES/anjuta.mo -share/locale/hu/LC_MESSAGES/anjuta.mo -share/locale/it/LC_MESSAGES/anjuta.mo -share/locale/ja/LC_MESSAGES/anjuta.mo -share/locale/ko/LC_MESSAGES/anjuta.mo -share/locale/mk/LC_MESSAGES/anjuta.mo -share/locale/ml/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/pa/LC_MESSAGES/anjuta.mo -share/locale/pl/LC_MESSAGES/anjuta.mo -share/locale/pt/LC_MESSAGES/anjuta.mo -share/locale/pt_BR/LC_MESSAGES/anjuta.mo -share/locale/ru/LC_MESSAGES/anjuta.mo -share/locale/rw/LC_MESSAGES/anjuta.mo -share/locale/sk/LC_MESSAGES/anjuta.mo -share/locale/sq/LC_MESSAGES/anjuta.mo -share/locale/sr/LC_MESSAGES/anjuta.mo -share/locale/sr@Latn/LC_MESSAGES/anjuta.mo -share/locale/sv/LC_MESSAGES/anjuta.mo -share/locale/tr/LC_MESSAGES/anjuta.mo -share/locale/uk/LC_MESSAGES/anjuta.mo -share/locale/zh_CN/LC_MESSAGES/anjuta.mo -share/locale/zh_TW/LC_MESSAGES/anjuta.mo -share/mime/packages/anjuta.xml -@dirrm share/gnome/pixmaps/anjuta -@dirrm share/gnome/help/anjuta/C/figures -@dirrm share/gnome/help/anjuta/C -@dirrm share/gnome/help/anjuta -@dirrm share/gnome/anjuta/ui -@dirrm share/gnome/anjuta/tools -@unexec rm %D/share/gnome/anjuta/tags/*.anjutatags.gz 2>&1 >/dev/null || true -@dirrm share/gnome/anjuta/tags -@dirrm share/gnome/anjuta/properties -@dirrm share/gnome/anjuta/project/xlib/src -@dirrm share/gnome/anjuta/project/xlib/po -@dirrm share/gnome/anjuta/project/xlib-dock/src -@dirrm share/gnome/anjuta/project/xlib-dock/po -@dirrm share/gnome/anjuta/project/xlib-dock -@dirrm share/gnome/anjuta/project/xlib -@dirrm share/gnome/anjuta/project/wxwin/src -@dirrm share/gnome/anjuta/project/wxwin/po -@dirrm share/gnome/anjuta/project/wxwin -@dirrm share/gnome/anjuta/project/terminal/src -@dirrm share/gnome/anjuta/project/terminal/po -@dirrm share/gnome/anjuta/project/terminal -@dirrm share/gnome/anjuta/project/mkfile/po -@dirrm share/gnome/anjuta/project/mkfile/src -@dirrm share/gnome/anjuta/project/mkfile -@dirrm share/gnome/anjuta/project/python/po -@dirrm share/gnome/anjuta/project/python/src -@dirrm share/gnome/anjuta/project/python -@dirrm share/gnome/anjuta/project/java/src -@dirrm share/gnome/anjuta/project/java/po -@dirrm share/gnome/anjuta/project/java -@dirrm share/gnome/anjuta/project/gtkmm/src -@dirrm share/gnome/anjuta/project/gtkmm/po -@dirrm share/gnome/anjuta/project/gtkmm -@dirrm share/gnome/anjuta/project/gtk/src -@dirrm share/gnome/anjuta/project/gtk/po -@dirrm share/gnome/anjuta/project/gtk -@dirrm share/gnome/anjuta/project/gnome/src -@dirrm share/gnome/anjuta/project/gnome/po -@dirrm share/gnome/anjuta/project/gnome -@dirrm share/gnome/anjuta/project/gcj/src -@dirrm share/gnome/anjuta/project/gcj -@dirrm share/gnome/anjuta/project/cpp/src -@dirrm share/gnome/anjuta/project/cpp/po -@dirrm share/gnome/anjuta/project/cpp -@dirrm share/gnome/anjuta/project/anjuta-plugin/src -@dirrm share/gnome/anjuta/project/anjuta-plugin/po -@dirrm share/gnome/anjuta/project/anjuta-plugin -@dirrm share/gnome/anjuta/project -@dirrm share/gnome/anjuta/profiles -@dirrm share/gnome/anjuta/gtodo -@dirrm share/gnome/anjuta/glade -@dirrm share/gnome/anjuta/class-templates -@dirrm share/gnome/anjuta/build -@dirrm share/gnome/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/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile deleted file mode 100644 index 4352a09f6..000000000 --- a/devel/bonobo/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: bonobo -# Date created: 8th October 1999 -# Whom: Ade Lovett <ade@lovett.com> -# -# $FreeBSD$ -# $MCom: ports/devel/bonobo/Makefile,v 1.1 2006/07/25 17:07:32 mezz Exp $ -# - -PORTNAME= bonobo -PORTVERSION= 1.0.22 -PORTREVISION= 3 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The component and compound document system for GNOME - -USE_BZIP2= yes -USE_XLIB= yes -USE_PERL5= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix oaf gnomehier gnomeprint -USE_GETTEXT= yes -GNOME_HTML_DIR= ${PREFIX}/share/doc/bonobo -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} - -.include <bsd.port.mk> diff --git a/devel/bonobo/distinfo b/devel/bonobo/distinfo deleted file mode 100644 index ca33840b8..000000000 --- a/devel/bonobo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome/bonobo-1.0.22.tar.bz2) = 7718c374ed82911b24d95fa3ab55dda5 -SHA256 (gnome/bonobo-1.0.22.tar.bz2) = 02f02653c5ecf9a0f39df33b21087070ba6768a3147fcca10589950dfc778584 -SIZE (gnome/bonobo-1.0.22.tar.bz2) = 1186349 diff --git a/devel/bonobo/files/patch-ab b/devel/bonobo/files/patch-ab deleted file mode 100644 index 7b67117dd..000000000 --- a/devel/bonobo/files/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ ---- Makefile.in.orig Tue Oct 8 01:30:21 2002 -+++ Makefile.in Tue Oct 8 01:32:12 2002 -@@ -174,10 +174,10 @@ - monikers \ - components samples \ - gshell \ -- tests doc po -+ doc po - - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = bonoboConf.sh bonoboxConf.sh bonobox_printConf.sh - - bonoboincludedir = $(includedir)/gnome-1.0 diff --git a/devel/bonobo/files/patch-ad b/devel/bonobo/files/patch-ad deleted file mode 100644 index 60a694ace..000000000 --- a/devel/bonobo/files/patch-ad +++ /dev/null @@ -1,12 +0,0 @@ ---- libefs/libefs-config.in.orig Tue Oct 10 18:36:09 2000 -+++ libefs/libefs-config.in Mon Oct 16 11:20:38 2000 -@@ -55,3 +55,3 @@ - --cflags) -- echo -I@includedir@ -+ echo -I@includedir@ @GLIB_CFLAGS@ - ;; -@@ -59,3 +59,3 @@ - --libs) -- echo -L@libdir@ -lefs -lglib -lz @CRYPTLIB@ -+ echo -L@libdir@ -lefs @GLIB_LIBS@ -lz @CRYPTLIB@ - ;; diff --git a/devel/bonobo/files/patch-components::audio-ulaw::doc::C::Makefile.in b/devel/bonobo/files/patch-components::audio-ulaw::doc::C::Makefile.in deleted file mode 100644 index 5fc3fc20b..000000000 --- a/devel/bonobo/files/patch-components::audio-ulaw::doc::C::Makefile.in +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD$ - ---- components/audio-ulaw/doc/C/Makefile.in 2002/05/01 01:17:50 1.1 -+++ components/audio-ulaw/doc/C/Makefile.in 2002/05/02 14:07:25 -@@ -168,7 +168,7 @@ - cxxflags_set = @cxxflags_set@ - l = @l@ - --audio_ulaw_helpdir = $(datadir)/bonobo/docs/audio_ulaw/C -+audio_ulaw_helpdir = $(datadir)/help/audio_ulaw/C - - # - # Module configuration information -@@ -288,7 +288,7 @@ - -cp $(module)/index.html . - - $(module)/$(module).html: $(SGML_FILES) -- -db2html $(srcdir)/$(main_module_file) -+ -db2html_foo $(srcdir)/$(main_module_file) - - dist-hook: - mkdir $(distdir)/$(module) diff --git a/devel/bonobo/files/patch-ltmain.sh b/devel/bonobo/files/patch-ltmain.sh deleted file mode 100644 index ecc06ccd0..000000000 --- a/devel/bonobo/files/patch-ltmain.sh +++ /dev/null @@ -1,41 +0,0 @@ ---- ltmain.sh.orig Sat Nov 30 21:32:08 2002 -+++ ltmain.sh Tue Dec 3 22:59:51 2002 -@@ -1037,8 +1037,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -2405,7 +2413,7 @@ - # Rhapsody C library is in the System framework - deplibs="$deplibs -framework System" - ;; -- *-*-netbsd*) -+ *-*-netbsd* | *-*-freebsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; - *) -@@ -4175,10 +4183,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/devel/bonobo/files/patch-monikers::Makefile.in b/devel/bonobo/files/patch-monikers::Makefile.in deleted file mode 100644 index ed1a71440..000000000 --- a/devel/bonobo/files/patch-monikers::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- monikers/Makefile.in.orig Thu Apr 11 17:19:45 2002 -+++ monikers/Makefile.in Thu Apr 11 17:21:09 2002 -@@ -72,7 +72,7 @@ - BONOBO_LIBDIR = @BONOBO_LIBDIR@ - BONOBO_LIBS = @BONOBO_LIBS@ - BONOBO_REVISION = @BONOBO_REVISION@ --BONOBO_TEST_CFLAGS = @BONOBO_TEST_CFLAGS@ -+BONOBO_TEST_CFLAGS = @BONOBO_TEST_CFLAGS@ @BONOBO_INCLUDEDIR@ - BONOBO_TEST_LIBS = @BONOBO_TEST_LIBS@ - BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ - CATALOGS = @CATALOGS@ diff --git a/devel/bonobo/files/patch-po::Makefile.in.in b/devel/bonobo/files/patch-po::Makefile.in.in deleted file mode 100644 index 2d1ff382a..000000000 --- a/devel/bonobo/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in.orig Tue Jul 3 19:44:24 2001 -+++ po/Makefile.in.in Tue Jul 3 19:51:42 2001 -@@ -106,7 +106,7 @@ - @catalogs='$(CATALOGS)'; \ - for cat in $$catalogs; do \ - cat=`basename $$cat`; \ -- lang=`echo $$cat | sed 's/\.gmo$$//'`; \ -+ lang=`echo $$cat | sed 's/\.mo$$//'`; \ - dir=$(localedir)/$$lang/LC_MESSAGES; \ - $(mkinstalldirs) $(DESTDIR)$$dir; \ - if test -r $$cat; then \ diff --git a/devel/bonobo/files/patch-storage-modules::Makefile.in b/devel/bonobo/files/patch-storage-modules::Makefile.in deleted file mode 100644 index 783fba3fa..000000000 --- a/devel/bonobo/files/patch-storage-modules::Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- storage-modules/Makefile.in.orig Tue Oct 8 02:07:53 2002 -+++ storage-modules/Makefile.in Tue Oct 8 02:09:33 2002 -@@ -196,8 +196,7 @@ - libstorage_efs_la_LDFLAGS = \ - $(common_ldflags) \ - -L$(top_builddir)/libefs/src \ -- -lefs -- -+ $(top_builddir)/libefs/src/libefs.la - - # - # File-system based storage diff --git a/devel/bonobo/pkg-descr b/devel/bonobo/pkg-descr deleted file mode 100644 index 3b8577a92..000000000 --- a/devel/bonobo/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Bonobo is a set of language and system independant CORBA -interfaces for creating reusable components and creating compound -documents. - -The Bonobo distribution includes a Gtk+ based implementation of the -Bonobo interfaces, enabling developers to create reusable components -and applications that can be used to form more complex documents. - -WWW: http://www.gnome.org/ diff --git a/devel/bonobo/pkg-plist b/devel/bonobo/pkg-plist deleted file mode 100644 index cd3f5acaa..000000000 --- a/devel/bonobo/pkg-plist +++ /dev/null @@ -1,281 +0,0 @@ -bin/bonobo-application-x-mines -bin/bonobo-audio-ulaw -bin/bonobo-echo -bin/bonobo-moniker-gunzip -bin/bonobo-moniker-http -bin/bonobo-sample-canvas-item -bin/bonobo-sample-controls -bin/bonobo-sample-hello -bin/bonobo-sample-paint -bin/bonobo-selector -bin/bonobo-text-plain -bin/echo-client -bin/efstool -bin/gshell -bin/libefs-config -bin/moniker-test -bin/sample-container -bin/sample-control-container -etc/bonoboConf.sh -etc/bonoboxConf.sh -etc/bonobox_printConf.sh -include/efs.h -include/efs_error.h -include/gnome-1.0/bonobo.h -include/gnome-1.0/bonobo/Bonobo.h -include/gnome-1.0/bonobo/bonobo-arg.h -include/gnome-1.0/bonobo/bonobo-async.h -include/gnome-1.0/bonobo/bonobo-canvas-component.h -include/gnome-1.0/bonobo/bonobo-canvas-item.h -include/gnome-1.0/bonobo/bonobo-client-site.h -include/gnome-1.0/bonobo/bonobo-context.h -include/gnome-1.0/bonobo/bonobo-control-frame.h -include/gnome-1.0/bonobo/bonobo-control.h -include/gnome-1.0/bonobo/bonobo-desktop-window.h -include/gnome-1.0/bonobo/bonobo-embeddable.h -include/gnome-1.0/bonobo/bonobo-event-source.h -include/gnome-1.0/bonobo/bonobo-exception.h -include/gnome-1.0/bonobo/bonobo-generic-factory.h -include/gnome-1.0/bonobo/bonobo-item-container.h -include/gnome-1.0/bonobo/bonobo-item-handler.h -include/gnome-1.0/bonobo/bonobo-listener.h -include/gnome-1.0/bonobo/bonobo-main.h -include/gnome-1.0/bonobo/bonobo-moniker-extender.h -include/gnome-1.0/bonobo/bonobo-moniker-simple.h -include/gnome-1.0/bonobo/bonobo-moniker-util.h -include/gnome-1.0/bonobo/bonobo-moniker.h -include/gnome-1.0/bonobo/bonobo-object-client.h -include/gnome-1.0/bonobo/bonobo-object-directory.h -include/gnome-1.0/bonobo/bonobo-object-io.h -include/gnome-1.0/bonobo/bonobo-object.h -include/gnome-1.0/bonobo/bonobo-persist-file.h -include/gnome-1.0/bonobo/bonobo-persist-stream.h -include/gnome-1.0/bonobo/bonobo-persist.h -include/gnome-1.0/bonobo/bonobo-plug.h -include/gnome-1.0/bonobo/bonobo-print-client.h -include/gnome-1.0/bonobo/bonobo-print.h -include/gnome-1.0/bonobo/bonobo-progressive.h -include/gnome-1.0/bonobo/bonobo-property-bag-client.h -include/gnome-1.0/bonobo/bonobo-property-bag-xml.h -include/gnome-1.0/bonobo/bonobo-property-bag.h -include/gnome-1.0/bonobo/bonobo-property-control.h -include/gnome-1.0/bonobo/bonobo-property.h -include/gnome-1.0/bonobo/bonobo-selector-widget.h -include/gnome-1.0/bonobo/bonobo-selector.h -include/gnome-1.0/bonobo/bonobo-shlib-factory.h -include/gnome-1.0/bonobo/bonobo-socket.h -include/gnome-1.0/bonobo/bonobo-storage-plugin.h -include/gnome-1.0/bonobo/bonobo-storage.h -include/gnome-1.0/bonobo/bonobo-stream-client.h -include/gnome-1.0/bonobo/bonobo-stream-memory.h -include/gnome-1.0/bonobo/bonobo-stream.h -include/gnome-1.0/bonobo/bonobo-transient.h -include/gnome-1.0/bonobo/bonobo-ui-component.h -include/gnome-1.0/bonobo/bonobo-ui-config-widget.h -include/gnome-1.0/bonobo/bonobo-ui-container.h -include/gnome-1.0/bonobo/bonobo-ui-engine.h -include/gnome-1.0/bonobo/bonobo-ui-node.h -include/gnome-1.0/bonobo/bonobo-ui-sync.h -include/gnome-1.0/bonobo/bonobo-ui-toolbar-button-item.h -include/gnome-1.0/bonobo/bonobo-ui-toolbar-icon.h -include/gnome-1.0/bonobo/bonobo-ui-toolbar-item.h -include/gnome-1.0/bonobo/bonobo-ui-toolbar-toggle-button-item.h -include/gnome-1.0/bonobo/bonobo-ui-util.h -include/gnome-1.0/bonobo/bonobo-view-frame.h -include/gnome-1.0/bonobo/bonobo-view.h -include/gnome-1.0/bonobo/bonobo-widget.h -include/gnome-1.0/bonobo/bonobo-win.h -include/gnome-1.0/bonobo/bonobo-wrapper.h -include/gnome-1.0/bonobo/bonobo-xobject.h -include/gnome-1.0/bonobo/bonobo-zoomable-frame.h -include/gnome-1.0/bonobo/bonobo-zoomable.h -lib/bonobo/monikers/libmoniker_std.so -lib/bonobo/plugin/libstorage_efs.so -lib/bonobo/plugin/libstorage_fs.so -lib/libbonobo-print.a -lib/libbonobo-print.so -lib/libbonobo-print.so.2 -lib/libbonobo.a -lib/libbonobo.so -lib/libbonobo.so.2 -lib/libbonobox.a -lib/libbonobox.so -lib/libbonobox.so.2 -lib/libefs.a -lib/libefs.so -lib/libefs.so.1 -libdata/pkgconfig/libefs.pc -%%DOCSDIR%%/bonobo-api.html -%%DOCSDIR%%/bonobo-api.sgml -%%DOCSDIR%%/bonobo-decl.txt -%%DOCSDIR%%/bonobo-sections.txt -%%DOCSDIR%%/bonobo.hierarchy -%%DOCSDIR%%/bonobo.signals -%%DOCSDIR%%/bonobo.types -%%DOCSDIR%%/bonobo/bonobo-bonobo-arg.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-async.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-canvas-component.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-canvas-item.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-client-site.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-context.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-control-frame.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-control.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-embeddable.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-event-source.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-exception.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-generic-factory.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-item-container.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-item-handler.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-listener.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-main.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-moniker-extender.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-moniker-simple.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-moniker-util.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-moniker.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-object-client.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-object.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-persist-file.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-persist-stream.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-persist.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-plug.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-print-client.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-print.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-property-bag-client.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-property-bag-xml.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-property-bag.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-property-control.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-selector.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-socket.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-storage-plugin.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-storage.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-stream-client.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-stream-memory.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-stream.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-transient.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-ui-component.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-ui-container.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-ui-engine.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-ui-node.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-ui-sync.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-ui-util.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-view-frame.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-view.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-widget.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-win.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-wrapper.html -%%DOCSDIR%%/bonobo/bonobo-bonobo-xobject.html -%%DOCSDIR%%/bonobo/bonobo-controls.html -%%DOCSDIR%%/bonobo/bonobo-core.html -%%DOCSDIR%%/bonobo/bonobo-documents.html -%%DOCSDIR%%/bonobo/bonobo-moniker-handlers.html -%%DOCSDIR%%/bonobo/bonobo-notification.html -%%DOCSDIR%%/bonobo/bonobo-object-activation.html -%%DOCSDIR%%/bonobo/bonobo-print.html -%%DOCSDIR%%/bonobo/bonobo-properties.html -%%DOCSDIR%%/bonobo/bonobo-storage.html -%%DOCSDIR%%/bonobo/bonobo-support-utilities.html -%%DOCSDIR%%/bonobo/bonobo-ui.html -%%DOCSDIR%%/bonobo/bonobo-view.html -%%DOCSDIR%%/bonobo/book1.html -share/gnome/help/audio_ulaw/C/index.html -share/gnome/idl/Bonobo.idl -share/gnome/idl/Bonobo_Advise.idl -share/gnome/idl/Bonobo_Canvas.idl -share/gnome/idl/Bonobo_ClientSite.idl -share/gnome/idl/Bonobo_Context.idl -share/gnome/idl/Bonobo_Control.idl -share/gnome/idl/Bonobo_Desktop.idl -share/gnome/idl/Bonobo_Embeddable.idl -share/gnome/idl/Bonobo_Exception.idl -share/gnome/idl/Bonobo_ItemContainer.idl -share/gnome/idl/Bonobo_Listener.idl -share/gnome/idl/Bonobo_Moniker.idl -share/gnome/idl/Bonobo_Persist.idl -share/gnome/idl/Bonobo_Print.idl -share/gnome/idl/Bonobo_Progressive.idl -share/gnome/idl/Bonobo_Property.idl -share/gnome/idl/Bonobo_Sample_Echo.idl -share/gnome/idl/Bonobo_Storage.idl -share/gnome/idl/Bonobo_UI.idl -share/gnome/idl/Bonobo_Unknown.idl -share/gnome/idl/Bonobo_Zoomable.idl -share/gnome/oaf/Bonobo_Moniker_gzip.oaf -share/gnome/oaf/Bonobo_Moniker_http.oaf -share/gnome/oaf/Bonobo_Moniker_std.oaf -share/gnome/oaf/Bonobo_Sample_Audio.oaf -share/gnome/oaf/Bonobo_Sample_CanvasItem.oaf -share/gnome/oaf/Bonobo_Sample_Controls.oaf -share/gnome/oaf/Bonobo_Sample_Echo.oaf -share/gnome/oaf/Bonobo_Sample_Hello.oafinfo -share/gnome/oaf/Bonobo_Sample_Mines.oaf -share/gnome/oaf/Bonobo_Sample_Paint.oaf -share/gnome/oaf/Bonobo_Sample_Text.oaf -share/gnome/oaf/Bonobo_Selector.oaf -share/gnome/ui/gshell-ui.xml -share/locale/az/LC_MESSAGES/bonobo.mo -share/locale/ca/LC_MESSAGES/bonobo.mo -share/locale/da/LC_MESSAGES/bonobo.mo -share/locale/de/LC_MESSAGES/bonobo.mo -share/locale/el/LC_MESSAGES/bonobo.mo -share/locale/en_GB/LC_MESSAGES/bonobo.mo -share/locale/es/LC_MESSAGES/bonobo.mo -share/locale/eu/LC_MESSAGES/bonobo.mo -share/locale/fi/LC_MESSAGES/bonobo.mo -share/locale/fr/LC_MESSAGES/bonobo.mo -share/locale/ga/LC_MESSAGES/bonobo.mo -share/locale/gl/LC_MESSAGES/bonobo.mo -share/locale/hu/LC_MESSAGES/bonobo.mo -share/locale/it/LC_MESSAGES/bonobo.mo -share/locale/ja/LC_MESSAGES/bonobo.mo -share/locale/ko/LC_MESSAGES/bonobo.mo -share/locale/lt/LC_MESSAGES/bonobo.mo -share/locale/nl/LC_MESSAGES/bonobo.mo -share/locale/no/LC_MESSAGES/bonobo.mo -share/locale/pl/LC_MESSAGES/bonobo.mo -share/locale/pt/LC_MESSAGES/bonobo.mo -share/locale/pt_BR/LC_MESSAGES/bonobo.mo -share/locale/ro/LC_MESSAGES/bonobo.mo -share/locale/ru/LC_MESSAGES/bonobo.mo -share/locale/sk/LC_MESSAGES/bonobo.mo -share/locale/sl/LC_MESSAGES/bonobo.mo -share/locale/sv/LC_MESSAGES/bonobo.mo -share/locale/tr/LC_MESSAGES/bonobo.mo -share/locale/uk/LC_MESSAGES/bonobo.mo -share/locale/wa/LC_MESSAGES/bonobo.mo -share/locale/zh_CN/LC_MESSAGES/bonobo.mo -share/locale/zh_TW/LC_MESSAGES/bonobo.mo -@dirrm share/gnome/help/audio_ulaw/C/images -@dirrm share/gnome/help/audio_ulaw/C -@dirrm share/gnome/help/audio_ulaw -@dirrm %%DOCSDIR%%/libefs -@dirrm %%DOCSDIR%%/bonobo -@dirrm %%DOCSDIR%% -@dirrm include/gnome-1.0/bonobo -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/no/LC_MESSAGES -@dirrmtry share/locale/no -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca diff --git a/devel/bug-buddy/Makefile b/devel/bug-buddy/Makefile deleted file mode 100644 index 91f5e18c8..000000000 --- a/devel/bug-buddy/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: bugbuddy2 -# Date created: 14 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/bug-buddy/Makefile,v 1.37 2006/09/07 21:26:27 ahze Exp $ -# - -PORTNAME= bug-buddy -PORTVERSION= 2.16.0 -PORTREVISION= 2 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/bug-buddy/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A bug reporting tool for GNOME 2 - -LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \ - soup-2.2.8:${PORTSDIR}/devel/libsoup - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_XLIB= yes -INSTALLS_ICONS= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop gnomemenus \ - desktopfileutils gnomedocutils evolutiondataserver -GNOME_DESKTOP_VERSION=2 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= bug-buddy.schemas - -post-patch: - @${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|' \ - ${WRKSRC}/src/bugzilla.c - -post-install: - @-update-desktop-database - -.include <bsd.port.mk> diff --git a/devel/bug-buddy/distinfo b/devel/bug-buddy/distinfo deleted file mode 100644 index aa6bbc1b0..000000000 --- a/devel/bug-buddy/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/bug-buddy-2.16.0.tar.bz2) = 199b8fe6454096b1c8e514eaa925caa3 -SHA256 (gnome2/bug-buddy-2.16.0.tar.bz2) = 7c2d178a4539044654654acbe8365f925f34f312799e98f7cc1ddb09ff141c22 -SIZE (gnome2/bug-buddy-2.16.0.tar.bz2) = 511355 diff --git a/devel/bug-buddy/files/patch-src_bug-buddy.menu.in b/devel/bug-buddy/files/patch-src_bug-buddy.menu.in deleted file mode 100644 index 5093e3e9a..000000000 --- a/devel/bug-buddy/files/patch-src_bug-buddy.menu.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/bug-buddy.menu.in.orig Wed Sep 20 02:28:05 2006 -+++ src/bug-buddy.menu.in Wed Sep 20 02:28:12 2006 -@@ -6,7 +6,7 @@ - <Name>Bug Buddy programs</Name> - - <!-- Read only files in default .desktop file location --> -- <LegacyDir>@prefix@/@DATADIRNAME@/applications</LegacyDir> -+ <LegacyDir>@prefix@/@DATADIRNAME@/gnome/applications</LegacyDir> - - <!-- we want to process all desktop files; Unfortunately, - files with NoDisplay=true won't be returned by the diff --git a/devel/bug-buddy/pkg-descr b/devel/bug-buddy/pkg-descr deleted file mode 100644 index 7268130ab..000000000 --- a/devel/bug-buddy/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is a bug reporting tool. It pops up automatically when a GNOME -app crashes under the GNOME desktop (via gnome_segv), and allows -the crash information to be sent to the app's developers. - -Jacob Berkman <jberkman@andrew.cmu.edu> - -WWW: http://www.gnome.org/ diff --git a/devel/bug-buddy/pkg-plist b/devel/bug-buddy/pkg-plist deleted file mode 100644 index 8a283a99a..000000000 --- a/devel/bug-buddy/pkg-plist +++ /dev/null @@ -1,154 +0,0 @@ -bin/bug-buddy -share/gnome/applications/bug-buddy.desktop -share/gnome/bug-buddy/bug-buddy.glade -share/gnome/bug-buddy/bug-buddy.menu -share/gnome/bug-buddy/bug-buddy.png -share/gnome/bug-buddy/bugzilla/gnome.bugzilla -share/gnome/bug-buddy/bugzilla/gnome/config -share/gnome/bug-buddy/bugzilla/gnome/mostfreq -share/gnome/bug-buddy/bugzilla/gnome/products -share/gnome/bug-buddy/bugzilla/ximian.bugzilla -share/gnome/bug-buddy/bugzilla/ximian/config -share/gnome/bug-buddy/bugzilla/ximian/mostfreq -share/gnome/bug-buddy/bugzilla/ximian/products -share/gnome/bug-buddy/gdb-cmd -share/gnome/bug-buddy/gnome.png -share/gnome/bug-buddy/ximian.png -share/icons/hicolor/48x48/apps/bug-buddy.png -share/locale/am/LC_MESSAGES/bug-buddy.mo -share/locale/ar/LC_MESSAGES/bug-buddy.mo -share/locale/az/LC_MESSAGES/bug-buddy.mo -share/locale/be/LC_MESSAGES/bug-buddy.mo -share/locale/bg/LC_MESSAGES/bug-buddy.mo -share/locale/bn/LC_MESSAGES/bug-buddy.mo -share/locale/bn_IN/LC_MESSAGES/bug-buddy.mo -share/locale/bs/LC_MESSAGES/bug-buddy.mo -share/locale/ca/LC_MESSAGES/bug-buddy.mo -share/locale/cs/LC_MESSAGES/bug-buddy.mo -share/locale/cy/LC_MESSAGES/bug-buddy.mo -share/locale/da/LC_MESSAGES/bug-buddy.mo -share/locale/de/LC_MESSAGES/bug-buddy.mo -share/locale/dz/LC_MESSAGES/bug-buddy.mo -share/locale/el/LC_MESSAGES/bug-buddy.mo -share/locale/en_CA/LC_MESSAGES/bug-buddy.mo -share/locale/en_GB/LC_MESSAGES/bug-buddy.mo -share/locale/es/LC_MESSAGES/bug-buddy.mo -share/locale/et/LC_MESSAGES/bug-buddy.mo -share/locale/eu/LC_MESSAGES/bug-buddy.mo -share/locale/fa/LC_MESSAGES/bug-buddy.mo -share/locale/fi/LC_MESSAGES/bug-buddy.mo -share/locale/fr/LC_MESSAGES/bug-buddy.mo -share/locale/ga/LC_MESSAGES/bug-buddy.mo -share/locale/gl/LC_MESSAGES/bug-buddy.mo -share/locale/gu/LC_MESSAGES/bug-buddy.mo -share/locale/he/LC_MESSAGES/bug-buddy.mo -share/locale/hi/LC_MESSAGES/bug-buddy.mo -share/locale/hr/LC_MESSAGES/bug-buddy.mo -share/locale/hu/LC_MESSAGES/bug-buddy.mo -share/locale/id/LC_MESSAGES/bug-buddy.mo -share/locale/is/LC_MESSAGES/bug-buddy.mo -share/locale/it/LC_MESSAGES/bug-buddy.mo -share/locale/ja/LC_MESSAGES/bug-buddy.mo -share/locale/ka/LC_MESSAGES/bug-buddy.mo -share/locale/ko/LC_MESSAGES/bug-buddy.mo -share/locale/ku/LC_MESSAGES/bug-buddy.mo -share/locale/ky/LC_MESSAGES/bug-buddy.mo -share/locale/lt/LC_MESSAGES/bug-buddy.mo -share/locale/lv/LC_MESSAGES/bug-buddy.mo -share/locale/mg/LC_MESSAGES/bug-buddy.mo -share/locale/mk/LC_MESSAGES/bug-buddy.mo -share/locale/ml/LC_MESSAGES/bug-buddy.mo -share/locale/mn/LC_MESSAGES/bug-buddy.mo -share/locale/mr/LC_MESSAGES/bug-buddy.mo -share/locale/ms/LC_MESSAGES/bug-buddy.mo -share/locale/nb/LC_MESSAGES/bug-buddy.mo -share/locale/ne/LC_MESSAGES/bug-buddy.mo -share/locale/nl/LC_MESSAGES/bug-buddy.mo -share/locale/nn/LC_MESSAGES/bug-buddy.mo -share/locale/or/LC_MESSAGES/bug-buddy.mo -share/locale/pa/LC_MESSAGES/bug-buddy.mo -share/locale/pl/LC_MESSAGES/bug-buddy.mo -share/locale/pt/LC_MESSAGES/bug-buddy.mo -share/locale/pt_BR/LC_MESSAGES/bug-buddy.mo -share/locale/ro/LC_MESSAGES/bug-buddy.mo -share/locale/ru/LC_MESSAGES/bug-buddy.mo -share/locale/rw/LC_MESSAGES/bug-buddy.mo -share/locale/sk/LC_MESSAGES/bug-buddy.mo -share/locale/sl/LC_MESSAGES/bug-buddy.mo -share/locale/sq/LC_MESSAGES/bug-buddy.mo -share/locale/sr/LC_MESSAGES/bug-buddy.mo -share/locale/sr@Latn/LC_MESSAGES/bug-buddy.mo -share/locale/sv/LC_MESSAGES/bug-buddy.mo -share/locale/ta/LC_MESSAGES/bug-buddy.mo -share/locale/th/LC_MESSAGES/bug-buddy.mo -share/locale/tr/LC_MESSAGES/bug-buddy.mo -share/locale/ug/LC_MESSAGES/bug-buddy.mo -share/locale/uk/LC_MESSAGES/bug-buddy.mo -share/locale/vi/LC_MESSAGES/bug-buddy.mo -share/locale/wa/LC_MESSAGES/bug-buddy.mo -share/locale/xh/LC_MESSAGES/bug-buddy.mo -share/locale/zh_CN/LC_MESSAGES/bug-buddy.mo -share/locale/zh_HK/LC_MESSAGES/bug-buddy.mo -share/locale/zh_TW/LC_MESSAGES/bug-buddy.mo -@dirrm share/gnome/bug-buddy/bugzilla/ximian -@dirrm share/gnome/bug-buddy/bugzilla/gnome -@dirrm share/gnome/bug-buddy/bugzilla -@dirrm share/gnome/bug-buddy -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/ug/LC_MESSAGES -@dirrmtry share/locale/ug -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be diff --git a/devel/dbus-glib/Makefile b/devel/dbus-glib/Makefile deleted file mode 100644 index 8644bd1c0..000000000 --- a/devel/dbus-glib/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: dbus-glib -# Date Created: 07 October 2006 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= dbus -PORTVERSION= 0.71 -CATEGORIES= devel gnome -MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-glib/ -PKGNAMESUFFIX= -glib -DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GLib bindings for the D-BUS messaging system - -LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus - -USE_GNOME= gnomehack glib20 -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-test-socket-dir=${WRKDIR} \ - --disable-doxygen-docs \ - --disable-xml-docs -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -PLIST_SUB= VERSION="1.0" - -pre-build: - @${CP} ${FILESDIR}/dbus-bus-introspect.xml ${WRKSRC}/tools - -.include <bsd.port.mk> diff --git a/devel/dbus-glib/distinfo b/devel/dbus-glib/distinfo deleted file mode 100644 index 77979418b..000000000 --- a/devel/dbus-glib/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (dbus-glib-0.71.tar.gz) = 4e1e7348b26ee8b6485452113f4221cc -SHA256 (dbus-glib-0.71.tar.gz) = b58a489fdd35a70d241f512bc08f3b6d9d8e05110f4a1d5341cff6a0b7d854b7 -SIZE (dbus-glib-0.71.tar.gz) = 566889 diff --git a/devel/dbus-glib/files/dbus-bus-introspect.xml b/devel/dbus-glib/files/dbus-bus-introspect.xml deleted file mode 100644 index 889d1cfaf..000000000 --- a/devel/dbus-glib/files/dbus-bus-introspect.xml +++ /dev/null @@ -1,77 +0,0 @@ - <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" -"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> -<node> - <interface name="org.freedesktop.DBus.Introspectable"> - <method name="Introspect"> - <arg name="data" direction="out" type="s"/> - </method> - </interface> - <interface name="org.freedesktop.DBus"> - <method name="RequestName"> - <arg direction="in" type="s"/> - <arg direction="in" type="u"/> - <arg direction="out" type="u"/> - </method> - <method name="ReleaseName"> - <arg direction="in" type="s"/> - <arg direction="out" type="u"/> - </method> - <method name="StartServiceByName"> - <arg direction="in" type="s"/> - <arg direction="in" type="u"/> - <arg direction="out" type="u"/> - </method> - <method name="Hello"> - <arg direction="out" type="s"/> - </method> - <method name="NameHasOwner"> - <arg direction="in" type="s"/> - <arg direction="out" type="b"/> - </method> - <method name="ListNames"> - <arg direction="out" type="as"/> - </method> - <method name="ListActivatableNames"> - <arg direction="out" type="as"/> - </method> - <method name="AddMatch"> - <arg direction="in" type="s"/> - </method> - <method name="RemoveMatch"> - <arg direction="in" type="s"/> - </method> - <method name="GetNameOwner"> - <arg direction="in" type="s"/> - <arg direction="out" type="s"/> - </method> - <method name="ListQueuedOwners"> - <arg direction="in" type="s"/> - <arg direction="out" type="as"/> - </method> - <method name="GetConnectionUnixUser"> - <arg direction="in" type="s"/> - <arg direction="out" type="u"/> - </method> - <method name="GetConnectionUnixProcessID"> - <arg direction="in" type="s"/> - <arg direction="out" type="u"/> - </method> - <method name="GetConnectionSELinuxSecurityContext"> - <arg direction="in" type="s"/> - <arg direction="out" type="ay"/> - </method> - <method name="ReloadConfig"> - </method> - <signal name="NameOwnerChanged"> - <arg type="s"/> - <arg type="s"/> - <arg type="s"/> - </signal> - <signal name="NameLost"> - <arg type="s"/> - </signal> - <signal name="NameAcquired"> - <arg type="s"/> - </signal> - </interface> -</node> diff --git a/devel/dbus-glib/files/patch-tools_run-with-tmp-session-bus.sh b/devel/dbus-glib/files/patch-tools_run-with-tmp-session-bus.sh deleted file mode 100644 index 4aa4e5a18..000000000 --- a/devel/dbus-glib/files/patch-tools_run-with-tmp-session-bus.sh +++ /dev/null @@ -1,15 +0,0 @@ ---- tools/run-with-tmp-session-bus.sh.orig Sat Oct 7 16:18:50 2006 -+++ tools/run-with-tmp-session-bus.sh Sat Oct 7 16:19:24 2006 -@@ -1,10 +1,10 @@ --#! /bin/bash -+#! /bin/sh - - SCRIPTNAME=$0 - WRAPPED_SCRIPT=$1 - shift - --function die() -+die() - { - if ! test -z "$DBUS_SESSION_BUS_PID" ; then - echo "killing message bus "$DBUS_SESSION_BUS_PID >&2 diff --git a/devel/dbus-glib/pkg-descr b/devel/dbus-glib/pkg-descr deleted file mode 100644 index bc3c57d8f..000000000 --- a/devel/dbus-glib/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -GLib bindings for the D-BUS interprocess messaging system. - -WWW: http://www.freedesktop.org/wiki/Software_2fDBusBindings diff --git a/devel/dbus-glib/pkg-plist b/devel/dbus-glib/pkg-plist deleted file mode 100644 index abc3049f9..000000000 --- a/devel/dbus-glib/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/dbus-binding-tool -include/dbus-%%VERSION%%/dbus/dbus-glib-bindings.h -include/dbus-%%VERSION%%/dbus/dbus-glib-error-enum.h -include/dbus-%%VERSION%%/dbus/dbus-glib-lowlevel.h -include/dbus-%%VERSION%%/dbus/dbus-glib.h -include/dbus-%%VERSION%%/dbus/dbus-gtype-specialized.h -lib/libdbus-glib-1.a -lib/libdbus-glib-1.la -lib/libdbus-glib-1.so -lib/libdbus-glib-1.so.2 -libdata/pkgconfig/dbus-glib-1.pc diff --git a/devel/dbus-sharp/Makefile b/devel/dbus-sharp/Makefile deleted file mode 100644 index e36f063ea..000000000 --- a/devel/dbus-sharp/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# New ports collection makefile for: dbus-sharp -# Date Created: 20041011 -# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> -# -# $FreeBSD$ -# $Id: Makefile,v 1.4 2006-10-09 02:31:46 marcus Exp $ -# - -PORTVERSION= 0.62 -PORTREVISION= 16 -CATEGORIES= devel gnome -PKGNAMESUFFIX= -sharp - -MAINTAINER= bsd-sharp-list@forge.novell.com -COMMENT= Mono interface to the D-BUS messaging system - -LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus -BUILD_DEPENDS= monodoc:${PORTSDIR}/devel/mono-tools -RUN_DEPENDS= monodoc:${PORTSDIR}/devel/mono-tools - -MASTERDIR= ${.CURDIR}/../dbus -BUILD_WRKSRC= ${WRKSRC}/mono -INSTALL_WRKSRC= ${BUILD_WRKSRC} -PATCHDIR= ${.CURDIR}/files -MD5_FILE= ${.CURDIR}/distinfo -DESCR= ${.CURDIR}/pkg-descr -PLIST= ${.CURDIR}/pkg-plist - -DBUS_SLAVE= yes - -USE_GNOME= gnomehack gnometarget -CONFIGURE_ARGS= --enable-mono \ - --disable-python \ - --disable-gcj \ - --disable-gtk \ - --disable-qt \ - --with-test-socket-dir=${WRKDIR} \ - --with-system-pid-file=/var/run/dbus.pid \ - --with-system-socket=/var/run/dbus \ - --with-session-socket-dir=/var/tmp \ - --disable-doxygen-docs \ - --disable-xml-docs - -# Disable those, since it doesn't install docs yet. -#post-patch: -# @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ -# ${WRKSRC}/mono/doc/Makefile.in - -.include "${.CURDIR}/../../lang/mono/bsd.mono.mk" -.include "${MASTERDIR}/Makefile" diff --git a/devel/dbus-sharp/distinfo b/devel/dbus-sharp/distinfo deleted file mode 100644 index 363c5a579..000000000 --- a/devel/dbus-sharp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (dbus-0.62.tar.gz) = ba7692f63d0e9f1ef06703dff56cb650 -SHA256 (dbus-0.62.tar.gz) = 884cc2083add655df57acc7bb144c61e9beeabf08ef76fa86929a58d7bc96707 -SIZE (dbus-0.62.tar.gz) = 1737361 diff --git a/devel/dbus-sharp/files/patch-mono_Makefile.in b/devel/dbus-sharp/files/patch-mono_Makefile.in deleted file mode 100644 index 7f1d7026c..000000000 --- a/devel/dbus-sharp/files/patch-mono_Makefile.in +++ /dev/null @@ -1,108 +0,0 @@ ---- mono/Makefile.in.orig Thu Jun 30 23:27:19 2005 -+++ mono/Makefile.in Thu Jun 30 23:27:43 2005 -@@ -299,7 +299,7 @@ - target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ --SUBDIRS = . doc example -+SUBDIRS = . example - TARGET = $(ASSEMBLY) - NOINST_EXES = test-dbus-sharp.exe - ASSEMBLY_NAME = dbus-sharp -@@ -345,6 +345,10 @@ - $(ASSEMBLY).config.in \ - dbus-sharp.snk - -+pkgconfigdir = $(prefix)/libdata/pkgconfig -+pkgconfigDATA_INSTALL = $(INSTALL_DATA) -+pkgconfig_DATA = ../dbus-sharp.pc -+ - all: all-recursive - - .SUFFIXES: -@@ -391,6 +395,23 @@ - distclean-libtool: - -rm -f libtool - uninstall-info-am: -+install-pkgconfigDATA: $(pkgconfig_DATA) -+ @$(NORMAL_INSTALL) -+ test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)" -+ @list='$(pkgconfig_DATA)'; for p in $$list; do \ -+ if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ -+ f="`echo $$p | sed -e 's|^.*/||'`"; \ -+ echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ -+ $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \ -+ done -+ -+uninstall-pkgconfigDATA: -+ @$(NORMAL_UNINSTALL) -+ @list='$(pkgconfig_DATA)'; for p in $$list; do \ -+ f="`echo $$p | sed -e 's|^.*/||'`"; \ -+ echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ -+ rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \ -+ done - - # This directory's subdirectories are mostly independent; you can cd - # into them and run `make' without going through this Makefile. -@@ -569,7 +590,7 @@ - done - check-am: all-am - check: check-recursive --all-am: Makefile -+all-am: Makefile $(pkgconfig_DATA) - installdirs: installdirs-recursive - installdirs-am: - install: install-recursive -@@ -614,7 +635,7 @@ - - info-am: - --install-data-am: install-data-local -+install-data-am: install-data-local install-pkgconfigDATA - - install-exec-am: - -@@ -640,7 +661,7 @@ - - ps-am: - --uninstall-am: uninstall-info-am uninstall-local -+uninstall-am: uninstall-info-am uninstall-local uninstall-pkgconfigDATA - - uninstall-info: uninstall-info-recursive - -@@ -651,12 +672,13 @@ - html-am info info-am install install-am install-data \ - install-data-am install-data-local install-exec \ - install-exec-am install-info install-info-am install-man \ -- install-strip installcheck installcheck-am installdirs \ -+ install-pkgconfigDATA install-strip installcheck \ -+ installcheck-am installdirs \ - installdirs-am maintainer-clean maintainer-clean-generic \ - maintainer-clean-recursive mostlyclean mostlyclean-generic \ - mostlyclean-libtool mostlyclean-recursive pdf pdf-am ps ps-am \ - tags tags-recursive uninstall uninstall-am uninstall-info-am \ -- uninstall-local -+ uninstall-pkgconfigDATA uninstall-local - - - all-am: $(TARGET) -@@ -672,14 +694,14 @@ - - install-data-local: - @if test -n '$(TARGET)'; then \ -- echo "$(GACUTIL) /i $(ASSEMBLY) /f /package dbus-sharp /gacdir $(DESTDIR)$(libdir)"; \ -- $(GACUTIL) /i $(ASSEMBLY) /f /package dbus-sharp /gacdir $(libdir) /root $(DESTDIR)$(libdir) || exit 1; \ -+ echo "$(GACUTIL) /i $(ASSEMBLY) /f /package dbus-sharp /gacdir $(DESTDIR)$(libdir) /root $(DESTDIR)$(libdir)"; \ -+ $(GACUTIL) /i $(ASSEMBLY) /f /package dbus-sharp /gacdir $(DESTDIR)$(libdir) /root $(DESTDIR)$(libdir) || exit 1; \ - fi - - uninstall-local: - @if test -n '$(TARGET)'; then \ -- echo "$(GACUTIL) /u $(ASSEMBLY_NAME) /package dbus-sharp /gacdir $(DESTDIR)$(libdir)"; \ -- $(GACUTIL) /u $(ASSEMBLY_NAME) /package dbus-sharp /gacdir $(libdir) /root $(DESTDIR)$(libdir) || exit 1; \ -+ echo "$(GACUTIL) /u $(ASSEMBLY_NAME) /package dbus-sharp /gacdir $(DESTDIR)$(libdir) /root $(DESTDIR)$(libdir)"; \ -+ $(GACUTIL) /u $(ASSEMBLY_NAME) /package dbus-sharp /gacdir $(DESTDIR)$(libdir) /root $(DESTDIR)$(libdir)|| exit 1; \ - fi - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/devel/dbus-sharp/files/patch-mono_dbus-sharp.dll.config.in b/devel/dbus-sharp/files/patch-mono_dbus-sharp.dll.config.in deleted file mode 100644 index b7c0032aa..000000000 --- a/devel/dbus-sharp/files/patch-mono_dbus-sharp.dll.config.in +++ /dev/null @@ -1,9 +0,0 @@ ---- mono/dbus-sharp.dll.config.in.orig Sat Mar 12 20:56:29 2005 -+++ mono/dbus-sharp.dll.config.in Wed Apr 13 21:19:06 2005 -@@ -1,4 +1,4 @@ - <configuration> -- <dllmap dll="dbus-1" target="libdbus-1@LIB_PREFIX@.@LT_CURRENT@@LIB_SUFFIX@"/> -- <dllmap dll="dbus-glib-1" target="libdbus-glib-1@LIB_PREFIX@.@LT_CURRENT@@LIB_SUFFIX@"/> -+ <dllmap dll="dbus-1" target="libdbus-1@LIB_PREFIX@@LIB_SUFFIX@"/> -+ <dllmap dll="dbus-glib-1" target="libdbus-glib-1@LIB_PREFIX@@LIB_SUFFIX@"/> - </configuration> diff --git a/devel/dbus-sharp/pkg-descr b/devel/dbus-sharp/pkg-descr deleted file mode 100644 index 76b311a71..000000000 --- a/devel/dbus-sharp/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -C# interface to the D-BUS messaging system. - -WWW: http://www.freedesktop.org/Software/dbus diff --git a/devel/dbus-sharp/pkg-plist b/devel/dbus-sharp/pkg-plist deleted file mode 100644 index de7464319..000000000 --- a/devel/dbus-sharp/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -lib/mono/dbus-sharp/dbus-sharp.dll -lib/mono/gac/dbus-sharp/0.62.0.0__9eef2692033670f5/dbus-sharp.dll -lib/mono/gac/dbus-sharp/0.62.0.0__9eef2692033670f5/dbus-sharp.dll.config -lib/mono/gac/dbus-sharp/0.62.0.0__9eef2692033670f5/dbus-sharp.dll.mdb -libdata/pkgconfig/dbus-sharp.pc -@dirrm lib/mono/gac/dbus-sharp/0.62.0.0__9eef2692033670f5 -@dirrm lib/mono/gac/dbus-sharp -@dirrm lib/mono/dbus-sharp diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile deleted file mode 100644 index 590c3fea8..000000000 --- a/devel/dbus/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# New ports collection makefile for: D-BUS -# Date Created: 22 June 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= dbus -PORTVERSION?= 0.93 -PORTREVISION?= 2 -CATEGORIES= devel gnome -MASTER_SITES= http://dbus.freedesktop.org/releases/ - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A message bus system for inter-application communication - -LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 - -USE_GNOME= gnomehack gnometarget libxml2 -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS=--localstatedir=/var \ - --with-test-socket-dir=${WRKDIR} \ - --with-system-pid-file=/var/run/dbus/dbus.pid \ - --with-system-socket=/var/run/dbus/dbus.pipe \ - --with-session-socket-dir=/var/tmp \ - --disable-doxygen-docs \ - --disable-xml-docs -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -.if !defined(DBUS_SLAVE) -USE_RC_SUBR= dbus - -PLIST_SUB= VERSION="1.0" - -MAN1= dbus-cleanup-sockets.1 dbus-daemon.1 dbus-launch.1 \ - dbus-monitor.1 dbus-send.1 - -.if !defined(WITHOUT_X11) -USE_XLIB= yes -.endif -.endif - -.include <bsd.port.pre.mk> - -post-patch: - @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|' \ - ${WRKSRC}/bus/session.conf.in \ - ${WRKSRC}/bus/system.conf.in - -.if !defined(DBUS_SLAVE) -post-install: -.if !defined(PACKAGE_BUILDING) - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - ${MKDIR} ${X11BASE}/etc/dbus-1/system.d - ${MKDIR} ${X11BASE}/share/dbus-1/services - -.endif - -.include <bsd.port.post.mk> diff --git a/devel/dbus/distinfo b/devel/dbus/distinfo deleted file mode 100644 index 6f41a76bd..000000000 --- a/devel/dbus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (dbus-0.93.tar.gz) = 0770dce874c76f7364d055e4648900fb -SHA256 (dbus-0.93.tar.gz) = bdb6a229bc87944e46b656d6e568f9bf9e8fedcb0e1ca53f48f3ed333915168b -SIZE (dbus-0.93.tar.gz) = 1340600 diff --git a/devel/dbus/files/dbus.in b/devel/dbus/files/dbus.in deleted file mode 100644 index 61638229f..000000000 --- a/devel/dbus/files/dbus.in +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# PROVIDE: dbus -# REQUIRE: DAEMON -# -# Add the following lines to /etc/rc.conf to enable the D-BUS messaging system: -# -# dbus_enable="YES" -# - -dbus_enable=${dbus_enable-"NO"} -dbus_flags=${dbus_flags-"--system"} - -. %%RC_SUBR%% - -name=dbus -rcvar=`set_rcvar` - -command="%%PREFIX%%/bin/dbus-daemon" -pidfile="/var/run/dbus/${name}.pid" - -start_precmd="dbus_prestart" -stop_postcmd="dbus_poststop" - -dbus_prestart() -{ - mkdir -p $(dirname $pidfile) -} - -dbus_poststop() -{ - rm -f $pidfile -} - - -load_rc_config ${name} -run_rc_command "$1" diff --git a/devel/dbus/files/patch-bus_bus.c b/devel/dbus/files/patch-bus_bus.c deleted file mode 100644 index 857d6379f..000000000 --- a/devel/dbus/files/patch-bus_bus.c +++ /dev/null @@ -1,11 +0,0 @@ ---- bus/bus.c.orig Thu Jun 30 23:55:41 2005 -+++ bus/bus.c Thu Jun 30 23:56:04 2005 -@@ -486,7 +486,7 @@ process_config_every_time (BusContext - - _dbus_list_foreach (bus_config_parser_get_conf_dirs (parser), - (DBusForeachFunction) bus_watch_directory, -- NULL); -+ bus_context_get_loop (context)); - - _DBUS_ASSERT_ERROR_IS_CLEAR (error); - retval = TRUE; diff --git a/devel/dbus/files/patch-bus_session.conf.in b/devel/dbus/files/patch-bus_session.conf.in deleted file mode 100644 index 955de7132..000000000 --- a/devel/dbus/files/patch-bus_session.conf.in +++ /dev/null @@ -1,10 +0,0 @@ ---- bus/session.conf.in.orig Mon Jun 6 22:18:31 2005 -+++ bus/session.conf.in Mon Jun 6 22:31:35 2005 -@@ -11,6 +11,7 @@ - <listen>unix:tmpdir=@DBUS_SESSION_SOCKET_DIR@</listen> - - <servicedir>@EXPANDED_DATADIR@/dbus-1/services</servicedir> -+ <servicedir>%%X11BASE%%/share/dbus-1/services</servicedir> - - <policy context="default"> - <!-- Allow everything to be sent --> diff --git a/devel/dbus/files/patch-bus_system.conf.in b/devel/dbus/files/patch-bus_system.conf.in deleted file mode 100644 index cfb3f879e..000000000 --- a/devel/dbus/files/patch-bus_system.conf.in +++ /dev/null @@ -1,10 +0,0 @@ ---- bus/system.conf.in.orig Wed May 3 02:08:16 2006 -+++ bus/system.conf.in Wed May 3 02:09:58 2006 -@@ -52,6 +52,7 @@ - <!-- Config files are placed here that among other things, punch - holes in the above policy for specific services. --> - <includedir>system.d</includedir> -+ <includedir>%%X11BASE%%/etc/dbus-1/system.d</includedir> - - <!-- This is included last so local configuration can override what's - in this standard file --> diff --git a/devel/dbus/files/patch-configure b/devel/dbus/files/patch-configure deleted file mode 100644 index 0f19547d7..000000000 --- a/devel/dbus/files/patch-configure +++ /dev/null @@ -1,28 +0,0 @@ ---- configure.orig Sun Oct 8 02:48:06 2006 -+++ configure Sun Oct 8 02:50:34 2006 -@@ -463,7 +463,7 @@ ac_includes_default="\ - # include <unistd.h> - #endif" - --ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar GETTEXT_PACKAGE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LT_CURRENT LT_REVISION LT_AGE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CPP EGREP DBUS_BUILD_TESTS_TRUE DBUS_BUILD_TESTS_FALSE SED LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL DBUS_GCOV_ENABLED_TRUE DBUS_GCOV_ENABLED_FALSE DBUS_INT64_TYPE DBUS_INT64_CONSTANT DBUS_UINT64_CONSTANT DBUS_HAVE_INT64 DBUS_INT32_TYPE DBUS_INT16_TYPE DBUS_PATH_OR_ABSTRACT PKG_CONFIG LIBXML_CFLAGS LIBXML_LIBS DBUS_USE_EXPAT_TRUE DBUS_USE_EXPAT_FALSE DBUS_USE_LIBXML_TRUE DBUS_USE_LIBXML_FALSE HAVE_SELINUX_TRUE HAVE_SELINUX_FALSE DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX_TRUE DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX_FALSE DBUS_BUS_ENABLE_KQUEUE_TRUE DBUS_BUS_ENABLE_KQUEUE_FALSE HAVE_CONSOLE_OWNER_FILE_TRUE HAVE_CONSOLE_OWNER_FILE_FALSE DBUS_CLIENT_CFLAGS DBUS_CLIENT_LIBS DBUS_BUS_CFLAGS DBUS_BUS_LIBS DBUS_TEST_CFLAGS DBUS_TEST_LIBS X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS DBUS_X_CFLAGS DBUS_X_LIBS DOXYGEN DBUS_DOXYGEN_DOCS_ENABLED_TRUE DBUS_DOXYGEN_DOCS_ENABLED_FALSE XMLTO DBUS_XML_DOCS_ENABLED_TRUE DBUS_XML_DOCS_ENABLED_FALSE EXPANDED_LOCALSTATEDIR EXPANDED_SYSCONFDIR EXPANDED_BINDIR EXPANDED_LIBDIR EXPANDED_DATADIR DBUS_INIT_SCRIPTS_RED_HAT_TRUE DBUS_INIT_SCRIPTS_RED_HAT_FALSE DBUS_INIT_SCRIPTS_SLACKWARE_TRUE DBUS_INIT_SCRIPTS_SLACKWARE_FALSE DBUS_SYSTEM_SOCKET DBUS_SYSTEM_BUS_DEFAULT_ADDRESS DBUS_SYSTEM_PID_FILE DBUS_CONSOLE_AUTH_DIR DBUS_CONSOLE_OWNER_FILE DBUS_USER DBUS_DAEMONDIR TEST_SERVICE_DIR TEST_SERVICE_BINARY TEST_SHELL_SERVICE_BINARY TEST_EXIT_BINARY TEST_SEGFAULT_BINARY TEST_SLEEP_FOREVER_BINARY TEST_SOCKET_DIR DBUS_SESSION_SOCKET_DIR LIBOBJS LTLIBOBJS' -+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar GETTEXT_PACKAGE MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LT_CURRENT LT_REVISION LT_AGE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CPP EGREP DBUS_BUILD_TESTS_TRUE DBUS_BUILD_TESTS_FALSE SED LN_S ECHO AR ac_ct_AR RANLIB ac_ct_RANLIB CXXCPP F77 FFLAGS ac_ct_F77 LIBTOOL DBUS_GCOV_ENABLED_TRUE DBUS_GCOV_ENABLED_FALSE DBUS_INT64_TYPE DBUS_INT64_CONSTANT DBUS_UINT64_CONSTANT DBUS_HAVE_INT64 DBUS_INT32_TYPE DBUS_INT16_TYPE DBUS_PATH_OR_ABSTRACT PKG_CONFIG LIBXML_CFLAGS LIBXML_LIBS DBUS_USE_EXPAT_TRUE DBUS_USE_EXPAT_FALSE DBUS_USE_LIBXML_TRUE DBUS_USE_LIBXML_FALSE HAVE_SELINUX_TRUE HAVE_SELINUX_FALSE DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX_TRUE DBUS_BUS_ENABLE_DNOTIFY_ON_LINUX_FALSE DBUS_BUS_ENABLE_KQUEUE_TRUE DBUS_BUS_ENABLE_KQUEUE_FALSE HAVE_CONSOLE_OWNER_FILE_TRUE HAVE_CONSOLE_OWNER_FILE_FALSE DBUS_CLIENT_CFLAGS DBUS_CLIENT_LIBS DBUS_BUS_CFLAGS DBUS_BUS_LIBS DBUS_TEST_CFLAGS DBUS_TEST_LIBS X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS DBUS_X_CFLAGS DBUS_X_LIBS DOXYGEN DBUS_DOXYGEN_DOCS_ENABLED_TRUE DBUS_DOXYGEN_DOCS_ENABLED_FALSE XMLTO DBUS_XML_DOCS_ENABLED_TRUE DBUS_XML_DOCS_ENABLED_FALSE EXPANDED_LOCALSTATEDIR EXPANDED_SYSCONFDIR EXPANDED_BINDIR EXPANDED_LIBDIR EXPANDED_DATADIR DBUS_INIT_SCRIPTS_RED_HAT_TRUE DBUS_INIT_SCRIPTS_RED_HAT_FALSE DBUS_INIT_SCRIPTS_SLACKWARE_TRUE DBUS_INIT_SCRIPTS_SLACKWARE_FALSE DBUS_SYSTEM_SOCKET DBUS_SYSTEM_BUS_DEFAULT_ADDRESS DBUS_SYSTEM_PID_FILE DBUS_CONSOLE_AUTH_DIR DBUS_CONSOLE_OWNER_FILE DBUS_USER DBUS_DAEMONDIR TEST_SERVICE_DIR TEST_SERVICE_BINARY TEST_SHELL_SERVICE_BINARY TEST_EXIT_BINARY TEST_SEGFAULT_BINARY TEST_SLEEP_FOREVER_BINARY TEST_SOCKET_DIR DBUS_SESSION_SOCKET_DIR LIBOBJS LTLIBOBJS PTHREAD_LIBS' - ac_subst_files='' - - # Initialize some variables set by options. -@@ -25187,7 +25187,7 @@ DBUS_CLIENT_LIBS= - - - DBUS_BUS_CFLAGS=$XML_CFLAGS --DBUS_BUS_LIBS="$XML_LIBS $SELINUX_LIBS $INTLLIBS" -+DBUS_BUS_LIBS="$XML_LIBS $SELINUX_LIBS $INTLLIBS $PTHREAD_LIBS" - - - -@@ -27929,6 +27929,7 @@ s,@X_LIBS@,$X_LIBS,;t t - s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t - s,@DBUS_X_CFLAGS@,$DBUS_X_CFLAGS,;t t - s,@DBUS_X_LIBS@,$DBUS_X_LIBS,;t t -+s,@PTHREAD_LIBS@,$PTHREAD_LIBS,;t t - s,@DOXYGEN@,$DOXYGEN,;t t - s,@DBUS_DOXYGEN_DOCS_ENABLED_TRUE@,$DBUS_DOXYGEN_DOCS_ENABLED_TRUE,;t t - s,@DBUS_DOXYGEN_DOCS_ENABLED_FALSE@,$DBUS_DOXYGEN_DOCS_ENABLED_FALSE,;t t diff --git a/devel/dbus/files/patch-dbus-1.pc.in b/devel/dbus/files/patch-dbus-1.pc.in deleted file mode 100644 index b9c5fdcc2..000000000 --- a/devel/dbus/files/patch-dbus-1.pc.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./dbus-1.pc.in.orig Thu Mar 16 22:20:14 2006 -+++ ./dbus-1.pc.in Sun Oct 8 02:02:33 2006 -@@ -9,6 +9,6 @@ session_bus_services_dir=@EXPANDED_DATAD - Name: dbus - Description: Free desktop message bus - Version: @VERSION@ --Libs: -L${libdir} -ldbus-1 --Cflags: -I${includedir}/dbus-1.0 -I${libdir}/dbus-1.0/include -+Libs: -L${libdir} -ldbus-1 @PTHREAD_LIBS@ -+Cflags: -I${includedir}/dbus-1.0 -I${includedir}/dbus-1.0/include - diff --git a/devel/dbus/files/patch-dbus_Makefile.in b/devel/dbus/files/patch-dbus_Makefile.in deleted file mode 100644 index 42a58caed..000000000 --- a/devel/dbus/files/patch-dbus_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- dbus/Makefile.in.orig Fri Jan 21 19:43:46 2005 -+++ dbus/Makefile.in Fri Jan 21 19:44:43 2005 -@@ -360,7 +360,7 @@ - @HAVE_GLIB_TRUE@ $(DBUS_GLIB_BUILT_INCLUDES) - - dbusincludedir = $(includedir)/dbus-1.0/dbus --dbusarchincludedir = $(libdir)/dbus-1.0/include/dbus -+dbusarchincludedir = $(includedir)/dbus-1.0/include/dbus - lib_LTLIBRARIES = libdbus-1.la - dbusinclude_HEADERS = \ - dbus.h \ diff --git a/devel/dbus/files/patch-dbus_dbus-sysdeps-unix.c b/devel/dbus/files/patch-dbus_dbus-sysdeps-unix.c deleted file mode 100644 index 42a750966..000000000 --- a/devel/dbus/files/patch-dbus_dbus-sysdeps-unix.c +++ /dev/null @@ -1,94 +0,0 @@ ---- dbus/dbus-sysdeps-unix.c.orig Thu Sep 14 01:07:11 2006 -+++ dbus/dbus-sysdeps-unix.c Sat Oct 7 12:23:40 2006 -@@ -719,16 +719,16 @@ write_credentials_byte (int - { - int bytes_written; - char buf[1] = { '\0' }; --#if defined(HAVE_CMSGCRED) && !defined(LOCAL_CREDS) -- struct { -+#if defined(HAVE_CMSGCRED) -+ union { - struct cmsghdr hdr; -- struct cmsgcred cred; -+ char cred[CMSG_SPACE (sizeof (struct cmsgcred))]; - } cmsg; - struct iovec iov; - struct msghdr msg; - #endif - --#if defined(HAVE_CMSGCRED) && !defined(LOCAL_CREDS) -+#if defined(HAVE_CMSGCRED) - iov.iov_base = buf; - iov.iov_len = 1; - -@@ -736,10 +736,10 @@ write_credentials_byte (int - msg.msg_iov = &iov; - msg.msg_iovlen = 1; - -- msg.msg_control = &cmsg; -- msg.msg_controllen = sizeof (cmsg); -+ msg.msg_control = (caddr_t) &cmsg; -+ msg.msg_controllen = CMSG_SPACE (sizeof (struct cmsgcred)); - memset (&cmsg, 0, sizeof (cmsg)); -- cmsg.hdr.cmsg_len = sizeof (cmsg); -+ cmsg.hdr.cmsg_len = CMSG_LEN (sizeof (struct cmsgcred)); - cmsg.hdr.cmsg_level = SOL_SOCKET; - cmsg.hdr.cmsg_type = SCM_CREDS; - #endif -@@ -748,7 +748,7 @@ write_credentials_byte (int - - again: - --#if defined(HAVE_CMSGCRED) && !defined(LOCAL_CREDS) -+#if defined(HAVE_CMSGCRED) - bytes_written = sendmsg (server_fd, &msg, 0); - #else - bytes_written = write (server_fd, buf, 1); -@@ -806,9 +806,10 @@ _dbus_read_credentials_unix_socket (int - char buf; - - #ifdef HAVE_CMSGCRED -- struct { -+ struct cmsgcred *cred; -+ union { - struct cmsghdr hdr; -- struct cmsgcred cred; -+ char cred[CMSG_SPACE (sizeof (struct cmsgcred))]; - } cmsg; - - #elif defined(LOCAL_CREDS) -@@ -845,8 +846,8 @@ _dbus_read_credentials_unix_socket (int - - #if defined(HAVE_CMSGCRED) || defined(LOCAL_CREDS) - memset (&cmsg, 0, sizeof (cmsg)); -- msg.msg_control = &cmsg; -- msg.msg_controllen = sizeof (cmsg); -+ msg.msg_control = (caddr_t) &cmsg; -+ msg.msg_controllen = CMSG_SPACE (sizeof (struct cmsgcred)); - #endif - - again: -@@ -869,7 +870,8 @@ _dbus_read_credentials_unix_socket (int - } - - #if defined(HAVE_CMSGCRED) || defined(LOCAL_CREDS) -- if (cmsg.hdr.cmsg_len < sizeof (cmsg) || cmsg.hdr.cmsg_type != SCM_CREDS) -+ if (cmsg.hdr.cmsg_len < CMSG_LEN (sizeof (struct cmsgcred)) -+ || cmsg.hdr.cmsg_type != SCM_CREDS) - { - dbus_set_error (error, DBUS_ERROR_FAILED, - "Message from recvmsg() was not SCM_CREDS"); -@@ -897,9 +899,10 @@ _dbus_read_credentials_unix_socket (int - cr_len, (int) sizeof (cr), _dbus_strerror (errno)); - } - #elif defined(HAVE_CMSGCRED) -- credentials->pid = cmsg.cred.cmcred_pid; -- credentials->uid = cmsg.cred.cmcred_euid; -- credentials->gid = cmsg.cred.cmcred_groups[0]; -+ cred = (struct cmsgcred *) CMSG_DATA (&cmsg); -+ credentials->pid = cred->cmcred_pid; -+ credentials->uid = cred->cmcred_euid; -+ credentials->gid = cred->cmcred_groups[0]; - #elif defined(LOCAL_CREDS) - credentials->pid = DBUS_PID_UNSET; - credentials->uid = cmsg.cred.sc_uid; diff --git a/devel/dbus/files/patch-dbus_dbus-sysdeps-util-unix.c b/devel/dbus/files/patch-dbus_dbus-sysdeps-util-unix.c deleted file mode 100644 index 28701094b..000000000 --- a/devel/dbus/files/patch-dbus_dbus-sysdeps-util-unix.c +++ /dev/null @@ -1,11 +0,0 @@ ---- dbus/dbus-sysdeps-util-unix.c.orig Sat Oct 7 12:33:47 2006 -+++ dbus/dbus-sysdeps-util-unix.c Sat Oct 7 12:34:13 2006 -@@ -502,7 +502,7 @@ static dbus_bool_t - dirent_buf_size(DIR * dirp, size_t *size) - { - long name_max; --# if defined(HAVE_FPATHCONF) && defined(HAVE_DIRFD) \ -+# if defined(HAVE_FPATHCONF) && ( defined(HAVE_DIRFD) || defined(dirfd) )\ - && defined(_PC_NAME_MAX) - name_max = fpathconf(dirfd(dirp), _PC_NAME_MAX); - if (name_max == -1) diff --git a/devel/dbus/files/patch-tools_Makefile.in b/devel/dbus/files/patch-tools_Makefile.in deleted file mode 100644 index 41a417ecf..000000000 --- a/devel/dbus/files/patch-tools_Makefile.in +++ /dev/null @@ -1,32 +0,0 @@ ---- tools/Makefile.in.orig Sun Oct 8 02:49:22 2006 -+++ tools/Makefile.in Sun Oct 8 02:51:10 2006 -@@ -150,6 +150,7 @@ DBUS_XML_DOCS_ENABLED_FALSE = @DBUS_XML_ - DBUS_XML_DOCS_ENABLED_TRUE = @DBUS_XML_DOCS_ENABLED_TRUE@ - DBUS_X_CFLAGS = @DBUS_X_CFLAGS@ - DBUS_X_LIBS = @DBUS_X_LIBS@ -+PTHREAD_LIBS = @PTHREAD_LIBS@ - DEFS = @DEFS@ - DEPDIR = @DEPDIR@ - DOXYGEN = @DOXYGEN@ -@@ -264,7 +265,7 @@ target_alias = @target_alias@ - target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ --INCLUDES = -I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_X_CFLAGS) -DDBUS_LOCALEDIR=\"$(prefix)/@DATADIRNAME@/locale\" -DDBUS_COMPILATION -DDBUS_DAEMONDIR=\"@DBUS_DAEMONDIR@\" -+INCLUDES = -I$(top_srcdir) $(DBUS_CLIENT_CFLAGS) $(DBUS_X_CFLAGS) -DDBUS_LOCALEDIR=\"$(prefix)/share/locale\" -DDBUS_COMPILATION -DDBUS_DAEMONDIR=\"@DBUS_DAEMONDIR@\" - dbus_send_SOURCES = \ - dbus-print-message.c \ - dbus-print-message.h \ -@@ -281,9 +282,9 @@ dbus_launch_SOURCES = \ - dbus_cleanup_sockets_SOURCES = \ - dbus-cleanup-sockets.c - --dbus_send_LDADD = $(top_builddir)/dbus/libdbus-1.la --dbus_monitor_LDADD = $(top_builddir)/dbus/libdbus-1.la --dbus_launch_LDADD = $(DBUS_X_LIBS) -+dbus_send_LDADD = $(top_builddir)/dbus/libdbus-1.la $(PTHREAD_LIBS) -+dbus_monitor_LDADD = $(top_builddir)/dbus/libdbus-1.la $(PTHREAD_LIBS) -+dbus_launch_LDADD = $(DBUS_X_LIBS) $(PTHREAD_LIBS) - man_MANS = dbus-send.1 dbus-monitor.1 dbus-launch.1 dbus-cleanup-sockets.1 - EXTRA_DIST = $(man_MANS) run-with-tmp-session-bus.sh - CLEANFILES = \ diff --git a/devel/dbus/pkg-descr b/devel/dbus/pkg-descr deleted file mode 100644 index 2a1c3cc0a..000000000 --- a/devel/dbus/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -D-BUS supplies both a system daemon (for events such as "new hardware device -added" or "printer queue changed") and a per-user-login-session daemon (for -general IPC needs among user applications). Also, the message bus is built on -top of a general one-to-one message passing framework, which can be used by -any two apps to communicate directly (without going through the message bus -daemon). - -WWW: http://www.freedesktop.org/Software/dbus diff --git a/devel/dbus/pkg-install b/devel/dbus/pkg-install deleted file mode 100644 index 06f47528d..000000000 --- a/devel/dbus/pkg-install +++ /dev/null @@ -1,38 +0,0 @@ -#!/bin/sh - -case $2 in -POST-INSTALL) - USER=messagebus - GROUP=${USER} - UID=556 - GID=${UID} - PW=/usr/sbin/pw - - if ${PW} group show "${GROUP}" 2>/dev/null; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if ${PW} groupadd ${GROUP} -g ${GID}; then - echo "Added group \"${GROUP}\"." - else - echo "Adding group \"${GROUP}\" failed..." - exit 1 - fi - fi - - if ${PW} user show "${USER}" 2>/dev/null; then - echo "You already have a user \"${USER}\", so I will use it." - else - if ${PW} useradd ${USER} -u ${UID} -g ${GROUP} -h - \ - -d "/nonexistent" -s /sbin/nologin -c "D-BUS Daemon User" - then - echo "Added user \"${USER}\"." - else - echo "Adding user \"${USER}\" failed..." - exit 1 - fi - fi - - /usr/bin/install -d -o ${USER} -g ${GROUP} /var/run/dbus - exit 0 - ;; -esac diff --git a/devel/dbus/pkg-plist b/devel/dbus/pkg-plist deleted file mode 100644 index e1703343c..000000000 --- a/devel/dbus/pkg-plist +++ /dev/null @@ -1,47 +0,0 @@ -bin/dbus-cleanup-sockets -bin/dbus-daemon -bin/dbus-launch -bin/dbus-monitor -bin/dbus-send -etc/dbus-1/session.conf -etc/dbus-1/system.conf -include/dbus-%%VERSION%%/dbus/dbus-address.h -include/dbus-%%VERSION%%/dbus/dbus-bus.h -include/dbus-%%VERSION%%/dbus/dbus-connection.h -include/dbus-%%VERSION%%/dbus/dbus-errors.h -include/dbus-%%VERSION%%/dbus/dbus-macros.h -include/dbus-%%VERSION%%/dbus/dbus-memory.h -include/dbus-%%VERSION%%/dbus/dbus-message.h -include/dbus-%%VERSION%%/dbus/dbus-pending-call.h -include/dbus-%%VERSION%%/dbus/dbus-protocol.h -include/dbus-%%VERSION%%/dbus/dbus-server.h -include/dbus-%%VERSION%%/dbus/dbus-shared.h -include/dbus-%%VERSION%%/dbus/dbus-signature.h -include/dbus-%%VERSION%%/dbus/dbus-threads.h -include/dbus-%%VERSION%%/dbus/dbus-types.h -include/dbus-%%VERSION%%/dbus/dbus.h -include/dbus-%%VERSION%%/include/dbus/dbus-arch-deps.h -lib/libdbus-1.a -lib/libdbus-1.la -lib/libdbus-1.so -lib/libdbus-1.so.3 -libdata/pkgconfig/dbus-1.pc -@exec mkdir -p %D/etc/dbus-1/system.d -@exec mkdir -p %%X11BASE%%/etc/dbus-1/system.d -@exec mkdir -p %D/share/dbus-1/services -@exec mkdir -p %%X11BASE%%/share/dbus-1/services -@dirrmtry share/dbus-1/services -@dirrmtry share/dbus-1 -@unexec rmdir %%X11BASE%%/share/dbus-1/services 2>/dev/null || true -@unexec rmdir %%X11BASE%%/share/dbus-1 2>/dev/null || true -@unexec rmdir %%X11BASE%%/etc/dbus-1/system.d 2>/dev/null || true -@unexec rmdir %%X11BASE%%/etc/dbus-1 2>/dev/null || true -@dirrm include/dbus-%%VERSION%%/include/dbus -@dirrm include/dbus-%%VERSION%%/include -@dirrm include/dbus-%%VERSION%%/dbus -@dirrm include/dbus-%%VERSION%% -@dirrm etc/dbus-1/system.d -@dirrm etc/dbus-1 -@unexec rm -f /var/run/dbus/dbus.pid -@unexec rm -f /var/run/dbus/dbus.pipe -@unexec rmdir /var/run/dbus 2>/dev/null || true diff --git a/devel/devhelp/Makefile b/devel/devhelp/Makefile deleted file mode 100644 index 46839bcbd..000000000 --- a/devel/devhelp/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: devhelp -# Date created: 29 May 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= devhelp -PORTVERSION= 0.10 -PORTREVISION= 4 -CATEGORIES?= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C,^([[:digit:]]+\.[[:digit:]]+).*,\1,} -DIST_SUBDIR= gnome2 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Developer help browser for GNOME 2 - -BUILD_DEPENDS= ${LOCALBASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} -RUN_DEPENDS= ${LOCALBASE}/lib/${MOZILLA}/components/libwidget_gtk2.so:${PORTSDIR}/www/${MOZILLA} - -MOZILLA= mozilla - -.if !defined(WITH_MOZILLA) -MOZILLA= mozilla -.else -.if ${WITH_MOZILLA}=="firefox" -MOZILLA= firefox -.endif -.endif - -USE_BZIP2= yes -USE_XLIB= yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomehack intlhack gnomeprefix libgnomeui -GNU_CONFIGURE= yes -USE_LDCONFIG= ${LOCALBASE}/lib/${MOZILLA} -GCONF_SCHEMAS= devhelp.schemas -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${PTHREAD_LIBS} -L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-mozilla=${MOZILLA} - -# This target is only meant to be used by the port maintainer. -x-generate-plist: - (${PORTSDIR}/Tools/scripts/plist -d -m ${MTREE_FILE} ${PREFIX}|${SED} -E 's,.*share/nls/.+$$,,g;s,^@dirrm share/((gnome/[^d]|pixmaps|application|locale).*|gnome$$),,;s,^@dirrm etc/gconf.*,,;s,^etc/gconf/gconf.*,,'|${TR} -s '\n') > temp-pkg-plist - -.include <bsd.port.pre.mk> - -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} " By default the port uses www/mozilla for html rendering, but you can" - @${ECHO_MSG} " change this by defining WITH_MOZILLA to one of the following values:" - @${ECHO_MSG} - @${ECHO_MSG} " firefox " - @${ECHO_MSG} "" - -.include <bsd.port.post.mk> diff --git a/devel/devhelp/distinfo b/devel/devhelp/distinfo deleted file mode 100644 index b783f7ae2..000000000 --- a/devel/devhelp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/devhelp-0.10.tar.bz2) = 14374f2a9bf952e58e2c4674afd2c6d6 -SHA256 (gnome2/devhelp-0.10.tar.bz2) = 4c8b96cbfcf75bc11cc2de2e071cd7593b6b4a7d9f0469f5cbdffa8f95a295a4 -SIZE (gnome2/devhelp-0.10.tar.bz2) = 403189 diff --git a/devel/devhelp/files/patch-ltmain.sh b/devel/devhelp/files/patch-ltmain.sh deleted file mode 100644 index d2334e2a5..000000000 --- a/devel/devhelp/files/patch-ltmain.sh +++ /dev/null @@ -1,51 +0,0 @@ ---- ltmain.sh.orig Sun Jun 29 11:51:47 2003 -+++ ltmain.sh Sun Jun 29 21:02:37 2003 -@@ -1280,7 +1280,7 @@ - esac - elif test "X$arg" = "X-lc_r"; then - case $host in -- *-*-openbsd* | *-*-freebsd*) -+ *-*-openbsd* | *-*-freebsd4*) - # Do not include libc_r directly, use -pthread flag. - continue - ;; -@@ -1290,8 +1290,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_flags="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -3000,6 +3008,9 @@ - # problems, so we reset it completely - verstring= - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - verstring="0.0" - ;; -@@ -5428,10 +5439,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/devel/devhelp/files/patch-src::dh-base.c b/devel/devhelp/files/patch-src::dh-base.c deleted file mode 100644 index 8e174831a..000000000 --- a/devel/devhelp/files/patch-src::dh-base.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/dh-base.c.orig Sat Jun 28 22:16:34 2003 -+++ src/dh-base.c Sun Jun 29 13:40:23 2003 -@@ -222,6 +222,7 @@ - - /* Insert the books from default gtk-doc install path. */ - base_add_books (base, DATADIR "/gtk-doc/html"); -+ base_add_books (base, DATADIR "/../doc"); // FreeBSD default doc path - base_add_books (base, "/usr/share/gtk-doc/html"); - base_add_books (base, DATADIR "/devhelp/books"); - dir = g_build_filename (g_get_home_dir (), ".devhelp", "books", NULL); diff --git a/devel/devhelp/pkg-descr b/devel/devhelp/pkg-descr deleted file mode 100644 index 2d617b391..000000000 --- a/devel/devhelp/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -devhelp is a developer's help browser for GNOME 2. It is a GUI -frontend to books about GNOME development, providing cross-referenced, -easily searchable information. Many books are available, and can -be found through the project's website. - -WWW: http://www.imendio.com/projects/devhelp/ - --Adam Weinberger <adamw@FreeBSD.org> diff --git a/devel/devhelp/pkg-plist b/devel/devhelp/pkg-plist deleted file mode 100644 index ae12a8397..000000000 --- a/devel/devhelp/pkg-plist +++ /dev/null @@ -1,108 +0,0 @@ -bin/devhelp -include/devhelp-1.0/devhelp/dh-base.h -include/devhelp-1.0/devhelp/dh-book-tree.h -include/devhelp-1.0/devhelp/dh-error.h -include/devhelp-1.0/devhelp/dh-html.h -include/devhelp-1.0/devhelp/dh-keyword-model.h -include/devhelp-1.0/devhelp/dh-link.h -include/devhelp-1.0/devhelp/dh-parser.h -include/devhelp-1.0/devhelp/dh-preferences.h -include/devhelp-1.0/devhelp/dh-search.h -include/devhelp-1.0/devhelp/dh-util.h -include/devhelp-1.0/devhelp/dh-window.h -lib/libdevhelp-1.a -lib/libdevhelp-1.so -lib/libdevhelp-1.so.0 -libdata/pkgconfig/libdevhelp-1.0.pc -share/gnome/applications/devhelp.desktop -share/gnome/devhelp/devhelp.glade -share/gnome/devhelp/dtd/devhelp-1.dtd -share/gnome/devhelp/images/book_closed.png -share/gnome/devhelp/images/book_open.png -share/gnome/devhelp/images/helpdoc.png -share/gnome/devhelp/ui/window.ui -share/gnome/mime-info/devhelp.keys -share/gnome/mime-info/devhelp.mime -share/gnome/pixmaps/devhelp.png -share/locale/am/LC_MESSAGES/devhelp.mo -share/locale/az/LC_MESSAGES/devhelp.mo -share/locale/be/LC_MESSAGES/devhelp.mo -share/locale/ca/LC_MESSAGES/devhelp.mo -share/locale/cs/LC_MESSAGES/devhelp.mo -share/locale/da/LC_MESSAGES/devhelp.mo -share/locale/de/LC_MESSAGES/devhelp.mo -share/locale/el/LC_MESSAGES/devhelp.mo -share/locale/en_CA/LC_MESSAGES/devhelp.mo -share/locale/en_GB/LC_MESSAGES/devhelp.mo -share/locale/es/LC_MESSAGES/devhelp.mo -share/locale/fi/LC_MESSAGES/devhelp.mo -share/locale/fr/LC_MESSAGES/devhelp.mo -share/locale/gu/LC_MESSAGES/devhelp.mo -share/locale/he/LC_MESSAGES/devhelp.mo -share/locale/hi/LC_MESSAGES/devhelp.mo -share/locale/hr/LC_MESSAGES/devhelp.mo -share/locale/hu/LC_MESSAGES/devhelp.mo -share/locale/is/LC_MESSAGES/devhelp.mo -share/locale/it/LC_MESSAGES/devhelp.mo -share/locale/ja/LC_MESSAGES/devhelp.mo -share/locale/kn/LC_MESSAGES/devhelp.mo -share/locale/ko/LC_MESSAGES/devhelp.mo -share/locale/lv/LC_MESSAGES/devhelp.mo -share/locale/mk/LC_MESSAGES/devhelp.mo -share/locale/ml/LC_MESSAGES/devhelp.mo -share/locale/ms/LC_MESSAGES/devhelp.mo -share/locale/nb/LC_MESSAGES/devhelp.mo -share/locale/nl/LC_MESSAGES/devhelp.mo -share/locale/no/LC_MESSAGES/devhelp.mo -share/locale/pa/LC_MESSAGES/devhelp.mo -share/locale/pl/LC_MESSAGES/devhelp.mo -share/locale/pt/LC_MESSAGES/devhelp.mo -share/locale/pt_BR/LC_MESSAGES/devhelp.mo -share/locale/ru/LC_MESSAGES/devhelp.mo -share/locale/rw/LC_MESSAGES/devhelp.mo -share/locale/sk/LC_MESSAGES/devhelp.mo -share/locale/sq/LC_MESSAGES/devhelp.mo -share/locale/sr/LC_MESSAGES/devhelp.mo -share/locale/sr@Latn/LC_MESSAGES/devhelp.mo -share/locale/sv/LC_MESSAGES/devhelp.mo -share/locale/tr/LC_MESSAGES/devhelp.mo -share/locale/uk/LC_MESSAGES/devhelp.mo -share/locale/vi/LC_MESSAGES/devhelp.mo -share/locale/zh_CN/LC_MESSAGES/devhelp.mo -share/locale/zh_TW/LC_MESSAGES/devhelp.mo -@dirrm share/gnome/devhelp/ui -@dirrm share/gnome/devhelp/images -@dirrm share/gnome/devhelp/dtd -@dirrm share/gnome/devhelp -@dirrm include/devhelp-1.0/devhelp -@dirrm include/devhelp-1.0 -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/no/LC_MESSAGES -@dirrmtry share/locale/no -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile deleted file mode 100644 index 5e17d10ee..000000000 --- a/devel/g-wrap/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: g-wrap -# Date created: Jun 29, 2000 -# Whom: Matthew Condell (mcondell@alum.mit.edu) -# -# $FreeBSD$ -# $MCom: ports/devel/g-wrap/Makefile,v 1.3 2006/09/12 15:30:30 ahze Exp $ - -PORTNAME= g-wrap -PORTVERSION= 1.9.6 -PORTREVISION= 2 -CATEGORIES= devel scheme -MASTER_SITES= SAVANNAH - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A tool for exporting C libraries into Scheme interpreters - -BUILD_DEPENDS= slib-guile>0:${PORTSDIR}/lang/slib-guile -LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile -RUN_DEPENDS= slib-guile>0:${PORTSDIR}/lang/slib-guile - -INFO= g-wrap - -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= glib20 gnomehack - -post-patch: - @${REINPLACE_CMD} -e 's|"glib"|"glib-2.0"|' \ - ${WRKSRC}/configure - -pre-install: - @${REINPLACE_CMD} -e 's|libffi||' ${WRKSRC}/${MAKEFILE} - -post-install: - ${MKDIR} ${PREFIX}/include/g-wrap/ffi -.for f in ffi.h ffitarget.h - ${INSTALL_DATA} ${WRKSRC}/libffi/include/${f} ${PREFIX}/include/g-wrap/ffi -.endfor - -.include <bsd.port.mk> diff --git a/devel/g-wrap/distinfo b/devel/g-wrap/distinfo deleted file mode 100644 index 9eabe531c..000000000 --- a/devel/g-wrap/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (g-wrap-1.9.6.tar.gz) = 4d83964f51376500eedced538c1620cb -SHA256 (g-wrap-1.9.6.tar.gz) = ddb0e31d40581402d6d7045cce7cdc79e0bc0627831a4b12012f45703446d311 -SIZE (g-wrap-1.9.6.tar.gz) = 826045 diff --git a/devel/g-wrap/files/patch-guile_g-wrap-2.0-guile.pc.in b/devel/g-wrap/files/patch-guile_g-wrap-2.0-guile.pc.in deleted file mode 100644 index 6ffbfe171..000000000 --- a/devel/g-wrap/files/patch-guile_g-wrap-2.0-guile.pc.in +++ /dev/null @@ -1,15 +0,0 @@ ---- guile/g-wrap-2.0-guile.pc.in.orig Mon Oct 11 06:32:16 2004 -+++ guile/g-wrap-2.0-guile.pc.in Tue Sep 12 17:10:41 2006 -@@ -5,9 +5,10 @@ - libdir=@libdir@ - includedir=@includedir@ - module_directory=@GUILEMODDIR@ -+ffiincludedir= @includedir@/g-wrap/ffi - - Name: G-Wrap - Description: A Guile wrapper generator - Version: @VERSION@ --Libs: -L${libdir} -lgwrap-guile-runtime -lgwrap-core-runtime @GUILE_LDFLAGS@ @LIBFFI_LIBS_INSTALLED@ --Cflags: @STD_CFLAGS@ -I${includedir} @GUILE_CFLAGS@ @LIBFFI_CFLAGS_INSTALLED@ -+Libs: -L/usr/local/lib/elf -L${libdir} -lgwrap-guile-runtime -lgwrap-core-runtime @GUILE_LDFLAGS@ -+Cflags: @STD_CFLAGS@ -I${includedir} -I${ffiincludedir} @GUILE_CFLAGS@ @LIBFFI_CFLAGS_INSTALLED@ diff --git a/devel/g-wrap/files/patch-libffi_configure b/devel/g-wrap/files/patch-libffi_configure deleted file mode 100644 index 2121d0c04..000000000 --- a/devel/g-wrap/files/patch-libffi_configure +++ /dev/null @@ -1,11 +0,0 @@ ---- libffi/configure.orig Tue Sep 12 17:01:51 2006 -+++ libffi/configure Tue Sep 12 17:02:19 2006 -@@ -3285,7 +3285,7 @@ - ;; - esac - else -- enable_shared=yes -+ enable_shared=no # don't build shared lib (or conflict with gcc3*) - fi; - - # Check whether --enable-static or --disable-static was given. diff --git a/devel/g-wrap/pkg-descr b/devel/g-wrap/pkg-descr deleted file mode 100644 index 22a4c7889..000000000 --- a/devel/g-wrap/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -G-Wrap -- A tool for exporting C libraries into Scheme interpreters -=================================================================== - -This is a tool for specifying types, functions, and constants to -import into a Scheme interpreter, and for generating code (in C) to -interface these to the Guile and RScheme interpreters in particular. - -Author -====== - Christopher Lee (chrislee@ri.cmu.edu) - -WWW: http://www.gnucash.org/ diff --git a/devel/g-wrap/pkg-plist b/devel/g-wrap/pkg-plist deleted file mode 100644 index 51e877875..000000000 --- a/devel/g-wrap/pkg-plist +++ /dev/null @@ -1,54 +0,0 @@ -bin/g-wrap-config -include/g-wrap-wct.h -include/g-wrap/core-runtime.h -include/g-wrap/ffi-support.h -include/g-wrap/ffi/ffi.h -include/g-wrap/ffi/ffitarget.h -include/g-wrap/guile-compatibility.h -include/g-wrap/guile-runtime.h -include/g-wrap/guile-wct.h -lib/libgw-guile-gw-glib.a -lib/libgw-guile-gw-glib.la -lib/libgw-guile-gw-glib.so -lib/libgw-guile-gw-glib.so.0 -lib/libgw-guile-standard.a -lib/libgw-guile-standard.la -lib/libgw-guile-standard.so -lib/libgw-guile-standard.so.0 -lib/libgwrap-core-runtime.a -lib/libgwrap-core-runtime.la -lib/libgwrap-core-runtime.so -lib/libgwrap-core-runtime.so.0 -lib/libgwrap-guile-runtime.a -lib/libgwrap-guile-runtime.la -lib/libgwrap-guile-runtime.so -lib/libgwrap-guile-runtime.so.0 -libdata/pkgconfig/g-wrap-2.0-guile.pc -share/guile/site/g-wrap.scm -share/guile/site/g-wrap/c-types.scm -share/guile/site/g-wrap/compat.scm -share/guile/site/g-wrap/enumeration.scm -share/guile/site/g-wrap/guile.scm -share/guile/site/g-wrap/guile/ws/standard.scm -share/guile/site/g-wrap/gw-glib-spec.scm -share/guile/site/g-wrap/gw-glib.scm -share/guile/site/g-wrap/gw-standard-spec.scm -share/guile/site/g-wrap/gw-wct-spec.scm -share/guile/site/g-wrap/gw-wct.scm -share/guile/site/g-wrap/gw/standard.scm -share/guile/site/g-wrap/rti.scm -share/guile/site/g-wrap/simple-type.scm -share/guile/site/g-wrap/util.scm -share/guile/site/g-wrap/ws/standard.scm -share/guile/site/srfi/srfi-34.scm -share/guile/site/srfi/srfi-35.scm -@dirrmtry share/guile/site/srfi -@dirrmtry share/guile/site/g-wrap/ws -@dirrmtry share/guile/site/g-wrap/gw -@dirrmtry share/guile/site/g-wrap/guile/ws -@dirrmtry share/guile/site/g-wrap/guile -@dirrmtry share/guile/site/g-wrap -@dirrmtry share/guile/site -@dirrmtry share/guile -@dirrm include/g-wrap/ffi -@dirrm include/g-wrap diff --git a/devel/gconf/Makefile b/devel/gconf/Makefile deleted file mode 100644 index d8a72bb0d..000000000 --- a/devel/gconf/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: gconf -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gconf/Makefile,v 1.1 2006/07/25 17:12:17 mezz Exp $ -# - -PORTNAME= gconf -PORTVERSION= 1.0.9 -PORTREVISION= 9 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/GConf/1.0 -DISTNAME= GConf-${PORTVERSION} -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A configuration database system for GNOME - -LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile - -USE_BZIP2= yes -USE_GMAKE= yes -USE_XLIB= yes -USE_GNOME= gnomeprefix gnomehack gnometarget glib12 gtk12 oaf libxml orbit -USE_GETTEXT= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/devel/gconf/distinfo b/devel/gconf/distinfo deleted file mode 100644 index f8346dd4f..000000000 --- a/devel/gconf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome/GConf-1.0.9.tar.bz2) = 613aea1d9b7a9c504f52217451c7bf99 -SHA256 (gnome/GConf-1.0.9.tar.bz2) = 863c3dd3e72cf7d35eff7497b833978cc28a9f9d12d7caeb9d61ea785731cb19 -SIZE (gnome/GConf-1.0.9.tar.bz2) = 784363 diff --git a/devel/gconf/files/patch-backends::bdb-backend.c b/devel/gconf/files/patch-backends::bdb-backend.c deleted file mode 100644 index bb839b4e4..000000000 --- a/devel/gconf/files/patch-backends::bdb-backend.c +++ /dev/null @@ -1,17 +0,0 @@ - -$FreeBSD$ - ---- backends/bdb-backend.c 2001/08/02 17:59:13 1.1 -+++ backends/bdb-backend.c 2001/08/02 18:03:23 -@@ -25,10 +25,9 @@ - #include <gconf/gconf-internals.h> - #include <gconf/gconf.h> - -+#include "config.h" - #include "bdb.h" - #include "dir-utils.h" -- --#include <db.h> - - #include <stdio.h> - #include <time.h> diff --git a/devel/gconf/files/patch-configure b/devel/gconf/files/patch-configure deleted file mode 100644 index ef88b8857..000000000 --- a/devel/gconf/files/patch-configure +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.orig Thu Mar 14 23:10:03 2002 -+++ configure Thu Jul 17 21:08:37 2003 -@@ -6804,6 +6804,7 @@ - - # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS - - # Always use our own libtool. - LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -7945,7 +7946,7 @@ - BDB_LIBS= - BDB_CFLAGS= - --for dblib in db-3.3 db-3.2 db-3.1 db-3; do -+for dblib in ""; do - as_ac_Lib=`echo "ac_cv_lib_$dblib''_db_env_create" | $as_tr_sh` - echo "$as_me:7950: checking for db_env_create in -l$dblib" >&5 - echo $ECHO_N "checking for db_env_create in -l$dblib... $ECHO_C" >&6 diff --git a/devel/gconf/files/patch-gconf::gconf-internals.c b/devel/gconf/files/patch-gconf::gconf-internals.c deleted file mode 100644 index 3acab80ce..000000000 --- a/devel/gconf/files/patch-gconf::gconf-internals.c +++ /dev/null @@ -1,69 +0,0 @@ ---- gconf/gconf-internals.c.orig Mon Sep 29 22:35:14 2003 -+++ gconf/gconf-internals.c Mon Sep 29 22:35:16 2003 -@@ -28,6 +28,9 @@ - #include <string.h> - #include <sys/stat.h> - #include <sys/types.h> -+#include <sys/socket.h> -+#include <netinet/in.h> -+#include <arpa/inet.h> - #include <unistd.h> - #include <stdlib.h> - #include <stdio.h> -@@ -2948,7 +2951,21 @@ - char* - gconf_get_daemon_dir (void) - { -- return g_strconcat (g_get_home_dir (), "/.gconfd", NULL); -+ if (gconf_use_local_locks ()) -+ { -+ char *s; -+ char *subdir; -+ -+ subdir = g_strconcat ("gconfd-", g_get_user_name (), NULL); -+ -+ s = g_strconcat (g_get_tmp_dir (), G_DIR_SEPARATOR_S, subdir, NULL); -+ -+ g_free (subdir); -+ -+ return s; -+ } -+ else -+ return g_strconcat (g_get_home_dir (), "/.gconfd", NULL); - } - - char* -@@ -3040,6 +3057,8 @@ - - if (gconf_file_exists (GCONF_BINDIR"/gconfd-2")) - argv[0] = g_strconcat (GCONF_BINDIR, "/gconfd-2", NULL); -+ else if (gconf_file_exists (GCONF_PREFIX"/libexec/gconfd-2")) -+ argv[0] = g_strconcat (GCONF_PREFIX, "/libexec/gconfd-2", NULL); - else - argv[0] = g_strconcat (GCONF_BINDIR, "/" GCONFD, NULL); - -@@ -4357,4 +4376,24 @@ - return FALSE; - else - return TRUE; -+} -+ -+enum { UNKNOWN, LOCAL, NORMAL }; -+ -+gboolean -+gconf_use_local_locks (void) -+{ -+ static int local_locks = UNKNOWN; -+ -+ if (local_locks == UNKNOWN) -+ { -+ const char *l = -+ g_getenv ("GCONF_GLOBAL_LOCKS"); -+ -+ if (l && atoi (l) == 1) -+ local_locks = NORMAL; -+ else -+ local_locks = LOCAL; -+ } -+ return local_locks == LOCAL; - } diff --git a/devel/gconf/files/patch-gconf_Makefile.in b/devel/gconf/files/patch-gconf_Makefile.in deleted file mode 100644 index 3e7637f9f..000000000 --- a/devel/gconf/files/patch-gconf_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- gconf/Makefile.in.orig Fri Sep 27 00:28:12 2002 -+++ gconf/Makefile.in Fri Sep 27 00:28:46 2002 -@@ -154,6 +154,7 @@ - -DGCONF_ETCDIR=\""$(sysconfdir)/gconf"\" \ - -DGCONF_BUILDDIR=\""$(top_builddir)"\" \ - -DGCONF_BINDIR=\""$(bindir)"\" \ -+ -DGCONF_PREFIX=\""$(prefix)"\" \ - -DGCONF_BACKEND_DIR=\""$(pkglibdir)/$(MAJOR_VERSION)"\" \ - -DVERSION=\""$(VERSION)"\" \ - -DIID=\""OAFIID:gconfd:19991118"\" \ diff --git a/devel/gconf/pkg-descr b/devel/gconf/pkg-descr deleted file mode 100644 index c4f8b27a2..000000000 --- a/devel/gconf/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -GConf is a configuration database system for the GNOME desktop, -functionally similar to the Windows registry but lots better :-) - -WWW: http://www.gnome.org/projects/gconf/ diff --git a/devel/gconf/pkg-plist b/devel/gconf/pkg-plist deleted file mode 100644 index cc6ceb612..000000000 --- a/devel/gconf/pkg-plist +++ /dev/null @@ -1,94 +0,0 @@ -bin/gconf-config -bin/gconf-config-1 -bin/gconf-sanity-check-1 -bin/gconfd-1 -bin/gconftool -bin/gconftool-1 -etc/gconf/1/path -etc/gconf/schemas/desktop.schemas -include/gconf/1/gconf/gconf-changeset.h -include/gconf/1/gconf/gconf-client.h -include/gconf/1/gconf/gconf-engine.h -include/gconf/1/gconf/gconf-error.h -include/gconf/1/gconf/gconf-glib-public.h -include/gconf/1/gconf/gconf-listeners.h -include/gconf/1/gconf/gconf-schema.h -include/gconf/1/gconf/gconf-value.h -include/gconf/1/gconf/gconf.h -lib/GConf/1/libgconfbackend-xml.a -lib/GConf/1/libgconfbackend-xml.la -lib/GConf/1/libgconfbackend-xml.so -lib/libgconf-1.a -lib/libgconf-1.la -lib/libgconf-1.so -lib/libgconf-1.so.1 -lib/libgconf-gtk-1.a -lib/libgconf-gtk-1.la -lib/libgconf-gtk-1.so -lib/libgconf-gtk-1.so.1 -libdata/pkgconfig/gconf.pc -libdata/pkgconfig/gconfgtk.pc -share/aclocal/gconf-1.m4 -share/locale/az/LC_MESSAGES/GConf.mo -share/locale/ca/LC_MESSAGES/GConf.mo -share/locale/cs/LC_MESSAGES/GConf.mo -share/locale/da/LC_MESSAGES/GConf.mo -share/locale/de/LC_MESSAGES/GConf.mo -share/locale/el/LC_MESSAGES/GConf.mo -share/locale/es/LC_MESSAGES/GConf.mo -share/locale/eu/LC_MESSAGES/GConf.mo -share/locale/fi/LC_MESSAGES/GConf.mo -share/locale/fr/LC_MESSAGES/GConf.mo -share/locale/ga/LC_MESSAGES/GConf.mo -share/locale/gl/LC_MESSAGES/GConf.mo -share/locale/hu/LC_MESSAGES/GConf.mo -share/locale/it/LC_MESSAGES/GConf.mo -share/locale/ja/LC_MESSAGES/GConf.mo -share/locale/ko/LC_MESSAGES/GConf.mo -share/locale/nl/LC_MESSAGES/GConf.mo -share/locale/nn/LC_MESSAGES/GConf.mo -share/locale/no/LC_MESSAGES/GConf.mo -share/locale/pl/LC_MESSAGES/GConf.mo -share/locale/pt/LC_MESSAGES/GConf.mo -share/locale/pt_BR/LC_MESSAGES/GConf.mo -share/locale/ru/LC_MESSAGES/GConf.mo -share/locale/sk/LC_MESSAGES/GConf.mo -share/locale/sl/LC_MESSAGES/GConf.mo -share/locale/sv/LC_MESSAGES/GConf.mo -share/locale/tr/LC_MESSAGES/GConf.mo -share/locale/uk/LC_MESSAGES/GConf.mo -share/locale/zh_CN/LC_MESSAGES/GConf.mo -@dirrm share/gnome/gconf/1 -@dirrm share/gnome/gconf -@dirrm lib/GConf/1 -@dirrm include/gconf/1/gconf -@dirrm include/gconf/1 -@dirrm etc/gconf/1 -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/no/LC_MESSAGES -@dirrmtry share/locale/no -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile deleted file mode 100644 index dd7d94f34..000000000 --- a/devel/gconf2/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# New ports collection makefile for: gconf2 -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gconf2/Makefile,v 1.78 2006/09/10 00:51:07 mezz Exp $ -# - -PORTNAME= gconf2 -PORTVERSION= 2.16.0 -PORTREVISION?= 0 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/GConf/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= GConf-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A configuration database system for GNOME - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt - -USE_GMAKE= yes -USE_GETTEXT= yes -USE_XLIB= yes -USE_GNOME= gnomehier gnomehack orbit2 gtk20 libxml2 linc ltverhack \ - referencehack -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -# --enable-gconf-source=${PREFIX}/etc/gconf/schemas \ - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -MAN1= gconftool-2.1 - -.include <bsd.port.pre.mk> - -.if defined(WITH_LDAP) || exists(${LOCALBASE}/include/ldap.h) -USE_OPENLDAP= yes - -PLIST_SUB+= LDAP="" -.else -PLIST_SUB+= LDAP="@comment " -.endif - -pre-everything:: -.if !defined(WITH_LDAP) - @${ECHO_MSG} - @${ECHO_MSG} "You can enable ldap support by defining" - @${ECHO_MSG} "WITH_LDAP" - @${ECHO_MSG} -.endif - -.include <bsd.port.post.mk> - -.endif diff --git a/devel/gconf2/distinfo b/devel/gconf2/distinfo deleted file mode 100644 index 2aa3e2918..000000000 --- a/devel/gconf2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/GConf-2.16.0.tar.bz2) = b1a202f36661c0d9c87f8fe27a28bd52 -SHA256 (gnome2/GConf-2.16.0.tar.bz2) = d687ea919e20e08c42eeedf32e40f0845cd6799dbfa2edec9dbc644d386805c2 -SIZE (gnome2/GConf-2.16.0.tar.bz2) = 1307732 diff --git a/devel/gconf2/files/patch-ab b/devel/gconf2/files/patch-ab deleted file mode 100644 index 6f25900e7..000000000 --- a/devel/gconf2/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sun Aug 4 22:38:39 2002 -+++ Makefile.in Sun Aug 4 22:39:52 2002 -@@ -35,7 +35,7 @@ - DESTDIR = - - pkgdatadir = $(datadir)/@PACKAGE@ --pkglibdir = $(libdir)/@PACKAGE@ -+pkglibdir = $(prefix)/libdata/pkgconfig - pkgincludedir = $(includedir)/@PACKAGE@ - - top_builddir = . diff --git a/devel/gconf2/files/patch-gconf_gconfd.c b/devel/gconf2/files/patch-gconf_gconfd.c deleted file mode 100644 index ef551cb28..000000000 --- a/devel/gconf2/files/patch-gconf_gconfd.c +++ /dev/null @@ -1,64 +0,0 @@ ---- gconf/gconfd.c.orig Fri May 5 12:40:23 2006 -+++ gconf/gconfd.c Fri May 5 12:41:43 2006 -@@ -124,12 +124,6 @@ - - static gboolean in_shutdown = FALSE; - --/* -- * Flag indicating we received a SIGHUP and we should reaload -- * all sources during the next periodic_cleanup() -- */ --static gboolean need_db_reload = FALSE; -- - /* - * CORBA goo - */ -@@ -410,6 +404,18 @@ - } - - static void -+reload_db (void) -+{ -+ gconf_log (GCL_INFO, _("SIGHUP received, reloading all databases")); -+ -+ logfile_save (); -+ shutdown_databases (); -+ init_databases (); -+ gconf_server_load_sources (); -+ logfile_read (); -+} -+ -+static void - signal_handler (int signo) - { - static gint in_fatal = 0; -@@ -482,8 +488,8 @@ - case SIGHUP: - --in_fatal; - -- /* reload sources during next periodic_cleanup() */ -- need_db_reload = TRUE; -+ /* reload sources immediately */ -+ reload_db (); - break; - #endif - -@@ -864,18 +870,6 @@ - static gboolean - periodic_cleanup_timeout(gpointer data) - { -- if (need_db_reload) -- { -- gconf_log (GCL_INFO, _("SIGHUP received, reloading all databases")); -- -- need_db_reload = FALSE; -- logfile_save (); -- shutdown_databases (); -- init_databases (); -- gconf_server_load_sources (); -- logfile_read (); -- } -- - gconf_log (GCL_DEBUG, "Performing periodic cleanup, expiring cache cruft"); - - drop_old_clients (); diff --git a/devel/gconf2/files/patch-gconf_gconftool.c b/devel/gconf2/files/patch-gconf_gconftool.c deleted file mode 100644 index c47e5e426..000000000 --- a/devel/gconf2/files/patch-gconf_gconftool.c +++ /dev/null @@ -1,28 +0,0 @@ ---- gconf/gconftool.c.orig Fri May 5 12:36:01 2006 -+++ gconf/gconftool.c Fri May 5 12:39:29 2006 -@@ -3724,6 +3724,8 @@ - static int - do_makefile_install(GConfEngine* conf, const gchar** args, gboolean unload) - { -+ int sync_result; -+ - if (args == NULL) - { - g_printerr (_("Must specify some schema files to install\n")); -@@ -3738,7 +3740,15 @@ - ++args; - } - -- return do_sync (conf); -+ sync_result = do_sync (conf); -+ -+ /* -+ * Send all the gconfd-2 processes a SIGHUP so that they reload the -+ * databases and pick up the added/removed schemas. -+ */ -+ system("/usr/bin/killall -SIGHUP gconfd-2 >/dev/null 2>&1"); -+ -+ return sync_result; - } - - typedef enum { diff --git a/devel/gconf2/pkg-descr b/devel/gconf2/pkg-descr deleted file mode 100644 index 010cc810e..000000000 --- a/devel/gconf2/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -GConf extends the concept of a configuration registry. It provides -a simple way for applications and administrators to store data; -often GConf is used to store preferences for applications. - -Some of the features of GConf are: -GConf provides: - - * Documentation for each configuration key, so that administrators - can better modify the value. - - * Notifications to interested applications when configuration data - is changed. The notification service works across networks, - affecting all login sessions for a single user. - - * Proper locking so that configuration data doesn't get corrupted - when accessed by multiple applications at the same time. - -WWW: http://www.gnome.org/projects/gconf/ diff --git a/devel/gconf2/pkg-plist b/devel/gconf2/pkg-plist deleted file mode 100644 index 035a6e805..000000000 --- a/devel/gconf2/pkg-plist +++ /dev/null @@ -1,157 +0,0 @@ -bin/gconf-merge-tree -bin/gconftool-2 -%%LDAP%%etc/gconf/2/evoldap.conf -etc/gconf/2/path -include/gconf/2/gconf/gconf-changeset.h -include/gconf/2/gconf/gconf-client.h -include/gconf/2/gconf/gconf-engine.h -include/gconf/2/gconf/gconf-enum-types.h -include/gconf/2/gconf/gconf-error.h -include/gconf/2/gconf/gconf-listeners.h -include/gconf/2/gconf/gconf-schema.h -include/gconf/2/gconf/gconf-value.h -include/gconf/2/gconf/gconf.h -%%LDAP%%lib/GConf/2/libgconfbackend-evoldap.a -%%LDAP%%lib/GConf/2/libgconfbackend-evoldap.la -%%LDAP%%lib/GConf/2/libgconfbackend-evoldap.so -lib/GConf/2/libgconfbackend-oldxml.a -lib/GConf/2/libgconfbackend-oldxml.la -lib/GConf/2/libgconfbackend-oldxml.so -lib/GConf/2/libgconfbackend-xml.a -lib/GConf/2/libgconfbackend-xml.la -lib/GConf/2/libgconfbackend-xml.so -lib/libgconf-2.a -lib/libgconf-2.la -lib/libgconf-2.so -lib/libgconf-2.so.4 -libdata/pkgconfig/gconf-2.0.pc -libexec/gconf-sanity-check-2 -libexec/gconfd-2 -%%LDAP%%share/GConf/schema/evoldap.schema -share/aclocal/gconf-2.m4 -share/locale/am/LC_MESSAGES/GConf2.mo -share/locale/ar/LC_MESSAGES/GConf2.mo -share/locale/az/LC_MESSAGES/GConf2.mo -share/locale/be/LC_MESSAGES/GConf2.mo -share/locale/bg/LC_MESSAGES/GConf2.mo -share/locale/bn/LC_MESSAGES/GConf2.mo -share/locale/bn_IN/LC_MESSAGES/GConf2.mo -share/locale/bs/LC_MESSAGES/GConf2.mo -share/locale/ca/LC_MESSAGES/GConf2.mo -share/locale/cs/LC_MESSAGES/GConf2.mo -share/locale/cy/LC_MESSAGES/GConf2.mo -share/locale/da/LC_MESSAGES/GConf2.mo -share/locale/de/LC_MESSAGES/GConf2.mo -share/locale/el/LC_MESSAGES/GConf2.mo -share/locale/en_CA/LC_MESSAGES/GConf2.mo -share/locale/en_GB/LC_MESSAGES/GConf2.mo -share/locale/es/LC_MESSAGES/GConf2.mo -share/locale/et/LC_MESSAGES/GConf2.mo -share/locale/eu/LC_MESSAGES/GConf2.mo -share/locale/fa/LC_MESSAGES/GConf2.mo -share/locale/fi/LC_MESSAGES/GConf2.mo -share/locale/fr/LC_MESSAGES/GConf2.mo -share/locale/ga/LC_MESSAGES/GConf2.mo -share/locale/gl/LC_MESSAGES/GConf2.mo -share/locale/gu/LC_MESSAGES/GConf2.mo -share/locale/he/LC_MESSAGES/GConf2.mo -share/locale/hi/LC_MESSAGES/GConf2.mo -share/locale/hr/LC_MESSAGES/GConf2.mo -share/locale/hu/LC_MESSAGES/GConf2.mo -share/locale/id/LC_MESSAGES/GConf2.mo -share/locale/is/LC_MESSAGES/GConf2.mo -share/locale/it/LC_MESSAGES/GConf2.mo -share/locale/ja/LC_MESSAGES/GConf2.mo -share/locale/ka/LC_MESSAGES/GConf2.mo -share/locale/ko/LC_MESSAGES/GConf2.mo -share/locale/ku/LC_MESSAGES/GConf2.mo -share/locale/lt/LC_MESSAGES/GConf2.mo -share/locale/lv/LC_MESSAGES/GConf2.mo -share/locale/mk/LC_MESSAGES/GConf2.mo -share/locale/ml/LC_MESSAGES/GConf2.mo -share/locale/mn/LC_MESSAGES/GConf2.mo -share/locale/ms/LC_MESSAGES/GConf2.mo -share/locale/nb/LC_MESSAGES/GConf2.mo -share/locale/ne/LC_MESSAGES/GConf2.mo -share/locale/nl/LC_MESSAGES/GConf2.mo -share/locale/nn/LC_MESSAGES/GConf2.mo -share/locale/or/LC_MESSAGES/GConf2.mo -share/locale/pa/LC_MESSAGES/GConf2.mo -share/locale/pl/LC_MESSAGES/GConf2.mo -share/locale/pt/LC_MESSAGES/GConf2.mo -share/locale/pt_BR/LC_MESSAGES/GConf2.mo -share/locale/ro/LC_MESSAGES/GConf2.mo -share/locale/ru/LC_MESSAGES/GConf2.mo -share/locale/rw/LC_MESSAGES/GConf2.mo -share/locale/sk/LC_MESSAGES/GConf2.mo -share/locale/sl/LC_MESSAGES/GConf2.mo -share/locale/sq/LC_MESSAGES/GConf2.mo -share/locale/sr/LC_MESSAGES/GConf2.mo -share/locale/sr@Latn/LC_MESSAGES/GConf2.mo -share/locale/sv/LC_MESSAGES/GConf2.mo -share/locale/ta/LC_MESSAGES/GConf2.mo -share/locale/th/LC_MESSAGES/GConf2.mo -share/locale/tr/LC_MESSAGES/GConf2.mo -share/locale/uk/LC_MESSAGES/GConf2.mo -share/locale/vi/LC_MESSAGES/GConf2.mo -share/locale/xh/LC_MESSAGES/GConf2.mo -share/locale/yi/LC_MESSAGES/GConf2.mo -share/locale/zh_CN/LC_MESSAGES/GConf2.mo -share/locale/zh_HK/LC_MESSAGES/GConf2.mo -share/locale/zh_TW/LC_MESSAGES/GConf2.mo -share/sgml/gconf/gconf-1.0.dtd -@dirrm share/sgml/gconf -%%LDAP%%@dirrm share/GConf/schema -%%LDAP%%@dirrm share/GConf -@dirrm lib/GConf/2 -@dirrm include/gconf/2/gconf -@dirrm include/gconf/2 -@dirrm etc/gconf/2 -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be diff --git a/devel/gconfmm26/Makefile b/devel/gconfmm26/Makefile deleted file mode 100644 index 788b8aec5..000000000 --- a/devel/gconfmm26/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: gconfmm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# -# $FreeBSD$ -# $MCom: ports/devel/gconfmm26/Makefile,v 1.13 2006/07/21 20:46:55 mezz Exp $ -# - -PORTNAME= gconfmm -PORTVERSION= 2.16.0 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= bland@FreeBSD.org -COMMENT= C++ wrapper for gconf2 API library - -LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ - ${LOCALBASE}/lib/libgtkmm-2.4.so.1:${PORTSDIR}/x11-toolkits/gtkmm24 - -LATEST_LINK= gconfmm26 - -USE_BZIP2= yes -USE_XLIB= yes -USE_GMAKE= yes -USE_GCC= 3.4 -USE_GNOME= gnomehack gconf2 -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static - -PLIST_SUB= VERSION="2.6" API_VERSION="2.6" - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ - ${WRKSRC}/tools/extra_defs_gen/Makefile.in - -.include <bsd.port.mk> diff --git a/devel/gconfmm26/distinfo b/devel/gconfmm26/distinfo deleted file mode 100644 index c74297b16..000000000 --- a/devel/gconfmm26/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gconfmm-2.16.0.tar.bz2) = 2b3aa57276f6f63c4effc585ba205a3d -SHA256 (gnome2/gconfmm-2.16.0.tar.bz2) = 514f1062d85b7b3843f461b095b64551f20e647386dab6a513982af52e0392f2 -SIZE (gnome2/gconfmm-2.16.0.tar.bz2) = 275789 diff --git a/devel/gconfmm26/pkg-descr b/devel/gconfmm26/pkg-descr deleted file mode 100644 index d161fcbb7..000000000 --- a/devel/gconfmm26/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a set of thin C++ wrappers for GConf v2 API library. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/devel/gconfmm26/pkg-plist b/devel/gconfmm26/pkg-plist deleted file mode 100644 index b9959427d..000000000 --- a/devel/gconfmm26/pkg-plist +++ /dev/null @@ -1,31 +0,0 @@ -include/gconfmm-%%API_VERSION%%/gconfmm.h -include/gconfmm-%%API_VERSION%%/gconfmm/callback.h -include/gconfmm-%%API_VERSION%%/gconfmm/changeset.h -include/gconfmm-%%API_VERSION%%/gconfmm/client.h -include/gconfmm-%%API_VERSION%%/gconfmm/entry.h -include/gconfmm-%%API_VERSION%%/gconfmm/init.h -include/gconfmm-%%API_VERSION%%/gconfmm/private/changeset_p.h -include/gconfmm-%%API_VERSION%%/gconfmm/private/client_p.h -include/gconfmm-%%API_VERSION%%/gconfmm/private/entry_p.h -include/gconfmm-%%API_VERSION%%/gconfmm/private/schema_p.h -include/gconfmm-%%API_VERSION%%/gconfmm/private/value_p.h -include/gconfmm-%%API_VERSION%%/gconfmm/schema.h -include/gconfmm-%%API_VERSION%%/gconfmm/setinterface.h -include/gconfmm-%%API_VERSION%%/gconfmm/value.h -include/gconfmm-%%API_VERSION%%/gconfmm/value_listhelpers.h -include/gconfmm-%%API_VERSION%%/gconfmm/wrap_init.h -lib/gconfmm-%%API_VERSION%%/include/gconfmmconfig.h -lib/gconfmm-%%API_VERSION%%/proc/m4/convert.m4 -lib/gconfmm-%%API_VERSION%%/proc/m4/convert_gconfmm.m4 -lib/libgconfmm-%%VERSION%%.a -lib/libgconfmm-%%VERSION%%.la -lib/libgconfmm-%%VERSION%%.so -lib/libgconfmm-%%VERSION%%.so.1 -libdata/pkgconfig/gconfmm-%%API_VERSION%%.pc -@dirrm lib/gconfmm-%%API_VERSION%%/proc/m4 -@dirrm lib/gconfmm-%%API_VERSION%%/proc -@dirrm lib/gconfmm-%%API_VERSION%%/include -@dirrm lib/gconfmm-%%API_VERSION%% -@dirrm include/gconfmm-%%API_VERSION%%/gconfmm/private -@dirrm include/gconfmm-%%API_VERSION%%/gconfmm -@dirrm include/gconfmm-%%API_VERSION%% diff --git a/devel/gcvs/Makefile b/devel/gcvs/Makefile deleted file mode 100644 index 7cbdf37ea..000000000 --- a/devel/gcvs/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: gvcs -# Date Created: 28 Mar 2001 -# Whom: dirk.meyer@dinoex.sub.org -# -# $FreeBSD$ -# $MCom$ - -PORTNAME= gcvs -PORTVERSION= 1.0 -PORTREVISION= 6 -PORTEPOCH= 1 -CATEGORIES= devel tk84 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= cvsgui - -MAINTAINER= ports@FreeBSD.org -COMMENT= High-end interface client for CVS - -BUILD_DEPENDS+= wish8.4:${PORTSDIR}/x11-toolkits/tk84 -RUN_DEPENDS+= wish8.4:${PORTSDIR}/x11-toolkits/tk84 - -BROKEN= Does not build - -USE_GETOPT_LONG=yes -USE_GNOME= gtk12 -GNU_CONFIGURE= yes -USE_GMAKE= yes -BREAKS_IF_PEDANTIC= yes -CONFIGURE_ARGS+= --with-tclinclude=${LOCALBASE}/include/tcl8.4 -CONFIGURE_ARGS+= --with-tcllib=${LOCALBASE}/lib/tcl8.4 -CONFIGURE_SCRIPT= make_configure -MAN1= cvs.1 -MAN5= cvs.5 -MAN8= cvsbug.8 -INFO= cvs cvsclient -USE_AUTOTOOLS= automake:15:env autoconf:259:env - -.include <bsd.port.mk> diff --git a/devel/gcvs/distinfo b/devel/gcvs/distinfo deleted file mode 100644 index 00ae1d38c..000000000 --- a/devel/gcvs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gcvs-1.0.tar.gz) = 42eff200593eabfbef3a7e9157d76999 -SHA256 (gcvs-1.0.tar.gz) = 0cac671c9d90f4a8902f1b6327605ac851a3aa058021310f4ba7ab5a047b13bf -SIZE (gcvs-1.0.tar.gz) = 2917708 diff --git a/devel/gcvs/files/patch-common-UCvsFiles.cpp b/devel/gcvs/files/patch-common-UCvsFiles.cpp deleted file mode 100644 index 5e3a1be42..000000000 --- a/devel/gcvs/files/patch-common-UCvsFiles.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- common/UCvsFiles.cpp.orig Tue Aug 13 13:46:40 2002 -+++ common/UCvsFiles.cpp Sun Aug 24 13:47:21 2003 -@@ -1214,7 +1214,7 @@ - { - UStr uppath, filename; - SplitPath(m_path, uppath, filename); -- ResetView(uppath, true); -+ ResetView( (const char *)uppath, true); - return 0; - } - -@@ -1895,7 +1895,7 @@ - fullpath << (*data)[EntnodeData::kName]; - if(data->GetType() == ENT_SUBDIR) - { -- ResetView(fullpath, true); -+ ResetView( (const char *)fullpath, true); - } - else - { diff --git a/devel/gcvs/files/patch-common-UCvsFolders.cpp b/devel/gcvs/files/patch-common-UCvsFolders.cpp deleted file mode 100644 index 26d6f1fd7..000000000 --- a/devel/gcvs/files/patch-common-UCvsFolders.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- common/UCvsFolders.cpp.orig Fri Aug 2 17:05:02 2002 -+++ common/UCvsFolders.cpp Sun Aug 24 13:42:55 2003 -@@ -828,7 +828,7 @@ - if(fileView != 0L) - { - ASSERT(fileView->IsKindOf(URUNTIME_CLASS(UCvsFiles))); -- fileView->ResetView(path); -+ fileView->ResetView( (const char *)path); - } - } - diff --git a/devel/gcvs/files/patch-cvsunix-configure b/devel/gcvs/files/patch-cvsunix-configure deleted file mode 100644 index 923ef5a21..000000000 --- a/devel/gcvs/files/patch-cvsunix-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- cvsunix/configure.orig Wed Mar 7 04:02:21 2001 -+++ cvsunix/configure Mon Jan 21 16:24:32 2002 -@@ -3423,7 +3423,7 @@ - includeopt="${includeopt} -I$GSSAPI/include" - # FIXME: This is ugly, but these things don't seem to be standardized. - if test "$ac_cv_header_gssapi_h" = "yes"; then -- LIBS="$LIBS -L$GSSAPI/lib -lgssapi -lkrb5 -lasn1 -ldes -lroken" -+ LIBS="$LIBS -L$GSSAPI/lib -lgssapi -lkrb5 -lasn1 -lcrypto -lroken -lcrypt -lcom_err" - else - LIBS="$LIBS -L$GSSAPI/lib -lgssapi_krb5 -lkrb5 -lcrypto -lcom_err" - fi diff --git a/devel/gcvs/files/patch-cvsunix-lib-Makefile.in b/devel/gcvs/files/patch-cvsunix-lib-Makefile.in deleted file mode 100644 index 4dac1ed4b..000000000 --- a/devel/gcvs/files/patch-cvsunix-lib-Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- cvsunix/lib/Makefile.in.orig Thu Nov 7 19:29:36 2002 -+++ cvsunix/lib/Makefile.in Tue Jul 1 04:38:17 2003 -@@ -200,6 +200,7 @@ - regex.o: regex.h - md5.o: md5.h - argmatch.o: cvsgui.h -+hostname.o: cvsgui.h - - xlint: - @echo xlint does nothing diff --git a/devel/gcvs/files/patch-cvsunix-src-Makefile.in b/devel/gcvs/files/patch-cvsunix-src-Makefile.in deleted file mode 100644 index 8bd9c7a30..000000000 --- a/devel/gcvs/files/patch-cvsunix-src-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- cvsunix/src/Makefile.in.orig Sun Dec 22 16:59:11 2002 -+++ cvsunix/src/Makefile.in Wed Jan 15 04:57:13 2003 -@@ -91,7 +91,7 @@ - install: installdirs - @for prog in $(PROGS); do \ - echo Installing $$prog in $(bindir); \ -- $(INSTALL) $$prog $(bindir)/$$prog ; \ -+ $(INSTALL_PROGRAM) $$prog $(bindir)/$$prog ; \ - done - @for script in $(SCRIPTS); do \ - echo Installing $$script in $(bindir); \ diff --git a/devel/gcvs/files/patch-make_configure b/devel/gcvs/files/patch-make_configure deleted file mode 100644 index 4d69d59cb..000000000 --- a/devel/gcvs/files/patch-make_configure +++ /dev/null @@ -1,21 +0,0 @@ ---- make_configure.orig Thu Nov 7 19:42:00 2002 -+++ make_configure Fri Dec 20 19:23:07 2002 -@@ -1,14 +1,14 @@ --aclocal --autoheader -+aclocal14 -+autoheader213 - - list=`find . -name Makefile.am -exec dirname {} \;` - - for subdir in $list - do - echo making $subdir/Makefile.in -- automake --add-missing --gnu $subdir/Makefile -+ automake14 --add-missing --gnu $subdir/Makefile - done - --autoconf -+autoconf213 - - ./configure $* diff --git a/devel/gcvs/pkg-descr b/devel/gcvs/pkg-descr deleted file mode 100644 index 3ec9b71eb..000000000 --- a/devel/gcvs/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -A set of C++ front-end for cvs distributed under GPL. -CvsGui features - - WinCvs is written in C++ using the Microsoft MFC. - MacCvs is written in C++ using Metrowerks PowerPlant. - gCvs is written in C++ using GNU gtk+. - They are using the latest cvs source code. - They are making cvs easier for the novice. - They are increasing the power of cvs by providing an high-end interface. - The project is growing because it is supported and developed - by several cvs users. - -WWW: http://cvsgui.sourceforge.net/ diff --git a/devel/gcvs/pkg-plist b/devel/gcvs/pkg-plist deleted file mode 100644 index 716702cff..000000000 --- a/devel/gcvs/pkg-plist +++ /dev/null @@ -1,92 +0,0 @@ -bin/cvs -bin/cvsbug -bin/cvstree -bin/gcvs -bin/rcs2log -lib/cvs/contrib/README -lib/cvs/contrib/clmerge -lib/cvs/contrib/cln_hist -lib/cvs/contrib/commit_prep -lib/cvs/contrib/cvs2vendor -lib/cvs/contrib/cvs_acls -lib/cvs/contrib/cvscheck -lib/cvs/contrib/cvscheck.man -lib/cvs/contrib/intro.doc -lib/cvs/contrib/log -lib/cvs/contrib/log_accum -lib/cvs/contrib/mfpipe -lib/cvs/contrib/rcs-to-cvs -lib/cvs/contrib/rcs2log -lib/cvs/contrib/rcslock -lib/cvs/contrib/sccs2rcs -@dirrm lib/cvs/contrib -@dirrm lib/cvs -share/gcvs/ChangeRoot.tcl -share/gcvs/ChangeRootTK.tcl -share/gcvs/Cleanup.tcl -share/gcvs/ColorTest.tcl -share/gcvs/CvsAddAll.tcl -share/gcvs/DocMacros.txt -share/gcvs/EditSafely.tcl -share/gcvs/FastModSearch.tcl -share/gcvs/FolderTest.tcl -share/gcvs/ForceUpdate.tcl -share/gcvs/ListDeleted.tcl -share/gcvs/ListLockedFiles.tcl -share/gcvs/ListModules.tcl -share/gcvs/ListNonCVS.tcl -share/gcvs/ListStickyTags.tcl -share/gcvs/PrepPatch.tcl -share/gcvs/QueryState.tcl -share/gcvs/RevertChanges.tcl -share/gcvs/SelectionTest.tcl -share/gcvs/SetCurrentVersion.tcl -share/gcvs/TclVersion.tcl -share/gcvs/cvs2cl.tcl -share/gcvs/cvsignore_add.tcl -share/gcvs/cvsignore_remove.tcl -share/gcvs/startup.tcl -share/gcvs/pixmaps/about.xpm -share/gcvs/pixmaps/add.xpm -share/gcvs/pixmaps/addb.xpm -share/gcvs/pixmaps/addfile.xpm -share/gcvs/pixmaps/binfile.xpm -share/gcvs/pixmaps/branch.xpm -share/gcvs/pixmaps/commit.xpm -share/gcvs/pixmaps/conflict.xpm -share/gcvs/pixmaps/cvsfile.xpm -share/gcvs/pixmaps/delfile.xpm -share/gcvs/pixmaps/diff.xpm -share/gcvs/pixmaps/edit.xpm -share/gcvs/pixmaps/error.xpm -share/gcvs/pixmaps/explore.xpm -share/gcvs/pixmaps/folder.xpm -share/gcvs/pixmaps/foldign.xpm -share/gcvs/pixmaps/foldmiss.xpm -share/gcvs/pixmaps/foldunk.xpm -share/gcvs/pixmaps/graph.xpm -share/gcvs/pixmaps/ignfile.xpm -share/gcvs/pixmaps/ignore.xpm -share/gcvs/pixmaps/lock.xpm -share/gcvs/pixmaps/log.xpm -share/gcvs/pixmaps/missfile.xpm -share/gcvs/pixmaps/modbin.xpm -share/gcvs/pixmaps/modfile.xpm -share/gcvs/pixmaps/release.xpm -share/gcvs/pixmaps/reload.xpm -share/gcvs/pixmaps/remove.xpm -share/gcvs/pixmaps/status.xpm -share/gcvs/pixmaps/stop.xpm -share/gcvs/pixmaps/tag.xpm -share/gcvs/pixmaps/trash.xpm -share/gcvs/pixmaps/unedit.xpm -share/gcvs/pixmaps/unkfile.xpm -share/gcvs/pixmaps/unlock.xpm -share/gcvs/pixmaps/untag.xpm -share/gcvs/pixmaps/unwatch.xpm -share/gcvs/pixmaps/update.xpm -share/gcvs/pixmaps/upfolder.xpm -share/gcvs/pixmaps/warning.xpm -share/gcvs/pixmaps/watch.xpm -@dirrm share/gcvs/pixmaps -@dirrm share/gcvs diff --git a/devel/glade3/Makefile b/devel/glade3/Makefile deleted file mode 100644 index aaa042b4d..000000000 --- a/devel/glade3/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: glade3 -# Date created: Sun May 22 17:22:53 CEST 2005 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/glade3/Makefile,v 1.20 2006/10/08 17:18:12 ahze Exp $ -# - -PORTNAME= glade3 -PORTVERSION= 3.0.2 -PORTREVISION= 3 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A user interface builder for GTK+/GNOME - -INSTALLS_ICONS= yes -USE_XLIB= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnometarget gtk20 libxml2 gnomeprefix gnomehack -WANT_GNOME= yes -USE_GETTEXT= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" -USE_LDCONFIG= yes - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mlibgnomeui}!="" -USE_GNOME+= libgnomeui -CONFIGURE_ARGS+=--enable-gnome -PKGNAMESUFFIX:= -gnome -.else -CONFIGURE_ARGS+=--disable-gnome -.endif - -.include <bsd.port.post.mk> diff --git a/devel/glade3/distinfo b/devel/glade3/distinfo deleted file mode 100644 index 77479187a..000000000 --- a/devel/glade3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/glade3-3.0.2.tar.bz2) = 117dd31c908fd32ad7058c9471e21039 -SHA256 (gnome2/glade3-3.0.2.tar.bz2) = 4424b73e1e9861d907920f01f8e23c5ec42afbd06da4441d7dc5226c9933043f -SIZE (gnome2/glade3-3.0.2.tar.bz2) = 742032 diff --git a/devel/glade3/pkg-descr b/devel/glade3/pkg-descr deleted file mode 100644 index b74a7247c..000000000 --- a/devel/glade3/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Glade is a RAD tool to enable quick & easy development of user interfaces -for GTK+/GNOME. It can generate the C source code needed to create -the interfaces designed within Glade's interface editor. - -WWW: http://glade.gnome.org/ diff --git a/devel/glade3/pkg-plist b/devel/glade3/pkg-plist deleted file mode 100644 index 2fb50d900..000000000 --- a/devel/glade3/pkg-plist +++ /dev/null @@ -1,318 +0,0 @@ -bin/glade-3 -include/libgladeui-1.0/libgladeui/atk.xpm -include/libgladeui-1.0/libgladeui/fixed_bg.xpm -include/libgladeui-1.0/libgladeui/glade-accumulators.h -include/libgladeui-1.0/libgladeui/glade-app.h -include/libgladeui-1.0/libgladeui/glade-base-editor.h -include/libgladeui-1.0/libgladeui/glade-builtins.h -include/libgladeui-1.0/libgladeui/glade-catalog.h -include/libgladeui-1.0/libgladeui/glade-clipboard-view.h -include/libgladeui-1.0/libgladeui/glade-clipboard.h -include/libgladeui-1.0/libgladeui/glade-command.h -include/libgladeui-1.0/libgladeui/glade-cursor.h -include/libgladeui-1.0/libgladeui/glade-custom.h -include/libgladeui-1.0/libgladeui/glade-debug.h -include/libgladeui-1.0/libgladeui/glade-editor-property.h -include/libgladeui-1.0/libgladeui/glade-editor.h -include/libgladeui-1.0/libgladeui/glade-fixed.h -include/libgladeui-1.0/libgladeui/glade-gtk.h -include/libgladeui-1.0/libgladeui/glade-id-allocator.h -include/libgladeui-1.0/libgladeui/glade-marshallers.h -include/libgladeui-1.0/libgladeui/glade-palette-box.h -include/libgladeui-1.0/libgladeui/glade-palette-expander.h -include/libgladeui-1.0/libgladeui/glade-palette-item.h -include/libgladeui-1.0/libgladeui/glade-palette.h -include/libgladeui-1.0/libgladeui/glade-parameter.h -include/libgladeui-1.0/libgladeui/glade-parser.h -include/libgladeui-1.0/libgladeui/glade-placeholder.h -include/libgladeui-1.0/libgladeui/glade-popup.h -include/libgladeui-1.0/libgladeui/glade-project-view.h -include/libgladeui-1.0/libgladeui/glade-project.h -include/libgladeui-1.0/libgladeui/glade-property-class.h -include/libgladeui-1.0/libgladeui/glade-property.h -include/libgladeui-1.0/libgladeui/glade-signal-editor.h -include/libgladeui-1.0/libgladeui/glade-signal.h -include/libgladeui-1.0/libgladeui/glade-utils.h -include/libgladeui-1.0/libgladeui/glade-widget-class.h -include/libgladeui-1.0/libgladeui/glade-widget.h -include/libgladeui-1.0/libgladeui/glade-xml-utils.h -include/libgladeui-1.0/libgladeui/glade.h -%%GNOME:%%lib/glade3/modules/libgladegnome.la -%%GNOME:%%lib/glade3/modules/libgladegnome.so -lib/glade3/modules/libgladegtk.la -lib/glade3/modules/libgladegtk.so -lib/libgladeui-1.la -lib/libgladeui-1.so -lib/libgladeui-1.so.4 -libdata/pkgconfig/glade-3.pc -libdata/pkgconfig/libgladeui-1.0.pc -share/gnome/applications/glade-3.desktop -%%GNOME:%%share/gnome/glade3/catalogs/bonobo.xml -%%GNOME:%%share/gnome/glade3/catalogs/bonobo.xml.in -%%GNOME:%%share/gnome/glade3/catalogs/canvas.xml -%%GNOME:%%share/gnome/glade3/catalogs/canvas.xml.in -%%GNOME:%%share/gnome/glade3/catalogs/gnome.xml -%%GNOME:%%share/gnome/glade3/catalogs/gnome.xml.in -share/gnome/glade3/catalogs/gtk+.xml -share/gnome/glade3/catalogs/gtk+.xml.in -share/gnome/glade3/pixmaps/16x16/aboutdialog.png -share/gnome/glade3/pixmaps/16x16/accellabel.png -share/gnome/glade3/pixmaps/16x16/alignment.png -share/gnome/glade3/pixmaps/16x16/arrow.png -share/gnome/glade3/pixmaps/16x16/aspectframe.png -%%GNOME:%%share/gnome/glade3/pixmaps/16x16/bonobodock.png -%%GNOME:%%share/gnome/glade3/pixmaps/16x16/bonobodockitem.png -share/gnome/glade3/pixmaps/16x16/button.png -share/gnome/glade3/pixmaps/16x16/calendar.png -share/gnome/glade3/pixmaps/16x16/checkbutton.png -share/gnome/glade3/pixmaps/16x16/checkmenuitem.png -share/gnome/glade3/pixmaps/16x16/clist.png -share/gnome/glade3/pixmaps/16x16/colorbutton.png -share/gnome/glade3/pixmaps/16x16/colorselection.png -share/gnome/glade3/pixmaps/16x16/colorselectiondialog.png -share/gnome/glade3/pixmaps/16x16/combo.png -share/gnome/glade3/pixmaps/16x16/combobox.png -share/gnome/glade3/pixmaps/16x16/comboboxentry.png -share/gnome/glade3/pixmaps/16x16/curve.png -share/gnome/glade3/pixmaps/16x16/custom.png -share/gnome/glade3/pixmaps/16x16/dialog.png -share/gnome/glade3/pixmaps/16x16/drawingarea.png -share/gnome/glade3/pixmaps/16x16/entry.png -share/gnome/glade3/pixmaps/16x16/eventbox.png -share/gnome/glade3/pixmaps/16x16/expander.png -share/gnome/glade3/pixmaps/16x16/filechooserbutton.png -share/gnome/glade3/pixmaps/16x16/filechooserdialog.png -share/gnome/glade3/pixmaps/16x16/fileselection.png -share/gnome/glade3/pixmaps/16x16/fixed.png -share/gnome/glade3/pixmaps/16x16/fontbutton.png -share/gnome/glade3/pixmaps/16x16/fontselection.png -share/gnome/glade3/pixmaps/16x16/fontselectiondialog.png -share/gnome/glade3/pixmaps/16x16/frame.png -share/gnome/glade3/pixmaps/16x16/gammacurve.png -%%GNOME:%%share/gnome/glade3/pixmaps/16x16/gnomeabout.png -%%GNOME:%%share/gnome/glade3/pixmaps/16x16/gnomeapp.png -%%GNOME:%%share/gnome/glade3/pixmaps/16x16/gnomeappbar.png -%%GNOME:%%share/gnome/glade3/pixmaps/16x16/gnomecanvas.png -%%GNOME:%%share/gnome/glade3/pixmaps/16x16/gnomecolorpicker.png -%%GNOME:%%share/gnome/glade3/pixmaps/16x16/gnomedateedit.png -%%GNOME:%%share/gnome/glade3/pixmaps/16x16/gnomedialog.png -%%GNOME:%%share/gnome/glade3/pixmaps/16x16/gnomedruid.png -%%GNOME:%%share/gnome/glade3/pixmaps/16x16/gnomedruidpageedge.png -%%GNOME:%%share/gnome/glade3/pixmaps/16x16/gnomedruidpagestandard.png -%%GNOME:%%share/gnome/glade3/pixmaps/16x16/gnomeentry.png -%%GNOME:%%share/gnome/glade3/pixmaps/16x16/gnomefileentry.png -%%GNOME:%%share/gnome/glade3/pixmaps/16x16/gnomefontpicker.png -%%GNOME:%%share/gnome/glade3/pixmaps/16x16/gnomehref.png -%%GNOME:%%share/gnome/glade3/pixmaps/16x16/gnomeiconentry.png -%%GNOME:%%share/gnome/glade3/pixmaps/16x16/gnomeiconlist.png -%%GNOME:%%share/gnome/glade3/pixmaps/16x16/gnomeiconselection.png -%%GNOME:%%share/gnome/glade3/pixmaps/16x16/gnomemessagebox.png -%%GNOME:%%share/gnome/glade3/pixmaps/16x16/gnomepixmap.png -%%GNOME:%%share/gnome/glade3/pixmaps/16x16/gnomepixmapentry.png -%%GNOME:%%share/gnome/glade3/pixmaps/16x16/gnomepropertybox.png -share/gnome/glade3/pixmaps/16x16/handlebox.png -share/gnome/glade3/pixmaps/16x16/hbox.png -share/gnome/glade3/pixmaps/16x16/hbuttonbox.png -share/gnome/glade3/pixmaps/16x16/hpaned.png -share/gnome/glade3/pixmaps/16x16/hruler.png -share/gnome/glade3/pixmaps/16x16/hscale.png -share/gnome/glade3/pixmaps/16x16/hscrollbar.png -share/gnome/glade3/pixmaps/16x16/hseparator.png -share/gnome/glade3/pixmaps/16x16/iconview.png -share/gnome/glade3/pixmaps/16x16/image.png -share/gnome/glade3/pixmaps/16x16/imagemenuitem.png -share/gnome/glade3/pixmaps/16x16/inputdialog.png -share/gnome/glade3/pixmaps/16x16/label.png -share/gnome/glade3/pixmaps/16x16/layout.png -share/gnome/glade3/pixmaps/16x16/list.png -share/gnome/glade3/pixmaps/16x16/listitem.png -share/gnome/glade3/pixmaps/16x16/menu.png -share/gnome/glade3/pixmaps/16x16/menubar.png -share/gnome/glade3/pixmaps/16x16/menuitem.png -share/gnome/glade3/pixmaps/16x16/menutoolbutton.png -share/gnome/glade3/pixmaps/16x16/messagedialog.png -share/gnome/glade3/pixmaps/16x16/notebook.png -share/gnome/glade3/pixmaps/16x16/optionmenu.png -share/gnome/glade3/pixmaps/16x16/progressbar.png -share/gnome/glade3/pixmaps/16x16/radiobutton.png -share/gnome/glade3/pixmaps/16x16/radiomenuitem.png -share/gnome/glade3/pixmaps/16x16/radiotoolbutton.png -share/gnome/glade3/pixmaps/16x16/ruler.png -share/gnome/glade3/pixmaps/16x16/scrolledwindow.png -share/gnome/glade3/pixmaps/16x16/separatormenuitem.png -share/gnome/glade3/pixmaps/16x16/separatortoolitem.png -share/gnome/glade3/pixmaps/16x16/spinbutton.png -share/gnome/glade3/pixmaps/16x16/statusbar.png -share/gnome/glade3/pixmaps/16x16/table.png -share/gnome/glade3/pixmaps/16x16/textview.png -share/gnome/glade3/pixmaps/16x16/togglebutton.png -share/gnome/glade3/pixmaps/16x16/toggletoolbutton.png -share/gnome/glade3/pixmaps/16x16/toolbar.png -share/gnome/glade3/pixmaps/16x16/toolbutton.png -share/gnome/glade3/pixmaps/16x16/toolitem.png -share/gnome/glade3/pixmaps/16x16/treeview.png -share/gnome/glade3/pixmaps/16x16/vbox.png -share/gnome/glade3/pixmaps/16x16/vbuttonbox.png -share/gnome/glade3/pixmaps/16x16/viewport.png -share/gnome/glade3/pixmaps/16x16/vpaned.png -share/gnome/glade3/pixmaps/16x16/vruler.png -share/gnome/glade3/pixmaps/16x16/vscale.png -share/gnome/glade3/pixmaps/16x16/vscrollbar.png -share/gnome/glade3/pixmaps/16x16/vseparator.png -share/gnome/glade3/pixmaps/16x16/window.png -share/gnome/glade3/pixmaps/22x22/aboutdialog.png -share/gnome/glade3/pixmaps/22x22/accellabel.png -share/gnome/glade3/pixmaps/22x22/alignment.png -share/gnome/glade3/pixmaps/22x22/arrow.png -share/gnome/glade3/pixmaps/22x22/aspectframe.png -%%GNOME:%%share/gnome/glade3/pixmaps/22x22/bonobodock.png -%%GNOME:%%share/gnome/glade3/pixmaps/22x22/bonobodockitem.png -share/gnome/glade3/pixmaps/22x22/button.png -share/gnome/glade3/pixmaps/22x22/calendar.png -share/gnome/glade3/pixmaps/22x22/checkbutton.png -share/gnome/glade3/pixmaps/22x22/checkmenuitem.png -share/gnome/glade3/pixmaps/22x22/clist.png -share/gnome/glade3/pixmaps/22x22/colorbutton.png -share/gnome/glade3/pixmaps/22x22/colorselection.png -share/gnome/glade3/pixmaps/22x22/colorselectiondialog.png -share/gnome/glade3/pixmaps/22x22/combo.png -share/gnome/glade3/pixmaps/22x22/combobox.png -share/gnome/glade3/pixmaps/22x22/comboboxentry.png -share/gnome/glade3/pixmaps/22x22/curve.png -share/gnome/glade3/pixmaps/22x22/custom.png -share/gnome/glade3/pixmaps/22x22/dialog.png -share/gnome/glade3/pixmaps/22x22/drawingarea.png -share/gnome/glade3/pixmaps/22x22/entry.png -share/gnome/glade3/pixmaps/22x22/eventbox.png -share/gnome/glade3/pixmaps/22x22/expander.png -share/gnome/glade3/pixmaps/22x22/filechooserbutton.png -share/gnome/glade3/pixmaps/22x22/filechooserdialog.png -share/gnome/glade3/pixmaps/22x22/fileselection.png -share/gnome/glade3/pixmaps/22x22/fixed.png -share/gnome/glade3/pixmaps/22x22/fontbutton.png -share/gnome/glade3/pixmaps/22x22/fontselection.png -share/gnome/glade3/pixmaps/22x22/fontselectiondialog.png -share/gnome/glade3/pixmaps/22x22/frame.png -share/gnome/glade3/pixmaps/22x22/gammacurve.png -%%GNOME:%%share/gnome/glade3/pixmaps/22x22/gnomeabout.png -%%GNOME:%%share/gnome/glade3/pixmaps/22x22/gnomeapp.png -%%GNOME:%%share/gnome/glade3/pixmaps/22x22/gnomeappbar.png -%%GNOME:%%share/gnome/glade3/pixmaps/22x22/gnomecanvas.png -%%GNOME:%%share/gnome/glade3/pixmaps/22x22/gnomecolorpicker.png -%%GNOME:%%share/gnome/glade3/pixmaps/22x22/gnomedateedit.png -%%GNOME:%%share/gnome/glade3/pixmaps/22x22/gnomedialog.png -%%GNOME:%%share/gnome/glade3/pixmaps/22x22/gnomedruid.png -%%GNOME:%%share/gnome/glade3/pixmaps/22x22/gnomedruidpageedge.png -%%GNOME:%%share/gnome/glade3/pixmaps/22x22/gnomedruidpagestandard.png -%%GNOME:%%share/gnome/glade3/pixmaps/22x22/gnomeentry.png -%%GNOME:%%share/gnome/glade3/pixmaps/22x22/gnomefileentry.png -%%GNOME:%%share/gnome/glade3/pixmaps/22x22/gnomefontpicker.png -%%GNOME:%%share/gnome/glade3/pixmaps/22x22/gnomehref.png -%%GNOME:%%share/gnome/glade3/pixmaps/22x22/gnomeiconentry.png -%%GNOME:%%share/gnome/glade3/pixmaps/22x22/gnomeiconlist.png -%%GNOME:%%share/gnome/glade3/pixmaps/22x22/gnomeiconselection.png -%%GNOME:%%share/gnome/glade3/pixmaps/22x22/gnomemessagebox.png -%%GNOME:%%share/gnome/glade3/pixmaps/22x22/gnomepixmap.png -%%GNOME:%%share/gnome/glade3/pixmaps/22x22/gnomepixmapentry.png -%%GNOME:%%share/gnome/glade3/pixmaps/22x22/gnomepropertybox.png -share/gnome/glade3/pixmaps/22x22/handlebox.png -share/gnome/glade3/pixmaps/22x22/hbox.png -share/gnome/glade3/pixmaps/22x22/hbuttonbox.png -share/gnome/glade3/pixmaps/22x22/hpaned.png -share/gnome/glade3/pixmaps/22x22/hruler.png -share/gnome/glade3/pixmaps/22x22/hscale.png -share/gnome/glade3/pixmaps/22x22/hscrollbar.png -share/gnome/glade3/pixmaps/22x22/hseparator.png -share/gnome/glade3/pixmaps/22x22/iconview.png -share/gnome/glade3/pixmaps/22x22/image.png -share/gnome/glade3/pixmaps/22x22/imagemenuitem.png -share/gnome/glade3/pixmaps/22x22/inputdialog.png -share/gnome/glade3/pixmaps/22x22/label.png -share/gnome/glade3/pixmaps/22x22/layout.png -share/gnome/glade3/pixmaps/22x22/list.png -share/gnome/glade3/pixmaps/22x22/listitem.png -share/gnome/glade3/pixmaps/22x22/menu.png -share/gnome/glade3/pixmaps/22x22/menubar.png -share/gnome/glade3/pixmaps/22x22/menuitem.png -share/gnome/glade3/pixmaps/22x22/menutoolbutton.png -share/gnome/glade3/pixmaps/22x22/messagedialog.png -share/gnome/glade3/pixmaps/22x22/notebook.png -share/gnome/glade3/pixmaps/22x22/optionmenu.png -share/gnome/glade3/pixmaps/22x22/progressbar.png -share/gnome/glade3/pixmaps/22x22/radiobutton.png -share/gnome/glade3/pixmaps/22x22/radiomenuitem.png -share/gnome/glade3/pixmaps/22x22/radiotoolbutton.png -share/gnome/glade3/pixmaps/22x22/ruler.png -share/gnome/glade3/pixmaps/22x22/scrolledwindow.png -share/gnome/glade3/pixmaps/22x22/separatormenuitem.png -share/gnome/glade3/pixmaps/22x22/separatortoolitem.png -share/gnome/glade3/pixmaps/22x22/spinbutton.png -share/gnome/glade3/pixmaps/22x22/statusbar.png -share/gnome/glade3/pixmaps/22x22/table.png -share/gnome/glade3/pixmaps/22x22/textview.png -share/gnome/glade3/pixmaps/22x22/togglebutton.png -share/gnome/glade3/pixmaps/22x22/toggletoolbutton.png -share/gnome/glade3/pixmaps/22x22/toolbar.png -share/gnome/glade3/pixmaps/22x22/toolbutton.png -share/gnome/glade3/pixmaps/22x22/toolitem.png -share/gnome/glade3/pixmaps/22x22/treeview.png -share/gnome/glade3/pixmaps/22x22/vbox.png -share/gnome/glade3/pixmaps/22x22/vbuttonbox.png -share/gnome/glade3/pixmaps/22x22/viewport.png -share/gnome/glade3/pixmaps/22x22/vpaned.png -share/gnome/glade3/pixmaps/22x22/vruler.png -share/gnome/glade3/pixmaps/22x22/vscale.png -share/gnome/glade3/pixmaps/22x22/vscrollbar.png -share/gnome/glade3/pixmaps/22x22/vseparator.png -share/gnome/glade3/pixmaps/22x22/window.png -share/gnome/glade3/pixmaps/devhelp.png -share/gnome/glade3/pixmaps/plus.png -share/gnome/glade3/pixmaps/selector.png -share/icons/hicolor/48x48/apps/glade-3.png -share/locale/az/LC_MESSAGES/glade3.mo -share/locale/da/LC_MESSAGES/glade3.mo -share/locale/en_CA/LC_MESSAGES/glade3.mo -share/locale/en_GB/LC_MESSAGES/glade3.mo -share/locale/es/LC_MESSAGES/glade3.mo -share/locale/fr/LC_MESSAGES/glade3.mo -share/locale/ja/LC_MESSAGES/glade3.mo -share/locale/ko/LC_MESSAGES/glade3.mo -share/locale/ms/LC_MESSAGES/glade3.mo -share/locale/nb/LC_MESSAGES/glade3.mo -share/locale/nn/LC_MESSAGES/glade3.mo -share/locale/pl/LC_MESSAGES/glade3.mo -share/locale/pt/LC_MESSAGES/glade3.mo -share/locale/pt_BR/LC_MESSAGES/glade3.mo -share/locale/ru/LC_MESSAGES/glade3.mo -share/locale/sk/LC_MESSAGES/glade3.mo -share/locale/sv/LC_MESSAGES/glade3.mo -share/locale/ta/LC_MESSAGES/glade3.mo -share/locale/tr/LC_MESSAGES/glade3.mo -share/locale/uk/LC_MESSAGES/glade3.mo -share/locale/vi/LC_MESSAGES/glade3.mo -share/locale/zh_CN/LC_MESSAGES/glade3.mo -@dirrm share/gnome/glade3/pixmaps/22x22 -@dirrm share/gnome/glade3/pixmaps/16x16 -@dirrm share/gnome/glade3/pixmaps -@dirrm share/gnome/glade3/catalogs -@dirrm share/gnome/glade3 -@dirrm lib/glade3/modules -@dirrm lib/glade3 -@dirrm include/libgladeui-1.0/libgladeui -@dirrm include/libgladeui-1.0 -@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko diff --git a/devel/glib-java/Makefile b/devel/glib-java/Makefile deleted file mode 100644 index 0f04efa57..000000000 --- a/devel/glib-java/Makefile +++ /dev/null @@ -1,71 +0,0 @@ -# New ports collection makefile for: glib-java -# Date created: 26 Oct 2005 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/glib-java/Makefile,v 1.2 2005/10/29 22:06:05 marcus Exp $ -# - -PORTNAME= glib-java -PORTVERSION= 0.2.6 -CATEGORIES= devel java -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.2 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Java wrapper GLib 2 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USE_JAVA= yes -JAVA_VERSION= 1.2+ -JAVA_OS= native -USE_GCC= 3.4+ -USE_GNOME= gnomehack glib20 -CONFIGURE_ARGS= --without-gcj-compile -CONFIGURE_ENV= CPPFLAGS="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd" -GLIB_API_VERSION= 0.2 -PLIST_SUB= GLIB_API_VERSION=${GLIB_API_VERSION} PORTNAME=${PORTNAME} -PKGMESSAGE= ${WRKDIR}/pkg-message - -# Jikes related -CONFIGURE_ENV+= BOOTCLASSPATH=${JAVA_CLASSES} -MAKE_ENV+= BOOTCLASSPATH=${JAVA_CLASSES} - -do-install: - ${MKDIR} ${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/.libs/libglibjni-${GLIB_API_VERSION}.so \ - ${PREFIX}/lib/libglibjni-${GLIB_API_VERSION}.so.1 - ${LN} -sf ${PREFIX}/lib/libglibjni-${GLIB_API_VERSION}.so.1 \ - ${PREFIX}/lib/libglibjni-${GLIB_API_VERSION}.so - ${MKDIR} ${PREFIX}/libdata/pkgconfig - ${INSTALL_DATA} ${WRKSRC}/glib-java.pc ${PREFIX}/libdata/pkgconfig - ${MKDIR} ${PREFIX}/include/${PORTNAME} - ${INSTALL_DATA} ${WRKSRC}/src/jni/jg_jnu.h ${PREFIX}/include/${PORTNAME} - ${MKDIR} ${JAVAJARDIR} - ${INSTALL_DATA} ${WRKSRC}/glib${GLIB_API_VERSION}.jar ${JAVAJARDIR} - ${MKDIR} ${PREFIX}/share/${PORTNAME}/macros - ${INSTALL_DATA} ${WRKSRC}/macros/* ${PREFIX}/share/${PORTNAME}/macros - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - ${MKDIR} ${DOCSDIR}/api - cd ${WRKSRC}/doc/api && ${FIND} . | ${CPIO} -pdmu ${DOCSDIR}/api - ${TOUCH} ${DOCSDIR}/api/packages.html - ${TOUCH} ${DOCSDIR}/api/serialized-form.html -.endif - @${SED} -e 's|%%JAVAJARDIR%%|${JAVAJARDIR}|g ; \ - s|%%PREFIX%%|${PREFIX}|g ; \ - s|%%GLIB_API_VERSION%%|${GLIB_API_VERSION}|g' \ - < ${PKGDIR}/pkg-message > ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/devel/glib-java/distinfo b/devel/glib-java/distinfo deleted file mode 100644 index faeb48896..000000000 --- a/devel/glib-java/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/glib-java-0.2.6.tar.bz2) = 80aa32ba4901ed92a1ef8a53fd9157e5 -SHA256 (gnome2/glib-java-0.2.6.tar.bz2) = 57733a9308c9f6781411e38b8936fff99d33298cc65790b63be67b15678a086b -SIZE (gnome2/glib-java-0.2.6.tar.bz2) = 229797 diff --git a/devel/glib-java/files/patch-configure b/devel/glib-java/files/patch-configure deleted file mode 100644 index 40f26900d..000000000 --- a/devel/glib-java/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Wed Oct 26 21:01:20 2005 -+++ configure Wed Oct 26 21:01:45 2005 -@@ -20254,7 +20254,7 @@ - - WINDOWS_LIB_VERSION="0-2" - --INSTALLED_CLASSPATH=\${prefix}/share/java/glib${apiversion}-${VERSION}.jar -+INSTALLED_CLASSPATH=\${prefix}/share/java/classes/glib${apiversion}.jar - INSTALLED_JNI_DIR=\${prefix}/lib/ - INSTALLED_MACRO_DIR=\${prefix}/share/glib-java/macros/ - diff --git a/devel/glib-java/files/patch-glib-java.pc.in b/devel/glib-java/files/patch-glib-java.pc.in deleted file mode 100644 index 70967773e..000000000 --- a/devel/glib-java/files/patch-glib-java.pc.in +++ /dev/null @@ -1,10 +0,0 @@ ---- glib-java.pc.in.orig Mon Sep 12 21:43:43 2005 -+++ glib-java.pc.in Wed Oct 26 20:39:34 2005 -@@ -10,6 +10,6 @@ - api_version=@apiversion@ - classpath=@INSTALLED_CLASSPATH@ - macro_dir=@INSTALLED_MACRO_DIR@ --jnilibs=-L@libdir@ -lglibjni -+jnilibs=-L@libdir@ -lglibjni-@apiversion@ - Libs: -L@libdir@ -lglibjava - Cflags: -I@includedir@/glib-java diff --git a/devel/glib-java/pkg-descr b/devel/glib-java/pkg-descr deleted file mode 100644 index abc1cdd10..000000000 --- a/devel/glib-java/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Java-GNOME is a set of Java bindings for GNOME and GTK libraries, -so GNOME applications can be written in Java. It is implemented -as a JNI layer that delegates the Java calls out to the underlying -C library. - --- Java-GNOME README - -WWW: http://java-gnome.sourceforge.net/ diff --git a/devel/glib-java/pkg-message b/devel/glib-java/pkg-message deleted file mode 100644 index b5be2203c..000000000 --- a/devel/glib-java/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -************************************************************************ -Libgtk-java was successfully installed. In order to build and run GLib -Java applications, you must add the following to your CLASSPATH: - -%%JAVAJARDIR%%/glib%%GLIB_API_VERSION%%.jar - -************************************************************************ diff --git a/devel/glib-java/pkg-plist b/devel/glib-java/pkg-plist deleted file mode 100644 index cc09eec12..000000000 --- a/devel/glib-java/pkg-plist +++ /dev/null @@ -1,50 +0,0 @@ -include/%%PORTNAME%%/jg_jnu.h -lib/libglibjni-%%GLIB_API_VERSION%%.so -lib/libglibjni-%%GLIB_API_VERSION%%.so.1 -libdata/pkgconfig/%%PORTNAME%%.pc -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/api/allclasses-frame.html -%%PORTDOCS%%%%DOCSDIR%%/api/allclasses-noframe.html -%%PORTDOCS%%%%DOCSDIR%%/api/constant-values.html -%%PORTDOCS%%%%DOCSDIR%%/api/deprecated-list.html -%%PORTDOCS%%%%DOCSDIR%%/api/help-doc.html -%%PORTDOCS%%%%DOCSDIR%%/api/index-all.html -%%PORTDOCS%%%%DOCSDIR%%/api/index.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/glib/Config.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/glib/Enum.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/glib/Flags.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/glib/Handle.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/glib/Handle32Bits.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/glib/Handle64Bits.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/glib/Struct.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/glib/package-frame.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/glib/package-summary.html -%%PORTDOCS%%%%DOCSDIR%%/api/org/gnu/glib/package-tree.html -%%PORTDOCS%%%%DOCSDIR%%/api/overview-tree.html -%%PORTDOCS%%%%DOCSDIR%%/api/package-list -%%PORTDOCS%%%%DOCSDIR%%/api/packages.html -%%PORTDOCS%%%%DOCSDIR%%/api/resources/inherit.gif -%%PORTDOCS%%%%DOCSDIR%%/api/serialized-form.html -%%PORTDOCS%%%%DOCSDIR%%/api/stylesheet.css -share/%%PORTNAME%%/macros/ac_prog_jar.m4 -share/%%PORTNAME%%/macros/ac_prog_javac.m4 -share/%%PORTNAME%%/macros/ac_prog_javac_works.m4 -share/%%PORTNAME%%/macros/ac_prog_javadoc.m4 -share/%%PORTNAME%%/macros/am_path_docbook.m4 -share/%%PORTNAME%%/macros/am_path_gcj.m4 -share/%%PORTNAME%%/macros/jg_check_nativecompile.m4 -share/%%PORTNAME%%/macros/jg_common.m4 -share/%%PORTNAME%%/macros/jg_lib.m4 -share/java/classes/glib%%GLIB_API_VERSION%%.jar -@dirrm share/%%PORTNAME%%/macros -@dirrm share/%%PORTNAME%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/resources -%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/org/gnu/glib -%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/org/gnu -%%PORTDOCS%%@dirrm %%DOCSDIR%%/api/org -%%PORTDOCS%%@dirrm %%DOCSDIR%%/api -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm include/%%PORTNAME%% diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile deleted file mode 100644 index e61cf08f8..000000000 --- a/devel/glib20/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: glib13 -# Date Created: 28 July 1998 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/glib20/Makefile,v 1.90 2006/10/03 21:05:37 ahze Exp $ -# - -PORTNAME= glib -PORTVERSION= 2.12.4 -PORTREVISION?= 0 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/},} \ - ftp://ftp.gtk.org/pub/glib/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}/ \ - ftp://ftp.gimp.org/pub/%SUBDIR%/ \ - ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \ - http://www.ameth.org/gimp/%SUBDIR%/ \ - ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,} -MASTER_SITE_SUBDIR= gtk/v${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Some useful routines of C programming (current stable version) - -LATEST_LINK= glib20 - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -USE_GETTEXT= yes -USE_AUTOTOOLS= libtool:15 -USE_LDCONFIG= yes -USE_GNOME= gnomehack gnometarget pkgconfig ltverhack -USE_GMAKE= yes -USE_PERL5= yes -CONFIGURE_ARGS= --enable-static --with-libiconv=gnu \ - --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ - --disable-man --without-xml-catalog -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lintl" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -.include <bsd.port.pre.mk> - -.if ( ( ${OSVERSION} < 504101 ) || ( ${OSVERSION} >= 600000 && ${OSVERSION} < 600012 ) ) -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gthread_gthread-posix.c -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ - s|%%X11BASE%%|${X11BASE}|g' \ - ${WRKSRC}/glib/gutils.c - -.include <bsd.port.post.mk> - -.endif diff --git a/devel/glib20/distinfo b/devel/glib20/distinfo deleted file mode 100644 index 9fda3523c..000000000 --- a/devel/glib20/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/glib-2.12.4.tar.bz2) = ef7b9595fa788e245a0f883bddba8a25 -SHA256 (gnome2/glib-2.12.4.tar.bz2) = 1b1a0dc746a07c67aad15e22e3d751c3e7068c889d171efb1ab45efbab87c75d -SIZE (gnome2/glib-2.12.4.tar.bz2) = 2868828 diff --git a/devel/glib20/files/extra-patch-gthread_gthread-posix.c b/devel/glib20/files/extra-patch-gthread_gthread-posix.c deleted file mode 100644 index bde2862f6..000000000 --- a/devel/glib20/files/extra-patch-gthread_gthread-posix.c +++ /dev/null @@ -1,32 +0,0 @@ ---- gthread/gthread-posix.c.orig Thu Jun 9 11:25:01 2005 -+++ gthread/gthread-posix.c Fri Jun 10 20:23:17 2005 -@@ -115,7 +115,11 @@ static gint priority_normal_value; - # define PRIORITY_NORMAL_VALUE priority_normal_value - #endif /* POSIX_MIN_PRIORITY && POSIX_MAX_PRIORITY */ - -+#define G_THREAD_STACK_SIZE32 (1*1024*1024) -+#define G_THREAD_STACK_SIZE64 (2*1024*1024) -+ - static gulong g_thread_min_stack_size = 0; -+static gulong g_thread_default_stack_size = 0; - - #define G_MUTEX_SIZE (sizeof (pthread_mutex_t)) - -@@ -309,8 +313,16 @@ g_thread_create_posix_impl (GThreadFunc - stack_size = MAX (g_thread_min_stack_size, stack_size); - /* No error check here, because some systems can't do it and - * we simply don't want threads to fail because of that. */ -- pthread_attr_setstacksize (&attr, stack_size); - } -+ else -+ { -+ if (sizeof(void *) == 8) -+ g_thread_default_stack_size = G_THREAD_STACK_SIZE64; -+ else -+ g_thread_default_stack_size = G_THREAD_STACK_SIZE32; -+ stack_size = MAX (g_thread_min_stack_size, g_thread_default_stack_size); -+ } -+ pthread_attr_setstacksize (&attr, stack_size); - #endif /* HAVE_PTHREAD_ATTR_SETSTACKSIZE */ - - #ifdef PTHREAD_SCOPE_SYSTEM diff --git a/devel/glib20/files/patch-ae b/devel/glib20/files/patch-ae deleted file mode 100644 index 46738f939..000000000 --- a/devel/glib20/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Sun Jan 29 13:06:22 2006 -+++ configure Sun Jan 29 13:06:48 2006 -@@ -34462,6 +34461,8 @@ - ;; - esac - fi -+ G_THREAD_CFLAGS="${PTHREAD_CFLAGS}" -+ G_THREAD_LIBS="${PTHREAD_LIBS}" - - if test x"$G_THREAD_CFLAGS" = x; then - diff --git a/devel/glib20/files/patch-ag b/devel/glib20/files/patch-ag deleted file mode 100644 index 3e8fbfbf4..000000000 --- a/devel/glib20/files/patch-ag +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.in.orig Sun Dec 23 16:53:53 2001 -+++ Makefile.in Fri Feb 8 12:44:30 2002 -@@ -151,3 +151,3 @@ - --SUBDIRS = . m4macros glib gobject gmodule gthread tests build po docs -+SUBDIRS = . m4macros glib gobject gmodule gthread build po docs - -@@ -192,4 +192,4 @@ - -- --configexecincludedir = $(libdir)/glib-2.0/include -+glibincludedir = $(includedir)/glib-2.0 -+configexecincludedir = $(glibincludedir) - diff --git a/devel/glib20/files/patch-ah b/devel/glib20/files/patch-ah deleted file mode 100644 index c339b76e2..000000000 --- a/devel/glib20/files/patch-ah +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/reference/Makefile.in.orig Fri Oct 24 18:05:32 2003 -+++ docs/reference/Makefile.in Fri Oct 24 18:06:00 2003 -@@ -226,7 +226,7 @@ - sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ --SUBDIRS = glib gobject -+SUBDIRS = #glib gobject - subdir = docs/reference - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = $(top_builddir)/config.h diff --git a/devel/glib20/files/patch-glib::libcharset::Makefile.in b/devel/glib20/files/patch-glib::libcharset::Makefile.in deleted file mode 100644 index 9afd57416..000000000 --- a/devel/glib20/files/patch-glib::libcharset::Makefile.in +++ /dev/null @@ -1,31 +0,0 @@ ---- glib/libcharset/Makefile.in.orig Fri Apr 30 12:10:27 2004 -+++ glib/libcharset/Makefile.in Fri Apr 30 12:12:01 2004 -@@ -225,7 +225,7 @@ - target_alias = @target_alias@ - - INCLUDES = \ -- -DLIBDIR=\"$(libdir)\" -I$(top_srcdir) -+ -DLIBDIR=\"$(prefix)/libdata\" -I$(top_srcdir) - - - noinst_LTLIBRARIES = libcharset.la -@@ -246,8 +246,8 @@ - make-patch.sh - - --charset_alias = $(DESTDIR)$(libdir)/charset.alias --charset_tmp = $(DESTDIR)$(libdir)/charset.tmp -+charset_alias = $(DESTDIR)$(prefix)/libdata/charset.alias -+charset_tmp = $(DESTDIR)$(prefix)/libdata/charset.tmp - - SUFFIXES = .sed .sin - -@@ -487,7 +487,7 @@ - - install-data-am: - --install-exec-am: install-exec-local -+install-exec-am: # install-exec-local - - install-info: install-info-am - diff --git a/devel/glib20/files/patch-glib_gthreadprivate.h b/devel/glib20/files/patch-glib_gthreadprivate.h deleted file mode 100644 index 0235c2026..000000000 --- a/devel/glib20/files/patch-glib_gthreadprivate.h +++ /dev/null @@ -1,53 +0,0 @@ ---- glib/gthreadprivate.h.orig Wed Jul 20 19:44:08 2005 -+++ glib/gthreadprivate.h Wed Jul 20 19:44:08 2005 -@@ -0,0 +1,50 @@ -+/* gthreadprivate.h -+ * -+ * Copyright 1998 Sebastian Wilhelmi; University of Karlsruhe -+ * Owen Taylor -+ * -+ * This library is free software; you can redistribute it and/or -+ * modify it under the terms of the GNU Lesser General Public -+ * License as published by the Free Software Foundation; either -+ * version 2 of the License, or (at your option) any later version. -+ * -+ * This library is distributed in the hope that it will be useful, -+ * but WITHOUT ANY WARRANTY; without even the implied warranty of -+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -+ * Lesser General Public License for more details. -+ * -+ * You should have received a copy of the GNU Lesser General Public -+ * License along with this library; if not, write to the -+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, -+ * Boston, MA 02111-1307, USA. -+ */ -+ -+#ifndef __G_THREAD_PRIVATE_H__ -+#define __G_THREAD_PRIVATE_H__ -+ -+#ifdef HAVE_CONFIG_H -+#include "config.h" -+#endif -+ -+G_BEGIN_DECLS -+ -+#if GLIB_SIZEOF_SYSTEM_THREAD == SIZEOF_VOID_P -+# define g_system_thread_equal_simple(thread1, thread2) \ -+ ((thread1).dummy_pointer == (thread2).dummy_pointer) -+# define g_system_thread_assign(dest, src) \ -+ ((dest).dummy_pointer = (src).dummy_pointer) -+#else /* GLIB_SIZEOF_SYSTEM_THREAD != SIZEOF_VOID_P */ -+# define g_system_thread_equal_simple(thread1, thread2) \ -+ (memcmp (&(thread1), &(thread2), GLIB_SIZEOF_SYSTEM_THREAD) == 0) -+# define g_system_thread_assign(dest, src) \ -+ (memcpy (&(dest), &(src), GLIB_SIZEOF_SYSTEM_THREAD)) -+#endif /* GLIB_SIZEOF_SYSTEM_THREAD == SIZEOF_VOID_P */ -+ -+#define g_system_thread_equal(thread1, thread2) \ -+ (g_thread_functions_for_glib_use.thread_equal ? \ -+ g_thread_functions_for_glib_use.thread_equal (&(thread1), &(thread2)) :\ -+ g_system_thread_equal_simple((thread1), (thread2))) -+ -+G_END_DECLS -+ -+#endif /* __G_THREAD_PRIVATE_H__ */ diff --git a/devel/glib20/files/patch-glib_gtimer.c b/devel/glib20/files/patch-glib_gtimer.c deleted file mode 100644 index a06610565..000000000 --- a/devel/glib20/files/patch-glib_gtimer.c +++ /dev/null @@ -1,11 +0,0 @@ ---- glib/gtimer.c.orig Sun Oct 1 01:51:15 2006 -+++ glib/gtimer.c Tue Oct 3 17:00:39 2006 -@@ -257,7 +257,7 @@ - - if (microseconds) - *microseconds = (elapsed / 10) % 1000000; --#elif HAVE_CLOCK_GETTIME -+#elif USE_CLOCK_GETTIME - if (timer->active) - GETTIME (timer->end); - diff --git a/devel/glib20/files/patch-glib_gutils.c b/devel/glib20/files/patch-glib_gutils.c deleted file mode 100644 index ad4210c25..000000000 --- a/devel/glib20/files/patch-glib_gutils.c +++ /dev/null @@ -1,20 +0,0 @@ ---- glib/gutils.c.orig Wed Mar 23 09:55:02 2005 -+++ glib/gutils.c Thu Apr 7 01:06:16 2005 -@@ -1929,7 +1929,7 @@ g_get_system_data_dirs (void) - data_dirs = (gchar *) g_getenv ("XDG_DATA_DIRS"); - - if (!data_dirs || !data_dirs[0]) -- data_dirs = "/usr/local/share/:/usr/share/"; -+ data_dirs = "%%X11BASE%%/share/gnome/:/usr/local/share/gnome/:%%X11BASE%%/share/:/usr/local/share/:/usr/share/"; - - data_dir_vector = g_strsplit (data_dirs, G_SEARCHPATH_SEPARATOR_S, 0); - #endif -@@ -1983,7 +1983,7 @@ g_get_system_config_dirs (void) - conf_dirs = (gchar *) g_getenv ("XDG_CONFIG_DIRS"); - - if (!conf_dirs || !conf_dirs[0]) -- conf_dirs = "/etc/xdg"; -+ conf_dirs = "%%X11BASE%%/etc/xdg:/usr/local/etc/xdg:/etc/xdg"; - - conf_dir_vector = g_strsplit (conf_dirs, G_SEARCHPATH_SEPARATOR_S, 0); - #endif diff --git a/devel/glib20/files/patch-gmodule::gmodule-dl.c b/devel/glib20/files/patch-gmodule::gmodule-dl.c deleted file mode 100644 index e94c19bf6..000000000 --- a/devel/glib20/files/patch-gmodule::gmodule-dl.c +++ /dev/null @@ -1,24 +0,0 @@ - -$FreeBSD$ - $MCom: ports/devel/glib20/files/patch-gmodule::gmodule-dl.c,v 1.18 2006/05/04 05:40:28 marcus Exp $ - ---- gmodule/gmodule-dl.c.orig Sat Feb 17 08:28:07 2001 -+++ gmodule/gmodule-dl.c Fri Jan 18 09:48:45 2002 -@@ -104,6 +104,7 @@ - static gpointer - _g_module_self (void) - { -+#ifndef __FreeBSD__ - gpointer handle; - - /* to query symbols from the program itself, special link options -@@ -115,6 +116,9 @@ - g_module_set_error (fetch_dlerror (TRUE)); - - return handle; -+#else -+ return RTLD_DEFAULT; -+#endif - } - - static void diff --git a/devel/glib20/files/patch-gthread_gthread-posix.c b/devel/glib20/files/patch-gthread_gthread-posix.c deleted file mode 100644 index 47c5ab8f1..000000000 --- a/devel/glib20/files/patch-gthread_gthread-posix.c +++ /dev/null @@ -1,21 +0,0 @@ ---- gthread/gthread-posix.c.orig Mon Nov 1 13:47:12 2004 -+++ gthread/gthread-posix.c Wed Mar 9 14:21:20 2005 -@@ -125,7 +129,8 @@ - g_thread_impl_init(void) - { - #ifdef _SC_THREAD_STACK_MIN -- g_thread_min_stack_size = MAX (sysconf (_SC_THREAD_STACK_MIN), 0); -+ g_thread_min_stack_size = MAX (sysconf (_SC_THREAD_STACK_MIN), -+ g_thread_min_stack_size); - #endif /* _SC_THREAD_STACK_MIN */ - #ifdef HAVE_PRIORITIES - # ifdef G_THREADS_IMPL_POSIX -@@ -176,7 +181,7 @@ - result = pthread_mutex_trylock ((pthread_mutex_t *) mutex); - - #ifdef G_THREADS_IMPL_POSIX -- if (result == EBUSY) -+ if ((result == EBUSY) || (result == EDEADLK)) - return FALSE; - #else /* G_THREADS_IMPL_DCE */ - if (result == 0) diff --git a/devel/glib20/pkg-descr b/devel/glib20/pkg-descr deleted file mode 100644 index 3b3059030..000000000 --- a/devel/glib20/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GLib provides a simple, abstract, and highly portable set of C support -routines such as lists, trees, hashes, memory allocation, and much, much -more. It is a foundation for writing portable applications. - -WWW: http://www.gtk.org/ diff --git a/devel/glib20/pkg-plist b/devel/glib20/pkg-plist deleted file mode 100644 index 7820f1240..000000000 --- a/devel/glib20/pkg-plist +++ /dev/null @@ -1,249 +0,0 @@ -bin/glib-genmarshal -bin/glib-gettextize -bin/glib-mkenums -bin/gobject-query -include/glib-2.0/glib-object.h -include/glib-2.0/glib.h -include/glib-2.0/glib/galloca.h -include/glib-2.0/glib/garray.h -include/glib-2.0/glib/gasyncqueue.h -include/glib-2.0/glib/gatomic.h -include/glib-2.0/glib/gbacktrace.h -include/glib-2.0/glib/gbase64.h -include/glib-2.0/glib/gbookmarkfile.h -include/glib-2.0/glib/gcache.h -include/glib-2.0/glib/gcompletion.h -include/glib-2.0/glib/gconvert.h -include/glib-2.0/glib/gdataset.h -include/glib-2.0/glib/gdate.h -include/glib-2.0/glib/gdir.h -include/glib-2.0/glib/gerror.h -include/glib-2.0/glib/gfileutils.h -include/glib-2.0/glib/ghash.h -include/glib-2.0/glib/ghook.h -include/glib-2.0/glib/gi18n-lib.h -include/glib-2.0/glib/gi18n.h -include/glib-2.0/glib/giochannel.h -include/glib-2.0/glib/gkeyfile.h -include/glib-2.0/glib/glist.h -include/glib-2.0/glib/gmacros.h -include/glib-2.0/glib/gmain.h -include/glib-2.0/glib/gmappedfile.h -include/glib-2.0/glib/gmarkup.h -include/glib-2.0/glib/gmem.h -include/glib-2.0/glib/gmessages.h -include/glib-2.0/glib/gnode.h -include/glib-2.0/glib/goption.h -include/glib-2.0/glib/gpattern.h -include/glib-2.0/glib/gprimes.h -include/glib-2.0/glib/gprintf.h -include/glib-2.0/glib/gqsort.h -include/glib-2.0/glib/gquark.h -include/glib-2.0/glib/gqueue.h -include/glib-2.0/glib/grand.h -include/glib-2.0/glib/grel.h -include/glib-2.0/glib/gscanner.h -include/glib-2.0/glib/gshell.h -include/glib-2.0/glib/gslice.h -include/glib-2.0/glib/gslist.h -include/glib-2.0/glib/gspawn.h -include/glib-2.0/glib/gstdio.h -include/glib-2.0/glib/gstrfuncs.h -include/glib-2.0/glib/gstring.h -include/glib-2.0/glib/gthread.h -include/glib-2.0/glib/gthreadpool.h -include/glib-2.0/glib/gtimer.h -include/glib-2.0/glib/gtree.h -include/glib-2.0/glib/gtypes.h -include/glib-2.0/glib/gunicode.h -include/glib-2.0/glib/gutils.h -include/glib-2.0/glib/gwin32.h -include/glib-2.0/glibconfig.h -include/glib-2.0/gmodule.h -include/glib-2.0/gobject/gboxed.h -include/glib-2.0/gobject/gclosure.h -include/glib-2.0/gobject/genums.h -include/glib-2.0/gobject/gmarshal.h -include/glib-2.0/gobject/gobject.h -include/glib-2.0/gobject/gobjectnotifyqueue.c -include/glib-2.0/gobject/gparam.h -include/glib-2.0/gobject/gparamspecs.h -include/glib-2.0/gobject/gsignal.h -include/glib-2.0/gobject/gsourceclosure.h -include/glib-2.0/gobject/gtype.h -include/glib-2.0/gobject/gtypemodule.h -include/glib-2.0/gobject/gtypeplugin.h -include/glib-2.0/gobject/gvalue.h -include/glib-2.0/gobject/gvaluearray.h -include/glib-2.0/gobject/gvaluecollector.h -include/glib-2.0/gobject/gvaluetypes.h -lib/libglib-2.0.a -lib/libglib-2.0.la -lib/libglib-2.0.so -lib/libglib-2.0.so.0 -lib/libgmodule-2.0.a -lib/libgmodule-2.0.la -lib/libgmodule-2.0.so -lib/libgmodule-2.0.so.0 -lib/libgobject-2.0.a -lib/libgobject-2.0.la -lib/libgobject-2.0.so -lib/libgobject-2.0.so.0 -lib/libgthread-2.0.a -lib/libgthread-2.0.la -lib/libgthread-2.0.so -lib/libgthread-2.0.so.0 -libdata/pkgconfig/glib-2.0.pc -libdata/pkgconfig/gmodule-2.0.pc -libdata/pkgconfig/gmodule-export-2.0.pc -libdata/pkgconfig/gmodule-no-export-2.0.pc -libdata/pkgconfig/gobject-2.0.pc -libdata/pkgconfig/gthread-2.0.pc -share/aclocal/glib-2.0.m4 -share/aclocal/glib-gettext.m4 -share/glib-2.0/gettext/mkinstalldirs -share/glib-2.0/gettext/po/Makefile.in.in -share/locale/am/LC_MESSAGES/glib20.mo -share/locale/ar/LC_MESSAGES/glib20.mo -share/locale/az/LC_MESSAGES/glib20.mo -share/locale/be/LC_MESSAGES/glib20.mo -share/locale/bg/LC_MESSAGES/glib20.mo -share/locale/bn/LC_MESSAGES/glib20.mo -share/locale/bn_IN/LC_MESSAGES/glib20.mo -share/locale/bs/LC_MESSAGES/glib20.mo -share/locale/ca/LC_MESSAGES/glib20.mo -share/locale/cs/LC_MESSAGES/glib20.mo -share/locale/cy/LC_MESSAGES/glib20.mo -share/locale/da/LC_MESSAGES/glib20.mo -share/locale/de/LC_MESSAGES/glib20.mo -share/locale/dz/LC_MESSAGES/glib20.mo -share/locale/el/LC_MESSAGES/glib20.mo -share/locale/en_CA/LC_MESSAGES/glib20.mo -share/locale/en_GB/LC_MESSAGES/glib20.mo -share/locale/eo/LC_MESSAGES/glib20.mo -share/locale/es/LC_MESSAGES/glib20.mo -share/locale/et/LC_MESSAGES/glib20.mo -share/locale/eu/LC_MESSAGES/glib20.mo -share/locale/fa/LC_MESSAGES/glib20.mo -share/locale/fi/LC_MESSAGES/glib20.mo -share/locale/fr/LC_MESSAGES/glib20.mo -share/locale/ga/LC_MESSAGES/glib20.mo -share/locale/gl/LC_MESSAGES/glib20.mo -share/locale/gu/LC_MESSAGES/glib20.mo -share/locale/he/LC_MESSAGES/glib20.mo -share/locale/hi/LC_MESSAGES/glib20.mo -share/locale/hr/LC_MESSAGES/glib20.mo -share/locale/hu/LC_MESSAGES/glib20.mo -share/locale/hy/LC_MESSAGES/glib20.mo -share/locale/id/LC_MESSAGES/glib20.mo -share/locale/is/LC_MESSAGES/glib20.mo -share/locale/it/LC_MESSAGES/glib20.mo -share/locale/ja/LC_MESSAGES/glib20.mo -share/locale/ka/LC_MESSAGES/glib20.mo -share/locale/ko/LC_MESSAGES/glib20.mo -share/locale/ku/LC_MESSAGES/glib20.mo -share/locale/lt/LC_MESSAGES/glib20.mo -share/locale/lv/LC_MESSAGES/glib20.mo -share/locale/mk/LC_MESSAGES/glib20.mo -share/locale/ml/LC_MESSAGES/glib20.mo -share/locale/mn/LC_MESSAGES/glib20.mo -share/locale/ms/LC_MESSAGES/glib20.mo -share/locale/nb/LC_MESSAGES/glib20.mo -share/locale/ne/LC_MESSAGES/glib20.mo -share/locale/nl/LC_MESSAGES/glib20.mo -share/locale/nn/LC_MESSAGES/glib20.mo -share/locale/or/LC_MESSAGES/glib20.mo -share/locale/pa/LC_MESSAGES/glib20.mo -share/locale/pl/LC_MESSAGES/glib20.mo -share/locale/pt/LC_MESSAGES/glib20.mo -share/locale/pt_BR/LC_MESSAGES/glib20.mo -share/locale/ro/LC_MESSAGES/glib20.mo -share/locale/ru/LC_MESSAGES/glib20.mo -share/locale/rw/LC_MESSAGES/glib20.mo -share/locale/sk/LC_MESSAGES/glib20.mo -share/locale/sl/LC_MESSAGES/glib20.mo -share/locale/sq/LC_MESSAGES/glib20.mo -share/locale/sr/LC_MESSAGES/glib20.mo -share/locale/sr@Latn/LC_MESSAGES/glib20.mo -share/locale/sr@ije/LC_MESSAGES/glib20.mo -share/locale/sv/LC_MESSAGES/glib20.mo -share/locale/ta/LC_MESSAGES/glib20.mo -share/locale/te/LC_MESSAGES/glib20.mo -share/locale/th/LC_MESSAGES/glib20.mo -share/locale/tl/LC_MESSAGES/glib20.mo -share/locale/tr/LC_MESSAGES/glib20.mo -share/locale/tt/LC_MESSAGES/glib20.mo -share/locale/uk/LC_MESSAGES/glib20.mo -share/locale/vi/LC_MESSAGES/glib20.mo -share/locale/wa/LC_MESSAGES/glib20.mo -share/locale/xh/LC_MESSAGES/glib20.mo -share/locale/yi/LC_MESSAGES/glib20.mo -share/locale/zh_CN/LC_MESSAGES/glib20.mo -share/locale/zh_HK/LC_MESSAGES/glib20.mo -share/locale/zh_TW/LC_MESSAGES/glib20.mo -@dirrm share/glib-2.0/gettext/po -@dirrm share/glib-2.0/gettext -@dirrm share/glib-2.0 -@dirrm include/glib-2.0/gobject -@dirrm include/glib-2.0/glib -@dirrm include/glib-2.0 -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/tt/LC_MESSAGES -@dirrmtry share/locale/tt -@dirrmtry share/locale/tl/LC_MESSAGES -@dirrmtry share/locale/tl -@dirrmtry share/locale/te/LC_MESSAGES -@dirrmtry share/locale/te -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/hy/LC_MESSAGES -@dirrmtry share/locale/hy -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be diff --git a/devel/glibmm/Makefile b/devel/glibmm/Makefile deleted file mode 100644 index 6b318beda..000000000 --- a/devel/glibmm/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: glibmm -# Date created: 04 December 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/glibmm/Makefile,v 1.36 2006/09/10 00:51:08 mezz Exp $ -# - -PORTNAME= glibmm -PORTVERSION= 2.12.2 -PORTREVISION?= 0 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ interfaces for glib2 - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_GMAKE= yes -USE_GCC= 3.4 -USE_GNOME= gnomehack gnometarget glib20 -USE_PERL5= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static - -PLIST_SUB= VERSION="2.4" API_VERSION="2.4" - -post-patch: -.for d in docs examples tests - @${REINPLACE_CMD} -e '/^SUBDIRS = /s/${d}//' ${WRKSRC}/Makefile.in -.endfor - -post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/docs/reference/beautify_docs.pl \ - ${PREFIX}/lib/glibmm-2.4/proc - -.include <bsd.port.mk> - -.endif diff --git a/devel/glibmm/distinfo b/devel/glibmm/distinfo deleted file mode 100644 index a551edef5..000000000 --- a/devel/glibmm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/glibmm-2.12.2.tar.bz2) = a70be72261b19a080b1666e5e04fd43a -SHA256 (gnome2/glibmm-2.12.2.tar.bz2) = 9280ae9c45fa0178dea65778d7fcf02d06988c9168804aa3ca9e649e33dd74d8 -SIZE (gnome2/glibmm-2.12.2.tar.bz2) = 2351574 diff --git a/devel/glibmm/files/patch-docs::reference::beautify_docs.pl b/devel/glibmm/files/patch-docs::reference::beautify_docs.pl deleted file mode 100644 index bbb320452..000000000 --- a/devel/glibmm/files/patch-docs::reference::beautify_docs.pl +++ /dev/null @@ -1,20 +0,0 @@ ---- docs/reference/beautify_docs.pl.in.orig Thu Feb 12 02:52:02 2004 -+++ docs/reference/beautify_docs.pl.in Thu Feb 12 03:00:08 2004 -@@ -25,7 +25,7 @@ - my ($file) = @_; - my @outbuf; - -- open(FILE, '<', $file); -+ open(FILE, "<$file"); - - while(<FILE>) - { -@@ -71,7 +71,7 @@ - push(@outbuf, $_); - } - -- open(FILE, '>', $file); -+ open(FILE, ">$file"); - - # write the whole buffer back - print FILE "$_" foreach(@outbuf); diff --git a/devel/glibmm/files/patch-glib_glibmm_date.cc b/devel/glibmm/files/patch-glib_glibmm_date.cc deleted file mode 100644 index bac31b4c9..000000000 --- a/devel/glibmm/files/patch-glib_glibmm_date.cc +++ /dev/null @@ -1,17 +0,0 @@ ---- glib/glibmm/date.cc.orig Mon Feb 6 00:50:58 2006 -+++ glib/glibmm/date.cc Mon Feb 6 00:51:32 2006 -@@ -72,12 +72,14 @@ void Date::set_parse(const Glib::ustring - } - - #ifndef GLIBMM_DISABLE_DEPRECATED -+#if GLIB_SIZEOF_LONG != 4 && !defined(__alpha__) - - void Date::set_time(GTime time) - { - //This method, and the C function that it wraps, are deprecated. - g_date_set_time(&gobject_, time); - } -+#endif - #endif // GLIBMM_DISABLE_DEPRECATED - - diff --git a/devel/glibmm/files/patch-glib_glibmm_date.h b/devel/glibmm/files/patch-glib_glibmm_date.h deleted file mode 100644 index 0d249931c..000000000 --- a/devel/glibmm/files/patch-glib_glibmm_date.h +++ /dev/null @@ -1,18 +0,0 @@ ---- glib/glibmm/date.h.orig Mon Feb 6 00:51:03 2006 -+++ glib/glibmm/date.h Mon Feb 6 00:52:08 2006 -@@ -120,6 +120,7 @@ enum DMY - void set_parse (const Glib::ustring& str); - - #ifndef GLIBMM_DISABLE_DEPRECATED -+#if GLIB_SIZEOF_LONG != 4 && !defined(__alpha__) - - /** Sets the value of a date from a GTime (time_t) value. - * -@@ -128,6 +129,7 @@ enum DMY - * @deprecated Please use set_time(time_t) or set_time(const GTimeVal&). - */ - void set_time(GTime time); -+#endif - #endif // GLIBMM_DISABLE_DEPRECATED - - diff --git a/devel/glibmm/pkg-descr b/devel/glibmm/pkg-descr deleted file mode 100644 index f689c4137..000000000 --- a/devel/glibmm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -C++ interfaces for glib20. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/devel/glibmm/pkg-plist b/devel/glibmm/pkg-plist deleted file mode 100644 index 324f5d42b..000000000 --- a/devel/glibmm/pkg-plist +++ /dev/null @@ -1,133 +0,0 @@ -include/glibmm-%%API_VERSION%%/glibmm.h -include/glibmm-%%API_VERSION%%/glibmm/arrayhandle.h -include/glibmm-%%API_VERSION%%/glibmm/class.h -include/glibmm-%%API_VERSION%%/glibmm/containerhandle_shared.h -include/glibmm-%%API_VERSION%%/glibmm/containers.h -include/glibmm-%%API_VERSION%%/glibmm/convert.h -include/glibmm-%%API_VERSION%%/glibmm/date.h -include/glibmm-%%API_VERSION%%/glibmm/debug.h -include/glibmm-%%API_VERSION%%/glibmm/dispatcher.h -include/glibmm-%%API_VERSION%%/glibmm/error.h -include/glibmm-%%API_VERSION%%/glibmm/exception.h -include/glibmm-%%API_VERSION%%/glibmm/exceptionhandler.h -include/glibmm-%%API_VERSION%%/glibmm/fileutils.h -include/glibmm-%%API_VERSION%%/glibmm/helperlist.h -include/glibmm-%%API_VERSION%%/glibmm/i18n.h -include/glibmm-%%API_VERSION%%/glibmm/init.h -include/glibmm-%%API_VERSION%%/glibmm/interface.h -include/glibmm-%%API_VERSION%%/glibmm/iochannel.h -include/glibmm-%%API_VERSION%%/glibmm/listhandle.h -include/glibmm-%%API_VERSION%%/glibmm/main.h -include/glibmm-%%API_VERSION%%/glibmm/markup.h -include/glibmm-%%API_VERSION%%/glibmm/miscutils.h -include/glibmm-%%API_VERSION%%/glibmm/module.h -include/glibmm-%%API_VERSION%%/glibmm/object.h -include/glibmm-%%API_VERSION%%/glibmm/objectbase.h -include/glibmm-%%API_VERSION%%/glibmm/optioncontext.h -include/glibmm-%%API_VERSION%%/glibmm/optionentry.h -include/glibmm-%%API_VERSION%%/glibmm/optiongroup.h -include/glibmm-%%API_VERSION%%/glibmm/pattern.h -include/glibmm-%%API_VERSION%%/glibmm/private/convert_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/date_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/fileutils_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/interface_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/iochannel_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/markup_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/module_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/object_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/optioncontext_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/optionentry_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/optiongroup_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/shell_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/spawn_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/thread_p.h -include/glibmm-%%API_VERSION%%/glibmm/private/unicode_p.h -include/glibmm-%%API_VERSION%%/glibmm/property.h -include/glibmm-%%API_VERSION%%/glibmm/propertyproxy.h -include/glibmm-%%API_VERSION%%/glibmm/propertyproxy_base.h -include/glibmm-%%API_VERSION%%/glibmm/quark.h -include/glibmm-%%API_VERSION%%/glibmm/random.h -include/glibmm-%%API_VERSION%%/glibmm/refptr.h -include/glibmm-%%API_VERSION%%/glibmm/sarray.h -include/glibmm-%%API_VERSION%%/glibmm/shell.h -include/glibmm-%%API_VERSION%%/glibmm/signalproxy.h -include/glibmm-%%API_VERSION%%/glibmm/signalproxy_connectionnode.h -include/glibmm-%%API_VERSION%%/glibmm/slisthandle.h -include/glibmm-%%API_VERSION%%/glibmm/spawn.h -include/glibmm-%%API_VERSION%%/glibmm/streamiochannel.h -include/glibmm-%%API_VERSION%%/glibmm/stringutils.h -include/glibmm-%%API_VERSION%%/glibmm/thread.h -include/glibmm-%%API_VERSION%%/glibmm/threadpool.h -include/glibmm-%%API_VERSION%%/glibmm/timer.h -include/glibmm-%%API_VERSION%%/glibmm/timeval.h -include/glibmm-%%API_VERSION%%/glibmm/unicode.h -include/glibmm-%%API_VERSION%%/glibmm/ustring.h -include/glibmm-%%API_VERSION%%/glibmm/utility.h -include/glibmm-%%API_VERSION%%/glibmm/value.h -include/glibmm-%%API_VERSION%%/glibmm/value_basictypes.h -include/glibmm-%%API_VERSION%%/glibmm/value_custom.h -include/glibmm-%%API_VERSION%%/glibmm/wrap.h -include/glibmm-%%API_VERSION%%/glibmm/wrap_init.h -include/glibmm-%%API_VERSION%%/glibmm_generate_extra_defs/generate_extra_defs.h -lib/glibmm-%%API_VERSION%%/include/glibmmconfig.h -lib/glibmm-%%API_VERSION%%/proc/beautify_docs.pl -lib/glibmm-%%API_VERSION%%/proc/generate_wrap_init.pl -lib/glibmm-%%API_VERSION%%/proc/gmmproc -lib/glibmm-%%API_VERSION%%/proc/m4/base.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/class_boxedtype.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/class_boxedtype_static.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/class_generic.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/class_gobject.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/class_gtkobject.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/class_interface.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/class_opaque_copyable.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/class_opaque_refcounted.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/class_shared.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/compare.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/convert.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/convert_atk.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/convert_base.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/convert_gdk.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/convert_glib.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/convert_gtk.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/convert_gtkmm.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/convert_pango.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/ctor.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/doc.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/enum.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/gerror.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/list.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/member.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/method.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/property.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/signal.m4 -lib/glibmm-%%API_VERSION%%/proc/m4/vfunc.m4 -lib/glibmm-%%API_VERSION%%/proc/pm/DocsParser.pm -lib/glibmm-%%API_VERSION%%/proc/pm/Enum.pm -lib/glibmm-%%API_VERSION%%/proc/pm/Function.pm -lib/glibmm-%%API_VERSION%%/proc/pm/FunctionBase.pm -lib/glibmm-%%API_VERSION%%/proc/pm/GtkDefs.pm -lib/glibmm-%%API_VERSION%%/proc/pm/Object.pm -lib/glibmm-%%API_VERSION%%/proc/pm/Output.pm -lib/glibmm-%%API_VERSION%%/proc/pm/Property.pm -lib/glibmm-%%API_VERSION%%/proc/pm/Util.pm -lib/glibmm-%%API_VERSION%%/proc/pm/WrapParser.pm -lib/libglibmm-%%VERSION%%.a -lib/libglibmm-%%VERSION%%.la -lib/libglibmm-%%VERSION%%.so -lib/libglibmm-%%VERSION%%.so.1 -lib/libglibmm_generate_extra_defs-%%VERSION%%.a -lib/libglibmm_generate_extra_defs-%%VERSION%%.la -lib/libglibmm_generate_extra_defs-%%VERSION%%.so -lib/libglibmm_generate_extra_defs-%%VERSION%%.so.1 -libdata/pkgconfig/glibmm-%%API_VERSION%%.pc -share/aclocal/glibmm_check_perl.m4 -@dirrm lib/glibmm-%%API_VERSION%%/proc/pm -@dirrm lib/glibmm-%%API_VERSION%%/proc/m4 -@dirrm lib/glibmm-%%API_VERSION%%/proc -@dirrm lib/glibmm-%%API_VERSION%%/include -@dirrm lib/glibmm-%%API_VERSION%% -@dirrm include/glibmm-%%API_VERSION%%/glibmm_generate_extra_defs -@dirrm include/glibmm-%%API_VERSION%%/glibmm/private -@dirrm include/glibmm-%%API_VERSION%%/glibmm -@dirrm include/glibmm-%%API_VERSION%% diff --git a/devel/gnome-vfs-monikers/Makefile b/devel/gnome-vfs-monikers/Makefile deleted file mode 100644 index ca0cf9ca8..000000000 --- a/devel/gnome-vfs-monikers/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: gnome-vfs-monikers -# Date created: 2006-07-11 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gnome-vfs-monikers/Makefile,v 1.3 2006/07/11 15:13:50 ahze Exp $ - -PORTNAME= gnome-vfs-monikers -PORTVERSION= 2.15.3 -PORTREVISION= 3 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/..$//} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Gnome-vfs monikers module - -USE_GNOME= gnomevfs2 -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" - -.include <bsd.port.mk> diff --git a/devel/gnome-vfs-monikers/distinfo b/devel/gnome-vfs-monikers/distinfo deleted file mode 100644 index 711322cfc..000000000 --- a/devel/gnome-vfs-monikers/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome-vfs-monikers-2.15.3.tar.gz) = a3950f72170744026d0e66f9118a393c -SHA256 (gnome-vfs-monikers-2.15.3.tar.gz) = bc9fe3fe97a937f04c7cb3fc5b43436be00168c4753d000d9d49913715556ca4 -SIZE (gnome-vfs-monikers-2.15.3.tar.gz) = 368226 diff --git a/devel/gnome-vfs-monikers/pkg-descr b/devel/gnome-vfs-monikers/pkg-descr deleted file mode 100644 index e9478f14c..000000000 --- a/devel/gnome-vfs-monikers/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Gnome-vfs monikers module diff --git a/devel/gnome-vfs-monikers/pkg-plist b/devel/gnome-vfs-monikers/pkg-plist deleted file mode 100644 index 793e8a541..000000000 --- a/devel/gnome-vfs-monikers/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -lib/bonobo/monikers/libmoniker_gnome_vfs_std.a -lib/bonobo/monikers/libmoniker_gnome_vfs_std.la -lib/bonobo/monikers/libmoniker_gnome_vfs_std.so -lib/bonobo/servers/GNOME_VFS_Moniker_std.server -@dirrm lib/bonobo/monikers -@dirrmtry lib/bonobo/servers diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile deleted file mode 100644 index d8357eecf..000000000 --- a/devel/gnome-vfs/Makefile +++ /dev/null @@ -1,108 +0,0 @@ -# New ports collection makefile for: gnomevfs2 -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gnome-vfs/Makefile,v 1.159 2006/10/04 11:57:19 ahze Exp $ -# - -PORTNAME= gnome-vfs -PORTVERSION= 2.16.1 -PORTREVISION?= 0 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-vfs/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DISTNAME= gnome-vfs-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME Virtual File System - -LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info - -USE_GMAKE= yes -USE_GETTEXT= yes -USE_XLIB= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomemimedata gconf2 \ - libbonobo ltverhack referencehack -USE_AUTOTOOLS= libtool:15 -USE_OPENSSL= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-openssl \ - --disable-gnutls \ - --disable-howl \ - --enable-hal \ - --with-hal-mount=/sbin/mount \ - --with-hal-umount=/sbin/umount -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ - BSD_PTHREAD_LIBS=${PTHREAD_LIBS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} - -PKGINSTALL= ${WRKDIR}/pkg-install -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall - -GCONF_SCHEMAS= desktop_default_applications.schemas \ - desktop_gnome_url_handlers.schemas system_dns_sd.schemas \ - system_http_proxy.schemas system_smb.schemas - -OPTIONS= SAMBA "Enable SMB volume support" on \ - MDNS "Enable Bonjour/Rendezvous support" on - -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/lib/libfam.so) || !defined(WITHOUT_FAM) -USE_FAM= yes -.endif - -.if exists(${LOCALBASE}/lib/libkrb5.so) -LIB_DEPENDS+= krb5:${PORTSDIR}/security/heimdal -.endif - -.if !defined(WITHOUT_SAMBA) -LIB_DEPENDS+= smbclient.0:${PORTSDIR}/net/samba-libsmbclient -PLIST_SUB+= SAMBA="" -.else -PLIST_SUB+= SAMBA="@comment " -CONFIGURE_ARGS+=--disable-samba -.endif - -.if !defined(WITHOUT_MDNS) -LIB_DEPENDS+= avahi-client:${PORTSDIR}/net/avahi -.else -CONFIGURE_ARGS+=--disable-avahi -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/libgnomevfs/Makefile.in - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ - s|/usr/X11R6|${X11BASE}|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g; \ - s|%%X11BASE%%|${X11BASE}|g' \ - ${WRKSRC}/libgnomevfs/xdgmime.c \ - ${WRKSRC}/libgnomevfs/gnome-vfs-hal-mounts.c - @${REINPLACE_CMD} -e 's|-lacl||g' \ - ${WRKSRC}/configure - @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - < ${MASTERDIR}/pkg-install.in > ${PKGINSTALL} - @${SED} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - < ${MASTERDIR}/pkg-deinstall.in > ${PKGDEINSTALL} - -pre-configure: - @if [ -n "`${PKG_INFO} -xI '^bind[0-9]*-base-[0-9]' 2> /dev/null`" ]; then \ - ${ECHO_CMD} "${PKGNAME}: bind installed with PORT_REPLACES_BASE_BIND causes build problems."; \ - ${FALSE}; \ - fi - -post-install: - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.include <bsd.port.post.mk> - -.endif diff --git a/devel/gnome-vfs/distinfo b/devel/gnome-vfs/distinfo deleted file mode 100644 index 6552ad871..000000000 --- a/devel/gnome-vfs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-vfs-2.16.1.tar.bz2) = 2d9f7b01496ecc227015bc7a08fb798f -SHA256 (gnome2/gnome-vfs-2.16.1.tar.bz2) = 8e6aaa1fb1fcf682484b27bbdf4335234752868ef3bc84ea1102a6ebf0d89067 -SIZE (gnome2/gnome-vfs-2.16.1.tar.bz2) = 1893290 diff --git a/devel/gnome-vfs/files/patch-Makefile.in b/devel/gnome-vfs/files/patch-Makefile.in deleted file mode 100644 index 7213df2fa..000000000 --- a/devel/gnome-vfs/files/patch-Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.in.orig Tue Jul 11 09:30:02 2006 -+++ Makefile.in Tue Jul 11 09:30:32 2006 -@@ -352,7 +352,6 @@ - devel-docs \ - doc \ - programs \ -- test \ - po - - EXTRA_DIST = \ diff --git a/devel/gnome-vfs/files/patch-ac b/devel/gnome-vfs/files/patch-ac deleted file mode 100644 index 383987654..000000000 --- a/devel/gnome-vfs/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/Makefile.in.orig Mon Oct 3 11:55:14 2005 -+++ modules/Makefile.in Mon Oct 3 11:55:55 2005 -@@ -465,7 +465,7 @@ - @HAVE_SAMBA_TRUE@SMB_LTLIBS = libsmb.la - @OS_WIN32_FALSE@PLATFROM_SPECIFIC_LTLIBS = libdns-sd.la libnetwork.la libnntp.la libsftp.la $(HTTP_LTLIBS) libftp.la - @OS_WIN32_TRUE@PLATFROM_SPECIFIC_LTLIBS = --module_flags = -export_dynamic -avoid-version -module -no-undefined -+module_flags = -export_dynamic -avoid-version -module -no-undefined $(PTHREAD_LIB) - modulesdir = $(libdir)/gnome-vfs-2.0/modules - modules_LTLIBRARIES = \ - $(CDDA_LTLIBS) \ diff --git a/devel/gnome-vfs/files/patch-config.h.in b/devel/gnome-vfs/files/patch-config.h.in deleted file mode 100644 index 70edbcd45..000000000 --- a/devel/gnome-vfs/files/patch-config.h.in +++ /dev/null @@ -1,12 +0,0 @@ ---- config.h.in.orig Sun May 7 00:54:09 2006 -+++ config.h.in Sun May 7 00:54:46 2006 -@@ -121,6 +121,9 @@ - /* Define to 1 if you have the <fnmatch.h> header file. */ - #undef HAVE_FNMATCH_H - -+/* Define to 1 if you have the <sys/sysmacros.h> header file. */ -+#undef HAVE_SYS_SYSMACROS_H -+ - /* Define to 1 if you have the <fstab.h> header file. */ - #undef HAVE_FSTAB_H - diff --git a/devel/gnome-vfs/files/patch-configure b/devel/gnome-vfs/files/patch-configure deleted file mode 100644 index 1bef1ebac..000000000 --- a/devel/gnome-vfs/files/patch-configure +++ /dev/null @@ -1,82 +0,0 @@ ---- configure.orig Tue Jul 11 09:30:54 2006 -+++ configure Tue Jul 11 09:31:51 2006 -@@ -23202,6 +23202,8 @@ - if eval "test \"\${$as_ac_var+set}\" = set"; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -+ ac_check_lib_save_LIBS=$LIBS -+ LIBS="-lintl $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -23283,6 +23285,7 @@ - fi - rm -f conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -+LIBS=$ac_check_lib_save_LIBS - fi - echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5 - echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 -@@ -23290,6 +23293,7 @@ - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF -+ LIBS="-lintl $LIBS" - have_ngettext=yes - else - echo "$as_me:$LINENO: checking for ngettext in -lintl" >&5 -@@ -24669,7 +24673,7 @@ - - - --for ac_header in mntent.h sys/mnttab.h sys/vfstab.h sys/cdio.h sys/mount.h sys/mntctl.h sys/vfs.h sys/vmount.h sys/sysctl.h fstab.h fnmatch.h -+for ac_header in mntent.h sys/mnttab.h sys/vfstab.h sys/cdio.h sys/mount.h sys/mntctl.h sys/vfs.h sys/vmount.h sys/sysctl.h fstab.h fnmatch.h sys/sysmacros.h - do - as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` - if eval "test \"\${$as_ac_Header+set}\" = set"; then -@@ -32940,7 +32944,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - -- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl" -+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -33236,7 +33240,7 @@ - echo $ECHO_N "(cached) $ECHO_C" >&6 - else - -- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl" -+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -38765,6 +38769,9 @@ - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ -+#ifdef HAVE_SYS_PARAM_H -+#include <sys/param.h> -+#endif - #include <sys/statfs.h> - #include <sys/fstyp.h> - _ACEOF -@@ -38806,6 +38813,9 @@ - cat confdefs.h >>conftest.$ac_ext - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ -+#ifdef HAVE_SYS_PARAM_H -+#include <sys/param.h> -+#endif - #include <sys/statfs.h> - #include <sys/vmount.h> - _ACEOF -@@ -40026,6 +40036,7 @@ - s,@TEST_CFLAGS@,$TEST_CFLAGS,;t t - s,@TEST_LIBS@,$TEST_LIBS,;t t - s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t -+s,@PTHREAD_LIB@,$BSD_PTHREAD_LIBS,;t t - s,@GETTEXT_PACKAGE@,$GETTEXT_PACKAGE,;t t - s,@USE_NLS@,$USE_NLS,;t t - s,@MSGFMT@,$MSGFMT,;t t diff --git a/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in b/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in deleted file mode 100644 index eb0f45920..000000000 --- a/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in +++ /dev/null @@ -1,9 +0,0 @@ ---- gnome-vfs-2.0.pc.in.orig Tue Jul 11 07:31:58 2006 -+++ gnome-vfs-2.0.pc.in Tue Jul 11 09:33:47 2006 -@@ -8,5 +8,5 @@ - Description: The GNOME virtual file-system libraries - Version: @VERSION@ - Requires: gconf-2.0 gthread-2.0 gmodule-no-export-2.0 gobject-2.0 --Libs: -L${libdir} -lgnomevfs-2 -+Libs: -L${libdir} -lgnomevfs-2 @PTHREAD_LIB@ - Cflags: -I${includedir}/gnome-vfs-2.0 -I${libdir}/gnome-vfs-2.0/include diff --git a/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in b/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in deleted file mode 100644 index 168fba882..000000000 --- a/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in +++ /dev/null @@ -1,9 +0,0 @@ ---- gnome-vfs-module-2.0.pc.in.orig Tue Jul 11 07:31:58 2006 -+++ gnome-vfs-module-2.0.pc.in Tue Jul 11 09:34:36 2006 -@@ -8,5 +8,5 @@ - Description: The GNOME virtual file-system module include info - Version: @VERSION@ - Requires: gconf-2.0 gthread-2.0 gmodule-no-export-2.0 gobject-2.0 --Libs: -L${libdir} -lgnomevfs-2 -+Libs: -L${libdir} -lgnomevfs-2 @PTHREAD_LIB@ - Cflags: -I${includedir}/gnome-vfs-2.0 -I${includedir}/gnome-vfs-module-2.0 -I${libdir}/gnome-vfs-2.0/include diff --git a/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in b/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in deleted file mode 100644 index 063376961..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomevfs/Makefile.in.orig Wed Oct 22 01:11:11 2003 -+++ libgnomevfs/Makefile.in Wed Oct 22 01:12:00 2003 -@@ -429,7 +429,7 @@ - # CLEANFILES = $(BUILT_SOURCES) - - # Platform specific includes --libgnomevfsplatformincludedir = $(libdir)/gnome-vfs-2.0/include -+libgnomevfsplatformincludedir = $(includedir)/gnome-vfs-2.0/include - libgnomevfsplatforminclude_HEADERS = \ - gnome-vfs-file-size.h - diff --git a/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c b/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c deleted file mode 100644 index 2747466f7..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c +++ /dev/null @@ -1,26 +0,0 @@ ---- libgnomevfs/gnome-vfs-application-registry.c.orig Sun May 22 23:09:39 2005 -+++ libgnomevfs/gnome-vfs-application-registry.c Sun May 22 23:14:22 2005 -@@ -943,6 +943,8 @@ load_application_info (void) - static void - gnome_vfs_application_registry_init (void) - { -+ gchar *tmp; -+ - if (gnome_vfs_application_registry_initialized) - return; - -@@ -963,6 +965,14 @@ gnome_vfs_application_registry_init (voi - "application-registry", - NULL); - gnome_registry_dir.system_dir = TRUE; -+ -+ tmp = g_strconcat (g_get_home_dir(), "/.gnome", NULL); -+ if (mkdir (tmp, 0700) && -+ errno != EEXIST) { -+ g_warning("Could not create per-user GNOME configuration directory: %s", -+ tmp); -+ } -+ g_free(tmp); - - user_registry_dir.dirname = g_build_filename (g_get_home_dir(), - ".gnome", diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-address.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-address.c deleted file mode 100644 index 1636ca99d..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-address.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libgnomevfs/gnome-vfs-address.c.orig Wed Apr 12 10:16:28 2006 -+++ libgnomevfs/gnome-vfs-address.c Thu Apr 20 09:52:12 2006 -@@ -32,6 +32,7 @@ - #include <sys/types.h> - - #ifndef G_OS_WIN32 -+#include <sys/socket.h> - #include <sys/select.h> - #include <netinet/in.h> - #include <arpa/inet.h> diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c deleted file mode 100644 index 5260a0f3e..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-hal-mounts.c +++ /dev/null @@ -1,43 +0,0 @@ ---- libgnomevfs/gnome-vfs-hal-mounts.c.orig Mon Aug 7 04:16:27 2006 -+++ libgnomevfs/gnome-vfs-hal-mounts.c Sun Sep 17 17:39:48 2006 -@@ -32,7 +32,9 @@ - #include <stdlib.h> - #include <string.h> - #include <sys/stat.h> -+#ifdef HAVE_SYS_SYSMACROS_H - #include <sys/sysmacros.h> -+#endif - #include <sys/types.h> - #include <unistd.h> - #include <limits.h> -@@ -627,20 +629,30 @@ _hal_volume_policy_check (GnomeVFSVolume - "/", - "/bin", - "/boot", -+ "/compat/linux/proc", -+ "/compat/linux/sys", - "/dev", - "/etc", - "/home", - "/lib", - "/lib64", -+ "/libexec", - "/media", - "/mnt", - "/opt", -+ "/rescue", - "/root", - "/sbin", - "/srv", - "/tmp", - "/usr", -+ "/usr/local", -+ "/usr/obj", -+ "/usr/ports", -+ "/usr/src", -+ "/usr/X11R6", - "/var", -+ "/var/tmp", - "/proc", - "/sbin", - NULL diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c deleted file mode 100644 index 068d1773a..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libgnomevfs/gnome-vfs-utils.c.orig Thu Sep 15 07:02:53 2005 -+++ libgnomevfs/gnome-vfs-utils.c Sat Oct 22 02:12:32 2005 -@@ -839,6 +839,7 @@ gnome_vfs_icon_path_from_filename (const - for (temp_paths = paths; *temp_paths != NULL; temp_paths++) { - full_filename = g_build_filename (*temp_paths, - "share", -+ "gnome", - "pixmaps", - relative_filename, - NULL); diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c b/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c deleted file mode 100644 index 7119f852f..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.c +++ /dev/null @@ -1,11 +0,0 @@ ---- libgnomevfs/xdgmime.c.orig Wed Aug 24 16:52:03 2005 -+++ libgnomevfs/xdgmime.c Wed Aug 24 16:52:47 2005 -@@ -234,7 +234,7 @@ - - xdg_data_dirs = getenv ("XDG_DATA_DIRS"); - if (xdg_data_dirs == NULL) -- xdg_data_dirs = "/usr/local/share/:/usr/share/"; -+ xdg_data_dirs = "%%LOCALBASE%%/share/gnome/:%%X11BASE%%/share/gnome/:%%LOCALBASE%%/share/:%%X11BASE%%/share/:/usr/share/"; - - ptr = xdg_data_dirs; - diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.h b/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.h deleted file mode 100644 index 218578c25..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmime.h +++ /dev/null @@ -1,17 +0,0 @@ ---- libgnomevfs/xdgmime.h.orig Sat Oct 7 10:42:32 2006 -+++ libgnomevfs/xdgmime.h Sat Oct 7 11:01:57 2006 -@@ -52,11 +52,14 @@ typedef void (*XdgMimeDestroy) (void *u - #define xdg_mime_get_mime_type_from_file_name XDG_ENTRY(get_mime_type_from_file_name) - #define xdg_mime_is_valid_mime_type XDG_ENTRY(is_valid_mime_type) - #define xdg_mime_mime_type_equal XDG_ENTRY(mime_type_equal) -+#define _xdg_mime_mime_type_equal XDG_ENTRY(mime_type_equal_p) - #define xdg_mime_media_type_equal XDG_ENTRY(media_type_equal) - #define xdg_mime_mime_type_subclass XDG_ENTRY(mime_type_subclass) -+#define _xdg_mime_mime_type_subclass XDG_ENTRY(mime_type_subclass_p) - #define xdg_mime_get_mime_parents XDG_ENTRY(get_mime_parents) - #define xdg_mime_list_mime_parents XDG_ENTRY(list_mime_parents) - #define xdg_mime_unalias_mime_type XDG_ENTRY(unalias_mime_type) -+#define _xdg_mime_unalias_mime_type XDG_ENTRY(unalias_mime_type_p) - #define xdg_mime_get_max_buffer_extents XDG_ENTRY(get_max_buffer_extents) - #define xdg_mime_shutdown XDG_ENTRY(shutdown) - #define xdg_mime_dump XDG_ENTRY(dump) diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmimecache.h b/devel/gnome-vfs/files/patch-libgnomevfs_xdgmimecache.h deleted file mode 100644 index 69292f2f1..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_xdgmimecache.h +++ /dev/null @@ -1,25 +0,0 @@ ---- libgnomevfs/xdgmimecache.h.orig Mon May 29 20:04:24 2006 -+++ libgnomevfs/xdgmimecache.h Mon May 29 20:11:42 2006 -@@ -32,9 +32,19 @@ - typedef struct _XdgMimeCache XdgMimeCache; - - #ifdef XDG_PREFIX --#define _xdg_mime_cache_new_from_file XDG_ENTRY(cache_new_from_file) --#define _xdg_mime_cache_ref XDG_ENTRY(cache_ref) --#define _xdg_mime_cache_unref XDG_ENTRY(cache_unref) -+#define _xdg_mime_cache_new_from_file XDG_ENTRY(cache_new_from_file) -+#define _xdg_mime_cache_ref XDG_ENTRY(cache_ref) -+#define _xdg_mime_cache_unref XDG_ENTRY(cache_unref) -+#define _xdg_mime_cache_get_mime_type_for_data XDG_ENTRY(cache_get_mime_type_for_data) -+#define _xdg_mime_cache_get_mime_type_for_file XDG_ENTRY(cache_get_mime_type_for_file) -+#define _xdg_mime_cache_get_mime_type_from_file_name XDG_ENTRY(cache_get_mime_type_from_file_name) -+#define _xdg_mime_cache_is_valid_mime_type XDG_ENTRY(cache_is_valid_mime_type) -+#define _xdg_mime_cache_mime_type_equal XDG_ENTRY(cache_mime_type_equal) -+#define _xdg_mime_cache_media_type_equal XDG_ENTRY(cache_media_type_equal) -+#define _xdg_mime_cache_mime_type_subclass XDG_ENTRY(cache_mime_type_subclass) -+#define _xdg_mime_cache_list_mime_parents XDG_ENTRY(cache_list_mime_parents) -+#define _xdg_mime_cache_unalias_mime_type XDG_ENTRY(cache_unalias_mime_type) -+#define _xdg_mime_cache_get_max_buffer_extents XDG_ENTRY(cache_get_max_buffer_extents) - #endif - - extern XdgMimeCache **_caches; diff --git a/devel/gnome-vfs/files/patch-modules_file-method-acl.c b/devel/gnome-vfs/files/patch-modules_file-method-acl.c deleted file mode 100644 index 7ec9a33b8..000000000 --- a/devel/gnome-vfs/files/patch-modules_file-method-acl.c +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/file-method-acl.c.orig Mon Jul 24 18:47:12 2006 -+++ modules/file-method-acl.c Mon Jul 24 22:01:34 2006 -@@ -45,7 +45,7 @@ - #endif - - #ifdef HAVE_POSIX_ACL --# include <acl/libacl.h> -+# include <sys/acl.h> - #define HAVE_ACL 1 - #endif - diff --git a/devel/gnome-vfs/files/patch-modules_file-method.c b/devel/gnome-vfs/files/patch-modules_file-method.c deleted file mode 100644 index dbb237226..000000000 --- a/devel/gnome-vfs/files/patch-modules_file-method.c +++ /dev/null @@ -1,12 +0,0 @@ ---- modules/file-method.c.orig Sun May 22 23:30:16 2005 -+++ modules/file-method.c Sun May 22 23:31:08 2005 -@@ -66,6 +66,9 @@ - #if HAVE_SYS_VFS_H - #include <sys/vfs.h> - #elif HAVE_SYS_MOUNT_H -+#if HAVE_SYS_PARAM_H -+#include <sys/param.h> -+#endif - #include <sys/mount.h> - #endif - diff --git a/devel/gnome-vfs/pkg-deinstall.in b/devel/gnome-vfs/pkg-deinstall.in deleted file mode 100644 index a90828d73..000000000 --- a/devel/gnome-vfs/pkg-deinstall.in +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# $MCom: ports/devel/gnome-vfs/pkg-deinstall.in,v 1.9 2006/05/18 01:55:59 ahze Exp $ -# -# Restore gconf keys of libgnome. - -if [ "$2" != "POST-DEINSTALL" ]; then - exit 0 -fi - -SCHEMAS=%%LOCALBASE%%/etc/gconf/schemas/desktop_gnome_applications_terminal.schemas - -if [ -f ${SCHEMAS} ]; then - env GCONF_CONFIG_SOURCE=xml::%%LOCALBASE%%/etc/gconf/gconf.xml.defaults \ - %%LOCALBASE%%/bin/gconftool-2 --makefile-install-rule ${SCHEMAS} \ - > /dev/null || /usr/bin/true -fi - -exit 0 diff --git a/devel/gnome-vfs/pkg-descr b/devel/gnome-vfs/pkg-descr deleted file mode 100644 index 03cbc07f6..000000000 --- a/devel/gnome-vfs/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The GNOME Virtual File System allows applications and users to treat -any number of file system concepts as a part of the local filesystem. -With GnomeVFS, filesystems across the internet, on connected devices, -and in multiple formats are as simple to access (and write code for) -as any directory on the local machine. - -WWW: http://www.gnome.org/ diff --git a/devel/gnome-vfs/pkg-install.in b/devel/gnome-vfs/pkg-install.in deleted file mode 100644 index edb88325a..000000000 --- a/devel/gnome-vfs/pkg-install.in +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# $MCom: ports/devel/gnome-vfs/pkg-install.in,v 1.9 2006/05/18 01:55:59 ahze Exp $ -# -# Restore gconf keys of libgnome. - -if [ "$2" != "POST-INSTALL" ]; then - exit 0 -fi - -SCHEMAS=%%LOCALBASE%%/etc/gconf/schemas/desktop_gnome_applications_terminal.schemas - -if [ -f ${SCHEMAS} ]; then - env GCONF_CONFIG_SOURCE=xml::%%LOCALBASE%%/etc/gconf/gconf.xml.defaults \ - %%LOCALBASE%%/bin/gconftool-2 --makefile-install-rule ${SCHEMAS} \ - > /dev/null || /usr/bin/true -fi - -exit 0 diff --git a/devel/gnome-vfs/pkg-plist b/devel/gnome-vfs/pkg-plist deleted file mode 100644 index 1e606b847..000000000 --- a/devel/gnome-vfs/pkg-plist +++ /dev/null @@ -1,248 +0,0 @@ -bin/gnomevfs-cat -bin/gnomevfs-copy -bin/gnomevfs-df -bin/gnomevfs-info -bin/gnomevfs-ls -bin/gnomevfs-mkdir -bin/gnomevfs-monitor -bin/gnomevfs-mv -bin/gnomevfs-rm -etc/gnome-vfs-2.0/modules/default-modules.conf -%%SAMBA%%etc/gnome-vfs-2.0/modules/smb-module.conf -etc/gnome-vfs-2.0/modules/ssl-modules.conf -include/gnome-vfs-2.0/include/gnome-vfs-file-size.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-ace.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-acl.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-address.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-application-registry.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-async-ops.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-cancellation.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-context.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-directory.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-dns-sd.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-drive.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-enum-types.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-size.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-find-directory.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-handle.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-init.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-job-limit.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-deprecated.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-handlers.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-info-cache.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-monitor.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-utils.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-module-callback.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-monitor.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-ops.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-resolve.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-result.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-standard-callbacks.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-types.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-uri.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-utils.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-version.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-volume-monitor.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-volume.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-xfer.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-cancellable-ops.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-inet-connection.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-method.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime-info.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-callback-module-api.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-shared.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-parse-ls.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-pty.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-socket-buffer.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-socket.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-ssl.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-transform.h -lib/gnome-vfs-2.0/modules/libbzip2.a -lib/gnome-vfs-2.0/modules/libbzip2.la -lib/gnome-vfs-2.0/modules/libbzip2.so -lib/gnome-vfs-2.0/modules/libcomputer.a -lib/gnome-vfs-2.0/modules/libcomputer.la -lib/gnome-vfs-2.0/modules/libcomputer.so -lib/gnome-vfs-2.0/modules/libdns-sd.a -lib/gnome-vfs-2.0/modules/libdns-sd.la -lib/gnome-vfs-2.0/modules/libdns-sd.so -lib/gnome-vfs-2.0/modules/libfile.a -lib/gnome-vfs-2.0/modules/libfile.la -lib/gnome-vfs-2.0/modules/libfile.so -lib/gnome-vfs-2.0/modules/libftp.a -lib/gnome-vfs-2.0/modules/libftp.la -lib/gnome-vfs-2.0/modules/libftp.so -lib/gnome-vfs-2.0/modules/libgzip.a -lib/gnome-vfs-2.0/modules/libgzip.la -lib/gnome-vfs-2.0/modules/libgzip.so -lib/gnome-vfs-2.0/modules/libhttp.a -lib/gnome-vfs-2.0/modules/libhttp.la -lib/gnome-vfs-2.0/modules/libhttp.so -lib/gnome-vfs-2.0/modules/libnetwork.a -lib/gnome-vfs-2.0/modules/libnetwork.la -lib/gnome-vfs-2.0/modules/libnetwork.so -lib/gnome-vfs-2.0/modules/libnntp.a -lib/gnome-vfs-2.0/modules/libnntp.la -lib/gnome-vfs-2.0/modules/libnntp.so -lib/gnome-vfs-2.0/modules/libsftp.a -lib/gnome-vfs-2.0/modules/libsftp.la -lib/gnome-vfs-2.0/modules/libsftp.so -%%SAMBA%%lib/gnome-vfs-2.0/modules/libsmb.a -%%SAMBA%%lib/gnome-vfs-2.0/modules/libsmb.la -%%SAMBA%%lib/gnome-vfs-2.0/modules/libsmb.so -lib/gnome-vfs-2.0/modules/libtar.a -lib/gnome-vfs-2.0/modules/libtar.la -lib/gnome-vfs-2.0/modules/libtar.so -lib/gnome-vfs-2.0/modules/libvfs-test.a -lib/gnome-vfs-2.0/modules/libvfs-test.la -lib/gnome-vfs-2.0/modules/libvfs-test.so -lib/libgnomevfs-2.a -lib/libgnomevfs-2.la -lib/libgnomevfs-2.so -lib/libgnomevfs-2.so.0 -libdata/pkgconfig/gnome-vfs-2.0.pc -libdata/pkgconfig/gnome-vfs-module-2.0.pc -libexec/gnome-vfs-daemon -share/dbus-1/services/gnome-vfs-daemon.service -share/locale/af/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/am/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/az/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/be/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bn_IN/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/da/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/de/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/el/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/eo/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/es/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/et/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/he/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/id/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/is/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/it/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ka/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/li/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nso/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/or/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sr@ije/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/th/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/yi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_HK/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zu/LC_MESSAGES/gnome-vfs-2.0.mo -@dirrm include/gnome-vfs-module-2.0/libgnomevfs -@dirrm include/gnome-vfs-module-2.0 -@dirrm include/gnome-vfs-2.0/libgnomevfs -@dirrm include/gnome-vfs-2.0/include -@dirrm include/gnome-vfs-2.0 -@dirrmtry share/locale/zu/LC_MESSAGES -@dirrmtry share/locale/zu -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr@ije/LC_MESSAGES -@dirrmtry share/locale/sr@ije -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/nso/LC_MESSAGES -@dirrmtry share/locale/nso -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/mr/LC_MESSAGES -@dirrmtry share/locale/mr -@dirrmtry share/locale/li/LC_MESSAGES -@dirrmtry share/locale/li -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be diff --git a/devel/gnome-vfsmm/Makefile b/devel/gnome-vfsmm/Makefile deleted file mode 100644 index d6ea06eb1..000000000 --- a/devel/gnome-vfsmm/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: gnome-vfsmm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# -# $FreeBSD$ -# $MCom: ports/devel/gnome-vfsmm/Makefile,v 1.20 2006/07/18 11:46:14 ahze Exp $ -# - -PORTNAME= gnome-vfsmm -PORTVERSION= 2.16.0 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= bland@FreeBSD.org -COMMENT= C++ wrapper for gnomevfs2 library - -LIB_DEPENDS= glibmm-2.4.1:${PORTSDIR}/devel/glibmm -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_BZIP2= yes -USE_GCC= 3.4 -USE_GMAKE= yes -USE_GNOME= gnomehack gnomevfs2 -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static - -PLIST_SUB= VERSION="2.6" API_VERSION="2.6" - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ - ${WRKSRC}/tools/extra_defs_gen/Makefile.in - -.include <bsd.port.mk> diff --git a/devel/gnome-vfsmm/distinfo b/devel/gnome-vfsmm/distinfo deleted file mode 100644 index 49ba615d3..000000000 --- a/devel/gnome-vfsmm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/gnome-vfsmm-2.16.0.tar.bz2) = 523d7195cabaf2ecfeda9f6683f475d1 -SHA256 (gnome2/gnome-vfsmm-2.16.0.tar.bz2) = 1db5a031a0cc3649c487ba85cd6116f73aab067f1b8ff2370733dbc42e6b70e1 -SIZE (gnome2/gnome-vfsmm-2.16.0.tar.bz2) = 328827 diff --git a/devel/gnome-vfsmm/pkg-descr b/devel/gnome-vfsmm/pkg-descr deleted file mode 100644 index da03091b1..000000000 --- a/devel/gnome-vfsmm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a set of thin C++ wrappers for GnomeVFS v2 library. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/devel/gnome-vfsmm/pkg-plist b/devel/gnome-vfsmm/pkg-plist deleted file mode 100644 index 5a23e55b3..000000000 --- a/devel/gnome-vfsmm/pkg-plist +++ /dev/null @@ -1,56 +0,0 @@ -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/address.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/application-registry.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/async-handle.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/async.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/directory-handle.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/dns-sd.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/drive.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/enums.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/exception.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/file-info.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/handle.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/init.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/mime-action.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/mime-application.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/mime-handlers.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/mime-monitor.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/monitor-handle.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/address_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/async-handle_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/drive_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/enums_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/file-info_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/mime-action_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/mime-application_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/mime-monitor_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/resolve-handle_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/transfer-progress_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/uri_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/volume-monitor_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private/volume_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/resolve-handle.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/transfer-progress.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/transfer.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/types.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/uri.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/utils.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/volume-monitor.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/volume.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/wrap_init.h -lib/gnome-vfsmm-%%API_VERSION%%/include/libgnomevfsmmconfig.h -lib/gnome-vfsmm-%%API_VERSION%%/proc/m4/convert.m4 -lib/gnome-vfsmm-%%API_VERSION%%/proc/m4/convert_gnome_vfsmm.m4 -lib/libgnomevfsmm-%%VERSION%%.a -lib/libgnomevfsmm-%%VERSION%%.la -lib/libgnomevfsmm-%%VERSION%%.so -lib/libgnomevfsmm-%%VERSION%%.so.1 -libdata/pkgconfig/gnome-vfsmm-%%API_VERSION%%.pc -@dirrm lib/gnome-vfsmm-%%API_VERSION%%/proc/m4 -@dirrm lib/gnome-vfsmm-%%API_VERSION%%/proc -@dirrm lib/gnome-vfsmm-%%API_VERSION%%/include -@dirrm lib/gnome-vfsmm-%%API_VERSION%% -@dirrm include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/private -@dirrm include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm -@dirrm include/gnome-vfsmm-%%API_VERSION%% diff --git a/devel/gnome2-hacker-tools/Makefile b/devel/gnome2-hacker-tools/Makefile deleted file mode 100644 index c5c6dc209..000000000 --- a/devel/gnome2-hacker-tools/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: gnome2-hacker-tools -# Date created: 07 January 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/gnome2-hacker-tools/Makefile,v 1.40 2005/08/11 02:55:29 marcus Exp $ -# - -PORTREVISION= 1 -CATEGORIES= devel gnome -PKGNAMESUFFIX= -hacker-tools - -COMMENT= GNOME 2 development tools - -RUN_DEPENDS= mlview:${PORTSDIR}/editors/mlview \ - gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \ - glade-3:${PORTSDIR}/devel/glade3 \ - ghex2:${PORTSDIR}/editors/ghex \ - gob2:${PORTSDIR}/devel/gob2 \ - conglomerate:${PORTSDIR}/editors/conglomerate \ - meld:${PORTSDIR}/textproc/meld \ - gtranslator:${PORTSDIR}/devel/gtranslator \ - regexxer:${PORTSDIR}/devel/regexxer \ - anjuta:${PORTSDIR}/devel/anjuta - -MASTERDIR= ${.CURDIR}/../../x11/gnome2 -GNOME_SLAVE= yes - -DESCR= ${.CURDIR}/pkg-descr - -.include "${MASTERDIR}/Makefile" diff --git a/devel/gnome2-hacker-tools/pkg-descr b/devel/gnome2-hacker-tools/pkg-descr deleted file mode 100644 index 4c88310c8..000000000 --- a/devel/gnome2-hacker-tools/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -GNOME 2 Hacker Tools - -The Hackers Tools are a collection of GNOME development applications. -This suite includes IDEs, interface builders, "hacker" editors, and other -applications to build and maintain GNOME (and other) code. - -WWW: http://www.FreeBSD.org/gnome/ diff --git a/devel/lasi/Makefile b/devel/lasi/Makefile deleted file mode 100644 index 96bede8ea..000000000 --- a/devel/lasi/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: lasi -# Date created: June 2006 -# Whom: giffunip -# -# $FreeBSD$ -# $MCom$ - -PORTNAME= lasi -PORTVERSION= 1.0.5 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= http://www.unifont.org/lasi/download/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= C++ stream output interface for creating Postscript documents - -USE_GCC= 3.2+ -USE_GNOME= pango pkgconfig -USE_AUTOTOOLS= libltdl:15 -GNU_CONFIGURE= yes -PKG_CONFIG_PATH= ${PREFIX}/libdata/pkgconfig -CONFIGURE_ENV+= PKG_CONFIG_PATH=${PKG_CONFIG_PATH} - -USE_LDCONFIG= yes - -.include <bsd.port.mk> diff --git a/devel/lasi/distinfo b/devel/lasi/distinfo deleted file mode 100644 index 50ceccc5e..000000000 --- a/devel/lasi/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (lasi-1.0.5.tar.gz) = b9f766f0b262bd3a5365fa81aea47ed8 -SHA256 (lasi-1.0.5.tar.gz) = 06f0b9b7310fad2a19d7f20c2501c795173799f20a85dc0996c422de80ee0610 -SIZE (lasi-1.0.5.tar.gz) = 465931 diff --git a/devel/lasi/files/patch-Makefile.in b/devel/lasi/files/patch-Makefile.in deleted file mode 100644 index 47d4b0c48..000000000 --- a/devel/lasi/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Thu May 4 09:23:54 2006 -+++ Makefile.in Sat Jun 10 23:10:22 2006 -@@ -199,7 +199,7 @@ - - SUBDIRS = src - include_HEADERS = include/LASi.h --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = ${exec_prefix}/libdata/pkgconfig - pkgconfig_DATA = lasi.pc - all: all-recursive - diff --git a/devel/lasi/files/patch-src_drawGlyph.cpp b/devel/lasi/files/patch-src_drawGlyph.cpp deleted file mode 100644 index 18338e6e1..000000000 --- a/devel/lasi/files/patch-src_drawGlyph.cpp +++ /dev/null @@ -1,34 +0,0 @@ ---- src/drawGlyph.cpp.orig Wed Oct 4 16:21:41 2006 -+++ src/drawGlyph.cpp Wed Oct 4 16:23:29 2006 -@@ -81,7 +81,7 @@ - return 0; - } - --static int moveTo(FT_Vector* pftVec, void* data) { -+static int moveTo(const FT_Vector* pftVec, void* data) { - StateOfDrawGlyph* const state = reinterpret_cast<StateOfDrawGlyph* const>(data); - state->os() << (state->isNewPath() ? "newpath" : "closepath") << endl; - state->setNewPathFalse(); -@@ -89,19 +89,19 @@ - return 0; - } - --static int lineTo(FT_Vector* pftVec, void* data) { -+static int lineTo(const FT_Vector* pftVec, void* data) { - xTo(pftVec, data, "lineto"); - return 0; - } - --static int cubicTo(FT_Vector* ctrlPt1, FT_Vector* ctrlPt2, FT_Vector* pEndPt, void* data) { -+static int cubicTo(const FT_Vector* ctrlPt1, const FT_Vector* ctrlPt2, const FT_Vector* pEndPt, void* data) { - StateOfDrawGlyph* const state = reinterpret_cast<StateOfDrawGlyph* const>(data); - state->os() << *ctrlPt1 << " " << *ctrlPt2 << " " << *pEndPt << " curveto" << endl; - state->setStartPt(*pEndPt); - return 0; - } - --static int conicTo(FT_Vector* pCtrlPt, FT_Vector* pEndPt, void* data) { -+static int conicTo(const FT_Vector* pCtrlPt, const FT_Vector* pEndPt, void* data) { - StateOfDrawGlyph* const state = reinterpret_cast<StateOfDrawGlyph* const>(data); - FT_Vector ctrlPt1 = (state->startPt() + 2 * *pCtrlPt) / 3; - FT_Vector ctrlPt2 = (*pEndPt + 2 * *pCtrlPt) / 3; diff --git a/devel/lasi/pkg-descr b/devel/lasi/pkg-descr deleted file mode 100644 index afb7adcd2..000000000 --- a/devel/lasi/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -LASi -________ -libLASi is a library written by Larry Siden that provides a C++ stream -output interface ( with operator << ) for creating Postscript documents -that can contain characters from any of the scripts and symbol blocks -supported in Unicode and by Owen Taylor's Pango layout engine. The -library accomodates right-to-left scripts such as Arabic and Hebrew as -easily as left-to-right scripts. Indic and Indic-derived Complex Text -Layout (CTL) scripts, such as Devanagari, Thai, Lao, and Tibetan are -supported to the extent provided by Pango and by the OpenType fonts -installed on your system. All of this is provided without need for any -special configuration or layout calculation on the programmer's part. - -WWW: http://www.unifont.org/lasi/ diff --git a/devel/lasi/pkg-plist b/devel/lasi/pkg-plist deleted file mode 100644 index e1b844523..000000000 --- a/devel/lasi/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -include/LASi.h -lib/libLASi.a -lib/libLASi.la -lib/libLASi.so -lib/libLASi.so.0 -libdata/pkgconfig/lasi.pc diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile deleted file mode 100644 index 75b0f8c60..000000000 --- a/devel/libbonobo/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: libbonobo -# Date Created: 14 February 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/libbonobo/Makefile,v 1.51 2006/09/04 18:21:04 marcus Exp $ -# - -PORTNAME= libbonobo -PORTVERSION= 2.16.0 -PORTREVISION?= 0 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A component and compound document system for GNOME2 - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt - -USE_GMAKE= yes -USE_BISON= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USE_PERL5= yes -USE_GNOME= gnomehack intlhack libxml2 orbit2 referencehack -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" -MAKE_ENV= gnomelocaledir=${PREFIX}/share/locale - -MAN1= bonobo-activation-server.1 - -.include <bsd.port.mk> - -.endif diff --git a/devel/libbonobo/distinfo b/devel/libbonobo/distinfo deleted file mode 100644 index 9fb497d1f..000000000 --- a/devel/libbonobo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libbonobo-2.16.0.tar.bz2) = 30cdcf2b5316888f10fea6362b38499c -SHA256 (gnome2/libbonobo-2.16.0.tar.bz2) = d8124bedaec7e67dd3fbf12a4a6bcb4d76235128b2784a59219174671a8f63e4 -SIZE (gnome2/libbonobo-2.16.0.tar.bz2) = 1406355 diff --git a/devel/libbonobo/files/patch-Makefile.in b/devel/libbonobo/files/patch-Makefile.in deleted file mode 100644 index e8a60bd28..000000000 --- a/devel/libbonobo/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Wed May 7 13:42:52 2003 -+++ Makefile.in Wed May 7 13:43:30 2003 -@@ -149,7 +149,7 @@ - SUBDIRS = \ - idl bonobo-activation bonobo \ - activation-server monikers \ -- utils samples tests doc po -+ utils samples doc po - - - libincludedir = $(includedir)/libbonobo-2.0 diff --git a/devel/libbonobo/files/patch-server::Makefile.in b/devel/libbonobo/files/patch-server::Makefile.in deleted file mode 100644 index f07320f9b..000000000 --- a/devel/libbonobo/files/patch-server::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- activation-server/Makefile.in.orig Fri Aug 19 16:24:14 2005 -+++ activation-server/Makefile.in Fri Aug 19 16:25:12 2005 -@@ -225,7 +225,7 @@ - -I$(top_builddir)/bonobo-activation \ - -I$(top_srcdir)/bonobo-activation \ - -DPREFIX=\""$(prefix)"\" \ -- -DSERVERINFODIR=\"$(prefix)/libdata/bonobo/servers\" \ -+ -DSERVERINFODIR=\"$(prefix)/libdata/bonobo/servers:${X11BASE}/libdata/bonobo/servers:${LOCALBASE}/libdata/bonobo/servers\" \ - -DSERVER_LOCALEDIR=\""${prefix}/${DATADIRNAME}/locale"\" \ - $(SERVER_CFLAGS) \ - -DSERVER_CONFDIR=\"$(sysconfdir)\" \ diff --git a/devel/libbonobo/files/patch-server::activation-server-main.c b/devel/libbonobo/files/patch-server::activation-server-main.c deleted file mode 100644 index 0f7e7cd3f..000000000 --- a/devel/libbonobo/files/patch-server::activation-server-main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- activation-server/activation-server-main.c.orig Fri Apr 15 20:37:07 2005 -+++ activation-server/activation-server-main.c Fri Aug 19 16:27:59 2005 -@@ -197,7 +197,7 @@ build_src_dir (void) - g_string_append (gnome_od_source_dir, - gnome_dirs[i]); - g_string_append (gnome_od_source_dir, -- "/lib/bonobo/servers" G_SEARCHPATH_SEPARATOR_S); -+ "/libdata/bonobo/servers" G_SEARCHPATH_SEPARATOR_S); - } - g_strfreev (gnome_dirs); - g_string_append (real_od_source_dir, diff --git a/devel/libbonobo/files/patch-utils::bonobo-slay.in b/devel/libbonobo/files/patch-utils::bonobo-slay.in deleted file mode 100644 index 44212a041..000000000 --- a/devel/libbonobo/files/patch-utils::bonobo-slay.in +++ /dev/null @@ -1,21 +0,0 @@ ---- utils/bonobo-slay.in.orig Mon Mar 11 12:16:43 2002 -+++ utils/bonobo-slay.in Tue Apr 2 18:30:30 2002 -@@ -56,15 +56,15 @@ - - # get Bonobo files - # --@bonobo_dirs = ( "@prefix@/lib/bonobo/servers" ); -+@bonobo_dirs = ( "@prefix@/libdata/bonobo/servers" ); - foreach $dir (split(':', $ENV{'BONOBO_ACTIVATION_INFO_PATH'})) { - if (-d $dir) { - push @bonobo_dirs, $dir; - } - } - foreach $dir (split(':', $ENV{'GNOME2_PATH'})) { -- if (-d "$dir/lib/bonobo/servers") { -- push @bonobo_dirs, "$dir/lib/bonobo/servers"; -+ if (-d "$dir/libdata/bonobo/servers") { -+ push @bonobo_dirs, "$dir/libdata/bonobo/servers"; - } - } - diff --git a/devel/libbonobo/pkg-descr b/devel/libbonobo/pkg-descr deleted file mode 100644 index c555fab9a..000000000 --- a/devel/libbonobo/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Bonobo is a set of language- and system-independant CORBA interfaces -for creating reusable components and controls, and for creating -compound documents. - -WWW: http://www.gnome.org/ diff --git a/devel/libbonobo/pkg-plist b/devel/libbonobo/pkg-plist deleted file mode 100644 index 676939f1d..000000000 --- a/devel/libbonobo/pkg-plist +++ /dev/null @@ -1,232 +0,0 @@ -bin/activation-client -bin/bonobo-slay -bin/echo-client-2 -etc/bonobo-activation/bonobo-activation-config.xml -include/bonobo-activation-2.0/bonobo-activation/Bonobo_Activation_types.h -include/bonobo-activation-2.0/bonobo-activation/Bonobo_GenericFactory.h -include/bonobo-activation-2.0/bonobo-activation/Bonobo_Unknown.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-activate.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-async.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-init.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-mime.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-register.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-server-info.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-shlib.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation-version.h -include/bonobo-activation-2.0/bonobo-activation/bonobo-activation.h -include/libbonobo-2.0/bonobo/Bonobo.h -include/libbonobo-2.0/bonobo/bonobo-arg.h -include/libbonobo-2.0/bonobo/bonobo-app-client.h -include/libbonobo-2.0/bonobo/bonobo-application.h -include/libbonobo-2.0/bonobo/bonobo-context.h -include/libbonobo-2.0/bonobo/bonobo-event-source.h -include/libbonobo-2.0/bonobo/bonobo-exception.h -include/libbonobo-2.0/bonobo/bonobo-foreign-object.h -include/libbonobo-2.0/bonobo/bonobo-generic-factory.h -include/libbonobo-2.0/bonobo/bonobo-i18n.h -include/libbonobo-2.0/bonobo/bonobo-item-container.h -include/libbonobo-2.0/bonobo/bonobo-item-handler.h -include/libbonobo-2.0/bonobo/bonobo-listener.h -include/libbonobo-2.0/bonobo/bonobo-macros.h -include/libbonobo-2.0/bonobo/bonobo-main.h -include/libbonobo-2.0/bonobo/bonobo-moniker-extender.h -include/libbonobo-2.0/bonobo/bonobo-moniker-simple.h -include/libbonobo-2.0/bonobo/bonobo-moniker-util.h -include/libbonobo-2.0/bonobo/bonobo-moniker.h -include/libbonobo-2.0/bonobo/bonobo-object.h -include/libbonobo-2.0/bonobo/bonobo-persist-client.h -include/libbonobo-2.0/bonobo/bonobo-persist-file.h -include/libbonobo-2.0/bonobo/bonobo-persist-stream.h -include/libbonobo-2.0/bonobo/bonobo-persist.h -include/libbonobo-2.0/bonobo/bonobo-property-bag-client.h -include/libbonobo-2.0/bonobo/bonobo-property-bag.h -include/libbonobo-2.0/bonobo/bonobo-shlib-factory.h -include/libbonobo-2.0/bonobo/bonobo-storage-memory.h -include/libbonobo-2.0/bonobo/bonobo-storage.h -include/libbonobo-2.0/bonobo/bonobo-stream-client.h -include/libbonobo-2.0/bonobo/bonobo-stream-memory.h -include/libbonobo-2.0/bonobo/bonobo-stream.h -include/libbonobo-2.0/bonobo/bonobo-types.h -include/libbonobo-2.0/bonobo/bonobo-xobject.h -include/libbonobo-2.0/libbonobo.h -lib/bonobo-2.0/samples/bonobo-echo-2 -lib/bonobo/monikers/libmoniker_std_2.a -lib/bonobo/monikers/libmoniker_std_2.la -lib/bonobo/monikers/libmoniker_std_2.so -lib/libbonobo-2.a -lib/libbonobo-2.la -lib/libbonobo-2.so -lib/libbonobo-2.so.0 -lib/libbonobo-activation.a -lib/libbonobo-activation.la -lib/libbonobo-activation.so -lib/libbonobo-activation.so.4 -lib/orbit-2.0/Bonobo_module.a -lib/orbit-2.0/Bonobo_module.la -lib/orbit-2.0/Bonobo_module.so -libdata/bonobo/servers/Bonobo_CosNaming_NamingContext.server -libdata/bonobo/servers/Bonobo_Moniker_std.server -libdata/bonobo/servers/Bonobo_Sample_Echo.server -libdata/pkgconfig/bonobo-activation-2.0.pc -libdata/pkgconfig/libbonobo-2.0.pc -libexec/bonobo-activation-server -sbin/bonobo-activation-sysconf -share/idl/bonobo-2.0/Bonobo.idl -share/idl/bonobo-2.0/Bonobo_Application.idl -share/idl/bonobo-2.0/Bonobo_Canvas.idl -share/idl/bonobo-2.0/Bonobo_Clipboard.idl -share/idl/bonobo-2.0/Bonobo_Context.idl -share/idl/bonobo-2.0/Bonobo_Control.idl -share/idl/bonobo-2.0/Bonobo_Embeddable.idl -share/idl/bonobo-2.0/Bonobo_Exception.idl -share/idl/bonobo-2.0/Bonobo_Gdk.idl -share/idl/bonobo-2.0/Bonobo_ItemContainer.idl -share/idl/bonobo-2.0/Bonobo_Listener.idl -share/idl/bonobo-2.0/Bonobo_Moniker.idl -share/idl/bonobo-2.0/Bonobo_Persist.idl -share/idl/bonobo-2.0/Bonobo_Print.idl -share/idl/bonobo-2.0/Bonobo_Property.idl -share/idl/bonobo-2.0/Bonobo_Sample_Echo.idl -share/idl/bonobo-2.0/Bonobo_Storage.idl -share/idl/bonobo-2.0/Bonobo_UI.idl -share/idl/bonobo-2.0/Bonobo_Zoomable.idl -share/idl/bonobo-activation-2.0/Bonobo_ActivationContext.idl -share/idl/bonobo-activation-2.0/Bonobo_Activation_types.idl -share/idl/bonobo-activation-2.0/Bonobo_GenericFactory.idl -share/idl/bonobo-activation-2.0/Bonobo_ObjectDirectory.idl -share/idl/bonobo-activation-2.0/Bonobo_Unknown.idl -share/locale/am/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ar/LC_MESSAGES/libbonobo-2.0.mo -share/locale/az/LC_MESSAGES/libbonobo-2.0.mo -share/locale/be/LC_MESSAGES/libbonobo-2.0.mo -share/locale/bg/LC_MESSAGES/libbonobo-2.0.mo -share/locale/bn/LC_MESSAGES/libbonobo-2.0.mo -share/locale/bn_IN/LC_MESSAGES/libbonobo-2.0.mo -share/locale/bs/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ca/LC_MESSAGES/libbonobo-2.0.mo -share/locale/cs/LC_MESSAGES/libbonobo-2.0.mo -share/locale/cy/LC_MESSAGES/libbonobo-2.0.mo -share/locale/da/LC_MESSAGES/libbonobo-2.0.mo -share/locale/de/LC_MESSAGES/libbonobo-2.0.mo -share/locale/el/LC_MESSAGES/libbonobo-2.0.mo -share/locale/en_CA/LC_MESSAGES/libbonobo-2.0.mo -share/locale/en_GB/LC_MESSAGES/libbonobo-2.0.mo -share/locale/eo/LC_MESSAGES/libbonobo-2.0.mo -share/locale/es/LC_MESSAGES/libbonobo-2.0.mo -share/locale/et/LC_MESSAGES/libbonobo-2.0.mo -share/locale/eu/LC_MESSAGES/libbonobo-2.0.mo -share/locale/fa/LC_MESSAGES/libbonobo-2.0.mo -share/locale/fi/LC_MESSAGES/libbonobo-2.0.mo -share/locale/fr/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ga/LC_MESSAGES/libbonobo-2.0.mo -share/locale/gl/LC_MESSAGES/libbonobo-2.0.mo -share/locale/gu/LC_MESSAGES/libbonobo-2.0.mo -share/locale/he/LC_MESSAGES/libbonobo-2.0.mo -share/locale/hi/LC_MESSAGES/libbonobo-2.0.mo -share/locale/hr/LC_MESSAGES/libbonobo-2.0.mo -share/locale/hu/LC_MESSAGES/libbonobo-2.0.mo -share/locale/id/LC_MESSAGES/libbonobo-2.0.mo -share/locale/is/LC_MESSAGES/libbonobo-2.0.mo -share/locale/it/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ja/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ka/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ko/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ku/LC_MESSAGES/libbonobo-2.0.mo -share/locale/li/LC_MESSAGES/libbonobo-2.0.mo -share/locale/lt/LC_MESSAGES/libbonobo-2.0.mo -share/locale/lv/LC_MESSAGES/libbonobo-2.0.mo -share/locale/mk/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ml/LC_MESSAGES/libbonobo-2.0.mo -share/locale/mn/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ms/LC_MESSAGES/libbonobo-2.0.mo -share/locale/nb/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ne/LC_MESSAGES/libbonobo-2.0.mo -share/locale/nl/LC_MESSAGES/libbonobo-2.0.mo -share/locale/nn/LC_MESSAGES/libbonobo-2.0.mo -share/locale/or/LC_MESSAGES/libbonobo-2.0.mo -share/locale/pa/LC_MESSAGES/libbonobo-2.0.mo -share/locale/pl/LC_MESSAGES/libbonobo-2.0.mo -share/locale/pt/LC_MESSAGES/libbonobo-2.0.mo -share/locale/pt_BR/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ro/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ru/LC_MESSAGES/libbonobo-2.0.mo -share/locale/rw/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sk/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sl/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sq/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sr/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/libbonobo-2.0.mo -share/locale/sv/LC_MESSAGES/libbonobo-2.0.mo -share/locale/ta/LC_MESSAGES/libbonobo-2.0.mo -share/locale/tr/LC_MESSAGES/libbonobo-2.0.mo -share/locale/uk/LC_MESSAGES/libbonobo-2.0.mo -share/locale/vi/LC_MESSAGES/libbonobo-2.0.mo -share/locale/wa/LC_MESSAGES/libbonobo-2.0.mo -share/locale/xh/LC_MESSAGES/libbonobo-2.0.mo -share/locale/yi/LC_MESSAGES/libbonobo-2.0.mo -share/locale/zh_CN/LC_MESSAGES/libbonobo-2.0.mo -share/locale/zh_HK/LC_MESSAGES/libbonobo-2.0.mo -share/locale/zh_TW/LC_MESSAGES/libbonobo-2.0.mo -@dirrm share/idl/bonobo-activation-2.0 -@dirrm share/idl/bonobo-2.0 -@dirrm libdata/bonobo/servers -@dirrm libdata/bonobo -@dirrm lib/bonobo-2.0/samples -@dirrm lib/bonobo-2.0 -@dirrm include/libbonobo-2.0/bonobo -@dirrm include/libbonobo-2.0 -@dirrm include/bonobo-activation-2.0/bonobo-activation -@dirrm include/bonobo-activation-2.0 -@dirrm etc/bonobo-activation -@dirrmtry lib/bonobo/monikers -@dirrmtry lib/bonobo -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/yi/LC_MESSAGES -@dirrmtry share/locale/yi -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/li/LC_MESSAGES -@dirrmtry share/locale/li -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile deleted file mode 100644 index 533990764..000000000 --- a/devel/libglade2/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: libglade2 -# Date created: 18 August 1999 -# Whom: Ade Lovett <ade@lovett.com> -# -# $FreeBSD$ -# $MCom: ports/devel/libglade2/Makefile,v 1.22 2006/07/18 12:26:50 ahze Exp $ - -PORTNAME= libglade2 -PORTVERSION= 2.6.0 -PORTREVISION?= 2 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/..$//} -DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME glade library - -USE_BZIP2= yes - -.if !defined(REFERENCE_PORT) - -RUN_DEPENDS= xmlcatmgr:${PORTSDIR}/textproc/xmlcatmgr - -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_GNOME= gnomehack libxml2 gtk20 referencehack -USE_LDCONFIG= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc \ - --with-xml-catalog=${LOCALBASE}/share/xml/catalog.ports -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= XMLCATALOG="${LOCALBASE}/bin/xmlcatalog" \ - CATALOG_PORTS_XML="${LOCALBASE}/share/xml/catalog.ports" - -.if !defined(WITHOUT_PYTHON) -BUILD_DEPENDS+= ${PYEXPAT} -RUN_DEPENDS+= ${PYEXPAT} - -USE_PYTHON= yes -PLIST_SUB+= PYTHON="" -.else -PLIST_SUB+= PYTHON="@comment " - -post-patch: - @${REINPLACE_CMD} -E 's/in (python.*)+ none/in none/' \ - ${WRKSRC}/configure -.endif - -post-install: - ${MKDIR} ${PREFIX}/lib/libglade/2.0 - -.include <bsd.port.mk> - -.endif diff --git a/devel/libglade2/distinfo b/devel/libglade2/distinfo deleted file mode 100644 index aca165293..000000000 --- a/devel/libglade2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libglade-2.6.0.tar.bz2) = 81d7b2b64871ce23a5fae1e5da0b1f6e -SHA256 (gnome2/libglade-2.6.0.tar.bz2) = 6533dcc2e29895a41288543855159035133980ea627121ab867cb9352f620dcf -SIZE (gnome2/libglade-2.6.0.tar.bz2) = 319004 diff --git a/devel/libglade2/pkg-descr b/devel/libglade2/pkg-descr deleted file mode 100644 index 7335dd1ea..000000000 --- a/devel/libglade2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -LibGlade allows GLADE interfaces to be handled at runtime, freeing -GUI development from code development. This allows an interface to -be changed without requiring a re-compilation. diff --git a/devel/libglade2/pkg-plist b/devel/libglade2/pkg-plist deleted file mode 100644 index b11977d29..000000000 --- a/devel/libglade2/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -%%PYTHON%%bin/libglade-convert -include/libglade-2.0/glade/glade-build.h -include/libglade-2.0/glade/glade-init.h -include/libglade-2.0/glade/glade-parser.h -include/libglade-2.0/glade/glade-xml.h -include/libglade-2.0/glade/glade.h -lib/libglade-2.0.a -lib/libglade-2.0.la -lib/libglade-2.0.so -lib/libglade-2.0.so.0 -libdata/pkgconfig/libglade-2.0.pc -share/xml/libglade/glade-2.0.dtd -@unexec %%XMLCATALOG%% --noout --del %D/share/xml/libglade/glade-2.0.dtd %%CATALOG_PORTS_XML%% || /usr/bin/true -@exec %%XMLCATALOG%% --noout --add "system" "http://glade.gnome.org/glade-2.0.dtd" %D/share/xml/libglade/glade-2.0.dtd %%CATALOG_PORTS_XML%% || /usr/bin/true -@exec mkdir -p %D/lib/libglade/2.0 -@dirrm share/xml/libglade -@dirrm include/libglade-2.0/glade -@dirrm include/libglade-2.0 -@dirrm lib/libglade/2.0 -@dirrm lib/libglade -@unexec /bin/rmdir %D/share/xml 2>/dev/null || /usr/bin/true diff --git a/devel/libglademm/Makefile b/devel/libglademm/Makefile deleted file mode 100644 index 140b06f7d..000000000 --- a/devel/libglademm/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: libglademm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# -# $FreeBSD$ -# - -PORTNAME= libglademm -PORTVERSION= 2.1.3 -PORTREVISION= 3 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= gtkmm -DIST_SUBDIR= gnome2 - -MAINTAINER= bland@FreeBSD.org -COMMENT= C++ wrapper for libglade2 library - -LIB_DEPENDS= gtkmm-2.0:${PORTSDIR}/x11-toolkits/gtkmm20 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_XLIB= yes -USE_GMAKE= yes -USE_GNOME= gnomehack libglade2 -USE_AUTOTOOLS= libtool:15 -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-static - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ - ${WRKSRC}/Makefile.in - -.include <bsd.port.mk> diff --git a/devel/libglademm/distinfo b/devel/libglademm/distinfo deleted file mode 100644 index 91b17ae85..000000000 --- a/devel/libglademm/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libglademm-2.1.3.tar.gz) = 9f950bb0cdd410cb36d1d0c3e23eca6a -SHA256 (gnome2/libglademm-2.1.3.tar.gz) = 2f8feb8c01e747a11568ff7485463e69f691069898377d4cc2536b012c5b9f6a -SIZE (gnome2/libglademm-2.1.3.tar.gz) = 340596 diff --git a/devel/libglademm/files/patch-libglade__libglademm__xml.h b/devel/libglademm/files/patch-libglade__libglademm__xml.h deleted file mode 100644 index 470271746..000000000 --- a/devel/libglademm/files/patch-libglade__libglademm__xml.h +++ /dev/null @@ -1,11 +0,0 @@ ---- libglade/libglademm/xml.h.orig Tue Oct 11 11:18:23 2005 -+++ libglade/libglademm/xml.h Tue Oct 11 11:18:51 2005 -@@ -240,7 +240,7 @@ - //If there is already a C++ instance, then return it again: - if(pObjectBase) - { -- widget = dynamic_cast<T_Widget*>( Glib::wrap(pCWidget) ); -+ widget = dynamic_cast<T_Widget*>( Glib::wrap((GtkWidget*)pCWidget) ); - - //The dynamic cast checks that it is of the correct type. - //Somebody might be trying to call get_widget_derived() after already calling get_widget(), diff --git a/devel/libglademm/files/patch-tools__extra_defs_gen__Makefile.in b/devel/libglademm/files/patch-tools__extra_defs_gen__Makefile.in deleted file mode 100644 index 7225b23f3..000000000 --- a/devel/libglademm/files/patch-tools__extra_defs_gen__Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/extra_defs_gen/Makefile.in.orig Tue Sep 30 02:13:30 2003 -+++ tools/extra_defs_gen/Makefile.in Fri Apr 22 11:59:21 2005 -@@ -87,7 +87,7 @@ - LIBGLADEMM_VERSION = @LIBGLADEMM_VERSION@ - LIBGLADE_VERSION_NEEDED = @LIBGLADE_VERSION_NEEDED@ - LIBOBJS = @LIBOBJS@ --LIBS = $(LIBGLADEMM_LIBS) -lgtkmm_generate_extra_defs-2.0 -+LIBS = $(LIBGLADEMM_LIBS) -L$(GTKMM_PROCDIR)/../.. -lgtkmm_generate_extra_defs-2.0 - LIBTOOL = @LIBTOOL@ - LN_S = @LN_S@ - LTLIBOBJS = @LTLIBOBJS@ diff --git a/devel/libglademm/pkg-descr b/devel/libglademm/pkg-descr deleted file mode 100644 index 4e71ae598..000000000 --- a/devel/libglademm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a set of thin C++ wrappers for libglade v2 library. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/devel/libglademm/pkg-plist b/devel/libglademm/pkg-plist deleted file mode 100644 index f0842bc8e..000000000 --- a/devel/libglademm/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -include/libglademm-2.0/libglademm.h -include/libglademm-2.0/libglademm/init.h -include/libglademm-2.0/libglademm/private/xml_p.h -include/libglademm-2.0/libglademm/variablesmap.h -include/libglademm-2.0/libglademm/wrap_init.h -include/libglademm-2.0/libglademm/xml.h -lib/libglademm-2.0.a -lib/libglademm-2.0.la -lib/libglademm-2.0.so -lib/libglademm-2.0.so.1 -lib/libglademm-2.0/include/libglademmconfig.h -lib/libglademm-2.0/proc/m4/convert.m4 -lib/libglademm-2.0/proc/m4/convert_libglademm.m4 -libdata/pkgconfig/libglademm-2.0.pc -@dirrm lib/libglademm-2.0/include -@dirrm lib/libglademm-2.0/proc/m4 -@dirrm lib/libglademm-2.0/proc -@dirrm lib/libglademm-2.0 -@dirrm include/libglademm-2.0/libglademm/private -@dirrm include/libglademm-2.0/libglademm -@dirrm include/libglademm-2.0 diff --git a/devel/libglademm24/Makefile b/devel/libglademm24/Makefile deleted file mode 100644 index 3753d0401..000000000 --- a/devel/libglademm24/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: libglademm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# -# $FreeBSD$ -# $MCom: ports/devel/libglademm24/Makefile,v 1.7 2006/07/25 06:47:27 mezz Exp $ -# - -PORTNAME= libglademm -PORTVERSION= 2.6.3 -PORTREVISION= 1 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} -DIST_SUBDIR= gnome2 - -MAINTAINER= bland@FreeBSD.org -COMMENT= C++ wrapper for libglade2 library - -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -LATEST_LINK= libglademm24 - -USE_BZIP2= yes -USE_XLIB= yes -USE_GMAKE= yes -USE_GCC= 3.4 -USE_GNOME= gnomehack libglade2 -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-static - -PLIST_SUB= VERSION="2.4" API_VERSION="2.4" - -post-patch: - @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ - ${WRKSRC}/Makefile.in -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's|^\(SUBDIRS = .*\)\(docs\)\(.*\)|\1\3|' ${WRKSRC}/Makefile.in -.endif - @${REINPLACE_CMD} -e "s|\(-lglibmm\)|-L\$$(GMM_PROCDIR)/../.. \1|" \ - ${WRKSRC}/tools/extra_defs_gen/Makefile.in - -.include <bsd.port.mk> diff --git a/devel/libglademm24/distinfo b/devel/libglademm24/distinfo deleted file mode 100644 index e7cd54bea..000000000 --- a/devel/libglademm24/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libglademm-2.6.3.tar.bz2) = 3dd3c3777c4407b8a330bd79089ddbfc -SHA256 (gnome2/libglademm-2.6.3.tar.bz2) = 55e14ffe1dd4fcd76ae326660e440d63dcd3832dc59a7e47660f92999ae9f9c5 -SIZE (gnome2/libglademm-2.6.3.tar.bz2) = 560410 diff --git a/devel/libglademm24/pkg-descr b/devel/libglademm24/pkg-descr deleted file mode 100644 index 4e71ae598..000000000 --- a/devel/libglademm24/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a set of thin C++ wrappers for libglade v2 library. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/devel/libglademm24/pkg-plist b/devel/libglademm24/pkg-plist deleted file mode 100644 index 4aecc16a8..000000000 --- a/devel/libglademm24/pkg-plist +++ /dev/null @@ -1,191 +0,0 @@ -include/libglademm-%%API_VERSION%%/libglademm.h -include/libglademm-%%API_VERSION%%/libglademm/init.h -include/libglademm-%%API_VERSION%%/libglademm/private/xml_p.h -include/libglademm-%%API_VERSION%%/libglademm/variablesmap.h -include/libglademm-%%API_VERSION%%/libglademm/wrap_init.h -include/libglademm-%%API_VERSION%%/libglademm/xml.h -lib/libglademm-%%VERSION%%.a -lib/libglademm-%%VERSION%%.la -lib/libglademm-%%VERSION%%.so -lib/libglademm-%%VERSION%%.so.1 -lib/libglademm-%%API_VERSION%%/include/libglademmconfig.h -lib/libglademm-%%API_VERSION%%/proc/m4/convert.m4 -lib/libglademm-%%API_VERSION%%/proc/m4/convert_libglademm.m4 -libdata/pkgconfig/libglademm-%%API_VERSION%%.pc -%%PORTDOCS%%share/devhelp/books/libglademm-%%API_VERSION%%/libglademm-%%API_VERSION%%.devhelp -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/annotated.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGnome_1_1Glade_1_1VariablesMap-members.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGnome_1_1Glade_1_1VariablesMap.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGnome_1_1Glade_1_1Xml-members.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGnome_1_1Glade_1_1Xml.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGnome_1_1Glade_1_1XmlError-members.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGnome_1_1Glade_1_1XmlError.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGnome_1_1Glade_1_1XmlError__inherit__graph.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classGnome_1_1Glade_1_1Xml__inherit__graph.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/classes.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/dir_000000.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/dir_000000_dep.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/dir_000001.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/dir_000001_dep.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/dirs.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/doxygen.css -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/doxygen.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/files.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/functions.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/functions_func.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/functions_rela.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/functions_type.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/functions_vars.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/graph_legend.dot -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/graph_legend.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/graph_legend.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/hierarchy.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/index.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__0.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__1.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__10.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__100.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__101.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__102.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__103.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__104.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__105.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__106.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__107.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__108.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__109.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__11.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__110.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__111.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__112.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__113.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__114.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__115.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__116.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__117.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__118.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__119.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__12.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__120.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__121.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__122.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__123.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__124.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__125.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__13.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__14.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__15.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__16.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__17.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__18.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__19.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__2.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__20.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__21.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__22.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__23.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__24.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__25.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__26.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__27.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__28.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__29.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__3.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__30.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__31.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__32.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__33.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__34.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__35.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__36.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__37.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__38.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__39.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__4.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__40.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__41.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__42.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__43.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__44.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__45.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__46.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__47.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__48.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__49.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__5.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__50.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__51.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__52.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__53.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__54.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__55.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__56.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__57.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__58.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__59.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__6.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__60.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__61.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__62.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__63.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__64.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__65.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__66.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__67.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__68.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__69.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__7.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__70.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__71.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__72.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__73.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__74.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__75.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__76.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__77.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__78.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__79.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__8.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__80.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__81.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__82.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__83.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__84.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__85.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__86.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__87.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__88.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__89.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__9.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__90.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__91.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__92.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__93.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__94.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__95.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__96.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__97.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__98.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherit__graph__99.png -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/inherits.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/init_8h.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/namespaceGnome.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/namespaceGnome_1_1Glade.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/namespaces.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/variablesmap_8h.html -%%PORTDOCS%%share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html/xml_8h.html -%%PORTDOCS%%@dirrm share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference/html -%%PORTDOCS%%@dirrm share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs/reference -%%PORTDOCS%%@dirrm share/doc/gnomemm-2.6/libglademm-%%API_VERSION%%/docs -%%PORTDOCS%%@dirrm share/doc/gnomemm-2.6/libglademm-%%API_VERSION%% -%%PORTDOCS%%@dirrmtry share/doc/gnomemm-2.6 -%%PORTDOCS%%@dirrm share/devhelp/books/libglademm-%%API_VERSION%% -%%PORTDOCS%%@dirrmtry share/devhelp/books -%%PORTDOCS%%@dirrmtry share/devhelp -@dirrm lib/libglademm-%%API_VERSION%%/proc/m4 -@dirrm lib/libglademm-%%API_VERSION%%/proc -@dirrm lib/libglademm-%%API_VERSION%%/include -@dirrm lib/libglademm-%%API_VERSION%% -@dirrm include/libglademm-%%API_VERSION%%/libglademm/private -@dirrm include/libglademm-%%API_VERSION%%/libglademm -@dirrm include/libglademm-%%API_VERSION%% diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile deleted file mode 100644 index a9ff41d25..000000000 --- a/devel/libgsf/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: libgsf -# Date created: 11 September 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/libgsf/Makefile,v 1.26 2006/09/10 00:51:09 mezz Exp $ -# - -PORTNAME= libgsf -PORTVERSION= 1.14.2 -PORTREVISION?= 0 -CATEGORIES?= devel -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT?= An extensible i/o abstraction for dealing with structured file formats - -.if !exists(/usr/lib/libbz2.so) -LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 -.endif - -USE_XLIB= yes -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_LDCONFIG= yes -USE_GNOME?= gnomehack gnomeprefix glib20 libxml2 gconf2 ltverhack intlhack -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc --without-gnome --with-bz2 \ - --mandir=${PREFIX}/man \ - --with-gconf-source=${GCONF_CONFIG_SOURCE} \ - --without-python -CONFIGURE_ENV?= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.if !defined(GSF_SLAVE) -GCONF_SCHEMAS= gsf-office-thumbnailer.schemas -MAN1= gsf-office-thumbnailer.1 -.endif - -.include <bsd.port.mk> diff --git a/devel/libgsf/distinfo b/devel/libgsf/distinfo deleted file mode 100644 index 67beda5e8..000000000 --- a/devel/libgsf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgsf-1.14.2.tar.bz2) = aea16a8408b65f95c308b0db3e3d3d47 -SHA256 (gnome2/libgsf-1.14.2.tar.bz2) = 8b78905b3c61f67dbe9b50782b7005ee5a44cdb48dd0f654f42732b4807c829d -SIZE (gnome2/libgsf-1.14.2.tar.bz2) = 543516 diff --git a/devel/libgsf/files/patch-gsf-gnome-Makefile.in b/devel/libgsf/files/patch-gsf-gnome-Makefile.in deleted file mode 100644 index 6337cb21d..000000000 --- a/devel/libgsf/files/patch-gsf-gnome-Makefile.in +++ /dev/null @@ -1,45 +0,0 @@ ---- gsf-gnome/Makefile.in.orig Mon Nov 7 00:22:33 2005 -+++ gsf-gnome/Makefile.in Mon Nov 7 00:23:42 2005 -@@ -60,9 +60,7 @@ - libLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(lib_LTLIBRARIES) - am__DEPENDENCIES_1 = --@WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_la_DEPENDENCIES = \ --@WITH_LIBGSF_GNOME_TRUE@ $(top_builddir)/gsf/libgsf-1.la \ --@WITH_LIBGSF_GNOME_TRUE@ $(am__DEPENDENCIES_1) -+@WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_la_DEPENDENCIES = - am__libgsf_gnome_1_la_SOURCES_DIST = gsf-input-gnomevfs.c \ - gsf-output-gnomevfs.c gsf-input-bonobo.c gsf-output-bonobo.c \ - gsf-shared-bonobo-stream.c -@@ -277,7 +275,7 @@ - target_alias = @target_alias@ - AM_CPPFLAGS = -I$(top_srcdir) $(LIBGSF_GNOME_CFLAGS) - @WITH_LIBGSF_GNOME_TRUE@lib_LTLIBRARIES = libgsf-gnome-1.la --@WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_la_LIBADD = $(top_builddir)/gsf/libgsf-1.la $(LIBGSF_GNOME_LIBS) -+@WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_la_LIBADD = $(LIBGSF_GNOME_LIBS) - @WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_la_LDFLAGS = -version-info \ - @WITH_LIBGSF_GNOME_TRUE@ $(VERSION_INFO) $(am__append_1) - @WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_la_SOURCES = \ -@@ -287,13 +285,15 @@ - @WITH_LIBGSF_GNOME_TRUE@ gsf-output-bonobo.c \ - @WITH_LIBGSF_GNOME_TRUE@ gsf-shared-bonobo-stream.c - --libgsf_gnome_1_includedir = $(includedir)/libgsf-1/gsf-gnome --libgsf_gnome_1_include_HEADERS = \ -- gsf-input-gnomevfs.h \ -- gsf-output-gnomevfs.h \ -- gsf-input-bonobo.h \ -- gsf-output-bonobo.h \ -- gsf-shared-bonobo-stream.h -+@WITH_LIBGSF_GNOME_FALSE@libgsf_gnome_1_includedir = -+@WITH_LIBGSF_GNOME_FALSE@libgsf_gnome_1_include_HEADERS = -+@WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_includedir = $(includedir)/libgsf-1/gsf-gnome -+@WITH_LIBGSF_GNOME_TRUE@libgsf_gnome_1_include_HEADERS = \ -+@WITH_LIBGSF_GNOME_TRUE@ gsf-input-gnomevfs.h \ -+@WITH_LIBGSF_GNOME_TRUE@ gsf-output-gnomevfs.h \ -+@WITH_LIBGSF_GNOME_TRUE@ gsf-input-bonobo.h \ -+@WITH_LIBGSF_GNOME_TRUE@ gsf-output-bonobo.h \ -+@WITH_LIBGSF_GNOME_TRUE@ gsf-shared-bonobo-stream.h - - all: all-am - diff --git a/devel/libgsf/files/patch-gsf-python-Makefile.in b/devel/libgsf/files/patch-gsf-python-Makefile.in deleted file mode 100644 index 007dc120b..000000000 --- a/devel/libgsf/files/patch-gsf-python-Makefile.in +++ /dev/null @@ -1,39 +0,0 @@ ---- python/Makefile.in.orig Tue Oct 3 20:31:15 2006 -+++ python/Makefile.in Tue Oct 3 20:32:17 2006 -@@ -59,15 +59,13 @@ - pygsfexecLTLIBRARIES_INSTALL = $(INSTALL) - LTLIBRARIES = $(pygsfexec_LTLIBRARIES) - am__DEPENDENCIES_1 = --_gsfmodule_la_DEPENDENCIES = $(top_builddir)/gsf/libgsf-1.la \ -- $(am__DEPENDENCIES_1) -+_gsfmodule_la_DEPENDENCIES = $(am__DEPENDENCIES_1) - am__gsfmodule_la_OBJECTS = _gsfmodule_la-gsfmodule.lo - nodist__gsfmodule_la_OBJECTS = _gsfmodule_la-gsf.lo - _gsfmodule_la_OBJECTS = $(am__gsfmodule_la_OBJECTS) \ - $(nodist__gsfmodule_la_OBJECTS) - gnomemodule_la_DEPENDENCIES = \ -- $(top_builddir)/gsf-gnome/libgsf-gnome-1.la \ -- $(top_builddir)/gsf/libgsf-1.la $(am__DEPENDENCIES_1) \ -+ $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) - am_gnomemodule_la_OBJECTS = gnomemodule_la-gsfgnomemodule.lo - nodist_gnomemodule_la_OBJECTS = gnomemodule_la-gsfgnome.lo -@@ -312,8 +310,7 @@ - - gnomemodule_la_LDFLAGS = -module -avoid-version -export-symbols-regex initgnome - gnomemodule_la_LIBADD = \ -- $(top_builddir)/gsf-gnome/libgsf-gnome-1.la \ -- $(top_builddir)/gsf/libgsf-1.la \ -+ -lgsf-1 -lgsf-gnome-1 \ - $(LIBGSF_LIBS) $(LIBGSF_GNOME_LIBS) - - gnomemodule_la_SOURCES = gsfgnomemodule.c -@@ -323,7 +320,7 @@ - $(LIBGSF_CFLAGS) - - _gsfmodule_la_LDFLAGS = -module -avoid-version -export-symbols-regex init_gsf --_gsfmodule_la_LIBADD = $(top_builddir)/gsf/libgsf-1.la $(LIBGSF_LIBS) -+_gsfmodule_la_LIBADD = $(LIBGSF_LIBS) - _gsfmodule_la_SOURCES = gsfmodule.c - nodist__gsfmodule_la_SOURCES = gsf.c - all: all-am diff --git a/devel/libgsf/files/patch-gsf_gsf-shared-memory.c b/devel/libgsf/files/patch-gsf_gsf-shared-memory.c deleted file mode 100644 index 03f4e6379..000000000 --- a/devel/libgsf/files/patch-gsf_gsf-shared-memory.c +++ /dev/null @@ -1,10 +0,0 @@ ---- gsf/gsf-shared-memory.c.orig Wed Sep 11 23:58:35 2002 -+++ gsf/gsf-shared-memory.c Wed Sep 11 23:58:46 2002 -@@ -21,6 +21,7 @@ - #include <gsf-config.h> - #include <gsf/gsf-shared-memory.h> - #include <gsf/gsf-impl-utils.h> -+#include <sys/types.h> - - #ifdef HAVE_MMAP - #include <sys/mman.h> diff --git a/devel/libgsf/pkg-descr b/devel/libgsf/pkg-descr deleted file mode 100644 index 258f82307..000000000 --- a/devel/libgsf/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -The library aims to provide an efficient extensible i/o abstraction for -dealing with different structured file formats. diff --git a/devel/libgsf/pkg-plist b/devel/libgsf/pkg-plist deleted file mode 100644 index 4eef81096..000000000 --- a/devel/libgsf/pkg-plist +++ /dev/null @@ -1,96 +0,0 @@ -bin/gsf -bin/gsf-office-thumbnailer -bin/gsf-vba-dump -include/libgsf-1/gsf-win32/gsf-input-win32.h -include/libgsf-1/gsf-win32/gsf-output-win32.h -include/libgsf-1/gsf/gsf-blob.h -include/libgsf-1/gsf/gsf-clip-data.h -include/libgsf-1/gsf/gsf-doc-meta-data.h -include/libgsf-1/gsf/gsf-docprop-vector.h -include/libgsf-1/gsf/gsf-impl-utils.h -include/libgsf-1/gsf/gsf-infile-impl.h -include/libgsf-1/gsf/gsf-infile-msole.h -include/libgsf-1/gsf/gsf-infile-msvba.h -include/libgsf-1/gsf/gsf-infile-stdio.h -include/libgsf-1/gsf/gsf-infile-zip.h -include/libgsf-1/gsf/gsf-infile.h -include/libgsf-1/gsf/gsf-input-bzip.h -include/libgsf-1/gsf/gsf-input-gzip.h -include/libgsf-1/gsf/gsf-input-impl.h -include/libgsf-1/gsf/gsf-input-iochannel.h -include/libgsf-1/gsf/gsf-input-memory.h -include/libgsf-1/gsf/gsf-input-proxy.h -include/libgsf-1/gsf/gsf-input-stdio.h -include/libgsf-1/gsf/gsf-input-textline.h -include/libgsf-1/gsf/gsf-input.h -include/libgsf-1/gsf/gsf-libxml.h -include/libgsf-1/gsf/gsf-meta-names.h -include/libgsf-1/gsf/gsf-msole-utils.h -include/libgsf-1/gsf/gsf-opendoc-utils.h -include/libgsf-1/gsf/gsf-outfile-impl.h -include/libgsf-1/gsf/gsf-outfile-msole.h -include/libgsf-1/gsf/gsf-outfile-stdio.h -include/libgsf-1/gsf/gsf-outfile-zip.h -include/libgsf-1/gsf/gsf-outfile.h -include/libgsf-1/gsf/gsf-output-bzip.h -include/libgsf-1/gsf/gsf-output-csv.h -include/libgsf-1/gsf/gsf-output-gzip.h -include/libgsf-1/gsf/gsf-output-iconv.h -include/libgsf-1/gsf/gsf-output-impl.h -include/libgsf-1/gsf/gsf-output-iochannel.h -include/libgsf-1/gsf/gsf-output-memory.h -include/libgsf-1/gsf/gsf-output-stdio.h -include/libgsf-1/gsf/gsf-output.h -include/libgsf-1/gsf/gsf-structured-blob.h -include/libgsf-1/gsf/gsf-timestamp.h -include/libgsf-1/gsf/gsf-utils.h -include/libgsf-1/gsf/gsf.h -lib/libgsf-1.a -lib/libgsf-1.la -lib/libgsf-1.so -lib/libgsf-1.so.114 -libdata/pkgconfig/libgsf-1.pc -share/doc/gsf/GsfClipData.html -share/doc/gsf/api.html -share/doc/gsf/dependencies.html -share/doc/gsf/gsf-Bononbo.html -share/doc/gsf/gsf-Compression.html -share/doc/gsf/gsf-GIOChannel.html -share/doc/gsf/gsf-GnomeVFS.html -share/doc/gsf/gsf-Infile-reading-structed-files.html -share/doc/gsf/gsf-Input-from-unstructured-files.html -share/doc/gsf/gsf-MS-OLE2.html -share/doc/gsf/gsf-OASIS-Open-Document.html -share/doc/gsf/gsf-Outfile-writing-structed-files.html -share/doc/gsf/gsf-Output-to-unstructured-files.html -share/doc/gsf/gsf-Reading-and-Writing-from-local-files-and-directories.html -share/doc/gsf/gsf-Text.html -share/doc/gsf/gsf-XML-and-libxml.html -share/doc/gsf/gsf-Zip.html -share/doc/gsf/gsf-blobs.html -share/doc/gsf/gsf-memory.html -share/doc/gsf/gsf-metadata.html -share/doc/gsf/gsf-users.html -share/doc/gsf/gsf-utils.html -share/doc/gsf/gsf.devhelp -share/doc/gsf/gsf.devhelp2 -share/doc/gsf/history.html -share/doc/gsf/home.png -share/doc/gsf/index.html -share/doc/gsf/index.sgml -share/doc/gsf/intro.html -share/doc/gsf/io.html -share/doc/gsf/ix01.html -share/doc/gsf/left.png -share/doc/gsf/misc.html -share/doc/gsf/parsers.html -share/doc/gsf/right.png -share/doc/gsf/sources.html -share/doc/gsf/style.css -share/doc/gsf/up.png -share/locale/es/LC_MESSAGES/libgsf.mo -share/locale/sv/LC_MESSAGES/libgsf.mo -@dirrm share/doc/gsf -@dirrm include/libgsf-1/gsf-win32 -@dirrm include/libgsf-1/gsf -@dirrm include/libgsf-1 diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile deleted file mode 100644 index 95529758a..000000000 --- a/devel/libgtop/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# New ports collection makefile for: libgtop2 -# Date Created: 29 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/libgtop/Makefile,v 1.4 2006/09/10 00:51:09 mezz Exp $ - -PORTNAME= libgtop -PORTVERSION= 2.14.4 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 top library - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt - -USE_BZIP2= yes -USE_PERL5_BUILD=yes -USE_GETTEXT= yes -USE_GMAKE= yes -USE_GNOME= gnomehack glib20 ltverhack intlhack -USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool:15 -CONFIGURE_ARGS= --infodir=${PREFIX}/info -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -INFO= libgtop2 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 600000 -PKGMESSAGE= ${FILESDIR}/pkg-message -EXTRA_PATCHES+= ${FILESDIR}/extra-67-patch-sysdeps_freebsd_Makefile.in -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|int64_t|gint64|g' \ - ${WRKSRC}/include/glibtop/command.h \ - ${WRKSRC}/include/glibtop/proclist.h \ - ${WRKSRC}/lib/lib.pl - -post-install: - @${CHGRP} kmem ${PREFIX}/bin/libgtop_server2 - @${CHMOD} 2555 ${PREFIX}/bin/libgtop_server2 -.if ${OSVERSION} >= 600000 - @${CAT} ${PKGMESSAGE} -.endif - -.include <bsd.port.post.mk> diff --git a/devel/libgtop/distinfo b/devel/libgtop/distinfo deleted file mode 100644 index d006432af..000000000 --- a/devel/libgtop/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/libgtop-2.14.4.tar.bz2) = f13217814aed782b262e22735e5c02b2 -SHA256 (gnome2/libgtop-2.14.4.tar.bz2) = 9b6bddc5d300b785850d0ff4188f717ed1beaca185475f535fde73b895f91e2e -SIZE (gnome2/libgtop-2.14.4.tar.bz2) = 668808 diff --git a/devel/libgtop/files/extra-67-patch-sysdeps_freebsd_Makefile.in b/devel/libgtop/files/extra-67-patch-sysdeps_freebsd_Makefile.in deleted file mode 100644 index 1258d576f..000000000 --- a/devel/libgtop/files/extra-67-patch-sysdeps_freebsd_Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- sysdeps/freebsd/Makefile.in.orig Mon Apr 10 14:08:39 2006 -+++ sysdeps/freebsd/Makefile.in Mon Apr 10 14:11:50 2006 -@@ -50,7 +50,7 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/m - CONFIG_HEADER = $(top_builddir)/config.h - CONFIG_CLEAN_FILES = - LTLIBRARIES = $(noinst_LTLIBRARIES) --libgtop_sysdeps_2_0_la_LIBADD = -+libgtop_sysdeps_2_0_la_LIBADD = -lgeom -ldevstat - am_libgtop_sysdeps_2_0_la_OBJECTS = nosuid.lo siglist.lo sysinfo.lo - libgtop_sysdeps_2_0_la_OBJECTS = $(am_libgtop_sysdeps_2_0_la_OBJECTS) - am__DEPENDENCIES_1 = -@@ -260,7 +260,7 @@ target_vendor = @target_vendor@ - noinst_LTLIBRARIES = libgtop_sysdeps-2.0.la libgtop_sysdeps_suid-2.0.la - libgtop_sysdeps_2_0_la_SOURCES = nosuid.c siglist.c sysinfo.c - libgtop_sysdeps_2_0_la_LDFLAGS = $(LT_VERSION_INFO) --libgtop_sysdeps_suid_2_0_la_LIBADD = $(KVM_LIBS) -+libgtop_sysdeps_suid_2_0_la_LIBADD = $(KVM_LIBS) -lgeom -ldevstat - libgtop_sysdeps_suid_2_0_la_SOURCES = open.c close.c cpu.c mem.c swap.c \ - uptime.c loadavg.c shm_limits.c msg_limits.c \ - sem_limits.c proclist.c procstate.c procuid.c \ diff --git a/devel/libgtop/files/patch-configure b/devel/libgtop/files/patch-configure deleted file mode 100644 index 934f89e79..000000000 --- a/devel/libgtop/files/patch-configure +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.orig Mon Apr 10 15:28:24 2006 -+++ configure Mon Apr 10 15:30:40 2006 -@@ -20568,6 +20568,7 @@ else - for def in nothing KERNEL _KERNEL; do - cat >conftest.$ac_ext <<_ACEOF - #define $def -+#include <sys/types.h> - #include <sys/ipc.h> - #include <sys/msg.h> - #include <stdio.h> -@@ -23458,7 +23459,7 @@ fi - - - case "$host_os" in -- solaris*) -+ solaris*|freebsd*) - - echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5 - echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6 diff --git a/devel/libgtop/files/patch-lib::read.c b/devel/libgtop/files/patch-lib::read.c deleted file mode 100644 index 18c837d37..000000000 --- a/devel/libgtop/files/patch-lib::read.c +++ /dev/null @@ -1,30 +0,0 @@ ---- lib/read.c.orig Mon Apr 10 04:41:46 2006 -+++ lib/read.c Mon Apr 10 15:12:31 2006 -@@ -22,6 +22,7 @@ - */ - - #include <config.h> -+#include <errno.h> - #include <glibtop/read.h> - #include <glibtop/error.h> - #include <glib/gi18n-lib.h> -@@ -56,14 +57,18 @@ glibtop_read_l (glibtop *server, size_t - fprintf (stderr, "LIBRARY: really reading %d bytes.\n", (int)size); - #endif - -+retry: - if (server->socket) { - do_read (server->socket, buf, size); - } else { -- if(read (server->input [0], buf, size) < 0) -+ if(read (server->input [0], buf, size) < 0) { -+ if (errno == EINTR) -+ goto retry; - glibtop_error_io_r ( - server, - ngettext ("read %d byte", - "read %d bytes", size), - (int)size); -+ } - } - } diff --git a/devel/libgtop/files/patch-lib::write.c b/devel/libgtop/files/patch-lib::write.c deleted file mode 100644 index acb63c489..000000000 --- a/devel/libgtop/files/patch-lib::write.c +++ /dev/null @@ -1,32 +0,0 @@ ---- lib/write.c.orig Mon Apr 10 04:41:46 2006 -+++ lib/write.c Mon Apr 10 15:37:00 2006 -@@ -22,7 +22,7 @@ - */ - - #include <config.h> -- -+#include <errno.h> - #include <glibtop/write.h> - #include <glibtop/error.h> - #include <glib/gi18n-lib.h> -@@ -42,15 +42,19 @@ glibtop_write_l (glibtop *server, size_t - fprintf (stderr, "LIBRARY: really writing %d bytes.\n", (int)size); - #endif - -+retry: - if (server->socket) { - ret = send (server->socket, buf, size, 0); - } else { - ret = write (server->output [1], buf, size); - } - -- if (ret < 0) -+ if (ret < 0) { -+ if (errno == EINTR) -+ goto retry; - glibtop_error_io_r (server, - ngettext("wrote %d byte", - "wrote %d bytes", size), - (int) size); -+ } - } diff --git a/devel/libgtop/files/patch-src::daemon::io.c b/devel/libgtop/files/patch-src::daemon::io.c deleted file mode 100644 index f8fb71b03..000000000 --- a/devel/libgtop/files/patch-src::daemon::io.c +++ /dev/null @@ -1,57 +0,0 @@ ---- src/daemon/io.c.orig Mon Dec 12 05:09:38 2005 -+++ src/daemon/io.c Wed Dec 14 18:58:01 2005 -@@ -21,6 +21,7 @@ - Boston, MA 02111-1307, USA. - */ - -+#include <errno.h> - #include <config.h> - #include "daemon.h" - #include <glibtop/error.h> -@@ -37,9 +38,13 @@ do_output (int s, glibtop_response *resp - resp->offset = offset; - resp->data_size = data_size; - -+retry1: - if (s == 0) { -- if (write (1, (const void *) resp, sizeof (glibtop_response)) < 0) -+ if (write (1, (const void *) resp, sizeof (glibtop_response)) < 0) { -+ if (errno == EINTR) -+ goto retry1; - glibtop_warn_io ("write"); -+ } - } else { - if (send (s, (const void *) resp, sizeof (glibtop_response), 0) < 0) - glibtop_warn_io ("send"); -@@ -50,9 +55,13 @@ do_output (int s, glibtop_response *resp - fprintf (stderr, "Writing %d bytes of data.\n", resp->data_size); - #endif - -+retry2: - if (s == 0) { -- if (write (1, data, resp->data_size) < 0) -+ if (write (1, data, resp->data_size) < 0) { -+ if (errno == EINTR) -+ goto retry2; - glibtop_warn_io ("write"); -+ } - } else { - if (send (s, data, resp->data_size, 0) , 0) - glibtop_warn_io ("send"); -@@ -68,6 +77,7 @@ do_read (int s, void *ptr, size_t total_ - size_t already_read = 0, remaining = total_size; - - while (already_read < total_size) { -+retry: - if (s) - nread = recv (s, ptr, remaining, 0); - else -@@ -79,6 +89,8 @@ do_read (int s, void *ptr, size_t total_ - } - - if (nread <= 0) { -+ if (errno == EINTR) -+ goto retry; - glibtop_warn_io ("recv"); - return 0; - } diff --git a/devel/libgtop/files/patch-src_daemon_server.c b/devel/libgtop/files/patch-src_daemon_server.c deleted file mode 100644 index bf0bba5c7..000000000 --- a/devel/libgtop/files/patch-src_daemon_server.c +++ /dev/null @@ -1,17 +0,0 @@ ---- src/daemon/server.c.orig Mon Feb 17 15:22:19 2003 -+++ src/daemon/server.c Mon Feb 17 15:23:31 2003 -@@ -88,11 +88,12 @@ - if (strcmp (uts.sysname, LIBGTOP_COMPILE_SYSTEM) || - strcmp (uts.release, LIBGTOP_COMPILE_RELEASE) || - strcmp (uts.machine, LIBGTOP_COMPILE_MACHINE)) { -- fprintf (stderr, "Can only run on %s %s %s\n", -+ fprintf (stderr, "This libgtop was compiled on %s %s %s\n", - LIBGTOP_COMPILE_SYSTEM, - LIBGTOP_COMPILE_RELEASE, - LIBGTOP_COMPILE_MACHINE); -- _exit (1); -+ fprintf (stderr, "If you see strange problems caused by it,\n"); -+ fprintf (stderr, "you should recompile libgtop and dependent applications\n"); - } - #endif - diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_fsusage.c b/devel/libgtop/files/patch-sysdeps_freebsd_fsusage.c deleted file mode 100644 index 85c9822f8..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_fsusage.c +++ /dev/null @@ -1,134 +0,0 @@ ---- sysdeps/freebsd/jfsusage.c.orig Sun Apr 9 12:52:45 2006 -+++ sysdeps/freebsd/fsusage.c Mon Apr 10 15:34:42 2006 -@@ -9,10 +9,12 @@ - - #include <unistd.h> - #include <sys/param.h> --#if defined (HAVE_SYS_STATVFS_H) --#include <sys/statvfs.h> --#else - #include <sys/mount.h> -+#if __FreeBSD_version >= 600000 -+#include <libgeom.h> -+#include <sys/resource.h> -+#include <devstat.h> -+#include <sys/devicestat.h> - #endif - - #include <stdio.h> -@@ -31,24 +33,108 @@ _glibtop_freebsd_get_fsusage_read_write( - const char *path) - { - int result; --#if defined (STAT_STATVFS) -- struct statvfs sfs; --#else - struct statfs sfs; -+#if __FreeBSD_version >= 600000 -+ struct devstat *ds; -+ void *sc; -+ struct timespec ts; -+ struct gprovider *gp; -+ struct gident *gid; -+ struct gmesh gmp; -+ double etime; -+ uint64_t ld[2]; - #endif - --#if defined (STAT_STATVFS) -- result = statvfs (path, &sfs); --#else - result = statfs (path, &sfs); --#endif - - if (result == -1) { -+ glibtop_warn_io_r (server, "statfs"); -+ return; -+ } -+#if __FreeBSD_version >= 600000 -+ ld[0] = 0; -+ ld[1] = 0; -+ result = geom_gettree (&gmp); -+ if (result != 0) { -+ glibtop_warn_io_r (server, "geom_gettree = %d", result); -+ return; -+ } -+ -+ result = geom_stats_open (); -+ if (result) { -+ glibtop_warn_io_r (server, "geom_stats_open()"); -+ geom_deletetree (&gmp); -+ return; -+ } -+ -+ sc = geom_stats_snapshot_get (); -+ if (sc == NULL) { -+ glibtop_warn_io_r (server, "geom_stats_snapshot_get()"); -+ geom_stats_close (); -+ geom_deletetree (&gmp); - return; - } - -+ geom_stats_snapshot_timestamp (sc, &ts); -+ etime = ts.tv_sec + (ts.tv_nsec * 1e-9); -+ geom_stats_snapshot_reset (sc); -+ -+ for (;;) { -+ ds = geom_stats_snapshot_next (sc); -+ if (ds == NULL) { -+ break; -+ } -+ if (ds->id == NULL) { -+ continue; -+ } -+ -+ gid = geom_lookupid (&gmp, ds->id); -+ if (gid == NULL) { -+ geom_deletetree (&gmp); -+ result = geom_gettree (&gmp); -+ gid = geom_lookupid (&gmp, ds->id); -+ } -+ -+ if (gid == NULL) { -+ continue; -+ } -+ if (gid->lg_what == ISCONSUMER) { -+ continue; -+ } -+ -+ gp = gid->lg_ptr; -+ -+ if (!g_str_has_suffix (sfs.f_mntfromname, gp->lg_name)) { -+ continue; -+ } -+ else { -+ result = devstat_compute_statistics (ds, NULL, etime, -+ DSM_TOTAL_TRANSFERS_READ, -+ &ld[0], -+ DSM_TOTAL_TRANSFERS_WRITE, -+ &ld[1], DSM_NONE); -+ if (result != 0) { -+ glibtop_warn_io_r (server, -+ "devstat_compute_statistics()"); -+ geom_stats_snapshot_free (sc); -+ geom_stats_close (); -+ geom_deletetree (&gmp); -+ return; -+ } -+ break; -+ } -+ } -+ -+ geom_stats_snapshot_free (sc); -+ geom_stats_close (); -+ geom_deletetree (&gmp); -+ -+ buf->read = ld[0]; -+ buf->write = ld[1]; -+#else - buf->read = sfs.f_syncreads + sfs.f_asyncreads; - buf->write = sfs.f_syncwrites + sfs.f_asyncwrites; -+#endif - - buf->flags |= (1 << GLIBTOP_FSUSAGE_READ) | (1 << GLIBTOP_FSUSAGE_WRITE); - } diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_glibtop_server.h b/devel/libgtop/files/patch-sysdeps_freebsd_glibtop_server.h deleted file mode 100644 index 4955aed65..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_glibtop_server.h +++ /dev/null @@ -1,13 +0,0 @@ ---- sysdeps/freebsd/glibtop_server.h.orig Tue Apr 4 16:06:13 2006 -+++ sysdeps/freebsd/glibtop_server.h Mon Apr 10 15:27:11 2006 -@@ -21,8 +21,8 @@ - Boston, MA 02111-1307, USA. - */ - --#ifndef __GLIBTOP_SERVER_H__ --#define __GLIBTOP_SERVER_H__ -+#ifndef __FREEBSD__GLIBTOP_SERVER_H__ -+#define __FREEBSD__GLIBTOP_SERVER_H__ - - G_BEGIN_DECLS - diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_netload.c b/devel/libgtop/files/patch-sysdeps_freebsd_netload.c deleted file mode 100644 index bb6d286e0..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_netload.c +++ /dev/null @@ -1,102 +0,0 @@ ---- sysdeps/freebsd/netload.c.orig Mon Dec 12 05:09:39 2005 -+++ sysdeps/freebsd/netload.c Wed May 3 13:46:08 2006 -@@ -28,6 +28,8 @@ - - #include <glibtop_suid.h> - -+#include <string.h> -+ - #include <net/if.h> - #include <net/if_dl.h> - #include <net/if_types.h> -@@ -83,9 +85,11 @@ glibtop_get_netload_p (glibtop *server, - const char *interface) - { - struct ifnet ifnet; -- u_long ifnetaddr, ifnetfound, ifaddraddr; -+ u_long ifnetaddr, ifnetfound; - struct sockaddr *sa = NULL; -+#if (defined(__FreeBSD__) && (__FreeBSD_version < 501113)) || defined(__bsdi__) - char tname [16]; -+#endif - char name [32]; - - union { -@@ -101,12 +105,12 @@ glibtop_get_netload_p (glibtop *server, - &ifnetaddr, sizeof (ifnetaddr)) != sizeof (ifnetaddr)) - glibtop_error_io_r (server, "kvm_read (ifnet)"); - -- ifaddraddr = 0; -- while (ifnetaddr || ifaddraddr) { -+ while (ifnetaddr) { - struct sockaddr_in *sin; - register char *cp; -+ u_long ifaddraddr; - -- if (ifaddraddr == 0) { -+ { - ifnetfound = ifnetaddr; - - if (kvm_read (server->machine.kd, ifnetaddr, &ifnet, -@@ -151,7 +155,11 @@ glibtop_get_netload_p (glibtop *server, - buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_LOOPBACK); - if (ifnet.if_flags & IFF_POINTOPOINT) - buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_POINTOPOINT); -+#ifdef IFF_DRV_RUNNING -+ if (ifnet.if_drv_flags & IFF_DRV_RUNNING) -+#else - if (ifnet.if_flags & IFF_RUNNING) -+#endif - buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_RUNNING); - if (ifnet.if_flags & IFF_NOARP) - buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_NOARP); -@@ -159,7 +167,11 @@ glibtop_get_netload_p (glibtop *server, - buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_PROMISC); - if (ifnet.if_flags & IFF_ALLMULTI) - buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_ALLMULTI); -+#ifdef IFF_DRV_OACTIVE -+ if (ifnet.if_drv_flags & IFF_DRV_OACTIVE) -+#else - if (ifnet.if_flags & IFF_OACTIVE) -+#endif - buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_OACTIVE); - if (ifnet.if_flags & IFF_SIMPLEX) - buf->if_flags |= (1L << GLIBTOP_IF_FLAGS_SIMPLEX); -@@ -191,7 +203,7 @@ glibtop_get_netload_p (glibtop *server, - buf->collisions = ifnet.if_collisions; - buf->flags = _glibtop_sysdeps_netload; - -- if (ifaddraddr) { -+ while (ifaddraddr) { - if ((kvm_read (server->machine.kd, ifaddraddr, &ifaddr, - sizeof (ifaddr)) != sizeof (ifaddr))) - glibtop_error_io_r (server, "kvm_read (ifaddraddr)"); -@@ -201,7 +213,12 @@ glibtop_get_netload_p (glibtop *server, - CP(&ifaddr); - sa = (struct sockaddr *)cp; - -- if (sa->sa_family == AF_INET) { -+ if (sa->sa_family == AF_LINK) { -+ struct sockaddr_dl *dl = (struct sockaddr_dl *) sa; -+ -+ memcpy (buf->hwaddress, LLADDR (dl), sizeof (buf->hwaddress)); -+ buf->flags |= GLIBTOP_NETLOAD_HWADDRESS; -+ } else if (sa->sa_family == AF_INET) { - sin = (struct sockaddr_in *)sa; - #if !defined(__bsdi__) - /* Commenting out to "fix" #13345. */ -@@ -211,8 +228,14 @@ glibtop_get_netload_p (glibtop *server, - buf->mtu = ifnet.if_mtu; - - buf->flags |= _glibtop_sysdeps_netload_data; -+ } else if (sa->sa_family == AF_INET6) { -+ struct sockaddr_in6 *sin6 = (struct sockaddr_in6 *) sa; - -+ memcpy (buf->address6, &sin6->sin6_addr, sizeof (buf->address6)); -+ buf->flags |= GLIBTOP_NETLOAD_ADDRESS6; - } -+ /* FIXME prefix6, scope6 */ -+ ifaddraddr = (u_long) ifaddr.ifa.ifa_link.tqe_next; - } - return; - } diff --git a/devel/libgtop/files/patch-sysdeps_freebsd_siglist.c b/devel/libgtop/files/patch-sysdeps_freebsd_siglist.c deleted file mode 100644 index 6881723bd..000000000 --- a/devel/libgtop/files/patch-sysdeps_freebsd_siglist.c +++ /dev/null @@ -1,41 +0,0 @@ ---- sysdeps/freebsd/siglist.c.orig Fri Jan 20 02:56:40 2006 -+++ sysdeps/freebsd/siglist.c Fri Jan 20 02:56:44 2006 -@@ -26,4 +26,37 @@ - #include <glibtop/signal.h> - - const glibtop_signame glibtop_sys_siglist [] = --{ { 0, NULL, NULL } }; -+{ { 1, "SIGHUP", "Hangup" }, -+ { 2, "SIGINT", "Interrupt" }, -+ { 3, "SIGQUIT", "Quit" }, -+ { 4, "SIGILL", "Illegal Instruction" }, -+ { 5, "SIGTRAP", "Trace/Breakpoint Trap" }, -+ { 6, "SIGABRT", "Abort" }, -+ { 7, "SIGEMT", "Emulation Trap" }, -+ { 8, "SIGFPE", "Arithmetic Exception" }, -+ { 9, "SIGKILL", "Killed" }, -+ { 10, "SIGBUS", "Bus Error" }, -+ { 11, "SIGSEGV", "Segmentation Fault" }, -+ { 12, "SIGSYS", "Bad System Call" }, -+ { 13, "SIGPIPE", "Broken Pipe" }, -+ { 14, "SIGALRM", "Alarm Clock" }, -+ { 15, "SIGTERM", "Terminated" }, -+ { 16, "SIGURG", "Urgent Condition Present On Socket" }, -+ { 17, "SIGSTOP", "Stop (cannot be caught or ignored)" }, -+ { 18, "SIGTSTP", "Stop Signal Generated From Keyboard" }, -+ { 19, "SIGCONT", "Continue After Stop" }, -+ { 20, "SIGCHLD", "Child Status Has Changed" }, -+ { 21, "SIGTTIN", "Background Read Attempted From Control Terminal" }, -+ { 22, "SIGTTOU", "Background Write Attempted To Control Terminal" }, -+ { 23, "SIGIO", "I/O Is Possible On A Descriptor" }, -+ { 24, "SIGXCPU", "CPU Time Limit Exceeded" }, -+ { 25, "SIGXFSZ", "File Size Limit Exceeded" }, -+ { 26, "SIGVTALRM","Virtual Time Alarm" }, -+ { 27, "SIGPROF", "Profiling Timer Alarm" }, -+ { 28, "SIGWINCH","Window Size Change" }, -+ { 29, "SIGINFO", "Status Request From Keyboard" }, -+ { 30, "SIGUSR1", "User Defined Signal 1" }, -+ { 31, "SIGUSR2", "User Defined Signal 2" }, -+ { 32, "SIGTHR", "Thread Interrupt" }, -+ { 0, NULL, NULL } -+}; diff --git a/devel/libgtop/files/patch-systeps::freebsd::prockernel.c b/devel/libgtop/files/patch-systeps::freebsd::prockernel.c deleted file mode 100644 index f23b1cdae..000000000 --- a/devel/libgtop/files/patch-systeps::freebsd::prockernel.c +++ /dev/null @@ -1,15 +0,0 @@ ---- sysdeps/freebsd/prockernel.c Mon Jul 19 05:33:56 2004 -+++ sysdeps/freebsd/prockernel.c.orig Sat Mar 19 02:39:47 2005 -@@ -115,8 +115,10 @@ - - /* Get the process information */ - pinfo = kvm_getprocs (server->machine.kd, KERN_PROC_PID, pid, &count); -- if ((pinfo == NULL) || (count != 1)) -- glibtop_error_io_r (server, "kvm_getprocs (%d)", pid); -+ if ((pinfo == NULL) || (count != 1)) { -+ glibtop_warn_io_r (server, "kvm_getprocs (%d)", pid); -+ return; -+ } - - #if defined(__FreeBSD__) && (__FreeBSD_version >= 500013) - diff --git a/devel/libgtop/files/patch-systeps::freebsd::procmap.c b/devel/libgtop/files/patch-systeps::freebsd::procmap.c deleted file mode 100644 index 43923f3ba..000000000 --- a/devel/libgtop/files/patch-systeps::freebsd::procmap.c +++ /dev/null @@ -1,155 +0,0 @@ ---- sysdeps/freebsd/procmap.c.orig Mon Dec 12 19:09:39 2005 -+++ sysdeps/freebsd/procmap.c Tue May 2 12:46:49 2006 -@@ -108,14 +108,16 @@ - #else - struct vm_object object; - #endif -- glibtop_map_entry *maps; -+ GArray *maps = g_array_sized_new(FALSE, FALSE, -+ sizeof(glibtop_map_entry), -+ 100); - #if defined __FreeBSD__ - struct vnode vnode; - #if __FreeBSD_version < 500039 - struct inode inode; - #endif - #endif -- int count, i = 0; -+ int count; - int update = 0; - - glibtop_init_p (server, (1L << GLIBTOP_SYSDEPS_PROC_MAP), 0); -@@ -123,15 +125,15 @@ - memset (buf, 0, sizeof (glibtop_proc_map)); - - /* It does not work for the swapper task. */ -- if (pid == 0) return NULL; -+ if (pid == 0) return (glibtop_map_entry*) g_array_free(maps, TRUE); - - glibtop_suid_enter (server); - - /* Get the process data */ - pinfo = kvm_getprocs (server->machine.kd, KERN_PROC_PID, pid, &count); - if ((pinfo == NULL) || (count < 1)) { -- glibtop_error_io_r (server, "kvm_getprocs (%d)", pid); -- return NULL; -+ glibtop_warn_io_r (server, "kvm_getprocs (%d)", pid); -+ return (glibtop_map_entry*) g_array_free(maps, TRUE); - } - - /* Now we get the memory maps. */ -@@ -159,8 +161,6 @@ - - buf->total = buf->number * buf->size; - -- maps = g_malloc0(buf->total); -- - buf->flags = _glibtop_sysdeps_proc_map; - - /* Walk through the `vm_map_entry' list ... */ -@@ -170,6 +170,10 @@ - * to OBJT_DEFAULT so if seems this really works. */ - - do { -+ glibtop_map_entry *mentry; -+ unsigned long inum, dev; -+ guint len; -+ - if (update) { - if (kvm_read (server->machine.kd, - (unsigned long) entry.next, -@@ -197,22 +201,6 @@ - #endif - #endif - -- maps [i].flags = _glibtop_sysdeps_map_entry; -- -- maps [i].start = entry.start; -- maps [i].end = entry.end; -- maps [i].offset = entry.offset; -- -- maps [i].perm = 0; -- -- if (entry.protection & VM_PROT_READ) -- maps [i].perm |= GLIBTOP_MAP_PERM_READ; -- if (entry.protection & VM_PROT_WRITE) -- maps [i].perm |= GLIBTOP_MAP_PERM_WRITE; -- if (entry.protection & VM_PROT_EXECUTE) -- maps [i].perm |= GLIBTOP_MAP_PERM_EXECUTE; -- -- i++; - - #if defined(__NetBSD__) && (__NetBSD_Version__ >= 104000000) - if (!entry.object.uvm_obj) -@@ -224,7 +212,7 @@ - (unsigned long) entry.object.uvm_obj, - &vnode, sizeof (vnode)) != sizeof (vnode)) { - glibtop_warn_io_r (server, "kvm_read (vnode)"); -- return NULL; -+ return (glibtop_map_entry*) g_array_free(maps, TRUE); - } - #else - if (!entry.object.vm_object) -@@ -251,8 +239,8 @@ - &inode, sizeof (inode)) != sizeof (inode)) - glibtop_error_io_r (server, "kvm_read (inode)"); - -- maps [i-1].inode = inode.i_number; -- maps [i-1].device = inode.i_dev; -+ inum = inode.i_number; -+ dev = inode.i_dev; - #endif - - -@@ -274,8 +262,8 @@ - switch (vnode.v_type) { - case VREG: - #if __FreeBSD_version < 600006 -- maps [i-1].inode = vnode.v_cachedid; -- maps [i-1].device = vnode.v_cachedfs; -+ inum = vnode.v_cachedid; -+ dev = vnode.v_cachedfs; - #endif - default: - continue; -@@ -289,11 +277,37 @@ - &inode, sizeof (inode)) != sizeof (inode)) - glibtop_error_io_r (server, "kvm_read (inode)"); - -- maps [i-1].inode = inode.i_number; -- maps [i-1].device = inode.i_dev; -+ inum = inode.i_number; -+ dev = inode.i_dev; - #endif - #endif -+ len = maps->len; -+ g_array_set_size(maps, len + 1); -+ mentry = &g_array_index(maps, glibtop_map_entry, len); -+ -+ mentry->flags = _glibtop_sysdeps_map_entry; -+ -+ mentry->start = (guint64) entry.start; -+ mentry->end = (guint64) entry.end; -+ mentry->offset = (guint64) entry.offset; -+ mentry->device = (guint64) dev; -+ mentry->inode = (guint64) inum; -+ -+ mentry->perm = (guint64) 0; -+ -+ if (entry.protection & VM_PROT_READ) -+ mentry->perm |= GLIBTOP_MAP_PERM_READ; -+ if (entry.protection & VM_PROT_WRITE) -+ mentry->perm |= GLIBTOP_MAP_PERM_WRITE; -+ if (entry.protection & VM_PROT_EXECUTE) -+ mentry->perm |= GLIBTOP_MAP_PERM_EXECUTE; - } while (entry.next != first); - -- return maps; -+ buf->flags = _glibtop_sysdeps_proc_map; -+ -+ buf->number = maps->len; -+ buf->size = sizeof (glibtop_map_entry); -+ buf->total = buf->number * buf->size; -+ -+ return (glibtop_map_entry*) g_array_free(maps, FALSE); - } diff --git a/devel/libgtop/files/patch-systeps::freebsd::proctime.c b/devel/libgtop/files/patch-systeps::freebsd::proctime.c deleted file mode 100644 index 9857d6cb8..000000000 --- a/devel/libgtop/files/patch-systeps::freebsd::proctime.c +++ /dev/null @@ -1,31 +0,0 @@ ---- sysdeps/freebsd/proctime.c.orig Wed Feb 23 03:20:45 2005 -+++ sysdeps/freebsd/proctime.c Tue Aug 2 12:49:38 2005 -@@ -146,8 +146,10 @@ glibtop_get_proc_time_p (glibtop *server - - /* Get the process information */ - pinfo = kvm_getprocs (server->machine.kd, KERN_PROC_PID, pid, &count); -- if ((pinfo == NULL) || (count != 1)) -- glibtop_error_io_r (server, "kvm_getprocs (%d)", pid); -+ if ((pinfo == NULL) || (count != 1)) { -+ glibtop_warn_io_r (server, "kvm_getprocs (%d)", pid); -+ return; -+ } - - #if defined(__FreeBSD__) && (__FreeBSD_version >= 500013) - buf->rtime = pinfo [0].ki_runtime; -@@ -193,9 +195,13 @@ glibtop_get_proc_time_p (glibtop *server - if ((pinfo [0].ki_flag & P_INMEM)) { - #endif - buf->utime = pinfo [0].ki_runtime; -- buf->stime = 0; /* XXX */ -+ buf->stime = tv2sec (pinfo [0].ki_rusage.ru_stime); - buf->cutime = tv2sec (pinfo [0].ki_childtime); -- buf->cstime = 0; /* XXX */ -+#if __FreeBSD_version >= 600000 -+ buf->cstime = tv2sec (pinfo [0].ki_rusage_ch.ru_stime); -+#else -+ buf->cstime = 0; -+#endif - buf->start_time = tv2sec (pinfo [0].ki_start); - buf->flags = _glibtop_sysdeps_proc_time_user; - } diff --git a/devel/libgtop/files/pkg-message b/devel/libgtop/files/pkg-message deleted file mode 100644 index dacaf62a9..000000000 --- a/devel/libgtop/files/pkg-message +++ /dev/null @@ -1,13 +0,0 @@ -=============================================================================== - -In order to use the File System read/write monitor, you must chmod -/dev/devstat so that all users can open it read-only. For example: - -# chmod 0444 /dev/devstat - -In order for this to persist across reboots, add the following to -/etc/devfs.conf: - -perm devstat 0444 - -=============================================================================== diff --git a/devel/libgtop/pkg-descr b/devel/libgtop/pkg-descr deleted file mode 100644 index f263f1127..000000000 --- a/devel/libgtop/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This library provides the backend for gtop2, a GNOME 2.0 version -of top(1) that allows display and manipulation of running -processes. diff --git a/devel/libgtop/pkg-plist b/devel/libgtop/pkg-plist deleted file mode 100644 index 123feb467..000000000 --- a/devel/libgtop/pkg-plist +++ /dev/null @@ -1,177 +0,0 @@ -bin/libgtop_daemon2 -bin/libgtop_server2 -include/libgtop-2.0/glibtop.h -include/libgtop-2.0/glibtop/close.h -include/libgtop-2.0/glibtop/command.h -include/libgtop-2.0/glibtop/cpu.h -include/libgtop-2.0/glibtop/fsusage.h -include/libgtop-2.0/glibtop/global.h -include/libgtop-2.0/glibtop/gnuserv.h -include/libgtop-2.0/glibtop/inodedb.h -include/libgtop-2.0/glibtop/loadavg.h -include/libgtop-2.0/glibtop/mem.h -include/libgtop-2.0/glibtop/mountlist.h -include/libgtop-2.0/glibtop/msg_limits.h -include/libgtop-2.0/glibtop/netlist.h -include/libgtop-2.0/glibtop/netload.h -include/libgtop-2.0/glibtop/open.h -include/libgtop-2.0/glibtop/parameter.h -include/libgtop-2.0/glibtop/ppp.h -include/libgtop-2.0/glibtop/procargs.h -include/libgtop-2.0/glibtop/prockernel.h -include/libgtop-2.0/glibtop/proclist.h -include/libgtop-2.0/glibtop/procmap.h -include/libgtop-2.0/glibtop/procmem.h -include/libgtop-2.0/glibtop/procopenfiles.h -include/libgtop-2.0/glibtop/procsegment.h -include/libgtop-2.0/glibtop/procsignal.h -include/libgtop-2.0/glibtop/procstate.h -include/libgtop-2.0/glibtop/proctime.h -include/libgtop-2.0/glibtop/procuid.h -include/libgtop-2.0/glibtop/sem_limits.h -include/libgtop-2.0/glibtop/shm_limits.h -include/libgtop-2.0/glibtop/signal.h -include/libgtop-2.0/glibtop/swap.h -include/libgtop-2.0/glibtop/sysdeps.h -include/libgtop-2.0/glibtop/sysinfo.h -include/libgtop-2.0/glibtop/union.h -include/libgtop-2.0/glibtop/uptime.h -include/libgtop-2.0/glibtop/version.h -include/libgtop-2.0/glibtop_machine.h -include/libgtop-2.0/glibtop_server.h -include/libgtop-2.0/glibtop_suid.h -include/libgtop-2.0/libgtopconfig.h -lib/libgtop-2.0.a -lib/libgtop-2.0.la -lib/libgtop-2.0.so -lib/libgtop-2.0.so.7 -libdata/pkgconfig/libgtop-2.0.pc -share/locale/am/LC_MESSAGES/libgtop-2.0.mo -share/locale/ar/LC_MESSAGES/libgtop-2.0.mo -share/locale/az/LC_MESSAGES/libgtop-2.0.mo -share/locale/be/LC_MESSAGES/libgtop-2.0.mo -share/locale/bg/LC_MESSAGES/libgtop-2.0.mo -share/locale/bn/LC_MESSAGES/libgtop-2.0.mo -share/locale/bn_IN/LC_MESSAGES/libgtop-2.0.mo -share/locale/bs/LC_MESSAGES/libgtop-2.0.mo -share/locale/ca/LC_MESSAGES/libgtop-2.0.mo -share/locale/cs/LC_MESSAGES/libgtop-2.0.mo -share/locale/cy/LC_MESSAGES/libgtop-2.0.mo -share/locale/da/LC_MESSAGES/libgtop-2.0.mo -share/locale/de/LC_MESSAGES/libgtop-2.0.mo -share/locale/dz/LC_MESSAGES/libgtop-2.0.mo -share/locale/el/LC_MESSAGES/libgtop-2.0.mo -share/locale/en_CA/LC_MESSAGES/libgtop-2.0.mo -share/locale/en_GB/LC_MESSAGES/libgtop-2.0.mo -share/locale/eo/LC_MESSAGES/libgtop-2.0.mo -share/locale/es/LC_MESSAGES/libgtop-2.0.mo -share/locale/et/LC_MESSAGES/libgtop-2.0.mo -share/locale/eu/LC_MESSAGES/libgtop-2.0.mo -share/locale/fa/LC_MESSAGES/libgtop-2.0.mo -share/locale/fi/LC_MESSAGES/libgtop-2.0.mo -share/locale/fr/LC_MESSAGES/libgtop-2.0.mo -share/locale/ga/LC_MESSAGES/libgtop-2.0.mo -share/locale/gl/LC_MESSAGES/libgtop-2.0.mo -share/locale/gu/LC_MESSAGES/libgtop-2.0.mo -share/locale/he/LC_MESSAGES/libgtop-2.0.mo -share/locale/hi/LC_MESSAGES/libgtop-2.0.mo -share/locale/hr/LC_MESSAGES/libgtop-2.0.mo -share/locale/hu/LC_MESSAGES/libgtop-2.0.mo -share/locale/id/LC_MESSAGES/libgtop-2.0.mo -share/locale/it/LC_MESSAGES/libgtop-2.0.mo -share/locale/ja/LC_MESSAGES/libgtop-2.0.mo -share/locale/ka/LC_MESSAGES/libgtop-2.0.mo -share/locale/ko/LC_MESSAGES/libgtop-2.0.mo -share/locale/ku/LC_MESSAGES/libgtop-2.0.mo -share/locale/ky/LC_MESSAGES/libgtop-2.0.mo -share/locale/lt/LC_MESSAGES/libgtop-2.0.mo -share/locale/lv/LC_MESSAGES/libgtop-2.0.mo -share/locale/mg/LC_MESSAGES/libgtop-2.0.mo -share/locale/mi/LC_MESSAGES/libgtop-2.0.mo -share/locale/mk/LC_MESSAGES/libgtop-2.0.mo -share/locale/ml/LC_MESSAGES/libgtop-2.0.mo -share/locale/mn/LC_MESSAGES/libgtop-2.0.mo -share/locale/ms/LC_MESSAGES/libgtop-2.0.mo -share/locale/nb/LC_MESSAGES/libgtop-2.0.mo -share/locale/ne/LC_MESSAGES/libgtop-2.0.mo -share/locale/nl/LC_MESSAGES/libgtop-2.0.mo -share/locale/nn/LC_MESSAGES/libgtop-2.0.mo -share/locale/or/LC_MESSAGES/libgtop-2.0.mo -share/locale/pa/LC_MESSAGES/libgtop-2.0.mo -share/locale/pl/LC_MESSAGES/libgtop-2.0.mo -share/locale/pt/LC_MESSAGES/libgtop-2.0.mo -share/locale/pt_BR/LC_MESSAGES/libgtop-2.0.mo -share/locale/ro/LC_MESSAGES/libgtop-2.0.mo -share/locale/ru/LC_MESSAGES/libgtop-2.0.mo -share/locale/rw/LC_MESSAGES/libgtop-2.0.mo -share/locale/sk/LC_MESSAGES/libgtop-2.0.mo -share/locale/sl/LC_MESSAGES/libgtop-2.0.mo -share/locale/sq/LC_MESSAGES/libgtop-2.0.mo -share/locale/sr/LC_MESSAGES/libgtop-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/libgtop-2.0.mo -share/locale/sv/LC_MESSAGES/libgtop-2.0.mo -share/locale/ta/LC_MESSAGES/libgtop-2.0.mo -share/locale/th/LC_MESSAGES/libgtop-2.0.mo -share/locale/tr/LC_MESSAGES/libgtop-2.0.mo -share/locale/uk/LC_MESSAGES/libgtop-2.0.mo -share/locale/vi/LC_MESSAGES/libgtop-2.0.mo -share/locale/xh/LC_MESSAGES/libgtop-2.0.mo -share/locale/zh_CN/LC_MESSAGES/libgtop-2.0.mo -share/locale/zh_HK/LC_MESSAGES/libgtop-2.0.mo -share/locale/zh_TW/LC_MESSAGES/libgtop-2.0.mo -@dirrm include/libgtop-2.0/glibtop -@dirrm include/libgtop-2.0 -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_HK/LC_MESSAGES -@dirrmtry share/locale/zh_HK -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/xh/LC_MESSAGES -@dirrmtry share/locale/xh -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/ne/LC_MESSAGES -@dirrmtry share/locale/ne -@dirrmtry share/locale/mi/LC_MESSAGES -@dirrmtry share/locale/mi -@dirrmtry share/locale/mg/LC_MESSAGES -@dirrmtry share/locale/mg -@dirrmtry share/locale/ky/LC_MESSAGES -@dirrmtry share/locale/ky -@dirrmtry share/locale/ku/LC_MESSAGES -@dirrmtry share/locale/ku -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el -@dirrmtry share/locale/dz/LC_MESSAGES -@dirrmtry share/locale/dz -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/ca/LC_MESSAGES -@dirrmtry share/locale/ca -@dirrmtry share/locale/bn_IN/LC_MESSAGES -@dirrmtry share/locale/bn_IN -@dirrmtry share/locale/be/LC_MESSAGES -@dirrmtry share/locale/be diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile deleted file mode 100644 index 1eb637898..000000000 --- a/devel/libnotify/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: libnotify -# Date created: 2005-08-06 -# Whom: Andreas Kohn <andreas@syndrom23.de> -# -# $FreeBSD$ -# - -PORTNAME= libnotify -PORTVERSION= 0.4.2 -PORTREVISION= 2 -CATEGORIES= devel gnome -MASTER_SITES= http://www.galago-project.org/files/releases/source/libnotify/ - -MAINTAINER= andreas@syndrom23.de -COMMENT= A library for desktop notifications - -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - popt.0:${PORTSDIR}/devel/popt - -USE_GNOME= gnomehack gnometarget intlhack glib20 gtk20 -USE_GMAKE= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.pre.mk> - -post-patch: -.if ${OSVERSION} < 500000 - @${REINPLACE_CMD} -e 's|tests||' ${WRKSRC}/Makefile.in -.endif - -.include <bsd.port.post.mk> diff --git a/devel/libnotify/distinfo b/devel/libnotify/distinfo deleted file mode 100644 index 88a5121f8..000000000 --- a/devel/libnotify/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libnotify-0.4.2.tar.gz) = 25585318503079a513af7064bb59c04d -SHA256 (libnotify-0.4.2.tar.gz) = 9e95499badd1b0da67b1422caa4198dbe61c961300b7001173eace18b8b2c38e -SIZE (libnotify-0.4.2.tar.gz) = 388355 diff --git a/devel/libnotify/files/patch-libnotify-notification.c b/devel/libnotify/files/patch-libnotify-notification.c deleted file mode 100644 index 370f1db0b..000000000 --- a/devel/libnotify/files/patch-libnotify-notification.c +++ /dev/null @@ -1,21 +0,0 @@ -diff -Naur libnotify-0.4.2.orig/libnotify/notification.c libnotify-0.4.2/libnotify/notification.c ---- libnotify/notification.c 2006-06-15 11:14:03.000000000 +0200 -+++ libnotify/notification.c 2006-06-18 05:09:08.000000000 +0200 -@@ -901,7 +901,7 @@ - return FALSE; - } - -- g_value_init(value, dbus_g_type_get_collection("GArray", G_TYPE_CHAR)); -+ g_value_init(value, DBUS_TYPE_G_UCHAR_ARRAY); - g_value_set_boxed_take_ownership(value, byte_array); - g_value_array_append(array, value); - -@@ -961,7 +961,7 @@ - - value = g_new0(GValue, 1); - g_value_init(value, G_TYPE_VALUE_ARRAY); -- g_value_set_boxed(value, image_struct); -+ g_value_set_boxed_take_ownership(value, image_struct); - - g_hash_table_insert(notification->priv->hints, - g_strdup("icon_data"), value); diff --git a/devel/libnotify/pkg-descr b/devel/libnotify/pkg-descr deleted file mode 100644 index 15579caee..000000000 --- a/devel/libnotify/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The Desktop Notifications framework provides a standard way of doing passive -pop-up notifications on the desktop. These are designed to notify the -user of something without interrupting their work with a dialog box that they -must close. Passive popups can automatically disappear after a short period -of time. - -This port contains the library and a small command line client. -See deskutils/notification-daemon for the daemon. - -WWW: http://www.galago-project.org/specs/notification/index.php diff --git a/devel/libnotify/pkg-plist b/devel/libnotify/pkg-plist deleted file mode 100644 index fd9604bde..000000000 --- a/devel/libnotify/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -bin/notify-send -include/libnotify/notification.h -include/libnotify/notify-enum-types.h -include/libnotify/notify.h -lib/libnotify.a -lib/libnotify.la -lib/libnotify.so -lib/libnotify.so.2 -libdata/pkgconfig/libnotify.pc -share/gtk-doc/html/libnotify/NotifyNotification.html -share/gtk-doc/html/libnotify/ch01.html -share/gtk-doc/html/libnotify/home.png -share/gtk-doc/html/libnotify/index.html -share/gtk-doc/html/libnotify/index.sgml -share/gtk-doc/html/libnotify/left.png -share/gtk-doc/html/libnotify/libnotify-notify.html -share/gtk-doc/html/libnotify/libnotify.devhelp -share/gtk-doc/html/libnotify/libnotify.devhelp2 -share/gtk-doc/html/libnotify/right.png -share/gtk-doc/html/libnotify/style.css -share/gtk-doc/html/libnotify/up.png -@dirrm share/gtk-doc/html/libnotify -@dirrmtry share/gtk-doc/html -@dirrmtry share/gtk-doc -@dirrm include/libnotify diff --git a/devel/libunicode/Makefile b/devel/libunicode/Makefile deleted file mode 100644 index 0ebdcf976..000000000 --- a/devel/libunicode/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: libunicode -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/libunicode/Makefile,v 1.1 2006/07/18 12:34:54 ahze Exp $ - -PORTNAME= libunicode -PORTVERSION= 0.4 -PORTREVISION= 6 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/libunicode/0.4 -DISTNAME= ${PORTNAME}-${PORTVERSION}.gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A library for manipulating Unicode characters and strings - -USE_GMAKE= yes -USE_XLIB= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -.include <bsd.port.mk> diff --git a/devel/libunicode/distinfo b/devel/libunicode/distinfo deleted file mode 100644 index 7c8767c9a..000000000 --- a/devel/libunicode/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libunicode-0.4.gnome.tar.gz) = 78bca1168d7f180e9cc8a3388bf7374e -SHA256 (libunicode-0.4.gnome.tar.gz) = a4466a63c6501aa3137fdf309dc044bbb48186136ab86ea87c09653789ebcffd -SIZE (libunicode-0.4.gnome.tar.gz) = 211622 diff --git a/devel/libunicode/files/patch-aa b/devel/libunicode/files/patch-aa deleted file mode 100644 index 2c39e59e3..000000000 --- a/devel/libunicode/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Wed Sep 20 17:44:12 2000 -+++ Makefile.in Thu Sep 21 10:54:20 2000 -@@ -94,7 +94,7 @@ - EXTRA_DIST = libunicode.spec.in unicodeConf.sh.in - - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = unicodeConf.sh - - CLEAN_FILES = unicodeConf.sh diff --git a/devel/libunicode/files/patch-iso8859.c b/devel/libunicode/files/patch-iso8859.c deleted file mode 100644 index afe3101c5..000000000 --- a/devel/libunicode/files/patch-iso8859.c +++ /dev/null @@ -1,11 +0,0 @@ ---- iso8859.c.orig Fri Oct 29 15:15:19 1999 -+++ iso8859.c Wed Jun 5 02:43:26 2002 -@@ -271,6 +271,8 @@ - #define ISO_DEFINE(Num) \ - static char * n ## Num [] = { "8859-" # Num, \ - "ISO-8859-" # Num, \ -+ "ISO_8859-1" # Num, \ -+ "ISO8859-" # Num, \ - NULL }; \ - unicode_encoding_t P3 (unicode_iso8859_, Num, _encoding) = \ - { \ diff --git a/devel/libunicode/files/patch-latin1.c b/devel/libunicode/files/patch-latin1.c deleted file mode 100644 index 5196870a1..000000000 --- a/devel/libunicode/files/patch-latin1.c +++ /dev/null @@ -1,11 +0,0 @@ ---- latin1.c.orig Wed Jun 5 02:41:15 2002 -+++ latin1.c Wed Jun 5 02:41:34 2002 -@@ -89,7 +89,7 @@ - } - - /* The encoding descriptor for Latin1. */ --static char *l1n[] = { "8859-1", "ISO-8859-1", NULL }; -+static char *l1n[] = { "8859-1", "ISO8859-1", "ISO_8859-1", "ISO-8859-1", NULL }; - unicode_encoding_t unicode_latin1_encoding = - { - l1n, diff --git a/devel/libunicode/pkg-descr b/devel/libunicode/pkg-descr deleted file mode 100644 index b27a4d6b0..000000000 --- a/devel/libunicode/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -libunicode is a library for manipulating Unicode characters and -strings. It understands both the UTF-8 and UCS-2 encodings, and has a -framework for adding support for new encodings. - -WWW: http://www.gnome.org/ diff --git a/devel/libunicode/pkg-plist b/devel/libunicode/pkg-plist deleted file mode 100644 index ea1954412..000000000 --- a/devel/libunicode/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/unicode-config -etc/unicodeConf.sh -include/unicode.h -lib/libunicode.a -lib/libunicode.la -lib/libunicode.so -lib/libunicode.so.0 diff --git a/devel/maketool/Makefile b/devel/maketool/Makefile deleted file mode 100644 index a29bb93c0..000000000 --- a/devel/maketool/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# New ports collection makefile for: maketool -# Date created: 2002-10-15 -# Whom: trevor -# -# $FreeBSD$ -# - -PORTNAME= maketool -PORTVERSION= 0.8.4 -PORTREVISION= 6 -CATEGORIES= devel -MASTER_SITES= http://home.alphalink.com.au/~gnb/maketool/downloads/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= GUI interface for make or gmake - -LIB_DEPENDS= fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ - freetype.9:${PORTSDIR}/print/freetype2 - -DOCS= COPYING COPYRIGHT ChangeLog TODO -GNU_CONFIGURE= yes -MAN1= maketool.1 -PLIST= ${WRKDIR}/pkg-plist -USE_BZIP2= yes -USE_GETTEXT= yes -USE_GNOME= atk glib20 gtk20 pango -USE_X_PREFIX= yes - -pre-install: - ${ECHO_CMD} bin/maketool > ${PLIST} -.for ii in make maketool_client - ${ECHO_CMD} libexec/maketool/${ii} >> ${PLIST} -.endfor - ${ECHO_CMD} @dirrm libexec/maketool >> ${PLIST} -.if !defined(NOPORTDOCS) -.for ii in ${DOCS} - ${ECHO_CMD} share/doc/maketool/${ii} >> ${PLIST} -.endfor - ${ECHO_CMD} @dirrm share/doc/maketool >> ${PLIST} -.endif - cd ${WRKSRC}/doc/help/C/help && ${LS} | ${SED} -e \ - "s:^:share/maketool/help/C/:g" >> ${PLIST} - cd ${WRKSRC}/doc/help/C && ${LS} *dat *gif | ${SED} -e \ - "s:^:share/maketool/help/C/:g" >> ${PLIST} -.for ii in autoconf-dist autoconf-maint automake imake - ${ECHO_CMD} share/maketool/${ii}.mk >> ${PLIST} -.endfor -.for ii in /help/C /help / - ${ECHO_CMD} @dirrm share/maketool${ii} >> ${PLIST} -.endfor - ${ECHO_CMD} lib/charset.alias >> ${PLIST} - ${ECHO_CMD} share/locale/locale.alias >> ${PLIST} -.for ii in cs ja - ${ECHO_CMD} share/locale/${ii}/LC_MESSAGES/maketool.mo >> ${PLIST} -.endfor - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} -.for ii in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${ii} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/devel/maketool/distinfo b/devel/maketool/distinfo deleted file mode 100644 index 2212b6b14..000000000 --- a/devel/maketool/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (maketool-0.8.4.tar.bz2) = 28b99001dba9c70fad92d37cd9f7dddd -SIZE (maketool-0.8.4.tar.bz2) = 691069 -SHA256 (maketool-0.8.4.tar.bz2) = 735a565d7fb51a19e81c2c66f544daad00bd889240fe7dc4ca7588e4d479dfda diff --git a/devel/maketool/files/patch-lib_gtk2_gtk_gtkctree.c b/devel/maketool/files/patch-lib_gtk2_gtk_gtkctree.c deleted file mode 100644 index da481dae8..000000000 --- a/devel/maketool/files/patch-lib_gtk2_gtk_gtkctree.c +++ /dev/null @@ -1,50 +0,0 @@ ---- lib/gtk2/gtk/gtkctree.c.orig Sun Oct 8 23:15:57 2006 -+++ lib/gtk2/gtk/gtkctree.c Sun Oct 8 23:18:58 2006 -@@ -563,24 +563,12 @@ gtk_ctree_set_arg (GtkObject *objec - switch (arg_id) - { - case ARG_N_COLUMNS: /* construct-only arg, only set at construction time */ -- g_return_if_fail (clist->row_mem_chunk == NULL); - clist->columns = MAX (1, GTK_VALUE_UINT (*arg)); -- clist->row_mem_chunk = g_mem_chunk_new ("ctree row mem chunk", -- sizeof (GtkCTreeRow), -- sizeof (GtkCTreeRow) -- * CLIST_OPTIMUM_SIZE, -- G_ALLOC_AND_FREE); -- clist->cell_mem_chunk = g_mem_chunk_new ("ctree cell mem chunk", -- sizeof (GtkCell) * clist->columns, -- sizeof (GtkCell) * clist->columns -- * CLIST_OPTIMUM_SIZE, -- G_ALLOC_AND_FREE); - ctree->tree_column = CLAMP (ctree->tree_column, 0, clist->columns); - break; - case ARG_TREE_COLUMN: /* construct-only arg, only set at construction time */ - ctree->tree_column = GTK_VALUE_UINT (*arg); -- if (clist->row_mem_chunk) -- ctree->tree_column = CLAMP (ctree->tree_column, 0, clist->columns); -+ ctree->tree_column = CLAMP (ctree->tree_column, 0, clist->columns); - break; - case ARG_INDENT: - gtk_ctree_set_indent (ctree, GTK_VALUE_UINT (*arg)); -@@ -3197,8 +3185,8 @@ row_new (GtkCTree *ctree) - int i; - - clist = GTK_CLIST (ctree); -- ctree_row = g_chunk_new (GtkCTreeRow, clist->row_mem_chunk); -- ctree_row->row.cell = g_chunk_new (GtkCell, clist->cell_mem_chunk); -+ ctree_row = g_slice_new (GtkCTreeRow); -+ ctree_row->row.cell = g_slice_alloc (sizeof (GtkCell) * clist->columns); - - for (i = 0; i < clist->columns; i++) - { -@@ -3286,8 +3274,8 @@ row_delete (GtkCTree *ctree, - dnotify (ddata); - } - -- g_mem_chunk_free (clist->cell_mem_chunk, ctree_row->row.cell); -- g_mem_chunk_free (clist->row_mem_chunk, ctree_row); -+ g_slice_free1 (sizeof (GtkCell) * clist->columns, ctree_row->row.cell); -+ g_slice_free (GtkCTreeRow, ctree_row); - } - - static void diff --git a/devel/maketool/pkg-descr b/devel/maketool/pkg-descr deleted file mode 100644 index 77632960d..000000000 --- a/devel/maketool/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -Maketool is a simple GTK+ based GUI front-end for GNU make and other make -programs. - -Maketool's features include: - - * Figures out what targets are available and presents them in a menu. - * Runs make and detects compiler errors and warnings in the output. - * Double-clicking on errors starts an editor with that file and line. - * Works with any makefile system that uses GNU make. - * Automatically updates Makefile if project uses automake, autoconf or imake. - * GUI for selecting configure options for automake and autoconf. - * Special handling for standard GNU targets such as all, install, clean etc. - * Save and reload logs of make runs. - * Summarise make logs to reduce visual clutter. - * With recursive make, expand or collapse each directory separately - * Override values of make and environment variables. - * Make in series or in parallel, (using make's -j and -l flags). - * Dryrun mode (using make's -n flag). - * Implements many of make's command-line options. - * Configure foreground & background colours of error & warnings lines. - * Now also supports Solaris make, IRIX smake, and BSD pmake. - -WWW: http://home.alphalink.com.au/~gnb/maketool/ diff --git a/devel/oaf/Makefile b/devel/oaf/Makefile deleted file mode 100644 index 238d6dc31..000000000 --- a/devel/oaf/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: oaf -# Date created: 1st June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/oaf/Makefile,v 1.1 2006/07/25 16:53:52 mezz Exp $ -# - -PORTNAME= oaf -PORTVERSION= 0.6.10 -PORTREVISION= 4 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/oaf/0.6 -DIST_SUBDIR= gnome - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Object Activation Framework for GNOME - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt - -USE_BZIP2= yes -USE_XLIB= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix gtk12 orbit libxml -USE_GETTEXT= yes -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_ARGS= --enable-static --enable-shared \ - --disable-more-warnings -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lintl" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} - -MAN1= oafd.1 - -.include <bsd.port.mk> diff --git a/devel/oaf/distinfo b/devel/oaf/distinfo deleted file mode 100644 index 6229be211..000000000 --- a/devel/oaf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome/oaf-0.6.10.tar.bz2) = ed9aa2ceb70bba34034b3134b22d2729 -SHA256 (gnome/oaf-0.6.10.tar.bz2) = 0a813badfba04781d51339ec3eddc5e7702042fb5d6abffd746a79172793197e -SIZE (gnome/oaf-0.6.10.tar.bz2) = 435621 diff --git a/devel/oaf/files/patch-aa b/devel/oaf/files/patch-aa deleted file mode 100644 index e0caa8a8e..000000000 --- a/devel/oaf/files/patch-aa +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- Makefile.in.orig Fri Jul 5 11:27:26 2002 -+++ Makefile.in Fri Jul 5 11:28:17 2002 -@@ -145,7 +145,7 @@ - oafconfig_DATA = oaf-config.xml oaf-config.xml.sample $(NULL) - - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = oafConf.sh - - m4datadir = $(prefix)/share/aclocal diff --git a/devel/oaf/files/patch-configure b/devel/oaf/files/patch-configure deleted file mode 100644 index 51b6045b1..000000000 --- a/devel/oaf/files/patch-configure +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- configure 2001/09/25 15:22:02 1.1 -+++ configure 2001/09/25 15:22:25 -@@ -5647,7 +5647,7 @@ - - fi - --for ac_prog in 'bison -y' byacc -+for ac_prog in '_bison -y' byacc - do - # Extract the first word of "$ac_prog", so it can be a program name with args. - set dummy $ac_prog; ac_word=$2 diff --git a/devel/oaf/files/patch-liboaf::oaf-fork-server.c b/devel/oaf/files/patch-liboaf::oaf-fork-server.c deleted file mode 100644 index fc1ebd446..000000000 --- a/devel/oaf/files/patch-liboaf::oaf-fork-server.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- liboaf/oaf-fork-server.c 2002/02/14 01:44:13 1.1 -+++ liboaf/oaf-fork-server.c 2002/02/14 01:44:39 -@@ -264,6 +264,8 @@ - } else if ((childpid = fork ())) { - _exit (0); /* de-zombifier process, just exit */ - } else { -+ sigprocmask (SIG_SETMASK, &omask, NULL); -+ - if (display) - oaf_setenv ("DISPLAY", display); - if (od_iorstr) diff --git a/devel/oaf/files/patch-ltmain.sh b/devel/oaf/files/patch-ltmain.sh deleted file mode 100644 index 98cb05e4d..000000000 --- a/devel/oaf/files/patch-ltmain.sh +++ /dev/null @@ -1,28 +0,0 @@ - -$FreeBSD$ - ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff --git a/devel/oaf/files/patch-test_oaf-slay.in b/devel/oaf/files/patch-test_oaf-slay.in deleted file mode 100644 index bd5f51b50..000000000 --- a/devel/oaf/files/patch-test_oaf-slay.in +++ /dev/null @@ -1,11 +0,0 @@ ---- test/oaf-slay.in.orig Fri Oct 18 15:33:00 2002 -+++ test/oaf-slay.in Fri Oct 18 15:33:12 2002 -@@ -51,7 +51,7 @@ - - # get OAF files - # --@oaf_dirs = ( "@prefix@/share/oaf" ); -+@oaf_dirs = ( "@datadir@/oaf" ); - foreach $dir (split(':', $ENV{'OAF_INFO_PATH'})) { - if (-d $dir) { - push @oaf_dirs, $dir; diff --git a/devel/oaf/pkg-descr b/devel/oaf/pkg-descr deleted file mode 100644 index 880e3fa5e..000000000 --- a/devel/oaf/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -OAF is the Object Activation Framework, a much more powerful replacement -for gnorba in the GNOME 1.4 development platform. It's used by Nautilus -(and optinally by Bonobo by other GNOME applications) for advanced -object query and activation capabilities. - -WWW: http://www.gnome.org/ diff --git a/devel/oaf/pkg-plist b/devel/oaf/pkg-plist deleted file mode 100644 index 6ae0a769c..000000000 --- a/devel/oaf/pkg-plist +++ /dev/null @@ -1,93 +0,0 @@ -bin/oaf-client -bin/oaf-config -bin/oaf-empty-server -bin/oaf-run-query -bin/oaf-slay -bin/oaf-sysconf -bin/oafd -etc/oaf/oaf-config.xml -etc/oaf/oaf-config.xml.sample -etc/oafConf.sh -include/liboaf/liboaf-version.h -include/liboaf/liboaf.h -include/liboaf/oaf-actid.h -include/liboaf/oaf-activate.h -include/liboaf/oaf-async.h -include/liboaf/oaf-factory-suppress.h -include/liboaf/oaf-factory.h -include/liboaf/oaf-mainloop.h -include/liboaf/oaf-plugin.h -include/liboaf/oaf-registration.h -include/liboaf/oaf-servreg.h -include/liboaf/oaf-util.h -include/liboaf/oaf.h -lib/liboaf.a -lib/liboaf.so -lib/liboaf.so.0 -share/aclocal/oaf.m4 -share/gnome/idl/oaf-factory.idl -share/gnome/idl/oaf.idl -share/gnome/oaf/OAF_naming-service.oaf -share/gnome/oaf/empty.oafinfo -share/locale/az/LC_MESSAGES/oaf.mo -share/locale/bg/LC_MESSAGES/oaf.mo -share/locale/da/LC_MESSAGES/oaf.mo -share/locale/de/LC_MESSAGES/oaf.mo -share/locale/el/LC_MESSAGES/oaf.mo -share/locale/es/LC_MESSAGES/oaf.mo -share/locale/eu/LC_MESSAGES/oaf.mo -share/locale/fi/LC_MESSAGES/oaf.mo -share/locale/fr/LC_MESSAGES/oaf.mo -share/locale/ga/LC_MESSAGES/oaf.mo -share/locale/gl/LC_MESSAGES/oaf.mo -share/locale/hu/LC_MESSAGES/oaf.mo -share/locale/it/LC_MESSAGES/oaf.mo -share/locale/ja/LC_MESSAGES/oaf.mo -share/locale/ko/LC_MESSAGES/oaf.mo -share/locale/nl/LC_MESSAGES/oaf.mo -share/locale/nn/LC_MESSAGES/oaf.mo -share/locale/no/LC_MESSAGES/oaf.mo -share/locale/pl/LC_MESSAGES/oaf.mo -share/locale/pt/LC_MESSAGES/oaf.mo -share/locale/pt_BR/LC_MESSAGES/oaf.mo -share/locale/ro/LC_MESSAGES/oaf.mo -share/locale/ru/LC_MESSAGES/oaf.mo -share/locale/sk/LC_MESSAGES/oaf.mo -share/locale/sl/LC_MESSAGES/oaf.mo -share/locale/sv/LC_MESSAGES/oaf.mo -share/locale/ta/LC_MESSAGES/oaf.mo -share/locale/tr/LC_MESSAGES/oaf.mo -share/locale/uk/LC_MESSAGES/oaf.mo -share/locale/zh_CN/LC_MESSAGES/oaf.mo -share/locale/zh_TW/LC_MESSAGES/oaf.mo -@dirrm include/liboaf -@dirrm etc/oaf -@unexec ps gx | grep '[0-9]:[0-9][0-9]\.[0-9][0-9] oafd --ac-activate' | awk '{print $1}' | xargs kill 2>/dev/null || true -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW -@dirrmtry share/locale/zh_CN/LC_MESSAGES -@dirrmtry share/locale/zh_CN -@dirrmtry share/locale/uk/LC_MESSAGES -@dirrmtry share/locale/uk -@dirrmtry share/locale/sl/LC_MESSAGES -@dirrmtry share/locale/sl -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/no/LC_MESSAGES -@dirrmtry share/locale/no -@dirrmtry share/locale/nn/LC_MESSAGES -@dirrmtry share/locale/nn -@dirrmtry share/locale/ko/LC_MESSAGES -@dirrmtry share/locale/ko -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el diff --git a/devel/p5-Glib2/Makefile b/devel/p5-Glib2/Makefile deleted file mode 100644 index 3150e8824..000000000 --- a/devel/p5-Glib2/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: p5-Glib2 -# Date created: 26 Oct 2003 -# Whom: clsung@dragon2.net -# -# $FreeBSD$ -# - -PORTNAME= Glib2 -PORTVERSION= 1.140 -PORTREVISION= 1 -CATEGORIES= devel perl5 -MASTER_SITES= CPAN/Glib SF/gtk2-perl -PKGNAMEPREFIX= p5- -DISTNAME= Glib-${PORTVERSION} - -MAINTAINER= clsung@FreeBSD.org -COMMENT= This module provides access to Glib and GObject libraries - -BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/PkgConfig.pm:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \ - ${SITE_PERL}/ExtUtils/Depends.pm:${PORTSDIR}/devel/p5-ExtUtils-Depends - -USE_GNOME= glib20 -PERL_CONFIGURE= yes -USE_GMAKE= yes -WRKSRC= ${WRKDIR}/${PORTNAME:S/2//}-${PORTVERSION} - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 -IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 then try again -.endif - -post-install: - @cd ${WRKSRC}/blib/man3 && ${FIND} * -name "*.3" | ${SED} \ - 's,^,${MAN3PREFIX:S,^${TARGETDIR}/,,}/man/man3/,' >> ${TMPPLIST} - -.include <bsd.port.post.mk> diff --git a/devel/p5-Glib2/distinfo b/devel/p5-Glib2/distinfo deleted file mode 100644 index b5488dc6e..000000000 --- a/devel/p5-Glib2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Glib-1.140.tar.gz) = 36a4ba906ae9542b10568501f1f99602 -SHA256 (Glib-1.140.tar.gz) = 93af1877c522d72eabeeefabce09abc2fbc751b315c06c66ba97c12251fe4025 -SIZE (Glib-1.140.tar.gz) = 241189 diff --git a/devel/p5-Glib2/pkg-descr b/devel/p5-Glib2/pkg-descr deleted file mode 100644 index 82455b62a..000000000 --- a/devel/p5-Glib2/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -From README - -This module provides perl access to Glib and GLib's GObject libraries. -GLib is a portability and utility library; GObject provides a generic -type system with inheritance and a powerful signal system. Together -these libraries are used as the foundation for many of the libraries -that make up the Gnome environment, and are used in many unrelated -projects. - -This wrapper attempts to provide a perlish interface while remaining -as true as possible to the underlying C API, so that any reference -materials you can find on using GLib may still apply to using the -libraries from perl. Where GLib's functionality overlaps perl's, -perl's is favored; for example, you will find perl lists and arrays in -place of GSList or GList objects. Some concepts have been eliminated; -you need never worry about reference-counting on GObjects or GBoxed -structures. Other concepts have been converted to a perlish analogy; -the GType id will never be seen in perl, as the package name serves -that purpose. [FIXME link to a document describing this stuff in detail.] - -WWW: http://gtk2-perl.sourceforge.net/ diff --git a/devel/p5-Glib2/pkg-plist b/devel/p5-Glib2/pkg-plist deleted file mode 100644 index 4f38c222e..000000000 --- a/devel/p5-Glib2/pkg-plist +++ /dev/null @@ -1,46 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/Glib.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/BookmarkFile.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Boxed.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/CodeGen.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Error.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Flags.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/GenPod.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Install/Files.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Install/doctypes -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Install/gperl.h -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Install/gperl_marshal.h -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Install/typemap -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/KeyFile.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Log.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/MainLoop.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/MakeHelper.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Markup.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Object.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Object/Subclass.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Param/Boolean.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Param/Double.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Param/Enum.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Param/Flags.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Param/Int.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Param/Int64.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Param/String.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Param/UInt.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Param/UInt64.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Param/Unichar.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/ParamSpec.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/ParseXSDoc.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Signal.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Type.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/Utils.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/devel.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/index.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/version.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Glib/xsapi.pod -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Glib/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Glib/Glib.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Glib/Glib.so -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Glib -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Glib/Install -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Glib/Object -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Glib/Param -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Glib diff --git a/devel/p5-Net-DBus/Makefile b/devel/p5-Net-DBus/Makefile deleted file mode 100644 index 1749c4a55..000000000 --- a/devel/p5-Net-DBus/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: p5-Net-DBus -# Date created: 2005-11-25 -# Whom: Roman Bogorodskiy <novel@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= Net-DBus -PORTVERSION= 0.33.3 -PORTREVISION= 2 -CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Net -PKGNAMEPREFIX= p5- - -MAINTAINER= novel@FreeBSD.org -COMMENT= Perl extension for the DBus message system - -LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus -RUN_DEPENDS= ${SITE_PERL}/XML/Twig.pm:${PORTSDIR}/textproc/p5-XML-Twig \ - ${SITE_PERL}/XML/Grove.pm:${PORTSDIR}/textproc/p5-XML-Grove \ - ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes - -USE_GNOME= pkgconfig -PERL_CONFIGURE= yes - -MAN3= Net::DBus::ASyncReply.3 Net::DBus::Annotation.3 Net::DBus::Tutorial.3 \ - Net::DBus::RemoteObject.3 Net::DBus::Binding::Connection.3 \ - Net::DBus::Binding::PendingCall.3 Net::DBus::RemoteService.3 \ - Net::DBus::Tutorial::ExportingObjects.3 Net::DBus::Dumper.3 \ - Net::DBus::Binding::Iterator.3 Net::DBus::Binding::Message.3 \ - Net::DBus::Binding::Message::Signal.3 Net::DBus::Binding::Bus.3 \ - Net::DBus::Binding::Server.3 Net::DBus::Binding::Watch.3 \ - Net::DBus::Service.3 Net::DBus::Tutorial::UsingObjects.3\ - Net::DBus.3 Net::DBus::Object.3 Net::DBus::Reactor.3 \ - Net::DBus::Exporter.3 Net::DBus::Binding::Value.3 \ - Net::DBus::Test::MockConnection.3 Net::DBus::Test::MockObject.3 \ - Net::DBus::Binding::Introspector.3 Net::DBus::Callback.3 \ - Net::DBus::Binding::Message::MethodReturn.3 \ - Net::DBus::Binding::Message::MethodCall.3 \ - Net::DBus::Binding::Message::Error.3 \ - Net::DBus::Error.3 Net::DBus::Test::MockIterator.3 \ - Net::DBus::Test::MockMessage.3 - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= requires perl 5.006 or better -.endif - -.include <bsd.port.post.mk> diff --git a/devel/p5-Net-DBus/distinfo b/devel/p5-Net-DBus/distinfo deleted file mode 100644 index 7bb57b7fd..000000000 --- a/devel/p5-Net-DBus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (Net-DBus-0.33.3.tar.gz) = 1663f7d4440fe2756c3dc315a80aeadc -SHA256 (Net-DBus-0.33.3.tar.gz) = 79398dd0a68087ece9932ddb4cad4d37c6ee46efefb6fd1117bbb4ac9bf431b8 -SIZE (Net-DBus-0.33.3.tar.gz) = 94661 diff --git a/devel/p5-Net-DBus/pkg-descr b/devel/p5-Net-DBus/pkg-descr deleted file mode 100644 index de9bc7c6a..000000000 --- a/devel/p5-Net-DBus/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Net::DBus provides a Perl XS API to the dbus inter-application -messaging system. The Perl API covers the core base level -of the dbus APIs, not concerning itself yet with the GLib -or QT wrappers - -WWW: http://search.cpan.org/dist/Net-DBus/ diff --git a/devel/p5-Net-DBus/pkg-plist b/devel/p5-Net-DBus/pkg-plist deleted file mode 100644 index 5af10a0e7..000000000 --- a/devel/p5-Net-DBus/pkg-plist +++ /dev/null @@ -1,45 +0,0 @@ -@comment $FreeBSD$ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DBus/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DBus/DBus.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DBus/DBus.so -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/ASyncReply.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Annotation.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Error.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/RemoteObject.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Service.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Object.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/RemoteService.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Dumper.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Callback.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Exporter.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Reactor.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Tutorial.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Value.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Watch.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Bus.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Connection.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Iterator.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Message.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Introspector.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/PendingCall.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Server.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Message/Signal.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Message/MethodReturn.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Message/MethodCall.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Message/Error.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Test/MockConnection.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Test/MockObject.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Test/MockIterator.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Test/MockMessage.pm -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Tutorial/UsingObjects.pod -%%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Tutorial/ExportingObjects.pod -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/DBus -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding/Message -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Binding -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Test -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus/Tutorial -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/DBus -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/ -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net -@dirrmtry %%SITE_PERL%%/Net diff --git a/devel/preps-gui/Makefile b/devel/preps-gui/Makefile deleted file mode 100644 index ba2d83306..000000000 --- a/devel/preps-gui/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: preps-gui -# Date created: Fri Mar 19 14:27:30 EET 2004 -# Whom: shadow@psoft.net -# -# $FreeBSD$ -# - -PORTNAME= preps -PORTVERSION= 2.0.4 -PORTREVISION= 2 -CATEGORIES= devel -MASTER_SITES= http://webpages.charter.net/stuffle/preps/download/files/ -PKGNAMESUFFIX= -gui -DISTNAME= preps-${PORTVERSION} -DIST_SUBDIR= prep - -MAINTAINER= jmelo@FreeBSD.org -COMMENT= Problem reporting system - -RUN_DEPENDS= prepsdb_tool:${PORTSDIR}/devel/prepstools - -USE_XLIB= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix gtk20 gconf2 libgnomeui -USE_PGSQL= yes -INSTALLS_OMF= yes -GCONF_SCHEMAS= preps.schema - -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS+= --with-pgsqldir=${LOCALBASE} \ - --with-plpgsqldir=${LOCALBASE} \ - --with-libprepsdir=${LOCALBASE} \ - --localstatedir=/var - -post-patch: - @${REINPLACE_CMD} -e 's|@PACKAGE@/gnome/help|help|g' \ - ${WRKSRC}/help/C/Makefile.in - -.include <bsd.port.mk> diff --git a/devel/preps-gui/distinfo b/devel/preps-gui/distinfo deleted file mode 100644 index 3076fe7b7..000000000 --- a/devel/preps-gui/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (prep/preps-2.0.4.tar.gz) = 9e004ae5449c4352d1b6a0ce73287e62 -SHA256 (prep/preps-2.0.4.tar.gz) = af04db1d10ccefc3324c02f38845edcfae2e4fee95eadc29375c4bdf9c6ccab8 -SIZE (prep/preps-2.0.4.tar.gz) = 1017121 diff --git a/devel/preps-gui/pkg-descr b/devel/preps-gui/pkg-descr deleted file mode 100644 index a9167dee0..000000000 --- a/devel/preps-gui/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -PRepS is a tool for reporting and tracking problems or tasks. - -It is designed for tracking problems with software, but can also be used for -tracking other types of problems or tasks. Be creative. - -For more information see: -WWW: http://webpages.charter.net/stuffle/preps/preps.html diff --git a/devel/preps-gui/pkg-plist b/devel/preps-gui/pkg-plist deleted file mode 100644 index d35c0dc66..000000000 --- a/devel/preps-gui/pkg-plist +++ /dev/null @@ -1,32 +0,0 @@ -@comment $FreeBSD$ -bin/preps -share/gnome/apps/Development/PRepS.desktop -share/gnome/help/preps/C/figures/arch_dlg.png -share/gnome/help/preps/C/figures/attriblist.png -share/gnome/help/preps/C/figures/editpr.png -share/gnome/help/preps/C/figures/findpr.png -share/gnome/help/preps/C/figures/gentab.png -share/gnome/help/preps/C/figures/login.png -share/gnome/help/preps/C/figures/main_win_arch.png -share/gnome/help/preps/C/figures/mainwin.png -share/gnome/help/preps/C/figures/mainwintab.png -share/gnome/help/preps/C/figures/newpr.png -share/gnome/help/preps/C/figures/printdlg.png -share/gnome/help/preps/C/figures/prjedit.png -share/gnome/help/preps/C/figures/prjvers.png -share/gnome/help/preps/C/figures/prquery.png -share/gnome/help/preps/C/figures/ptedit.png -share/gnome/help/preps/C/figures/rawsql.png -share/gnome/help/preps/C/figures/sevredit.png -share/gnome/help/preps/C/figures/statedit.png -share/gnome/help/preps/C/figures/useredit.png -share/gnome/help/preps/C/legal.xml -share/gnome/help/preps/C/preps.xml -share/gnome/omf/preps/preps-C.omf -share/gnome/pixmaps/preps.png -share/gnome/preps/preps_logo.xpm -@dirrm share/gnome/preps -@dirrm share/gnome/omf/preps -@dirrm share/gnome/help/preps/C/figures -@dirrm share/gnome/help/preps/C -@dirrm share/gnome/help/preps diff --git a/devel/py-dbus/Makefile b/devel/py-dbus/Makefile deleted file mode 100644 index c62b17945..000000000 --- a/devel/py-dbus/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: py-dbus -# Date Created: 25 July 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= dbus -PORTVERSION= 0.71 -CATEGORIES= devel gnome python -MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-python-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python bindings for the D-BUS messaging system - -BUILD_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib -RUN_DEPENDS= pyrexc:${PORTSDIR}/devel/pyrex \ - ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 - -USE_PYTHON= yes -USE_GMAKE= yes -USE_PYDISTUTILS=yes - -post-install: - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${PYTHONPREFIX_SITELIBDIR}/dbus - @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -l ${PYTHONPREFIX_SITELIBDIR}/dbus - -.include <bsd.port.mk> diff --git a/devel/py-dbus/distinfo b/devel/py-dbus/distinfo deleted file mode 100644 index 3a92835e9..000000000 --- a/devel/py-dbus/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (dbus-python-0.71.tar.gz) = ee893bc87b784a8c2285f5041b5e7033 -SHA256 (dbus-python-0.71.tar.gz) = 4af7a60f65cb02dabbcdf0cb6ca6f659932eb13c2533f6e1dbdab6e3700a2c57 -SIZE (dbus-python-0.71.tar.gz) = 137613 diff --git a/devel/py-dbus/pkg-descr b/devel/py-dbus/pkg-descr deleted file mode 100644 index 3c46c16da..000000000 --- a/devel/py-dbus/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Python bindings for the D-BUS interprocess messaging system. - -WWW: http://www.freedesktop.org/wiki/Software_2fDBusBindings diff --git a/devel/py-dbus/pkg-plist b/devel/py-dbus/pkg-plist deleted file mode 100644 index 76158ca38..000000000 --- a/devel/py-dbus/pkg-plist +++ /dev/null @@ -1,36 +0,0 @@ -%%PYTHON_SITELIBDIR%%/dbus/__init__.py -%%PYTHON_SITELIBDIR%%/dbus/__init__.pyc -%%PYTHON_SITELIBDIR%%/dbus/__init__.pyo -%%PYTHON_SITELIBDIR%%/dbus/_dbus.py -%%PYTHON_SITELIBDIR%%/dbus/_dbus.pyc -%%PYTHON_SITELIBDIR%%/dbus/_dbus.pyo -%%PYTHON_SITELIBDIR%%/dbus/_util.py -%%PYTHON_SITELIBDIR%%/dbus/_util.pyc -%%PYTHON_SITELIBDIR%%/dbus/_util.pyo -%%PYTHON_SITELIBDIR%%/dbus/dbus_bindings.so -%%PYTHON_SITELIBDIR%%/dbus/dbus_glib_bindings.so -%%PYTHON_SITELIBDIR%%/dbus/decorators.py -%%PYTHON_SITELIBDIR%%/dbus/decorators.pyc -%%PYTHON_SITELIBDIR%%/dbus/decorators.pyo -%%PYTHON_SITELIBDIR%%/dbus/exceptions.py -%%PYTHON_SITELIBDIR%%/dbus/exceptions.pyc -%%PYTHON_SITELIBDIR%%/dbus/exceptions.pyo -%%PYTHON_SITELIBDIR%%/dbus/glib.py -%%PYTHON_SITELIBDIR%%/dbus/glib.pyc -%%PYTHON_SITELIBDIR%%/dbus/glib.pyo -%%PYTHON_SITELIBDIR%%/dbus/introspect_parser.py -%%PYTHON_SITELIBDIR%%/dbus/introspect_parser.pyc -%%PYTHON_SITELIBDIR%%/dbus/introspect_parser.pyo -%%PYTHON_SITELIBDIR%%/dbus/matchrules.py -%%PYTHON_SITELIBDIR%%/dbus/matchrules.pyc -%%PYTHON_SITELIBDIR%%/dbus/matchrules.pyo -%%PYTHON_SITELIBDIR%%/dbus/proxies.py -%%PYTHON_SITELIBDIR%%/dbus/proxies.pyc -%%PYTHON_SITELIBDIR%%/dbus/proxies.pyo -%%PYTHON_SITELIBDIR%%/dbus/service.py -%%PYTHON_SITELIBDIR%%/dbus/service.pyc -%%PYTHON_SITELIBDIR%%/dbus/service.pyo -%%PYTHON_SITELIBDIR%%/dbus/types.py -%%PYTHON_SITELIBDIR%%/dbus/types.pyc -%%PYTHON_SITELIBDIR%%/dbus/types.pyo -@dirrm %%PYTHON_SITELIBDIR%%/dbus diff --git a/devel/py-gobject/Makefile b/devel/py-gobject/Makefile deleted file mode 100644 index bd50240fb..000000000 --- a/devel/py-gobject/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# New ports collection makefile for: py-gobject -# Date created: 10 January 2006 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/py-gobject/Makefile,v 1.16 2006/09/05 00:34:31 ahze Exp $ - -PORTNAME= gobject -PORTVERSION= 2.12.2 -CATEGORIES= devel python -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/pygobject/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= pygobject-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python bindings for GObject - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack glib20 -USE_PYTHON= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-docs - -CONFLICTS= py*-gtk-0* - -.include <bsd.port.mk> diff --git a/devel/py-gobject/distinfo b/devel/py-gobject/distinfo deleted file mode 100644 index c83fa0cb3..000000000 --- a/devel/py-gobject/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gnome2/pygobject-2.12.2.tar.bz2) = 394999abd1921ceff653c98165c713a0 -SHA256 (gnome2/pygobject-2.12.2.tar.bz2) = 83787be6e11f6c7a45c111fa37f674a153274c45c2ab3f4b38b3b6dad933fcda -SIZE (gnome2/pygobject-2.12.2.tar.bz2) = 337829 diff --git a/devel/py-gobject/files/patch-docs_Makefile.in b/devel/py-gobject/files/patch-docs_Makefile.in deleted file mode 100644 index 76edf5de1..000000000 --- a/devel/py-gobject/files/patch-docs_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- docs/Makefile.in.orig Thu Aug 24 23:34:38 2006 -+++ docs/Makefile.in Thu Aug 24 23:35:02 2006 -@@ -218,7 +218,7 @@ XSL_FILES = \ - - CSSdir = $(HTMLdir) - CSS_DATA = $(CSS_FILES) --HTMLdir = $(datadir)/gtk-doc/html/pygobject -+HTMLdir = $(prefix)/share/doc/pygobject - HTML_DATA = $(HTML_FILES) - XSLdir = $(datadir)/pygobject/xsl - XSL_DATA = $(XSL_FILES) diff --git a/devel/py-gobject/pkg-descr b/devel/py-gobject/pkg-descr deleted file mode 100644 index eded7fcd4..000000000 --- a/devel/py-gobject/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -PyGObject provides a convenient wrapper for the GObject+ library for use -in Python programs, and takes care of many of the boring details such as -managing memory and type casting. When combined with PyGTK, PyORBit and -gnome-python, it can be used to write full featured Gnome applications. diff --git a/devel/py-gobject/pkg-plist b/devel/py-gobject/pkg-plist deleted file mode 100644 index d623216ad..000000000 --- a/devel/py-gobject/pkg-plist +++ /dev/null @@ -1,45 +0,0 @@ -include/pygtk-2.0/pygobject.h -%%PYTHON_SITELIBDIR%%/gtk-2.0/dsextras.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/dsextras.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/dsextras.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/__init__.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/__init__.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/__init__.pyo -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/_gobject.la -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/_gobject.so -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/option.py -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/option.pyc -%%PYTHON_SITELIBDIR%%/gtk-2.0/gobject/option.pyo -%%PYTHON_SITELIBDIR%%/pygtk.pth -%%PYTHON_SITELIBDIR%%/pygtk.py -%%PYTHON_SITELIBDIR%%/pygtk.pyc -%%PYTHON_SITELIBDIR%%/pygtk.pyo -libdata/pkgconfig/pygobject-2.0.pc -share/doc/pygobject/class-gobject.html -share/doc/pygobject/class-gobjectgboxed.html -share/doc/pygobject/class-gobjectginterface.html -share/doc/pygobject/class-gobjectgpointer.html -share/doc/pygobject/class-gobjectmaincontext.html -share/doc/pygobject/class-gobjectmainloop.html -share/doc/pygobject/gobject-class-reference.html -share/doc/pygobject/gobject-constants.html -share/doc/pygobject/gobject-functions.html -share/doc/pygobject/index.html -share/doc/pygobject/index.sgml -share/doc/pygobject/pygobject-introduction.html -share/doc/pygobject/pygobject-reference-copyright.html -share/doc/pygobject/pygobject.devhelp -share/doc/pygobject/style.css -share/pygobject/xsl/common.xsl -share/pygobject/xsl/devhelp.xsl -share/pygobject/xsl/fixxref.py -share/pygobject/xsl/html.xsl -share/pygobject/xsl/pdf-style.xsl -share/pygobject/xsl/pdf.xsl -share/pygobject/xsl/ref-html-style.xsl -@dirrm share/pygobject/xsl -@dirrm share/pygobject -@dirrm share/doc/pygobject -@dirrm %%PYTHON_SITELIBDIR%%/gtk-2.0/gobject -@dirrmtry %%PYTHON_SITELIBDIR%%/gtk-2.0 -@dirrmtry include/pygtk-2.0 diff --git a/devel/py-libgsf/Makefile b/devel/py-libgsf/Makefile deleted file mode 100644 index dbdd247e1..000000000 --- a/devel/py-libgsf/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: py-libgsf -# Date created: Oct 3, 2006 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# -# $FreeBSD$ -# $MCom$ - -CATEGORIES= devel gnome python -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Python wrapper for libgsf - -BUILD_WRKSRC= ${WRKSRC}/python -INSTALL_WRKSRC= ${BUILD_WRKSRC} - -MASTERDIR= ${.CURDIR}/../libgsf -PLIST= ${.CURDIR}/pkg-plist - -USE_GNOME= gnomehack libgsf_gnome gnomevfs2 ltverhack intlhack pygtk2 -USE_PYTHON= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc/gsf \ - --disable-gtk-doc --with-bz2 --with-gnome --with-python -CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include" \ - LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" - -GCONF_SCHEMAS= -GSF_SLAVE= yes - -.include "${MASTERDIR}/Makefile" diff --git a/devel/py-libgsf/pkg-plist b/devel/py-libgsf/pkg-plist deleted file mode 100644 index 6bbb1900d..000000000 --- a/devel/py-libgsf/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -%%PYTHON_SITELIBDIR%%/gsf/__init__.py -%%PYTHON_SITELIBDIR%%/gsf/__init__.pyc -%%PYTHON_SITELIBDIR%%/gsf/__init__.pyo -%%PYTHON_SITELIBDIR%%/gsf/_gsfmodule.a -%%PYTHON_SITELIBDIR%%/gsf/_gsfmodule.la -%%PYTHON_SITELIBDIR%%/gsf/_gsfmodule.so -%%PYTHON_SITELIBDIR%%/gsf/gnomemodule.a -%%PYTHON_SITELIBDIR%%/gsf/gnomemodule.la -%%PYTHON_SITELIBDIR%%/gsf/gnomemodule.so -@dirrm %%PYTHON_SITELIBDIR%%/gsf diff --git a/devel/py-xdg/Makefile b/devel/py-xdg/Makefile deleted file mode 100644 index 631b4265a..000000000 --- a/devel/py-xdg/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: py-xdg -# Date created: 2004-06-25 -# Whom: michael johnson <ahze@ahze.net> -# -# $FreeBSD$ -# $MCom: ports/devel/py-xdg/Makefile,v 1.1 2006/09/01 20:58:00 ahze Exp $ -# - -PORTNAME= xdg -PORTVERSION= 0.15 -PORTREVISION= 2 -CATEGORIES= devel python -MASTER_SITES= http://www.freedesktop.org/~lanius/ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py${PORTNAME}-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A python library to access freedesktop.org standards - -USE_PYTHON= yes -USE_PYDISTUTILS=yes - -post-patch: - @${REINPLACE_CMD} -e \ - 's|/etc|${LOCALBASE}/etc|g ; \ - s|%%X11BASE%%|${X11BASE}|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/xdg/BaseDirectory.py \ - ${WRKSRC}/xdg/IconTheme.py - -.include <bsd.port.mk> diff --git a/devel/py-xdg/distinfo b/devel/py-xdg/distinfo deleted file mode 100644 index 9118f9eda..000000000 --- a/devel/py-xdg/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pyxdg-0.15.tar.gz) = 86a5441285fc908145414b63348d11a3 -SHA256 (pyxdg-0.15.tar.gz) = c2adf20955cb62af5c94622d0dd47fb82ee63da33c03d5a1f82337ba83044bb7 -SIZE (pyxdg-0.15.tar.gz) = 36465 diff --git a/devel/py-xdg/files/patch-xdg::BaseDirectory.py b/devel/py-xdg/files/patch-xdg::BaseDirectory.py deleted file mode 100644 index 47bd3f33a..000000000 --- a/devel/py-xdg/files/patch-xdg::BaseDirectory.py +++ /dev/null @@ -1,11 +0,0 @@ ---- xdg/BaseDirectory.py.orig Wed Mar 23 00:08:43 2005 -+++ xdg/BaseDirectory.py Wed Mar 23 00:09:35 2005 -@@ -33,7 +33,7 @@ - os.path.join(_home, '.local', 'share')) - - xdg_data_dirs = [xdg_data_home] + \ -- os.environ.get('XDG_DATA_DIRS', '/usr/local/share:/usr/share').split(':') -+ os.environ.get('XDG_DATA_DIRS', '%%LOCALBASE%%/share/gnome:%%LOCALBASE%%/share:/usr/share').split(':') - - xdg_config_home = os.environ.get('XDG_CONFIG_HOME', - os.path.join(_home, '.config')) diff --git a/devel/py-xdg/files/patch-xdg::IconTheme.py b/devel/py-xdg/files/patch-xdg::IconTheme.py deleted file mode 100644 index cc5714b82..000000000 --- a/devel/py-xdg/files/patch-xdg::IconTheme.py +++ /dev/null @@ -1,15 +0,0 @@ ---- xdg/IconTheme.py.orig Sun Jun 5 14:20:19 2005 -+++ xdg/IconTheme.py Sun Jun 5 14:21:07 2005 -@@ -215,7 +215,11 @@ - icondirs = [] - for basedir in xdg_data_dirs: - icondirs.append(os.path.join(basedir, "icons")) --icondirs.append("/usr/share/pixmaps") -+icondirs.append("%%X11BASE%%/share/pixmaps") -+icondirs.append("%%LOCALBASE%%/share/pixmaps") -+icondirs.append("%%LOCALBASE%%/share/gnome/pixmaps") -+icondirs.append("%%X11BASE%%/share/icons") -+icondirs.append("%%LOCALBASE%%/share/icons") - icondirs.append(os.path.expanduser("~/.icons")) - - # just cache variables, they give a 10x speed improvement diff --git a/devel/py-xdg/files/patch-xdg_Menu.py b/devel/py-xdg/files/patch-xdg_Menu.py deleted file mode 100644 index 186fda591..000000000 --- a/devel/py-xdg/files/patch-xdg_Menu.py +++ /dev/null @@ -1,13 +0,0 @@ ---- xdg/Menu.py.orig Thu Aug 11 07:37:48 2005 -+++ xdg/Menu.py Sat Sep 2 05:10:19 2006 -@@ -494,6 +494,10 @@ - if not filename: - filename = __getFileName("applications.menu") - -+ # use gnome if no filename given -+ if not filename: -+ filename = __getFileName("gnome-applications.menu") -+ - if not filename: - raise ParsingError('File not found', "/etc/xdg/menus/applications.menu") - diff --git a/devel/py-xdg/pkg-descr b/devel/py-xdg/pkg-descr deleted file mode 100644 index 85056ce3b..000000000 --- a/devel/py-xdg/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -A python library to access freedesktop.org standards. - -Currently supported are: - o Base Directory Specification - o Menu Specification - o Desktop Entry Specification - o Icon Theme Specification - o Recent File Spec - o Shared-MIME-Database Specification - -WWW: http://freedesktop.org/Software/pyxdg diff --git a/devel/py-xdg/pkg-plist b/devel/py-xdg/pkg-plist deleted file mode 100644 index 8f6a8b028..000000000 --- a/devel/py-xdg/pkg-plist +++ /dev/null @@ -1,37 +0,0 @@ -%%PYTHON_SITELIBDIR%%/xdg/BaseDirectory.py -%%PYTHON_SITELIBDIR%%/xdg/BaseDirectory.pyc -%%PYTHON_SITELIBDIR%%/xdg/BaseDirectory.pyo -%%PYTHON_SITELIBDIR%%/xdg/Config.py -%%PYTHON_SITELIBDIR%%/xdg/Config.pyc -%%PYTHON_SITELIBDIR%%/xdg/Config.pyo -%%PYTHON_SITELIBDIR%%/xdg/DesktopEntry.py -%%PYTHON_SITELIBDIR%%/xdg/DesktopEntry.pyc -%%PYTHON_SITELIBDIR%%/xdg/DesktopEntry.pyo -%%PYTHON_SITELIBDIR%%/xdg/Exceptions.py -%%PYTHON_SITELIBDIR%%/xdg/Exceptions.pyc -%%PYTHON_SITELIBDIR%%/xdg/Exceptions.pyo -%%PYTHON_SITELIBDIR%%/xdg/IconTheme.py -%%PYTHON_SITELIBDIR%%/xdg/IconTheme.pyc -%%PYTHON_SITELIBDIR%%/xdg/IconTheme.pyo -%%PYTHON_SITELIBDIR%%/xdg/IniFile.py -%%PYTHON_SITELIBDIR%%/xdg/IniFile.pyc -%%PYTHON_SITELIBDIR%%/xdg/IniFile.pyo -%%PYTHON_SITELIBDIR%%/xdg/Locale.py -%%PYTHON_SITELIBDIR%%/xdg/Locale.pyc -%%PYTHON_SITELIBDIR%%/xdg/Locale.pyo -%%PYTHON_SITELIBDIR%%/xdg/Menu.py -%%PYTHON_SITELIBDIR%%/xdg/Menu.pyc -%%PYTHON_SITELIBDIR%%/xdg/Menu.pyo -%%PYTHON_SITELIBDIR%%/xdg/MenuEditor.py -%%PYTHON_SITELIBDIR%%/xdg/MenuEditor.pyc -%%PYTHON_SITELIBDIR%%/xdg/MenuEditor.pyo -%%PYTHON_SITELIBDIR%%/xdg/Mime.py -%%PYTHON_SITELIBDIR%%/xdg/Mime.pyc -%%PYTHON_SITELIBDIR%%/xdg/Mime.pyo -%%PYTHON_SITELIBDIR%%/xdg/RecentFiles.py -%%PYTHON_SITELIBDIR%%/xdg/RecentFiles.pyc -%%PYTHON_SITELIBDIR%%/xdg/RecentFiles.pyo -%%PYTHON_SITELIBDIR%%/xdg/__init__.py -%%PYTHON_SITELIBDIR%%/xdg/__init__.pyc -%%PYTHON_SITELIBDIR%%/xdg/__init__.pyo -@dirrm %%PYTHON_SITELIBDIR%%/xdg diff --git a/devel/regexxer/Makefile b/devel/regexxer/Makefile deleted file mode 100644 index f673625d6..000000000 --- a/devel/regexxer/Makefile +++ /dev/null @@ -1,64 +0,0 @@ -# New ports collection makefile for: regexxer -# Date created: 15 February 2003 -# Whom: Rui Lopes <rui@ruilopes.com> -# -# $FreeBSD$ -# - -PORTNAME= regexxer -PORTVERSION= 0.8 -PORTREVISION= 4 -CATEGORIES= devel textproc gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - ftp://ftp.csx.cam.ac.uk/pub/software/programming/%SUBDIR%/:pcre \ - ftp://ftp.fu-berlin.de/unix/misc/%SUBDIR%/:pcre \ - ftp://ftp.tin.org/pub/libs/%SUBDIR%/:pcre -MASTER_SITE_SUBDIR= ${PORTNAME} \ - ${PCRE_NAME}/:pcre -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ - ${PCRE_NAME}-${PCRE_VERSION}${EXTRACT_SUFX}:pcre - -MAINTAINER= rui@ruilopes.com -COMMENT= An interactive tool for performing search and replace operations - -LIB_DEPENDS= gconfmm-2.6:${PORTSDIR}/devel/gconfmm26 \ - glademm-2.4:${PORTSDIR}/devel/libglademm24 - -USE_BZIP2= yes -USE_XLIB= yes -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix gnometarget intltool intlhack -CONFIGURE_ARGS= PCRE_CONFIG="${PCRE_WRKDIR}/.install/bin/pcre-config" -CONFIGURE_ENV= CPPFLAGS="-I${PCRE_WRKDIR}/.install/include -I${LOCALBASE}/include" \ - LDFLAGS="-L${PCRE_WRKDIR}/.install/lib -L${LOCALBASE}/lib" - -GCONF_SCHEMAS= regexxer.schemas - -PCRE_NAME= pcre -PCRE_VERSION= 4.5 -PCRE_WRKDIR= ${WRKDIR}/${PCRE_NAME}-${PCRE_VERSION} - -pre-configure: - @(cd ${PCRE_WRKDIR} && \ - ${ECHO_CMD} "Configuring PCRE... " && \ - ${SETENV} CC="${CC}" CXX="${CXX}" \ - CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \ - INSTALL="/usr/bin/install" \ - INSTALL_DATA="${INSTALL_DATA}" \ - INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - ./configure --enable-utf8 --disable-shared --prefix="${PCRE_WRKDIR}/.install" && \ - ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}) - -# This target is only meant to be used by the port maintainer. -x-generate-plist: - (${PORTSDIR}/Tools/scripts/plist -d -m ${MTREE_FILE} ${PREFIX}|${GREP} regexxer) > temp-pkg-plist - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -USE_GCC= 3.4 -.endif - -.include <bsd.port.post.mk> diff --git a/devel/regexxer/distinfo b/devel/regexxer/distinfo deleted file mode 100644 index 19a8f4bcf..000000000 --- a/devel/regexxer/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (regexxer-0.8.tar.bz2) = f84782bd5e3dd4e83e4034a4ad3f2f8a -SHA256 (regexxer-0.8.tar.bz2) = 9e5850faac4652417d54d4e2b968c493155173060ed4ce98ca561751d3242017 -SIZE (regexxer-0.8.tar.bz2) = 224966 -MD5 (pcre-4.5.tar.bz2) = c51bd34197008b128046f0799d2242e4 -SHA256 (pcre-4.5.tar.bz2) = 2149cc922e26d53448e1e396e1a123925a1f1a83259a80f9bbe796807714c251 -SIZE (pcre-4.5.tar.bz2) = 349536 diff --git a/devel/regexxer/pkg-descr b/devel/regexxer/pkg-descr deleted file mode 100644 index ffdeae993..000000000 --- a/devel/regexxer/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -regexxer is a nifty GUI search/replace tool featuring Perl-style regular -expressions. - -If you need project-wide substitution and you're tired of hacking sed -command lines together, then you should definitely give it a try. - -WWW: http://regexxer.sourceforge.net/ diff --git a/devel/regexxer/pkg-plist b/devel/regexxer/pkg-plist deleted file mode 100644 index 54bdb44a8..000000000 --- a/devel/regexxer/pkg-plist +++ /dev/null @@ -1,22 +0,0 @@ -bin/regexxer -share/gnome/applications/regexxer.desktop -share/gnome/pixmaps/regexxer.png -share/gnome/regexxer/aboutdialog.glade -share/gnome/regexxer/mainwindow.glade -share/gnome/regexxer/prefdialog.glade -share/locale/cs/LC_MESSAGES/regexxer.mo -share/locale/de/LC_MESSAGES/regexxer.mo -share/locale/en/LC_MESSAGES/regexxer.mo -share/locale/en_CA/LC_MESSAGES/regexxer.mo -share/locale/en_GB/LC_MESSAGES/regexxer.mo -share/locale/it/LC_MESSAGES/regexxer.mo -share/locale/ja/LC_MESSAGES/regexxer.mo -share/locale/nl/LC_MESSAGES/regexxer.mo -share/locale/pt/LC_MESSAGES/regexxer.mo -share/locale/pt_BR/LC_MESSAGES/regexxer.mo -share/locale/sv/LC_MESSAGES/regexxer.mo -@dirrm share/gnome/regexxer -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs diff --git a/devel/sge/Makefile b/devel/sge/Makefile deleted file mode 100644 index f2673b557..000000000 --- a/devel/sge/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# New ports collection makefile for: SGE -# Date created: 30 July 2006 -# Whom: Jona Joachim <walkingshadow@grummel.net> -# -# $FreeBSD$ -# - -PORTNAME= sge -PORTVERSION= 0.030809 -PORTREVISION= 2 -CATEGORIES= devel graphics -MASTER_SITES= http://www.etek.chalmers.se/~e8cal1/sge/files/ \ - http://www.digitalfanatics.org/cal/sge/files/ -DISTNAME= ${PORTNAME}030809 - -MAINTAINER= walkingshadow@grummel.net -COMMENT= A graphic library for the Simple DirectMedia Layer (SDL) - -USE_GMAKE= yes -USE_LDCONFIG= yes -NO_FILTER_SHLIBS= yes -LATEST_LINK= sdl-sge -CONFLICTS= sge-6* - -OPTIONS= SDL_IMAGE "Enable support for SDL_IMAGE" On \ - FREETYPE "Enable FreeType support" On \ - DOCS "Install documentation" Off - -.include <bsd.port.pre.mk> - -.if !defined(WITHOUT_FREETYPE) -LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 -.endif - -.if defined(WITHOUT_SDL_IMAGE) -USE_SDL= sdl -.else -USE_SDL= image -.endif - -.if !defined(WITH_DOCS) -NOPORTDOCS= yes -.endif - -post-patch: -.if defined(WITHOUT_SDL_IMAGE) - @${REINPLACE_CMD} -e 's|#USE_IMG = n|USE_IMG = n|g' ${WRKSRC}/Makefile.conf -.else - @${REINPLACE_CMD} -e 's|#USE_IMG = n|USE_IMG = y|g' ${WRKSRC}/Makefile.conf -.endif -.if defined(WITHOUT_FREETYPE) - @${REINPLACE_CMD} -e 's|#USE_FT = n|USE_FT = n|g' ${WRKSRC}/Makefile.conf -.else - @${REINPLACE_CMD} -e 's|#USE_FT = n|USE_FT = y|g' ${WRKSRC}/Makefile.conf -.endif - @${REINPLACE_CMD} -e 's|PREFIX =PREFIX|PREFIX =${PREFIX}|g' ${WRKSRC}/Makefile.conf - @${REINPLACE_CMD} -e 's|PREFIX_H =PREFIX_H|PREFIX_H =${PREFIX}/include/SDL|g' ${WRKSRC}/Makefile.conf - @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/Makefile.conf - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_MAN} ${WRKSRC}/docs/* ${DOCSDIR} - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_MAN} ${WRKSRC}/examples/* ${EXAMPLESDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/devel/sge/distinfo b/devel/sge/distinfo deleted file mode 100644 index 82f6b2e9c..000000000 --- a/devel/sge/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (sge030809.tar.gz) = a76975665b6a2bf189130fa2c8821caf -SHA256 (sge030809.tar.gz) = 25cfbe59ab99647254e69d25984707045492c2a5d1b15f27d999d0284a7110fc -SIZE (sge030809.tar.gz) = 251698 diff --git a/devel/sge/files/patch-Makefile b/devel/sge/files/patch-Makefile deleted file mode 100644 index 908980340..000000000 --- a/devel/sge/files/patch-Makefile +++ /dev/null @@ -1,29 +0,0 @@ ---- work/sge030809/Makefile Tue Aug 12 00:40:41 2003 -+++ Makefile Fri Aug 4 15:28:10 2006 -@@ -12,16 +12,11 @@ - - all: config $(OBJECTS) - @ar rsc libSGE.a $(OBJECTS) -+ $(CXX) $(CFLAGS) -Wl,-soname,libSGE.so.$(API_VER) -fpic -fPIC -shared -o libSGE.so $(OBJECTS) $(LIBS) - - $(OBJECTS): %.o:%.cpp %.h #Each object depends on thier .cpp and .h file - $(CXX) $(CFLAGS) -c $< - --shared: all -- $(CXX) $(CFLAGS) -Wl,-soname,libSGE.so.$(API_VER) -fpic -fPIC -shared -o libSGE.so $(OBJECTS) $(LIBS) -- --shared-strip: shared -- @strip libSGE.so -- - # Building a dll... I have no idea how to do this, but it should be something like below. - dll: config $(OBJECTS) - dlltool --output-def SGE.def $(OBJECTS) -@@ -70,7 +65,7 @@ - @echo "" - endif - --install: shared -+install: - @mkdir -p $(PREFIX_H) - install -c -m 644 sge*.h $(PREFIX_H) - @mkdir -p $(PREFIX)/lib diff --git a/devel/sge/files/patch-Makefile.conf b/devel/sge/files/patch-Makefile.conf deleted file mode 100644 index cbe111883..000000000 --- a/devel/sge/files/patch-Makefile.conf +++ /dev/null @@ -1,63 +0,0 @@ ---- work/sge030809/Makefile.conf Tue Aug 12 00:43:35 2003 -+++ Makefile.conf Fri Aug 4 15:20:41 2006 -@@ -7,11 +7,6 @@ - #USE_IMG = n - #QUIET = y - -- --# Compilers (C and C++) --CC=gcc --CXX=g++ -- - # Make sure sdl-config is available - HAVE_SDL =$(shell if (sdl-config --version) < /dev/null > /dev/null 2>&1; then echo "y"; else echo "n"; fi;) - ifeq ($(HAVE_SDL),n) -@@ -19,45 +14,24 @@ - endif - - # Where should SGE be installed? --PREFIX =$(shell sdl-config --prefix) -+PREFIX =PREFIX - - # Where should the headerfiles be installed? --PREFIX_H =$(shell sdl-config --prefix)/include/SDL -+PREFIX_H =PREFIX_H - - # Flags passed to the compiler --CFLAGS =-Wall -O3 -ffast-math -+CFLAGS +=-Wall -O3 -ffast-math - SGE_CFLAGS =$(shell sdl-config --cflags) --# Uncomment to make some more optimizations --#CFLAGS =-Wall -O9 -ffast-math -march=i686 -- - - # Libs config - SGE_LIBS =$(shell sdl-config --libs) -lstdc++ - -- --# Is freetype-config available? --HAVE_FT =$(shell if (freetype-config --version) < /dev/null > /dev/null 2>&1; then echo "y"; else echo "n"; fi;) --ifeq ($(HAVE_FT),n) -- USE_FT = n --endif -- - ifneq ($(USE_FT),n) - USE_FT = y - SGE_LIBS +=$(shell freetype-config --libs) - FT_CFLAGS =$(shell freetype-config --cflags) - endif - -- --# Is SDL_image available? --HAVE_IMG =$(shell if test -e "`sdl-config --prefix`/include/SDL/SDL_image.h" >/dev/null 2>&1; then echo "y"; else echo "n"; fi;) -- --ifneq ($(USE_IMG),y) -- ifneq ($(USE_IMG),n) -- USE_IMG =$(HAVE_IMG) -- endif --endif -- - ifeq ($(USE_IMG),y) - SGE_LIBS +=-lSDL_image - endif -- diff --git a/devel/sge/files/patch-sge030809-sge_tt_text.cpp b/devel/sge/files/patch-sge030809-sge_tt_text.cpp deleted file mode 100644 index 83cff497c..000000000 --- a/devel/sge/files/patch-sge030809-sge_tt_text.cpp +++ /dev/null @@ -1,26 +0,0 @@ ---- sge_tt_text.cpp.orig Fri Aug 8 08:48:08 2003 -+++ sge_tt_text.cpp Wed Oct 4 11:43:47 2006 -@@ -36,10 +36,10 @@ - #include "sge_textpp.h" - - #ifndef _SGE_NOTTF --#include <freetype/freetype.h> --#include <freetype/ftoutln.h> --#include <freetype/ttnameid.h> --#include <freetype/internal/ftobjs.h> -+#include <ft2build.h> -+#include FT_FREETYPE_H -+#include FT_OUTLINE_H -+#include FT_TRUETYPE_IDS_H - - /* The structure used to hold glyph information (cached) */ - struct glyph { -@@ -294,7 +294,7 @@ - } - memset(stream, 0, sizeof(*stream)); - -- stream->memory = _sge_library->memory; -+ stream->memory = NULL; - stream->read = RWread; - stream->descriptor.pointer = src; - stream->pos = (unsigned long)position; diff --git a/devel/sge/pkg-descr b/devel/sge/pkg-descr deleted file mode 100644 index a4b2e117d..000000000 --- a/devel/sge/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -SGE is a graphic library for the Simple DirectMedia Layer (SDL) library. -Some of SGE:s features are: - -Pixel operations - -Clipping - -Lines, circles and other figures (with antialiasing and alpha blending) - -Rotation and scaling of surfaces - -Palette functions - -TrueType/Bitmap/SFont font functions - -Basic 2D collision detection - -Sprite classes - -Basic texture mapping - -Filled and gourand shaded polygons (with antialiasing or alpha blending) - -WWW: http://www.etek.chalmers.se/~e8cal1/sge/ diff --git a/devel/sge/pkg-plist b/devel/sge/pkg-plist deleted file mode 100644 index 312ed4f6d..000000000 --- a/devel/sge/pkg-plist +++ /dev/null @@ -1,64 +0,0 @@ -include/SDL/sge.h -include/SDL/sge_blib.h -include/SDL/sge_bm_text.h -include/SDL/sge_collision.h -include/SDL/sge_config.h -include/SDL/sge_internal.h -include/SDL/sge_misc.h -include/SDL/sge_primitives.h -include/SDL/sge_rotation.h -include/SDL/sge_shape.h -include/SDL/sge_surface.h -include/SDL/sge_textpp.h -include/SDL/sge_tt_text.h -lib/libSGE.a -lib/libSGE.so -lib/libSGE.so.0 -lib/libSGE.so.0.030809 -%%PORTDOCS%%%%DOCSDIR%%/blib.html -%%PORTDOCS%%%%DOCSDIR%%/bmf.html -%%PORTDOCS%%%%DOCSDIR%%/collision.html -%%PORTDOCS%%%%DOCSDIR%%/color.html -%%PORTDOCS%%%%DOCSDIR%%/figures.html -%%PORTDOCS%%%%DOCSDIR%%/guide.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/intro.html -%%PORTDOCS%%%%DOCSDIR%%/macros.html -%%PORTDOCS%%%%DOCSDIR%%/misc.html -%%PORTDOCS%%%%DOCSDIR%%/pixels.html -%%PORTDOCS%%%%DOCSDIR%%/rotate.html -%%PORTDOCS%%%%DOCSDIR%%/shape.html -%%PORTDOCS%%%%DOCSDIR%%/surface.html -%%PORTDOCS%%%%DOCSDIR%%/text_classes.html -%%PORTDOCS%%%%DOCSDIR%%/thanks.html -%%PORTDOCS%%%%DOCSDIR%%/toc.html -%%PORTDOCS%%%%DOCSDIR%%/ttf-input.html -%%PORTDOCS%%%%DOCSDIR%%/ttf-output.html -%%PORTDOCS%%%%DOCSDIR%%/ttf.html -%%PORTDOCS%%%%EXAMPLESDIR%%/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/README -%%PORTDOCS%%%%EXAMPLESDIR%%/alpha.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/basics.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/basics_c.c -%%PORTDOCS%%%%EXAMPLESDIR%%/bitmapfont.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/blib.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/blitting.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/collision.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/fire.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/font.bmp -%%PORTDOCS%%%%EXAMPLESDIR%%/font.ttf -%%PORTDOCS%%%%EXAMPLESDIR%%/input.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/inputdeluxe.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/poly.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/rotate.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/sfont.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/sfont.png -%%PORTDOCS%%%%EXAMPLESDIR%%/smiley.bmp -%%PORTDOCS%%%%EXAMPLESDIR%%/speedtest.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/sprite.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/sprite2.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/ttf_readme -%%PORTDOCS%%%%EXAMPLESDIR%%/tux.bmp -@dirrmtry include/SDL -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% diff --git a/devel/titano/Makefile b/devel/titano/Makefile deleted file mode 100644 index ef11dbb96..000000000 --- a/devel/titano/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# New ports collection makefile for: Titano -# Date created: 25 September 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= titano -PORTVERSION= 0.0.7 -PORTREVISION= 3 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= danfe@FreeBSD.org -COMMENT= An IDE for GNOME desktop - -LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode - -USE_GNOME= gnomelibs libglade -USE_GMAKE= yes -GNU_CONFIGURE= yes - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 500034 -EXTRA_PATCHES+= ${FILESDIR}/gcc3-* -.endif - -pre-patch: .SILENT - ${REINPLACE_CMD} -e 's|malloc\.h|stdlib\.h|' \ - ${WRKSRC}/src/scintilla/PosRegExp.cxx - ${REINPLACE_CMD} -e 's|^INCLUDES.*$$|&$$(LIBGLADE_CFLAGS)|' \ - ${WRKSRC}/src/Makefile.in - ${REINPLACE_CMD} -E 's|(POTFILES\.in )\\$$|\1--from-code=koi8-r \\|' \ - ${WRKSRC}/po/Makefile.in.in -# Now, take care of CC/CFLAGS - ${REINPLACE_CMD} -e 's|cc -Wall -ggdb $$(OPTIMIZE)|${CC} ${CFLAGS}|' \ - ${WRKSRC}/src/gtkeditor/tktext-port/Makefile - ${REINPLACE_CMD} -e 's|gcc|${CC} ${CFLAGS}|' \ - ${WRKSRC}/src/scanners/Makefile.in - ${REINPLACE_CMD} -E 's|^(CXXFLAGS).*$$|\1 += -DGTK -DSCI_LEXER|' \ - ${WRKSRC}/src/scintilla/Makefile.in - -.include <bsd.port.post.mk> diff --git a/devel/titano/distinfo b/devel/titano/distinfo deleted file mode 100644 index f1db46736..000000000 --- a/devel/titano/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (titano-0.0.7.tar.gz) = f886e314180c3eae524bf51521d79689 -SHA256 (titano-0.0.7.tar.gz) = a2ff86482e0325e2aede6fe3f6cd99a78295af47f4d39513f4626f4fe7b3d454 -SIZE (titano-0.0.7.tar.gz) = 751505 diff --git a/devel/titano/files/gcc3-patch-src_projects.cc b/devel/titano/files/gcc3-patch-src_projects.cc deleted file mode 100644 index 540d717a1..000000000 --- a/devel/titano/files/gcc3-patch-src_projects.cc +++ /dev/null @@ -1,22 +0,0 @@ ---- src/projects.cc.orig Sat Dec 9 23:13:32 2000 -+++ src/projects.cc Thu Apr 7 19:10:08 2005 -@@ -100,13 +100,13 @@ - int pos = name.rfind('.'); - - if(pos != name.npos){ -- if(!name.compare(".h",pos,2)) -+ if(!name.compare(pos,2,".h")) - res = C_HEADER; -- if(!name.compare(".c",pos,2)|| -- !name.compare(".C",pos,2)|| -- !name.compare(".cc",pos,3)|| -- !name.compare(".cpp",pos,4)|| -- !name.compare(".cxx",pos,4)) -+ if(!name.compare(pos,2,".c")|| -+ !name.compare(pos,2,".C")|| -+ !name.compare(pos,3,".cc")|| -+ !name.compare(pos,4,".cpp")|| -+ !name.compare(pos,4,".cxx")) - res = C_SOURCE; - }; - diff --git a/devel/titano/files/gcc3-patch-src_projects.h b/devel/titano/files/gcc3-patch-src_projects.h deleted file mode 100644 index 3b65f689d..000000000 --- a/devel/titano/files/gcc3-patch-src_projects.h +++ /dev/null @@ -1,30 +0,0 @@ ---- src/projects.h.orig Sat Dec 9 22:57:49 2000 -+++ src/projects.h Thu Apr 7 17:30:36 2005 -@@ -21,22 +21,24 @@ - #define _PROJECTS_H - - #include <string> --#include <hash_map> -+#include <ext/hash_map> - #include <list> - - #include "dialogs.h" - #include "files.h" - -+using namespace std; -+ - struct str_hasher - { - size_t operator()(const string &str) const - { -- hash<char *> hasher; -+ __gnu_cxx::hash<char *> hasher; - return hasher(str.c_str()); - }; - }; - --typedef hash_map<string,File *,str_hasher> files_map; -+typedef __gnu_cxx::hash_map<string,File *,str_hasher> files_map; - typedef list<string> files_list; - - typedef enum {UNKNOWN,C_HEADER,C_SOURCE} FileType; diff --git a/devel/titano/files/gcc3-patch-src_titano-app.cc b/devel/titano/files/gcc3-patch-src_titano-app.cc deleted file mode 100644 index add76ff8c..000000000 --- a/devel/titano/files/gcc3-patch-src_titano-app.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/titano-app.cc.orig Fri Dec 29 19:52:11 2000 -+++ src/titano-app.cc Thu Apr 7 18:28:24 2005 -@@ -410,7 +410,7 @@ - - void TitanoApp::open_project(const string &filename) - { -- if(filename.rfind('.') == filename.npos || filename.compare(".titano",filename.rfind('.'),7)){ -+ if(filename.rfind('.') == filename.npos || filename.compare(filename.rfind('.'),7,".titano")){ - throw Exception("File " + filename + " is not a Titano project."); - }; - diff --git a/devel/titano/files/gcc3-patch-src_views.cc b/devel/titano/files/gcc3-patch-src_views.cc deleted file mode 100644 index 49d9bd025..000000000 --- a/devel/titano/files/gcc3-patch-src_views.cc +++ /dev/null @@ -1,21 +0,0 @@ ---- src/views.cc.orig Sat Dec 16 01:22:27 2000 -+++ src/views.cc Thu Apr 7 19:07:54 2005 -@@ -45,12 +45,12 @@ - int pos = file.rfind('.'); - - if(pos != file.npos){ -- if(!file.compare(".h",pos,2)|| -- !file.compare(".c",pos,2)|| -- !file.compare(".C",pos,2)|| -- !file.compare(".cc",pos,3)|| -- !file.compare(".cpp",pos,4)|| -- !file.compare(".cxx",pos,4)) -+ if(!file.compare(pos,2,".h")|| -+ !file.compare(pos,2,".c")|| -+ !file.compare(pos,2,".C")|| -+ !file.compare(pos,3,".cc")|| -+ !file.compare(pos,4,".cpp")|| -+ !file.compare(pos,4,".cxx")) - res = "cpp"; - }; - diff --git a/devel/titano/files/patch-src_automake.h b/devel/titano/files/patch-src_automake.h deleted file mode 100644 index 58d3be082..000000000 --- a/devel/titano/files/patch-src_automake.h +++ /dev/null @@ -1,14 +0,0 @@ ---- src/automake.h.orig Sat Dec 16 13:07:24 2000 -+++ src/automake.h Thu Apr 7 20:00:08 2005 -@@ -65,6 +65,11 @@ - { - return target.name != str; - }; -+ -+ friend bool operator==(const Target &target,const string &str) -+ { -+ return target.name == str; -+ }; - }; - - class Makefile diff --git a/devel/titano/files/patch-src_conffile.h b/devel/titano/files/patch-src_conffile.h deleted file mode 100644 index 12b5d5759..000000000 --- a/devel/titano/files/patch-src_conffile.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/conffile.h.orig Wed Nov 1 21:58:04 2000 -+++ src/conffile.h Thu Apr 7 19:55:13 2005 -@@ -23,6 +23,8 @@ - #include <gnome.h> - #include <string> - -+using namespace std; -+ - class ConfFile - { - private: diff --git a/devel/titano/files/patch-src_iexceptions.h b/devel/titano/files/patch-src_iexceptions.h deleted file mode 100644 index 055f422dc..000000000 --- a/devel/titano/files/patch-src_iexceptions.h +++ /dev/null @@ -1,51 +0,0 @@ ---- src/iexceptions.h.orig Tue Sep 12 21:54:25 2000 -+++ src/iexceptions.h Thu Apr 7 17:37:27 2005 -@@ -24,6 +24,8 @@ - #include <string> - #include <string.h> - -+using namespace std; -+ - class Exception : public exception - { - protected: -@@ -33,6 +35,9 @@ - message(msg) - { }; - -+ virtual ~Exception() throw() -+ { }; -+ - virtual operator string() - { - return message; -@@ -51,6 +56,9 @@ - error(err) - { }; - -+ virtual ~EIOError() throw() -+ { }; -+ - virtual operator string() - { - return message + "\n" + -@@ -71,6 +79,9 @@ - reason(reas) - { }; - -+ virtual ~ENotSupported() throw() -+ { }; -+ - virtual operator string() - { - return message + "\n" + -@@ -91,6 +102,9 @@ - error(err) - { }; - -+ virtual ~EShellError() throw() -+ { }; -+ - virtual operator string() - { - return message + "\n" + diff --git a/devel/titano/files/patch-src_prefs.cc b/devel/titano/files/patch-src_prefs.cc deleted file mode 100644 index 48b1f21ab..000000000 --- a/devel/titano/files/patch-src_prefs.cc +++ /dev/null @@ -1,25 +0,0 @@ ---- src/prefs.cc.orig Sat Dec 9 16:07:38 2000 -+++ src/prefs.cc Thu Apr 7 20:48:59 2005 -@@ -18,6 +18,7 @@ - */ - - #include <stdlib.h> -+#include <unistd.h> - - #include "util.h" - #include "conffile.h" -@@ -33,9 +34,13 @@ - { - if(name.empty()) - name = getenv("USER"); -+ if (name.empty()) -+ name = "nobody"; - - if(mail.empty()){ -- char *host = getenv("HOSTNAME"); -+ char host[256]; -+ if (gethostname(host, 256)) -+ strncpy(host, "dev.null.org", 255); - mail = name + "@" + host; - }; - diff --git a/devel/titano/pkg-descr b/devel/titano/pkg-descr deleted file mode 100644 index 0db2d86f0..000000000 --- a/devel/titano/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Titano is an IDE built with Glade using GTK+. It uses GtkEditor as a main -editing widget though you will be able to use your favorite editor as an -editing component in Titano via Bonobo technology. - -Features (some of features are only planned and may appear not very soon): - o Project management with automake/autoconf support - o Support for different languages - o Bonobo editor components - o Integrated debugger - o Code exploring tools - o And many other things you may need for developing - -WWW: http://titano.sourceforge.net/ diff --git a/devel/titano/pkg-plist b/devel/titano/pkg-plist deleted file mode 100644 index 2ec921f35..000000000 --- a/devel/titano/pkg-plist +++ /dev/null @@ -1,58 +0,0 @@ -bin/scannertool -bin/titano -lib/titano/c-scanner.so -lib/titano/html-scanner.so -lib/titano/java-scanner.so -lib/titano/perl-scanner.so -lib/titano/scheme-scanner.so -lib/titano/sml-scanner.so -@dirrm lib/titano -%%DATADIR%%/templates/cgtk.tar.gz -%%DATADIR%%/templates/cppgtk.tar.gz -%%DATADIR%%/templates/cgnome.tar.gz -%%DATADIR%%/templates/cppgnome.tar.gz -%%DATADIR%%/templates/cconsole.tar.gz -%%DATADIR%%/templates/cppconsole.tar.gz -%%DATADIR%%/templates/h_template -%%DATADIR%%/templates/c_template -%%DATADIR%%/scripts/project.pl -%%DATADIR%%/scripts/file.pl -%%DATADIR%%/scripts/amlist -%%DATADIR%%/glade/add_file.xpm -%%DATADIR%%/glade/autogen.xpm -%%DATADIR%%/glade/close_file.xpm -%%DATADIR%%/glade/code.xpm -%%DATADIR%%/glade/compile.xpm -%%DATADIR%%/glade/conf.xpm -%%DATADIR%%/glade/copy.xpm -%%DATADIR%%/glade/cut.xpm -%%DATADIR%%/glade/debug.xpm -%%DATADIR%%/glade/dir.xpm -%%DATADIR%%/glade/dist.xpm -%%DATADIR%%/glade/exec.xpm -%%DATADIR%%/glade/make.xpm -%%DATADIR%%/glade/new_file.xpm -%%DATADIR%%/glade/open_proj.xpm -%%DATADIR%%/glade/paste.xpm -%%DATADIR%%/glade/process.xpm -%%DATADIR%%/glade/project.xpm -%%DATADIR%%/glade/redo.xpm -%%DATADIR%%/glade/rem_file.xpm -%%DATADIR%%/glade/save_all.xpm -%%DATADIR%%/glade/save_file.xpm -%%DATADIR%%/glade/save_proj.xpm -%%DATADIR%%/glade/stderr.xpm -%%DATADIR%%/glade/stdout.xpm -%%DATADIR%%/glade/undo.xpm -%%DATADIR%%/glade/titano.glade -@dirrm %%DATADIR%%/templates -@dirrm %%DATADIR%%/scripts -@dirrm %%DATADIR%%/glade -@dirrm %%DATADIR%% -share/pixmaps/titano/console.png -share/pixmaps/titano/gnome.png -share/pixmaps/titano/gtk.png -share/pixmaps/titano/logo.png -@dirrm share/pixmaps/titano -@dirrmtry share/pixmaps -share/gnome/apps/Development/titano.desktop diff --git a/devel/xfc/Makefile b/devel/xfc/Makefile deleted file mode 100644 index 9bdc71d7a..000000000 --- a/devel/xfc/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: Xfce Foundation Classes -# Date created: 1 Jun 2005 -# Whom: Dmitry Sivachenko <demon@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xfc -PORTVERSION= 4.3.1 -PORTREVISION= 3 -CATEGORIES= devel xfce -MASTER_SITES= http://xfc.xfce.org/download/${PORTVERSION}/src/ - -MAINTAINER= demon@FreeBSD.org -COMMENT= The Xfce Foundation Classes - -LIB_DEPENDS= sigc-2.0.0:${PORTSDIR}/devel/libsigc++20 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GCC= 3.4+ -USE_GNOME= glib20 gtk20 atk pango pkgconfig libglade2 gnomehack -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ - CPPFLAGS=-I${LOCALBASE}/include \ - LIBS=-L${LOCALBASE}/lib - -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" -.endif - -.include <bsd.port.post.mk> diff --git a/devel/xfc/distinfo b/devel/xfc/distinfo deleted file mode 100644 index ce1301238..000000000 --- a/devel/xfc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xfc-4.3.1.tar.bz2) = 55e27abb68ef8c60b238e04eb95e9846 -SHA256 (xfc-4.3.1.tar.bz2) = 82517dd6e6636c7433aef7f695b8209bc97b6f69471dd20e6ed9899afb01e039 -SIZE (xfc-4.3.1.tar.bz2) = 4512641 diff --git a/devel/xfc/files/patch-configure b/devel/xfc/files/patch-configure deleted file mode 100644 index 1b0c40284..000000000 --- a/devel/xfc/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Mon May 30 14:13:24 2005 -+++ configure Wed Jun 1 19:09:26 2005 -@@ -20552,7 +20552,7 @@ - - - --xfc_docdir="$datadir/doc/$PACKAGE-$XFC_API_VERSION" -+xfc_docdir="$datadir/doc/$PACKAGE" - - - diff --git a/devel/xfc/pkg-descr b/devel/xfc/pkg-descr deleted file mode 100644 index 8c918ce63..000000000 --- a/devel/xfc/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The Xfce Foundation Classes (XFC) is a set of well integrated C++ classes -for developing Xfce applications on UNIX-like operating systems. - -XFC combines the power of GTK+ and the power of C++ into a state-of-the-art -application development framework for the Xfce Desktop Environment. XFC -judiciously uses C++ language features to avoid layering on too much extra -C++ complexity. Its API is easy to understand and use, and should feel -immediately familiar to most GTK+ programmers. - -WWW: http://xfc.xfce.org/ diff --git a/devel/xfc/pkg-plist b/devel/xfc/pkg-plist deleted file mode 100644 index 3d1a02e2a..000000000 --- a/devel/xfc/pkg-plist +++ /dev/null @@ -1,2754 +0,0 @@ -bin/xfc-demo -include/xfce4/xfc/atk/action.hh -include/xfce4/xfc/atk/atk.hh -include/xfce4/xfc/atk/component.hh -include/xfce4/xfc/atk/document.hh -include/xfce4/xfc/atk/editabletext.hh -include/xfce4/xfc/atk/gobjectaccessible.hh -include/xfce4/xfc/atk/hyperlink.hh -include/xfce4/xfc/atk/hyperlinksignals.hh -include/xfce4/xfc/atk/hypertext.hh -include/xfce4/xfc/atk/hypertextsignals.hh -include/xfce4/xfc/atk/image.hh -include/xfce4/xfc/atk/implementor.hh -include/xfce4/xfc/atk/inline/action.inl -include/xfce4/xfc/atk/inline/component.inl -include/xfce4/xfc/atk/inline/document.inl -include/xfce4/xfc/atk/inline/editabletext.inl -include/xfce4/xfc/atk/inline/gobjectaccessible.inl -include/xfce4/xfc/atk/inline/hyperlink.inl -include/xfce4/xfc/atk/inline/hypertext.inl -include/xfce4/xfc/atk/inline/image.inl -include/xfce4/xfc/atk/inline/implementor.inl -include/xfce4/xfc/atk/inline/object.inl -include/xfce4/xfc/atk/inline/objectfactory.inl -include/xfce4/xfc/atk/inline/registry.inl -include/xfce4/xfc/atk/inline/relation.inl -include/xfce4/xfc/atk/inline/selection.inl -include/xfce4/xfc/atk/inline/stateset.inl -include/xfce4/xfc/atk/inline/streamablecontent.inl -include/xfce4/xfc/atk/inline/table.inl -include/xfce4/xfc/atk/inline/text.inl -include/xfce4/xfc/atk/inline/value.inl -include/xfce4/xfc/atk/object.hh -include/xfce4/xfc/atk/objectfactory.hh -include/xfce4/xfc/atk/objectsignals.hh -include/xfce4/xfc/atk/private/gobjectaccessibleclass.hh -include/xfce4/xfc/atk/private/hyperlinkclass.hh -include/xfce4/xfc/atk/private/hypertextiface.hh -include/xfce4/xfc/atk/private/marshal.hh -include/xfce4/xfc/atk/private/objectclass.hh -include/xfce4/xfc/atk/private/objectfactoryclass.hh -include/xfce4/xfc/atk/private/registryclass.hh -include/xfce4/xfc/atk/private/relationclass.hh -include/xfce4/xfc/atk/private/selectioniface.hh -include/xfce4/xfc/atk/private/statesetclass.hh -include/xfce4/xfc/atk/private/tableiface.hh -include/xfce4/xfc/atk/private/textiface.hh -include/xfce4/xfc/atk/registry.hh -include/xfce4/xfc/atk/relation.hh -include/xfce4/xfc/atk/selection.hh -include/xfce4/xfc/atk/selectionsignals.hh -include/xfce4/xfc/atk/stateset.hh -include/xfce4/xfc/atk/streamablecontent.hh -include/xfce4/xfc/atk/table.hh -include/xfce4/xfc/atk/tablesignals.hh -include/xfce4/xfc/atk/text.hh -include/xfce4/xfc/atk/textsignals.hh -include/xfce4/xfc/atk/util.hh -include/xfce4/xfc/atk/value.hh -include/xfce4/xfc/gdk-pixbuf/gdk-pixbuf.hh -include/xfce4/xfc/gdk-pixbuf/inline/pixbuf-animation.inl -include/xfce4/xfc/gdk-pixbuf/inline/pixbuf-io.inl -include/xfce4/xfc/gdk-pixbuf/inline/pixbuf-loader.inl -include/xfce4/xfc/gdk-pixbuf/inline/pixbuf.inl -include/xfce4/xfc/gdk-pixbuf/pixbuf-animation.hh -include/xfce4/xfc/gdk-pixbuf/pixbuf-io.hh -include/xfce4/xfc/gdk-pixbuf/pixbuf-loader.hh -include/xfce4/xfc/gdk-pixbuf/pixbuf-loadersignals.hh -include/xfce4/xfc/gdk-pixbuf/pixbuf.hh -include/xfce4/xfc/gdk-pixbuf/private/pixbuf-loaderclass.hh -include/xfce4/xfc/gdk/bitmap.hh -include/xfce4/xfc/gdk/color.hh -include/xfce4/xfc/gdk/cursor.hh -include/xfce4/xfc/gdk/display.hh -include/xfce4/xfc/gdk/displaymanager.hh -include/xfce4/xfc/gdk/displaymanagersignals.hh -include/xfce4/xfc/gdk/displaysignals.hh -include/xfce4/xfc/gdk/dnd.hh -include/xfce4/xfc/gdk/drawable.hh -include/xfce4/xfc/gdk/events.hh -include/xfce4/xfc/gdk/gc.hh -include/xfce4/xfc/gdk/gdk.hh -include/xfce4/xfc/gdk/image.hh -include/xfce4/xfc/gdk/inline/bitmap.inl -include/xfce4/xfc/gdk/inline/color.inl -include/xfce4/xfc/gdk/inline/cursor.inl -include/xfce4/xfc/gdk/inline/display.inl -include/xfce4/xfc/gdk/inline/displaymanager.inl -include/xfce4/xfc/gdk/inline/dnd.inl -include/xfce4/xfc/gdk/inline/drawable.inl -include/xfce4/xfc/gdk/inline/event.inl -include/xfce4/xfc/gdk/inline/gc.inl -include/xfce4/xfc/gdk/inline/image.inl -include/xfce4/xfc/gdk/inline/input.inl -include/xfce4/xfc/gdk/inline/keymap.inl -include/xfce4/xfc/gdk/inline/keyval.inl -include/xfce4/xfc/gdk/inline/pangorenderer.inl -include/xfce4/xfc/gdk/inline/pixmap.inl -include/xfce4/xfc/gdk/inline/region.inl -include/xfce4/xfc/gdk/inline/screen.inl -include/xfce4/xfc/gdk/inline/spawn.inl -include/xfce4/xfc/gdk/inline/types.inl -include/xfce4/xfc/gdk/inline/visual.inl -include/xfce4/xfc/gdk/inline/window.inl -include/xfce4/xfc/gdk/input.hh -include/xfce4/xfc/gdk/keymap.hh -include/xfce4/xfc/gdk/keymapsignals.hh -include/xfce4/xfc/gdk/keyval.hh -include/xfce4/xfc/gdk/pangorenderer.hh -include/xfce4/xfc/gdk/pixmap.hh -include/xfce4/xfc/gdk/private/colormapclass.hh -include/xfce4/xfc/gdk/private/displayclass.hh -include/xfce4/xfc/gdk/private/displaymanagerclass.hh -include/xfce4/xfc/gdk/private/dndclass.hh -include/xfce4/xfc/gdk/private/drawableclass.hh -include/xfce4/xfc/gdk/private/gcclass.hh -include/xfce4/xfc/gdk/private/imageclass.hh -include/xfce4/xfc/gdk/private/keymapclass.hh -include/xfce4/xfc/gdk/private/marshal.hh -include/xfce4/xfc/gdk/private/pangorendererclass.hh -include/xfce4/xfc/gdk/private/pixmapclass.hh -include/xfce4/xfc/gdk/private/screenclass.hh -include/xfce4/xfc/gdk/private/windowclass.hh -include/xfce4/xfc/gdk/region.hh -include/xfce4/xfc/gdk/screen.hh -include/xfce4/xfc/gdk/screensignals.hh -include/xfce4/xfc/gdk/spawn.hh -include/xfce4/xfc/gdk/types.hh -include/xfce4/xfc/gdk/visual.hh -include/xfce4/xfc/gdk/window.hh -include/xfce4/xfc/glade/glade.hh -include/xfce4/xfc/glade/inline/xml.inl -include/xfce4/xfc/glade/private/xmlclass.hh -include/xfce4/xfc/glade/xml.hh -include/xfce4/xfc/glib/asyncqueue.hh -include/xfce4/xfc/glib/boxed.hh -include/xfce4/xfc/glib/completion.hh -include/xfce4/xfc/glib/date.hh -include/xfce4/xfc/glib/error.hh -include/xfce4/xfc/glib/fileutils.hh -include/xfce4/xfc/glib/g.hh -include/xfce4/xfc/glib/inline/asyncqueue.inl -include/xfce4/xfc/glib/inline/boxed.inl -include/xfce4/xfc/glib/inline/completion.inl -include/xfce4/xfc/glib/inline/date.inl -include/xfce4/xfc/glib/inline/error.inl -include/xfce4/xfc/glib/inline/fileutils.inl -include/xfce4/xfc/glib/inline/iochannel.inl -include/xfce4/xfc/glib/inline/keyfile.inl -include/xfce4/xfc/glib/inline/main.inl -include/xfce4/xfc/glib/inline/markup.inl -include/xfce4/xfc/glib/inline/module.inl -include/xfce4/xfc/glib/inline/mutex.inl -include/xfce4/xfc/glib/inline/object.inl -include/xfce4/xfc/glib/inline/option.inl -include/xfce4/xfc/glib/inline/pattern.inl -include/xfce4/xfc/glib/inline/quark.inl -include/xfce4/xfc/glib/inline/rand.inl -include/xfce4/xfc/glib/inline/scanner.inl -include/xfce4/xfc/glib/inline/spawn.inl -include/xfce4/xfc/glib/inline/thread.inl -include/xfce4/xfc/glib/inline/threadpool.inl -include/xfce4/xfc/glib/inline/timer.inl -include/xfce4/xfc/glib/inline/timeval.inl -include/xfce4/xfc/glib/inline/type.inl -include/xfce4/xfc/glib/inline/unicode.inl -include/xfce4/xfc/glib/inline/utils.inl -include/xfce4/xfc/glib/inline/value.inl -include/xfce4/xfc/glib/iochannel.hh -include/xfce4/xfc/glib/keyfile.hh -include/xfce4/xfc/glib/main.hh -include/xfce4/xfc/glib/markup.hh -include/xfce4/xfc/glib/module.hh -include/xfce4/xfc/glib/mutex.hh -include/xfce4/xfc/glib/object.hh -include/xfce4/xfc/glib/objectsignals.hh -include/xfce4/xfc/glib/option.hh -include/xfce4/xfc/glib/pattern.hh -include/xfce4/xfc/glib/private/connection.hh -include/xfce4/xfc/glib/private/marshal.hh -include/xfce4/xfc/glib/private/objectclass.hh -include/xfce4/xfc/glib/property.hh -include/xfce4/xfc/glib/quark.hh -include/xfce4/xfc/glib/rand.hh -include/xfce4/xfc/glib/scanner.hh -include/xfce4/xfc/glib/shell.hh -include/xfce4/xfc/glib/signals.hh -include/xfce4/xfc/glib/spawn.hh -include/xfce4/xfc/glib/thread.hh -include/xfce4/xfc/glib/threadpool.hh -include/xfce4/xfc/glib/timer.hh -include/xfce4/xfc/glib/timeval.hh -include/xfce4/xfc/glib/type.hh -include/xfce4/xfc/glib/unicode.hh -include/xfce4/xfc/glib/utils.hh -include/xfce4/xfc/glib/value.hh -include/xfce4/xfc/gtk/aboutdialog.hh -include/xfce4/xfc/gtk/accelgroup.hh -include/xfce4/xfc/gtk/accelgroupsignals.hh -include/xfce4/xfc/gtk/accelkey.hh -include/xfce4/xfc/gtk/accellabel.hh -include/xfce4/xfc/gtk/accelmap.hh -include/xfce4/xfc/gtk/accessible.hh -include/xfce4/xfc/gtk/action.hh -include/xfce4/xfc/gtk/actiongroup.hh -include/xfce4/xfc/gtk/actionsignals.hh -include/xfce4/xfc/gtk/adjustment.hh -include/xfce4/xfc/gtk/adjustmentsignals.hh -include/xfce4/xfc/gtk/alignment.hh -include/xfce4/xfc/gtk/arrow.hh -include/xfce4/xfc/gtk/aspectframe.hh -include/xfce4/xfc/gtk/bin.hh -include/xfce4/xfc/gtk/box.hh -include/xfce4/xfc/gtk/boxchild.hh -include/xfce4/xfc/gtk/button.hh -include/xfce4/xfc/gtk/buttonbox.hh -include/xfce4/xfc/gtk/buttonsignals.hh -include/xfce4/xfc/gtk/calendar.hh -include/xfce4/xfc/gtk/calendarsignals.hh -include/xfce4/xfc/gtk/celleditable.hh -include/xfce4/xfc/gtk/celleditablesignals.hh -include/xfce4/xfc/gtk/celllayout.hh -include/xfce4/xfc/gtk/cellrenderer.hh -include/xfce4/xfc/gtk/cellrenderercombo.hh -include/xfce4/xfc/gtk/cellrendererpixbuf.hh -include/xfce4/xfc/gtk/cellrendererprogress.hh -include/xfce4/xfc/gtk/cellrenderersignals.hh -include/xfce4/xfc/gtk/cellrenderertext.hh -include/xfce4/xfc/gtk/cellrenderertextsignals.hh -include/xfce4/xfc/gtk/cellrenderertoggle.hh -include/xfce4/xfc/gtk/cellrenderertogglesignals.hh -include/xfce4/xfc/gtk/cellview.hh -include/xfce4/xfc/gtk/checkbutton.hh -include/xfce4/xfc/gtk/checkmenuitem.hh -include/xfce4/xfc/gtk/checkmenuitemsignals.hh -include/xfce4/xfc/gtk/clipboard.hh -include/xfce4/xfc/gtk/colorbutton.hh -include/xfce4/xfc/gtk/colorbuttonsignals.hh -include/xfce4/xfc/gtk/colorselection.hh -include/xfce4/xfc/gtk/colorselectionsignals.hh -include/xfce4/xfc/gtk/combobox.hh -include/xfce4/xfc/gtk/comboboxentry.hh -include/xfce4/xfc/gtk/comboboxsignals.hh -include/xfce4/xfc/gtk/container.hh -include/xfce4/xfc/gtk/containersignals.hh -include/xfce4/xfc/gtk/curve.hh -include/xfce4/xfc/gtk/curvesignals.hh -include/xfce4/xfc/gtk/dialog.hh -include/xfce4/xfc/gtk/dialogsignals.hh -include/xfce4/xfc/gtk/dnd.hh -include/xfce4/xfc/gtk/drawingarea.hh -include/xfce4/xfc/gtk/editable.hh -include/xfce4/xfc/gtk/editablesignals.hh -include/xfce4/xfc/gtk/entry.hh -include/xfce4/xfc/gtk/entrycompletion.hh -include/xfce4/xfc/gtk/entrycompletionsignals.hh -include/xfce4/xfc/gtk/entrysignals.hh -include/xfce4/xfc/gtk/enums.hh -include/xfce4/xfc/gtk/eventbox.hh -include/xfce4/xfc/gtk/expander.hh -include/xfce4/xfc/gtk/filechooser.hh -include/xfce4/xfc/gtk/filechooserbutton.hh -include/xfce4/xfc/gtk/filechooserdialog.hh -include/xfce4/xfc/gtk/filechooserwidget.hh -include/xfce4/xfc/gtk/filefilter.hh -include/xfce4/xfc/gtk/fixed.hh -include/xfce4/xfc/gtk/fontbutton.hh -include/xfce4/xfc/gtk/fontbuttonsignals.hh -include/xfce4/xfc/gtk/fontselection.hh -include/xfce4/xfc/gtk/frame.hh -include/xfce4/xfc/gtk/gammacurve.hh -include/xfce4/xfc/gtk/gc.hh -include/xfce4/xfc/gtk/gtk.hh -include/xfce4/xfc/gtk/handlebox.hh -include/xfce4/xfc/gtk/handleboxsignals.hh -include/xfce4/xfc/gtk/iconfactory.hh -include/xfce4/xfc/gtk/iconset.hh -include/xfce4/xfc/gtk/iconsource.hh -include/xfce4/xfc/gtk/icontheme.hh -include/xfce4/xfc/gtk/iconthemesignals.hh -include/xfce4/xfc/gtk/iconview.hh -include/xfce4/xfc/gtk/iconviewsignals.hh -include/xfce4/xfc/gtk/image.hh -include/xfce4/xfc/gtk/imagemenuitem.hh -include/xfce4/xfc/gtk/inline/aboutdialog.inl -include/xfce4/xfc/gtk/inline/accelgroup.inl -include/xfce4/xfc/gtk/inline/accelkey.inl -include/xfce4/xfc/gtk/inline/accellabel.inl -include/xfce4/xfc/gtk/inline/accelmap.inl -include/xfce4/xfc/gtk/inline/accessible.inl -include/xfce4/xfc/gtk/inline/action.inl -include/xfce4/xfc/gtk/inline/actiongroup.inl -include/xfce4/xfc/gtk/inline/adjustment.inl -include/xfce4/xfc/gtk/inline/alignment.inl -include/xfce4/xfc/gtk/inline/arrow.inl -include/xfce4/xfc/gtk/inline/aspectframe.inl -include/xfce4/xfc/gtk/inline/bin.inl -include/xfce4/xfc/gtk/inline/box.inl -include/xfce4/xfc/gtk/inline/boxchild.inl -include/xfce4/xfc/gtk/inline/button.inl -include/xfce4/xfc/gtk/inline/buttonbox.inl -include/xfce4/xfc/gtk/inline/calendar.inl -include/xfce4/xfc/gtk/inline/celleditable.inl -include/xfce4/xfc/gtk/inline/celllayout.inl -include/xfce4/xfc/gtk/inline/cellrenderer.inl -include/xfce4/xfc/gtk/inline/cellrenderercombo.inl -include/xfce4/xfc/gtk/inline/cellrendererpixbuf.inl -include/xfce4/xfc/gtk/inline/cellrendererprogress.inl -include/xfce4/xfc/gtk/inline/cellrenderertext.inl -include/xfce4/xfc/gtk/inline/cellrenderertoggle.inl -include/xfce4/xfc/gtk/inline/cellview.inl -include/xfce4/xfc/gtk/inline/checkbutton.inl -include/xfce4/xfc/gtk/inline/checkmenuitem.inl -include/xfce4/xfc/gtk/inline/clipboard.inl -include/xfce4/xfc/gtk/inline/colorbutton.inl -include/xfce4/xfc/gtk/inline/colorselection.inl -include/xfce4/xfc/gtk/inline/combobox.inl -include/xfce4/xfc/gtk/inline/comboboxentry.inl -include/xfce4/xfc/gtk/inline/container.inl -include/xfce4/xfc/gtk/inline/curve.inl -include/xfce4/xfc/gtk/inline/dialog.inl -include/xfce4/xfc/gtk/inline/dnd.inl -include/xfce4/xfc/gtk/inline/drawingarea.inl -include/xfce4/xfc/gtk/inline/editable.inl -include/xfce4/xfc/gtk/inline/entry.inl -include/xfce4/xfc/gtk/inline/entrycompletion.inl -include/xfce4/xfc/gtk/inline/eventbox.inl -include/xfce4/xfc/gtk/inline/expander.inl -include/xfce4/xfc/gtk/inline/filechooser.inl -include/xfce4/xfc/gtk/inline/filechooserbutton.inl -include/xfce4/xfc/gtk/inline/filechooserdialog.inl -include/xfce4/xfc/gtk/inline/filechooserwidget.inl -include/xfce4/xfc/gtk/inline/filefilter.inl -include/xfce4/xfc/gtk/inline/fixed.inl -include/xfce4/xfc/gtk/inline/fontbutton.inl -include/xfce4/xfc/gtk/inline/fontselection.inl -include/xfce4/xfc/gtk/inline/frame.inl -include/xfce4/xfc/gtk/inline/gammacurve.inl -include/xfce4/xfc/gtk/inline/handlebox.inl -include/xfce4/xfc/gtk/inline/iconfactory.inl -include/xfce4/xfc/gtk/inline/iconset.inl -include/xfce4/xfc/gtk/inline/iconsource.inl -include/xfce4/xfc/gtk/inline/icontheme.inl -include/xfce4/xfc/gtk/inline/iconview.inl -include/xfce4/xfc/gtk/inline/image.inl -include/xfce4/xfc/gtk/inline/imagemenuitem.inl -include/xfce4/xfc/gtk/inline/invisible.inl -include/xfce4/xfc/gtk/inline/item.inl -include/xfce4/xfc/gtk/inline/label.inl -include/xfce4/xfc/gtk/inline/layout.inl -include/xfce4/xfc/gtk/inline/liststore.inl -include/xfce4/xfc/gtk/inline/menu.inl -include/xfce4/xfc/gtk/inline/menubar.inl -include/xfce4/xfc/gtk/inline/menuitem.inl -include/xfce4/xfc/gtk/inline/menushell.inl -include/xfce4/xfc/gtk/inline/menutoolbutton.inl -include/xfce4/xfc/gtk/inline/messagedialog.inl -include/xfce4/xfc/gtk/inline/misc.inl -include/xfce4/xfc/gtk/inline/notebook.inl -include/xfce4/xfc/gtk/inline/object.inl -include/xfce4/xfc/gtk/inline/paned.inl -include/xfce4/xfc/gtk/inline/plug.inl -include/xfce4/xfc/gtk/inline/progressbar.inl -include/xfce4/xfc/gtk/inline/radioaction.inl -include/xfce4/xfc/gtk/inline/radiobutton.inl -include/xfce4/xfc/gtk/inline/radiomenuitem.inl -include/xfce4/xfc/gtk/inline/radiotoolbutton.inl -include/xfce4/xfc/gtk/inline/range.inl -include/xfce4/xfc/gtk/inline/rc.inl -include/xfce4/xfc/gtk/inline/ruler.inl -include/xfce4/xfc/gtk/inline/scale.inl -include/xfce4/xfc/gtk/inline/scrollbar.inl -include/xfce4/xfc/gtk/inline/scrolledwindow.inl -include/xfce4/xfc/gtk/inline/selection.inl -include/xfce4/xfc/gtk/inline/separator.inl -include/xfce4/xfc/gtk/inline/separatormenuitem.inl -include/xfce4/xfc/gtk/inline/separatortoolitem.inl -include/xfce4/xfc/gtk/inline/settings.inl -include/xfce4/xfc/gtk/inline/sizegroup.inl -include/xfce4/xfc/gtk/inline/socket.inl -include/xfce4/xfc/gtk/inline/spinbutton.inl -include/xfce4/xfc/gtk/inline/statusbar.inl -include/xfce4/xfc/gtk/inline/stock.inl -include/xfce4/xfc/gtk/inline/stockid.inl -include/xfce4/xfc/gtk/inline/style.inl -include/xfce4/xfc/gtk/inline/table.inl -include/xfce4/xfc/gtk/inline/tearoffmenuitem.inl -include/xfce4/xfc/gtk/inline/textbuffer.inl -include/xfce4/xfc/gtk/inline/textiter.inl -include/xfce4/xfc/gtk/inline/texttag.inl -include/xfce4/xfc/gtk/inline/textview.inl -include/xfce4/xfc/gtk/inline/toggleaction.inl -include/xfce4/xfc/gtk/inline/togglebutton.inl -include/xfce4/xfc/gtk/inline/toggletoolbutton.inl -include/xfce4/xfc/gtk/inline/toolbar.inl -include/xfce4/xfc/gtk/inline/toolbutton.inl -include/xfce4/xfc/gtk/inline/toolitem.inl -include/xfce4/xfc/gtk/inline/tooltips.inl -include/xfce4/xfc/gtk/inline/treednd.inl -include/xfce4/xfc/gtk/inline/treemodel.inl -include/xfce4/xfc/gtk/inline/treemodelfilter.inl -include/xfce4/xfc/gtk/inline/treemodelsort.inl -include/xfce4/xfc/gtk/inline/treeselection.inl -include/xfce4/xfc/gtk/inline/treesortable.inl -include/xfce4/xfc/gtk/inline/treestore.inl -include/xfce4/xfc/gtk/inline/treeview.inl -include/xfce4/xfc/gtk/inline/treeviewcolumn.inl -include/xfce4/xfc/gtk/inline/uimanager.inl -include/xfce4/xfc/gtk/inline/viewport.inl -include/xfce4/xfc/gtk/inline/widget.inl -include/xfce4/xfc/gtk/inline/window.inl -include/xfce4/xfc/gtk/invisible.hh -include/xfce4/xfc/gtk/item.hh -include/xfce4/xfc/gtk/itemsignals.hh -include/xfce4/xfc/gtk/label.hh -include/xfce4/xfc/gtk/labelsignals.hh -include/xfce4/xfc/gtk/layout.hh -include/xfce4/xfc/gtk/layoutsignals.hh -include/xfce4/xfc/gtk/liststore.hh -include/xfce4/xfc/gtk/menu.hh -include/xfce4/xfc/gtk/menubar.hh -include/xfce4/xfc/gtk/menuitem.hh -include/xfce4/xfc/gtk/menuitemsignals.hh -include/xfce4/xfc/gtk/menushell.hh -include/xfce4/xfc/gtk/menushellsignals.hh -include/xfce4/xfc/gtk/menutoolbutton.hh -include/xfce4/xfc/gtk/messagedialog.hh -include/xfce4/xfc/gtk/misc.hh -include/xfce4/xfc/gtk/notebook.hh -include/xfce4/xfc/gtk/notebooksignals.hh -include/xfce4/xfc/gtk/object.hh -include/xfce4/xfc/gtk/objectsignals.hh -include/xfce4/xfc/gtk/paned.hh -include/xfce4/xfc/gtk/plug.hh -include/xfce4/xfc/gtk/plugsignals.hh -include/xfce4/xfc/gtk/private/aboutdialogclass.hh -include/xfce4/xfc/gtk/private/accelgroupclass.hh -include/xfce4/xfc/gtk/private/accellabelclass.hh -include/xfce4/xfc/gtk/private/accessibleclass.hh -include/xfce4/xfc/gtk/private/actionclass.hh -include/xfce4/xfc/gtk/private/actiongroupclass.hh -include/xfce4/xfc/gtk/private/adjustmentclass.hh -include/xfce4/xfc/gtk/private/alignmentclass.hh -include/xfce4/xfc/gtk/private/arrowclass.hh -include/xfce4/xfc/gtk/private/aspectframeclass.hh -include/xfce4/xfc/gtk/private/binclass.hh -include/xfce4/xfc/gtk/private/boxclass.hh -include/xfce4/xfc/gtk/private/buttonboxclass.hh -include/xfce4/xfc/gtk/private/buttonclass.hh -include/xfce4/xfc/gtk/private/calendarclass.hh -include/xfce4/xfc/gtk/private/celleditableiface.hh -include/xfce4/xfc/gtk/private/cellrendererclass.hh -include/xfce4/xfc/gtk/private/cellrenderercomboclass.hh -include/xfce4/xfc/gtk/private/cellrendererpixbufclass.hh -include/xfce4/xfc/gtk/private/cellrendererprogressclass.hh -include/xfce4/xfc/gtk/private/cellrenderertextclass.hh -include/xfce4/xfc/gtk/private/cellrenderertoggleclass.hh -include/xfce4/xfc/gtk/private/cellviewclass.hh -include/xfce4/xfc/gtk/private/checkbuttonclass.hh -include/xfce4/xfc/gtk/private/checkmenuitemclass.hh -include/xfce4/xfc/gtk/private/colorbuttonclass.hh -include/xfce4/xfc/gtk/private/colorselectionclass.hh -include/xfce4/xfc/gtk/private/comboboxclass.hh -include/xfce4/xfc/gtk/private/comboboxentryclass.hh -include/xfce4/xfc/gtk/private/containerclass.hh -include/xfce4/xfc/gtk/private/curveclass.hh -include/xfce4/xfc/gtk/private/dialogclass.hh -include/xfce4/xfc/gtk/private/drawingareaclass.hh -include/xfce4/xfc/gtk/private/editableclass.hh -include/xfce4/xfc/gtk/private/entryclass.hh -include/xfce4/xfc/gtk/private/entrycompletionclass.hh -include/xfce4/xfc/gtk/private/eventboxclass.hh -include/xfce4/xfc/gtk/private/expanderclass.hh -include/xfce4/xfc/gtk/private/filechooserbuttonclass.hh -include/xfce4/xfc/gtk/private/filechooserdialogclass.hh -include/xfce4/xfc/gtk/private/filechooserwidgetclass.hh -include/xfce4/xfc/gtk/private/filefilterclass.hh -include/xfce4/xfc/gtk/private/fixedclass.hh -include/xfce4/xfc/gtk/private/fontbuttonclass.hh -include/xfce4/xfc/gtk/private/fontselectionclass.hh -include/xfce4/xfc/gtk/private/frameclass.hh -include/xfce4/xfc/gtk/private/gammacurveclass.hh -include/xfce4/xfc/gtk/private/handleboxclass.hh -include/xfce4/xfc/gtk/private/iconfactoryclass.hh -include/xfce4/xfc/gtk/private/iconthemeclass.hh -include/xfce4/xfc/gtk/private/iconviewclass.hh -include/xfce4/xfc/gtk/private/imageclass.hh -include/xfce4/xfc/gtk/private/imagemenuitemclass.hh -include/xfce4/xfc/gtk/private/invisibleclass.hh -include/xfce4/xfc/gtk/private/itemclass.hh -include/xfce4/xfc/gtk/private/labelclass.hh -include/xfce4/xfc/gtk/private/layoutclass.hh -include/xfce4/xfc/gtk/private/liststoreclass.hh -include/xfce4/xfc/gtk/private/marshal.hh -include/xfce4/xfc/gtk/private/menubarclass.hh -include/xfce4/xfc/gtk/private/menuclass.hh -include/xfce4/xfc/gtk/private/menuitemclass.hh -include/xfce4/xfc/gtk/private/menushellclass.hh -include/xfce4/xfc/gtk/private/menutoolbuttonclass.hh -include/xfce4/xfc/gtk/private/messagedialogclass.hh -include/xfce4/xfc/gtk/private/miscclass.hh -include/xfce4/xfc/gtk/private/notebookclass.hh -include/xfce4/xfc/gtk/private/objectclass.hh -include/xfce4/xfc/gtk/private/panedclass.hh -include/xfce4/xfc/gtk/private/plugclass.hh -include/xfce4/xfc/gtk/private/progressbarclass.hh -include/xfce4/xfc/gtk/private/radioactionclass.hh -include/xfce4/xfc/gtk/private/radiobuttonclass.hh -include/xfce4/xfc/gtk/private/radiomenuitemclass.hh -include/xfce4/xfc/gtk/private/radiotoolbuttonclass.hh -include/xfce4/xfc/gtk/private/rangeclass.hh -include/xfce4/xfc/gtk/private/rcclass.hh -include/xfce4/xfc/gtk/private/rulerclass.hh -include/xfce4/xfc/gtk/private/scaleclass.hh -include/xfce4/xfc/gtk/private/scrollbarclass.hh -include/xfce4/xfc/gtk/private/scrolledwindowclass.hh -include/xfce4/xfc/gtk/private/separatorclass.hh -include/xfce4/xfc/gtk/private/separatormenuitemclass.hh -include/xfce4/xfc/gtk/private/separatortoolitemclass.hh -include/xfce4/xfc/gtk/private/sizegroupclass.hh -include/xfce4/xfc/gtk/private/socketclass.hh -include/xfce4/xfc/gtk/private/spinbuttonclass.hh -include/xfce4/xfc/gtk/private/statusbarclass.hh -include/xfce4/xfc/gtk/private/styleclass.hh -include/xfce4/xfc/gtk/private/tableclass.hh -include/xfce4/xfc/gtk/private/tearoffmenuitemclass.hh -include/xfce4/xfc/gtk/private/textbufferclass.hh -include/xfce4/xfc/gtk/private/texttagclass.hh -include/xfce4/xfc/gtk/private/textviewclass.hh -include/xfce4/xfc/gtk/private/toggleactionclass.hh -include/xfce4/xfc/gtk/private/togglebuttonclass.hh -include/xfce4/xfc/gtk/private/toggletoolbuttonclass.hh -include/xfce4/xfc/gtk/private/toolbarclass.hh -include/xfce4/xfc/gtk/private/toolbuttonclass.hh -include/xfce4/xfc/gtk/private/toolitemclass.hh -include/xfce4/xfc/gtk/private/tooltipsclass.hh -include/xfce4/xfc/gtk/private/treemodelfilterclass.hh -include/xfce4/xfc/gtk/private/treemodeliface.hh -include/xfce4/xfc/gtk/private/treemodelsortclass.hh -include/xfce4/xfc/gtk/private/treesortableiface.hh -include/xfce4/xfc/gtk/private/treestoreclass.hh -include/xfce4/xfc/gtk/private/treeviewclass.hh -include/xfce4/xfc/gtk/private/treeviewcolumnclass.hh -include/xfce4/xfc/gtk/private/uimanagerclass.hh -include/xfce4/xfc/gtk/private/viewportclass.hh -include/xfce4/xfc/gtk/private/widgetclass.hh -include/xfce4/xfc/gtk/private/windowclass.hh -include/xfce4/xfc/gtk/progressbar.hh -include/xfce4/xfc/gtk/radioaction.hh -include/xfce4/xfc/gtk/radioactionsignals.hh -include/xfce4/xfc/gtk/radiobutton.hh -include/xfce4/xfc/gtk/radiobuttonsignals.hh -include/xfce4/xfc/gtk/radiomenuitem.hh -include/xfce4/xfc/gtk/radiomenuitemsignals.hh -include/xfce4/xfc/gtk/radiotoolbutton.hh -include/xfce4/xfc/gtk/range.hh -include/xfce4/xfc/gtk/rangesignals.hh -include/xfce4/xfc/gtk/rc.hh -include/xfce4/xfc/gtk/ruler.hh -include/xfce4/xfc/gtk/scale.hh -include/xfce4/xfc/gtk/scalesignals.hh -include/xfce4/xfc/gtk/scrollbar.hh -include/xfce4/xfc/gtk/scrolledwindow.hh -include/xfce4/xfc/gtk/selection.hh -include/xfce4/xfc/gtk/separator.hh -include/xfce4/xfc/gtk/separatormenuitem.hh -include/xfce4/xfc/gtk/separatortoolitem.hh -include/xfce4/xfc/gtk/settings.hh -include/xfce4/xfc/gtk/sizegroup.hh -include/xfce4/xfc/gtk/socket.hh -include/xfce4/xfc/gtk/socketsignals.hh -include/xfce4/xfc/gtk/spinbutton.hh -include/xfce4/xfc/gtk/spinbuttonsignals.hh -include/xfce4/xfc/gtk/statusbar.hh -include/xfce4/xfc/gtk/statusbarsignals.hh -include/xfce4/xfc/gtk/stock.hh -include/xfce4/xfc/gtk/stockid.hh -include/xfce4/xfc/gtk/style.hh -include/xfce4/xfc/gtk/table.hh -include/xfce4/xfc/gtk/tearoffmenuitem.hh -include/xfce4/xfc/gtk/textbuffer.hh -include/xfce4/xfc/gtk/textbuffersignals.hh -include/xfce4/xfc/gtk/textiter.hh -include/xfce4/xfc/gtk/texttag.hh -include/xfce4/xfc/gtk/texttagsignals.hh -include/xfce4/xfc/gtk/textview.hh -include/xfce4/xfc/gtk/textviewsignals.hh -include/xfce4/xfc/gtk/toggleaction.hh -include/xfce4/xfc/gtk/toggleactionsignals.hh -include/xfce4/xfc/gtk/togglebutton.hh -include/xfce4/xfc/gtk/togglebuttonsignals.hh -include/xfce4/xfc/gtk/toggletoolbutton.hh -include/xfce4/xfc/gtk/toggletoolbuttonsignals.hh -include/xfce4/xfc/gtk/toolbar.hh -include/xfce4/xfc/gtk/toolbarsignals.hh -include/xfce4/xfc/gtk/toolbutton.hh -include/xfce4/xfc/gtk/toolbuttonsignals.hh -include/xfce4/xfc/gtk/toolitem.hh -include/xfce4/xfc/gtk/toolitemsignals.hh -include/xfce4/xfc/gtk/tooltips.hh -include/xfce4/xfc/gtk/treednd.hh -include/xfce4/xfc/gtk/treemodel.hh -include/xfce4/xfc/gtk/treemodelfilter.hh -include/xfce4/xfc/gtk/treemodelsignals.hh -include/xfce4/xfc/gtk/treemodelsort.hh -include/xfce4/xfc/gtk/treeselection.hh -include/xfce4/xfc/gtk/treesortable.hh -include/xfce4/xfc/gtk/treesortablesignals.hh -include/xfce4/xfc/gtk/treestore.hh -include/xfce4/xfc/gtk/treeview.hh -include/xfce4/xfc/gtk/treeviewcolumn.hh -include/xfce4/xfc/gtk/treeviewcolumnsignals.hh -include/xfce4/xfc/gtk/treeviewsignals.hh -include/xfce4/xfc/gtk/uimanager.hh -include/xfce4/xfc/gtk/uimanagersignals.hh -include/xfce4/xfc/gtk/viewport.hh -include/xfce4/xfc/gtk/viewportsignals.hh -include/xfce4/xfc/gtk/widget.hh -include/xfce4/xfc/gtk/widgetsignals.hh -include/xfce4/xfc/gtk/window.hh -include/xfce4/xfc/gtk/windowsignals.hh -include/xfce4/xfc/i18n.hh -include/xfce4/xfc/integerobject.hh -include/xfce4/xfc/main.hh -include/xfce4/xfc/object.hh -include/xfce4/xfc/pango/attributes.hh -include/xfce4/xfc/pango/break.hh -include/xfce4/xfc/pango/context.hh -include/xfce4/xfc/pango/coverage.hh -include/xfce4/xfc/pango/font.hh -include/xfce4/xfc/pango/fontmap.hh -include/xfce4/xfc/pango/fontset.hh -include/xfce4/xfc/pango/glyph.hh -include/xfce4/xfc/pango/inline/attributes.inl -include/xfce4/xfc/pango/inline/break.inl -include/xfce4/xfc/pango/inline/context.inl -include/xfce4/xfc/pango/inline/coverage.inl -include/xfce4/xfc/pango/inline/font.inl -include/xfce4/xfc/pango/inline/fontmap.inl -include/xfce4/xfc/pango/inline/fontset.inl -include/xfce4/xfc/pango/inline/glyph.inl -include/xfce4/xfc/pango/inline/item.inl -include/xfce4/xfc/pango/inline/layout.inl -include/xfce4/xfc/pango/inline/renderer.inl -include/xfce4/xfc/pango/inline/script.inl -include/xfce4/xfc/pango/inline/tabs.inl -include/xfce4/xfc/pango/inline/types.inl -include/xfce4/xfc/pango/item.hh -include/xfce4/xfc/pango/layout.hh -include/xfce4/xfc/pango/pango.hh -include/xfce4/xfc/pango/private/rendererclass.hh -include/xfce4/xfc/pango/renderer.hh -include/xfce4/xfc/pango/script.hh -include/xfce4/xfc/pango/tabs.hh -include/xfce4/xfc/pango/types.hh -include/xfce4/xfc/pointer.hh -include/xfce4/xfc/stackobject.hh -include/xfce4/xfc/trackable.hh -include/xfce4/xfc/ui.hh -include/xfce4/xfc/utfstring.hh -include/xfce4/xfc/version.hh -include/xfce4/xfc/xfccore.hh -include/xfce4/xfc/xfcglade.hh -include/xfce4/xfc/xfcui.hh -lib/libXFCcore-4.3.la -lib/libXFCcore-4.3.so -lib/libXFCcore-4.3.so.1 -lib/libXFCglade-4.3.la -lib/libXFCglade-4.3.so -lib/libXFCglade-4.3.so.1 -lib/libXFCui-4.3.la -lib/libXFCui-4.3.so -lib/libXFCui-4.3.so.1 -libdata/pkgconfig/xfccore-4.3.pc -libdata/pkgconfig/xfcglade-4.3.pc -libdata/pkgconfig/xfcui-4.3.pc -lib/xfce4/xfc/include/xfccore-config.h -lib/xfce4/xfc/include/xfcglade-config.h -lib/xfce4/xfc/include/xfcui-config.h -share/doc/xfc/AUTHORS -share/doc/xfc/COPYING -share/doc/xfc/ChangeLog -share/doc/xfc/NEWS -share/doc/xfc/README -share/doc/xfc/docs/README -share/doc/xfc/docs/faq/html/index.html -share/doc/xfc/docs/howto/html/accellabel.html -share/doc/xfc/docs/howto/html/adjustments.html -share/doc/xfc/docs/howto/html/alignment.html -share/doc/xfc/docs/howto/html/arrow.html -share/doc/xfc/docs/howto/html/aspectframes.html -share/doc/xfc/docs/howto/html/boxes.html -share/doc/xfc/docs/howto/html/buttonboxes.html -share/doc/xfc/docs/howto/html/buttonwidget.html -share/doc/xfc/docs/howto/html/calendar.html -share/doc/xfc/docs/howto/html/colorselection.html -share/doc/xfc/docs/howto/html/combobox.html -share/doc/xfc/docs/howto/html/composite_widgets.html -share/doc/xfc/docs/howto/html/custom_widgets.html -share/doc/xfc/docs/howto/html/dialogs.html -share/doc/xfc/docs/howto/html/draganddrop.html -share/doc/xfc/docs/howto/html/drawingarea.html -share/doc/xfc/docs/howto/html/entry.html -share/doc/xfc/docs/howto/html/entrycompletion.html -share/doc/xfc/docs/howto/html/eventbox.html -share/doc/xfc/docs/howto/html/filechooser.html -share/doc/xfc/docs/howto/html/fixed.html -share/doc/xfc/docs/howto/html/fontselection.html -share/doc/xfc/docs/howto/html/frames.html -share/doc/xfc/docs/howto/html/getting_started.html -share/doc/xfc/docs/howto/html/glade.html -share/doc/xfc/docs/howto/html/guidelines.html -share/doc/xfc/docs/howto/html/images.html -share/doc/xfc/docs/howto/html/index.html -share/doc/xfc/docs/howto/html/label.html -share/doc/xfc/docs/howto/html/layout.html -share/doc/xfc/docs/howto/html/mainloop.html -share/doc/xfc/docs/howto/html/menuitems.html -share/doc/xfc/docs/howto/html/menus.html -share/doc/xfc/docs/howto/html/messagedialog.html -share/doc/xfc/docs/howto/html/notebooks.html -share/doc/xfc/docs/howto/html/object_system.html -share/doc/xfc/docs/howto/html/paned.html -share/doc/xfc/docs/howto/html/progressbar.html -share/doc/xfc/docs/howto/html/properties.html -share/doc/xfc/docs/howto/html/rangewidgets.html -share/doc/xfc/docs/howto/html/rulers.html -share/doc/xfc/docs/howto/html/scrolledwindows.html -share/doc/xfc/docs/howto/html/selections.html -share/doc/xfc/docs/howto/html/signal_system.html -share/doc/xfc/docs/howto/html/spinbuttons.html -share/doc/xfc/docs/howto/html/statusbar.html -share/doc/xfc/docs/howto/html/strings.html -share/doc/xfc/docs/howto/html/tables.html -share/doc/xfc/docs/howto/html/textview.html -share/doc/xfc/docs/howto/html/threads.html -share/doc/xfc/docs/howto/html/toolbar.html -share/doc/xfc/docs/howto/html/toolitems.html -share/doc/xfc/docs/howto/html/tooltips.html -share/doc/xfc/docs/howto/html/treeview.html -share/doc/xfc/docs/howto/html/uimanager.html -share/doc/xfc/docs/howto/html/viewports.html -share/doc/xfc/docs/howto/html/widgets.html -share/doc/xfc/docs/images/action.png -share/doc/xfc/docs/images/arrow.png -share/doc/xfc/docs/images/aspectframe.png -share/doc/xfc/docs/images/base.png -share/doc/xfc/docs/images/buttonbox.png -share/doc/xfc/docs/images/buttons.png -share/doc/xfc/docs/images/calendar.png -share/doc/xfc/docs/images/chapter01.png -share/doc/xfc/docs/images/chapter04.png -share/doc/xfc/docs/images/chapter06.png -share/doc/xfc/docs/images/chapter07.png -share/doc/xfc/docs/images/chapter09.png -share/doc/xfc/docs/images/colorselection1.png -share/doc/xfc/docs/images/colorselection2.png -share/doc/xfc/docs/images/combobox.png -share/doc/xfc/docs/images/comboboxentry.png -share/doc/xfc/docs/images/containers.png -share/doc/xfc/docs/images/dial.png -share/doc/xfc/docs/images/dnd.png -share/doc/xfc/docs/images/entry.png -share/doc/xfc/docs/images/entrycompletion.png -share/doc/xfc/docs/images/eventbox.png -share/doc/xfc/docs/images/example-2.png -share/doc/xfc/docs/images/fixed.png -share/doc/xfc/docs/images/fontselection1.png -share/doc/xfc/docs/images/fontselection2.png -share/doc/xfc/docs/images/frame.png -share/doc/xfc/docs/images/hellobuttons.png -share/doc/xfc/docs/images/helloworld.png -share/doc/xfc/docs/images/hierarchy.png -share/doc/xfc/docs/images/label.png -share/doc/xfc/docs/images/layout.png -share/doc/xfc/docs/images/menu.png -share/doc/xfc/docs/images/notebook.png -share/doc/xfc/docs/images/packbox.png -share/doc/xfc/docs/images/paned.png -share/doc/xfc/docs/images/progressbar.png -share/doc/xfc/docs/images/radiobuttons.png -share/doc/xfc/docs/images/rangewidgets.png -share/doc/xfc/docs/images/rulers.png -share/doc/xfc/docs/images/scribble.png -share/doc/xfc/docs/images/scrolledwindow.png -share/doc/xfc/docs/images/selection.png -share/doc/xfc/docs/images/simple.png -share/doc/xfc/docs/images/spinbutton.png -share/doc/xfc/docs/images/statusbar.png -share/doc/xfc/docs/images/stock.png -share/doc/xfc/docs/images/table.png -share/doc/xfc/docs/images/textview.png -share/doc/xfc/docs/images/thread1.png -share/doc/xfc/docs/images/thread2.png -share/doc/xfc/docs/images/tictactoe.png -share/doc/xfc/docs/images/toolbar.png -share/doc/xfc/docs/images/treeview.png -share/doc/xfc/docs/images/xfc.css -share/doc/xfc/docs/images/xfc.png -share/doc/xfc/docs/index.html -share/doc/xfc/docs/reference/html/aboutdialog_8hh.html -share/doc/xfc/docs/reference/html/accelgroup_8hh.html -share/doc/xfc/docs/reference/html/accelgroupsignals_8hh.html -share/doc/xfc/docs/reference/html/accelkey_8hh.html -share/doc/xfc/docs/reference/html/accellabel_8hh.html -share/doc/xfc/docs/reference/html/accelmap_8hh.html -share/doc/xfc/docs/reference/html/accessible_8hh.html -share/doc/xfc/docs/reference/html/actiongroup_8hh.html -share/doc/xfc/docs/reference/html/actionsignals_8hh.html -share/doc/xfc/docs/reference/html/adjustment_8hh.html -share/doc/xfc/docs/reference/html/adjustmentsignals_8hh.html -share/doc/xfc/docs/reference/html/alignment_8hh.html -share/doc/xfc/docs/reference/html/annotated.html -share/doc/xfc/docs/reference/html/arrow_8hh.html -share/doc/xfc/docs/reference/html/aspectframe_8hh.html -share/doc/xfc/docs/reference/html/asyncqueue_8hh.html -share/doc/xfc/docs/reference/html/atk_2action_8hh.html -share/doc/xfc/docs/reference/html/atk_2image_8hh.html -share/doc/xfc/docs/reference/html/atk_2selection_8hh.html -share/doc/xfc/docs/reference/html/atk_2table_8hh.html -share/doc/xfc/docs/reference/html/atk_8hh.html -share/doc/xfc/docs/reference/html/attributes_8hh.html -share/doc/xfc/docs/reference/html/bin_8hh.html -share/doc/xfc/docs/reference/html/bitmap_8hh.html -share/doc/xfc/docs/reference/html/box_8hh.html -share/doc/xfc/docs/reference/html/boxchild_8hh.html -share/doc/xfc/docs/reference/html/boxed_8hh.html -share/doc/xfc/docs/reference/html/break_8hh.html -share/doc/xfc/docs/reference/html/button_8hh.html -share/doc/xfc/docs/reference/html/buttonbox_8hh.html -share/doc/xfc/docs/reference/html/buttonsignals_8hh.html -share/doc/xfc/docs/reference/html/calendar_8hh.html -share/doc/xfc/docs/reference/html/calendarsignals_8hh.html -share/doc/xfc/docs/reference/html/celleditable_8hh.html -share/doc/xfc/docs/reference/html/celleditablesignals_8hh.html -share/doc/xfc/docs/reference/html/celllayout_8hh.html -share/doc/xfc/docs/reference/html/cellrenderer_8hh.html -share/doc/xfc/docs/reference/html/cellrenderercombo_8hh.html -share/doc/xfc/docs/reference/html/cellrendererpixbuf_8hh.html -share/doc/xfc/docs/reference/html/cellrendererprogress_8hh.html -share/doc/xfc/docs/reference/html/cellrenderersignals_8hh.html -share/doc/xfc/docs/reference/html/cellrenderertext_8hh.html -share/doc/xfc/docs/reference/html/cellrenderertextsignals_8hh.html -share/doc/xfc/docs/reference/html/cellrenderertoggle_8hh.html -share/doc/xfc/docs/reference/html/cellrenderertogglesignals_8hh.html -share/doc/xfc/docs/reference/html/cellview_8hh.html -share/doc/xfc/docs/reference/html/checkbutton_8hh.html -share/doc/xfc/docs/reference/html/checkmenuitem_8hh.html -share/doc/xfc/docs/reference/html/checkmenuitemsignals_8hh.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Action-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Action.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Action.png -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Attribute-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Attribute.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Component-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Component.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Component.png -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Document-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Document.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Document.png -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1EditableText-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1EditableText.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1EditableText.png -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1GObjectAccessible-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1GObjectAccessible.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1GObjectAccessible.png -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Hyperlink-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Hyperlink.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Hyperlink.png -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1HyperlinkSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1HyperlinkSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1HyperlinkSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Hypertext-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Hypertext.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Hypertext.png -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1HypertextSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1HypertextSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1HypertextSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Image-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Image.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Image.png -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Implementor-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Implementor.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Implementor.png -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Object-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Object.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Object.png -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1ObjectFactory-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1ObjectFactory.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1ObjectFactory.png -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1ObjectSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1ObjectSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1ObjectSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Registry-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Registry.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Registry.png -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Relation-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Relation.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Relation.png -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1RelationSet-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1RelationSet.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1RelationSet.png -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Selection-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Selection.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Selection.png -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1SelectionSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1SelectionSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1SelectionSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1StateSet-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1StateSet.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1StateSet.png -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1StreamableContent-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1StreamableContent.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1StreamableContent.png -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Table-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Table.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Table.png -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1TableSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1TableSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1TableSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Text-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Text.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Text.png -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1TextRange-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1TextRange.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1TextRectangle-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1TextRectangle.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1TextSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1TextSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1TextSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Value-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Value.html -share/doc/xfc/docs/reference/html/classXfc_1_1Atk_1_1Value.png -share/doc/xfc/docs/reference/html/classXfc_1_1Forward__StringIterator-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Forward__StringIterator.html -share/doc/xfc/docs/reference/html/classXfc_1_1Forward__StringIterator.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1AsyncQueue-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1AsyncQueue.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1AsyncQueue.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Boxed-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Boxed.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Boxed.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1ChildWatchSignal-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1ChildWatchSignal.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1ChildWatchSource-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1ChildWatchSource.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1ChildWatchSource.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Completion-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Completion.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Completion.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Condition-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Condition.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Condition.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Date-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Date.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Date.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Dir-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Dir.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Dir.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Error-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Error.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Error.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1IOChannel-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1IOChannel.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1IOChannel.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1IOSignal-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1IOSignal.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1IOSource-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1IOSource.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1IOSource.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1IdleSignal-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1IdleSignal.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1IdleSource-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1IdleSource.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1IdleSource.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1KeyFile-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1KeyFile.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1KeyFile.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1MainContext-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1MainContext.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1MainContext.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1MainLoop-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1MainLoop.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1MainLoop.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1MarkupParseContext-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1MarkupParseContext.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1MarkupParseContext.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1MarkupParser-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1MarkupParser.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Module-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Module.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Module.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Mutex-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Mutex.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Mutex.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Object-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Object.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Object.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1ObjectSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1ObjectSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1ObjectSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1OptionContext-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1OptionContext.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1OptionContext.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1OptionGroup-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1OptionGroup.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1OptionGroup.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1PatternSpec-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1PatternSpec.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1PatternSpec.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1PollFD-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1PollFD.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Private-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Private.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Private.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Quark-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Quark.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Quark.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1RWLock-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1RWLock.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1RWLock.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Rand-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Rand.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Rand.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1RecMutex-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1RecMutex.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1RecMutex.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Scanner-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Scanner.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Scanner.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Signal-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Signal.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Signal.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Signal0-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Signal0.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Signal0.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Signal1-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Signal1.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Signal1.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Signal2-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Signal2.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Signal2.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Signal3-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Signal3.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Signal3.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Signal4-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Signal4.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Signal4.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Signal5-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Signal5.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Signal5.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Signal6-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Signal6.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Signal6.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Signal7-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Signal7.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Signal7.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1SignalBase-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1SignalBase.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1SignalBase.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1SignalProxy-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1SignalProxy.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Source-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Source.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Source.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Spawn-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Spawn.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Spawn.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1SpawnAsync-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1SpawnAsync.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1SpawnAsync.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1SpawnSync-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1SpawnSync.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1SpawnSync.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1TempFile-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1TempFile.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1TempFile.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Thread-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Thread.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1ThreadPool-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1ThreadPool.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1ThreadPool.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1TimeVal-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1TimeVal.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1TimeoutSignal-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1TimeoutSignal.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1TimeoutSource-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1TimeoutSource.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1TimeoutSource.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Timer-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Timer.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Timer.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1TypeInstance-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1TypeInstance.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1TypeInstance.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1TypeInterface-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1TypeInterface.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1TypeInterface.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Unichar-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Unichar.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Unichar.png -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Value-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Value.html -share/doc/xfc/docs/reference/html/classXfc_1_1G_1_1Value.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Bitmap-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Bitmap.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Bitmap.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Color-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Color.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Color.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Colormap-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Colormap.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Colormap.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Cursor-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Cursor.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Cursor.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Device-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Device.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Device.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Display-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Display.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Display.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1DisplayManager-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1DisplayManager.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1DisplayManager.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1DisplayManagerSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1DisplayManagerSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1DisplayManagerSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1DisplaySignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1DisplaySignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1DisplaySignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1DragContext-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1DragContext.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1DragContext.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Drawable-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Drawable.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Drawable.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Event-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Event.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Event.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventAny-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventAny.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventAny.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventButton-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventButton.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventButton.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventClient-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventClient.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventClient.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventConfigure-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventConfigure.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventConfigure.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventCrossing-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventCrossing.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventCrossing.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventDND-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventDND.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventDND.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventExpose-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventExpose.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventExpose.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventFocus-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventFocus.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventFocus.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventKey-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventKey.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventKey.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventMotion-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventMotion.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventMotion.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventOwnerChange-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventOwnerChange.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventOwnerChange.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventProperty-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventProperty.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventProperty.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventProximity-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventProximity.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventProximity.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventScroll-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventScroll.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventScroll.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventSelection-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventSelection.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventSelection.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventSetting-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventSetting.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventSetting.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventVisibility-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventVisibility.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventVisibility.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventWindowState-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventWindowState.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1EventWindowState.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1GC-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1GC.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1GC.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1GCValues-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1GCValues.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1GCValues.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Geometry-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Geometry.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Geometry.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Image-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Image.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Image.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Keymap-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Keymap.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Keymap.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1KeymapKey-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1KeymapKey.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1KeymapSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1KeymapSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1KeymapSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Keyval-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Keyval.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Keyval.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Mutex-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Mutex.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1PangoRenderer-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1PangoRenderer.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1PangoRenderer.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Pixbuf-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Pixbuf.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Pixbuf.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1PixbufAnimation-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1PixbufAnimation.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1PixbufAnimation.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1PixbufAnimationIter-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1PixbufAnimationIter.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1PixbufAnimationIter.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1PixbufFormat-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1PixbufFormat.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1PixbufFormat.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1PixbufLoader-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1PixbufLoader.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1PixbufLoader.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1PixbufLoaderSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1PixbufLoaderSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1PixbufLoaderSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Pixmap-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Pixmap.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Pixmap.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Point-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Point.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Rectangle-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Rectangle.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Rectangle.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Region-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Region.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Region.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Screen-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Screen.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Screen.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1ScreenSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1ScreenSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1ScreenSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Segment-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Segment.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Span-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Span.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Spawn-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Spawn.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Spawn.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Trapezoid-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Trapezoid.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Visual-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Visual.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Visual.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Window-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Window.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1Window.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1WindowAttr-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1WindowAttr.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gdk_1_1WindowAttr.png -share/doc/xfc/docs/reference/html/classXfc_1_1Glade_1_1Xml-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Glade_1_1Xml.html -share/doc/xfc/docs/reference/html/classXfc_1_1Glade_1_1Xml.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1AboutDialog-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1AboutDialog.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1AboutDialog.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1AccelGroup-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1AccelGroup.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1AccelGroup.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1AccelGroupSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1AccelGroupSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1AccelGroupSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1AccelKey-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1AccelKey.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1AccelLabel-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1AccelLabel.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1AccelLabel.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1AccelMap-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1AccelMap.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1AccelMap.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Accessible-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Accessible.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Accessible.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Action-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Action.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Action.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ActionGroup-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ActionGroup.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ActionGroup.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ActionSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ActionSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ActionSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Adjustment-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Adjustment.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Adjustment.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1AdjustmentSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1AdjustmentSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1AdjustmentSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Alignment-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Alignment.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Alignment.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Allocation-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Allocation.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Allocation.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Arrow-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Arrow.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Arrow.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1AspectFrame-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1AspectFrame.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1AspectFrame.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Bin-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Bin.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Bin.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Box-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Box.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Box.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1BoxChild-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1BoxChild.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Button-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Button.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Button.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ButtonBox-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ButtonBox.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ButtonBox.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ButtonSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ButtonSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ButtonSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Calendar-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Calendar.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Calendar.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CalendarSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CalendarSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CalendarSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellColumnAttributes-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellColumnAttributes.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellColumnAttributes.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellEditable-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellEditable.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellEditable.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellEditableSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellEditableSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellEditableSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellLayout-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellLayout.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellLayout.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellRenderer-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellRenderer.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellRenderer.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellRendererCombo-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellRendererCombo.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellRendererCombo.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellRendererPixbuf-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellRendererPixbuf.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellRendererPixbuf.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellRendererProgress-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellRendererProgress.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellRendererProgress.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellRendererSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellRendererSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellRendererSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellRendererText-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellRendererText.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellRendererText.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellRendererTextSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellRendererTextSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellRendererTextSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellRendererToggle-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellRendererToggle.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellRendererToggle.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellRendererToggleSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellRendererToggleSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellRendererToggleSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellView-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellView.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CellView.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CheckButton-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CheckButton.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CheckButton.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CheckMenuItem-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CheckMenuItem.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CheckMenuItem.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CheckMenuItemSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CheckMenuItemSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CheckMenuItemSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Clipboard-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Clipboard.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Clipboard.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ColorButton-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ColorButton.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ColorButton.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ColorButtonSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ColorButtonSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ColorButtonSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ColorSelection-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ColorSelection.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ColorSelection.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ColorSelectionDialog-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ColorSelectionDialog.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ColorSelectionDialog.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ColorSelectionSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ColorSelectionSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ColorSelectionSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ComboBox-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ComboBox.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ComboBox.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ComboBoxEntry-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ComboBoxEntry.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ComboBoxEntry.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ComboBoxEntryText-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ComboBoxEntryText.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ComboBoxEntryText.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ComboBoxSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ComboBoxSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ComboBoxSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ComboBoxText-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ComboBoxText.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ComboBoxText.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Container-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Container.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Container.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ContainerSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ContainerSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ContainerSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Curve-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Curve.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Curve.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CurveSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CurveSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1CurveSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Dialog-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Dialog.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Dialog.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1DialogSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1DialogSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1DialogSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1DragContext-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1DragContext.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1DragContext.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1DrawingArea-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1DrawingArea.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1DrawingArea.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Editable-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Editable.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Editable.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1EditableSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1EditableSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1EditableSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Entry-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Entry.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Entry.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1EntryCompletion-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1EntryCompletion.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1EntryCompletion.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1EntryCompletionSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1EntryCompletionSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1EntryCompletionSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1EntrySignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1EntrySignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1EntrySignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1EventBox-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1EventBox.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1EventBox.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Expander-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Expander.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Expander.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FileChooser-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FileChooser.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FileChooser.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FileChooserButton-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FileChooserButton.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FileChooserButton.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FileChooserDialog-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FileChooserDialog.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FileChooserDialog.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FileChooserOpenButton-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FileChooserOpenButton.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FileChooserOpenButton.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FileChooserOpenDialog-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FileChooserOpenDialog.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FileChooserOpenDialog.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FileChooserSaveAsDialog-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FileChooserSaveAsDialog.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FileChooserSaveAsDialog.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FileChooserWidget-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FileChooserWidget.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FileChooserWidget.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FileFilter-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FileFilter.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FileFilter.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Fixed-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Fixed.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Fixed.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FontButton-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FontButton.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FontButton.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FontButtonSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FontButtonSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FontButtonSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FontSelection-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FontSelection.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FontSelection.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FontSelectionDialog-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FontSelectionDialog.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1FontSelectionDialog.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Frame-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Frame.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Frame.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1GC-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1GC.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1GC.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1GammaCurve-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1GammaCurve.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1GammaCurve.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1HBox-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1HBox.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1HBox.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1HButtonBox-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1HButtonBox.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1HButtonBox.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1HPaned-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1HPaned.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1HPaned.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1HRuler-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1HRuler.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1HRuler.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1HScale-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1HScale.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1HScale.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1HScrollbar-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1HScrollbar.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1HScrollbar.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1HSeparator-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1HSeparator.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1HSeparator.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1HandleBox-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1HandleBox.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1HandleBox.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1HandleBoxSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1HandleBoxSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1HandleBoxSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1IconFactory-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1IconFactory.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1IconFactory.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1IconInfo-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1IconInfo.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1IconInfo.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1IconSet-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1IconSet.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1IconSet.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1IconSource-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1IconSource.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1IconSource.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1IconTheme-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1IconTheme.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1IconTheme.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1IconThemeSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1IconThemeSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1IconThemeSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1IconView-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1IconView.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1IconView.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1IconViewSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1IconViewSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1IconViewSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Image-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Image.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Image.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ImageMenuItem-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ImageMenuItem.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ImageMenuItem.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Invisible-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Invisible.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Invisible.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Item-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Item.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Item.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ItemSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ItemSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ItemSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Label-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Label.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Label.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1LabelSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1LabelSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1LabelSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Layout-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Layout.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Layout.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1LayoutSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1LayoutSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1LayoutSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ListStore-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ListStore.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ListStore.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Menu-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Menu.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Menu.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1MenuBar-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1MenuBar.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1MenuBar.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1MenuItem-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1MenuItem.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1MenuItem.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1MenuItemSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1MenuItemSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1MenuItemSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1MenuShell-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1MenuShell.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1MenuShell.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1MenuShellSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1MenuShellSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1MenuShellSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1MenuToolButton-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1MenuToolButton.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1MenuToolButton.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1MessageDialog-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1MessageDialog.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1MessageDialog.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Misc-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Misc.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Misc.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Notebook-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Notebook.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Notebook.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1NotebookSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1NotebookSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1NotebookSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Object-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Object.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Object.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ObjectSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ObjectSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ObjectSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Paned-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Paned.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Paned.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Plug-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Plug.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Plug.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1PlugSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1PlugSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1PlugSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ProgressBar-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ProgressBar.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ProgressBar.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RC-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RC.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RadioAction-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RadioAction.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RadioAction.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RadioActionSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RadioActionSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RadioActionSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RadioActions-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RadioActions.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RadioActions.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RadioButton-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RadioButton.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RadioButton.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RadioButtonSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RadioButtonSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RadioButtonSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RadioMenuItem-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RadioMenuItem.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RadioMenuItem.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RadioMenuItemSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RadioMenuItemSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RadioMenuItemSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RadioToolButton-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RadioToolButton.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RadioToolButton.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Range-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Range.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Range.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RangeSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RangeSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RangeSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RcStyle-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RcStyle.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1RcStyle.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Requisition-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Requisition.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Ruler-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Ruler.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Ruler.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Scale-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Scale.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Scale.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ScaleSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ScaleSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ScaleSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Scrollbar-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Scrollbar.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Scrollbar.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ScrolledWindow-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ScrolledWindow.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ScrolledWindow.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1SelectionData-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1SelectionData.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1SelectionData.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Separator-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Separator.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Separator.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1SeparatorMenuItem-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1SeparatorMenuItem.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1SeparatorMenuItem.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1SeparatorToolItem-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1SeparatorToolItem.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1SeparatorToolItem.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Settings-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Settings.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Settings.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1SizeGroup-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1SizeGroup.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1SizeGroup.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Socket-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Socket.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Socket.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1SocketSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1SocketSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1SocketSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1SpinButton-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1SpinButton.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1SpinButton.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1SpinButtonSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1SpinButtonSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1SpinButtonSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Statusbar-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Statusbar.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Statusbar.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1StatusbarSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1StatusbarSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1StatusbarSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Stock-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Stock.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1StockId-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1StockId.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1StockItem-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1StockItem.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1StockItem.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Style-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Style.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Style.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Table-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Table.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Table.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TargetEntry-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TargetEntry.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TargetList-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TargetList.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TargetList.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TearoffMenuItem-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TearoffMenuItem.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TearoffMenuItem.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextAppearance-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextAppearance.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextAttributes-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextAttributes.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextAttributes.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextBuffer-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextBuffer.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextBuffer.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextBufferSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextBufferSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextBufferSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextChildAnchor-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextChildAnchor.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextChildAnchor.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextIter-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextIter.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextIter.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextMark-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextMark.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextMark.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextTag-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextTag.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextTag.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextTagSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextTagSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextTagSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextTagTable-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextTagTable.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextTagTable.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextTagTableSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextTagTableSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextTagTableSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextView-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextView.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextView.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextViewSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextViewSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TextViewSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToggleAction-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToggleAction.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToggleAction.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToggleActionSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToggleActionSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToggleActionSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToggleButton-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToggleButton.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToggleButton.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToggleButtonSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToggleButtonSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToggleButtonSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToggleToolButton-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToggleToolButton.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToggleToolButton.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToggleToolButtonSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToggleToolButtonSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToggleToolButtonSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToolButton-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToolButton.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToolButton.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToolButtonSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToolButtonSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToolButtonSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToolItem-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToolItem.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToolItem.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToolItemSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToolItemSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToolItemSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Toolbar-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Toolbar.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Toolbar.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToolbarSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToolbarSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ToolbarSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Tooltips-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Tooltips.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Tooltips.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TooltipsData-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TooltipsData.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeDragDest-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeDragDest.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeDragDest.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeDragSource-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeDragSource.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeDragSource.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeIter-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeIter.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeIter.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeModel-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeModel.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeModel.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeModelFilter-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeModelFilter.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeModelFilter.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeModelSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeModelSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeModelSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeModelSort-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeModelSort.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeModelSort.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreePath-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreePath.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreePath.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeRowReference-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeRowReference.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeRowReference.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeRowValues-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeRowValues.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeRowValues.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeSelection-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeSelection.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeSelection.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeSortable-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeSortable.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeSortable.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeSortableSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeSortableSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeSortableSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeStore-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeStore.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeStore.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeView-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeView.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeView.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeViewColumn-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeViewColumn.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeViewColumn.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeViewColumnSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeViewColumnSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeViewColumnSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeViewSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeViewSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1TreeViewSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1UIManager-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1UIManager.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1UIManager.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1UIManagerSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1UIManagerSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1UIManagerSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1VBox-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1VBox.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1VBox.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1VButtonBox-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1VButtonBox.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1VButtonBox.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1VPaned-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1VPaned.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1VPaned.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1VRuler-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1VRuler.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1VRuler.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1VScale-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1VScale.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1VScale.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1VScrollbar-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1VScrollbar.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1VScrollbar.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1VSeparator-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1VSeparator.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1VSeparator.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Viewport-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Viewport.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Viewport.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ViewportSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ViewportSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1ViewportSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Widget-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Widget.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Widget.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1WidgetSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1WidgetSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1WidgetSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Window-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Window.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1Window.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1WindowGroup-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1WindowGroup.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1WindowGroup.png -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1WindowSignals-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1WindowSignals.html -share/doc/xfc/docs/reference/html/classXfc_1_1Gtk_1_1WindowSignals.png -share/doc/xfc/docs/reference/html/classXfc_1_1IntegerObject-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1IntegerObject.html -share/doc/xfc/docs/reference/html/classXfc_1_1Main_1_1KeySnooperSignal-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Main_1_1KeySnooperSignal.html -share/doc/xfc/docs/reference/html/classXfc_1_1Main_1_1QuitSignal-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Main_1_1QuitSignal.html -share/doc/xfc/docs/reference/html/classXfc_1_1Object-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Object.html -share/doc/xfc/docs/reference/html/classXfc_1_1Object.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Analysis-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Analysis.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrBackground-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrBackground.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrBackground.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrColor-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrColor.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrColor.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrEmbossed-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrEmbossed.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrEmbossed.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrFallback-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrFallback.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrFallback.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrFamily-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrFamily.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrFamily.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrFloat-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrFloat.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrFloat.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrFontDesc-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrFontDesc.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrFontDesc.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrForeground-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrForeground.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrForeground.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrInt-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrInt.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrInt.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrIterator-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrIterator.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrIterator.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrLanguage-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrLanguage.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrLanguage.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrLetterSpacing-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrLetterSpacing.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrLetterSpacing.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrList-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrList.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrList.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrRise-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrRise.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrRise.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrScale-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrScale.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrScale.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrShape-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrShape.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrShape.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrSize-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrSize.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrSize.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrStipple-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrStipple.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrStipple.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrStretch-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrStretch.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrStretch.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrStrikethrough-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrStrikethrough.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrStrikethrough.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrStrikethroughColor-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrStrikethroughColor.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrStrikethroughColor.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrString-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrString.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrString.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrStyle-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrStyle.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrStyle.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrUnderline-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrUnderline.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrUnderline.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrUnderlineColor-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrUnderlineColor.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrUnderlineColor.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrVariant-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrVariant.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrVariant.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrWeight-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrWeight.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1AttrWeight.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Attribute-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Attribute.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Attribute.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Color-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Color.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Color.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Context-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Context.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Context.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Coverage-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Coverage.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Coverage.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Font-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Font.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Font.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1FontDescription-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1FontDescription.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1FontDescription.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1FontFace-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1FontFace.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1FontFace.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1FontFamily-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1FontFamily.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1FontFamily.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1FontMap-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1FontMap.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1FontMap.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1FontMetrics-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1FontMetrics.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1FontMetrics.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Fontset-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Fontset.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Fontset.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1GlyphGeometry-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1GlyphGeometry.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1GlyphInfo-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1GlyphInfo.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1GlyphString-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1GlyphString.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1GlyphString.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1GlyphVisAttr-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1GlyphVisAttr.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Item-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Item.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Item.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Layout-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Layout.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Layout.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1LayoutIter-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1LayoutIter.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1LayoutIter.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1LayoutLine-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1LayoutLine.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1LayoutLine.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1LayoutRun-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1LayoutRun.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1LogAttr-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1LogAttr.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Matrix-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Matrix.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Matrix.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Rectangle-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Rectangle.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Renderer-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Renderer.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1Renderer.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1ScriptIter-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1ScriptIter.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1TabArray-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1TabArray.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pango_1_1TabArray.png -share/doc/xfc/docs/reference/html/classXfc_1_1Pointer-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Pointer.html -share/doc/xfc/docs/reference/html/classXfc_1_1Reverse__StringIterator-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Reverse__StringIterator.html -share/doc/xfc/docs/reference/html/classXfc_1_1Reverse__StringIterator.png -share/doc/xfc/docs/reference/html/classXfc_1_1StackObject-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1StackObject.html -share/doc/xfc/docs/reference/html/classXfc_1_1StackObject.png -share/doc/xfc/docs/reference/html/classXfc_1_1String-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1String.html -share/doc/xfc/docs/reference/html/classXfc_1_1StringIterator-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1StringIterator.html -share/doc/xfc/docs/reference/html/classXfc_1_1StringIterator.png -share/doc/xfc/docs/reference/html/classXfc_1_1Trackable-members.html -share/doc/xfc/docs/reference/html/classXfc_1_1Trackable.html -share/doc/xfc/docs/reference/html/classXfc_1_1Trackable.png -share/doc/xfc/docs/reference/html/classes.html -share/doc/xfc/docs/reference/html/clipboard_8hh.html -share/doc/xfc/docs/reference/html/color_8hh.html -share/doc/xfc/docs/reference/html/colorbutton_8hh.html -share/doc/xfc/docs/reference/html/colorbuttonsignals_8hh.html -share/doc/xfc/docs/reference/html/colorselection_8hh.html -share/doc/xfc/docs/reference/html/colorselectionsignals_8hh.html -share/doc/xfc/docs/reference/html/combobox_8hh.html -share/doc/xfc/docs/reference/html/comboboxentry_8hh.html -share/doc/xfc/docs/reference/html/comboboxsignals_8hh.html -share/doc/xfc/docs/reference/html/completion_8hh.html -share/doc/xfc/docs/reference/html/component_8hh.html -share/doc/xfc/docs/reference/html/container_8hh.html -share/doc/xfc/docs/reference/html/containersignals_8hh.html -share/doc/xfc/docs/reference/html/context_8hh.html -share/doc/xfc/docs/reference/html/coverage_8hh.html -share/doc/xfc/docs/reference/html/cursor_8hh.html -share/doc/xfc/docs/reference/html/curve_8hh.html -share/doc/xfc/docs/reference/html/curvesignals_8hh.html -share/doc/xfc/docs/reference/html/date_8hh.html -share/doc/xfc/docs/reference/html/dialog_8hh.html -share/doc/xfc/docs/reference/html/dialogsignals_8hh.html -share/doc/xfc/docs/reference/html/dir_000000.html -share/doc/xfc/docs/reference/html/dir_000001.html -share/doc/xfc/docs/reference/html/dir_000002.html -share/doc/xfc/docs/reference/html/dir_000003.html -share/doc/xfc/docs/reference/html/dir_000004.html -share/doc/xfc/docs/reference/html/dir_000005.html -share/doc/xfc/docs/reference/html/dir_000006.html -share/doc/xfc/docs/reference/html/dir_000007.html -share/doc/xfc/docs/reference/html/dir_000008.html -share/doc/xfc/docs/reference/html/dir_000009.html -share/doc/xfc/docs/reference/html/dir_000010.html -share/doc/xfc/docs/reference/html/dir_000011.html -share/doc/xfc/docs/reference/html/dir_000012.html -share/doc/xfc/docs/reference/html/display_8hh.html -share/doc/xfc/docs/reference/html/displaymanager_8hh.html -share/doc/xfc/docs/reference/html/displaymanagersignals_8hh.html -share/doc/xfc/docs/reference/html/displaysignals_8hh.html -share/doc/xfc/docs/reference/html/document_8hh.html -share/doc/xfc/docs/reference/html/doxygen.css -share/doc/xfc/docs/reference/html/doxygen.png -share/doc/xfc/docs/reference/html/drawable_8hh.html -share/doc/xfc/docs/reference/html/drawingarea_8hh.html -share/doc/xfc/docs/reference/html/editable_8hh.html -share/doc/xfc/docs/reference/html/editablesignals_8hh.html -share/doc/xfc/docs/reference/html/editabletext_8hh.html -share/doc/xfc/docs/reference/html/entry_8hh.html -share/doc/xfc/docs/reference/html/entrycompletion_8hh.html -share/doc/xfc/docs/reference/html/entrycompletionsignals_8hh.html -share/doc/xfc/docs/reference/html/entrysignals_8hh.html -share/doc/xfc/docs/reference/html/enums_8hh.html -share/doc/xfc/docs/reference/html/error_8hh.html -share/doc/xfc/docs/reference/html/eventbox_8hh.html -share/doc/xfc/docs/reference/html/events_8hh.html -share/doc/xfc/docs/reference/html/expander_8hh.html -share/doc/xfc/docs/reference/html/filechooser_8hh.html -share/doc/xfc/docs/reference/html/filechooserbutton_8hh.html -share/doc/xfc/docs/reference/html/filechooserdialog_8hh.html -share/doc/xfc/docs/reference/html/filechooserwidget_8hh.html -share/doc/xfc/docs/reference/html/filefilter_8hh.html -share/doc/xfc/docs/reference/html/files.html -share/doc/xfc/docs/reference/html/fileutils_8hh.html -share/doc/xfc/docs/reference/html/fixed_8hh.html -share/doc/xfc/docs/reference/html/font_8hh.html -share/doc/xfc/docs/reference/html/fontbutton_8hh.html -share/doc/xfc/docs/reference/html/fontbuttonsignals_8hh.html -share/doc/xfc/docs/reference/html/fontmap_8hh.html -share/doc/xfc/docs/reference/html/fontselection_8hh.html -share/doc/xfc/docs/reference/html/fontset_8hh.html -share/doc/xfc/docs/reference/html/frame_8hh.html -share/doc/xfc/docs/reference/html/functions.html -share/doc/xfc/docs/reference/html/functions_func.html -share/doc/xfc/docs/reference/html/functions_type.html -share/doc/xfc/docs/reference/html/functions_vars.html -share/doc/xfc/docs/reference/html/g_8hh.html -share/doc/xfc/docs/reference/html/gammacurve_8hh.html -share/doc/xfc/docs/reference/html/gdk-pixbuf_8hh.html -share/doc/xfc/docs/reference/html/gdk_2dnd_8hh.html -share/doc/xfc/docs/reference/html/gdk_2gc_8hh.html -share/doc/xfc/docs/reference/html/gdk_2image_8hh.html -share/doc/xfc/docs/reference/html/gdk_2types_8hh.html -share/doc/xfc/docs/reference/html/gdk_2window_8hh.html -share/doc/xfc/docs/reference/html/gdk_8hh.html -share/doc/xfc/docs/reference/html/glade_8hh.html -share/doc/xfc/docs/reference/html/globals.html -share/doc/xfc/docs/reference/html/globals_defs.html -share/doc/xfc/docs/reference/html/globals_enum.html -share/doc/xfc/docs/reference/html/globals_eval.html -share/doc/xfc/docs/reference/html/globals_func.html -share/doc/xfc/docs/reference/html/globals_type.html -share/doc/xfc/docs/reference/html/globals_vars.html -share/doc/xfc/docs/reference/html/glyph_8hh.html -share/doc/xfc/docs/reference/html/gobjectaccessible_8hh.html -share/doc/xfc/docs/reference/html/gtk_2action_8hh.html -share/doc/xfc/docs/reference/html/gtk_2dnd_8hh.html -share/doc/xfc/docs/reference/html/gtk_2gc_8hh.html -share/doc/xfc/docs/reference/html/gtk_2image_8hh.html -share/doc/xfc/docs/reference/html/gtk_2item_8hh.html -share/doc/xfc/docs/reference/html/gtk_2layout_8hh.html -share/doc/xfc/docs/reference/html/gtk_2selection_8hh.html -share/doc/xfc/docs/reference/html/gtk_2table_8hh.html -share/doc/xfc/docs/reference/html/gtk_2window_8hh.html -share/doc/xfc/docs/reference/html/gtk_8hh.html -share/doc/xfc/docs/reference/html/handlebox_8hh.html -share/doc/xfc/docs/reference/html/handleboxsignals_8hh.html -share/doc/xfc/docs/reference/html/hierarchy.html -share/doc/xfc/docs/reference/html/hyperlink_8hh.html -share/doc/xfc/docs/reference/html/hyperlinksignals_8hh.html -share/doc/xfc/docs/reference/html/hypertext_8hh.html -share/doc/xfc/docs/reference/html/hypertextsignals_8hh.html -share/doc/xfc/docs/reference/html/i18n_8hh.html -share/doc/xfc/docs/reference/html/iconfactory_8hh.html -share/doc/xfc/docs/reference/html/iconset_8hh.html -share/doc/xfc/docs/reference/html/iconsource_8hh.html -share/doc/xfc/docs/reference/html/icontheme_8hh.html -share/doc/xfc/docs/reference/html/iconthemesignals_8hh.html -share/doc/xfc/docs/reference/html/iconview_8hh.html -share/doc/xfc/docs/reference/html/iconviewsignals_8hh.html -share/doc/xfc/docs/reference/html/imagemenuitem_8hh.html -share/doc/xfc/docs/reference/html/implementor_8hh.html -share/doc/xfc/docs/reference/html/index.html -share/doc/xfc/docs/reference/html/input_8hh.html -share/doc/xfc/docs/reference/html/integerobject_8hh.html -share/doc/xfc/docs/reference/html/invisible_8hh.html -share/doc/xfc/docs/reference/html/iochannel_8hh.html -share/doc/xfc/docs/reference/html/itemsignals_8hh.html -share/doc/xfc/docs/reference/html/keyfile_8hh.html -share/doc/xfc/docs/reference/html/keymap_8hh.html -share/doc/xfc/docs/reference/html/keymapsignals_8hh.html -share/doc/xfc/docs/reference/html/keyval_8hh.html -share/doc/xfc/docs/reference/html/label_8hh.html -share/doc/xfc/docs/reference/html/labelsignals_8hh.html -share/doc/xfc/docs/reference/html/layout.png -share/doc/xfc/docs/reference/html/layoutsignals_8hh.html -share/doc/xfc/docs/reference/html/libXFCcore_2xfc_2glib_2main_8hh.html -share/doc/xfc/docs/reference/html/libXFCcore_2xfc_2glib_2object_8hh.html -share/doc/xfc/docs/reference/html/libXFCcore_2xfc_2glib_2objectsignals_8hh.html -share/doc/xfc/docs/reference/html/libXFCcore_2xfc_2glib_2spawn_8hh.html -share/doc/xfc/docs/reference/html/libXFCcore_2xfc_2glib_2value_8hh.html -share/doc/xfc/docs/reference/html/libXFCcore_2xfc_2object_8hh.html -share/doc/xfc/docs/reference/html/libXFCui_2xfc_2atk_2object_8hh.html -share/doc/xfc/docs/reference/html/libXFCui_2xfc_2atk_2objectsignals_8hh.html -share/doc/xfc/docs/reference/html/libXFCui_2xfc_2atk_2value_8hh.html -share/doc/xfc/docs/reference/html/libXFCui_2xfc_2gdk_2spawn_8hh.html -share/doc/xfc/docs/reference/html/libXFCui_2xfc_2gtk_2object_8hh.html -share/doc/xfc/docs/reference/html/libXFCui_2xfc_2gtk_2objectsignals_8hh.html -share/doc/xfc/docs/reference/html/libXFCui_2xfc_2main_8hh.html -share/doc/xfc/docs/reference/html/liststore_8hh.html -share/doc/xfc/docs/reference/html/markup_8hh.html -share/doc/xfc/docs/reference/html/menu_8hh.html -share/doc/xfc/docs/reference/html/menubar_8hh.html -share/doc/xfc/docs/reference/html/menuitem_8hh.html -share/doc/xfc/docs/reference/html/menuitemsignals_8hh.html -share/doc/xfc/docs/reference/html/menushell_8hh.html -share/doc/xfc/docs/reference/html/menushellsignals_8hh.html -share/doc/xfc/docs/reference/html/menutoolbutton_8hh.html -share/doc/xfc/docs/reference/html/messagedialog_8hh.html -share/doc/xfc/docs/reference/html/misc_8hh.html -share/doc/xfc/docs/reference/html/module_8hh.html -share/doc/xfc/docs/reference/html/mutex_8hh.html -share/doc/xfc/docs/reference/html/namespaceXfc.html -share/doc/xfc/docs/reference/html/namespaceXfc_1_1Atk.html -share/doc/xfc/docs/reference/html/namespaceXfc_1_1G.html -share/doc/xfc/docs/reference/html/namespaceXfc_1_1Gdk.html -share/doc/xfc/docs/reference/html/namespaceXfc_1_1Glade.html -share/doc/xfc/docs/reference/html/namespaceXfc_1_1Gtk.html -share/doc/xfc/docs/reference/html/namespaceXfc_1_1Main.html -share/doc/xfc/docs/reference/html/namespaceXfc_1_1Pango.html -share/doc/xfc/docs/reference/html/namespaceXfc_1_1i18n.html -share/doc/xfc/docs/reference/html/namespacemembers.html -share/doc/xfc/docs/reference/html/namespacemembers_enum.html -share/doc/xfc/docs/reference/html/namespacemembers_eval.html -share/doc/xfc/docs/reference/html/namespacemembers_func.html -share/doc/xfc/docs/reference/html/namespacemembers_type.html -share/doc/xfc/docs/reference/html/namespacemembers_vars.html -share/doc/xfc/docs/reference/html/namespaces.html -share/doc/xfc/docs/reference/html/notebook_8hh.html -share/doc/xfc/docs/reference/html/notebooksignals_8hh.html -share/doc/xfc/docs/reference/html/objectfactory_8hh.html -share/doc/xfc/docs/reference/html/option_8hh.html -share/doc/xfc/docs/reference/html/paned_8hh.html -share/doc/xfc/docs/reference/html/pango_2item_8hh.html -share/doc/xfc/docs/reference/html/pango_2layout_8hh.html -share/doc/xfc/docs/reference/html/pango_2types_8hh.html -share/doc/xfc/docs/reference/html/pango_8hh.html -share/doc/xfc/docs/reference/html/pangorenderer_8hh.html -share/doc/xfc/docs/reference/html/pattern_8hh.html -share/doc/xfc/docs/reference/html/pixbuf-animation_8hh.html -share/doc/xfc/docs/reference/html/pixbuf-io_8hh.html -share/doc/xfc/docs/reference/html/pixbuf-loader_8hh.html -share/doc/xfc/docs/reference/html/pixbuf-loadersignals_8hh.html -share/doc/xfc/docs/reference/html/pixbuf_8hh.html -share/doc/xfc/docs/reference/html/pixmap_8hh.html -share/doc/xfc/docs/reference/html/plug_8hh.html -share/doc/xfc/docs/reference/html/plugsignals_8hh.html -share/doc/xfc/docs/reference/html/pointer_8hh.html -share/doc/xfc/docs/reference/html/progressbar_8hh.html -share/doc/xfc/docs/reference/html/property_8hh.html -share/doc/xfc/docs/reference/html/quark_8hh.html -share/doc/xfc/docs/reference/html/radioaction_8hh.html -share/doc/xfc/docs/reference/html/radioactionsignals_8hh.html -share/doc/xfc/docs/reference/html/radiobutton_8hh.html -share/doc/xfc/docs/reference/html/radiobuttonsignals_8hh.html -share/doc/xfc/docs/reference/html/radiomenuitem_8hh.html -share/doc/xfc/docs/reference/html/radiomenuitemsignals_8hh.html -share/doc/xfc/docs/reference/html/radiotoolbutton_8hh.html -share/doc/xfc/docs/reference/html/rand_8hh.html -share/doc/xfc/docs/reference/html/range_8hh.html -share/doc/xfc/docs/reference/html/rangesignals_8hh.html -share/doc/xfc/docs/reference/html/rc_8hh.html -share/doc/xfc/docs/reference/html/region_8hh.html -share/doc/xfc/docs/reference/html/registry_8hh.html -share/doc/xfc/docs/reference/html/relation_8hh.html -share/doc/xfc/docs/reference/html/renderer_8hh.html -share/doc/xfc/docs/reference/html/ruler_8hh.html -share/doc/xfc/docs/reference/html/scale_8hh.html -share/doc/xfc/docs/reference/html/scalesignals_8hh.html -share/doc/xfc/docs/reference/html/scanner_8hh.html -share/doc/xfc/docs/reference/html/screen_8hh.html -share/doc/xfc/docs/reference/html/screensignals_8hh.html -share/doc/xfc/docs/reference/html/script_8hh.html -share/doc/xfc/docs/reference/html/scrollbar_8hh.html -share/doc/xfc/docs/reference/html/scrolledwindow_8hh.html -share/doc/xfc/docs/reference/html/selectionsignals_8hh.html -share/doc/xfc/docs/reference/html/separator_8hh.html -share/doc/xfc/docs/reference/html/separatormenuitem_8hh.html -share/doc/xfc/docs/reference/html/separatortoolitem_8hh.html -share/doc/xfc/docs/reference/html/settings_8hh.html -share/doc/xfc/docs/reference/html/shell_8hh.html -share/doc/xfc/docs/reference/html/signals_8hh.html -share/doc/xfc/docs/reference/html/sizegroup_8hh.html -share/doc/xfc/docs/reference/html/socket_8hh.html -share/doc/xfc/docs/reference/html/socketsignals_8hh.html -share/doc/xfc/docs/reference/html/spinbutton_8hh.html -share/doc/xfc/docs/reference/html/spinbuttonsignals_8hh.html -share/doc/xfc/docs/reference/html/stackobject_8hh.html -share/doc/xfc/docs/reference/html/stateset_8hh.html -share/doc/xfc/docs/reference/html/statusbar_8hh.html -share/doc/xfc/docs/reference/html/statusbarsignals_8hh.html -share/doc/xfc/docs/reference/html/stock_8hh.html -share/doc/xfc/docs/reference/html/stockid_8hh.html -share/doc/xfc/docs/reference/html/streamablecontent_8hh.html -share/doc/xfc/docs/reference/html/structXfc_1_1G_1_1SpawnAsyncData-members.html -share/doc/xfc/docs/reference/html/structXfc_1_1G_1_1SpawnAsyncData.html -share/doc/xfc/docs/reference/html/structXfc_1_1G_1_1StaticMutex-members.html -share/doc/xfc/docs/reference/html/structXfc_1_1G_1_1StaticMutex.html -share/doc/xfc/docs/reference/html/structXfc_1_1G_1_1StaticPrivate-members.html -share/doc/xfc/docs/reference/html/structXfc_1_1G_1_1StaticPrivate.html -share/doc/xfc/docs/reference/html/structXfc_1_1G_1_1StaticPrivate.png -share/doc/xfc/docs/reference/html/structXfc_1_1G_1_1StaticRWLock-members.html -share/doc/xfc/docs/reference/html/structXfc_1_1G_1_1StaticRWLock.html -share/doc/xfc/docs/reference/html/structXfc_1_1G_1_1StaticRWLock.png -share/doc/xfc/docs/reference/html/structXfc_1_1G_1_1StaticRecMutex-members.html -share/doc/xfc/docs/reference/html/structXfc_1_1G_1_1StaticRecMutex.html -share/doc/xfc/docs/reference/html/structXfc_1_1G_1_1StaticRecMutex.png -share/doc/xfc/docs/reference/html/structXfc_1_1Gtk_1_1FileFilterInfo-members.html -share/doc/xfc/docs/reference/html/structXfc_1_1Gtk_1_1FileFilterInfo.html -share/doc/xfc/docs/reference/html/style_8hh.html -share/doc/xfc/docs/reference/html/tablesignals_8hh.html -share/doc/xfc/docs/reference/html/tabs_8hh.html -share/doc/xfc/docs/reference/html/tearoffmenuitem_8hh.html -share/doc/xfc/docs/reference/html/text_8hh.html -share/doc/xfc/docs/reference/html/textbuffer_8hh.html -share/doc/xfc/docs/reference/html/textbuffersignals_8hh.html -share/doc/xfc/docs/reference/html/textiter_8hh.html -share/doc/xfc/docs/reference/html/textsignals_8hh.html -share/doc/xfc/docs/reference/html/texttag_8hh.html -share/doc/xfc/docs/reference/html/texttagsignals_8hh.html -share/doc/xfc/docs/reference/html/textview_8hh.html -share/doc/xfc/docs/reference/html/textviewsignals_8hh.html -share/doc/xfc/docs/reference/html/thread_8hh.html -share/doc/xfc/docs/reference/html/threadpool_8hh.html -share/doc/xfc/docs/reference/html/timer_8hh.html -share/doc/xfc/docs/reference/html/timeval_8hh.html -share/doc/xfc/docs/reference/html/toggleaction_8hh.html -share/doc/xfc/docs/reference/html/toggleactionsignals_8hh.html -share/doc/xfc/docs/reference/html/togglebutton_8hh.html -share/doc/xfc/docs/reference/html/togglebuttonsignals_8hh.html -share/doc/xfc/docs/reference/html/toggletoolbutton_8hh.html -share/doc/xfc/docs/reference/html/toggletoolbuttonsignals_8hh.html -share/doc/xfc/docs/reference/html/toolbar_8hh.html -share/doc/xfc/docs/reference/html/toolbarsignals_8hh.html -share/doc/xfc/docs/reference/html/toolbutton_8hh.html -share/doc/xfc/docs/reference/html/toolbuttonsignals_8hh.html -share/doc/xfc/docs/reference/html/toolitem_8hh.html -share/doc/xfc/docs/reference/html/toolitemsignals_8hh.html -share/doc/xfc/docs/reference/html/tooltips_8hh.html -share/doc/xfc/docs/reference/html/trackable_8hh.html -share/doc/xfc/docs/reference/html/treednd_8hh.html -share/doc/xfc/docs/reference/html/treemodel_8hh.html -share/doc/xfc/docs/reference/html/treemodelfilter_8hh.html -share/doc/xfc/docs/reference/html/treemodelsignals_8hh.html -share/doc/xfc/docs/reference/html/treemodelsort_8hh.html -share/doc/xfc/docs/reference/html/treeselection_8hh.html -share/doc/xfc/docs/reference/html/treesortable_8hh.html -share/doc/xfc/docs/reference/html/treesortablesignals_8hh.html -share/doc/xfc/docs/reference/html/treestore_8hh.html -share/doc/xfc/docs/reference/html/treeview_8hh.html -share/doc/xfc/docs/reference/html/treeviewcolumn_8hh.html -share/doc/xfc/docs/reference/html/treeviewcolumnsignals_8hh.html -share/doc/xfc/docs/reference/html/treeviewsignals_8hh.html -share/doc/xfc/docs/reference/html/type_8hh.html -share/doc/xfc/docs/reference/html/ui_8hh.html -share/doc/xfc/docs/reference/html/uimanager_8hh.html -share/doc/xfc/docs/reference/html/uimanagersignals_8hh.html -share/doc/xfc/docs/reference/html/unicode_8hh.html -share/doc/xfc/docs/reference/html/utfstring_8hh.html -share/doc/xfc/docs/reference/html/util_8hh.html -share/doc/xfc/docs/reference/html/utils_8hh.html -share/doc/xfc/docs/reference/html/version_8hh.html -share/doc/xfc/docs/reference/html/viewport_8hh.html -share/doc/xfc/docs/reference/html/viewportsignals_8hh.html -share/doc/xfc/docs/reference/html/visual_8hh.html -share/doc/xfc/docs/reference/html/widget_8hh.html -share/doc/xfc/docs/reference/html/widgetsignals_8hh.html -share/doc/xfc/docs/reference/html/windowsignals_8hh.html -share/doc/xfc/docs/reference/html/xfccore_8hh.html -share/doc/xfc/docs/reference/html/xfcglade_8hh.html -share/doc/xfc/docs/reference/html/xfcui_8hh.html -share/doc/xfc/docs/reference/html/xml_8hh.html -share/doc/xfc/docs/tutorial/html/chapter01.html -share/doc/xfc/docs/tutorial/html/chapter02.html -share/doc/xfc/docs/tutorial/html/chapter03.html -share/doc/xfc/docs/tutorial/html/chapter04.html -share/doc/xfc/docs/tutorial/html/chapter05.html -share/doc/xfc/docs/tutorial/html/chapter06.html -share/doc/xfc/docs/tutorial/html/chapter07.html -share/doc/xfc/docs/tutorial/html/chapter08.html -share/doc/xfc/docs/tutorial/html/chapter09.html -share/doc/xfc/docs/tutorial/html/index.html -share/doc/xfc/examples/README -share/doc/xfc/examples/actions/actions.cc -share/doc/xfc/examples/actions/actions.hh -share/doc/xfc/examples/arrow/arrow.cc -share/doc/xfc/examples/arrow/arrow.hh -share/doc/xfc/examples/aspectframe/aspectframe.cc -share/doc/xfc/examples/aspectframe/aspectframe.hh -share/doc/xfc/examples/buttonbox/buttonbox.cc -share/doc/xfc/examples/buttonbox/buttonbox.hh -share/doc/xfc/examples/buttons/buttons.cc -share/doc/xfc/examples/buttons/buttons.hh -share/doc/xfc/examples/buttons/info.xpm -share/doc/xfc/examples/calendar/calendar.cc -share/doc/xfc/examples/calendar/calendar.hh -share/doc/xfc/examples/colorselection/colorselection.cc -share/doc/xfc/examples/colorselection/colorselection.hh -share/doc/xfc/examples/combobox/combobox.cc -share/doc/xfc/examples/combobox/combobox.hh -share/doc/xfc/examples/combobox/comboboxentry.cc -share/doc/xfc/examples/combobox/comboboxentry.hh -share/doc/xfc/examples/dial/dial.cc -share/doc/xfc/examples/dial/dial.hh -share/doc/xfc/examples/dial/dial_test.cc -share/doc/xfc/examples/dnd/dnd.cc -share/doc/xfc/examples/dnd/dnd.hh -share/doc/xfc/examples/dnd/gtk.xpm -share/doc/xfc/examples/drawingarea/scribble.cc -share/doc/xfc/examples/drawingarea/scribble.hh -share/doc/xfc/examples/drawingarea/simple.cc -share/doc/xfc/examples/entry/entry.cc -share/doc/xfc/examples/entry/entry.hh -share/doc/xfc/examples/entrycompletion/entrycompletion.cc -share/doc/xfc/examples/entrycompletion/entrycompletion.hh -share/doc/xfc/examples/eventbox/eventbox.cc -share/doc/xfc/examples/eventbox/eventbox.hh -share/doc/xfc/examples/fixed/fixed.cc -share/doc/xfc/examples/fixed/fixed.hh -share/doc/xfc/examples/fontselection/fontselection.cc -share/doc/xfc/examples/fontselection/fontselection.hh -share/doc/xfc/examples/frame/frame.cc -share/doc/xfc/examples/frame/frame.hh -share/doc/xfc/examples/label/label.cc -share/doc/xfc/examples/label/label.hh -share/doc/xfc/examples/menu/menu.cc -share/doc/xfc/examples/menu/menu.hh -share/doc/xfc/examples/menu/stock.cc -share/doc/xfc/examples/notebook/notebook.cc -share/doc/xfc/examples/notebook/notebook.hh -share/doc/xfc/examples/packbox/packbox.cc -share/doc/xfc/examples/packbox/packbox.hh -share/doc/xfc/examples/paned/paned.cc -share/doc/xfc/examples/paned/paned.hh -share/doc/xfc/examples/progressbar/progressbar.cc -share/doc/xfc/examples/progressbar/progressbar.hh -share/doc/xfc/examples/radiobuttons/radiobuttons.cc -share/doc/xfc/examples/radiobuttons/radiobuttons.hh -share/doc/xfc/examples/rangewidgets/rangewidgets.cc -share/doc/xfc/examples/rangewidgets/rangewidgets.hh -share/doc/xfc/examples/rulers/rulers.cc -share/doc/xfc/examples/rulers/rulers.hh -share/doc/xfc/examples/scrolledwindow/scrolledwindow.cc -share/doc/xfc/examples/scrolledwindow/scrolledwindow.hh -share/doc/xfc/examples/selection/selection.cc -share/doc/xfc/examples/selection/selection.hh -share/doc/xfc/examples/spinbutton/spinbutton.cc -share/doc/xfc/examples/spinbutton/spinbutton.hh -share/doc/xfc/examples/statusbar/statusbar.cc -share/doc/xfc/examples/statusbar/statusbar.hh -share/doc/xfc/examples/table/table.cc -share/doc/xfc/examples/table/table.hh -share/doc/xfc/examples/textview/textview.cc -share/doc/xfc/examples/textview/textview.hh -share/doc/xfc/examples/thread/thread.cc -share/doc/xfc/examples/thread/thread.hh -share/doc/xfc/examples/tictactoe/tictactoe.cc -share/doc/xfc/examples/tictactoe/tictactoe.hh -share/doc/xfc/examples/tictactoe/ttt_test.cc -share/doc/xfc/examples/toolbar/gtk.xpm -share/doc/xfc/examples/toolbar/toolbar.cc -share/doc/xfc/examples/toolbar/toolbar.hh -share/doc/xfc/examples/treeview/treeview.cc -share/doc/xfc/examples/treeview/treeview.hh -share/doc/xfc/tests/README -share/doc/xfc/tests/actions/actions.cc -share/doc/xfc/tests/actions/actions.hh -share/doc/xfc/tests/actions/actions.ui -share/doc/xfc/tests/combobox/combobox.cc -share/doc/xfc/tests/combobox/combobox.hh -share/doc/xfc/tests/core/iochannel/iochannel-test-infile -share/doc/xfc/tests/core/iochannel/iochannel.cc -share/doc/xfc/tests/core/mainloop/mainloop.cc -share/doc/xfc/tests/core/mainloop/mainloop.hh -share/doc/xfc/tests/core/spawn/spawn.cc -share/doc/xfc/tests/core/threads/complex-thread.cc -share/doc/xfc/tests/core/threads/multiple-thread.cc -share/doc/xfc/tests/core/threads/simple-thread.cc -share/doc/xfc/tests/core/threads/threadpool.cc -share/doc/xfc/tests/entrycompletion/entrycompletion.cc -share/doc/xfc/tests/entrycompletion/entrycompletion.hh -share/doc/xfc/tests/filechooser/filechooser.cc -share/doc/xfc/tests/filechooser/filechooser.hh -share/doc/xfc/tests/glade/example-1/example-1.cc -share/doc/xfc/tests/glade/example-1/example-1.glade -share/doc/xfc/tests/glade/example-1/example-1.hh -share/doc/xfc/tests/glade/example-2/example-2.cc -share/doc/xfc/tests/glade/example-2/example-2.glade -share/doc/xfc/tests/glade/example-2/example-2.hh -share/doc/xfc/tests/glade/example-3/example-3.cc -share/doc/xfc/tests/glade/example-3/example-3.glade -share/doc/xfc/tests/glade/example-3/example-3.hh -share/doc/xfc/tests/glade/example-4/example-4.cc -share/doc/xfc/tests/glade/example-4/example-4.glade -share/doc/xfc/tests/glade/example-4/example-4.hh -share/doc/xfc/tests/mergemenus/merge-1.ui -share/doc/xfc/tests/mergemenus/merge-2.ui -share/doc/xfc/tests/mergemenus/merge-3.ui -share/doc/xfc/tests/mergemenus/mergemenus.cc -share/doc/xfc/tests/mergemenus/mergemenus.hh -share/doc/xfc/tests/toolbar/toolbar.cc -share/doc/xfc/tests/toolbar/toolbar.hh -share/doc/xfc/tutorial/README -share/doc/xfc/tutorial/chapter01/xfcapp.cc -share/doc/xfc/tutorial/chapter01/xfcapp.hh -share/doc/xfc/tutorial/chapter02/helloworld.cc -share/doc/xfc/tutorial/chapter02/helloworld.hh -share/doc/xfc/tutorial/chapter03/hellobuttons.cc -share/doc/xfc/tutorial/chapter03/hellobuttons.hh -share/doc/xfc/tutorial/chapter04/xfcapp.cc -share/doc/xfc/tutorial/chapter04/xfcapp.hh -share/doc/xfc/tutorial/chapter04/xfcapp.ui -share/doc/xfc/tutorial/chapter06/statusbar.cc -share/doc/xfc/tutorial/chapter06/statusbar.hh -share/doc/xfc/tutorial/chapter06/xfcapp.cc -share/doc/xfc/tutorial/chapter06/xfcapp.hh -share/doc/xfc/tutorial/chapter06/xfcapp.ui -share/doc/xfc/tutorial/chapter07/statusbar.cc -share/doc/xfc/tutorial/chapter07/statusbar.hh -share/doc/xfc/tutorial/chapter07/xfcapp.cc -share/doc/xfc/tutorial/chapter07/xfcapp.hh -share/doc/xfc/tutorial/chapter07/xfcapp.ui -share/doc/xfc/tutorial/chapter08/src/main.cc -share/doc/xfc/tutorial/chapter08/src/statusbar.cc -share/doc/xfc/tutorial/chapter08/src/statusbar.hh -share/doc/xfc/tutorial/chapter08/src/xfcapp.cc -share/doc/xfc/tutorial/chapter08/src/xfcapp.hh -share/doc/xfc/tutorial/chapter08/src/xfcapp.ui -share/doc/xfc/tutorial/chapter09/src/main.cc -share/doc/xfc/tutorial/chapter09/src/statusbar.cc -share/doc/xfc/tutorial/chapter09/src/statusbar.hh -share/doc/xfc/tutorial/chapter09/src/xfcapp.cc -share/doc/xfc/tutorial/chapter09/src/xfcapp.hh -share/doc/xfc/tutorial/chapter09/src/xfcapp.ui -share/xfce4/xfc/demos/alphatest.png -share/xfce4/xfc/demos/apple-red.png -share/xfce4/xfc/demos/appwindow.cc -share/xfce4/xfc/demos/background.jpg -share/xfce4/xfc/demos/button_box.cc -share/xfce4/xfc/demos/changedisplay.cc -share/xfce4/xfc/demos/clipboard.cc -share/xfce4/xfc/demos/colorsel.cc -share/xfce4/xfc/demos/dialog.cc -share/xfce4/xfc/demos/drawingarea.cc -share/xfce4/xfc/demos/editable_cells.cc -share/xfce4/xfc/demos/entry_completion.cc -share/xfce4/xfc/demos/expander.cc -share/xfce4/xfc/demos/floppybuddy.gif -share/xfce4/xfc/demos/gnome-applets.png -share/xfce4/xfc/demos/gnome-calendar.png -share/xfce4/xfc/demos/gnome-foot.png -share/xfce4/xfc/demos/gnome-fs-directory.png -share/xfce4/xfc/demos/gnome-fs-regular.png -share/xfce4/xfc/demos/gnome-gimp.png -share/xfce4/xfc/demos/gnome-gmush.png -share/xfce4/xfc/demos/gnome-gsame.png -share/xfce4/xfc/demos/gnu-keys.png -share/xfce4/xfc/demos/gtk-logo-rgb.gif -share/xfce4/xfc/demos/hypertext.cc -share/xfce4/xfc/demos/iconview.cc -share/xfce4/xfc/demos/images.cc -share/xfce4/xfc/demos/list_store.cc -share/xfce4/xfc/demos/menus.cc -share/xfce4/xfc/demos/panes.cc -share/xfce4/xfc/demos/pixbufs.cc -share/xfce4/xfc/demos/rotated_text.cc -share/xfce4/xfc/demos/sizegroup.cc -share/xfce4/xfc/demos/stock_browser.cc -share/xfce4/xfc/demos/textview.cc -share/xfce4/xfc/demos/tree_store.cc -share/xfce4/xfc/demos/ui_manager.cc -@dirrm share/xfce4/xfc/demos -@dirrm share/xfce4/xfc -@dirrm share/doc/xfc/tutorial/chapter09/src -@dirrm share/doc/xfc/tutorial/chapter09 -@dirrm share/doc/xfc/tutorial/chapter08/src -@dirrm share/doc/xfc/tutorial/chapter08 -@dirrm share/doc/xfc/tutorial/chapter07 -@dirrm share/doc/xfc/tutorial/chapter06 -@dirrm share/doc/xfc/tutorial/chapter04 -@dirrm share/doc/xfc/tutorial/chapter03 -@dirrm share/doc/xfc/tutorial/chapter02 -@dirrm share/doc/xfc/tutorial/chapter01 -@dirrm share/doc/xfc/tutorial -@dirrm share/doc/xfc/tests/toolbar -@dirrm share/doc/xfc/tests/mergemenus -@dirrm share/doc/xfc/tests/glade/example-4 -@dirrm share/doc/xfc/tests/glade/example-3 -@dirrm share/doc/xfc/tests/glade/example-2 -@dirrm share/doc/xfc/tests/glade/example-1 -@dirrm share/doc/xfc/tests/glade -@dirrm share/doc/xfc/tests/filechooser -@dirrm share/doc/xfc/tests/entrycompletion -@dirrm share/doc/xfc/tests/core/threads -@dirrm share/doc/xfc/tests/core/spawn -@dirrm share/doc/xfc/tests/core/mainloop -@dirrm share/doc/xfc/tests/core/iochannel -@dirrm share/doc/xfc/tests/core -@dirrm share/doc/xfc/tests/combobox -@dirrm share/doc/xfc/tests/actions -@dirrm share/doc/xfc/tests -@dirrm share/doc/xfc/examples/treeview -@dirrm share/doc/xfc/examples/toolbar -@dirrm share/doc/xfc/examples/tictactoe -@dirrm share/doc/xfc/examples/thread -@dirrm share/doc/xfc/examples/textview -@dirrm share/doc/xfc/examples/table -@dirrm share/doc/xfc/examples/statusbar -@dirrm share/doc/xfc/examples/spinbutton -@dirrm share/doc/xfc/examples/selection -@dirrm share/doc/xfc/examples/scrolledwindow -@dirrm share/doc/xfc/examples/rulers -@dirrm share/doc/xfc/examples/rangewidgets -@dirrm share/doc/xfc/examples/radiobuttons -@dirrm share/doc/xfc/examples/progressbar -@dirrm share/doc/xfc/examples/paned -@dirrm share/doc/xfc/examples/packbox -@dirrm share/doc/xfc/examples/notebook -@dirrm share/doc/xfc/examples/menu -@dirrm share/doc/xfc/examples/label -@dirrm share/doc/xfc/examples/frame -@dirrm share/doc/xfc/examples/fontselection -@dirrm share/doc/xfc/examples/fixed -@dirrm share/doc/xfc/examples/eventbox -@dirrm share/doc/xfc/examples/entrycompletion -@dirrm share/doc/xfc/examples/entry -@dirrm share/doc/xfc/examples/drawingarea -@dirrm share/doc/xfc/examples/dnd -@dirrm share/doc/xfc/examples/dial -@dirrm share/doc/xfc/examples/combobox -@dirrm share/doc/xfc/examples/colorselection -@dirrm share/doc/xfc/examples/calendar -@dirrm share/doc/xfc/examples/buttons -@dirrm share/doc/xfc/examples/buttonbox -@dirrm share/doc/xfc/examples/aspectframe -@dirrm share/doc/xfc/examples/arrow -@dirrm share/doc/xfc/examples/actions -@dirrm share/doc/xfc/examples -@dirrm share/doc/xfc/docs/tutorial/html -@dirrm share/doc/xfc/docs/tutorial -@dirrm share/doc/xfc/docs/reference/html -@dirrm share/doc/xfc/docs/reference -@dirrm share/doc/xfc/docs/images -@dirrm share/doc/xfc/docs/howto/html -@dirrm share/doc/xfc/docs/howto -@dirrm share/doc/xfc/docs/faq/html -@dirrm share/doc/xfc/docs/faq -@dirrm share/doc/xfc/docs -@dirrm share/doc/xfc -@dirrm lib/xfce4/xfc/include -@dirrm lib/xfce4/xfc -@dirrm include/xfce4/xfc/pango/private -@dirrm include/xfce4/xfc/pango/inline -@dirrm include/xfce4/xfc/pango -@dirrm include/xfce4/xfc/gtk/private -@dirrm include/xfce4/xfc/gtk/inline -@dirrm include/xfce4/xfc/gtk -@dirrm include/xfce4/xfc/glib/private -@dirrm include/xfce4/xfc/glib/inline -@dirrm include/xfce4/xfc/glib -@dirrm include/xfce4/xfc/glade/private -@dirrm include/xfce4/xfc/glade/inline -@dirrm include/xfce4/xfc/glade -@dirrm include/xfce4/xfc/gdk/private -@dirrm include/xfce4/xfc/gdk/inline -@dirrm include/xfce4/xfc/gdk-pixbuf/private -@dirrm include/xfce4/xfc/gdk-pixbuf/inline -@dirrm include/xfce4/xfc/gdk-pixbuf -@dirrm include/xfce4/xfc/gdk -@dirrm include/xfce4/xfc/atk/private -@dirrm include/xfce4/xfc/atk/inline -@dirrm include/xfce4/xfc/atk -@dirrm include/xfce4/xfc -@dirrmtry include/xfce4 -@dirrmtry lib/xfce4 -@dirrmtry share/xfce4 |