diff options
author | (no author) <(no author)@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-15 05:59:50 +0800 |
---|---|---|
committer | (no author) <(no author)@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-03-15 05:59:50 +0800 |
commit | 73cb2357a7c7f905403cf41592bcbd7286fd85ae (patch) | |
tree | 2f5e26903a1f136a9e2f54af42475b280a215a6d /devel | |
parent | fd170dfee433454a5e1f74c295bf23f3835894c0 (diff) | |
download | marcuscom-ports-GNOME_2_6.tar marcuscom-ports-GNOME_2_6.tar.gz marcuscom-ports-GNOME_2_6.tar.bz2 marcuscom-ports-GNOME_2_6.tar.lz marcuscom-ports-GNOME_2_6.tar.xz marcuscom-ports-GNOME_2_6.tar.zst marcuscom-ports-GNOME_2_6.zip |
This commit was manufactured by cvs2svn to create branch 'GNOME_2_6'.GNOME_2_6
git-svn-id: svn://creme-brulee.marcuscom.com/ports/branches/GNOME_2_6@2058 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
157 files changed, 0 insertions, 7417 deletions
diff --git a/devel/ORBit2/Makefile b/devel/ORBit2/Makefile deleted file mode 100644 index f9ac38190..000000000 --- a/devel/ORBit2/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: orbit2 -# Date Created: 16 Aug 1998 -# Whom: Chia-liang Kao <clkao@CirX.ORG> -# -# $FreeBSD: ports/devel/ORBit2/Makefile,v 1.91 2003/10/10 19:14:17 marcus Exp $ -# - -PORTNAME= ORBit2 -PORTVERSION= 2.10.0 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.10 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= High-performance CORBA ORB with support for the C language - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt - -USE_BZIP2= yes -USE_GMAKE= yes -USE_REINPLACE= yes -INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 -USE_GNOME= gnomehack lthack libidl -CONFIGURE_ARGS= --disable-indent \ - --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${FIND} ${WRKSRC} -type f | ${XARGS} ${GREP} -l LINC_THREADSAFE | \ - ${XARGS} ${REINPLACE_CMD} -e 's|LINC_THREADSAFE|G_THREADS_ENABLED|g' - @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g ; \ - s|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/src/idl-compiler/orbit-idl-backend.c \ - ${WRKSRC}/src/orb/orb-core/orbit-typelib.c - -post-install: - @${ECHO_CMD} "ORBIIOPIPv4=0" > ${PREFIX}/etc/orbit2rc.default - @${ECHO_CMD} "ORBIIOPIPv6=0" >> ${PREFIX}/etc/orbit2rc.default - @if [ ! -f ${PREFIX}/etc/orbit2rc ]; then \ - ${CP} -p ${PREFIX}/etc/orbit2rc.default ${PREFIX}/etc/orbit2rc ; \ - fi - -.include <bsd.port.mk> diff --git a/devel/ORBit2/distinfo b/devel/ORBit2/distinfo deleted file mode 100644 index b32abca37..000000000 --- a/devel/ORBit2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/ORBit2-2.10.0.tar.bz2) = fe86ec038fc51ee0e90e84169a8dda6c -SIZE (gnome2/ORBit2-2.10.0.tar.bz2) = 643687 diff --git a/devel/ORBit2/files/patch-ORBit-2.0.pc.in b/devel/ORBit2/files/patch-ORBit-2.0.pc.in deleted file mode 100644 index bd616eaa2..000000000 --- a/devel/ORBit2/files/patch-ORBit-2.0.pc.in +++ /dev/null @@ -1,10 +0,0 @@ ---- ORBit-2.0.pc.in.orig Sat May 31 11:04:33 2003 -+++ ORBit-2.0.pc.in Sun Jun 15 01:31:20 2003 -@@ -8,6 +8,6 @@ - Name: ORBit-2.0 - Description: High-performance CORBA Object Request Broker. - Version: @ORBIT_VERSION@ --Requires: glib-2.0 gmodule-2.0 -+Requires: glib-2.0 gmodule-2.0 gthread-2.0 - Libs: -L${libdir} -lORBit-2 @ORBIT_LIBS@ @LIBS@ -lm - Cflags: -I${includedir}/orbit-2.0 -DORBIT2=1 diff --git a/devel/ORBit2/files/patch-ab b/devel/ORBit2/files/patch-ab deleted file mode 100644 index 281d27bbf..000000000 --- a/devel/ORBit2/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig Fri Mar 5 23:34:38 2004 -+++ Makefile.in Fri Mar 5 23:35:59 2004 -@@ -34,7 +34,7 @@ - includedir = @includedir@ - oldincludedir = /usr/include - pkgdatadir = $(datadir)/@PACKAGE@ --pkglibdir = $(libdir)/@PACKAGE@ -+pkglibdir = $(prefix)/libdata/pkgconfig - pkgincludedir = $(includedir)/@PACKAGE@ - top_builddir = . - -@@ -125,7 +125,7 @@ - - DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc - --SUBDIRS = linc2 src include test docs -+SUBDIRS = linc2 src include docs - - bin_SCRIPTS = orbit2-config - diff --git a/devel/ORBit2/files/patch-src::orb::util::Makefile.in b/devel/ORBit2/files/patch-src::orb::util::Makefile.in deleted file mode 100644 index e048ca634..000000000 --- a/devel/ORBit2/files/patch-src::orb::util::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/orb/util/Makefile.in.orig Fri Mar 5 23:39:16 2004 -+++ src/orb/util/Makefile.in Fri Mar 5 23:39:43 2004 -@@ -126,7 +126,7 @@ - INCLUDES = \ - -I$(top_srcdir)/include \ - -I$(top_builddir)/include \ -- -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbitrc\" \ -+ -DORBIT_SYSTEM_RCFILE=\"$(sysconfdir)/orbit2rc\" \ - -DORBIT2_INTERNAL_API \ - $(WARN_CFLAGS) \ - $(ORBIT_DEBUG_CFLAGS) \ diff --git a/devel/ORBit2/files/patch-src_idl-compiler_orbit-idl-backend.c b/devel/ORBit2/files/patch-src_idl-compiler_orbit-idl-backend.c deleted file mode 100644 index 8ae3c7644..000000000 --- a/devel/ORBit2/files/patch-src_idl-compiler_orbit-idl-backend.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/idl-compiler/orbit-idl-backend.c.orig Tue Oct 1 23:32:46 2002 -+++ src/idl-compiler/orbit-idl-backend.c Sun May 11 20:51:19 2003 -@@ -38,6 +38,8 @@ - char **strv; - int i; - -+ paths = g_slist_prepend (paths, "%%X11BASE%%/lib/orbit-2.0/idl-backends"); -+ - if (!(val = getenv ("GNOME2_PATH"))) - return paths; - diff --git a/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c b/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c deleted file mode 100644 index 44dfb3fb0..000000000 --- a/devel/ORBit2/files/patch-src_orb_orb-core_orbit-typelib.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/orb/orb-core/orbit-typelib.c.orig Fri Mar 5 23:42:33 2004 -+++ src/orb/orb-core/orbit-typelib.c Fri Mar 5 23:43:00 2004 -@@ -218,6 +218,8 @@ - paths = g_ptr_array_sized_new (8); - - g_ptr_array_add (paths, g_strdup (ORBIT_TYPELIB_DIR)); -+ add_if_unique(paths, "%%X11BASE%%", TRUE); -+ add_if_unique(paths, "%%LOCALBASE%%", TRUE); - - if ((path = g_getenv ("ORBIT_TYPELIB_PATH"))) { - char **strv; diff --git a/devel/ORBit2/pkg-descr b/devel/ORBit2/pkg-descr deleted file mode 100644 index 8336574a1..000000000 --- a/devel/ORBit2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -ORBit is a high-performance CORBA ORB with support for the C language. -It allows programs to send requests and receive replies from other -programs, regardless of the locations of the two programs. diff --git a/devel/ORBit2/pkg-plist b/devel/ORBit2/pkg-plist deleted file mode 100644 index c18fe8f28..000000000 --- a/devel/ORBit2/pkg-plist +++ /dev/null @@ -1,79 +0,0 @@ -bin/linc-cleanup-sockets -bin/orbit-idl-2 -bin/orbit2-config -@unexec if cmp -s %D/etc/orbit2rc.default %D/etc/orbit2rc; then rm -f %D/etc/orbit2rc; fi -etc/orbit2rc.default -@exec if [ ! -f %D/etc/orbit2rc ] ; then cp -p %D/%F %B/orbit2rc; fi -include/orbit-2.0/ORBitservices/CosNaming.h -include/orbit-2.0/ORBitservices/CosNaming_impl.h -include/orbit-2.0/ORBitservices/orbit-imodule.h -include/orbit-2.0/orbit-idl/orbit-idl-backend.h -include/orbit-2.0/orbit/dynamic/dynamic-defs.h -include/orbit-2.0/orbit/dynamic/dynamic.h -include/orbit-2.0/orbit/orb-core/allocators.h -include/orbit-2.0/orbit/orb-core/corba-any-type.h -include/orbit-2.0/orbit/orb-core/corba-any.h -include/orbit-2.0/orbit/orb-core/corba-context-type.h -include/orbit-2.0/orbit/orb-core/corba-context.h -include/orbit-2.0/orbit/orb-core/corba-defs.h -include/orbit-2.0/orbit/orb-core/corba-environment-type.h -include/orbit-2.0/orbit/orb-core/corba-environment.h -include/orbit-2.0/orbit/orb-core/corba-nvlist.h -include/orbit-2.0/orbit/orb-core/corba-object-type.h -include/orbit-2.0/orbit/orb-core/corba-object.h -include/orbit-2.0/orbit/orb-core/corba-orb-type.h -include/orbit-2.0/orbit/orb-core/corba-orb.h -include/orbit-2.0/orbit/orb-core/corba-pobj.h -include/orbit-2.0/orbit/orb-core/corba-policy-type.h -include/orbit-2.0/orbit/orb-core/corba-string.h -include/orbit-2.0/orbit/orb-core/corba-typecode-type.h -include/orbit-2.0/orbit/orb-core/corba-typecode.h -include/orbit-2.0/orbit/orb-core/iop-defs.h -include/orbit-2.0/orbit/orb-core/orb-core-types.h -include/orbit-2.0/orbit/orb-core/orb-core.h -include/orbit-2.0/orbit/orb-core/orb-types.h -include/orbit-2.0/orbit/orb-core/orbit-interface.h -include/orbit-2.0/orbit/orb-core/orbit-object.h -include/orbit-2.0/orbit/orb-core/orbit-small.h -include/orbit-2.0/orbit/orbit-config.h -include/orbit-2.0/orbit/orbit-types.h -include/orbit-2.0/orbit/orbit.h -include/orbit-2.0/orbit/poa/orbit-adaptor.h -include/orbit-2.0/orbit/poa/poa-basics.h -include/orbit-2.0/orbit/poa/poa-defs.h -include/orbit-2.0/orbit/poa/poa-policy.h -include/orbit-2.0/orbit/poa/poa-types.h -include/orbit-2.0/orbit/poa/poa.h -include/orbit-2.0/orbit/poa/portableserver-current-type.h -include/orbit-2.0/orbit/poa/portableserver-poa-type.h -include/orbit-2.0/orbit/util/basic_types.h -include/orbit-2.0/orbit/util/orbit-genrand.h -include/orbit-2.0/orbit/util/orbit-util.h -lib/libORBit-2.a -lib/libORBit-2.so -lib/libORBit-2.so.0 -lib/libORBit-imodule-2.a -lib/libORBit-imodule-2.so -lib/libORBit-imodule-2.so.0 -lib/libORBitCosNaming-2.a -lib/libORBitCosNaming-2.so -lib/libORBitCosNaming-2.so.0 -lib/libname-server-2.a -libdata/pkgconfig/ORBit-2.0.pc -libdata/pkgconfig/ORBit-idl-2.0.pc -libdata/pkgconfig/ORBit-imodule-2.0.pc -libdata/pkgconfig/ORBit-CosNaming-2.0.pc -share/aclocal/ORBit2.m4 -share/idl/orbit-2.0/CosNaming.idl -@dirrm share/idl/orbit-2.0 -@dirrm %%DOCSDIR%% -@unexec /bin/rmdir %D/share/idl 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/lib/orbit-2.0 2>/dev/null || /usr/bin/true -@dirrm include/orbit-2.0/orbit/util -@dirrm include/orbit-2.0/orbit/poa -@dirrm include/orbit-2.0/orbit/orb-core -@dirrm include/orbit-2.0/orbit/dynamic -@dirrm include/orbit-2.0/orbit -@dirrm include/orbit-2.0/orbit-idl -@dirrm include/orbit-2.0/ORBitservices -@dirrm include/orbit-2.0 diff --git a/devel/bugbuddy2/Makefile b/devel/bugbuddy2/Makefile deleted file mode 100644 index 992971429..000000000 --- a/devel/bugbuddy2/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: bugbuddy2 -# Date created: 14 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/devel/bugbuddy2/Makefile,v 1.43 2003/10/14 19:02:59 marcus Exp $ -# - -PORTNAME= bugbuddy2 -PORTVERSION= 2.5.90 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/bug-buddy/2.5 -DISTNAME= bug-buddy-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A bug reporting tool for GNOME 2 - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_REINPLACE= yes -USE_GMAKE= yes -USE_LIBTOOL_VER=13 -USE_GNOME= gnomeprefix gnomehack intlhack lthack gnomedesktop -GNOME_DESKTOP_VERSION=2 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= bug-buddy.1 - -.include <bsd.port.mk> diff --git a/devel/bugbuddy2/distinfo b/devel/bugbuddy2/distinfo deleted file mode 100644 index 95725a5c6..000000000 --- a/devel/bugbuddy2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/bug-buddy-2.5.90.tar.bz2) = f57c8e240f00fed51b1759beb5c58e1e -SIZE (gnome2/bug-buddy-2.5.90.tar.bz2) = 613665 diff --git a/devel/bugbuddy2/pkg-descr b/devel/bugbuddy2/pkg-descr deleted file mode 100644 index 0a572e8cc..000000000 --- a/devel/bugbuddy2/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -This is a graphical bug reporting tool. It can extract debugging -information from a core file or crashed application (via gnome_segv). - -Jacob Berkman <jberkman@andrew.cmu.edu> - -WWW: http://www.gnome.org/ diff --git a/devel/bugbuddy2/pkg-plist b/devel/bugbuddy2/pkg-plist deleted file mode 100644 index 7fd0dd67f..000000000 --- a/devel/bugbuddy2/pkg-plist +++ /dev/null @@ -1,92 +0,0 @@ -bin/bug-buddy -etc/gconf/gconf.xml.defaults/apps/bug-buddy/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/bug-buddy/%gconf.xml -etc/gconf/schemas/bug-buddy.schemas -share/gnome/application-registry/bug-buddy.applications -share/gnome/applications/bug-buddy.desktop -share/gnome/bug-buddy/bug-buddy.glade -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/gnome/help/bug-buddy/C/bug-buddy.xml -share/gnome/help/bug-buddy/C/legal.xml -share/gnome/mime-info/bug-buddy.keys -share/gnome/mime-info/bug-buddy.mime -share/gnome/omf/bug-buddy/bug-buddy-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/bug-buddy/bug-buddy-C.omf 2>/dev/null || /usr/bin/true -share/gnome/pixmaps/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/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/el/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/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/it/LC_MESSAGES/bug-buddy.mo -share/locale/ja/LC_MESSAGES/bug-buddy.mo -share/locale/ko/LC_MESSAGES/bug-buddy.mo -share/locale/lt/LC_MESSAGES/bug-buddy.mo -share/locale/lv/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/ms/LC_MESSAGES/bug-buddy.mo -share/locale/nl/LC_MESSAGES/bug-buddy.mo -share/locale/nn/LC_MESSAGES/bug-buddy.mo -share/locale/no/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/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/uk/LC_MESSAGES/bug-buddy.mo -share/locale/vi/LC_MESSAGES/bug-buddy.mo -share/locale/wa/LC_MESSAGES/bug-buddy.mo -share/locale/zh_CN/LC_MESSAGES/bug-buddy.mo -share/locale/zh_TW/LC_MESSAGES/bug-buddy.mo -@dirrm share/gnome/omf/bug-buddy -@dirrm share/gnome/help/bug-buddy/C -@dirrm share/gnome/help/bug-buddy -@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 -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/bug-buddy -@dirrm etc/gconf/gconf.xml.defaults/apps/bug-buddy -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/bug-buddy/bug-buddy-C.omf 2>/dev/null || /usr/bin/true diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile deleted file mode 100644 index 1eaab6f70..000000000 --- a/devel/gconf2/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: gconf2 -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD: ports/devel/gconf2/Makefile,v 1.52 2003/11/17 12:28:54 trevor Exp $ -# - -PORTNAME= gconf2 -PORTVERSION= 2.5.90 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/GConf/2.5 -DISTNAME= GConf-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A configuration database system for GNOME - -USE_BZIP2= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GNOME= gnomehack lthack gnomehier orbit2 gtk20 libxml2 linc -INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= gconftool-2.1 - -post-install: - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - -.include <bsd.port.mk> diff --git a/devel/gconf2/distinfo b/devel/gconf2/distinfo deleted file mode 100644 index c15b973b1..000000000 --- a/devel/gconf2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/GConf-2.5.90.tar.bz2) = cd3d817f036980b37c346f97a10a5a92 -SIZE (gnome2/GConf-2.5.90.tar.bz2) = 1411392 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/pkg-descr b/devel/gconf2/pkg-descr deleted file mode 100644 index 0658ef70f..000000000 --- a/devel/gconf2/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -GConf attempts to leapfrog the registry concept. It's a library which provides -a simple configuration data storage interface to applications, and also an -architecture that tries to make things easy for system administrators. - -Here are some of the features of GConf: - - * Replaceable backend architecture. - - * Configuration key documentation. Applications can install documentation - along with their configuration data, explaining the possible settings and - the effect of each configuration key. - - * Data change notification service. If configuration data is changed, all - interested applications are notified. The notification service works - across the network, affecting all login sessions for a single user. - - * The client API is very abstract. - - * GConf does proper locking so that the configuration data doesn't get - corrupted when multiple applications try to use it. - -WWW: http://www.gnome.org/projects/gconf/ diff --git a/devel/gconf2/pkg-install b/devel/gconf2/pkg-install deleted file mode 100644 index 2992a8454..000000000 --- a/devel/gconf2/pkg-install +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh - -if [ "$2" = "POST-INSTALL" ]; then - dirs="etc/gconf/gconf.xml.defaults/apps \ - etc/gconf/gconf.xml.defaults/schemas/apps \ - etc/gconf/schemas" - for i in ${dirs}; do - mkdir -p ${PKG_PREFIX}/${i} - done -fi - -exit 0 diff --git a/devel/gconf2/pkg-plist b/devel/gconf2/pkg-plist deleted file mode 100644 index 3d09bf1b7..000000000 --- a/devel/gconf2/pkg-plist +++ /dev/null @@ -1,116 +0,0 @@ -bin/gconf-merge-tree -bin/gconftool-2 -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 -lib/GConf/2/libgconfbackend-oldxml.so -lib/GConf/2/libgconfbackend-xml.so -lib/libgconf-2.a -lib/libgconf-2.so -lib/libgconf-2.so.5 -libdata/pkgconfig/gconf-2.0.pc -libexec/gconf-sanity-check-2 -libexec/gconfd-2 -share/aclocal/gconf-2.m4 -share/doc/gconf/GConfClient.html -share/doc/gconf/ch01.html -share/doc/gconf/ch01s02.html -share/doc/gconf/ch02.html -share/doc/gconf/ch02s02.html -share/doc/gconf/ch02s03.html -share/doc/gconf/ch02s04.html -share/doc/gconf/ch06.html -share/doc/gconf/ch06s02.html -share/doc/gconf/ch06s03.html -share/doc/gconf/ch07.html -share/doc/gconf/conventions.html -share/doc/gconf/gconf-client-reference.html -share/doc/gconf/gconf-client.html -share/doc/gconf/gconf-gconf-backend.html -share/doc/gconf/gconf-gconf-changeset.html -share/doc/gconf/gconf-gconf-engine.html -share/doc/gconf/gconf-gconf-error.html -share/doc/gconf/gconf-gconf-internals.html -share/doc/gconf/gconf-gconf-listeners.html -share/doc/gconf/gconf-gconf-locale.html -share/doc/gconf/gconf-gconf-schema.html -share/doc/gconf/gconf-gconf-sources.html -share/doc/gconf/gconf-gconf-value.html -share/doc/gconf/gconf-gconf.html -share/doc/gconf/gconf-internals-reference.html -share/doc/gconf/gconf-reference.html -share/doc/gconf/gconf.devhelp -share/doc/gconf/gconftool.html -share/doc/gconf/home.png -share/doc/gconf/index.html -share/doc/gconf/index.sgml -share/doc/gconf/left.png -share/doc/gconf/right.png -share/doc/gconf/up.png -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/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/es/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/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/it/LC_MESSAGES/GConf2.mo -share/locale/ja/LC_MESSAGES/GConf2.mo -share/locale/ko/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/nl/LC_MESSAGES/GConf2.mo -share/locale/nn/LC_MESSAGES/GConf2.mo -share/locale/no/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/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/tr/LC_MESSAGES/GConf2.mo -share/locale/uk/LC_MESSAGES/GConf2.mo -share/locale/vi/LC_MESSAGES/GConf2.mo -share/locale/yi/LC_MESSAGES/GConf2.mo -share/locale/zh_CN/LC_MESSAGES/GConf2.mo -share/locale/zh_TW/LC_MESSAGES/GConf2.mo -share/sgml/gconf/gconf-1.0.dtd -@dirrm share/sgml/gconf -@dirrm share/doc/gconf -@dirrm lib/GConf/2 -@dirrm include/gconf/2/gconf -@dirrm include/gconf/2 -@dirrm etc/gconf/2 -@unexec /bin/rmdir %D/share/sgml 2>/dev/null || /usr/bin/true diff --git a/devel/gconfmm/Makefile b/devel/gconfmm/Makefile deleted file mode 100644 index d4581e518..000000000 --- a/devel/gconfmm/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: gconfmm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# -# $FreeBSD: ports/devel/gconfmm/Makefile,v 1.2 2003/08/17 04:01:02 bland Exp $ -# - -PORTNAME= gconfmm -PORTVERSION= 2.5.0 -PORTREVISION= 3 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5 -DIST_SUBDIR= gnome2 - -MAINTAINER= bland@FreeBSD.org -COMMENT= C++ wrapper for gconf2 API library - -LIB_DEPENDS= gtkmm-2.3.4:${PORTSDIR}/x11-toolkits/gtk--2 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gconf2 lthack -USE_LIBTOOL_VER=13 -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-static - -PLIST_SUB= VERSION="2.5" API_VERSION="2.6" - -.include <bsd.port.mk> diff --git a/devel/gconfmm/distinfo b/devel/gconfmm/distinfo deleted file mode 100644 index 1e1a44498..000000000 --- a/devel/gconfmm/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome2/gconfmm-2.5.0.tar.gz) = fc1bab47e63001c2ab257559b2d66299 diff --git a/devel/gconfmm/pkg-descr b/devel/gconfmm/pkg-descr deleted file mode 100644 index d161fcbb7..000000000 --- a/devel/gconfmm/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/gconfmm/pkg-plist b/devel/gconfmm/pkg-plist deleted file mode 100644 index 121efca5f..000000000 --- a/devel/gconfmm/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-2.0/proc/m4/convert.m4 -lib/gconfmm-2.0/proc/m4/convert_gconfmm.m4 -lib/gconfmm-%%API_VERSION%%/include/gconfmmconfig.h -lib/libgconfmm-%%VERSION%%.a -lib/libgconfmm-%%VERSION%%.so -lib/libgconfmm-%%VERSION%%.so.1 -libdata/pkgconfig/gconfmm-%%API_VERSION%%.pc -@dirrm lib/gconfmm-%%API_VERSION%%/include -@dirrm lib/gconfmm-%%API_VERSION%% -@dirrm lib/gconfmm-2.0/proc/m4 -@dirrm lib/gconfmm-2.0/proc -@dirrm lib/gconfmm-2.0 -@dirrm include/gconfmm-%%API_VERSION%%/gconfmm/private -@dirrm include/gconfmm-%%API_VERSION%%/gconfmm -@dirrm include/gconfmm-%%API_VERSION%% diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile deleted file mode 100644 index 2357836d0..000000000 --- a/devel/glib20/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# New ports collection makefile for: glib13 -# Date Created: 28 July 1998 -# Whom: Vanilla I. Shu <vanilla@FreeBSD.org> -# -# $FreeBSD: ports/devel/glib20/Makefile,v 1.88 2003/10/06 01:13:38 marcus Exp $ -# - -PORTNAME= glib -PORTVERSION= 2.3.6 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/${PORTNAME}/2.3,} \ - ftp://ftp.gtk.org/pub/gtk/v2.3/ \ - 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:R} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Some useful routines of C programming (current stable version) - -NO_LATEST_LINK= yes - -USE_BZIP2= yes -USE_GETTEXT= yes -USE_LIBTOOL_VER=13 -USE_REINPLACE= yes -INSTALLS_SHLIB= yes -USE_GNOME= gnomehack gnometarget pkgconfig -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}" - -pre-everything:: - @${ECHO_CMD} '******************************************' - @${ECHO_CMD} - @${ECHO_CMD} If you have not updated your GNOME ports in the manner outlined in - @${ECHO_CMD} http://www.freebsd.org/gnome/develfaq.html - @${ECHO_CMD} then you should abort this build immediately and follow the directions - @${ECHO_CMD} outlined in that document. - @${ECHO_CMD} - @${ECHO_CMD} Failure to follow the above directions will result in everything - @${ECHO_CMD} GNOME-related breaking. - @${ECHO_CMD} - @${ECHO_CMD} '******************************************' - -.include <bsd.port.mk> diff --git a/devel/glib20/distinfo b/devel/glib20/distinfo deleted file mode 100644 index e84bfcdfa..000000000 --- a/devel/glib20/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/glib-2.3.6.tar.bz2) = f2073a9b9e6452414f11822ac3d97be7 -SIZE (gnome2/glib-2.3.6.tar.bz2) = 2033289 diff --git a/devel/glib20/files/patch-ae b/devel/glib20/files/patch-ae deleted file mode 100644 index 0a7c2987d..000000000 --- a/devel/glib20/files/patch-ae +++ /dev/null @@ -1,19 +0,0 @@ ---- configure.orig Mon Dec 2 16:34:49 2002 -+++ configure Tue Dec 3 18:21:22 2002 -@@ -10176,6 +10176,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' -@@ -17057,6 +17058,8 @@ - fi - done - 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 2d0f82ab2..000000000 --- a/devel/glib20/files/patch-glib::libcharset::Makefile.in +++ /dev/null @@ -1,31 +0,0 @@ ---- glib/libcharset/Makefile.in.orig Fri Oct 24 18:07:07 2003 -+++ glib/libcharset/Makefile.in Fri Oct 24 18:09:20 2003 -@@ -228,7 +228,7 @@ - target_alias = @target_alias@ - - INCLUDES = \ -- -DLIBDIR=\"$(libdir)\" -+ -DLIBDIR=\"$(prefix)/libdata\" - - - noinst_LTLIBRARIES = libcharset.la -@@ -249,8 +249,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 - -@@ -492,7 +492,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-gmodule::gmodule-dl.c b/devel/glib20/files/patch-gmodule::gmodule-dl.c deleted file mode 100644 index acbefc406..000000000 --- a/devel/glib20/files/patch-gmodule::gmodule-dl.c +++ /dev/null @@ -1,23 +0,0 @@ - -$FreeBSD: ports/devel/glib20/files/patch-gmodule::gmodule-dl.c,v 1.2 2003/02/07 18:42:03 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/pkg-descr b/devel/glib20/pkg-descr deleted file mode 100644 index d762ed2f4..000000000 --- a/devel/glib20/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -This is GLib version 2.0. GLib, is a library which includes support -routines for C such as lists, trees, hashes, memory allocation, and -many other things. - -WWW: http://www.gtk.org/ -ftp://ftp.gtk.org/pub/gtk - -A mailing list is located at gtk-list@redhat.com for discussion. - -GLib-2.0 is a stable release that forms the basis of GTK+-2.0. - -- Vanilla -vanilla@FreeBSD.ORG diff --git a/devel/glib20/pkg-plist b/devel/glib20/pkg-plist deleted file mode 100644 index e99a115c2..000000000 --- a/devel/glib20/pkg-plist +++ /dev/null @@ -1,154 +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/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/glist.h -include/glib-2.0/glib/gmacros.h -include/glib-2.0/glib/gmain.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/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/gslist.h -include/glib-2.0/glib/gspawn.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.so -lib/libglib-2.0.so.305 -lib/libgmodule-2.0.a -lib/libgmodule-2.0.so -lib/libgmodule-2.0.so.305 -lib/libgobject-2.0.a -lib/libgobject-2.0.so -lib/libgobject-2.0.so.305 -lib/libgthread-2.0.a -lib/libgthread-2.0.so -lib/libgthread-2.0.so.305 -libdata/pkgconfig/glib-2.0.pc -libdata/pkgconfig/gmodule-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/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/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/el/LC_MESSAGES/glib20.mo -share/locale/es/LC_MESSAGES/glib20.mo -share/locale/eo/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/he/LC_MESSAGES/glib20.mo -share/locale/hi/LC_MESSAGES/glib20.mo -share/locale/hr/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/ko/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/mn/LC_MESSAGES/glib20.mo -share/locale/ms/LC_MESSAGES/glib20.mo -share/locale/nl/LC_MESSAGES/glib20.mo -share/locale/nn/LC_MESSAGES/glib20.mo -share/locale/no/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/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/tr/LC_MESSAGES/glib20.mo -share/locale/uk/LC_MESSAGES/glib20.mo -share/locale/vi/LC_MESSAGES/glib20.mo -share/locale/yi/LC_MESSAGES/glib20.mo -share/locale/zh_CN/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 diff --git a/devel/glibmm/Makefile b/devel/glibmm/Makefile deleted file mode 100644 index fe8179d6b..000000000 --- a/devel/glibmm/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: glibmm -# Date created: 04 December 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= glibmm -PORTVERSION= 2.3.4 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= C++ interfaces for glib2 - -LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_GNOME= gnomehack gnometarget lthack glib20 -USE_LIBTOOL_VER=13 -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-static - -PLIST_SUB= VERSION="2.3" API_VERSION="2.4" - -.if !defined(NOPORTDOCS) -BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen -.else -USE_REINPLACE= yes - -post-patch: - @${REINPLACE_CMD} -e 's|^\(SUBDIRS =\)\(docs\)\(.*\)|\1\3|' ${WRKSRC}/Makefile.in -.endif - -.include <bsd.port.mk> diff --git a/devel/glibmm/distinfo b/devel/glibmm/distinfo deleted file mode 100644 index 5cab97ffb..000000000 --- a/devel/glibmm/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/glibmm-2.3.4.tar.bz2) = 960056730994eb3d45d870f483c0936f -SIZE (gnome2/glibmm-2.3.4.tar.bz2) = 776677 diff --git a/devel/glibmm/files/patch-docs::reference::beautify_docs.pl b/devel/glibmm/files/patch-docs::reference::beautify_docs.pl deleted file mode 100644 index bbb320452..000000000 --- a/devel/glibmm/files/patch-docs::reference::beautify_docs.pl +++ /dev/null @@ -1,20 +0,0 @@ ---- docs/reference/beautify_docs.pl.in.orig Thu Feb 12 02:52:02 2004 -+++ docs/reference/beautify_docs.pl.in Thu Feb 12 03:00:08 2004 -@@ -25,7 +25,7 @@ - my ($file) = @_; - my @outbuf; - -- open(FILE, '<', $file); -+ open(FILE, "<$file"); - - while(<FILE>) - { -@@ -71,7 +71,7 @@ - push(@outbuf, $_); - } - -- open(FILE, '>', $file); -+ open(FILE, ">$file"); - - # write the whole buffer back - print FILE "$_" foreach(@outbuf); diff --git a/devel/glibmm/pkg-descr b/devel/glibmm/pkg-descr deleted file mode 100644 index f689c4137..000000000 --- a/devel/glibmm/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -C++ interfaces for glib20. - -WWW: http://gtkmm.sourceforge.net/ diff --git a/devel/glibmm/pkg-plist b/devel/glibmm/pkg-plist deleted file mode 100644 index de56737aa..000000000 --- a/devel/glibmm/pkg-plist +++ /dev/null @@ -1,600 +0,0 @@ -include/glibmm-%%VERSION%%/glibmm.h -include/glibmm-%%VERSION%%/glibmm/arrayhandle.h -include/glibmm-%%VERSION%%/glibmm/class.h -include/glibmm-%%VERSION%%/glibmm/containerhandle_shared.h -include/glibmm-%%VERSION%%/glibmm/containers.h -include/glibmm-%%VERSION%%/glibmm/convert.h -include/glibmm-%%VERSION%%/glibmm/date.h -include/glibmm-%%VERSION%%/glibmm/debug.h -include/glibmm-%%VERSION%%/glibmm/dispatcher.h -include/glibmm-%%VERSION%%/glibmm/error.h -include/glibmm-%%VERSION%%/glibmm/exception.h -include/glibmm-%%VERSION%%/glibmm/exceptionhandler.h -include/glibmm-%%VERSION%%/glibmm/fileutils.h -include/glibmm-%%VERSION%%/glibmm/helperlist.h -include/glibmm-%%VERSION%%/glibmm/init.h -include/glibmm-%%VERSION%%/glibmm/interface.h -include/glibmm-%%VERSION%%/glibmm/iochannel.h -include/glibmm-%%VERSION%%/glibmm/listhandle.h -include/glibmm-%%VERSION%%/glibmm/main.h -include/glibmm-%%VERSION%%/glibmm/markup.h -include/glibmm-%%VERSION%%/glibmm/miscutils.h -include/glibmm-%%VERSION%%/glibmm/module.h -include/glibmm-%%VERSION%%/glibmm/object.h -include/glibmm-%%VERSION%%/glibmm/objectbase.h -include/glibmm-%%VERSION%%/glibmm/pattern.h -include/glibmm-%%VERSION%%/glibmm/private/convert_p.h -include/glibmm-%%VERSION%%/glibmm/private/date_p.h -include/glibmm-%%VERSION%%/glibmm/private/fileutils_p.h -include/glibmm-%%VERSION%%/glibmm/private/interface_p.h -include/glibmm-%%VERSION%%/glibmm/private/iochannel_p.h -include/glibmm-%%VERSION%%/glibmm/private/markup_p.h -include/glibmm-%%VERSION%%/glibmm/private/module_p.h -include/glibmm-%%VERSION%%/glibmm/private/object_p.h -include/glibmm-%%VERSION%%/glibmm/private/shell_p.h -include/glibmm-%%VERSION%%/glibmm/private/spawn_p.h -include/glibmm-%%VERSION%%/glibmm/private/thread_p.h -include/glibmm-%%VERSION%%/glibmm/private/unicode_p.h -include/glibmm-%%VERSION%%/glibmm/property.h -include/glibmm-%%VERSION%%/glibmm/propertyproxy.h -include/glibmm-%%VERSION%%/glibmm/propertyproxy_base.h -include/glibmm-%%VERSION%%/glibmm/quark.h -include/glibmm-%%VERSION%%/glibmm/random.h -include/glibmm-%%VERSION%%/glibmm/refptr.h -include/glibmm-%%VERSION%%/glibmm/sarray.h -include/glibmm-%%VERSION%%/glibmm/shell.h -include/glibmm-%%VERSION%%/glibmm/signalproxy.h -include/glibmm-%%VERSION%%/glibmm/signalproxy_connectionnode.h -include/glibmm-%%VERSION%%/glibmm/slisthandle.h -include/glibmm-%%VERSION%%/glibmm/spawn.h -include/glibmm-%%VERSION%%/glibmm/streamiochannel.h -include/glibmm-%%VERSION%%/glibmm/stringutils.h -include/glibmm-%%VERSION%%/glibmm/thread.h -include/glibmm-%%VERSION%%/glibmm/threadpool.h -include/glibmm-%%VERSION%%/glibmm/timer.h -include/glibmm-%%VERSION%%/glibmm/timeval.h -include/glibmm-%%VERSION%%/glibmm/unicode.h -include/glibmm-%%VERSION%%/glibmm/ustring.h -include/glibmm-%%VERSION%%/glibmm/utility.h -include/glibmm-%%VERSION%%/glibmm/value.h -include/glibmm-%%VERSION%%/glibmm/value_basictypes.h -include/glibmm-%%VERSION%%/glibmm/value_custom.h -include/glibmm-%%VERSION%%/glibmm/wrap.h -include/glibmm-%%VERSION%%/glibmm/wrap_init.h -include/glibmm-%%VERSION%%/glibmm_generate_extra_defs/generate_extra_defs.h -lib/glibmm-%%VERSION%%/include/glibmmconfig.h -%%PORTDOCS%%lib/glibmm-%%VERSION%%/proc/beautify_docs.pl -lib/glibmm-%%VERSION%%/proc/generate_wrap_init.pl -lib/glibmm-%%VERSION%%/proc/gmmproc -lib/glibmm-%%VERSION%%/proc/m4/base.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_boxedtype.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_boxedtype_static.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_generic.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_gobject.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_gtkobject.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_interface.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_opaque_copyable.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_opaque_refcounted.m4 -lib/glibmm-%%VERSION%%/proc/m4/class_shared.m4 -lib/glibmm-%%VERSION%%/proc/m4/compare.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_atk.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_base.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_gdk.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_glib.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_gtk.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_gtkmm.m4 -lib/glibmm-%%VERSION%%/proc/m4/convert_pango.m4 -lib/glibmm-%%VERSION%%/proc/m4/ctor.m4 -lib/glibmm-%%VERSION%%/proc/m4/doc.m4 -lib/glibmm-%%VERSION%%/proc/m4/enum.m4 -lib/glibmm-%%VERSION%%/proc/m4/gerror.m4 -lib/glibmm-%%VERSION%%/proc/m4/list.m4 -lib/glibmm-%%VERSION%%/proc/m4/member.m4 -lib/glibmm-%%VERSION%%/proc/m4/method.m4 -lib/glibmm-%%VERSION%%/proc/m4/property.m4 -lib/glibmm-%%VERSION%%/proc/m4/signal.m4 -lib/glibmm-%%VERSION%%/proc/m4/vfunc.m4 -lib/glibmm-%%VERSION%%/proc/pm/DocsParser.pm -lib/glibmm-%%VERSION%%/proc/pm/Enum.pm -lib/glibmm-%%VERSION%%/proc/pm/Function.pm -lib/glibmm-%%VERSION%%/proc/pm/FunctionBase.pm -lib/glibmm-%%VERSION%%/proc/pm/GtkDefs.pm -lib/glibmm-%%VERSION%%/proc/pm/Object.pm -lib/glibmm-%%VERSION%%/proc/pm/Output.pm -lib/glibmm-%%VERSION%%/proc/pm/Property.pm -lib/glibmm-%%VERSION%%/proc/pm/Util.pm -lib/glibmm-%%VERSION%%/proc/pm/WrapParser.pm -lib/libglibmm-%%VERSION%%.a -lib/libglibmm-%%VERSION%%.so -lib/libglibmm-%%VERSION%%.so.4 -lib/libglibmm_generate_extra_defs-%%VERSION%%.a -lib/libglibmm_generate_extra_defs-%%VERSION%%.so -lib/libglibmm_generate_extra_defs-%%VERSION%%.so.4 -libdata/pkgconfig/glibmm-%%API_VERSION%%.pc -share/aclocal/glibmm_check_perl.m4 -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/images/gtkmm_logo.gif -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/images/top.gif -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/annotated.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/arrayhandle_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGTimeVal.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGTimeVal__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ArrayHandle-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ArrayHandle.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Cond-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Cond.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Container__Helpers_1_1ArrayHandleIterator-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Container__Helpers_1_1ArrayHandleIterator.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Container__Helpers_1_1ListHandleIterator-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Container__Helpers_1_1ListHandleIterator.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Container__Helpers_1_1SListHandleIterator-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Container__Helpers_1_1SListHandleIterator.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ConvertError-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ConvertError.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ConvertError__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Date-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Date.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Dir-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Dir.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1DirIterator-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1DirIterator.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Dispatcher-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Dispatcher.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Error-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Error.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Error__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Exception-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Exception.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Exception__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1FileError-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1FileError.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1FileError__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1HelperList-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1HelperList.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1IConv-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1IConv.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1IOChannel-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1IOChannel.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1IOChannelError-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1IOChannelError.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1IOChannelError__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1IOChannel__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1IOSource-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1IOSource.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1IOSource__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1IdleSource-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1IdleSource.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1IdleSource__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Interface-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Interface.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Interface__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ListHandle-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ListHandle.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1MainContext-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1MainContext.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1MainLoop-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1MainLoop.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1MarkupError-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1MarkupError.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1MarkupError__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Markup_1_1AttributeKeyLess-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Markup_1_1AttributeKeyLess.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Markup_1_1ParseContext-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Markup_1_1ParseContext.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Markup_1_1ParseContext__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Markup_1_1Parser-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Markup_1_1Parser.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Markup_1_1Parser__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Module-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Module.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Mutex-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Mutex.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Mutex_1_1Lock-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Mutex_1_1Lock.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Object-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Object.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ObjectBase-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ObjectBase.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ObjectBase__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Object__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1PatternSpec-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1PatternSpec.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1PollFD-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1PollFD.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Private-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Private.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Property-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Property.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1PropertyBase-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1PropertyBase.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1PropertyBase__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1PropertyProxy-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1PropertyProxy.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1PropertyProxy__Base-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1PropertyProxy__Base.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1PropertyProxy__Base__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1PropertyProxy__ReadOnly__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1PropertyProxy__WriteOnly-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1PropertyProxy__WriteOnly.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1PropertyProxy__WriteOnly__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1PropertyProxy__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Property__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Quark-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Quark.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Quark__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1QueryQuark-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1QueryQuark.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1QueryQuark__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1RWLock-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1RWLock.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1RWLock_1_1ReaderLock-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1RWLock_1_1ReaderLock.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1RWLock_1_1WriterLock-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1RWLock_1_1WriterLock.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1RWLock__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Rand-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Rand.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1RecMutex-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1RecMutex.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1RecMutex_1_1Lock-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1RecMutex_1_1Lock.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1RecMutex__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1RefPtr-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1RefPtr.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SListHandle-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SListHandle.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Sequence-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Sequence.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ShellError-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ShellError.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ShellError__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalIO-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalIO.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalIdle-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalIdle.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxy0-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxy0.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxy0__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxy1-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxy1.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxy1__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxy2-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxy2.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxy2__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxy3-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxy3.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxy3__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxy4-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxy4.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxy4__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxy5-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxy5.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxy5__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxy6-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxy6.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxy6__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxyBase-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxyBase.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxyBase__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxyConnectionNode-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxyConnectionNode.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxyConnectionNode__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxyNormal-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxyNormal.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxyNormal__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxyProperty-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxyProperty.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalProxyProperty__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalTimeout-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SignalTimeout.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Source-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Source.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Source__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SpawnError-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SpawnError.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1SpawnError__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1StreamIOChannel-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1StreamIOChannel.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1StreamIOChannel__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Thread-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Thread.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ThreadError-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ThreadError.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ThreadError__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ThreadPool-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ThreadPool.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Thread_1_1Exit.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1TimeoutSource-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1TimeoutSource.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1TimeoutSource__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Timer-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Timer.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ValueBase-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ValueBase.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ValueBase__Boxed-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ValueBase__Boxed.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ValueBase__Boxed__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ValueBase__Enum-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ValueBase__Enum.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ValueBase__Enum__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ValueBase__Flags-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ValueBase__Flags.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ValueBase__Flags__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ValueBase__Object-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ValueBase__Object.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ValueBase__Object__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ValueBase__String-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ValueBase__String.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ValueBase__String__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ValueBase__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01T_01_4_01_4-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01T_01_4_01_4.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01T_01_4_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01const_01T_01_4_01_4-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01const_01T_01_4_01_4.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01const_01T_01_4_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01Glib_1_1ustring_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01T_01_5_01_4-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01T_01_5_01_4.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01T_01_5_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01bool_01_4-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01bool_01_4.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01bool_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01char_01_4-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01char_01_4.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01char_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01const_01T_01_5_01_4-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01const_01T_01_5_01_4.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01const_01T_01_5_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01double_01_4-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01double_01_4.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01double_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01float_01_4-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01float_01_4.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01float_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01int_01_4-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01int_01_4.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01int_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01long_01_4-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01long_01_4.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01long_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01long_01long_01_4-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01long_01long_01_4.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01long_01long_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01std_1_1string_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01unsigned_01char_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01unsigned_01int_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01unsigned_01long_01long_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01void_01_5_01_4-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01void_01_5_01_4.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value_3_01void_01_5_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value__Boxed-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value__Boxed.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value__Boxed__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value__Enum-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value__Enum.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value__Enum__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value__Flags-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value__Flags.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value__Flags__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value__Pointer-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value__Pointer.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value__Pointer__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1Value__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ustring-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ustring.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ustring__Iterator-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classGlib_1_1ustring__Iterator.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classSigC_1_1ConnectionNode.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classSigC_1_1ConnectionNode__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classSigC_1_1Object.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classSigC_1_1Object__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/class_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/classes.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/containerhandle__shared_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/containers_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/convert_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/date_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/debug_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/dispatcher_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/doxygen.css -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/doxygen.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/error_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/examples.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/exception_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/exceptionhandler_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/files.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/fileutils_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/functions.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/functions_enum.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/functions_eval.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/functions_func.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/functions_rela.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/functions_type.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/functions_vars.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/globals.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/globals_defs.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/globals_type.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/graph_legend.dot -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/graph_legend.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/graph_legend.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/group__CharsetConv.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/group__ContHandles.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/group__ContHelpers.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/group__FileUtils.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/group__MainLoop.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/group__Markup.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/group__MiscUtils.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/group__PatternMatching.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/group__Random.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/group__ShellUtils.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/group__Spawn.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/group__StringUtils.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/group__ThreadPools.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/group__Threads.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/group__Unicode.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/group__glibmmEnums.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/group__glibmmValue.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/helperlist_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/hierarchy.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/index.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__0.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__1.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__10.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__11.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__12.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__13.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__14.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__15.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__16.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__17.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__18.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__19.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__2.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__20.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__21.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__22.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__23.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__24.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__25.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__26.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__27.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__28.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__29.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__3.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__30.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__31.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__32.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__33.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__34.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__35.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__36.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__37.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__38.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__39.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__4.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__40.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__41.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__42.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__43.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__44.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__45.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__46.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__47.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__48.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__49.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__5.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__50.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__51.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__52.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__53.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__54.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__6.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__7.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__8.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherit__graph__9.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/inherits.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/init_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/interface_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/iochannel_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/listhandle_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/main_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/markup_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/miscutils_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/module_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/modules.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/namespaceGlib.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/namespaceGlib_1_1Ascii.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/namespaceGlib_1_1Container__Helpers.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/namespaceGlib_1_1Markup.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/namespaceGlib_1_1Unicode.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/namespacemembers.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/namespacemembers_enum.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/namespacemembers_eval.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/namespacemembers_func.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/namespacemembers_type.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/namespaces.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/object_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/objectbase_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/pattern_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/property_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/propertyproxy_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/propertyproxy__base_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/quark_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/random_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/refptr_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/sarray_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/shell_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/signalproxy_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/signalproxy__connectionnode_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/slisthandle_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/spawn_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/streamiochannel_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/stringutils_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/structGlib_1_1Container__Helpers_1_1TypeTraits.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/structGlib_1_1StaticMutex-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/structGlib_1_1StaticMutex.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/structGlib_1_1StaticPrivate-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/structGlib_1_1StaticPrivate.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/structGlib_1_1StaticRWLock-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/structGlib_1_1StaticRWLock.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/structGlib_1_1StaticRWLock__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/structGlib_1_1StaticRecMutex-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/structGlib_1_1StaticRecMutex.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/structGlib_1_1StaticRecMutex__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/structGlib_1_1TimeVal-members.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/structGlib_1_1TimeVal.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/structGlib_1_1TimeVal__inherit__graph.png -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/thread_2dispatcher_8cc-example.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/thread_2thread_8cc-example.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/thread_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/threadpool_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/timer_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/timeval_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/unicode_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/ustring_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/utility_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/value_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/value__basictypes_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/value__custom_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/docs/reference/html/wrap_8h.html -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/examples/markup/parser.cc -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/examples/thread/dispatcher.cc -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/examples/thread/dispatcher2.cc -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/examples/thread/thread.cc -%%PORTDOCS%%share/doc/glibmm-%%API_VERSION%%/examples/thread/threadpool.cc -%%PORTDOCS%%@dirrm share/doc/glibmm-%%API_VERSION%%/examples/thread -%%PORTDOCS%%@dirrm share/doc/glibmm-%%API_VERSION%%/examples/markup -%%PORTDOCS%%@dirrm share/doc/glibmm-%%API_VERSION%%/examples -%%PORTDOCS%%@dirrm share/doc/glibmm-%%API_VERSION%%/docs/reference/html -%%PORTDOCS%%@dirrm share/doc/glibmm-%%API_VERSION%%/docs/reference -%%PORTDOCS%%@dirrm share/doc/glibmm-%%API_VERSION%%/docs/images -%%PORTDOCS%%@dirrm share/doc/glibmm-%%API_VERSION%%/docs -%%PORTDOCS%%@dirrm share/doc/glibmm-%%API_VERSION%% -@dirrm lib/glibmm-%%VERSION%%/proc/pm -@dirrm lib/glibmm-%%VERSION%%/proc/m4 -@dirrm lib/glibmm-%%VERSION%%/proc -@dirrm lib/glibmm-%%VERSION%%/include -@dirrm lib/glibmm-%%VERSION%% -@dirrm include/glibmm-%%VERSION%%/glibmm_generate_extra_defs -@dirrm include/glibmm-%%VERSION%%/glibmm/private -@dirrm include/glibmm-%%VERSION%%/glibmm -@dirrm include/glibmm-%%VERSION%% diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile deleted file mode 100644 index d05de487d..000000000 --- a/devel/gnome-vfs/Makefile +++ /dev/null @@ -1,100 +0,0 @@ -# New ports collection makefile for: gnomevfs2 -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD: ports/devel/gnomevfs2/Makefile,v 1.69 2003/10/18 23:15:49 marcus Exp $ -# - -PORTNAME= gnomevfs2 -PORTVERSION= 2.5.90 -PORTREVISION= 2 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-vfs/2.5 -DISTNAME= gnome-vfs-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME Virtual File System - -RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info - -USE_BZIP2= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnomehier intlhack gnomemimedata gconf2 \ - libbonobo -USE_REINPLACE= yes -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --disable-openssl \ - --with-gtk=no -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ - BSD_PTHREAD_LIBS=${PTHREAD_LIBS} - -OPTIONS= KDE_MENUS "Integrated KDE menu picks" on - -.include <bsd.port.pre.mk> - -.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) -.undef WITHOUT_CDPARANOIA -.undef WITHOUT_SAMBA -WITH_CDPARANOIA= yes -WITH_SAMBA= yes -.endif - -.if !defined(WITHOUT_KDE_MENUS) -EXTRA_PATCHES= ${FILESDIR}/modules_vfolder_applications-all-users.vfolder-info.in -PLIST_SUB+= KDEMENUS="" -.else -PLIST_SUB+= KDEMENUS="@comment " -.endif - -.if exists(${LOCALBASE}/lib/libcdda_paranoia.a) -WITH_CDPARANOIA= yes -.endif - -.if exists(${LOCALBASE}/lib/libsmbclient.so) -WITH_SAMBA= yes -.endif - -.if defined(WITH_CDPARANOIA) -LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia -PLIST_SUB+= CDPARANOIA="" -.else -PLIST_SUB+= CDPARANOIA="@comment " -.endif - -.if exists(${LOCALBASE}/lib/libfam) || !defined(WITHOUT_FAM) -LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam -.endif - -.if defined(WITH_SAMBA) -LIB_DEPENDS+= smbclient.0:${PORTSDIR}/net/samba-libsmbclient -PLIST_SUB+= SAMBA="" -.else -PLIST_SUB+= SAMBA="@comment " -.endif - -post-patch: - @${FIND} ${WRKSRC} -name "*info.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|\@datadir\@/gnome|\@datadir\@|g' - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/libgnomevfs/Makefile.in \ - ${WRKSRC}/libgnomevfs/xdgmime.c \ - ${WRKSRC}/modules/vfolder/applications-all-users.vfolder-info.in -.if !defined(WITHOUT_KDE_MENUS) - @${SED} -e 's|/usr/local|${LOCALBASE}|g' \ - < ${FILESDIR}/KDE.directory > ${WRKSRC}/KDE.directory -.endif - @${REINPLACE_CMD} -e "/^SUBDIRS =/s/test//" \ - ${WRKSRC}/Makefile.in - -post-install: - @${MKDIR} ${PREFIX}/share/gnome/vfolders -.if !defined(WITHOUT_KDE_MENUS) - @${INSTALL_DATA} ${WRKSRC}/KDE.directory ${PREFIX}/share/gnome/vfolders -.endif - -.include <bsd.port.post.mk> diff --git a/devel/gnome-vfs/distinfo b/devel/gnome-vfs/distinfo deleted file mode 100644 index 2609da046..000000000 --- a/devel/gnome-vfs/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-vfs-2.5.90.tar.bz2) = 6cff86680728586f4ebd58fc41c163d4 -SIZE (gnome2/gnome-vfs-2.5.90.tar.bz2) = 1414093 diff --git a/devel/gnome-vfs/files/KDE.directory b/devel/gnome-vfs/files/KDE.directory deleted file mode 100644 index 032126bb9..000000000 --- a/devel/gnome-vfs/files/KDE.directory +++ /dev/null @@ -1,5 +0,0 @@ -[Desktop Entry] -Name=KDE -Comment=Some comment about KDE menu -Icon=/usr/local/share/icons/kdeclassic/48x48/apps/kmenu.png -Type=Directory diff --git a/devel/gnome-vfs/files/modules_vfolder_applications-all-users.vfolder-info.in b/devel/gnome-vfs/files/modules_vfolder_applications-all-users.vfolder-info.in deleted file mode 100644 index 120a89064..000000000 --- a/devel/gnome-vfs/files/modules_vfolder_applications-all-users.vfolder-info.in +++ /dev/null @@ -1,285 +0,0 @@ ---- modules/vfolder/applications-all-users.vfolder-info.in.orig Fri Oct 17 10:11:22 2003 -+++ modules/vfolder/applications-all-users.vfolder-info.in Thu Feb 12 15:15:40 2004 -@@ -19,7 +19,14 @@ - <MergeDir>/usr/share/gnome/apps/</MergeDir> - - <!-- Merge dirs optional --> -- <MergeDir>/etc/X11/applnk/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Toys/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Utilities/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Internet/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Office/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Applications/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Development/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Games/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Multimedia/</MergeDir> - - <!-- Root folder --> - <Folder> -@@ -34,10 +41,12 @@ - <Query> - <And> - <Keyword>Core</Keyword> -- <!-- FIXME: Seth, why would this be wanted? --> -- <!--<Not> -- <Keyword>Merged</Keyword> -- </Not>--> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - </And> - </Query> - -@@ -47,6 +56,12 @@ - <Desktop>Accessories.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Utility</Keyword> - <Not> -@@ -63,6 +78,12 @@ - <Desktop>Accessibility.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Accessibility</Keyword> - <Not> -@@ -80,6 +101,12 @@ - <OnlyUnallocated/> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Not> - <Keyword>Settings</Keyword> -@@ -101,6 +128,12 @@ - <Desktop>Development.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Development</Keyword> - </And> -@@ -114,6 +147,12 @@ - <Desktop>Games.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Game</Keyword> - </And> -@@ -127,6 +166,12 @@ - <Desktop>Graphics.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Graphics</Keyword> - </And> -@@ -140,6 +185,12 @@ - <Desktop>Internet.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Network</Keyword> - </And> -@@ -153,6 +204,12 @@ - <Desktop>Multimedia.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>AudioVideo</Keyword> - </And> -@@ -170,6 +227,12 @@ - <Desktop>Office.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Or> - <Keyword>Office</Keyword> -@@ -195,6 +258,12 @@ - <Desktop>System.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Not> - <Keyword>Settings</Keyword> -@@ -204,6 +273,118 @@ - </Query> - <DontShowIfEmpty/> - </Folder> -- -+ -+ <!-- KDE --> -+ <Folder> -+ <Name>KDE</Name> -+ <Desktop>KDE.directory</Desktop> -+ -+ <!-- KAccessories --> -+ <Folder> -+ <Name>Accessories</Name> -+ <Desktop>Accessories.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Keyword>Utility</Keyword> -+ </And> -+ </Query> -+ <DontShowIfEmpty/> -+ </Folder> -+ -+ <!-- KDevelopment Tools --> -+ <Folder> -+ <Name>Programming</Name> -+ <Desktop>Development.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Keyword>Development</Keyword> -+ </And> -+ </Query> -+ <DontShowIfEmpty/> -+ </Folder> -+ -+ <!-- KGraphics --> -+ <Folder> -+ <Name>Graphics</Name> -+ <Desktop>Graphics.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Keyword>Graphics</Keyword> -+ </And> -+ </Query> -+ <DontShowIfEmpty/> -+ </Folder> -+ -+ <!-- KInternet --> -+ <Folder> -+ <Name>Internet</Name> -+ <Desktop>Internet.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Keyword>Network</Keyword> -+ </And> -+ </Query> -+ -+ <Include>/usr/local/share/applnk/konqueror.desktop</Include> -+ -+ <DontShowIfEmpty/> -+ </Folder> -+ -+ <!-- KMultimedia --> -+ <Folder> -+ <Name>Multimedia</Name> -+ <Desktop>Multimedia.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Keyword>AudioVideo</Keyword> -+ </And> -+ </Query> -+ <DontShowIfEmpty/> -+ </Folder> -+ -+ <!-- KOffice --> -+ <Folder> -+ <Name>Office</Name> -+ <Desktop>Office.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Or> -+ <Keyword>Office</Keyword> -+ <Keyword>Spreadsheet</Keyword> -+ <Keyword>WordProcessor</Keyword> -+ <Keyword>Calendar</Keyword> -+ <Keyword>ProjectManagement</Keyword> -+ </Or> -+ </And> -+ </Query> -+ <DontShowIfEmpty/> -+ </Folder> -+ <DontShowIfEmpty/> -+ </Folder> <!-- KDE --> -+ - </Folder> - </VFolderInfo> diff --git a/devel/gnome-vfs/files/patch-aa b/devel/gnome-vfs/files/patch-aa deleted file mode 100644 index 8273ab3fe..000000000 --- a/devel/gnome-vfs/files/patch-aa +++ /dev/null @@ -1,69 +0,0 @@ ---- configure.orig Sun Feb 8 16:04:02 2004 -+++ configure Sun Feb 8 16:04:36 2004 -@@ -22816,6 +22816,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 -@@ -22898,6 +22900,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 -@@ -22905,6 +22908,7 @@ - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF -+ LIBS="-lintl $LIBS" - have_ngettext=yes - fi - done -@@ -26396,8 +26400,8 @@ - done - fi - --echo "$as_me:$LINENO: checking for bzCompressInit in -lbz2" >&5 --echo $ECHO_N "checking for bzCompressInit in -lbz2... $ECHO_C" >&6 -+echo "$as_me:$LINENO: checking for BZ2_bzCompressInit in -lbz2" >&5 -+echo $ECHO_N "checking for BZ2_bzCompressInit in -lbz2... $ECHO_C" >&6 - if test "${ac_cv_lib_bz2_bzCompressInit+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -26416,11 +26420,11 @@ - #endif - /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ --char bzCompressInit (); -+char BZ2_bzCompressInit (); - int - main () - { --bzCompressInit (); -+BZ2_bzCompressInit (); - ; - return 0; - } -@@ -27547,7 +27551,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 -@@ -30543,6 +30547,7 @@ - s,@ORBIT_IDL@,$ORBIT_IDL,;t t - s,@BONOBO_IDLDIR@,$BONOBO_IDLDIR,;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-ac b/devel/gnome-vfs/files/patch-ac deleted file mode 100644 index 9362cac17..000000000 --- a/devel/gnome-vfs/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/Makefile.in.orig Tue May 6 15:39:48 2003 -+++ modules/Makefile.in Tue May 6 15:41:28 2003 -@@ -210,7 +210,7 @@ - @BUILD_CDEMENU_MODULE_TRUE@CDEMENU_LTLIBS = @BUILD_CDEMENU_MODULE_TRUE@libcdemenu-desktop.la - @BUILD_CDEMENU_MODULE_FALSE@CDEMENU_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 = \ diff --git a/devel/gnome-vfs/files/patch-devel-docs::Makefile.in b/devel/gnome-vfs/files/patch-devel-docs::Makefile.in deleted file mode 100644 index a4fe1c9e7..000000000 --- a/devel/gnome-vfs/files/patch-devel-docs::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/devel/gnomevfs2/files/patch-devel-docs::Makefile.in,v 1.3 2003/09/18 06:49:30 marcus Exp $ - ---- devel-docs/Makefile.in 2002/02/16 16:44:53 1.1 -+++ devel-docs/Makefile.in 2002/02/16 16:45:47 -@@ -168,7 +168,7 @@ - TEXT_FILES = gnome-vfs-mime-type-handling.txt - - --docdir = $(prefix)/doc -+docdir = $(prefix)/share/doc - doc_DATA = - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h 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 c75a8ae85..000000000 --- a/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in +++ /dev/null @@ -1,12 +0,0 @@ - -$FreeBSD: ports/devel/gnomevfs2/files/patch-gnome-vfs-2.0.pc.in,v 1.3 2003/09/18 06:49:30 marcus Exp $ - ---- gnome-vfs-2.0.pc.in 2002/02/16 13:07:24 1.1 -+++ gnome-vfs-2.0.pc.in 2002/02/16 13:07:38 -@@ -8,5 +8,5 @@ - Description: The GNOME virtual file-system libraries - Version: @VERSION@ - Requires: bonobo-activation-2.0,gthread-2.0,gmodule-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 caa732b1c..000000000 --- a/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in +++ /dev/null @@ -1,12 +0,0 @@ - -$FreeBSD: ports/devel/gnomevfs2/files/patch-gnome-vfs-module-2.0.pc.in,v 1.4 2003/09/18 06:49:30 marcus Exp $ - ---- gnome-vfs-module-2.0.pc.in 2002/02/16 13:07:42 1.1 -+++ gnome-vfs-module-2.0.pc.in 2002/02/16 13:07:51 -@@ -8,5 +8,5 @@ - Description: The GNOME virtual file-system module include info - Version: @VERSION@ - Requires: bonobo-activation-2.0,gthread-2.0,gmodule-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 f6bb8f9ff..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c +++ /dev/null @@ -1,29 +0,0 @@ - -$FreeBSD: ports/devel/gnomevfs2/files/patch-libgnomevfs::gnome-vfs-application-registry.c,v 1.3 2003/09/18 06:49:30 marcus Exp $ - ---- libgnomevfs/gnome-vfs-application-registry.c 2002/06/13 07:31:15 1.1 -+++ libgnomevfs/gnome-vfs-application-registry.c 2002/06/13 08:25:24 -@@ -940,6 +940,8 @@ - static void - gnome_vfs_application_registry_init (void) - { -+ gchar *tmp; -+ - if (gnome_vfs_application_registry_initialized) - return; - -@@ -961,6 +963,14 @@ - gnome_registry_dir.dirname = g_strdup (DATADIR "/application-registry"); - 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_strconcat (g_get_home_dir(), "/.gnome/application-info", NULL); - user_registry_dir.system_dir = FALSE; - diff --git a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-unix-mounts.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-unix-mounts.c deleted file mode 100644 index 21912f46e..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-unix-mounts.c +++ /dev/null @@ -1,13 +0,0 @@ ---- libgnomevfs/gnome-vfs-unix-mounts.c.orig Mon Mar 8 22:29:57 2004 -+++ libgnomevfs/gnome-vfs-unix-mounts.c Mon Mar 8 22:33:35 2004 -@@ -857,8 +857,9 @@ - - #ifdef HAVE_SYS_SYSCTL_H - if (usermnt != 0) { -+ uid_t uid = getuid (); - if (stat (fstab->fs_file, &sb) == 0) { -- if (sb.st_uid != 0) { -+ if (uid == 0 || sb.st_uid == uid) { - mount_entry->is_user_mountable = TRUE; - } - } 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 ab74eb932..000000000 --- a/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c +++ /dev/null @@ -1,31 +0,0 @@ ---- libgnomevfs/gnome-vfs-utils.c.orig Sat Mar 13 18:57:02 2004 -+++ libgnomevfs/gnome-vfs-utils.c Sat Mar 13 18:51:21 2004 -@@ -797,8 +797,10 @@ - - #if HAVE_STATVFS - statfs_result = statvfs (unescaped_path, &statfs_buffer); -+#define statfs_bsize f_frsize - #else - statfs_result = statfs (unescaped_path, &statfs_buffer); -+#define statfs_bsize f_bsize - #endif - - if (statfs_result != 0) { -@@ -831,7 +833,7 @@ - } - } - -- block_size = statfs_buffer.f_bsize; -+ block_size = statfs_buffer.statfs_bsize; - free_blocks = statfs_buffer.f_bavail; - - *size = block_size * free_blocks; -@@ -859,7 +861,7 @@ - paths = g_strsplit (gnome_var, ":", 0); - - for (temp_paths = paths; *temp_paths != NULL; temp_paths++) { -- full_filename = g_strconcat (*temp_paths, "/share/pixmaps/", relative_filename, NULL); -+ full_filename = g_strconcat (*temp_paths, "/share/gnome/pixmaps/", relative_filename, NULL); - if (g_file_test (full_filename, G_FILE_TEST_EXISTS)) { - g_strfreev (paths); - return full_filename; diff --git a/devel/gnome-vfs/files/patch-ltmain.sh b/devel/gnome-vfs/files/patch-ltmain.sh deleted file mode 100644 index 58384ee38..000000000 --- a/devel/gnome-vfs/files/patch-ltmain.sh +++ /dev/null @@ -1,51 +0,0 @@ ---- ltmain.sh.orig Sat Dec 6 14:47:45 2003 -+++ ltmain.sh Tue Dec 9 14:09:01 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/gnome-vfs/files/patch-modules_vfolder_vfolder-info.c b/devel/gnome-vfs/files/patch-modules_vfolder_vfolder-info.c deleted file mode 100644 index a07d0bc81..000000000 --- a/devel/gnome-vfs/files/patch-modules_vfolder_vfolder-info.c +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/vfolder/vfolder-info.c.orig Fri Nov 29 13:40:11 2002 -+++ modules/vfolder/vfolder-info.c Fri Nov 29 13:40:19 2002 -@@ -1721,7 +1721,7 @@ - - for (i = 0; ppath[i] != NULL; i++) { - dir = g_build_filename (ppath[i], -- "/share/applications/", -+ "/share/gnome/applications/", - NULL); - id = itemdir_new (info, - dir, diff --git a/devel/gnome-vfs/pkg-descr b/devel/gnome-vfs/pkg-descr deleted file mode 100644 index 81cfcd5dd..000000000 --- a/devel/gnome-vfs/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -This is the GNOME Virtual File System. - -GnomeVFS is a filesystem abstraction library allowing applications -plugable transparent access to a variety of "real" filesystems, from -WebDAV to digital cameras, to the local filesystem. It also contains a -number of other convenient file utilities such as a comphrehensive MIME -database / Application registry, and a copy engine. Use of GnomeVFS -ensures that an application or component will be usable by Nautilus or -other GnomeVFS applications for handling the display of data from -various URIs, as well. - -This is the GnomeVFS for the GNOME 2 architecture. - -WWW: http://www.gnome.org/ diff --git a/devel/gnome-vfs/pkg-plist b/devel/gnome-vfs/pkg-plist deleted file mode 100644 index d72594014..000000000 --- a/devel/gnome-vfs/pkg-plist +++ /dev/null @@ -1,310 +0,0 @@ -bin/gnomevfs-cat -bin/gnomevfs-copy -bin/gnomevfs-info -bin/gnomevfs-ls -bin/gnomevfs-mkdir -etc/gconf/gconf.xml.defaults/desktop/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/applications/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/applications/component_viewer/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/applications/terminal/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/callto/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/ghelp/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/h323/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/http/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/https/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/info/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/mailto/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/man/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/trash/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/component_viewer/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/terminal/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/callto/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/ghelp/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/h323/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/http/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/https/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/info/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/mailto/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/man/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/trash/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/system/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/system/http_proxy/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/system/proxy/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/system/smb/%gconf.xml -etc/gconf/gconf.xml.defaults/system/%gconf.xml -etc/gconf/gconf.xml.defaults/system/http_proxy/%gconf.xml -etc/gconf/gconf.xml.defaults/system/proxy/%gconf.xml -etc/gconf/gconf.xml.defaults/system/smb/%gconf.xml -etc/gconf/schemas/desktop_default_applications.schemas -etc/gconf/schemas/desktop_gnome_url_handlers.schemas -etc/gconf/schemas/system_http_proxy.schemas -etc/gconf/schemas/system_smb.schemas -%%CDPARANOIA%%etc/gnome-vfs-2.0/modules/cdda-module.conf -etc/gnome-vfs-2.0/modules/default-modules.conf -%%SAMBA%%etc/gnome-vfs-2.0/modules/smb-module.conf -etc/gnome-vfs-2.0/vfolders/applications-all-users.vfolder-info -etc/gnome-vfs-2.0/vfolders/favorites.vfolder-info -etc/gnome-vfs-2.0/vfolders/network.vfolder-info -etc/gnome-vfs-2.0/vfolders/preferences-all-users.vfolder-info -etc/gnome-vfs-2.0/vfolders/server-settings.vfolder-info -etc/gnome-vfs-2.0/vfolders/start-here.vfolder-info -etc/gnome-vfs-2.0/vfolders/system-settings.vfolder-info -include/gnome-vfs-2.0/include/gnome-vfs-file-size.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-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-handlers.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-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-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-mime.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-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/bonobo/monikers/libmoniker_gnome_vfs_std.so -lib/gnome-vfs-2.0/modules/libbzip2.so -%%CDPARANOIA%%lib/gnome-vfs-2.0/modules/libcdda.so -lib/gnome-vfs-2.0/modules/libcomputer.so -lib/gnome-vfs-2.0/modules/libextfs.so -lib/gnome-vfs-2.0/modules/libfile.so -lib/gnome-vfs-2.0/modules/libftp.so -lib/gnome-vfs-2.0/modules/libgzip.so -lib/gnome-vfs-2.0/modules/libhttp.so -lib/gnome-vfs-2.0/modules/libnetwork.so -lib/gnome-vfs-2.0/modules/libnntp.so -lib/gnome-vfs-2.0/modules/libsftp.so -%%SAMBA%%lib/gnome-vfs-2.0/modules/libsmb.so -lib/gnome-vfs-2.0/modules/libssh.so -lib/gnome-vfs-2.0/modules/libtar.so -lib/gnome-vfs-2.0/modules/libvfolder-desktop.so -lib/gnome-vfs-2.0/modules/libvfs-pipe.so -lib/gnome-vfs-2.0/modules/libvfs-test.so -lib/gnome-vfs-2.0/modules/libvfs-translate.so -lib/libgnomevfs-2.a -lib/libgnomevfs-2.so -lib/libgnomevfs-2.so.500 -lib/vfs/2.0/extfs/README -lib/vfs/2.0/extfs/a -lib/vfs/2.0/extfs/ar -lib/vfs/2.0/extfs/arj -lib/vfs/2.0/extfs/cpio -lib/vfs/2.0/extfs/deb -lib/vfs/2.0/extfs/hp48 -lib/vfs/2.0/extfs/lha -lib/vfs/2.0/extfs/mailfs -lib/vfs/2.0/extfs/patchfs -lib/vfs/2.0/extfs/rar -lib/vfs/2.0/extfs/rpm -lib/vfs/2.0/extfs/rpms -lib/vfs/2.0/extfs/tar -lib/vfs/2.0/extfs/trpm -lib/vfs/2.0/extfs/zip -lib/vfs/2.0/extfs/zoo -libdata/bonobo/servers/GNOME_VFS_Daemon.server -libdata/bonobo/servers/GNOME_VFS_Moniker_std.server -libdata/pkgconfig/gnome-vfs-2.0.pc -libdata/pkgconfig/gnome-vfs-module-2.0.pc -libexec/gnome-vfs-daemon -share/doc/gnome-vfs-2.0/about.html -share/doc/gnome-vfs-2.0/advanced-operations.html -share/doc/gnome-vfs-2.0/ch08.html -share/doc/gnome-vfs-2.0/data-types.html -share/doc/gnome-vfs-2.0/gnome-vfs-2.0.devhelp -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-application-registry.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-async-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-cancellation.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-context.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-directory-basic-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-directory-find-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-directory-list-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-advanced-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-basic-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-info-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-info.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-rw-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-size.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-trunc-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-inet-connection.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-init.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-method.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime-database.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime-monitor.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback-module-api.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-shared.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-monitor.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-parse-ls.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-result.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-socket-buffer.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-socket.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-ssl.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-standard-callbacks.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-transform.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-uri.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-utils.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-xfer.html -share/doc/gnome-vfs-2.0/gnome-vfs-directory-operations.html -share/doc/gnome-vfs-2.0/gnome-vfs-file-operations.html -share/doc/gnome-vfs-2.0/gnome-vfs-first-steps.html -share/doc/gnome-vfs-2.0/gnome-vfs-writing-modules.html -share/doc/gnome-vfs-2.0/home.png -share/doc/gnome-vfs-2.0/index.html -share/doc/gnome-vfs-2.0/index.sgml -share/doc/gnome-vfs-2.0/left.png -share/doc/gnome-vfs-2.0/mime-registry.html -share/doc/gnome-vfs-2.0/modules.html -share/doc/gnome-vfs-2.0/right.png -share/doc/gnome-vfs-2.0/up.png -@exec mkdir -p %D/share/gnome/vfolders -%%KDEMENUS%%share/gnome/vfolders/KDE.directory -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/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/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/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/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/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/no/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/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/yi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-vfs-2.0.mo -@dirrm share/doc/gnome-vfs-2.0 -@dirrm share/gnome/vfolders -@dirrm lib/vfs/2.0/extfs -@dirrm lib/vfs/2.0 -@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 -@dirrm etc/gnome-vfs-2.0/vfolders -@dirrm etc/gconf/gconf.xml.defaults/system/smb -@dirrm etc/gconf/gconf.xml.defaults/system/proxy -@dirrm etc/gconf/gconf.xml.defaults/system/http_proxy -@dirrm etc/gconf/gconf.xml.defaults/system -@dirrm etc/gconf/gconf.xml.defaults/schemas/system/smb -@dirrm etc/gconf/gconf.xml.defaults/schemas/system/proxy -@dirrm etc/gconf/gconf.xml.defaults/schemas/system/http_proxy -@dirrm etc/gconf/gconf.xml.defaults/schemas/system -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/trash -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/man -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/mailto -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/info -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/https -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/http -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/h323 -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/ghelp -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/callto -@unexec /bin/rmdir %D/etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers 2>/dev/null || true -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/terminal -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/component_viewer -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/trash -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/man -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/mailto -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/info -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/https -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/http -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/h323 -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/ghelp -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/callto -@unexec /bin/rmdir %D/etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers 2>/dev/null || true -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/applications/terminal -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/applications/component_viewer -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/applications -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome -@dirrm etc/gconf/gconf.xml.defaults/desktop diff --git a/devel/gnome-vfsmm/Makefile b/devel/gnome-vfsmm/Makefile deleted file mode 100644 index d936dfd1f..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: ports/devel/gnome-vfsmm/Makefile,v 1.9 2003/12/07 23:36:16 bland Exp $ -# - -PORTNAME= gnome-vfsmm -PORTVERSION= 2.5.0 -PORTREVISION= 3 -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 gnomevfs2 library - -LIB_DEPENDS= gtkmm-2.3.4:${PORTSDIR}/x11-toolkits/gtk--2 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomehack lthack gnomevfs2 -USE_LIBTOOL_VER=13 -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-static - -PLIST_SUB= VERSION="2.5" API_VERSION="2.6" - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-old_gcc_bugs -.endif - -.include <bsd.port.post.mk> diff --git a/devel/gnome-vfsmm/distinfo b/devel/gnome-vfsmm/distinfo deleted file mode 100644 index d328ea027..000000000 --- a/devel/gnome-vfsmm/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome2/gnome-vfsmm-2.5.0.tar.bz2) = bdedd119b50a5e1b1ef0957a5c7bb995 diff --git a/devel/gnome-vfsmm/files/extra-patch-old_gcc_bugs b/devel/gnome-vfsmm/files/extra-patch-old_gcc_bugs deleted file mode 100644 index 17eca8837..000000000 --- a/devel/gnome-vfsmm/files/extra-patch-old_gcc_bugs +++ /dev/null @@ -1,292 +0,0 @@ ---- ./libgnomevfs/libgnomevfsmm/directory-handle.cc.orig Fri Jul 18 13:53:54 2003 -+++ ./libgnomevfs/libgnomevfsmm/directory-handle.cc Thu Jul 31 22:20:34 2003 -@@ -99,13 +99,13 @@ - - void DirectoryHandle::open(const Glib::ustring& text_uri, FileInfoOptions options) throw(exception) - { -- GnomeVFSResult result = gnome_vfs_directory_open(&gobj_, text_uri.c_str(), static_cast<GnomeVFSFileInfoOptions>(options) ); -+ GnomeVFSResult result = gnome_vfs_directory_open(&gobj_, text_uri.c_str(), GnomeVFSFileInfoOptions(options) ); - handle_result(result); - } - - void DirectoryHandle::open(const Glib::RefPtr<const Uri>& uri, FileInfoOptions options) throw(exception) - { -- GnomeVFSResult result = gnome_vfs_directory_open_from_uri(&gobj_, const_cast<GnomeVFSURI*>(uri->gobj()), static_cast<GnomeVFSFileInfoOptions>(options) ); -+ GnomeVFSResult result = gnome_vfs_directory_open_from_uri(&gobj_, const_cast<GnomeVFSURI*>(uri->gobj()), GnomeVFSFileInfoOptions(options) ); - handle_result(result); - } - -@@ -134,35 +134,35 @@ - void DirectoryHandle::visit(const Glib::ustring& uri, FileInfoOptions info_options, DirectoryVisitOptions visit_options, const SlotVisit& slot) throw(exception) - { - SignalProxy_Visit proxy(slot); -- GnomeVFSResult result = gnome_vfs_directory_visit(uri.c_str(), static_cast<GnomeVFSFileInfoOptions>(info_options), static_cast<GnomeVFSDirectoryVisitOptions>(visit_options), &SignalProxy_Visit::c_callback, &proxy); -+ GnomeVFSResult result = gnome_vfs_directory_visit(uri.c_str(), GnomeVFSFileInfoOptions(info_options), GnomeVFSDirectoryVisitOptions(visit_options), &SignalProxy_Visit::c_callback, &proxy); - handle_result(result); - } - - void DirectoryHandle::visit(const Glib::RefPtr<const Uri>& uri, FileInfoOptions info_options, DirectoryVisitOptions visit_options, const SlotVisit& slot) throw(exception) - { - SignalProxy_Visit proxy(slot); -- GnomeVFSResult result = gnome_vfs_directory_visit_uri(const_cast<GnomeVFSURI*>(uri->gobj()), static_cast<GnomeVFSFileInfoOptions>(info_options), static_cast<GnomeVFSDirectoryVisitOptions>(visit_options), &SignalProxy_Visit::c_callback, &proxy); -+ GnomeVFSResult result = gnome_vfs_directory_visit_uri(const_cast<GnomeVFSURI*>(uri->gobj()), GnomeVFSFileInfoOptions(info_options), GnomeVFSDirectoryVisitOptions(visit_options), &SignalProxy_Visit::c_callback, &proxy); - handle_result(result); - } - - void DirectoryHandle::visit_files(const Glib::ustring& uri, const Glib::ListHandle<Glib::ustring>& file_list, FileInfoOptions info_options, DirectoryVisitOptions visit_options, const SlotVisit& slot) throw(exception) - { - SignalProxy_Visit proxy(slot); -- GnomeVFSResult result = gnome_vfs_directory_visit_files(uri.c_str(), file_list.data(), static_cast<GnomeVFSFileInfoOptions>(info_options), static_cast<GnomeVFSDirectoryVisitOptions>(visit_options), &SignalProxy_Visit::c_callback, &proxy); -+ GnomeVFSResult result = gnome_vfs_directory_visit_files(uri.c_str(), file_list.data(), GnomeVFSFileInfoOptions(info_options), GnomeVFSDirectoryVisitOptions(visit_options), &SignalProxy_Visit::c_callback, &proxy); - handle_result(result); - } - - void DirectoryHandle::visit_files(const Glib::RefPtr<const Uri>& uri, const Glib::ListHandle<Glib::ustring> & file_list, FileInfoOptions info_options, DirectoryVisitOptions visit_options, const SlotVisit& slot) throw(exception) - { - SignalProxy_Visit proxy(slot); -- GnomeVFSResult result = gnome_vfs_directory_visit_files_at_uri(const_cast<GnomeVFSURI*>(uri->gobj()), file_list.data(), static_cast<GnomeVFSFileInfoOptions>(info_options), static_cast<GnomeVFSDirectoryVisitOptions>(visit_options), &SignalProxy_Visit::c_callback, &proxy); -+ GnomeVFSResult result = gnome_vfs_directory_visit_files_at_uri(const_cast<GnomeVFSURI*>(uri->gobj()), file_list.data(), GnomeVFSFileInfoOptions(info_options), GnomeVFSDirectoryVisitOptions(visit_options), &SignalProxy_Visit::c_callback, &proxy); - handle_result(result); - } - - void DirectoryHandle::list_load(const Glib::ListHandle<Glib::ustring>& list, const Glib::ustring& text_uri, FileInfoOptions info_options) throw(exception) - { - GList* temp_list = list.data(); -- GnomeVFSResult result = gnome_vfs_directory_list_load(&temp_list, text_uri.c_str(), static_cast<GnomeVFSFileInfoOptions>(info_options)); -+ GnomeVFSResult result = gnome_vfs_directory_list_load(&temp_list, text_uri.c_str(), GnomeVFSFileInfoOptions(info_options)); - handle_result(result); - } - ---- ./libgnomevfs/libgnomevfsmm/uri.cc.orig Tue Jul 22 01:39:50 2003 -+++ ./libgnomevfs/libgnomevfsmm/uri.cc Thu Jul 31 22:09:38 2003 -@@ -42,7 +42,7 @@ - Glib::RefPtr<FileInfo> Uri::get_file_info(FileInfoOptions options) const throw(exception) - { - GnomeVFSFileInfo* file_info = gnome_vfs_file_info_new(); -- GnomeVFSResult result = gnome_vfs_get_file_info_uri(const_cast<GnomeVFSURI*>(gobj()), file_info, static_cast<GnomeVFSFileInfoOptions>(options)); -+ GnomeVFSResult result = gnome_vfs_get_file_info_uri(const_cast<GnomeVFSURI*>(gobj()), file_info, GnomeVFSFileInfoOptions(options)); - handle_result(result); - return Glib::wrap(file_info); - } ---- ./libgnomevfs/libgnomevfsmm/mime-application.cc.orig Thu Jul 31 22:10:37 2003 -+++ ./libgnomevfs/libgnomevfsmm/mime-application.cc Thu Jul 31 22:12:01 2003 -@@ -42,7 +42,7 @@ - gobject_->id = g_strdup(id.c_str()); - gobject_->name = g_strdup(name.c_str()); - gobject_->command = g_strdup(command.c_str()); -- gobject_->expects_uris = static_cast<GnomeVFSMimeApplicationArgumentType>(argument_type); -+ gobject_->expects_uris = GnomeVFSMimeApplicationArgumentType(argument_type); - gobject_->supported_uri_schemes = supported_uri_schemes.data(); - gobject_->can_open_multiple_files = multiple_files; - gobject_->requires_terminal = requires_terminal; ---- ./libgnomevfs/libgnomevfsmm/handle.cc.orig Fri Jul 18 13:53:54 2003 -+++ ./libgnomevfs/libgnomevfsmm/handle.cc Thu Jul 31 22:23:31 2003 -@@ -49,25 +49,25 @@ - - void Handle::open(const Glib::ustring& text_uri, OpenMode open_mode) throw(exception) - { -- GnomeVFSResult result = gnome_vfs_open(&gobj_, text_uri.c_str(), static_cast<GnomeVFSOpenMode>(open_mode)); -+ GnomeVFSResult result = gnome_vfs_open(&gobj_, text_uri.c_str(), GnomeVFSOpenMode(open_mode)); - handle_result(result); - } - - void Handle::open(const Glib::RefPtr<const Uri>& uri, OpenMode open_mode) throw(exception) - { -- GnomeVFSResult result = gnome_vfs_open_uri(&gobj_, const_cast<GnomeVFSURI*>(uri->gobj()), static_cast<GnomeVFSOpenMode>(open_mode)); -+ GnomeVFSResult result = gnome_vfs_open_uri(&gobj_, const_cast<GnomeVFSURI*>(uri->gobj()), GnomeVFSOpenMode(open_mode)); - handle_result(result); - } - - void Handle::create(const Glib::ustring& text_uri, OpenMode open_mode, bool exclusive, guint permissions) throw(exception) - { -- GnomeVFSResult result = gnome_vfs_create(&gobj_, text_uri.c_str(), static_cast<GnomeVFSOpenMode>(open_mode), exclusive, permissions); -+ GnomeVFSResult result = gnome_vfs_create(&gobj_, text_uri.c_str(), GnomeVFSOpenMode(open_mode), exclusive, permissions); - handle_result(result); - } - - void Handle::create(const Glib::RefPtr<const Uri>& uri, OpenMode open_mode, bool exclusive, guint permissions) throw(exception) - { -- GnomeVFSResult result = gnome_vfs_create_uri(&gobj_, const_cast<GnomeVFSURI*>(uri->gobj()), static_cast<GnomeVFSOpenMode>(open_mode), exclusive, permissions); -+ GnomeVFSResult result = gnome_vfs_create_uri(&gobj_, const_cast<GnomeVFSURI*>(uri->gobj()), GnomeVFSOpenMode(open_mode), exclusive, permissions); - handle_result(result); - } - -@@ -95,7 +95,7 @@ - - void Handle::seek(SeekPosition whence, FileOffset offset) throw(exception) - { -- GnomeVFSResult result = gnome_vfs_seek(gobj(), static_cast<GnomeVFSSeekPosition>(whence), static_cast<GnomeVFSFileOffset>(offset)); -+ GnomeVFSResult result = gnome_vfs_seek(gobj(), GnomeVFSSeekPosition(whence), GnomeVFSFileOffset(offset)); - handle_result(result); - } - -@@ -112,7 +112,7 @@ - Glib::RefPtr<FileInfo> Handle::get_file_info(const Glib::ustring& text_uri, FileInfoOptions options) throw(exception) - { - GnomeVFSFileInfo* file_info = gnome_vfs_file_info_new(); -- GnomeVFSResult result = gnome_vfs_get_file_info(text_uri.c_str(), file_info, static_cast<GnomeVFSFileInfoOptions>(options)); -+ GnomeVFSResult result = gnome_vfs_get_file_info(text_uri.c_str(), file_info, GnomeVFSFileInfoOptions(options)); - handle_result(result); - return Glib::wrap(file_info); - } -@@ -120,7 +120,7 @@ - Glib::RefPtr<FileInfo> Handle::get_file_info(FileInfoOptions options) const throw(exception) - { - GnomeVFSFileInfo* file_info = gnome_vfs_file_info_new(); -- GnomeVFSResult result = gnome_vfs_get_file_info_from_handle(const_cast<GnomeVFSHandle*>(gobj()), file_info, static_cast<GnomeVFSFileInfoOptions>(options)); -+ GnomeVFSResult result = gnome_vfs_get_file_info_from_handle(const_cast<GnomeVFSHandle*>(gobj()), file_info, GnomeVFSFileInfoOptions(options)); - handle_result(result); - return Glib::wrap(file_info); - } -@@ -220,14 +220,14 @@ - //static: - void Handle::set_file_info(const Glib::ustring& text_uri, const Glib::RefPtr<const FileInfo>& info, SetFileInfoMask mask) throw(exception) - { -- GnomeVFSResult result = gnome_vfs_set_file_info(text_uri.c_str(), const_cast<GnomeVFSFileInfo*>(info->gobj()), static_cast<GnomeVFSSetFileInfoMask>(mask) ); -+ GnomeVFSResult result = gnome_vfs_set_file_info(text_uri.c_str(), const_cast<GnomeVFSFileInfo*>(info->gobj()), GnomeVFSSetFileInfoMask(mask) ); - handle_result(result); - } - - //static: - void Handle::set_file_info(const Glib::RefPtr<const Uri>& uri, const Glib::RefPtr<const FileInfo>& info, SetFileInfoMask mask) throw(exception) - { -- GnomeVFSResult result = gnome_vfs_set_file_info_uri(const_cast<GnomeVFSURI*>(uri->gobj()), const_cast<GnomeVFSFileInfo*>(info->gobj()), static_cast<GnomeVFSSetFileInfoMask>(mask) ); -+ GnomeVFSResult result = gnome_vfs_set_file_info_uri(const_cast<GnomeVFSURI*>(uri->gobj()), const_cast<GnomeVFSFileInfo*>(info->gobj()), GnomeVFSSetFileInfoMask(mask) ); - handle_result(result); - } - ---- ./libgnomevfs/libgnomevfsmm/transfer-progress.cc.orig Thu Jul 31 22:12:40 2003 -+++ ./libgnomevfs/libgnomevfsmm/transfer-progress.cc Thu Jul 31 22:13:38 2003 -@@ -58,17 +58,17 @@ - - ProgressStatus ProgressInfo::get_status() const - { -- return static_cast<Gnome::Vfs::ProgressStatus>(gobj()->status); -+ return Gnome::Vfs::ProgressStatus(gobj()->status); - } - - Result ProgressInfo::get_vfs_status() const - { -- return static_cast<Gnome::Vfs::Result>(gobj()->vfs_status); -+ return Gnome::Vfs::Result(gobj()->vfs_status); - } - - Phase ProgressInfo::get_phase() const - { -- return static_cast<Gnome::Vfs::Phase>(gobj()->phase); -+ return Gnome::Vfs::Phase(gobj()->phase); - } - - Glib::ustring ProgressInfo::get_source_name() const ---- ./libgnomevfs/libgnomevfsmm/private.cc.orig Thu Jul 31 22:14:21 2003 -+++ ./libgnomevfs/libgnomevfsmm/private.cc Thu Jul 31 22:17:12 2003 -@@ -28,7 +28,7 @@ - void handle_result(GnomeVFSResult result) throw(Gnome::Vfs::exception) - { - if(result != GNOME_VFS_OK) -- throw(Gnome::Vfs::exception(static_cast<Gnome::Vfs::Result>(result))); -+ throw(Gnome::Vfs::exception((Gnome::Vfs::Result)(result))); - } - - } // namespace Vfs ---- ./libgnomevfs/libgnomevfsmm/exception.cc.orig Thu Jul 31 22:24:02 2003 -+++ ./libgnomevfs/libgnomevfsmm/exception.cc Thu Jul 31 22:24:29 2003 -@@ -39,7 +39,7 @@ - - Glib::ustring exception::what() const - { -- const char* error = gnome_vfs_result_to_string( static_cast<GnomeVFSResult>(gobj_) ); -+ const char* error = gnome_vfs_result_to_string( GnomeVFSResult(gobj_) ); - if(error) - return error; - else ---- ./libgnomevfs/libgnomevfsmm/monitor-handle.cc.orig Thu Jul 31 22:24:58 2003 -+++ ./libgnomevfs/libgnomevfsmm/monitor-handle.cc Thu Jul 31 22:26:16 2003 -@@ -72,7 +72,7 @@ - //I guess that Glib::wrap() would normally just give us the same instance a 2nd time, - //but that's not available to us here because it's not a real wrapper. - -- (self->slot_)(*monitorTemp, strMonitorUriTemp, strInfoUriTemp, static_cast<Gnome::Vfs::MonitorEventType>(event_type)); -+ (self->slot_)(*monitorTemp, strMonitorUriTemp, strInfoUriTemp, Gnome::Vfs::MonitorEventType(event_type)); - } - catch(...) - { -@@ -113,7 +113,7 @@ - if(!proxy_) //Only one callback at a time is allowed. - { - proxy_ = new SignalProxy_Monitor(slot, this); -- GnomeVFSResult result = gnome_vfs_monitor_add(gobj_addr(), text_uri.c_str(), static_cast<GnomeVFSMonitorType>(type), &SignalProxy_Monitor::c_callback, proxy_); -+ GnomeVFSResult result = gnome_vfs_monitor_add(gobj_addr(), text_uri.c_str(), GnomeVFSMonitorType(type), &SignalProxy_Monitor::c_callback, proxy_); - handle_result(result); - } //TODO: else throw an exception? - } ---- ./libgnomevfs/libgnomevfsmm/mime-handlers.cc.orig Thu Jul 31 22:26:50 2003 -+++ ./libgnomevfs/libgnomevfsmm/mime-handlers.cc Thu Jul 31 22:27:46 2003 -@@ -37,7 +37,7 @@ - - MimeActionType get_default_action_type(const Glib::ustring& mime_type) - { -- return static_cast<Gnome::Vfs::MimeActionType>(gnome_vfs_mime_get_default_action_type(mime_type.c_str())); -+ return Gnome::Vfs::MimeActionType(gnome_vfs_mime_get_default_action_type(mime_type.c_str())); - } - - MimeApplication get_default_application(const Glib::ustring& mime_type) -@@ -148,7 +148,7 @@ - - void set_default_action_type(const Glib::ustring& mime_type, MimeActionType action_type) throw(exception) - { -- GnomeVFSResult result = gnome_vfs_mime_set_default_action_type(mime_type.c_str(), static_cast<GnomeVFSMimeActionType>(action_type)); -+ GnomeVFSResult result = gnome_vfs_mime_set_default_action_type(mime_type.c_str(), GnomeVFSMimeActionType(action_type)); - handle_result(result); - } - ---- ./libgnomevfs/libgnomevfsmm/transfer.cc.orig Thu Jul 31 22:28:12 2003 -+++ ./libgnomevfs/libgnomevfsmm/transfer.cc Thu Jul 31 22:29:34 2003 -@@ -86,9 +86,9 @@ - SignalProxy_Progress proxy(slot); - //TODO: Check the memory management with data() here. - GnomeVFSResult result = gnome_vfs_xfer_uri_list(source_uri_list.data(), target_uri_list.data(), -- static_cast<GnomeVFSXferOptions>(options), -- static_cast<GnomeVFSXferErrorMode>(error_mode), -- static_cast<GnomeVFSXferOverwriteMode>(overwrite_mode), -+ GnomeVFSXferOptions(options), -+ GnomeVFSXferErrorMode(error_mode), -+ GnomeVFSXferOverwriteMode(overwrite_mode), - &SignalProxy_Progress::c_callback, &proxy); - - handle_result(result); -@@ -102,9 +102,9 @@ - { - SignalProxy_Progress proxy(slot); - GnomeVFSResult result = gnome_vfs_xfer_uri(source_uri->gobj(), target_uri->gobj(), -- static_cast<GnomeVFSXferOptions>(options), -- static_cast<GnomeVFSXferErrorMode>(error_mode), -- static_cast<GnomeVFSXferOverwriteMode>(overwrite_mode), -+ GnomeVFSXferOptions(options), -+ GnomeVFSXferErrorMode(error_mode), -+ GnomeVFSXferOverwriteMode(overwrite_mode), - &SignalProxy_Progress::c_callback, &proxy); - - handle_result(result); -@@ -128,8 +128,8 @@ - { - SignalProxy_Progress proxy(slot); - GnomeVFSResult result = gnome_vfs_xfer_delete_list(source_uri_list.data(), -- static_cast<GnomeVFSXferErrorMode>(error_mode), -- static_cast<GnomeVFSXferOptions>(options), -+ GnomeVFSXferErrorMode(error_mode), -+ GnomeVFSXferOptions(options), - &SignalProxy_Progress::c_callback, &proxy); - - handle_result(result); ---- ./examples/transfer/main.cc.orig Thu Jul 31 22:42:09 2003 -+++ ./examples/transfer/main.cc Thu Jul 31 22:42:31 2003 -@@ -38,7 +38,7 @@ - switch (info.get_status()) - { - case Gnome::Vfs::XFER_PROGRESS_STATUS_VFSERROR: -- std::cout << "VFS Error: " << gnome_vfs_result_to_string(static_cast<GnomeVFSResult>(info.get_vfs_status())) << std::endl; -+ std::cout << "VFS Error: " << gnome_vfs_result_to_string(GnomeVFSResult(info.get_vfs_status())) << std::endl; - exit(1); - - case Gnome::Vfs::XFER_PROGRESS_STATUS_OVERWRITE: 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 892bdb890..000000000 --- a/devel/gnome-vfsmm/pkg-plist +++ /dev/null @@ -1,43 +0,0 @@ -include/gnome-vfsmm-2.0/libgnomevfsmm/private/enums_p.h -include/gnome-vfsmm-2.0/libgnomevfsmm/private/file-info_p.h -include/gnome-vfsmm-2.0/libgnomevfsmm/private/mime-action_p.h -include/gnome-vfsmm-2.0/libgnomevfsmm/private/mime-application_p.h -include/gnome-vfsmm-2.0/libgnomevfsmm/private/mime-monitor_p.h -include/gnome-vfsmm-2.0/libgnomevfsmm/private/transfer-progress_p.h -include/gnome-vfsmm-2.0/libgnomevfsmm/private/uri_p.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/application-registry.h -include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm/directory-handle.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/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/wrap_init.h -lib/gnome-vfsmm-2.0/proc/m4/convert.m4 -lib/gnome-vfsmm-2.0/proc/m4/convert_gnome_vfsmm.m4 -lib/gnome-vfsmm-%%API_VERSION%%/include/libgnomevfsmmconfig.h -lib/libgnomevfsmm-%%VERSION%%.a -lib/libgnomevfsmm-%%VERSION%%.so -lib/libgnomevfsmm-%%VERSION%%.so.6 -libdata/pkgconfig/gnome-vfsmm-%%API_VERSION%%.pc -@dirrm lib/gnome-vfsmm-%%API_VERSION%%/include -@dirrm lib/gnome-vfsmm-%%API_VERSION%% -@dirrm lib/gnome-vfsmm-2.0/proc/m4 -@dirrm lib/gnome-vfsmm-2.0/proc -@dirrm lib/gnome-vfsmm-2.0 -@dirrm include/gnome-vfsmm-%%API_VERSION%%/libgnomevfsmm -@dirrm include/gnome-vfsmm-%%API_VERSION%% -@dirrm include/gnome-vfsmm-2.0/libgnomevfsmm/private -@dirrm include/gnome-vfsmm-2.0/libgnomevfsmm -@dirrm include/gnome-vfsmm-2.0 diff --git a/devel/gnome2-hacker-tools/Makefile b/devel/gnome2-hacker-tools/Makefile deleted file mode 100644 index e3c630640..000000000 --- a/devel/gnome2-hacker-tools/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: gnome2-hacker-tools -# Date created: 07 January 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/devel/gnome2-hacker-tools/Makefile,v 1.2 2004/01/07 08:51:09 erwin Exp $ -# - -PORTNAME= gnome2-hacker-tools -PORTVERSION= 2.5.91 -CATEGORIES= devel gnome -MASTER_SITES= # empty -DISTFILES= # empty -EXTRACT_ONLY= # empty - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 development tools - -RUN_DEPENDS= mlv:${PORTSDIR}/editors/mlview \ - gnome-autogen.sh:${PORTSDIR}/devel/gnomecommon \ - glade-2:${PORTSDIR}/devel/glade2 \ - ghex2:${PORTSDIR}/editors/ghex2 \ - gob2:${PORTSDIR}/devel/gob2 \ - conglomerate:${PORTSDIR}/editors/conglomerate \ - anjuta:${PORTSDIR}/devel/anjuta \ - meld:${PORTSDIR}/textproc/meld \ - gtranslator:${PORTSDIR}/devel/gtranslator -# not yet buildable under GNOME 2.5 -# regexxer:${PORTSDIR}/devel/regexxer - -NO_BUILD= yes - -do-install: # empty - -.include <bsd.port.mk> 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/gnome2-hacker-tools/pkg-plist b/devel/gnome2-hacker-tools/pkg-plist deleted file mode 100644 index 549a621fe..000000000 --- a/devel/gnome2-hacker-tools/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment this plist intentionally left empty diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile deleted file mode 100644 index d05de487d..000000000 --- a/devel/gnomevfs2/Makefile +++ /dev/null @@ -1,100 +0,0 @@ -# New ports collection makefile for: gnomevfs2 -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD: ports/devel/gnomevfs2/Makefile,v 1.69 2003/10/18 23:15:49 marcus Exp $ -# - -PORTNAME= gnomevfs2 -PORTVERSION= 2.5.90 -PORTREVISION= 2 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-vfs/2.5 -DISTNAME= gnome-vfs-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME Virtual File System - -RUN_DEPENDS= ${LOCALBASE}/share/mime/magic:${PORTSDIR}/misc/shared-mime-info - -USE_BZIP2= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnomehier intlhack gnomemimedata gconf2 \ - libbonobo -USE_REINPLACE= yes -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --disable-openssl \ - --with-gtk=no -CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ - BSD_PTHREAD_LIBS=${PTHREAD_LIBS} - -OPTIONS= KDE_MENUS "Integrated KDE menu picks" on - -.include <bsd.port.pre.mk> - -.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) -.undef WITHOUT_CDPARANOIA -.undef WITHOUT_SAMBA -WITH_CDPARANOIA= yes -WITH_SAMBA= yes -.endif - -.if !defined(WITHOUT_KDE_MENUS) -EXTRA_PATCHES= ${FILESDIR}/modules_vfolder_applications-all-users.vfolder-info.in -PLIST_SUB+= KDEMENUS="" -.else -PLIST_SUB+= KDEMENUS="@comment " -.endif - -.if exists(${LOCALBASE}/lib/libcdda_paranoia.a) -WITH_CDPARANOIA= yes -.endif - -.if exists(${LOCALBASE}/lib/libsmbclient.so) -WITH_SAMBA= yes -.endif - -.if defined(WITH_CDPARANOIA) -LIB_DEPENDS+= cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia -PLIST_SUB+= CDPARANOIA="" -.else -PLIST_SUB+= CDPARANOIA="@comment " -.endif - -.if exists(${LOCALBASE}/lib/libfam) || !defined(WITHOUT_FAM) -LIB_DEPENDS+= fam.0:${PORTSDIR}/devel/fam -.endif - -.if defined(WITH_SAMBA) -LIB_DEPENDS+= smbclient.0:${PORTSDIR}/net/samba-libsmbclient -PLIST_SUB+= SAMBA="" -.else -PLIST_SUB+= SAMBA="@comment " -.endif - -post-patch: - @${FIND} ${WRKSRC} -name "*info.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|\@datadir\@/gnome|\@datadir\@|g' - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/libgnomevfs/Makefile.in \ - ${WRKSRC}/libgnomevfs/xdgmime.c \ - ${WRKSRC}/modules/vfolder/applications-all-users.vfolder-info.in -.if !defined(WITHOUT_KDE_MENUS) - @${SED} -e 's|/usr/local|${LOCALBASE}|g' \ - < ${FILESDIR}/KDE.directory > ${WRKSRC}/KDE.directory -.endif - @${REINPLACE_CMD} -e "/^SUBDIRS =/s/test//" \ - ${WRKSRC}/Makefile.in - -post-install: - @${MKDIR} ${PREFIX}/share/gnome/vfolders -.if !defined(WITHOUT_KDE_MENUS) - @${INSTALL_DATA} ${WRKSRC}/KDE.directory ${PREFIX}/share/gnome/vfolders -.endif - -.include <bsd.port.post.mk> diff --git a/devel/gnomevfs2/distinfo b/devel/gnomevfs2/distinfo deleted file mode 100644 index 2609da046..000000000 --- a/devel/gnomevfs2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gnome-vfs-2.5.90.tar.bz2) = 6cff86680728586f4ebd58fc41c163d4 -SIZE (gnome2/gnome-vfs-2.5.90.tar.bz2) = 1414093 diff --git a/devel/gnomevfs2/files/KDE.directory b/devel/gnomevfs2/files/KDE.directory deleted file mode 100644 index 032126bb9..000000000 --- a/devel/gnomevfs2/files/KDE.directory +++ /dev/null @@ -1,5 +0,0 @@ -[Desktop Entry] -Name=KDE -Comment=Some comment about KDE menu -Icon=/usr/local/share/icons/kdeclassic/48x48/apps/kmenu.png -Type=Directory diff --git a/devel/gnomevfs2/files/modules_vfolder_applications-all-users.vfolder-info.in b/devel/gnomevfs2/files/modules_vfolder_applications-all-users.vfolder-info.in deleted file mode 100644 index 120a89064..000000000 --- a/devel/gnomevfs2/files/modules_vfolder_applications-all-users.vfolder-info.in +++ /dev/null @@ -1,285 +0,0 @@ ---- modules/vfolder/applications-all-users.vfolder-info.in.orig Fri Oct 17 10:11:22 2003 -+++ modules/vfolder/applications-all-users.vfolder-info.in Thu Feb 12 15:15:40 2004 -@@ -19,7 +19,14 @@ - <MergeDir>/usr/share/gnome/apps/</MergeDir> - - <!-- Merge dirs optional --> -- <MergeDir>/etc/X11/applnk/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Toys/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Utilities/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Internet/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Office/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Applications/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Development/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Games/</MergeDir> -+ <MergeDir>/usr/local/share/applnk/Multimedia/</MergeDir> - - <!-- Root folder --> - <Folder> -@@ -34,10 +41,12 @@ - <Query> - <And> - <Keyword>Core</Keyword> -- <!-- FIXME: Seth, why would this be wanted? --> -- <!--<Not> -- <Keyword>Merged</Keyword> -- </Not>--> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - </And> - </Query> - -@@ -47,6 +56,12 @@ - <Desktop>Accessories.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Utility</Keyword> - <Not> -@@ -63,6 +78,12 @@ - <Desktop>Accessibility.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Accessibility</Keyword> - <Not> -@@ -80,6 +101,12 @@ - <OnlyUnallocated/> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Not> - <Keyword>Settings</Keyword> -@@ -101,6 +128,12 @@ - <Desktop>Development.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Development</Keyword> - </And> -@@ -114,6 +147,12 @@ - <Desktop>Games.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Game</Keyword> - </And> -@@ -127,6 +166,12 @@ - <Desktop>Graphics.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Graphics</Keyword> - </And> -@@ -140,6 +185,12 @@ - <Desktop>Internet.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>Network</Keyword> - </And> -@@ -153,6 +204,12 @@ - <Desktop>Multimedia.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Keyword>AudioVideo</Keyword> - </And> -@@ -170,6 +227,12 @@ - <Desktop>Office.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Or> - <Keyword>Office</Keyword> -@@ -195,6 +258,12 @@ - <Desktop>System.directory</Desktop> - <Query> - <And> -+ <Not> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ </Not> - <Keyword>Application</Keyword> - <Not> - <Keyword>Settings</Keyword> -@@ -204,6 +273,118 @@ - </Query> - <DontShowIfEmpty/> - </Folder> -- -+ -+ <!-- KDE --> -+ <Folder> -+ <Name>KDE</Name> -+ <Desktop>KDE.directory</Desktop> -+ -+ <!-- KAccessories --> -+ <Folder> -+ <Name>Accessories</Name> -+ <Desktop>Accessories.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Keyword>Utility</Keyword> -+ </And> -+ </Query> -+ <DontShowIfEmpty/> -+ </Folder> -+ -+ <!-- KDevelopment Tools --> -+ <Folder> -+ <Name>Programming</Name> -+ <Desktop>Development.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Keyword>Development</Keyword> -+ </And> -+ </Query> -+ <DontShowIfEmpty/> -+ </Folder> -+ -+ <!-- KGraphics --> -+ <Folder> -+ <Name>Graphics</Name> -+ <Desktop>Graphics.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Keyword>Graphics</Keyword> -+ </And> -+ </Query> -+ <DontShowIfEmpty/> -+ </Folder> -+ -+ <!-- KInternet --> -+ <Folder> -+ <Name>Internet</Name> -+ <Desktop>Internet.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Keyword>Network</Keyword> -+ </And> -+ </Query> -+ -+ <Include>/usr/local/share/applnk/konqueror.desktop</Include> -+ -+ <DontShowIfEmpty/> -+ </Folder> -+ -+ <!-- KMultimedia --> -+ <Folder> -+ <Name>Multimedia</Name> -+ <Desktop>Multimedia.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Keyword>AudioVideo</Keyword> -+ </And> -+ </Query> -+ <DontShowIfEmpty/> -+ </Folder> -+ -+ <!-- KOffice --> -+ <Folder> -+ <Name>Office</Name> -+ <Desktop>Office.directory</Desktop> -+ <Query> -+ <And> -+ <Or> -+ <Keyword>Qt</Keyword> -+ <Keyword>KDE</Keyword> -+ </Or> -+ <Or> -+ <Keyword>Office</Keyword> -+ <Keyword>Spreadsheet</Keyword> -+ <Keyword>WordProcessor</Keyword> -+ <Keyword>Calendar</Keyword> -+ <Keyword>ProjectManagement</Keyword> -+ </Or> -+ </And> -+ </Query> -+ <DontShowIfEmpty/> -+ </Folder> -+ <DontShowIfEmpty/> -+ </Folder> <!-- KDE --> -+ - </Folder> - </VFolderInfo> diff --git a/devel/gnomevfs2/files/patch-aa b/devel/gnomevfs2/files/patch-aa deleted file mode 100644 index 8273ab3fe..000000000 --- a/devel/gnomevfs2/files/patch-aa +++ /dev/null @@ -1,69 +0,0 @@ ---- configure.orig Sun Feb 8 16:04:02 2004 -+++ configure Sun Feb 8 16:04:36 2004 -@@ -22816,6 +22816,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 -@@ -22898,6 +22900,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 -@@ -22905,6 +22908,7 @@ - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF -+ LIBS="-lintl $LIBS" - have_ngettext=yes - fi - done -@@ -26396,8 +26400,8 @@ - done - fi - --echo "$as_me:$LINENO: checking for bzCompressInit in -lbz2" >&5 --echo $ECHO_N "checking for bzCompressInit in -lbz2... $ECHO_C" >&6 -+echo "$as_me:$LINENO: checking for BZ2_bzCompressInit in -lbz2" >&5 -+echo $ECHO_N "checking for BZ2_bzCompressInit in -lbz2... $ECHO_C" >&6 - if test "${ac_cv_lib_bz2_bzCompressInit+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -@@ -26416,11 +26420,11 @@ - #endif - /* We use char because int might match the return type of a gcc2 - builtin and then its argument prototype would still apply. */ --char bzCompressInit (); -+char BZ2_bzCompressInit (); - int - main () - { --bzCompressInit (); -+BZ2_bzCompressInit (); - ; - return 0; - } -@@ -27547,7 +27551,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 -@@ -30543,6 +30547,7 @@ - s,@ORBIT_IDL@,$ORBIT_IDL,;t t - s,@BONOBO_IDLDIR@,$BONOBO_IDLDIR,;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/gnomevfs2/files/patch-ac b/devel/gnomevfs2/files/patch-ac deleted file mode 100644 index 9362cac17..000000000 --- a/devel/gnomevfs2/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/Makefile.in.orig Tue May 6 15:39:48 2003 -+++ modules/Makefile.in Tue May 6 15:41:28 2003 -@@ -210,7 +210,7 @@ - @BUILD_CDEMENU_MODULE_TRUE@CDEMENU_LTLIBS = @BUILD_CDEMENU_MODULE_TRUE@libcdemenu-desktop.la - @BUILD_CDEMENU_MODULE_FALSE@CDEMENU_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 = \ diff --git a/devel/gnomevfs2/files/patch-devel-docs::Makefile.in b/devel/gnomevfs2/files/patch-devel-docs::Makefile.in deleted file mode 100644 index a4fe1c9e7..000000000 --- a/devel/gnomevfs2/files/patch-devel-docs::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/devel/gnomevfs2/files/patch-devel-docs::Makefile.in,v 1.3 2003/09/18 06:49:30 marcus Exp $ - ---- devel-docs/Makefile.in 2002/02/16 16:44:53 1.1 -+++ devel-docs/Makefile.in 2002/02/16 16:45:47 -@@ -168,7 +168,7 @@ - TEXT_FILES = gnome-vfs-mime-type-handling.txt - - --docdir = $(prefix)/doc -+docdir = $(prefix)/share/doc - doc_DATA = - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h diff --git a/devel/gnomevfs2/files/patch-gnome-vfs-2.0.pc.in b/devel/gnomevfs2/files/patch-gnome-vfs-2.0.pc.in deleted file mode 100644 index c75a8ae85..000000000 --- a/devel/gnomevfs2/files/patch-gnome-vfs-2.0.pc.in +++ /dev/null @@ -1,12 +0,0 @@ - -$FreeBSD: ports/devel/gnomevfs2/files/patch-gnome-vfs-2.0.pc.in,v 1.3 2003/09/18 06:49:30 marcus Exp $ - ---- gnome-vfs-2.0.pc.in 2002/02/16 13:07:24 1.1 -+++ gnome-vfs-2.0.pc.in 2002/02/16 13:07:38 -@@ -8,5 +8,5 @@ - Description: The GNOME virtual file-system libraries - Version: @VERSION@ - Requires: bonobo-activation-2.0,gthread-2.0,gmodule-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/gnomevfs2/files/patch-gnome-vfs-module-2.0.pc.in b/devel/gnomevfs2/files/patch-gnome-vfs-module-2.0.pc.in deleted file mode 100644 index caa732b1c..000000000 --- a/devel/gnomevfs2/files/patch-gnome-vfs-module-2.0.pc.in +++ /dev/null @@ -1,12 +0,0 @@ - -$FreeBSD: ports/devel/gnomevfs2/files/patch-gnome-vfs-module-2.0.pc.in,v 1.4 2003/09/18 06:49:30 marcus Exp $ - ---- gnome-vfs-module-2.0.pc.in 2002/02/16 13:07:42 1.1 -+++ gnome-vfs-module-2.0.pc.in 2002/02/16 13:07:51 -@@ -8,5 +8,5 @@ - Description: The GNOME virtual file-system module include info - Version: @VERSION@ - Requires: bonobo-activation-2.0,gthread-2.0,gmodule-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/gnomevfs2/files/patch-libgnomevfs::Makefile.in b/devel/gnomevfs2/files/patch-libgnomevfs::Makefile.in deleted file mode 100644 index 063376961..000000000 --- a/devel/gnomevfs2/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/gnomevfs2/files/patch-libgnomevfs::gnome-vfs-application-registry.c b/devel/gnomevfs2/files/patch-libgnomevfs::gnome-vfs-application-registry.c deleted file mode 100644 index f6bb8f9ff..000000000 --- a/devel/gnomevfs2/files/patch-libgnomevfs::gnome-vfs-application-registry.c +++ /dev/null @@ -1,29 +0,0 @@ - -$FreeBSD: ports/devel/gnomevfs2/files/patch-libgnomevfs::gnome-vfs-application-registry.c,v 1.3 2003/09/18 06:49:30 marcus Exp $ - ---- libgnomevfs/gnome-vfs-application-registry.c 2002/06/13 07:31:15 1.1 -+++ libgnomevfs/gnome-vfs-application-registry.c 2002/06/13 08:25:24 -@@ -940,6 +940,8 @@ - static void - gnome_vfs_application_registry_init (void) - { -+ gchar *tmp; -+ - if (gnome_vfs_application_registry_initialized) - return; - -@@ -961,6 +963,14 @@ - gnome_registry_dir.dirname = g_strdup (DATADIR "/application-registry"); - 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_strconcat (g_get_home_dir(), "/.gnome/application-info", NULL); - user_registry_dir.system_dir = FALSE; - diff --git a/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-unix-mounts.c b/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-unix-mounts.c deleted file mode 100644 index 21912f46e..000000000 --- a/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-unix-mounts.c +++ /dev/null @@ -1,13 +0,0 @@ ---- libgnomevfs/gnome-vfs-unix-mounts.c.orig Mon Mar 8 22:29:57 2004 -+++ libgnomevfs/gnome-vfs-unix-mounts.c Mon Mar 8 22:33:35 2004 -@@ -857,8 +857,9 @@ - - #ifdef HAVE_SYS_SYSCTL_H - if (usermnt != 0) { -+ uid_t uid = getuid (); - if (stat (fstab->fs_file, &sb) == 0) { -- if (sb.st_uid != 0) { -+ if (uid == 0 || sb.st_uid == uid) { - mount_entry->is_user_mountable = TRUE; - } - } diff --git a/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-utils.c b/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-utils.c deleted file mode 100644 index ab74eb932..000000000 --- a/devel/gnomevfs2/files/patch-libgnomevfs_gnome-vfs-utils.c +++ /dev/null @@ -1,31 +0,0 @@ ---- libgnomevfs/gnome-vfs-utils.c.orig Sat Mar 13 18:57:02 2004 -+++ libgnomevfs/gnome-vfs-utils.c Sat Mar 13 18:51:21 2004 -@@ -797,8 +797,10 @@ - - #if HAVE_STATVFS - statfs_result = statvfs (unescaped_path, &statfs_buffer); -+#define statfs_bsize f_frsize - #else - statfs_result = statfs (unescaped_path, &statfs_buffer); -+#define statfs_bsize f_bsize - #endif - - if (statfs_result != 0) { -@@ -831,7 +833,7 @@ - } - } - -- block_size = statfs_buffer.f_bsize; -+ block_size = statfs_buffer.statfs_bsize; - free_blocks = statfs_buffer.f_bavail; - - *size = block_size * free_blocks; -@@ -859,7 +861,7 @@ - paths = g_strsplit (gnome_var, ":", 0); - - for (temp_paths = paths; *temp_paths != NULL; temp_paths++) { -- full_filename = g_strconcat (*temp_paths, "/share/pixmaps/", relative_filename, NULL); -+ full_filename = g_strconcat (*temp_paths, "/share/gnome/pixmaps/", relative_filename, NULL); - if (g_file_test (full_filename, G_FILE_TEST_EXISTS)) { - g_strfreev (paths); - return full_filename; diff --git a/devel/gnomevfs2/files/patch-ltmain.sh b/devel/gnomevfs2/files/patch-ltmain.sh deleted file mode 100644 index 58384ee38..000000000 --- a/devel/gnomevfs2/files/patch-ltmain.sh +++ /dev/null @@ -1,51 +0,0 @@ ---- ltmain.sh.orig Sat Dec 6 14:47:45 2003 -+++ ltmain.sh Tue Dec 9 14:09:01 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/gnomevfs2/files/patch-modules_vfolder_vfolder-info.c b/devel/gnomevfs2/files/patch-modules_vfolder_vfolder-info.c deleted file mode 100644 index a07d0bc81..000000000 --- a/devel/gnomevfs2/files/patch-modules_vfolder_vfolder-info.c +++ /dev/null @@ -1,11 +0,0 @@ ---- modules/vfolder/vfolder-info.c.orig Fri Nov 29 13:40:11 2002 -+++ modules/vfolder/vfolder-info.c Fri Nov 29 13:40:19 2002 -@@ -1721,7 +1721,7 @@ - - for (i = 0; ppath[i] != NULL; i++) { - dir = g_build_filename (ppath[i], -- "/share/applications/", -+ "/share/gnome/applications/", - NULL); - id = itemdir_new (info, - dir, diff --git a/devel/gnomevfs2/pkg-descr b/devel/gnomevfs2/pkg-descr deleted file mode 100644 index 81cfcd5dd..000000000 --- a/devel/gnomevfs2/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -This is the GNOME Virtual File System. - -GnomeVFS is a filesystem abstraction library allowing applications -plugable transparent access to a variety of "real" filesystems, from -WebDAV to digital cameras, to the local filesystem. It also contains a -number of other convenient file utilities such as a comphrehensive MIME -database / Application registry, and a copy engine. Use of GnomeVFS -ensures that an application or component will be usable by Nautilus or -other GnomeVFS applications for handling the display of data from -various URIs, as well. - -This is the GnomeVFS for the GNOME 2 architecture. - -WWW: http://www.gnome.org/ diff --git a/devel/gnomevfs2/pkg-plist b/devel/gnomevfs2/pkg-plist deleted file mode 100644 index d72594014..000000000 --- a/devel/gnomevfs2/pkg-plist +++ /dev/null @@ -1,310 +0,0 @@ -bin/gnomevfs-cat -bin/gnomevfs-copy -bin/gnomevfs-info -bin/gnomevfs-ls -bin/gnomevfs-mkdir -etc/gconf/gconf.xml.defaults/desktop/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/applications/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/applications/component_viewer/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/applications/terminal/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/callto/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/ghelp/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/h323/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/http/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/https/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/info/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/mailto/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/man/%gconf.xml -etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/trash/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/component_viewer/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/terminal/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/callto/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/ghelp/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/h323/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/http/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/https/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/info/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/mailto/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/man/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/trash/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/system/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/system/http_proxy/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/system/proxy/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/system/smb/%gconf.xml -etc/gconf/gconf.xml.defaults/system/%gconf.xml -etc/gconf/gconf.xml.defaults/system/http_proxy/%gconf.xml -etc/gconf/gconf.xml.defaults/system/proxy/%gconf.xml -etc/gconf/gconf.xml.defaults/system/smb/%gconf.xml -etc/gconf/schemas/desktop_default_applications.schemas -etc/gconf/schemas/desktop_gnome_url_handlers.schemas -etc/gconf/schemas/system_http_proxy.schemas -etc/gconf/schemas/system_smb.schemas -%%CDPARANOIA%%etc/gnome-vfs-2.0/modules/cdda-module.conf -etc/gnome-vfs-2.0/modules/default-modules.conf -%%SAMBA%%etc/gnome-vfs-2.0/modules/smb-module.conf -etc/gnome-vfs-2.0/vfolders/applications-all-users.vfolder-info -etc/gnome-vfs-2.0/vfolders/favorites.vfolder-info -etc/gnome-vfs-2.0/vfolders/network.vfolder-info -etc/gnome-vfs-2.0/vfolders/preferences-all-users.vfolder-info -etc/gnome-vfs-2.0/vfolders/server-settings.vfolder-info -etc/gnome-vfs-2.0/vfolders/start-here.vfolder-info -etc/gnome-vfs-2.0/vfolders/system-settings.vfolder-info -include/gnome-vfs-2.0/include/gnome-vfs-file-size.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-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-handlers.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-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-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-mime.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-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/bonobo/monikers/libmoniker_gnome_vfs_std.so -lib/gnome-vfs-2.0/modules/libbzip2.so -%%CDPARANOIA%%lib/gnome-vfs-2.0/modules/libcdda.so -lib/gnome-vfs-2.0/modules/libcomputer.so -lib/gnome-vfs-2.0/modules/libextfs.so -lib/gnome-vfs-2.0/modules/libfile.so -lib/gnome-vfs-2.0/modules/libftp.so -lib/gnome-vfs-2.0/modules/libgzip.so -lib/gnome-vfs-2.0/modules/libhttp.so -lib/gnome-vfs-2.0/modules/libnetwork.so -lib/gnome-vfs-2.0/modules/libnntp.so -lib/gnome-vfs-2.0/modules/libsftp.so -%%SAMBA%%lib/gnome-vfs-2.0/modules/libsmb.so -lib/gnome-vfs-2.0/modules/libssh.so -lib/gnome-vfs-2.0/modules/libtar.so -lib/gnome-vfs-2.0/modules/libvfolder-desktop.so -lib/gnome-vfs-2.0/modules/libvfs-pipe.so -lib/gnome-vfs-2.0/modules/libvfs-test.so -lib/gnome-vfs-2.0/modules/libvfs-translate.so -lib/libgnomevfs-2.a -lib/libgnomevfs-2.so -lib/libgnomevfs-2.so.500 -lib/vfs/2.0/extfs/README -lib/vfs/2.0/extfs/a -lib/vfs/2.0/extfs/ar -lib/vfs/2.0/extfs/arj -lib/vfs/2.0/extfs/cpio -lib/vfs/2.0/extfs/deb -lib/vfs/2.0/extfs/hp48 -lib/vfs/2.0/extfs/lha -lib/vfs/2.0/extfs/mailfs -lib/vfs/2.0/extfs/patchfs -lib/vfs/2.0/extfs/rar -lib/vfs/2.0/extfs/rpm -lib/vfs/2.0/extfs/rpms -lib/vfs/2.0/extfs/tar -lib/vfs/2.0/extfs/trpm -lib/vfs/2.0/extfs/zip -lib/vfs/2.0/extfs/zoo -libdata/bonobo/servers/GNOME_VFS_Daemon.server -libdata/bonobo/servers/GNOME_VFS_Moniker_std.server -libdata/pkgconfig/gnome-vfs-2.0.pc -libdata/pkgconfig/gnome-vfs-module-2.0.pc -libexec/gnome-vfs-daemon -share/doc/gnome-vfs-2.0/about.html -share/doc/gnome-vfs-2.0/advanced-operations.html -share/doc/gnome-vfs-2.0/ch08.html -share/doc/gnome-vfs-2.0/data-types.html -share/doc/gnome-vfs-2.0/gnome-vfs-2.0.devhelp -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-application-registry.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-async-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-cancellation.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-context.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-directory-basic-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-directory-find-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-directory-list-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-advanced-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-basic-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-info-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-info.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-rw-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-size.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-trunc-ops.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-inet-connection.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-init.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-method.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime-database.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime-monitor.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback-module-api.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-shared.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-monitor.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-parse-ls.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-result.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-socket-buffer.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-socket.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-ssl.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-standard-callbacks.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-transform.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-uri.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-utils.html -share/doc/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-xfer.html -share/doc/gnome-vfs-2.0/gnome-vfs-directory-operations.html -share/doc/gnome-vfs-2.0/gnome-vfs-file-operations.html -share/doc/gnome-vfs-2.0/gnome-vfs-first-steps.html -share/doc/gnome-vfs-2.0/gnome-vfs-writing-modules.html -share/doc/gnome-vfs-2.0/home.png -share/doc/gnome-vfs-2.0/index.html -share/doc/gnome-vfs-2.0/index.sgml -share/doc/gnome-vfs-2.0/left.png -share/doc/gnome-vfs-2.0/mime-registry.html -share/doc/gnome-vfs-2.0/modules.html -share/doc/gnome-vfs-2.0/right.png -share/doc/gnome-vfs-2.0/up.png -@exec mkdir -p %D/share/gnome/vfolders -%%KDEMENUS%%share/gnome/vfolders/KDE.directory -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/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/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/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/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/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/no/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/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/yi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-vfs-2.0.mo -@dirrm share/doc/gnome-vfs-2.0 -@dirrm share/gnome/vfolders -@dirrm lib/vfs/2.0/extfs -@dirrm lib/vfs/2.0 -@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 -@dirrm etc/gnome-vfs-2.0/vfolders -@dirrm etc/gconf/gconf.xml.defaults/system/smb -@dirrm etc/gconf/gconf.xml.defaults/system/proxy -@dirrm etc/gconf/gconf.xml.defaults/system/http_proxy -@dirrm etc/gconf/gconf.xml.defaults/system -@dirrm etc/gconf/gconf.xml.defaults/schemas/system/smb -@dirrm etc/gconf/gconf.xml.defaults/schemas/system/proxy -@dirrm etc/gconf/gconf.xml.defaults/schemas/system/http_proxy -@dirrm etc/gconf/gconf.xml.defaults/schemas/system -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/trash -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/man -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/mailto -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/info -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/https -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/http -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/h323 -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/ghelp -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers/callto -@unexec /bin/rmdir %D/etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/url-handlers 2>/dev/null || true -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/terminal -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications/component_viewer -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome/applications -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop/gnome -@dirrm etc/gconf/gconf.xml.defaults/schemas/desktop -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/trash -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/man -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/mailto -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/info -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/https -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/http -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/h323 -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/ghelp -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers/callto -@unexec /bin/rmdir %D/etc/gconf/gconf.xml.defaults/desktop/gnome/url-handlers 2>/dev/null || true -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/applications/terminal -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/applications/component_viewer -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome/applications -@dirrm etc/gconf/gconf.xml.defaults/desktop/gnome -@dirrm etc/gconf/gconf.xml.defaults/desktop diff --git a/devel/gtranslator/Makefile b/devel/gtranslator/Makefile deleted file mode 100644 index 422c3a2ef..000000000 --- a/devel/gtranslator/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: gtranslator -# Date created: 16 September 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD: ports/devel/gtranslator/Makefile,v 1.31 2003/10/16 06:01:48 adamw Exp $ -# - -PORTNAME= gtranslator -PORTVERSION= 1.1.4 -PORTREVISION= 2 -CATEGORIES= devel gnome -MASTER_SITES= http://www.gtranslator.org/download/releases/${PORTVERSION}/ \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A GNOME application for creating GNU gettext translation files - -USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix gnometarget gnomevfs2 libgnomeui -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lgnuregex" -CONFIGURE_ARGS= --disable-debug \ - --enable-compile-warnings=no -USE_REINPLACE= yes - -MAN1= gtranslator.1 pozilla.sh.1 -MANCOMPRESSED= yes - -post-patch: - @${REINPLACE_CMD} -e "s|/usr/local/share/gtranslator|${PREFIX}/share/gnome/${PORTNAME}|g; \ - s|/usr/local/share/pixmaps|${PREFIX}/share/gnome/pixmaps|g" \ - ${WRKSRC}/src/defines.h - @${REINPLACE_CMD} -e "s|-Werror||" ${WRKSRC}/src/Makefile.in - -.include <bsd.port.mk> diff --git a/devel/gtranslator/distinfo b/devel/gtranslator/distinfo deleted file mode 100644 index 31f424518..000000000 --- a/devel/gtranslator/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gtranslator-1.1.4.tar.gz) = 188a73d5e2cb9dce67b3168acdf0ff27 diff --git a/devel/gtranslator/files/patch-src::find.c b/devel/gtranslator/files/patch-src::find.c deleted file mode 100644 index 4e40f7535..000000000 --- a/devel/gtranslator/files/patch-src::find.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/devel/gtranslator/files/patch-src::find.c,v 1.3 2002/03/15 09:39:01 sobomax Exp $ - ---- src/find.c 2002/03/15 09:02:54 1.1 -+++ src/find.c 2002/03/15 09:03:04 -@@ -31,7 +31,7 @@ - #include "utils.h" - - #include <string.h> --#include <regex.h> -+#include <gnuregex.h> - #include <gtk/gtkeditable.h> - #include <libgnomeui/gnome-app-util.h> - diff --git a/devel/gtranslator/files/patch-src::message.c b/devel/gtranslator/files/patch-src::message.c deleted file mode 100644 index d9aaa579c..000000000 --- a/devel/gtranslator/files/patch-src::message.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/devel/gtranslator/files/patch-src::message.c,v 1.3 2002/03/15 09:39:01 sobomax Exp $ - ---- src/message.c 2002/03/15 09:03:55 1.1 -+++ src/message.c 2002/03/15 09:04:04 -@@ -39,7 +39,7 @@ - #include "utils_gui.h" - - #include <string.h> --#include <regex.h> -+#include <gnuregex.h> - #include <gtk/gtk.h> - - #include <libgnomeui/gnome-app.h> diff --git a/devel/gtranslator/pkg-descr b/devel/gtranslator/pkg-descr deleted file mode 100644 index 4a01aef41..000000000 --- a/devel/gtranslator/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Gtranslator assists in the creation of GNU gettext translations. Its features include -auto-learning of translation rules, fuzzy string manipulation, and self-contained -msgfmt compilation/testing. - -WWW: http://www.gtranslator.org/ diff --git a/devel/gtranslator/pkg-plist b/devel/gtranslator/pkg-plist deleted file mode 100644 index 56c462bdc..000000000 --- a/devel/gtranslator/pkg-plist +++ /dev/null @@ -1,96 +0,0 @@ -bin/gtranslator -bin/pozilla.sh -share/gnome/applications/gtranslator.desktop -share/gnome/gtranslator/colorschemes/arek.xml -share/gnome/gtranslator/colorschemes/boom-boom.xml -share/gnome/gtranslator/colorschemes/clean.xml -share/gnome/gtranslator/colorschemes/curlymonster.xml -share/gnome/gtranslator/colorschemes/default.xml -share/gnome/gtranslator/colorschemes/extremely-kabalak.xml -share/gnome/gtranslator/colorschemes/kabalak.xml -share/gnome/gtranslator/colorschemes/kbabel.xml -share/gnome/gtranslator/colorschemes/menesis.xml -share/gnome/gtranslator/colorschemes/mmc.xml -share/gnome/gtranslator/colorschemes/nizuu.xml -share/gnome/gtranslator/colorschemes/pdmc.xml -share/gnome/gtranslator/colorschemes/sepia.xml -share/gnome/gtranslator/colorschemes/spiffE.xml -share/gnome/gtranslator/colorschemes/thinice.xml -share/gnome/gtranslator/colorschemes/toyfactory.xml -share/gnome/gtranslator/colorschemes/tuey.xml -share/gnome/gtranslator/colorschemes/vim.xml -share/gnome/gtranslator/colorschemes/waliays.xml -share/gnome/gtranslator/colorschemes/yef.xml -share/gnome/gtranslator/colorschemes/zuper.xml -share/gnome/gtranslator/dtd/umtf.dtd -share/gnome/gtranslator/scripts/build-gtranslator-learn-buffer.sh -share/gnome/gtranslator/scripts/cleanup-gtranslator-settings.sh -share/gnome/gtranslator/scripts/my-update.sh -share/gnome/help/gtranslator/C/figures/mainwindow.png -share/gnome/help/gtranslator/C/figures/prefs.png -share/gnome/help/gtranslator/C/figures/toolbar.png -share/gnome/help/gtranslator/C/gtranslator.xml -share/gnome/help/gtranslator/C/legal.xml -share/gnome/mime-info/gtranslator.keys -share/gnome/mime-info/gtranslator.mime -share/gnome/omf/gtranslator/gtranslator-C.omf -share/gnome/pixmaps/gnome-application-x-gmo.png -share/gnome/pixmaps/gnome-application-x-po.png -share/gnome/pixmaps/gtranslator.png -share/gnome/pixmaps/gtranslator/fuzzy.png -share/gnome/pixmaps/gtranslator/fuzzy_small.png -share/gnome/pixmaps/gtranslator/untranslated.png -share/gnome/pixmaps/gtranslator/untranslated_small.png -share/locale/am/LC_MESSAGES/gtranslator.mo -share/locale/az/LC_MESSAGES/gtranslator.mo -share/locale/be/LC_MESSAGES/gtranslator.mo -share/locale/ca/LC_MESSAGES/gtranslator.mo -share/locale/cs/LC_MESSAGES/gtranslator.mo -share/locale/da/LC_MESSAGES/gtranslator.mo -share/locale/de/LC_MESSAGES/gtranslator.mo -share/locale/el/LC_MESSAGES/gtranslator.mo -share/locale/en_GB/LC_MESSAGES/gtranslator.mo -share/locale/es/LC_MESSAGES/gtranslator.mo -share/locale/et/LC_MESSAGES/gtranslator.mo -share/locale/eu/LC_MESSAGES/gtranslator.mo -share/locale/fa/LC_MESSAGES/gtranslator.mo -share/locale/fi/LC_MESSAGES/gtranslator.mo -share/locale/fr/LC_MESSAGES/gtranslator.mo -share/locale/ga/LC_MESSAGES/gtranslator.mo -share/locale/gl/LC_MESSAGES/gtranslator.mo -share/locale/hu/LC_MESSAGES/gtranslator.mo -share/locale/id/LC_MESSAGES/gtranslator.mo -share/locale/it/LC_MESSAGES/gtranslator.mo -share/locale/ja/LC_MESSAGES/gtranslator.mo -share/locale/ko/LC_MESSAGES/gtranslator.mo -share/locale/lt/LC_MESSAGES/gtranslator.mo -share/locale/lv/LC_MESSAGES/gtranslator.mo -share/locale/nl/LC_MESSAGES/gtranslator.mo -share/locale/nn/LC_MESSAGES/gtranslator.mo -share/locale/no/LC_MESSAGES/gtranslator.mo -share/locale/pl/LC_MESSAGES/gtranslator.mo -share/locale/pt/LC_MESSAGES/gtranslator.mo -share/locale/pt_BR/LC_MESSAGES/gtranslator.mo -share/locale/ru/LC_MESSAGES/gtranslator.mo -share/locale/sk/LC_MESSAGES/gtranslator.mo -share/locale/sq/LC_MESSAGES/gtranslator.mo -share/locale/sr/LC_MESSAGES/gtranslator.mo -share/locale/sr@Latn/LC_MESSAGES/gtranslator.mo -share/locale/sv/LC_MESSAGES/gtranslator.mo -share/locale/ta/LC_MESSAGES/gtranslator.mo -share/locale/th/LC_MESSAGES/gtranslator.mo -share/locale/tr/LC_MESSAGES/gtranslator.mo -share/locale/uk/LC_MESSAGES/gtranslator.mo -share/locale/vi/LC_MESSAGES/gtranslator.mo -share/locale/wa/LC_MESSAGES/gtranslator.mo -share/locale/zh_CN/LC_MESSAGES/gtranslator.mo -share/locale/zh_TW/LC_MESSAGES/gtranslator.mo -@dirrm share/gnome/pixmaps/gtranslator -@dirrm share/gnome/omf/gtranslator -@dirrm share/gnome/help/gtranslator/C/figures -@dirrm share/gnome/help/gtranslator/C -@dirrm share/gnome/help/gtranslator -@dirrm share/gnome/gtranslator/scripts -@dirrm share/gnome/gtranslator/dtd -@dirrm share/gnome/gtranslator/colorschemes -@dirrm share/gnome/gtranslator diff --git a/devel/libbonobo/Makefile b/devel/libbonobo/Makefile deleted file mode 100644 index 5951bd469..000000000 --- a/devel/libbonobo/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: libbonobo -# Date Created: 14 February 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD: ports/devel/libbonobo/Makefile,v 1.32 2003/11/03 15:59:07 adamw Exp $ -# - -PORTNAME= libbonobo -PORTVERSION= 2.6.0 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.6 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A component and compound document system for GNOME2 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_BISON= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -USE_PERL5= yes -USE_GNOME= gnomehack intlhack libxml2 orbit2 -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> diff --git a/devel/libbonobo/distinfo b/devel/libbonobo/distinfo deleted file mode 100644 index 63bb6c5af..000000000 --- a/devel/libbonobo/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/libbonobo-2.6.0.tar.bz2) = 078942cb9c6a1a31f93958e993353f45 -SIZE (gnome2/libbonobo-2.6.0.tar.bz2) = 1059444 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-bonobo-activation::bonobo-activation-fork-server.c b/devel/libbonobo/files/patch-bonobo-activation::bonobo-activation-fork-server.c deleted file mode 100644 index db8d816a8..000000000 --- a/devel/libbonobo/files/patch-bonobo-activation::bonobo-activation-fork-server.c +++ /dev/null @@ -1,11 +0,0 @@ ---- bonobo-activation/bonobo-activation-fork-server.c.orig Fri Oct 18 06:15:11 2002 -+++ bonobo-activation/bonobo-activation-fork-server.c Sat Oct 19 15:35:03 2002 -@@ -364,6 +364,8 @@ - } else if ((childpid = fork ())) { - _exit (0); /* de-zombifier process, just exit */ - } else { -+ sigprocmask (SIG_SETMASK, &omask, NULL); -+ - setenv_activation_environment (environment); - - if (od_iorstr != NULL) { diff --git a/devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-init.c b/devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-init.c deleted file mode 100644 index 52cfebcd9..000000000 --- a/devel/libbonobo/files/patch-bonobo-activation_bonobo-activation-init.c +++ /dev/null @@ -1,18 +0,0 @@ ---- bonobo-activation/bonobo-activation-init.c.orig Sat Jun 14 02:09:52 2003 -+++ bonobo-activation/bonobo-activation-init.c Sat Jun 14 02:10:13 2003 -@@ -34,6 +34,7 @@ - #include "bonobo-activation-private.h" - #include "bonobo-activation-register.h" - #include "bonobo-activation-version.h" -+#include <sys/types.h> - #include <netinet/in.h> - #include <arpa/inet.h> - #include <fcntl.h> -@@ -44,7 +45,6 @@ - #include <stdlib.h> - #include <string.h> - #include <sys/socket.h> --#include <sys/types.h> - #include <sys/wait.h> - #include <unistd.h> - diff --git a/devel/libbonobo/files/patch-ltmain.sh b/devel/libbonobo/files/patch-ltmain.sh deleted file mode 100644 index 2719aeb6c..000000000 --- a/devel/libbonobo/files/patch-ltmain.sh +++ /dev/null @@ -1,51 +0,0 @@ ---- ltmain.sh.orig Thu Jun 5 08:09:04 2003 -+++ ltmain.sh Sat Jun 14 01:36:34 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/libbonobo/files/patch-server::Makefile.in b/devel/libbonobo/files/patch-server::Makefile.in deleted file mode 100644 index c821efc8e..000000000 --- a/devel/libbonobo/files/patch-server::Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- activation-server/Makefile.in.orig Wed May 7 16:36:09 2003 -+++ activation-server/Makefile.in Wed May 7 16:36:51 2003 -@@ -159,7 +159,7 @@ - -I$(top_builddir) \ - -I$(top_builddir)/bonobo-activation \ - -I$(top_srcdir)/bonobo-activation \ -- -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 f1a74a4a3..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 Oct 18 06:15:12 2002 -+++ activation-server/activation-server-main.c Sat Nov 9 01:50:36 2002 -@@ -127,7 +127,7 @@ - g_string_append (gnome_od_source_dir, - gnome_dirs[i]); - g_string_append (gnome_od_source_dir, -- "/lib/bonobo/servers:"); -+ "/libdata/bonobo/servers:"); - } - g_strfreev (gnome_dirs); - g_string_append_c (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 19f9323f3..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, controls and 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 dbaabad55..000000000 --- a/devel/libbonobo/pkg-plist +++ /dev/null @@ -1,162 +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-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.so -lib/libbonobo-2.a -lib/libbonobo-2.so -lib/libbonobo-2.so.0 -lib/libbonobo-activation.a -lib/libbonobo-activation.so -lib/libbonobo-activation.so.4 -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/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/eo/LC_MESSAGES/libbonobo-2.0.mo -share/locale/es/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/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/ko/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/nl/LC_MESSAGES/libbonobo-2.0.mo -share/locale/nn/LC_MESSAGES/libbonobo-2.0.mo -share/locale/no/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/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/yi/LC_MESSAGES/libbonobo-2.0.mo -share/locale/zh_CN/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 share/doc/bonobo-activation -@dirrm share/doc/libbonobo -@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 -@unexec /bin/rmdir %D/lib/bonobo/monikers 2>/dev/null || /usr/bin/true -@unexec /bin/rmdir %D/lib/bonobo 2>/dev/null || /usr/bin/true diff --git a/devel/libgconf-java/Makefile b/devel/libgconf-java/Makefile deleted file mode 100644 index 2dcff0d19..000000000 --- a/devel/libgconf-java/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -# New ports collection makefile for: libgconf-java -# Date created: 09 January 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libgconf-java -PORTVERSION= 2.5.6 -CATEGORIES= devel java -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Java wrapper for GConf - -BUILD_DEPENDS= ${LOCALBASE}/share/java/classes/gtk${GTK_API_VERSION}-${GTK_JAVA_VERSION}.jar:${PORTSDIR}/x11-toolkits/libgtk-java -RUN_DEPENDS= ${LOCALBASE}/share/java/classes/gtk${GTK_API_VERSION}-${GTK_JAVA_VERSION}.jar:${PORTSDIR}/x11-toolkits/libgtk-java - -USE_BZIP2= yes -USE_XLIB= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_JAVA= 1.2+ -USE_GNOME= gnomehack gconf2 -USE_REINPLACE= yes -CONFIGURE_ARGS= --without-gcj-compile \ - --with-java-prefix=${JAVA_HOME} -CONFIGURE_ENV= DB2="/dev/null" - -GCONF_API_VERSION= 2.6 -GTK_API_VERSION= 2.4 -VERSION= beta1 -GTK_JAVA_VERSION= beta1 -PLIST_SUB= GCONF_API_VERSION=${GCONF_API_VERSION} \ - PORTVERSION=${VERSION} - -PKGMESSAGE= ${WRKDIR}/pkg-message - -post-patch: - @${REINPLACE_CMD} -e 's|^GTKJAR=.*|GTKJAR=${LOCALBASE}/share/java/classes/gtk${GTK_API_VERSION}-${GTK_JAVA_VERSION}.jar|' \ - ${WRKSRC}/configure - -do-install: - ${MKDIR} ${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/lib/libgconfjava${GCONF_API_VERSION}.so.${VERSION} \ - ${PREFIX}/lib - ${LN} -sf ${PREFIX}/lib/libgconfjava${GCONF_API_VERSION}.so.${VERSION} ${PREFIX}/lib/libgconfjava${GCONF_API_VERSION}.so - ${MKDIR} ${JAVAJARDIR} - ${INSTALL_DATA} ${WRKSRC}/lib/gconf${GCONF_API_VERSION}-${VERSION}.jar \ - ${JAVAJARDIR} - ${LN} -sf ${JAVAJARDIR}/gconf${GCONF_API_VERSION}-${VERSION}.jar \ - ${JAVAJARDIR}/gconf${GCONF_API_VERSION}.jar - -post-install: - @${SED} -e 's|%%JAVAJARDIR%%|${JAVAJARDIR}|g ; \ - s|%%PREFIX%%|${PREFIX}|g ; \ - s|%%GCONF_API_VERSION%%|${GCONF_API_VERSION}|g' \ - < ${PKGDIR}/pkg-message > ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/devel/libgconf-java/distinfo b/devel/libgconf-java/distinfo deleted file mode 100644 index ecd453ac5..000000000 --- a/devel/libgconf-java/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/libgconf-java-2.5.6.tar.bz2) = 07fe1b261d0da375b05ca55b2866b0b2 -SIZE (gnome2/libgconf-java-2.5.6.tar.bz2) = 51401 diff --git a/devel/libgconf-java/files/patch-src_Makefile.in b/devel/libgconf-java/files/patch-src_Makefile.in deleted file mode 100644 index 2e845effe..000000000 --- a/devel/libgconf-java/files/patch-src_Makefile.in +++ /dev/null @@ -1,28 +0,0 @@ ---- src/Makefile.in.orig Sat Feb 7 23:00:54 2004 -+++ src/Makefile.in Sat Feb 7 23:03:03 2004 -@@ -60,6 +60,7 @@ - LIBGTKHTML_LIBS=@LIBGTKHTML_LIBS@ - GNOME_CFLAGS=@GNOME_CFLAGS@ - GNOME_LIBS=@GNOME_LIBS@ -+GCONF_CFLAGS=@GCONF_CFLAGS@ - LIBGLADE_CFLAGS=@LIBGLADE_CFLAGS@ - LIBGLADE_LIBS=@LIBGLADE_LIBS@ - GCJ=@GCJ@ -fPIC -fjni -@@ -70,7 +71,7 @@ - - .c.o: - $(CC) -c $(CFLAGS) $< -o $@ $(JAVA_INCLUDES) $(GTK_CFLAGS) \ -- $(LIBGTKHTML_CFLAGS) $(GNOME_CFLAGS) $(LIBGLADE_CFLAGS) -+ $(GCONF_CFLAGS) - #-D@MACRO_FLAG@ - - .java.o: -@@ -104,7 +105,7 @@ - COMPILED_CLASSES:=$(shell echo $(CLASSES) | sed -e 's=\.class=\.o=g' ) - - ../lib/gconf${apiversion}.jar: $(CLASSES) -- @(cd build-java; $(JAR) cf ../../lib/gconf${apiversion}-${version}.jar `find -name "*.class"` ) -+ @(cd build-java; $(JAR) cf ../../lib/gconf${apiversion}-${version}.jar `find . -name "*.class"` ) - @(cd ../lib; test ! -L gconf${apiversion}.jar && ln -s gconf${apiversion}-${version}.jar gconf${apiversion}.jar) || exit 0 - - jar: dirs ../lib/gconf${apiversion}.jar diff --git a/devel/libgconf-java/files/patch-src_jni_org_gnu_gconf_ConfValue.c b/devel/libgconf-java/files/patch-src_jni_org_gnu_gconf_ConfValue.c deleted file mode 100644 index 45e65648a..000000000 --- a/devel/libgconf-java/files/patch-src_jni_org_gnu_gconf_ConfValue.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/jni/org_gnu_gconf_ConfValue.c.orig Thu Feb 19 16:19:17 2004 -+++ src/jni/org_gnu_gconf_ConfValue.c Thu Feb 19 16:19:46 2004 -@@ -111,8 +111,9 @@ - jclass aCls = NULL; - guint len; - jobjectArray ar; -+ GConfValueType vt; - len = g_slist_length(list); -- GConfValueType vt = gconf_value_get_list_type((GConfValue*)value); -+ vt = gconf_value_get_list_type((GConfValue*)value); - if (vt == GCONF_VALUE_STRING) - aCls = (*env)->FindClass(env, "java/lang/String"); - else if (vt == GCONF_VALUE_INT) diff --git a/devel/libgconf-java/pkg-descr b/devel/libgconf-java/pkg-descr deleted file mode 100644 index abc1cdd10..000000000 --- a/devel/libgconf-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/libgconf-java/pkg-message b/devel/libgconf-java/pkg-message deleted file mode 100644 index 651dad538..000000000 --- a/devel/libgconf-java/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -************************************************************************ -Libgconf-java was successfully installed. In order to build and run GTK+ -Java applications, you must add the following to your CLASSPATH: - -%%JAVAJARDIR%%/gconf%%GCONF_API_VERSION%%.jar - -************************************************************************ diff --git a/devel/libgconf-java/pkg-plist b/devel/libgconf-java/pkg-plist deleted file mode 100644 index bd5a55f13..000000000 --- a/devel/libgconf-java/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -lib/libgconfjava%%GCONF_API_VERSION%%.so -lib/libgconfjava%%GCONF_API_VERSION%%.so.%%PORTVERSION%% -share/java/classes/gconf%%GCONF_API_VERSION%%-%%PORTVERSION%%.jar -share/java/classes/gconf%%GCONF_API_VERSION%%.jar diff --git a/devel/libglade-java/Makefile b/devel/libglade-java/Makefile deleted file mode 100644 index cbb1eaded..000000000 --- a/devel/libglade-java/Makefile +++ /dev/null @@ -1,73 +0,0 @@ -# New ports collection makefile for: libglade-java -# Date created: 28 February 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libglade-java -PORTVERSION= 2.3.6 -CATEGORIES= devel java -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.3 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Java wrapper for libglade - -BUILD_DEPENDS= ${LOCALBASE}/share/java/classes/gtk${GTK_API_VERSION}-${GTK_JAVA_VERSION}.jar:${PORTSDIR}/x11-toolkits/libgtk-java \ - ${LOCALBASE}/share/java/classes/gnome${GNOME_API_VERSION}-${GNOME_JAVA_VERSION}.jar:${PORTSDIR}/x11/libgnome-java -RUN_DEPENDS= ${LOCALBASE}/share/java/classes/gtk${GTK_API_VERSION}-${GTK_JAVA_VERSION}.jar:${PORTSDIR}/x11-toolkits/libgtk-java \ - ${LOCALBASE}/share/java/classes/gnome${GNOME_API_VERSION}-${GNOME_JAVA_VERSION}.jar:${PORTSDIR}/x11/libgnome-java - -USE_BZIP2= yes -USE_XLIB= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_JAVA= 1.2+ -USE_GNOME= gnomehack libglade2 -USE_REINPLACE= yes -CONFIGURE_ARGS= --without-gcj-compile \ - --with-java-prefix=${JAVA_HOME} -CONFIGURE_ENV= DB2="/dev/null" - -GLADE_API_VERSION= 2.4 -GTK_API_VERSION= 2.4 -GNOME_API_VERSION= 2.6 -GTK_JAVA_VERSION= beta1 -GNOME_JAVA_VERSION= beta1 -VERSION= beta1 -PLIST_SUB= GLADE_API_VERSION=${GLADE_API_VERSION} \ - PORTVERSION=${VERSION} - -PKGMESSAGE= ${WRKDIR}/pkg-message - -post-patch: - @${REINPLACE_CMD} -e 's|^GTKJAR=.*|GTKJAR=${LOCALBASE}/share/java/classes/gtk${GTK_API_VERSION}-${GTK_JAVA_VERSION}.jar| ; \ - s|^GNOMEJAR=.*|GNOMEJAR=${LOCALBASE}/share/java/classes/gnome${GNOME_API_VERSION}-${GNOME_JAVA_VERSION}.jar|' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|@gtkapiversion@|${GTK_API_VERSION}|g ; \ - s|@apiversion@|${GLADE_API_VERSION}|g ; \ - s|@version@|${VERSION}|g' \ - ${WRKSRC}/src/Makefile.in \ - ${WRKSRC}/src/java/org/gnu/glade/LibGlade.java.in - -do-install: - ${MKDIR} ${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/lib/libgladejava${GLADE_API_VERSION}.so.${VERSION} \ - ${PREFIX}/lib - ${LN} -sf ${PREFIX}/lib/libgladejava${GLADE_API_VERSION}.so.${VERSION} ${PREFIX}/lib/libgladejava${GLADE_API_VERSION}.so - ${MKDIR} ${JAVAJARDIR} - ${INSTALL_DATA} ${WRKSRC}/lib/glade${GLADE_API_VERSION}-${VERSION}.jar \ - ${JAVAJARDIR} - ${LN} -sf ${JAVAJARDIR}/lib/glade${GLADE_API_VERSION}-${VERSION}.jar \ - ${JAVAJARDIR}/glade${GLADE_API_VERSION}.jar - -post-install: - @${SED} -e 's|%%JAVAJARDIR%%|${JAVAJARDIR}|g ; \ - s|%%PREFIX%%|${PREFIX}|g ; \ - s|%%GLADE_API_VERSION%%|${GLADE_API_VERSION}|g' \ - < ${PKGDIR}/pkg-message > ${PKGMESSAGE} - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/devel/libglade-java/distinfo b/devel/libglade-java/distinfo deleted file mode 100644 index 0d208298a..000000000 --- a/devel/libglade-java/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/libglade-java-2.3.6.tar.bz2) = 45d7a64c2c521029a8482a263420d4f1 -SIZE (gnome2/libglade-java-2.3.6.tar.bz2) = 51429 diff --git a/devel/libglade-java/files/patch-src_Makefile.in b/devel/libglade-java/files/patch-src_Makefile.in deleted file mode 100644 index dfaeedb05..000000000 --- a/devel/libglade-java/files/patch-src_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig Sun Feb 29 00:06:56 2004 -+++ src/Makefile.in Sun Feb 29 00:07:36 2004 -@@ -105,7 +105,7 @@ - COMPILED_CLASSES:=$(shell echo $(CLASSES) | sed -e 's=\.class=\.o=g' ) - - ../lib/glade${apiversion}.jar: $(CLASSES) -- @(cd build-java; $(JAR) cf ../../lib/glade${apiversion}-${version}.jar `find -name "*.class"` ) -+ @(cd build-java; $(JAR) cf ../../lib/glade${apiversion}-${version}.jar `find . -name "*.class"` ) - @(cd ../lib; test ! -L glade${apiversion}.jar && ln -s glade${apiversion}-${version}.jar glade${apiversion}.jar) || exit 0 - - jar: dirs ../lib/glade${apiversion}.jar diff --git a/devel/libglade-java/pkg-descr b/devel/libglade-java/pkg-descr deleted file mode 100644 index abc1cdd10..000000000 --- a/devel/libglade-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/libglade-java/pkg-message b/devel/libglade-java/pkg-message deleted file mode 100644 index f5534e4a6..000000000 --- a/devel/libglade-java/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -************************************************************************ -Libglade-java was successfully installed. In order to build and run GTK+ -Java applications, you must add the following to your CLASSPATH: - -%%JAVAJARDIR%%/glade%%GLADE_API_VERSION%%.jar - -************************************************************************ diff --git a/devel/libglade-java/pkg-plist b/devel/libglade-java/pkg-plist deleted file mode 100644 index 38de64e9b..000000000 --- a/devel/libglade-java/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -lib/libgladejava%%GLADE_API_VERSION%%.so -lib/libgladejava%%GLADE_API_VERSION%%.so.%%PORTVERSION%% -share/java/classes/glade2.3-%%PORTVERSION%%.jar -share/java/classes/glade%%GLADE_API_VERSION%%.jar diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile deleted file mode 100644 index 6cc159cd8..000000000 --- a/devel/libglade2/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: libglade2 -# Date created: 18 August 1999 -# Whom: Ade Lovett <ade@lovett.com> -# -# $FreeBSD: ports/devel/libglade2/Makefile,v 1.50 2003/11/04 18:08:47 perky Exp $ -# - -PORTNAME= libglade2 -PORTVERSION= 2.3.6 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.3 -DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME glade library - -BUILD_DEPENDS= ${PYEXPAT} -RUN_DEPENDS= ${PYEXPAT} \ - xmlcatmgr:${PORTSDIR}/textproc/xmlcatmgr - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_REINPLACE= yes -USE_GMAKE= yes -USE_PYTHON= yes -USE_LIBTOOL_VER=13 -USE_GNOME= gnomehack libxml2 gtk20 -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -PLIST_SUB= XMLCATALOG="${LOCALBASE}/bin/xmlcatalog" \ - CATALOG_PORTS_XML="${LOCALBASE}/share/xml/catalog.ports" - -.include <bsd.port.mk> diff --git a/devel/libglade2/distinfo b/devel/libglade2/distinfo deleted file mode 100644 index 1ac601a8e..000000000 --- a/devel/libglade2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/libglade-2.3.6.tar.bz2) = f579c881b95e6dee0f55f82940eb2004 -SIZE (gnome2/libglade-2.3.6.tar.bz2) = 343224 diff --git a/devel/libglade2/files/patch-ab b/devel/libglade2/files/patch-ab deleted file mode 100644 index a09056d33..000000000 --- a/devel/libglade2/files/patch-ab +++ /dev/null @@ -1,29 +0,0 @@ ---- Makefile.in.orig Wed Jan 14 17:20:11 2004 -+++ Makefile.in Wed Jan 14 17:23:52 2004 -@@ -18,7 +18,7 @@ - top_srcdir = @top_srcdir@ - VPATH = @srcdir@ - pkgdatadir = $(datadir)/@PACKAGE@ --pkglibdir = $(libdir)/@PACKAGE@ -+pkglibdir = $(prefix)/libdata/pkgconfig - pkgincludedir = $(includedir)/@PACKAGE@ - top_builddir = . - -@@ -169,7 +169,7 @@ - sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ --SUBDIRS = glade doc tests -+SUBDIRS = glade doc - - INCLUDES = $(LIBGLADE_CFLAGS) - -@@ -188,7 +188,7 @@ - - - # handling of the XML catalog --XMLCATALOG = /etc/xml/catalog -+XMLCATALOG = $(LOCALBASE)/share/xml/catalog.ports - - xmldir = $(datadir)/xml/libglade - xml_DATA = glade-2.0.dtd diff --git a/devel/libglade2/files/patch-configure b/devel/libglade2/files/patch-configure deleted file mode 100644 index 1b2eb098f..000000000 --- a/devel/libglade2/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ - -$FreeBSD: ports/devel/libglade2/files/patch-configure,v 1.2 2003/02/07 18:42:05 marcus Exp $ - ---- configure 2002/04/26 09:41:08 1.1 -+++ configure 2002/04/26 09:41:27 -@@ -7406,6 +7406,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' diff --git a/devel/libglade2/pkg-descr b/devel/libglade2/pkg-descr deleted file mode 100644 index dd6a386e9..000000000 --- a/devel/libglade2/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -A library that allows you to load GLADE interfaces at runtime (you don't -have to generate stubs with GLADE before hand). This way you can change -the look of your application without recompiling. This way you can write -the logic behind the interface separately from the code to build the -interface, so changing the interface is not so much of a problem. diff --git a/devel/libglade2/pkg-plist b/devel/libglade2/pkg-plist deleted file mode 100644 index f1b4720d6..000000000 --- a/devel/libglade2/pkg-plist +++ /dev/null @@ -1,37 +0,0 @@ -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.so -lib/libglade-2.0.so.0 -libdata/pkgconfig/libglade-2.0.pc -share/doc/libglade/GladeXML.html -share/doc/libglade/home.png -share/doc/libglade/index.html -share/doc/libglade/index.sgml -share/doc/libglade/left.png -share/doc/libglade/libglade-Libglade-Build.html -share/doc/libglade/libglade-Libglade-Initialisation.html -share/doc/libglade/libglade-Libglade-SAX-Parser.html -share/doc/libglade/libglade-dtd.html -share/doc/libglade/libglade-dtd-exceptions.html -share/doc/libglade/libglade-embedding.html -share/doc/libglade/libglade-extending.html -share/doc/libglade/libglade-i18n.html -share/doc/libglade/libglade-lib.html -share/doc/libglade/libglade-modules.html -share/doc/libglade/libglade-notes.html -share/doc/libglade/libglade.devhelp -share/doc/libglade/right.png -share/doc/libglade/up.png -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 -@dirrm share/xml/libglade -@dirrm share/doc/libglade -@dirrm include/libglade-2.0/glade -@dirrm include/libglade-2.0 -@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 13717d7ad..000000000 --- a/devel/libglademm/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: libglademm -# Date created: 22 May 2003 -# Whom: Alexander Nedotsukov <bland@mail.ru> -# -# $FreeBSD: ports/devel/libglademm/Makefile,v 1.5 2003/09/30 06:21:39 bland Exp $ -# - -PORTNAME= libglademm -PORTVERSION= 2.3.0 -PORTREVISION= 3 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.3 -DIST_SUBDIR= gnome2 - -MAINTAINER= bland@FreeBSD.org -COMMENT= C++ wrapper for libglade2 library - -LIB_DEPENDS= gtkmm-2.3.4:${PORTSDIR}/x11-toolkits/gtk--2 -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomehack lthack libglade2 -USE_LIBTOOL_VER=13 -INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-static - -PLIST_SUB= VERSION="2.3" API_VERSION="2.4" - -.include <bsd.port.mk> diff --git a/devel/libglademm/distinfo b/devel/libglademm/distinfo deleted file mode 100644 index 6dafa9051..000000000 --- a/devel/libglademm/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome2/libglademm-2.3.0.tar.bz2) = 2f23868e9f203ca6c4058ebd23ca07e6 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 fbef1565e..000000000 --- a/devel/libglademm/pkg-plist +++ /dev/null @@ -1,21 +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-2.0/proc/m4/convert.m4 -lib/libglademm-2.0/proc/m4/convert_libglademm.m4 -lib/libglademm-%%VERSION%%.a -lib/libglademm-%%VERSION%%.so -lib/libglademm-%%VERSION%%.so.1 -lib/libglademm-%%API_VERSION%%/include/libglademmconfig.h -libdata/pkgconfig/libglademm-%%API_VERSION%%.pc -@dirrm lib/libglademm-%%API_VERSION%%/include -@dirrm lib/libglademm-%%API_VERSION%% -@dirrm lib/libglademm-2.0/proc/m4 -@dirrm lib/libglademm-2.0/proc -@dirrm lib/libglademm-2.0 -@dirrm include/libglademm-%%API_VERSION%%/libglademm/private -@dirrm include/libglademm-%%API_VERSION%%/libglademm -@dirrm include/libglademm-%%API_VERSION%% diff --git a/devel/libgtop2/Makefile b/devel/libgtop2/Makefile deleted file mode 100644 index d7ee952a1..000000000 --- a/devel/libgtop2/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: libgtop2 -# Date Created: 29 April 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/devel/libgtop2/Makefile,v 1.77 2003/11/14 14:35:23 bland Exp $ -# - -PORTNAME= libgtop2 -PORTVERSION= 2.5.2 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.5 -DISTNAME= libgtop-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 top library - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt - -USE_BZIP2= yes -USE_PERL5= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomehack glib20 -USE_REINPLACE= yes -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -INFO= libgtop2 - -post-install: - @${CHGRP} kmem ${PREFIX}/bin/libgtop_server2 - @${CHMOD} 2555 ${PREFIX}/bin/libgtop_server2 - -.include <bsd.port.mk> diff --git a/devel/libgtop2/distinfo b/devel/libgtop2/distinfo deleted file mode 100644 index 7614d6251..000000000 --- a/devel/libgtop2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/libgtop-2.5.2.tar.bz2) = 92b9665293df3b54a00ddfda40c9d04e -SIZE (gnome2/libgtop-2.5.2.tar.bz2) = 935545 diff --git a/devel/libgtop2/files/patch-ah b/devel/libgtop2/files/patch-ah deleted file mode 100644 index bbffe4a0c..000000000 --- a/devel/libgtop2/files/patch-ah +++ /dev/null @@ -1,38 +0,0 @@ ---- sysdeps/freebsd/procmap.c.orig Wed Mar 10 21:23:52 2004 -+++ sysdeps/freebsd/procmap.c Thu Mar 11 21:45:33 2004 -@@ -104,7 +104,7 @@ - glibtop_map_entry *maps; - #if defined __FreeBSD__ - struct vnode vnode; --#if __FreeBSD_version >= 500039 -+#if __FreeBSD_version < 500039 - struct inode inode; - #endif - #endif -@@ -122,8 +122,10 @@ - - /* Get the process data */ - pinfo = kvm_getprocs (server->machine.kd, KERN_PROC_PID, pid, &count); -- if ((pinfo == NULL) || (count < 1)) -+ if ((pinfo == NULL) || (count < 1)) { - glibtop_error_io_r (server, "kvm_getprocs (%d)", pid); -+ return NULL; -+ } - - /* Now we get the memory maps. */ - -@@ -280,13 +282,9 @@ - &inode, sizeof (inode)) != sizeof (inode)) - glibtop_error_io_r (server, "kvm_read (inode)"); - -- if (kvm_read (server->machine.kd, -- (unsigned long) vnode.v_mount, -- &mount, sizeof (mount)) != sizeof (mount)) -- glibtop_error_io_r (server, "kvm_read (mount)"); --#endif - maps [i-1].inode = inode.i_number; - maps [i-1].device = inode.i_dev; -+#endif - #endif - } while (entry.next != first); - diff --git a/devel/libgtop2/files/patch-configure b/devel/libgtop2/files/patch-configure deleted file mode 100644 index 662f75ac3..000000000 --- a/devel/libgtop2/files/patch-configure +++ /dev/null @@ -1,15 +0,0 @@ ---- configure.orig Thu Mar 11 15:38:00 2004 -+++ configure Thu Mar 11 15:38:00 2004 -@@ -1917,9 +1917,9 @@ - - # libtool versioning - LT_RELEASE=$LIBGTOP_MAJOR_VERSION.$LIBGTOP_MINOR_VERSION --LT_CURRENT=$LIBGTOP_CURRENT --LT_REVISION=$LIBGTOP_REVISION --LT_AGE=$LIBGTOP_AGE -+LT_CURRENT=2 -+LT_REVISION=0 -+LT_AGE=0 - LT_VERSION_INFO="-version-info ${LT_CURRENT}:${LT_REVISION}:${LT_AGE}" - - diff --git a/devel/libgtop2/files/patch-lib::command.c b/devel/libgtop2/files/patch-lib::command.c deleted file mode 100644 index 4bb3aefb1..000000000 --- a/devel/libgtop2/files/patch-lib::command.c +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/command.c.orig Tue Sep 9 09:47:58 2003 -+++ lib/command.c Tue Sep 9 08:14:33 2003 -@@ -38,6 +38,7 @@ - glibtop_init_r (&server, 0, 0); - - memset (&cmnd, 0, sizeof (glibtop_command)); -+ memset (&response, 0, sizeof (glibtop_response)); - - cmnd.command = command; - diff --git a/devel/libgtop2/files/patch-lib::lib.pl b/devel/libgtop2/files/patch-lib::lib.pl deleted file mode 100644 index 6e08ba030..000000000 --- a/devel/libgtop2/files/patch-lib::lib.pl +++ /dev/null @@ -1,62 +0,0 @@ ---- lib/lib.pl.orig Mon Sep 1 20:17:45 2003 -+++ lib/lib.pl Wed Sep 3 11:53:12 2003 -@@ -116,6 +116,8 @@ - $param_decl = ''; - $send_size = ''; - $send_ptr = ''; -+ $send_buf_decl = ''; -+ $send_buf = ''; - $nr_params = (@params = split(/:/, $param_def, 9999)); - for ($param = 1; $param <= $nr_params; $param++) { - $list = $params[$param]; -@@ -135,28 +137,37 @@ - - $fields[$field]; - $call_param = $call_param . ', ' . $fields[$field]; -- if ($send_ptr eq '') { -- $send_ptr = "\n\tconst void *send_ptr = &" . -- -- $fields[$field] . ';'; -- } -- if ($send_size eq '') { -- $send_size = "\n\tconst size_t send_size =\n\t\t"; -+ if ($send_buf eq '') { -+ $send_size = "\n\tconst size_t send_size = "; -+ $send_ptr = "\n\tconst void *send_ptr = &"; -+ if ($nr_params == 1 && $count == 1) { -+ $send_size = $send_size . 'sizeof (' . $fields[$field] . ');'; -+ $send_ptr = $send_ptr . $fields[$field] . ';'; -+ last; -+ } -+ $send_size = $send_size . 'sizeof (send_buf);'; -+ $send_ptr = $send_ptr . 'send_buf;'; - } - else { -- $send_size = $send_size . ' + '; -+ $send_buf_decl = $send_buf_decl . ' '; -+ $send_buf = $send_buf . ', '; - } -- $send_size = $send_size . 'sizeof (' . $fields[$field] . ')'; -+ $send_buf_decl = $send_buf_decl . '' . $convert{$type} . ' ' . -+ -+ $fields[$field] . ';'; -+ $send_buf = $send_buf . '' . $fields[$field]; - } - } -- if ($send_size ne '') { -- $send_size = $send_size . ';'; -- } -- else { -+ if ($send_size eq '') { - $send_size = "\n\tconst size_t send_size = 0;"; - } - if ($send_ptr eq '') { - $send_ptr = "\n\tconst void *send_ptr = NULL;"; -+ } -+ if ($send_buf ne '') { -+ $send_ptr = "\n\tconst struct { " . $send_buf_decl . " } send_buf =\n" . -+ "\t\t{ " . $send_buf . ' };' . -+ $send_ptr; - } - } - diff --git a/devel/libgtop2/files/patch-lib::read.c b/devel/libgtop2/files/patch-lib::read.c deleted file mode 100644 index 38583f876..000000000 --- a/devel/libgtop2/files/patch-lib::read.c +++ /dev/null @@ -1,28 +0,0 @@ ---- lib/read.c.orig Mon Oct 20 11:19:41 2003 -+++ lib/read.c Fri Nov 14 14:37:00 2003 -@@ -22,6 +22,7 @@ - */ - - #include <config.h> -+#include <errno.h> - #include <glibtop/read.h> - #include <libgnome/gnome-i18n.h> - -@@ -68,12 +69,16 @@ - fprintf (stderr, "LIBRARY: really reading %d bytes.\n", size); - #endif - -+retry: - if (server->socket) { - do_read (server->socket, buf, size); - } else { - ret = read (server->input [0], buf, size); - } - -- if (ret < 0) -+ if (ret < 0) { -+ if (errno == EINTR) -+ goto retry; - glibtop_error_io_r (server, _("read %d bytes"), size); -+ } - } diff --git a/devel/libgtop2/files/patch-lib::write.c b/devel/libgtop2/files/patch-lib::write.c deleted file mode 100644 index 45c2434ea..000000000 --- a/devel/libgtop2/files/patch-lib::write.c +++ /dev/null @@ -1,28 +0,0 @@ ---- lib/write.c.orig Mon Sep 8 23:05:01 2003 -+++ lib/write.c Tue Sep 9 10:04:37 2003 -@@ -21,6 +21,7 @@ - Boston, MA 02111-1307, USA. - */ - -+#include <errno.h> - #include <glibtop/write.h> - - /* Writes some data to server. */ -@@ -38,12 +39,16 @@ - fprintf (stderr, "LIBRARY: really writing %d bytes.\n", 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, _("write %d bytes"), size); -+ } - } diff --git a/devel/libgtop2/files/patch-ltmain.sh b/devel/libgtop2/files/patch-ltmain.sh deleted file mode 100644 index 54bbcbc57..000000000 --- a/devel/libgtop2/files/patch-ltmain.sh +++ /dev/null @@ -1,42 +0,0 @@ ---- ltmain.sh.orig Sun Aug 24 18:53:15 2003 -+++ ltmain.sh Sun Aug 24 18:57:42 2003 -@@ -1060,8 +1060,16 @@ - continue - ;; - -+ -pthread) -+ compile_command="$compile_command -pthread" -+ finalize_command="$finalize_command -pthread" -+ compiler_command="$compiler_flags -pthread" -+ continue -+ ;; -+ - -module) - module=yes -+ build_old_libs=no - continue - ;; - -@@ -2444,6 +2452,9 @@ - *-*-openbsd*) - # Do not include libc due to us having libc/libc_r. - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems if necessary. - if test $build_libtool_need_lc = "yes"; then -@@ -4210,10 +4221,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/libgtop2/files/patch-src::daemon::io.c b/devel/libgtop2/files/patch-src::daemon::io.c deleted file mode 100644 index 0a11649ce..000000000 --- a/devel/libgtop2/files/patch-src::daemon::io.c +++ /dev/null @@ -1,58 +0,0 @@ ---- src/daemon/io.c.orig Sun Oct 19 12:54:32 2003 -+++ src/daemon/io.c Mon Dec 1 13:50:25 2003 -@@ -21,6 +21,7 @@ - Boston, MA 02111-1307, USA. - */ - -+#include <errno.h> - #include "daemon.h" - - void -@@ -35,9 +36,13 @@ - 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"); -@@ -47,10 +52,13 @@ - #ifdef REAL_DEBUG - 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"); -@@ -66,6 +74,7 @@ - size_t already_read = 0, remaining = total_size; - - while (already_read < total_size) { -+retry: - if (s) - nread = recv (s, ptr, remaining, 0); - else -@@ -77,6 +86,8 @@ - } - - if (nread <= 0) { -+ if (errno == EINTR) -+ goto retry; - glibtop_warn_io ("recv"); - return 0; - } diff --git a/devel/libgtop2/files/patch-src_daemon_server.c b/devel/libgtop2/files/patch-src_daemon_server.c deleted file mode 100644 index bf0bba5c7..000000000 --- a/devel/libgtop2/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/libgtop2/files/patch-sysdeps::freebsd::procmem.c b/devel/libgtop2/files/patch-sysdeps::freebsd::procmem.c deleted file mode 100644 index e61274b13..000000000 --- a/devel/libgtop2/files/patch-sysdeps::freebsd::procmem.c +++ /dev/null @@ -1,30 +0,0 @@ ---- sysdeps/freebsd/procmem.c.orig Wed Mar 10 21:23:52 2004 -+++ sysdeps/freebsd/procmem.c Thu Mar 11 15:46:05 2004 -@@ -125,7 +125,7 @@ - #else - struct vm_object object; - #endif -- struct plimit plimit; -+ struct rlimit rlimit; - int count; - - glibtop_init_p (server, (1L << GLIBTOP_SYSDEPS_PROC_MEM), 0); -@@ -160,15 +160,12 @@ - - #define PROC_VMSPACE kp_proc.p_vmspace - -- if (kvm_read (server->machine.kd, -- (unsigned long) pinfo [0].PROC_VMSPACE, -- (char *) &plimit, sizeof (plimit)) != sizeof (plimit)) { -- glibtop_warn_io_r (server, "kvm_read (plimit)"); -+ if (getrlimit (RLIMIT_RSS, &rlimit) < 0) { -+ glibtop_warn_io_r (server, "getrlimit"); - return; - } - -- buf->rss_rlim = (guint64) -- (plimit.pl_rlimit [RLIMIT_RSS].rlim_cur); -+ buf->rss_rlim = (u_int64_t) (rlimit.rlim_cur); - - vms = &pinfo [0].kp_eproc.e_vm; - diff --git a/devel/libgtop2/files/patch-sysdeps::freebsd::proctime.c b/devel/libgtop2/files/patch-sysdeps::freebsd::proctime.c deleted file mode 100644 index 37b5b56df..000000000 --- a/devel/libgtop2/files/patch-sysdeps::freebsd::proctime.c +++ /dev/null @@ -1,48 +0,0 @@ ---- sysdeps/freebsd/proctime.c.orig Wed Mar 10 21:23:52 2004 -+++ sysdeps/freebsd/proctime.c Thu Mar 11 15:47:35 2004 -@@ -59,6 +59,7 @@ - - #ifndef __FreeBSD__ - -+#ifndef __FreeBSD__ - static void - calcru(p, up, sp, ip) - struct proc *p; -@@ -81,19 +82,10 @@ - tot = 1; - } - --#if (defined __FreeBSD__) && (__FreeBSD_version >= 300003) -- -- /* This was changed from a `struct timeval' into a `guint64' -- * on FreeBSD 3.0 and renamed p_rtime -> p_runtime. -- */ -- -- totusec = (u_quad_t) p->p_runtime; --#else - sec = p->p_rtime.tv_sec; - usec = p->p_rtime.tv_usec; - - totusec = (quad_t)sec * 1000000 + usec; --#endif - - if (totusec < 0) { - /* XXX no %qd in kernel. Truncate. */ -@@ -116,6 +108,7 @@ - ip->tv_usec = it % 1000000; - } - } -+#endif - - #endif /* !__FreeBSD__ */ - -@@ -133,9 +126,6 @@ - #endif - struct pstats pstats; - int count; -- -- char filename [BUFSIZ]; -- struct stat statb; - - glibtop_init_p (server, (1L << GLIBTOP_SYSDEPS_PROC_TIME), 0); - diff --git a/devel/libgtop2/files/patch-sysdeps_common_fsusage.c b/devel/libgtop2/files/patch-sysdeps_common_fsusage.c deleted file mode 100644 index b64ec4986..000000000 --- a/devel/libgtop2/files/patch-sysdeps_common_fsusage.c +++ /dev/null @@ -1,29 +0,0 @@ ---- sysdeps/common/fsusage.c.orig Thu Mar 11 15:53:36 2004 -+++ sysdeps/common/fsusage.c Thu Mar 11 15:56:37 2004 -@@ -28,7 +28,7 @@ - # endif - #endif - #ifndef UINTMAX_MAX --# define UINTMAX_MAX ((uintmax_t) -1) -+# define UINTMAX_MAX ((uint64_t) -1) - #endif - - #include <sys/types.h> -@@ -84,7 +84,7 @@ - a uintmax_t value that is all 1 bits if X is all 1 bits, even if X - is unsigned and narrower than uintmax_t. */ - #define PROPAGATE_ALL_ONES(x) \ -- ((sizeof (x) < sizeof (uintmax_t) \ -+ ((sizeof (x) < sizeof (uint64_t) \ - && (~ (x) == (sizeof (x) < sizeof (int) \ - ? - (1 << (sizeof (x) * CHAR_BIT)) \ - : 0))) \ -@@ -92,7 +92,7 @@ - - /* Extract the top bit of X as an uintmax_t value. */ - #define EXTRACT_TOP_BIT(x) ((x) \ -- & ((uintmax_t) 1 << (sizeof (x) * CHAR_BIT - 1))) -+ & ((uint64_t) 1 << (sizeof (x) * CHAR_BIT - 1))) - - /* If a value is negative, many space usage primitives store it into an - integer variable by assignment, even if the variable's type is unsigned. diff --git a/devel/libgtop2/files/patch-sysdeps_common_fsusage.h b/devel/libgtop2/files/patch-sysdeps_common_fsusage.h deleted file mode 100644 index bca23d9ae..000000000 --- a/devel/libgtop2/files/patch-sysdeps_common_fsusage.h +++ /dev/null @@ -1,25 +0,0 @@ ---- sysdeps/common/fsusage.h.orig Thu Mar 11 15:54:03 2004 -+++ sysdeps/common/fsusage.h Thu Mar 11 15:56:12 2004 -@@ -20,15 +20,17 @@ - #if !defined FSUSAGE_H_ - # define FSUSAGE_H_ - -+#include <sys/types.h> -+ - struct fs_usage - { - int fsu_blocksize; /* Size of a block. */ -- uintmax_t fsu_blocks; /* Total blocks. */ -- uintmax_t fsu_bfree; /* Free blocks available to superuser. */ -- uintmax_t fsu_bavail; /* Free blocks available to non-superuser. */ -+ uint64_t fsu_blocks; /* Total blocks. */ -+ uint64_t fsu_bfree; /* Free blocks available to superuser. */ -+ uint64_t fsu_bavail; /* Free blocks available to non-superuser. */ - int fsu_bavail_top_bit_set; /* 1 if fsu_bavail represents a value < 0. */ -- uintmax_t fsu_files; /* Total file nodes. */ -- uintmax_t fsu_ffree; /* Free file nodes. */ -+ uint64_t fsu_files; /* Total file nodes. */ -+ uint64_t fsu_ffree; /* Free file nodes. */ - }; - - # ifndef PARAMS diff --git a/devel/libgtop2/files/patch-sysdeps_common_mountlist.c b/devel/libgtop2/files/patch-sysdeps_common_mountlist.c deleted file mode 100644 index 62269380b..000000000 --- a/devel/libgtop2/files/patch-sysdeps_common_mountlist.c +++ /dev/null @@ -1,20 +0,0 @@ ---- sysdeps/common/mountlist.c.orig Mon Dec 1 13:59:28 2003 -+++ sysdeps/common/mountlist.c Mon Dec 1 16:13:15 2003 -@@ -127,7 +127,7 @@ - } - #endif /* MOUNTED_GETMNTENT1. */ - --#if defined (MOUNTED_GETMNTINFO) && !defined (__NetBSD__) && !defined (__OpenBSD__) -+#if defined (MOUNTED_GETMNTINFO) && !defined (__NetBSD__) && !defined (__OpenBSD__) && !defined(__FreeBSD__) - static char * - fstype_to_string (t) - short t; -@@ -345,7 +345,7 @@ - me = (struct mount_entry *) g_malloc (sizeof (struct mount_entry)); - me->me_devname = g_strdup (fsp->f_mntfromname); - me->me_mountdir = g_strdup (fsp->f_mntonname); --#if defined(__NetBSD__) || defined(__OpenBSD__) -+#if defined(__NetBSD__) || defined(__OpenBSD__) || defined(__FreeBSD__) - me->me_type = g_strdup (fsp->f_fstypename); - #else - me->me_type = g_strdup (fstype_to_string (fsp->f_type)); diff --git a/devel/libgtop2/files/patch-sysdeps_freebsd_Makefile.in b/devel/libgtop2/files/patch-sysdeps_freebsd_Makefile.in deleted file mode 100644 index 16bcbb055..000000000 --- a/devel/libgtop2/files/patch-sysdeps_freebsd_Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- sysdeps/freebsd/Makefile.in.orig Sun Feb 15 16:13:22 2004 -+++ sysdeps/freebsd/Makefile.in Sun Feb 15 16:16:05 2004 -@@ -138,7 +138,7 @@ - - noinst_LTLIBRARIES = libgtop_sysdeps-2.0.la libgtop_sysdeps_suid-2.0.la - --libgtop_sysdeps_2_0_la_SOURCES = nosuid.c siglist.c -+libgtop_sysdeps_2_0_la_SOURCES = nosuid.c - - libgtop_sysdeps_2_0_la_LDFLAGS = $(LT_VERSION_INFO) - -@@ -172,7 +172,7 @@ - X_EXTRA_LIBS = @X_EXTRA_LIBS@ - X_PRE_LIBS = @X_PRE_LIBS@ - libgtop_sysdeps_2_0_la_LIBADD = --libgtop_sysdeps_2_0_la_OBJECTS = nosuid.lo siglist.lo -+libgtop_sysdeps_2_0_la_OBJECTS = nosuid.lo - libgtop_sysdeps_suid_2_0_la_LIBADD = - libgtop_sysdeps_suid_2_0_la_OBJECTS = open.lo close.lo siglist.lo \ - cpu.lo mem.lo swap.lo uptime.lo loadavg.lo shm_limits.lo msg_limits.lo \ diff --git a/devel/libgtop2/files/patch-sysdeps_freebsd_uptime.c b/devel/libgtop2/files/patch-sysdeps_freebsd_uptime.c deleted file mode 100644 index 7dbba8c37..000000000 --- a/devel/libgtop2/files/patch-sysdeps_freebsd_uptime.c +++ /dev/null @@ -1,13 +0,0 @@ ---- sysdeps/freebsd/uptime.c.orig Thu Mar 11 15:59:16 2004 -+++ sysdeps/freebsd/uptime.c Thu Mar 11 15:59:38 2004 -@@ -68,9 +68,8 @@ - buf->flags = _glibtop_sysdeps_uptime; - } - #else -- buf->flags = _glibtop_sysdeps_uptime; -- - glibtop_cpu cpu; -+ buf->flags = _glibtop_sysdeps_uptime; - - glibtop_init_p (server, (1L << GLIBTOP_SYSDEPS_UPTIME), 0); - diff --git a/devel/libgtop2/pkg-descr b/devel/libgtop2/pkg-descr deleted file mode 100644 index be81b3b48..000000000 --- a/devel/libgtop2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is library for the gtop2, the GNOME 2.0 version of top command. -The top command is a tool to display and update information about the -top cpu processes. diff --git a/devel/libgtop2/pkg-plist b/devel/libgtop2/pkg-plist deleted file mode 100644 index e7d4a4b74..000000000 --- a/devel/libgtop2/pkg-plist +++ /dev/null @@ -1,104 +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/error.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/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/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/read.h -include/libgtop-2.0/glibtop/read_data.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/types.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/write.h -include/libgtop-2.0/glibtop_machine.h -include/libgtop-2.0/glibtop_server.h -include/libgtop-2.0/glibtop_suid.h -lib/libgtop-2.0.a -lib/libgtop-2.0.so -lib/libgtop-2.0.so.2 -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/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/el/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/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/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/ko/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/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/nl/LC_MESSAGES/libgtop-2.0.mo -share/locale/nn/LC_MESSAGES/libgtop-2.0.mo -share/locale/no/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/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/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/zh_CN/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 diff --git a/devel/libsigc++20/Makefile b/devel/libsigc++20/Makefile deleted file mode 100644 index 31e821ca5..000000000 --- a/devel/libsigc++20/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: libsigc++2 -# Date created: 14 Feb 2004 -# Whom: Alexander Nedotsukov <bland@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= libsigc++ -PORTVERSION= 1.9.15 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= libsigc -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Callback Framework for C++ - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_BZIP2= yes -USE_GCC= 3.3 -USE_GMAKE= yes -LATEST_LINK= libsigc++2 -INSTALLS_SHLIB= yes -USE_GNOME= gnomehack lthack gnometarget pkgconfig -USE_LIBTOOL_VER=13 - -.if !defined(NOPORTDOCS) -BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen -.else -USE_REINPLACE= yes - -post-patch: - @${REINPLACE_CMD} -e 's|^\(SUBDIRS =\)\(docs\)\(.*\)|\1\3|' ${WRKSRC}/Makefile.in -.endif - -.include <bsd.port.mk> diff --git a/devel/libsigc++20/distinfo b/devel/libsigc++20/distinfo deleted file mode 100644 index a63a6d3cc..000000000 --- a/devel/libsigc++20/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/libsigc++-1.9.15.tar.bz2) = 72ca8c006b46c005878d3efe26962ca1 -SIZE (gnome2/libsigc++-1.9.15.tar.bz2) = 1402116 diff --git a/devel/libsigc++20/pkg-descr b/devel/libsigc++20/pkg-descr deleted file mode 100644 index 052e93183..000000000 --- a/devel/libsigc++20/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -Libsigc++ -- The Typesafe Callback Framework for C++ - -This library implements a full callback system for use in widget libraries, -abstract interfaces, and general programming. - -To get a good overview of how to use the library, read -/usr/local/share/doc/libsigc++/signals. - -WWW: http://libsigc.sourceforge.net/ - -- Joe Lu -JoeLu@JoeLu.m8.ntu.edu.tw diff --git a/devel/libsigc++20/pkg-plist b/devel/libsigc++20/pkg-plist deleted file mode 100644 index 4a6d8183d..000000000 --- a/devel/libsigc++20/pkg-plist +++ /dev/null @@ -1,1469 +0,0 @@ -include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h -include/sigc++-2.0/sigc++/adaptors/adaptors.h -include/sigc++-2.0/sigc++/adaptors/bind.h -include/sigc++-2.0/sigc++/adaptors/bind_return.h -include/sigc++-2.0/sigc++/adaptors/compose.h -include/sigc++-2.0/sigc++/adaptors/deduce_result_type.h -include/sigc++-2.0/sigc++/adaptors/exception_catch.h -include/sigc++-2.0/sigc++/adaptors/hide.h -include/sigc++-2.0/sigc++/adaptors/lambda/base.h -include/sigc++-2.0/sigc++/adaptors/lambda/group.h -include/sigc++-2.0/sigc++/adaptors/lambda/lambda.h -include/sigc++-2.0/sigc++/adaptors/lambda/macros/base.h.m4 -include/sigc++-2.0/sigc++/adaptors/lambda/macros/group.h.m4 -include/sigc++-2.0/sigc++/adaptors/lambda/macros/lambda.cc.m4 -include/sigc++-2.0/sigc++/adaptors/lambda/macros/operator.h.m4 -include/sigc++-2.0/sigc++/adaptors/lambda/macros/select.h.m4 -include/sigc++-2.0/sigc++/adaptors/lambda/operator.h -include/sigc++-2.0/sigc++/adaptors/lambda/select.h -include/sigc++-2.0/sigc++/adaptors/macros/adaptor_trait.h.m4 -include/sigc++-2.0/sigc++/adaptors/macros/bind.h.m4 -include/sigc++-2.0/sigc++/adaptors/macros/bind_return.h.m4 -include/sigc++-2.0/sigc++/adaptors/macros/compose.h.m4 -include/sigc++-2.0/sigc++/adaptors/macros/deduce_result_type.h.m4 -include/sigc++-2.0/sigc++/adaptors/macros/exception_catch.h.m4 -include/sigc++-2.0/sigc++/adaptors/macros/hide.h.m4 -include/sigc++-2.0/sigc++/adaptors/macros/retype.h.m4 -include/sigc++-2.0/sigc++/adaptors/macros/retype_return.h.m4 -include/sigc++-2.0/sigc++/adaptors/retype.h -include/sigc++-2.0/sigc++/adaptors/retype_return.h -include/sigc++-2.0/sigc++/bind.h -include/sigc++-2.0/sigc++/bind_return.h -include/sigc++-2.0/sigc++/class_slot.h -include/sigc++-2.0/sigc++/compatibility.h -include/sigc++-2.0/sigc++/connection.h -include/sigc++-2.0/sigc++/functors/functor_trait.h -include/sigc++-2.0/sigc++/functors/functors.h -include/sigc++-2.0/sigc++/functors/macros/functor_trait.h.m4 -include/sigc++-2.0/sigc++/functors/macros/mem_fun.h.m4 -include/sigc++-2.0/sigc++/functors/macros/ptr_fun.h.m4 -include/sigc++-2.0/sigc++/functors/macros/slot.h.m4 -include/sigc++-2.0/sigc++/functors/mem_fun.h -include/sigc++-2.0/sigc++/functors/ptr_fun.h -include/sigc++-2.0/sigc++/functors/slot.h -include/sigc++-2.0/sigc++/functors/slot_base.h -include/sigc++-2.0/sigc++/hide.h -include/sigc++-2.0/sigc++/macros/class_slot.h.m4 -include/sigc++-2.0/sigc++/macros/hide.h.m4 -include/sigc++-2.0/sigc++/macros/method_slot.h.m4 -include/sigc++-2.0/sigc++/macros/object_slot.h.m4 -include/sigc++-2.0/sigc++/macros/retype.h.m4 -include/sigc++-2.0/sigc++/macros/signal.h.m4 -include/sigc++-2.0/sigc++/macros/slot.h.m4 -include/sigc++-2.0/sigc++/macros/template.macros.m4 -include/sigc++-2.0/sigc++/method_slot.h -include/sigc++-2.0/sigc++/object.h -include/sigc++-2.0/sigc++/object_slot.h -include/sigc++-2.0/sigc++/reference_wrapper.h -include/sigc++-2.0/sigc++/retype.h -include/sigc++-2.0/sigc++/retype_return.h -include/sigc++-2.0/sigc++/sigc++.h -include/sigc++-2.0/sigc++/signal.h -include/sigc++-2.0/sigc++/signal_base.h -include/sigc++-2.0/sigc++/slot.h -include/sigc++-2.0/sigc++/trackable.h -include/sigc++-2.0/sigc++/type_traits.h -include/sigc++-2.0/sigc++/visit_each.h -lib/libsigc-2.0.a -lib/libsigc-2.0.so -lib/libsigc-2.0.so.0 -libdata/pkgconfig/sigc++-2.0.pc -%%PORTDOCS%%share/doc/libsigc-2.0/docs/images/libsigc_logo.gif -%%PORTDOCS%%share/doc/libsigc-2.0/docs/images/top.gif -%%PORTDOCS%%share/doc/libsigc-2.0/docs/index.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/adaptor__trait_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/adaptors_2bind_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/adaptors_2bind__return_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/adaptors_2hide_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/adaptors_2retype_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/adaptors_2retype__return_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/adaptors_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/annotated.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/base_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/bind_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/bind__return_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Signal0-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Signal0.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Signal0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Signal1-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Signal1.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Signal1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Signal2-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Signal2.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Signal2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Signal3-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Signal3.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Signal3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Signal4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Signal4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Signal4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Signal5-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Signal5.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Signal5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Signal6-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Signal6.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Signal6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Signal7-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Signal7.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Signal7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Slot0-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Slot0.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Slot0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Slot1-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Slot1.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Slot1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Slot2-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Slot2.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Slot2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Slot3-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Slot3.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Slot3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Slot4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Slot4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Slot4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Slot5-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Slot5.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Slot5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Slot6-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Slot6.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Slot6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Slot7-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Slot7.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classSigC_1_1Slot7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/class__slot_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classes.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classinternal_1_1lambda__core.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classinternal_1_1lambda__core__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__mem__functor0-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__mem__functor0.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__mem__functor0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__mem__functor1-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__mem__functor1.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__mem__functor1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__mem__functor2-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__mem__functor2.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__mem__functor2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__mem__functor3-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__mem__functor3.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__mem__functor3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__mem__functor4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__mem__functor4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__mem__functor4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__mem__functor5-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__mem__functor5.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__mem__functor5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__mem__functor6-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__mem__functor6.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__mem__functor6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__mem__functor7-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__mem__functor7.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__mem__functor7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__volatile__mem__functor0-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__volatile__mem__functor0.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__volatile__mem__functor0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__volatile__mem__functor1-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__volatile__mem__functor1.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__volatile__mem__functor1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__volatile__mem__functor2-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__volatile__mem__functor2.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__volatile__mem__functor2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__volatile__mem__functor3-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__volatile__mem__functor3.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__volatile__mem__functor3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__volatile__mem__functor4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__volatile__mem__functor4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__volatile__mem__functor4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__volatile__mem__functor5-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__volatile__mem__functor5.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__volatile__mem__functor5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__volatile__mem__functor6-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__volatile__mem__functor6.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__volatile__mem__functor6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__volatile__mem__functor7-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__volatile__mem__functor7.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__const__volatile__mem__functor7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__mem__functor0-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__mem__functor0.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__mem__functor0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__mem__functor1-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__mem__functor1.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__mem__functor1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__mem__functor2-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__mem__functor2.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__mem__functor2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__mem__functor3-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__mem__functor3.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__mem__functor3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__mem__functor4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__mem__functor4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__mem__functor4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__mem__functor5-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__mem__functor5.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__mem__functor5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__mem__functor6-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__mem__functor6.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__mem__functor6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__mem__functor7-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__mem__functor7.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__mem__functor7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__volatile__mem__functor0-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__volatile__mem__functor0.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__volatile__mem__functor0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__volatile__mem__functor1-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__volatile__mem__functor1.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__volatile__mem__functor1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__volatile__mem__functor2-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__volatile__mem__functor2.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__volatile__mem__functor2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__volatile__mem__functor3-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__volatile__mem__functor3.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__volatile__mem__functor3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__volatile__mem__functor4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__volatile__mem__functor4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__volatile__mem__functor4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__volatile__mem__functor5-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__volatile__mem__functor5.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__volatile__mem__functor5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__volatile__mem__functor6-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__volatile__mem__functor6.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__volatile__mem__functor6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__volatile__mem__functor7-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__volatile__mem__functor7.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1bound__volatile__mem__functor7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__mem__functor0-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__mem__functor0.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__mem__functor0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__mem__functor1-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__mem__functor1.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__mem__functor1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__mem__functor2-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__mem__functor2.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__mem__functor2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__mem__functor3-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__mem__functor3.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__mem__functor3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__mem__functor4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__mem__functor4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__mem__functor4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__mem__functor5-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__mem__functor5.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__mem__functor5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__mem__functor6-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__mem__functor6.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__mem__functor6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__mem__functor7-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__mem__functor7.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__mem__functor7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__volatile__mem__functor0-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__volatile__mem__functor0.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__volatile__mem__functor0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__volatile__mem__functor1-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__volatile__mem__functor1.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__volatile__mem__functor1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__volatile__mem__functor2-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__volatile__mem__functor2.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__volatile__mem__functor2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__volatile__mem__functor3-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__volatile__mem__functor3.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__volatile__mem__functor3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__volatile__mem__functor4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__volatile__mem__functor4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__volatile__mem__functor4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__volatile__mem__functor5-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__volatile__mem__functor5.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__volatile__mem__functor5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__volatile__mem__functor6-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__volatile__mem__functor6.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__volatile__mem__functor6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__volatile__mem__functor7-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__volatile__mem__functor7.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1const__volatile__mem__functor7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1mem__functor0-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1mem__functor0.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1mem__functor0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1mem__functor1-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1mem__functor1.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1mem__functor1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1mem__functor2-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1mem__functor2.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1mem__functor2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1mem__functor3-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1mem__functor3.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1mem__functor3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1mem__functor4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1mem__functor4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1mem__functor4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1mem__functor5-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1mem__functor5.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1mem__functor5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1mem__functor6-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1mem__functor6.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1mem__functor6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1mem__functor7-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1mem__functor7.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1mem__functor7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1pointer__functor0-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1pointer__functor0.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1pointer__functor0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1pointer__functor1-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1pointer__functor1.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1pointer__functor1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1pointer__functor2-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1pointer__functor2.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1pointer__functor2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1pointer__functor3-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1pointer__functor3.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1pointer__functor3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1pointer__functor4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1pointer__functor4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1pointer__functor4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1pointer__functor5-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1pointer__functor5.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1pointer__functor5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1pointer__functor6-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1pointer__functor6.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1pointer__functor6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1pointer__functor7-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1pointer__functor7.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1pointer__functor7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal0-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal0.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal1-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal1.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal2-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal2.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal3-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal3.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal5-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal5.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal6-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal6.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal7-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal7.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_1_1accumulated-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_1_1accumulated.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_1_1accumulated__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_01_4_1_1accumulated-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_01_4_1_1accumulated.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_01_4_1_1accumulated__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_01_4_1_1accumulated-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_01_4_1_1accumulated.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_01_4_1_1accumulated__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_01_4_1_1accumulated-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_01_4_1_1accumulated.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_01_4_1_1accumulated__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_01_4_1_1accumulated-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_01_4_1_1accumulated.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_01_4_1_1accumulated__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_01_4_1_1accumulated-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_01_4_1_1accumulated.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_01_4_1_1accumulated__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_00_01T__arg2_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_01_4_1_1accumulated-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_01_4_1_1accumulated.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_01_4_1_1accumulated__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_00_01T__arg1_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_01_4_1_1accumulated-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_01_4_1_1accumulated.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_01_4_1_1accumulated__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal_3_01T__return_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1signal__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot0-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot0.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot1-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot1.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot2-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot2.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot3-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot3.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot5-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot5.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot6-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot6.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot7-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot7.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_00_01T__arg2_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot_3_01T__return_00_01T__arg1_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot_3_01T__return_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot_3_01T__return_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot_3_01T__return_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot__base-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot__base.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot__base__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1slot__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1volatile__mem__functor0-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1volatile__mem__functor0.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1volatile__mem__functor0__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1volatile__mem__functor1-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1volatile__mem__functor1.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1volatile__mem__functor1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1volatile__mem__functor2-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1volatile__mem__functor2.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1volatile__mem__functor2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1volatile__mem__functor3-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1volatile__mem__functor3.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1volatile__mem__functor3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1volatile__mem__functor4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1volatile__mem__functor4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1volatile__mem__functor4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1volatile__mem__functor5-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1volatile__mem__functor5.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1volatile__mem__functor5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1volatile__mem__functor6-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1volatile__mem__functor6.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1volatile__mem__functor6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1volatile__mem__functor7-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1volatile__mem__functor7.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/classsigc_1_1volatile__mem__functor7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/compatibility_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/compose_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/connection_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/deduce__result__type_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/deprecated.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/doxygen.css -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/doxygen.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/exception__catch_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/files.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/functions.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/functions_func.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/functions_type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/functions_vars.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/functor__trait_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/functors_2slot_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/functors_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/globals.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/globals_defs.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/graph_legend.dot -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/graph_legend.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/graph_legend.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/group_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/group__adaptors.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/group__bind.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/group__compat.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/group__hide.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/group__mem__fun.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/group__ptr__fun.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/group__signal.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/hide_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/hierarchy.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/index.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__0.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__1.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__10.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__100.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__101.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__102.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__103.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__104.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__105.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__106.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__107.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__108.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__109.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__11.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__110.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__111.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__112.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__113.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__114.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__115.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__116.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__117.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__118.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__119.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__12.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__120.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__121.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__122.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__123.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__124.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__125.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__126.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__127.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__128.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__129.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__13.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__130.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__131.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__132.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__133.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__134.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__135.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__136.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__137.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__138.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__139.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__14.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__140.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__141.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__142.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__143.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__144.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__145.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__146.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__147.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__148.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__149.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__15.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__150.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__151.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__152.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__153.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__154.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__155.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__156.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__157.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__158.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__159.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__16.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__160.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__161.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__162.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__163.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__164.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__165.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__166.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__167.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__168.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__169.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__17.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__170.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__171.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__172.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__173.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__174.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__175.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__176.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__177.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__178.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__179.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__18.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__180.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__181.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__182.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__183.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__184.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__185.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__186.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__187.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__188.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__189.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__19.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__190.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__191.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__192.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__193.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__194.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__195.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__196.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__197.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__198.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__199.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__2.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__20.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__200.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__201.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__202.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__203.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__204.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__205.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__206.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__207.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__208.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__209.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__21.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__210.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__211.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__212.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__213.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__214.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__215.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__216.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__217.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__218.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__219.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__22.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__220.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__221.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__222.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__223.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__224.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__225.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__226.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__227.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__228.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__229.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__23.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__230.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__231.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__232.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__233.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__234.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__235.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__236.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__237.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__238.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__239.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__24.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__240.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__241.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__242.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__243.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__244.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__245.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__246.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__247.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__248.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__249.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__25.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__250.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__251.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__252.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__253.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__254.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__255.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__256.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__257.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__258.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__259.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__26.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__260.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__261.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__262.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__263.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__264.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__265.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__27.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__28.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__29.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__3.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__30.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__31.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__32.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__33.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__34.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__35.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__36.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__37.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__38.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__39.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__4.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__40.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__41.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__42.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__43.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__44.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__45.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__46.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__47.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__48.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__49.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__5.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__50.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__51.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__52.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__53.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__54.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__55.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__56.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__57.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__58.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__59.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__6.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__60.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__61.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__62.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__63.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__64.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__65.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__66.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__67.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__68.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__69.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__7.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__70.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__71.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__72.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__73.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__74.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__75.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__76.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__77.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__78.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__79.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__8.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__80.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__81.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__82.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__83.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__84.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__85.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__86.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__87.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__88.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__89.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__9.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__90.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__91.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__92.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__93.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__94.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__95.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__96.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__97.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__98.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherit__graph__99.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/inherits.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/lambda_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/mem__fun_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/method__slot_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/modules.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/namespaceSigC.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/namespacemembers.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/namespacemembers_func.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/namespacemembers_type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/namespacemembers_vars.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/namespaces.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/namespacesigc.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/namespacesigc_1_1internal.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/object_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/object__slot_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/operator_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/pages.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/ptr__fun_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/reference__wrapper_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/retype_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/retype__return_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/select_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/sigc++_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/signal_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/signal__base_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/slot_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/slot__base_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structSigC_1_1retype__slot__functor-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structSigC_1_1retype__slot__functor.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structSigC_1_1retype__slot__functor_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structSigC_1_1retype__slot__functor_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structSigC_1_1retype__slot__functor_3_01T__functor_00_01void_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_00_01T__type5_00_01T__type6_00_01T__type7_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structSigC_1_1retype__slot__functor_3_01T__functor_00_01void_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_00_01T__type5_00_01T__type6_00_01T__type7_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structSigC_1_1retype__slot__functor_3_01T__functor_00_01void_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_00_01T__type5_00_01T__type6_00_01T__type7_01_4_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structSigC_1_1retype__slot__functor_3_01T__functor_00_01void_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_00_01T__type5_00_01T__type6_00_01T__type7_01_4_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structSigC_1_1retype__slot__functor_3_01T__functor_00_01void_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_00_01T__type5_00_01T__type6_00_01T__type7_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structSigC_1_1retype__slot__functor__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1adaptor__base.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1adaptor__base__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1adaptor__functor-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1adaptor__functor.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1adaptor__functor_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1adaptor__functor_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1adaptor__functor__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1adaptor__trait_3_01T__functor_00_01false_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1adaptor__trait_3_01T__functor_00_01false_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1adaptor__trait_3_01T__functor_00_01true_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1adaptor__trait_3_01T__functor_00_01true_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1adapts-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1adapts.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1adapts__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1address.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1and__.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1arithmetic.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1arithmetic__assign.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1assign.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_00_01T__type5_00_01T__type6_00_01T__type7_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_00_01T__type5_00_01T__type6_00_01T__type7_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_00_01T__type5_00_01T__type6_00_01T__type7_01_4_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_00_01T__type5_00_01T__type6_00_01T__type7_01_4_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_00_01T__type5_00_01T__type6_00_01T__type7_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_00_01T__type5_00_01T__type6_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_00_01T__type5_00_01T__type6_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_00_01T__type5_00_01T__type6_01_4_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_00_01T__type5_00_01T__type6_01_4_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_00_01T__type5_00_01T__type6_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_00_01T__type5_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_00_01T__type5_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_00_01T__type5_01_4_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_00_01T__type5_01_4_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_00_01T__type5_01_4_1_1deduce__result__type_3_01T__arg1_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_00_01T__type5_01_4_1_1deduce__result__type_3_01T__arg1_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_00_01T__type5_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_01_4_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_01_4_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_01_4_1_1deduce__result__type_3_01T__arg1_00_01T__arg2_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_01_4_1_1deduce__result__type_3_01T__arg1_00_01T__arg2_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_01_4_1_1deduce__result__type_3_01T__arg1_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_01_4_1_1deduce__result__type_3_01T__arg1_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_00_01T__type4_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_01_4_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_01_4_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_01_4_1_1deduce__result__type_3_01T__arg1_00_01T__arg2_00_01T__arg3_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_01_4_1_1deduce__result__type_3_01T__arg1_00_01T__arg2_00_01T__arg3_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_01_4_1_1deduce__result__type_3_01T__arg1_00_01T__arg2_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_01_4_1_1deduce__result__type_3_01T__arg1_00_01T__arg2_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_01_4_1_1deduce__result__type_3_01T__arg1_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_01_4_1_1deduce__result__type_3_01T__arg1_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_00_01T__type3_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_01_4_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_01_4_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_01_4_1_1deduce__result__type_3_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_01_4_1_1deduce__result__type_3_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_01_4_1_1deduce__result__type_3_01T__arg1_00_01T__arg2_00_01T__arg3_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_01_4_1_1deduce__result__type_3_01T__arg1_00_01T__arg2_00_01T__arg3_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_01_4_1_1deduce__result__type_3_01T__arg1_00_01T__arg2_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_01_4_1_1deduce__result__type_3_01T__arg1_00_01T__arg2_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_01_4_1_1deduce__result__type_3_01T__arg1_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_01_4_1_1deduce__result__type_3_01T__arg1_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_00_01T__type2_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_01_4_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_01_4_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_01_4_1_1deduce__result__type_3_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_01_4_1_1deduce__result__type_3_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_01_4_1_1deduce__result__type_3_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_01_4_1_1deduce__result__type_3_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_01_4_1_1deduce__result__type_3_01T__arg1_00_01T__arg2_00_01T__arg3_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_01_4_1_1deduce__result__type_3_01T__arg1_00_01T__arg2_00_01T__arg3_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_01_4_1_1deduce__result__type_3_01T__arg1_00_01T__arg2_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_01_4_1_1deduce__result__type_3_01T__arg1_00_01T__arg2_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_01_4_1_1deduce__result__type_3_01T__arg1_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_01_4_1_1deduce__result__type_3_01T__arg1_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3-1_00_01T__functor_00_01T__type1_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_010_00_01T__functor_00_01T__bound_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_010_00_01T__functor_00_01T__bound_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_010_00_01T__functor_00_01T__bound_01_4_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_010_00_01T__functor_00_01T__bound_01_4_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_010_00_01T__functor_00_01T__bound_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_011_00_01T__functor_00_01T__bound_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_011_00_01T__functor_00_01T__bound_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_011_00_01T__functor_00_01T__bound_01_4_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_011_00_01T__functor_00_01T__bound_01_4_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_011_00_01T__functor_00_01T__bound_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_012_00_01T__functor_00_01T__bound_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_012_00_01T__functor_00_01T__bound_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_012_00_01T__functor_00_01T__bound_01_4_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_012_00_01T__functor_00_01T__bound_01_4_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_012_00_01T__functor_00_01T__bound_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_013_00_01T__functor_00_01T__bound_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_013_00_01T__functor_00_01T__bound_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_013_00_01T__functor_00_01T__bound_01_4_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_013_00_01T__functor_00_01T__bound_01_4_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_013_00_01T__functor_00_01T__bound_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_014_00_01T__functor_00_01T__bound_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_014_00_01T__functor_00_01T__bound_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_014_00_01T__functor_00_01T__bound_01_4_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_014_00_01T__functor_00_01T__bound_01_4_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_014_00_01T__functor_00_01T__bound_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_015_00_01T__functor_00_01T__bound_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_015_00_01T__functor_00_01T__bound_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_015_00_01T__functor_00_01T__bound_01_4_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_015_00_01T__functor_00_01T__bound_01_4_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_015_00_01T__functor_00_01T__bound_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_016_00_01T__functor_00_01T__bound_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_016_00_01T__functor_00_01T__bound_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_016_00_01T__functor_00_01T__bound_01_4_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_016_00_01T__functor_00_01T__bound_01_4_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__functor_3_016_00_01T__functor_00_01T__bound_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__return__functor-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__return__functor.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__return__functor_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__return__functor_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bind__return__functor__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bitwise.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1bitwise__assign.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1cast__.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1compose1__functor-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1compose1__functor.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1compose1__functor_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1compose1__functor_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1compose1__functor__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1compose2__functor-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1compose2__functor.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1compose2__functor_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1compose2__functor_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1compose2__functor__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1connection-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1connection.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1const__reference__wrapper-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1const__reference__wrapper.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_00_01T__arg7_00_01true_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_00_01T__arg7_00_01true_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_00_01void_00_01true_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_00_01void_00_01true_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01void_00_01void_00_01true_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01void_00_01void_00_01true_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01void_00_01void_00_01void_00_01true_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01void_00_01void_00_01void_00_01true_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01void_00_01void_00_01void_00_01void_00_01true_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01void_00_01void_00_01void_00_01void_00_01true_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01T__arg2_00_01void_00_01void_00_01void_00_01void_00_01void_00_01true_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01T__arg2_00_01void_00_01void_00_01void_00_01void_00_01void_00_01true_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01void_00_01void_00_01void_00_01void_00_01void_00_01void_00_01true_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01T__arg1_00_01void_00_01void_00_01void_00_01void_00_01void_00_01void_00_01true_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01void_00_01void_00_01void_00_01void_00_01void_00_01void_00_01void_00_01true_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1deduce__result__type_3_01T__functor_00_01void_00_01void_00_01void_00_01void_00_01void_00_01void_00_01void_00_01true_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1dereference.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1dereference__trait-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1dereference__trait.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1dereference__trait_3_01T__type_01_5_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1dereference__trait_3_01T__type_01_5_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1dereference__trait_3_01T__type_01_5_6_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1dereference__trait_3_01T__type_01_5_6_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1dereference__trait_3_01T__type_01_5const_01_6_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1dereference__trait_3_01T__type_01_5const_01_6_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1dereference__trait_3_01const_01T__type_01_5_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1dereference__trait_3_01const_01T__type_01_5_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1dereference__trait_3_01const_01T__type_01_5_6_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1dereference__trait_3_01const_01T__type_01_5_6_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1dereference__trait_3_01const_01T__type_01_5const_01_6_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1dereference__trait_3_01const_01T__type_01_5const_01_6_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1divides.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1dynamic__.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1equal__to.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1exception__catch__functor-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1exception__catch__functor.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1exception__catch__functor_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1exception__catch__functor_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1exception__catch__functor_3_01T__functor_00_01T__catcher_00_01void_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1exception__catch__functor_3_01T__functor_00_01T__catcher_00_01void_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1exception__catch__functor_3_01T__functor_00_01T__catcher_00_01void_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1exception__catch__functor__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__base.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__base__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__functor_00_01true_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__functor_00_01true_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)()_00_01false_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)()_00_01false_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)()_01const_00_01false_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)()_01const_00_01false_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1)_00_01false_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1)_00_01false_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1)_01const_00_01false_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1)_01const_00_01false_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1_00_01T__arg2)_00_01false_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1_00_01T__arg2)_00_01false_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1_00_01T__arg2)_01const_00_01false_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1_00_01T__arg2)_01const_00_01false_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1_00_01T__arg2_00_01T__arg3)_00_01false_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1_00_01T__arg2_00_01T__arg3)_00_01false_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1_00_01T__arg2_00_01T__arg3)_01const_00_01false_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1_00_01T__arg2_00_01T__arg3)_01const_00_01false_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4)_00_01false_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4)_00_01false_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4)_01const_00_01false_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4)_01const_00_01false_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5)_00_01false_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5)_00_01false_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5)_01const_00_01false_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5)_01const_00_01false_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6)_00_01false_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6)_00_01false_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6)_01const_00_01false_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6)_01const_00_01false_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_00_01T__arg7)_00_01false_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_00_01T__arg7)_00_01false_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_00_01T__arg7)_01const_00_01false_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(T__obj_1_1_5)(T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_00_01T__arg7)_01const_00_01false_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(_5)()_00_01false_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(_5)()_00_01false_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(_5)(T__arg1)_00_01false_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(_5)(T__arg1)_00_01false_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(_5)(T__arg1_00_01T__arg2)_00_01false_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(_5)(T__arg1_00_01T__arg2)_00_01false_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(_5)(T__arg1_00_01T__arg2_00_01T__arg3)_00_01false_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(_5)(T__arg1_00_01T__arg2_00_01T__arg3)_00_01false_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(_5)(T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4)_00_01false_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(_5)(T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4)_00_01false_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(_5)(T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5)_00_01false_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(_5)(T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5)_00_01false_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(_5)(T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6)_00_01false_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(_5)(T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6)_00_01false_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(_5)(T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_00_01T__arg7)_00_01false_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1functor__trait_3_01T__return(_5)(T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_00_01T__arg7)_00_01false_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1greater.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1greater__equal.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3-1_00_01T__functor_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3-1_00_01T__functor_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3-1_00_01T__functor_01_4_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3-1_00_01T__functor_01_4_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3-1_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_010_00_01T__functor_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_010_00_01T__functor_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_010_00_01T__functor_01_4_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_010_00_01T__functor_01_4_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_010_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_011_00_01T__functor_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_011_00_01T__functor_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_011_00_01T__functor_01_4_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_011_00_01T__functor_01_4_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_011_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_012_00_01T__functor_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_012_00_01T__functor_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_012_00_01T__functor_01_4_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_012_00_01T__functor_01_4_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_012_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_013_00_01T__functor_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_013_00_01T__functor_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_013_00_01T__functor_01_4_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_013_00_01T__functor_01_4_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_013_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_014_00_01T__functor_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_014_00_01T__functor_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_014_00_01T__functor_01_4_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_014_00_01T__functor_01_4_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_014_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_015_00_01T__functor_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_015_00_01T__functor_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_015_00_01T__functor_01_4_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_015_00_01T__functor_01_4_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_015_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_016_00_01T__functor_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_016_00_01T__functor_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_016_00_01T__functor_01_4_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_016_00_01T__functor_01_4_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1hide__functor_3_016_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__core_3_01T__type_00_01false_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__core_3_01T__type_00_01false_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__core_3_01T__type_00_01false_01_4_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__core_3_01T__type_00_01false_01_4_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__core_3_01T__type_00_01false_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__core_3_01T__type_00_01true_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__core_3_01T__type_00_01true_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__core_3_01T__type_00_01true_01_4_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__core_3_01T__type_00_01true_01_4_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__core_3_01T__type_00_01true_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select1-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select1.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select1_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select1_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select2-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select2.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select2_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select2_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select3-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select3.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select3_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select3_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select4_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select4_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select5-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select5.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select5_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select5_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select5__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select6-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select6.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select6_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select6_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select6__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select7-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select7.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select7_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select7_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1lambda__select7__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1limit__derived__target-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1limit__derived__target.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1limit__derived__target_1_1with__type_3_01false_00_01T__type_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1limit__derived__target_1_1with__type_3_01false_00_01T__type_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1limit__derived__target_1_1with__type_3_01true_00_01T__type_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1limit__derived__target_1_1with__type_3_01true_00_01T__type_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1limit__derived__target_3_01T__target_01_5_00_01T__action_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1limit__derived__target_3_01T__target_01_5_00_01T__action_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1limit__derived__target_3_01T__target_01_5_00_01T__action_01_4_1_1with__type_3_01false_00_01T__type_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1limit__derived__target_3_01T__target_01_5_00_01T__action_01_4_1_1with__type_3_01false_00_01T__type_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1limit__derived__target_3_01T__target_01_5_00_01T__action_01_4_1_1with__type_3_01true_00_01T__type_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1limit__derived__target_3_01T__target_01_5_00_01T__action_01_4_1_1with__type_3_01true_00_01T__type_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit0-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit0.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit0_3_01T__return_00_01nil_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit0_3_01T__return_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit0_3_01void_00_01nil_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit0_3_01void_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit1-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit1.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit1_3_01T__return_00_01T__arg1_00_01nil_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit1_3_01T__return_00_01T__arg1_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit1_3_01void_00_01T__arg1_00_01nil_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit1_3_01void_00_01T__arg1_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit2-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit2.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit2_3_01T__return_00_01T__arg1_00_01T__arg2_00_01nil_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit2_3_01T__return_00_01T__arg1_00_01T__arg2_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit2_3_01void_00_01T__arg1_00_01T__arg2_00_01nil_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit2_3_01void_00_01T__arg1_00_01T__arg2_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit3-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit3.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit3_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01nil_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit3_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit3_3_01void_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01nil_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit3_3_01void_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit4_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01nil_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit4_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit4_3_01void_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01nil_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit4_3_01void_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit5-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit5.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit5_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01nil_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit5_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit5_3_01void_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01nil_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit5_3_01void_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit6-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit6.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit6_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_00_01nil_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit6_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit6_3_01void_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_00_01nil_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit6_3_01void_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit7-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit7.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit7_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_00_01T__arg7_00_01nil_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit7_3_01T__return_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_00_01T__arg7_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit7_3_01void_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_00_01T__arg7_00_01nil_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__emit7_3_01void_00_01T__arg1_00_01T__arg2_00_01T__arg3_00_01T__arg4_00_01T__arg5_00_01T__arg6_00_01T__arg7_00_01nil_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__exec-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__exec.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__impl-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1signal__impl.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1slot__call0-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1slot__call0.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1slot__call1-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1slot__call1.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1slot__call2-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1slot__call2.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1slot__call3-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1slot__call3.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1slot__call4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1slot__call4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1slot__call5-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1slot__call5.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1slot__call6-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1slot__call6.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1slot__call7-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1slot__call7.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1slot__do__bind-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1slot__do__bind.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1slot__do__unbind-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1slot__do__unbind.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1slot__iterator__buf-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1slot__iterator__buf.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1slot__iterator__buf_3_01T__emitter_00_01void_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1slot__iterator__buf_3_01T__emitter_00_01void_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1slot__rep-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1slot__rep.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1slot__rep__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1trackable__callback-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1trackable__callback.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1trackable__callback__list-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1trackable__callback__list.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1typed__slot__rep-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1typed__slot__rep.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1internal_1_1typed__slot__rep__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1is__base__and__derived-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1is__base__and__derived.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1is__base__and__derived_3_01T__base_00_01T__base_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1is__base__and__derived_3_01T__base_00_01T__base_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01arithmetic_3_01divides_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01arithmetic_3_01divides_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01arithmetic_3_01minus_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01arithmetic_3_01minus_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01arithmetic_3_01modulus_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01arithmetic_3_01modulus_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01arithmetic_3_01multiplies_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01arithmetic_3_01multiplies_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01arithmetic_3_01plus_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01arithmetic_3_01plus_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01arithmetic__assign_3_01divides_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01arithmetic__assign_3_01divides_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01arithmetic__assign_3_01minus_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01arithmetic__assign_3_01minus_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01arithmetic__assign_3_01modulus_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01arithmetic__assign_3_01modulus_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01arithmetic__assign_3_01multiplies_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01arithmetic__assign_3_01multiplies_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01arithmetic__assign_3_01plus_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01arithmetic__assign_3_01plus_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01bitwise_3_01and___01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01bitwise_3_01and___01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01bitwise_3_01leftshift_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01bitwise_3_01leftshift_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01bitwise_3_01or___01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01bitwise_3_01or___01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01bitwise_3_01rightshift_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01bitwise_3_01rightshift_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01bitwise_3_01xor___01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01bitwise_3_01xor___01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01bitwise__assign_3_01and___01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01bitwise__assign_3_01and___01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01bitwise__assign_3_01leftshift_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01bitwise__assign_3_01leftshift_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01bitwise__assign_3_01or___01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01bitwise__assign_3_01or___01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01bitwise__assign_3_01rightshift_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01bitwise__assign_3_01rightshift_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01bitwise__assign_3_01xor___01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01bitwise__assign_3_01xor___01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01logical_3_01and___01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01logical_3_01and___01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01logical_3_01or___01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01logical_3_01or___01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01other_3_01assign_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01other_3_01assign_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01other_3_01subscript_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01other_3_01subscript_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01relational_3_01equal__to_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01relational_3_01equal__to_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01relational_3_01greater_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01relational_3_01greater_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01relational_3_01greater__equal_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01relational_3_01greater__equal_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01relational_3_01less_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01relational_3_01less_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01relational_3_01less__equal_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01relational_3_01less__equal_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01relational_3_01not__equal__to_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action_3_01relational_3_01not__equal__to_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__convert.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__convert_3_01cast___3_01dynamic___01_4_00_01T__type_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__convert_3_01cast___3_01dynamic___01_4_00_01T__type_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__convert_3_01cast___3_01reinterpret___01_4_00_01T__type_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__convert_3_01cast___3_01reinterpret___01_4_00_01T__type_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__convert_3_01cast___3_01static___01_4_00_01T__type_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__convert_3_01cast___3_01static___01_4_00_01T__type_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__convert__deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__convert__deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__deduce__result__type_3_01arithmetic__assign_3_01T__action_01_4_00_01T__test1_00_01T__test2_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__deduce__result__type_3_01arithmetic__assign_3_01T__action_01_4_00_01T__test1_00_01T__test2_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__deduce__result__type_3_01bitwise__assign_3_01T__action_01_4_00_01T__test1_00_01T__test2_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__deduce__result__type_3_01bitwise__assign_3_01T__action_01_4_00_01T__test1_00_01T__test2_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__deduce__result__type_3_01logical_3_01T__action_01_4_00_01T__test1_00_01T__test2_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__deduce__result__type_3_01logical_3_01T__action_01_4_00_01T__test1_00_01T__test2_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__deduce__result__type_3_01other_3_01subscript_01_4_00_01T__test1_00_01T__test2_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__deduce__result__type_3_01other_3_01subscript_01_4_00_01T__test1_00_01T__test2_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__deduce__result__type_3_01relational_3_01T__action_01_4_00_01T__test1_00_01T__test2_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__deduce__result__type_3_01relational_3_01T__action_01_4_00_01T__test1_00_01T__test2_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__unary.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__unary_3_01unary__arithmetic_3_01negate_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__unary_3_01unary__arithmetic_3_01negate_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__unary_3_01unary__arithmetic_3_01pre__decrement_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__unary_3_01unary__arithmetic_3_01pre__decrement_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__unary_3_01unary__arithmetic_3_01pre__increment_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__unary_3_01unary__arithmetic_3_01pre__increment_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__unary_3_01unary__bitwise_3_01not___01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__unary_3_01unary__bitwise_3_01not___01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__unary_3_01unary__logical_3_01not___01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__unary_3_01unary__logical_3_01not___01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__unary_3_01unary__other_3_01address_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__unary_3_01unary__other_3_01address_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__unary_3_01unary__other_3_01dereference_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__unary_3_01unary__other_3_01dereference_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__unary__deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__unary__deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__unary__deduce__result__type_3_01unary__logical_3_01T__action_01_4_00_01T__test_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__unary__deduce__result__type_3_01unary__logical_3_01T__action_01_4_00_01T__test_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__unary__deduce__result__type_3_01unary__other_3_01address_01_4_00_01T__test_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__unary__deduce__result__type_3_01unary__other_3_01address_01_4_00_01T__test_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__unary__deduce__result__type_3_01unary__other_3_01dereference_01_4_00_01T__test_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__action__unary__deduce__result__type_3_01unary__other_3_01dereference_01_4_00_01T__test_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__base.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__base__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__group1-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__group1.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__group1_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__group1_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__group1__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__group2-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__group2.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__group2_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__group2_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__group2__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__group3-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__group3.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__group3_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__group3_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__group3__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__operator-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__operator.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__operator_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__operator_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__operator__convert-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__operator__convert.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__operator__convert_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__operator__convert_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__operator__convert__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__operator__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__operator__unary-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__operator__unary.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__operator__unary_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__operator__unary_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1lambda__operator__unary__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1leftshift.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1less.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1less__equal.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1logical.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1minus.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1modulus.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1multiplies.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1negate.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1not__.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1not__equal__to.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1or__.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1other.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1plus.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1pre__decrement.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1pre__increment.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1reference__wrapper-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1reference__wrapper.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1reinterpret__.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1relational.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1retype__functor-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1retype__functor.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1retype__functor_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1retype__functor_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1retype__functor__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1retype__return__functor-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1retype__return__functor.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1retype__return__functor_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1retype__return__functor_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1retype__return__functor_3_01void_00_01T__functor_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1retype__return__functor_3_01void_00_01T__functor_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1retype__return__functor_3_01void_00_01T__functor_01_4_1_1deduce__result__type-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1retype__return__functor_3_01void_00_01T__functor_01_4_1_1deduce__result__type.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1retype__return__functor_3_01void_00_01T__functor_01_4__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1retype__return__functor__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1rightshift.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1signal__base-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1signal__base.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1signal__base__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1slot__const__iterator-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1slot__const__iterator.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1slot__iterator-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1slot__iterator.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1slot__list-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1slot__list.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1static__.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1subscript.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1trackable-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1trackable.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1trackable__inherit__graph.png -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1type__trait-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1type__trait.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1type__trait_3_01T__type[N]_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1type__trait_3_01T__type[N]_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1type__trait_3_01T__type_01_6_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1type__trait_3_01T__type_01_6_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1type__trait_3_01const_01T__type_01_6_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1type__trait_3_01const_01T__type_01_6_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1type__trait_3_01const__reference__wrapper_3_01T__type_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1type__trait_3_01const__reference__wrapper_3_01T__type_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1type__trait_3_01reference__wrapper_3_01T__type_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1type__trait_3_01reference__wrapper_3_01T__type_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1type__trait_3_01void_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1type__trait_3_01void_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1unary__arithmetic.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1unary__bitwise.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1unary__logical.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1unary__other.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1unwrap__reference-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1unwrap__reference.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1unwrap__reference_3_01const__reference__wrapper_3_01T__type_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1unwrap__reference_3_01const__reference__wrapper_3_01T__type_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1unwrap__reference_3_01reference__wrapper_3_01T__type_01_4_01_4-members.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1unwrap__reference_3_01reference__wrapper_3_01T__type_01_4_01_4.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/structsigc_1_1xor__.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/trackable_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/type__traits_8h.html -%%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html/visit__each_8h.html -@dirrm %%PORTDOCS%%share/doc/libsigc-2.0/docs/reference/html -@dirrm %%PORTDOCS%%share/doc/libsigc-2.0/docs/reference -@dirrm %%PORTDOCS%%share/doc/libsigc-2.0/docs/images -@dirrm %%PORTDOCS%%share/doc/libsigc-2.0/docs -@dirrm %%PORTDOCS%%share/doc/libsigc-2.0 -@dirrm include/sigc++-2.0/sigc++/macros -@dirrm include/sigc++-2.0/sigc++/functors/macros -@dirrm include/sigc++-2.0/sigc++/functors -@dirrm include/sigc++-2.0/sigc++/adaptors/macros -@dirrm include/sigc++-2.0/sigc++/adaptors/lambda/macros -@dirrm include/sigc++-2.0/sigc++/adaptors/lambda -@dirrm include/sigc++-2.0/sigc++/adaptors -@dirrm include/sigc++-2.0/sigc++ -@dirrm include/sigc++-2.0 diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile deleted file mode 100644 index 09314a1c2..000000000 --- a/devel/libsoup/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: libsoup -# Date created: 12 March 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/devel/libsoup/Makefile,v 1.16 2003/09/25 03:09:24 marcus Exp $ -# - -PORTNAME= libsoup -PORTVERSION= 2.1.8 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.1 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A SOAP (Simple Object Access Protocol) implementation in C - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt - -USE_BZIP2= yes -USE_GNOME= gnomehack lthack glib20 libxml2 -INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 -USE_GMAKE= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" -LDFLAGS+= -L${LOCALBASE}/lib - -PLIST_SUB= VERSION="2.2" - -#.if !defined(WITHOUT_SSL) -#LIB_DEPENDS+= gnutls.7:${PORTSDIR}/security/gnutls -#.else -CONFIGURE_ARGS+=--disable-ssl -#.endif - -pre-everything:: -# @${ECHO_MSG} "" -# @${ECHO_MSG} "libsoup has the following configurable option(s):" -# @${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support" -# @${ECHO_MSG} "" - -.include <bsd.port.mk> diff --git a/devel/libsoup/distinfo b/devel/libsoup/distinfo deleted file mode 100644 index 512082766..000000000 --- a/devel/libsoup/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/libsoup-2.1.8.tar.bz2) = 93f682b84339e307ffaa860c4c325507 -SIZE (gnome2/libsoup-2.1.8.tar.bz2) = 336798 diff --git a/devel/libsoup/pkg-descr b/devel/libsoup/pkg-descr deleted file mode 100644 index 423bf5cfc..000000000 --- a/devel/libsoup/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -Soup is a SOAP (Simple Object Access Protocol) implementation in C. - -It provides an queued asynchronous callback-based mechanism for sending and -servicing SOAP requests, and a WSDL (Web Service Definition Language) to C -compiler which generates client stubs and server skeletons for easily calling -and implementing SOAP methods. - -It uses the GLib main loop and is designed to work well with GTK applications. - -Features: - * Completely Asynchronous - * Connection cache - * HTTP chunked transfer and persistent connections - * authenticated HTTP, SOCKS4, and SOCKS5 proxy support - * SSL Support using OpenSSL - * Apache module server support - * Client digest authentication diff --git a/devel/libsoup/pkg-plist b/devel/libsoup/pkg-plist deleted file mode 100644 index 75b345a58..000000000 --- a/devel/libsoup/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -include/libsoup-%%VERSION%%/libsoup/soup-address.h -include/libsoup-%%VERSION%%/libsoup/soup-connection.h -include/libsoup-%%VERSION%%/libsoup/soup-headers.h -include/libsoup-%%VERSION%%/libsoup/soup-message-filter.h -include/libsoup-%%VERSION%%/libsoup/soup-message-queue.h -include/libsoup-%%VERSION%%/libsoup/soup-message.h -include/libsoup-%%VERSION%%/libsoup/soup-method.h -include/libsoup-%%VERSION%%/libsoup/soup-misc.h -include/libsoup-%%VERSION%%/libsoup/soup-server-auth.h -include/libsoup-%%VERSION%%/libsoup/soup-server-message.h -include/libsoup-%%VERSION%%/libsoup/soup-server.h -include/libsoup-%%VERSION%%/libsoup/soup-session-async.h -include/libsoup-%%VERSION%%/libsoup/soup-session-sync.h -include/libsoup-%%VERSION%%/libsoup/soup-session.h -include/libsoup-%%VERSION%%/libsoup/soup-soap-message.h -include/libsoup-%%VERSION%%/libsoup/soup-soap-response.h -include/libsoup-%%VERSION%%/libsoup/soup-socket.h -include/libsoup-%%VERSION%%/libsoup/soup-status.h -include/libsoup-%%VERSION%%/libsoup/soup-types.h -include/libsoup-%%VERSION%%/libsoup/soup-uri.h -include/libsoup-%%VERSION%%/libsoup/soup.h -lib/libsoup-%%VERSION%%.a -lib/libsoup-%%VERSION%%.so -lib/libsoup-%%VERSION%%.so.3 -libdata/pkgconfig/libsoup-%%VERSION%%.pc -@dirrm include/libsoup-%%VERSION%%/libsoup -@dirrm include/libsoup-%%VERSION%% diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile deleted file mode 100644 index 09314a1c2..000000000 --- a/devel/libsoup22/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# New ports collection makefile for: libsoup -# Date created: 12 March 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/devel/libsoup/Makefile,v 1.16 2003/09/25 03:09:24 marcus Exp $ -# - -PORTNAME= libsoup -PORTVERSION= 2.1.8 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.1 -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A SOAP (Simple Object Access Protocol) implementation in C - -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt - -USE_BZIP2= yes -USE_GNOME= gnomehack lthack glib20 libxml2 -INSTALLS_SHLIB= yes -USE_LIBTOOL_VER=13 -USE_GMAKE= yes -CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \ - --disable-gtk-doc -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" -LDFLAGS+= -L${LOCALBASE}/lib - -PLIST_SUB= VERSION="2.2" - -#.if !defined(WITHOUT_SSL) -#LIB_DEPENDS+= gnutls.7:${PORTSDIR}/security/gnutls -#.else -CONFIGURE_ARGS+=--disable-ssl -#.endif - -pre-everything:: -# @${ECHO_MSG} "" -# @${ECHO_MSG} "libsoup has the following configurable option(s):" -# @${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support" -# @${ECHO_MSG} "" - -.include <bsd.port.mk> diff --git a/devel/libsoup22/distinfo b/devel/libsoup22/distinfo deleted file mode 100644 index 512082766..000000000 --- a/devel/libsoup22/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/libsoup-2.1.8.tar.bz2) = 93f682b84339e307ffaa860c4c325507 -SIZE (gnome2/libsoup-2.1.8.tar.bz2) = 336798 diff --git a/devel/libsoup22/pkg-descr b/devel/libsoup22/pkg-descr deleted file mode 100644 index 423bf5cfc..000000000 --- a/devel/libsoup22/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -Soup is a SOAP (Simple Object Access Protocol) implementation in C. - -It provides an queued asynchronous callback-based mechanism for sending and -servicing SOAP requests, and a WSDL (Web Service Definition Language) to C -compiler which generates client stubs and server skeletons for easily calling -and implementing SOAP methods. - -It uses the GLib main loop and is designed to work well with GTK applications. - -Features: - * Completely Asynchronous - * Connection cache - * HTTP chunked transfer and persistent connections - * authenticated HTTP, SOCKS4, and SOCKS5 proxy support - * SSL Support using OpenSSL - * Apache module server support - * Client digest authentication diff --git a/devel/libsoup22/pkg-plist b/devel/libsoup22/pkg-plist deleted file mode 100644 index 75b345a58..000000000 --- a/devel/libsoup22/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -include/libsoup-%%VERSION%%/libsoup/soup-address.h -include/libsoup-%%VERSION%%/libsoup/soup-connection.h -include/libsoup-%%VERSION%%/libsoup/soup-headers.h -include/libsoup-%%VERSION%%/libsoup/soup-message-filter.h -include/libsoup-%%VERSION%%/libsoup/soup-message-queue.h -include/libsoup-%%VERSION%%/libsoup/soup-message.h -include/libsoup-%%VERSION%%/libsoup/soup-method.h -include/libsoup-%%VERSION%%/libsoup/soup-misc.h -include/libsoup-%%VERSION%%/libsoup/soup-server-auth.h -include/libsoup-%%VERSION%%/libsoup/soup-server-message.h -include/libsoup-%%VERSION%%/libsoup/soup-server.h -include/libsoup-%%VERSION%%/libsoup/soup-session-async.h -include/libsoup-%%VERSION%%/libsoup/soup-session-sync.h -include/libsoup-%%VERSION%%/libsoup/soup-session.h -include/libsoup-%%VERSION%%/libsoup/soup-soap-message.h -include/libsoup-%%VERSION%%/libsoup/soup-soap-response.h -include/libsoup-%%VERSION%%/libsoup/soup-socket.h -include/libsoup-%%VERSION%%/libsoup/soup-status.h -include/libsoup-%%VERSION%%/libsoup/soup-types.h -include/libsoup-%%VERSION%%/libsoup/soup-uri.h -include/libsoup-%%VERSION%%/libsoup/soup.h -lib/libsoup-%%VERSION%%.a -lib/libsoup-%%VERSION%%.so -lib/libsoup-%%VERSION%%.so.3 -libdata/pkgconfig/libsoup-%%VERSION%%.pc -@dirrm include/libsoup-%%VERSION%%/libsoup -@dirrm include/libsoup-%%VERSION%% diff --git a/devel/scaffold/Makefile b/devel/scaffold/Makefile deleted file mode 100644 index 3f241074d..000000000 --- a/devel/scaffold/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: scaffold -# Date created: 16 October 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= scaffold -PORTVERSION= 0.1.0 -PORTREVISION= 2 -CATEGORIES= editors gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME-based development environment - -LIB_DEPENDS= gbf-1.0:${PORTSDIR}/devel/gnomebuild -RUN_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnomecommon - -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -USE_LIBTOOL_VER=13 -INSTALLS_SHLIB= yes -USE_GNOME= gnomehack gnomeprefix gnometarget libbonoboui -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -USE_PYTHON= yes - -MAN1= scaffold.1 - -.include <bsd.port.mk> diff --git a/devel/scaffold/distinfo b/devel/scaffold/distinfo deleted file mode 100644 index 015cf928b..000000000 --- a/devel/scaffold/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (scaffold-0.1.0.tar.gz) = a88a4caf69ab3502add21f1d97ca1d65 diff --git a/devel/scaffold/files/patch-configure b/devel/scaffold/files/patch-configure deleted file mode 100644 index c7fd92560..000000000 --- a/devel/scaffold/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- configure.orig Thu Oct 16 12:03:24 2003 -+++ configure Thu Oct 16 12:03:53 2003 -@@ -19523,6 +19523,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' diff --git a/devel/scaffold/files/patch-plugins::gnome-project-types::scaffold-gnome-application-type.c b/devel/scaffold/files/patch-plugins::gnome-project-types::scaffold-gnome-application-type.c deleted file mode 100644 index 6e9adabcc..000000000 --- a/devel/scaffold/files/patch-plugins::gnome-project-types::scaffold-gnome-application-type.c +++ /dev/null @@ -1,11 +0,0 @@ ---- plugins/gnome-project-types/scaffold-gnome-application-type.c.orig Fri Oct 17 17:33:07 2003 -+++ plugins/gnome-project-types/scaffold-gnome-application-type.c Fri Oct 17 17:33:41 2003 -@@ -79,7 +79,7 @@ - g_message ("create_project_impl"); - - args = g_new0 (char *, 7); -- args[0] = g_strdup ("/usr/bin/python"); -+ args[0] = g_strdup ("/usr/local/bin/python"); - args[1] = g_strdup ("scaffold-gnome-application-create.py"); - args[2] = g_strdup (info->name); - args[3] = g_strdup (info->package); diff --git a/devel/scaffold/pkg-descr b/devel/scaffold/pkg-descr deleted file mode 100644 index cb6157e27..000000000 --- a/devel/scaffold/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Scaffold is meant to aid users with development work. It provides an -editor with syntax hilightlighting, a rudimentary project/build system -and an interface to the gdb debugger. The functionality can be -extended with plugins that create various tools. - -Scaffold is based on the gIDE codebase. diff --git a/devel/scaffold/pkg-plist b/devel/scaffold/pkg-plist deleted file mode 100644 index 0c6a979fa..000000000 --- a/devel/scaffold/pkg-plist +++ /dev/null @@ -1,158 +0,0 @@ -bin/scaffold -bin/scaffold-clean.sh -etc/gconf/gconf.xml.defaults/apps/scaffold/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/scaffold/plugins/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/scaffold/plugins/document_manager/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/scaffold/plugins/project_manager/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/scaffold/state/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/scaffold/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/scaffold/plugins/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/scaffold/plugins/document_manager/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/scaffold/plugins/project_manager/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/scaffold/state/%gconf.xml -etc/gconf/schemas/scaffold.schemas -include/libscaffold-1.0/libscaffold/glue-factory.c -include/libscaffold-1.0/libscaffold/glue-plugin.c -include/libscaffold-1.0/libscaffold/libscaffold.h -include/libscaffold-1.0/libscaffold/scaffold-doc.h -include/libscaffold-1.0/libscaffold/scaffold-document-manager.h -include/libscaffold-1.0/libscaffold/scaffold-document.h -include/libscaffold-1.0/libscaffold/scaffold-marshal.h -include/libscaffold-1.0/libscaffold/scaffold-session.h -include/libscaffold-1.0/libscaffold/scaffold-shell.h -include/libscaffold-1.0/libscaffold/scaffold-tool.h -include/libscaffold-1.0/libscaffold/scaffold-utils.h -include/scaffold-1.0/project-manager/scaffold-project-manager.h -include/scaffold-1.0/project-manager/scaffold-project-type.h -lib/libscaffold-1.a -lib/libscaffold-1.so -lib/libscaffold-1.so.0 -lib/scaffold/plugins/libscaffold-docman.a -lib/scaffold/plugins/libscaffold-docman.so -lib/scaffold/plugins/libscaffold-docman.so.0 -lib/scaffold/plugins/libscaffold-gnome-project-types.a -lib/scaffold/plugins/libscaffold-gnome-project-types.so -lib/scaffold/plugins/libscaffold-gnome-project-types.so.0 -lib/scaffold/plugins/libscaffold-project.a -lib/scaffold/plugins/libscaffold-project.so -lib/scaffold/plugins/libscaffold-project.so.0 -lib/scaffold/plugins/libscaffold-sample.a -lib/scaffold/plugins/libscaffold-sample.so -lib/scaffold/plugins/libscaffold-sample.so.0 -lib/scaffold/plugins/libscaffold-shelloutput.a -lib/scaffold/plugins/libscaffold-shelloutput.so -lib/scaffold/plugins/libscaffold-shelloutput.so.0 -lib/scaffold/plugins/libscaffold-symbol-browser.a -lib/scaffold/plugins/libscaffold-symbol-browser.so -lib/scaffold/plugins/libscaffold-symbol-browser.so.0 -lib/scaffold/plugins/libscaffold-terminal.a -lib/scaffold/plugins/libscaffold-terminal.so -lib/scaffold/plugins/libscaffold-terminal.so.0 -lib/scaffold/plugins/libscaffold-text.a -lib/scaffold/plugins/libscaffold-text.so -lib/scaffold/plugins/libscaffold-text.so.0 -lib/scaffold/plugins/scaffold-document-manager.plugin -lib/scaffold/plugins/scaffold-gnome-project-types.plugin -lib/scaffold/plugins/scaffold-project-manager.plugin -lib/scaffold/plugins/scaffold-sample.plugin -lib/scaffold/plugins/scaffold-shelloutput.plugin -lib/scaffold/plugins/scaffold-symbol-browser.plugin -lib/scaffold/plugins/scaffold-terminal.plugin -lib/scaffold/plugins/scaffold-text.plugin -libdata/pkgconfig/libscaffold-1.0.pc -share/gnome/application-registry/scaffold.applications -share/gnome/applications/scaffold.desktop -share/gnome/gnome-2.0/ui/scaffold-document-manager.xml -share/gnome/gnome-2.0/ui/scaffold-project-manager.xml -share/gnome/gnome-2.0/ui/scaffold-sample-plugin.xml -share/gnome/gnome-2.0/ui/scaffold-shelloutput-plugin.xml -share/gnome/gnome-2.0/ui/scaffold-terminal-plugin.xml -share/gnome/gnome-2.0/ui/scaffold-text-plugin.xml -share/gnome/gnome-2.0/ui/scaffold.xml -share/gnome/mime-info/scaffold.keys -share/gnome/mime-info/scaffold.mime -share/gnome/pixmaps/scaffold-close-project.png -share/gnome/pixmaps/scaffold-new-project.png -share/gnome/pixmaps/scaffold-open-project.png -share/gnome/pixmaps/scaffold.png -share/gnome/scaffold/glade/scaffold-document-manager.glade -share/gnome/scaffold/glade/scaffold-gnome-project-types.glade -share/gnome/scaffold/glade/scaffold-project-manager.glade -share/gnome/scaffold/glade/scaffold.glade -share/gnome/scaffold/images/dock.png -share/gnome/scaffold/images/gnome-terminal.png -share/gnome/scaffold/images/layout-manager.png -share/gnome/scaffold/images/plugins.png -share/gnome/scaffold/images/scaffold-document-manager.png -share/gnome/scaffold/images/scaffold-project-manager.png -share/gnome/scaffold/images/scaffold-sample-plugin.png -share/gnome/scaffold/images/scaffold-splash.png -share/gnome/scaffold/images/unknown-components.png -share/gnome/scaffold/layout.xml -share/gnome/scaffold/plugins/gnome-project-types/gnome-application-templates/AUTHORS.template -share/gnome/scaffold/plugins/gnome-project-types/gnome-application-templates/COPYING.template -share/gnome/scaffold/plugins/gnome-project-types/gnome-application-templates/ChangeLog.template -share/gnome/scaffold/plugins/gnome-project-types/gnome-application-templates/MAINTAINERS.template -share/gnome/scaffold/plugins/gnome-project-types/gnome-application-templates/Makefile.am.template -share/gnome/scaffold/plugins/gnome-project-types/gnome-application-templates/NEWS.template -share/gnome/scaffold/plugins/gnome-project-types/gnome-application-templates/README.template -share/gnome/scaffold/plugins/gnome-project-types/gnome-application-templates/app.c.template -share/gnome/scaffold/plugins/gnome-project-types/gnome-application-templates/autogen.sh.template -share/gnome/scaffold/plugins/gnome-project-types/gnome-application-templates/configure.in.template -share/gnome/scaffold/plugins/gnome-project-types/gnome-application-templates/src_Makefile.am.template -share/gnome/scaffold/plugins/gnome-project-types/gnome-application-templates/window.c.template -share/gnome/scaffold/plugins/gnome-project-types/gnome-application-templates/window.h.template -share/gnome/scaffold/plugins/gnome-project-types/scaffold-gnome-application-create.py -share/gnome/scaffold/templates/template.c -share/gnome/scaffold/templates/template.h -share/gnome/scaffold/templates/template.html -share/locale/am/LC_MESSAGES/scaffold.mo -share/locale/az/LC_MESSAGES/scaffold.mo -share/locale/be/LC_MESSAGES/scaffold.mo -share/locale/ca/LC_MESSAGES/scaffold.mo -share/locale/cs/LC_MESSAGES/scaffold.mo -share/locale/da/LC_MESSAGES/scaffold.mo -share/locale/de/LC_MESSAGES/scaffold.mo -share/locale/el/LC_MESSAGES/scaffold.mo -share/locale/es/LC_MESSAGES/scaffold.mo -share/locale/fr/LC_MESSAGES/scaffold.mo -share/locale/hi/LC_MESSAGES/scaffold.mo -share/locale/it/LC_MESSAGES/scaffold.mo -share/locale/ja/LC_MESSAGES/scaffold.mo -share/locale/ko/LC_MESSAGES/scaffold.mo -share/locale/lv/LC_MESSAGES/scaffold.mo -share/locale/nl/LC_MESSAGES/scaffold.mo -share/locale/no/LC_MESSAGES/scaffold.mo -share/locale/pl/LC_MESSAGES/scaffold.mo -share/locale/pt/LC_MESSAGES/scaffold.mo -share/locale/pt_BR/LC_MESSAGES/scaffold.mo -share/locale/ru/LC_MESSAGES/scaffold.mo -share/locale/sk/LC_MESSAGES/scaffold.mo -share/locale/sv/LC_MESSAGES/scaffold.mo -share/locale/tr/LC_MESSAGES/scaffold.mo -share/locale/uk/LC_MESSAGES/scaffold.mo -share/locale/vi/LC_MESSAGES/scaffold.mo -share/locale/zh_CN/LC_MESSAGES/scaffold.mo -@dirrm share/gnome/scaffold/templates -@dirrm share/gnome/scaffold/plugins/gnome-project-types/gnome-application-templates -@dirrm share/gnome/scaffold/plugins/gnome-project-types -@dirrm share/gnome/scaffold/plugins -@dirrm share/gnome/scaffold/images -@dirrm share/gnome/scaffold/glade -@dirrm share/gnome/scaffold -@dirrm lib/scaffold/plugins -@dirrm lib/scaffold -@dirrm include/scaffold-1.0/project-manager -@dirrm include/scaffold-1.0 -@dirrm include/libscaffold-1.0/libscaffold -@dirrm include/libscaffold-1.0 -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/scaffold/state -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/scaffold/plugins/project_manager -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/scaffold/plugins/document_manager -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/scaffold/plugins -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/scaffold -@dirrm etc/gconf/gconf.xml.defaults/apps/scaffold/state -@dirrm etc/gconf/gconf.xml.defaults/apps/scaffold/plugins/project_manager -@dirrm etc/gconf/gconf.xml.defaults/apps/scaffold/plugins/document_manager -@dirrm etc/gconf/gconf.xml.defaults/apps/scaffold/plugins -@dirrm etc/gconf/gconf.xml.defaults/apps/scaffold |