From f4b05a2365d19365e7f603ba48d2388774267fa9 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 7 Oct 2002 21:58:04 +0000 Subject: Add gnomevfs2. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7 df743ca5-7f9a-e211-a948-0013205c9059 --- devel/gnome-vfs/Makefile | 41 +++++ devel/gnome-vfs/distinfo | 1 + devel/gnome-vfs/files/patch-aa | 69 ++++++++ devel/gnome-vfs/files/patch-ab | 10 ++ devel/gnome-vfs/files/patch-ac | 11 ++ .../gnome-vfs/files/patch-devel-docs::Makefile.in | 14 ++ devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in | 12 ++ .../files/patch-gnome-vfs-module-2.0.pc.in | 12 ++ .../gnome-vfs/files/patch-libgnomevfs::Makefile.in | 11 ++ ...h-libgnomevfs::gnome-vfs-application-registry.c | 29 ++++ .../files/patch-libgnomevfs_gnome-vfs-utils.c | 11 ++ devel/gnome-vfs/files/patch-modules_ssh-method.c | 10 ++ devel/gnome-vfs/pkg-comment | 1 + devel/gnome-vfs/pkg-descr | 8 + devel/gnome-vfs/pkg-plist | 185 +++++++++++++++++++++ 15 files changed, 425 insertions(+) create mode 100644 devel/gnome-vfs/Makefile create mode 100644 devel/gnome-vfs/distinfo create mode 100644 devel/gnome-vfs/files/patch-aa create mode 100644 devel/gnome-vfs/files/patch-ab create mode 100644 devel/gnome-vfs/files/patch-ac create mode 100644 devel/gnome-vfs/files/patch-devel-docs::Makefile.in create mode 100644 devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in create mode 100644 devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in create mode 100644 devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in create mode 100644 devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c create mode 100644 devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c create mode 100644 devel/gnome-vfs/files/patch-modules_ssh-method.c create mode 100644 devel/gnome-vfs/pkg-comment create mode 100644 devel/gnome-vfs/pkg-descr create mode 100644 devel/gnome-vfs/pkg-plist (limited to 'devel/gnome-vfs') diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile new file mode 100644 index 000000000..c3d615bee --- /dev/null +++ b/devel/gnome-vfs/Makefile @@ -0,0 +1,41 @@ +# New ports collection makefile for: gnomevfs2 +# Date created: 28th June 2000 +# Whom: Ade Lovett +# +# $FreeBSD: ports/devel/gnomevfs2/Makefile,v 1.52 2002/09/20 17:06:32 marcus Exp $ +# + +PORTNAME= gnomevfs2 +PORTVERSION= 2.0.4 +PORTREVISION= 1 +CATEGORIES= devel gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/gnome-vfs/2.0 +DISTNAME= gnome-vfs-${PORTVERSION} +DIST_SUBDIR= gnome2 + +MAINTAINER= gnome@FreeBSD.org + +LIB_DEPENDS= gconf-2.5:${PORTSDIR}/devel/gconf2 \ + bonobo-2.0:${PORTSDIR}/devel/libbonobo + +USE_BZIP2= yes +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack gnomehier gnomemimedata +USE_REINPLACE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +CONFIGURE_ARGS= --with-gconf-source=xml::${PREFIX}/etc/gconf/gconf.xml.defaults +CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" \ + BSD_PTHREAD_LIBS=${PTHREAD_LIBS} +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure + @find ${WRKSRC} -name "*info.in" | xargs ${REINPLACE_CMD} -e \ + 's|\@datadir\@/gnome|\@datadir\@|g' + +.include diff --git a/devel/gnome-vfs/distinfo b/devel/gnome-vfs/distinfo new file mode 100644 index 000000000..c61a84aae --- /dev/null +++ b/devel/gnome-vfs/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/gnome-vfs-2.0.4.tar.bz2) = 40ab89fa79dbb33c294b61337e54084e diff --git a/devel/gnome-vfs/files/patch-aa b/devel/gnome-vfs/files/patch-aa new file mode 100644 index 000000000..b088829de --- /dev/null +++ b/devel/gnome-vfs/files/patch-aa @@ -0,0 +1,69 @@ +--- configure.orig Wed Sep 4 19:19:58 2002 ++++ configure Fri Sep 6 02:28:34 2002 +@@ -8323,6 +8323,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' +@@ -14189,8 +14190,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 +@@ -14206,7 +14207,7 @@ + #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 (); + #ifdef F77_DUMMY_MAIN + # ifdef __cplusplus + extern "C" +@@ -14216,7 +14217,7 @@ + int + main () + { +-bzCompressInit (); ++BZ2_bzCompressInit (); + ; + return 0; + } +@@ -14763,7 +14764,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 -lcryptofoo -ldl" + cat >conftest.$ac_ext <<_ACEOF + #line $LINENO "configure" + #include "confdefs.h" +@@ -14820,9 +14821,9 @@ + + msg_openssl="yes" + if test x$with_openssl_libs != x/usr/lib; then +- OPENSSL_LIBS="-L$with_openssl_libs -lssl -lcrypto" ++ OPENSSL_LIBS="-L$with_openssl_libs -lssl -lcryptofoo" + else +- OPENSSL_LIBS="-lssl -lcrypto" ++ OPENSSL_LIBS="-lssl -lcryptofoo" + fi + + +@@ -16488,7 +16489,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@,$PTHREAD_LIB,;t t ++s,@PTHREAD_LIB@,$BSD_PTHREAD_LIB,;t t + s,@GETTEXT_PACKAGE@,$GETTEXT_PACKAGE,;t t + s,@ALLOCA@,$ALLOCA,;t t + s,@USE_NLS@,$USE_NLS,;t t diff --git a/devel/gnome-vfs/files/patch-ab b/devel/gnome-vfs/files/patch-ab new file mode 100644 index 000000000..5b0347024 --- /dev/null +++ b/devel/gnome-vfs/files/patch-ab @@ -0,0 +1,10 @@ +--- Makefile.in.orig Fri Sep 6 02:29:04 2002 ++++ Makefile.in Fri Sep 6 02:29:27 2002 +@@ -183,7 +183,6 @@ + schemas \ + devel-docs \ + doc \ +- test \ + monikers \ + po + diff --git a/devel/gnome-vfs/files/patch-ac b/devel/gnome-vfs/files/patch-ac new file mode 100644 index 000000000..557a7018d --- /dev/null +++ b/devel/gnome-vfs/files/patch-ac @@ -0,0 +1,11 @@ +--- modules/Makefile.in.orig Thu Aug 29 15:57:06 2002 ++++ modules/Makefile.in Thu Aug 29 15:58:00 2002 +@@ -180,7 +180,7 @@ + @BUILD_CDEMENU_MODULE_TRUE@CDEMENU_LTLIBS = libcdemenu-desktop.la + @BUILD_CDEMENU_MODULE_FALSE@CDEMENU_LTLIBS = + +-module_flags = -export_dynamic -avoid-version -module ++module_flags = -export_dynamic -avoid-version -module $(PTHREAD_LIB) + modulesdir = $(libdir)/gnome-vfs-2.0/modules + + modules_LTLIBRARIES = $(CDDA_LTLIBS) libextfs.la libfile.la libnntp.la libvfs-test.la $(HTTP_LTLIBS) libbzip2.la libgzip.la libftp.la libvfs-pipe.la libvfs-translate.la $(CDEMENU_LTLIBS) libssh.la libtar.la $(NULL) diff --git a/devel/gnome-vfs/files/patch-devel-docs::Makefile.in b/devel/gnome-vfs/files/patch-devel-docs::Makefile.in new file mode 100644 index 000000000..1e907269f --- /dev/null +++ b/devel/gnome-vfs/files/patch-devel-docs::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD: ports/devel/gnomevfs2/files/patch-devel-docs::Makefile.in,v 1.1 2002/02/16 17:36:46 sobomax 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 new file mode 100644 index 000000000..b7ee9579b --- /dev/null +++ b/devel/gnome-vfs/files/patch-gnome-vfs-2.0.pc.in @@ -0,0 +1,12 @@ + +$FreeBSD: ports/devel/gnomevfs2/files/patch-gnome-vfs-2.0.pc.in,v 1.1 2002/02/16 17:36:46 sobomax 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 new file mode 100644 index 000000000..d293c450a --- /dev/null +++ b/devel/gnome-vfs/files/patch-gnome-vfs-module-2.0.pc.in @@ -0,0 +1,12 @@ + +$FreeBSD: ports/devel/gnomevfs2/files/patch-gnome-vfs-module-2.0.pc.in,v 1.1 2002/02/16 17:36:46 sobomax 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 new file mode 100644 index 000000000..b27e7e217 --- /dev/null +++ b/devel/gnome-vfs/files/patch-libgnomevfs::Makefile.in @@ -0,0 +1,11 @@ +--- libgnomevfs/Makefile.in.orig Fri Sep 6 02:29:53 2002 ++++ libgnomevfs/Makefile.in Fri Sep 6 02:30:42 2002 +@@ -329,7 +329,7 @@ + + + # Platform specific includes +-libgnomevfsplatformincludedir = $(libdir)/gnome-vfs-2.0/include ++libgnomevfsplatformincludedir = $(includedir)/gnome-vfs-2.0/libgnomevfs + 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 new file mode 100644 index 000000000..53a118250 --- /dev/null +++ b/devel/gnome-vfs/files/patch-libgnomevfs::gnome-vfs-application-registry.c @@ -0,0 +1,29 @@ + +$FreeBSD: ports/devel/gnomevfs2/files/patch-libgnomevfs::gnome-vfs-application-registry.c,v 1.1 2002/06/13 08:46:21 sobomax 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-utils.c b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c new file mode 100644 index 000000000..c9cffae7a --- /dev/null +++ b/devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-utils.c @@ -0,0 +1,11 @@ +--- libgnomevfs/gnome-vfs-utils.c.orig Sun May 5 17:01:22 2002 ++++ libgnomevfs/gnome-vfs-utils.c Sun May 5 17:02:24 2002 +@@ -774,7 +774,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 (hack_file_exists (full_filename)) { + g_strfreev (paths); + return full_filename; diff --git a/devel/gnome-vfs/files/patch-modules_ssh-method.c b/devel/gnome-vfs/files/patch-modules_ssh-method.c new file mode 100644 index 000000000..14b2cf886 --- /dev/null +++ b/devel/gnome-vfs/files/patch-modules_ssh-method.c @@ -0,0 +1,10 @@ +--- modules/ssh-method.c.orig Mon Jun 10 13:28:42 2002 ++++ modules/ssh-method.c Mon Jun 10 13:28:51 2002 +@@ -34,6 +34,7 @@ + #include + #include + #include ++#include + #include + + typedef struct { diff --git a/devel/gnome-vfs/pkg-comment b/devel/gnome-vfs/pkg-comment new file mode 100644 index 000000000..818ef6f95 --- /dev/null +++ b/devel/gnome-vfs/pkg-comment @@ -0,0 +1 @@ +GNOME Virtual File System diff --git a/devel/gnome-vfs/pkg-descr b/devel/gnome-vfs/pkg-descr new file mode 100644 index 000000000..3c9946088 --- /dev/null +++ b/devel/gnome-vfs/pkg-descr @@ -0,0 +1,8 @@ +This is the GNOME Virtual File System. + +Embryonic is not the word. This code will probably delete all +your files, install Windows[tm] on your computer, set fire to your +house, and guarantee you an IRS audit every year for the rest of +your life. + +WWW: http://www.gnome.org/ diff --git a/devel/gnome-vfs/pkg-plist b/devel/gnome-vfs/pkg-plist new file mode 100644 index 000000000..b038047dd --- /dev/null +++ b/devel/gnome-vfs/pkg-plist @@ -0,0 +1,185 @@ +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/system/%gconf.xml +etc/gconf/gconf.xml.defaults/system/http_proxy/%gconf.xml +etc/gconf/schemas/system_http_proxy.schemas +etc/gnome-vfs-2.0/modules/default-modules.conf +etc/gnome-vfs-2.0/vfolders/applications-all-users.vfolder-info +etc/gnome-vfs-2.0/vfolders/applications.vfolder-info-default +etc/gnome-vfs-2.0/vfolders/favorites.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/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-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-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-iobuf.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-magic.h +include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime-sniff-buffer.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 +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/libnntp.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.0 +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_Moniker_std.server +libdata/pkgconfig/gnome-vfs-2.0.pc +libdata/pkgconfig/gnome-vfs-module-2.0.pc +share/doc/gnome-vfs-2.0/about.html +share/doc/gnome-vfs-2.0/data-types.html +share/doc/gnome-vfs-2.0/everything-else.html +share/doc/gnome-vfs-2.0/file-operations.html +share/doc/gnome-vfs-2.0/gnome-vfs-application-registry.html +share/doc/gnome-vfs-2.0/gnome-vfs-asynchronous-operations.html +share/doc/gnome-vfs-2.0/gnome-vfs-cancellation.html +share/doc/gnome-vfs-2.0/gnome-vfs-configuration.html +share/doc/gnome-vfs-2.0/gnome-vfs-context.html +share/doc/gnome-vfs-2.0/gnome-vfs-directory.html +share/doc/gnome-vfs-2.0/gnome-vfs-file-info.html +share/doc/gnome-vfs-2.0/gnome-vfs-file-size.html +share/doc/gnome-vfs-2.0/gnome-vfs-finding-special-directories.html +share/doc/gnome-vfs-2.0/gnome-vfs-inet-connection.html +share/doc/gnome-vfs-2.0/gnome-vfs-initialization.html +share/doc/gnome-vfs-2.0/gnome-vfs-iobuf.html +share/doc/gnome-vfs-2.0/gnome-vfs-method.html +share/doc/gnome-vfs-2.0/gnome-vfs-mime-handlers.html +share/doc/gnome-vfs-2.0/gnome-vfs-mime-info.html +share/doc/gnome-vfs-2.0/gnome-vfs-mime-magic.html +share/doc/gnome-vfs-2.0/gnome-vfs-mime-monitor.html +share/doc/gnome-vfs-2.0/gnome-vfs-mime-sniff-buffer.html +share/doc/gnome-vfs-2.0/gnome-vfs-mime.html +share/doc/gnome-vfs-2.0/gnome-vfs-module-callback-module-api.html +share/doc/gnome-vfs-2.0/gnome-vfs-module-callbacks.html +share/doc/gnome-vfs-2.0/gnome-vfs-module-shared.html +share/doc/gnome-vfs-2.0/gnome-vfs-module.html +share/doc/gnome-vfs-2.0/gnome-vfs-ops.html +share/doc/gnome-vfs-2.0/gnome-vfs-parse-ls.html +share/doc/gnome-vfs-2.0/gnome-vfs-process.html +share/doc/gnome-vfs-2.0/gnome-vfs-result.html +share/doc/gnome-vfs-2.0/gnome-vfs-ssl.html +share/doc/gnome-vfs-2.0/gnome-vfs-standard-callbacks.html +share/doc/gnome-vfs-2.0/gnome-vfs-types.html +share/doc/gnome-vfs-2.0/gnome-vfs-uri.html +share/doc/gnome-vfs-2.0/gnome-vfs-utils.html +share/doc/gnome-vfs-2.0/gnome-vfs-xfer.html +share/doc/gnome-vfs-2.0/index.html +share/doc/gnome-vfs-2.0/index.sgml +share/doc/gnome-vfs-2.0/mime-registry.html +share/doc/gnome-vfs-2.0/modules.html +share/doc/gnome-vfs-2.0/writing-modules.html +share/doc/gnome-vfs-2.0/x27.html +share/locale/ar/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/az/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/bg/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/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/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/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/hi/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/hu/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/lt/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/lv/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/ms/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/sv/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/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 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 +@dirrm etc/gnome-vfs-2.0/vfolders +@dirrm etc/gconf/gconf.xml.defaults/system/http_proxy +@dirrm etc/gconf/gconf.xml.defaults/system +@dirrm etc/gconf/gconf.xml.defaults/schemas/system/http_proxy +@dirrm etc/gconf/gconf.xml.defaults/schemas/system -- cgit v1.2.3