Hello, I realize that it's best to update Gnome to version 2.20 by going from the base packages to applications in the dependency tree. gnome-vfs2 depends on gconf and ORBit, which don't yet have updates on the mailing list. However, since this patch adds extra functionality to the current port I thought it best to submit it. I've ran a similar port for v2.18.1 for several months without problems. It's just an update of the patch I submitted 2007-08-31.
The NEWS shows a few error corrections in both the application and the build process and a few translation updates. On amd64-current I successfully transferred files over a password-protected SMB network using this patch along with Jasper's recent GNOME updates from the mailing list. Please test and comment. Brad Walker
Index: Makefile =================================================================== RCS file: /root/ports/x11/gnome/vfs2/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- Makefile 5 Jul 2007 22:50:11 -0000 1.24 +++ Makefile 18 Oct 2007 16:46:18 -0000 @@ -2,42 +2,61 @@ SHARED_ONLY= Yes -COMMENT= GNOME Virtual File System +COMMENT-main= GNOME Virtual File System +COMMENT-cdda= cdparanoia module for gnome-vfs2 +COMMENT-smb= samba module for gnome-vfs2 GNOME_PROJECT= gnome-vfs -GNOME_VERSION= 2.18.1 -PKGNAME= gnome-vfs2-${VERSION}p0 -SHARED_LIBS += gnomevfs-2 1800.1 # .1800.1 +GNOME_VERSION= 2.20.0 +PKGNAME-main= gnome-vfs2-${VERSION}p0 +PKGNAME-cdda= gnome-vfs2-cdda-${VERSION}p0 +PKGNAME-smb= gnome-vfs2-smb-${VERSION}p0 +MULTI_PACKAGES= -main -cdda -smb + +SHARED_LIBS += gnomevfs-2 2000.0 # .2000.0 # GPL PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -WANTLIB += c crypto dbus-1 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 -WANTLIB += m pthread rpcsvc ssl stdc++ util z +WANTLIB += crypto dbus-1 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 +WANTLIB += m ssl util z MODULES= devel/gettext \ x11/gnome BUILD_DEPENDS= :gnome-mime-data->=2.0.0:x11/gnome/mime-data LIB_DEPENDS= dbus-glib-1.>=3::x11/dbus-glib \ - fam::sysutils/fam \ xml2.>=9::textproc/libxml \ gconf-2.>=5::devel/gconf2 \ - cdda_interface,cdda_paranoia::audio/cdparanoia \ - bz2.>=10::archivers/bzip2 \ ORBit-2.>=2::devel/ORBit2 RUN_DEPENDS= :gnome-mime-data->=2.0.0:x11/gnome/mime-data +WANTLIB-main= ${WANTLIB} c pthread rpcsvc stdc++ +LIB_DEPENDS-main= ${LIB_DEPENDS} \ + bz2.>=10::archivers/bzip2 \ + fam::sysutils/fam +RUN_DEPENDS-main= ${RUN_DEPENDS + +WANTLIB-smb= ${WANTLIB} +LIB_DEPENDS-smb= ${LIB_DEPENDS} \ + smbclient::net/samba \ + gnomevfs-2.>=2000::x11/gnome/vfs2 +RUN_DEPENDS-smb= ${RUN_DEPENDS} + +WANTLIB-cdda= ${WANTLIB} +LIB_DEPENDS-cdda= ${LIB_DEPENDS} \ + cdda_interface,cdda_paranoia::audio/cdparanoia \ + gnomevfs-2.>=2000::x11/gnome/vfs2 +RUN_DEPENDS-cdda= ${RUN_DEPENDS} + USE_X11= Yes CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \ --with-gconf-schema-file-dir=${LOCALBASE}/share/schemas/gnome-vfs2 \ --disable-schemas-install \ - --enable-openssl \ --enable-cdda \ --disable-avahi \ - --disable-howl \ - --disable-samba + --disable-howl CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" Index: distinfo =================================================================== RCS file: /root/ports/x11/gnome/vfs2/distinfo,v retrieving revision 1.14 diff -u -r1.14 distinfo --- distinfo 30 May 2007 09:25:58 -0000 1.14 +++ distinfo 18 Oct 2007 16:04:06 -0000 @@ -1,5 +1,5 @@ -MD5 (gnome/gnome-vfs-2.18.1.tar.bz2) = v0ptlRgNBZgYk+XQIcZpXA== -RMD160 (gnome/gnome-vfs-2.18.1.tar.bz2) = /y/Hp8R7haA9ZZZKitHX1YVpjz0= -SHA1 (gnome/gnome-vfs-2.18.1.tar.bz2) = 6Tn+T+LnVRaubE1Hb4+0T1nsi9w= -SHA256 (gnome/gnome-vfs-2.18.1.tar.bz2) = CY2SDLfUpQ4kXeqvq/2OBrhsiHcdVr5WdZfAnAkgf14= -SIZE (gnome/gnome-vfs-2.18.1.tar.bz2) = 1916897 +MD5 (gnome/gnome-vfs-2.20.0.tar.bz2) = uf4KBm0OaT50oADlUzgjWw== +RMD160 (gnome/gnome-vfs-2.20.0.tar.bz2) = iA4cGvywwiExrfrU5aWqNgXBNrs= +SHA1 (gnome/gnome-vfs-2.20.0.tar.bz2) = POGVm4IPQg9n4Y5vnae8mofdQ0k= +SHA256 (gnome/gnome-vfs-2.20.0.tar.bz2) = zZXsWkgIeZ8DPcudrzftOENsWU1AFOWASWf6nliT6R8= +SIZE (gnome/gnome-vfs-2.20.0.tar.bz2) = 1918358 Index: pkg/DESCR =================================================================== RCS file: pkg/DESCR diff -N pkg/DESCR --- pkg/DESCR 7 Oct 2003 05:48:56 -0000 1.3 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,4 +0,0 @@ -This is the GNOME Virtual File System. - -GNOME VFS is currently used as one of the foundations of the Nautilus -file manager. Index: pkg/DESCR-cdda =================================================================== RCS file: pkg/DESCR-cdda diff -N pkg/DESCR-cdda --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg/DESCR-cdda 18 Oct 2007 16:02:25 -0000 @@ -0,0 +1,2 @@ +This package provides the cdda module for GNOME VFS, which allows it to +retrieve audio tracks from CDDA capable CDROM drives. Index: pkg/DESCR-main =================================================================== RCS file: pkg/DESCR-main diff -N pkg/DESCR-main --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg/DESCR-main 18 Oct 2007 16:02:25 -0000 @@ -0,0 +1,4 @@ +This is the GNOME Virtual File System. + +GNOME VFS is currently used as one of the foundations of the Nautilus +file manager. Index: pkg/DESCR-smb =================================================================== RCS file: pkg/DESCR-smb diff -N pkg/DESCR-smb --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg/DESCR-smb 18 Oct 2007 16:02:25 -0000 @@ -0,0 +1,2 @@ +This package provides the smb module for GNOME VFS, which allows it to +surf networks using the SMB protocol (also known as Microsoft Networks). Index: pkg/PLIST =================================================================== RCS file: pkg/PLIST diff -N pkg/PLIST --- pkg/PLIST 27 Apr 2007 22:06:38 -0000 1.16 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,282 +0,0 @@ [EMAIL PROTECTED] $OpenBSD: PLIST,v 1.16 2007/04/27 22:06:38 jasper Exp $ -bin/gnomevfs-cat -bin/gnomevfs-copy -bin/gnomevfs-df -bin/gnomevfs-info -bin/gnomevfs-ls -bin/gnomevfs-mkdir -bin/gnomevfs-monitor -bin/gnomevfs-mv -bin/gnomevfs-rm -include/gnome-vfs-2.0/ -include/gnome-vfs-2.0/libgnomevfs/ -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-ace.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-acl.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-address.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-application-registry.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-async-ops.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-cancellation.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-context.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-directory.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-dns-sd.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-drive.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-enum-types.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-size.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-find-directory.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-handle.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-init.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-job-limit.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-deprecated.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-handlers.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-info-cache.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-monitor.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-utils.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-module-callback.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-monitor.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-ops.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-resolve.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-result.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-standard-callbacks.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-types.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-uri.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-utils.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-version.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-volume-monitor.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-volume.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-xfer.h -include/gnome-vfs-2.0/libgnomevfs/gnome-vfs.h -include/gnome-vfs-module-2.0/ -include/gnome-vfs-module-2.0/libgnomevfs/ -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-cancellable-ops.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-inet-connection.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-method.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime-info.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-callback-module-api.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-shared.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-parse-ls.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-pty.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-socket-buffer.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-socket.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-ssl.h -include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-transform.h -lib/gnome-vfs-2.0/ -lib/gnome-vfs-2.0/include/ -lib/gnome-vfs-2.0/include/gnome-vfs-file-size.h -lib/gnome-vfs-2.0/modules/ -lib/gnome-vfs-2.0/modules/libbzip2.a -lib/gnome-vfs-2.0/modules/libbzip2.la -lib/gnome-vfs-2.0/modules/libbzip2.so -lib/gnome-vfs-2.0/modules/libcdda.a -lib/gnome-vfs-2.0/modules/libcdda.la -lib/gnome-vfs-2.0/modules/libcdda.so -lib/gnome-vfs-2.0/modules/libcomputer.a -lib/gnome-vfs-2.0/modules/libcomputer.la -lib/gnome-vfs-2.0/modules/libcomputer.so -lib/gnome-vfs-2.0/modules/libdns-sd.a -lib/gnome-vfs-2.0/modules/libdns-sd.la -lib/gnome-vfs-2.0/modules/libdns-sd.so -lib/gnome-vfs-2.0/modules/libfile.a -lib/gnome-vfs-2.0/modules/libfile.la -lib/gnome-vfs-2.0/modules/libfile.so -lib/gnome-vfs-2.0/modules/libftp.a -lib/gnome-vfs-2.0/modules/libftp.la -lib/gnome-vfs-2.0/modules/libftp.so -lib/gnome-vfs-2.0/modules/libgzip.a -lib/gnome-vfs-2.0/modules/libgzip.la -lib/gnome-vfs-2.0/modules/libgzip.so -lib/gnome-vfs-2.0/modules/libhttp.a -lib/gnome-vfs-2.0/modules/libhttp.la -lib/gnome-vfs-2.0/modules/libhttp.so -lib/gnome-vfs-2.0/modules/libnetwork.a -lib/gnome-vfs-2.0/modules/libnetwork.la -lib/gnome-vfs-2.0/modules/libnetwork.so -lib/gnome-vfs-2.0/modules/libnntp.a -lib/gnome-vfs-2.0/modules/libnntp.la -lib/gnome-vfs-2.0/modules/libnntp.so -lib/gnome-vfs-2.0/modules/libsftp.a -lib/gnome-vfs-2.0/modules/libsftp.la -lib/gnome-vfs-2.0/modules/libsftp.so -lib/gnome-vfs-2.0/modules/libtar.a -lib/gnome-vfs-2.0/modules/libtar.la -lib/gnome-vfs-2.0/modules/libtar.so -lib/gnome-vfs-2.0/modules/libvfs-test.a -lib/gnome-vfs-2.0/modules/libvfs-test.la -lib/gnome-vfs-2.0/modules/libvfs-test.so -lib/libgnomevfs-2.a -lib/libgnomevfs-2.la [EMAIL PROTECTED] lib/libgnomevfs-2.so.${LIBgnomevfs-2_VERSION} -lib/pkgconfig/gnome-vfs-2.0.pc -lib/pkgconfig/gnome-vfs-module-2.0.pc -libexec/gnome-vfs-daemon -share/dbus-1/services/gnome-vfs-daemon.service -share/examples/gnome-vfs2/ [EMAIL PROTECTED] ${SYSCONFDIR}/gnome/ -share/examples/gnome-vfs2/gnome-vfs-2.0/ [EMAIL PROTECTED] ${SYSCONFDIR}/gnome/gnome-vfs-2.0/ -share/examples/gnome-vfs2/gnome-vfs-2.0/modules/ [EMAIL PROTECTED] ${SYSCONFDIR}/gnome/gnome-vfs-2.0/modules/ -share/examples/gnome-vfs2/gnome-vfs-2.0/modules/cdda-module.conf [EMAIL PROTECTED] ${SYSCONFDIR}/gnome/gnome-vfs-2.0/modules/cdda-module.conf -share/examples/gnome-vfs2/gnome-vfs-2.0/modules/default-modules.conf [EMAIL PROTECTED] ${SYSCONFDIR}/gnome/gnome-vfs-2.0/modules/default-modules.conf -share/examples/gnome-vfs2/gnome-vfs-2.0/modules/ssl-modules.conf [EMAIL PROTECTED] ${SYSCONFDIR}/gnome/gnome-vfs-2.0/modules/ssl-modules.conf -share/gtk-doc/html/gnome-vfs-2.0/ -share/gtk-doc/html/gnome-vfs-2.0/about.html -share/gtk-doc/html/gnome-vfs-2.0/data-types.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-2.0.devhelp -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-2.0.devhelp2 -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-application-registry.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-async-ops.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-cancellation.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-context.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-directory-basic-ops.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-directory-find-ops.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-directory-list-ops.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-dns-sd.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-drive.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-advanced-ops.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-basic-ops.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-info-ops.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-info.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-rw-ops.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-size.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-trunc-ops.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-inet-connection.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-init.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-method.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime-database-deprecated.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime-database.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime-monitor.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime-utils.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback-module-api.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-shared.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-monitor.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-parse-ls.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-resolve.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-result.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-socket-buffer.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-socket.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-ssl.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-standard-callbacks.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-transform.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-uri.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-utils.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-volume-monitor.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-volume.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-xfer.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-basic-file-ops.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-directory-ops.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-file-and-dirs-ops.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-file-async-ops.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-first-steps.html -share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-writing-modules.html -share/gtk-doc/html/gnome-vfs-2.0/home.png -share/gtk-doc/html/gnome-vfs-2.0/index.html -share/gtk-doc/html/gnome-vfs-2.0/index.sgml -share/gtk-doc/html/gnome-vfs-2.0/left.png -share/gtk-doc/html/gnome-vfs-2.0/mime-registry.html -share/gtk-doc/html/gnome-vfs-2.0/modules.html -share/gtk-doc/html/gnome-vfs-2.0/networking.html -share/gtk-doc/html/gnome-vfs-2.0/right.png -share/gtk-doc/html/gnome-vfs-2.0/style.css -share/gtk-doc/html/gnome-vfs-2.0/up.png -share/gtk-doc/html/gnome-vfs-2.0/volumes.html -share/locale/af/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/am/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ar/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/az/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/be/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bg/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bn_IN/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/bs/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ca/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/cs/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/cy/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/da/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/de/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/el/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/en_CA/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/en_GB/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/eo/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/es/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/et/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/eu/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/fa/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/fi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/fr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ga/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/gl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/gu/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/he/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/hi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/hr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/hu/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/id/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/is/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/it/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ja/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ka/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ko/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ku/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/li/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/lt/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/lv/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mg/ -share/locale/mg/LC_MESSAGES/ -share/locale/mg/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mk/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ml/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/mr/ -share/locale/mr/LC_MESSAGES/ -share/locale/mr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ms/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nb/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ne/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nn/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/nso/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/or/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pa/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pt/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/pt_BR/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ro/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ru/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/rw/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sk/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sl/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sq/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/[EMAIL PROTECTED]/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/[EMAIL PROTECTED]/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/sv/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/ta/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/th/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/tr/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/uk/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/vi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/wa/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/xh/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/yi/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_CN/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_HK/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zh_TW/LC_MESSAGES/gnome-vfs-2.0.mo -share/locale/zu/LC_MESSAGES/gnome-vfs-2.0.mo [EMAIL PROTECTED] GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/share/schemas/gnome-vfs2/*.schemas > /dev/null -share/schemas/ -share/schemas/gnome-vfs2/ -share/schemas/gnome-vfs2/desktop_default_applications.schemas -share/schemas/gnome-vfs2/desktop_gnome_url_handlers.schemas -share/schemas/gnome-vfs2/system_dns_sd.schemas -share/schemas/gnome-vfs2/system_http_proxy.schemas -share/schemas/gnome-vfs2/system_smb.schemas [EMAIL PROTECTED] GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/gnome-vfs2/*.schemas > /dev/null Index: pkg/PLIST-cdda =================================================================== RCS file: pkg/PLIST-cdda diff -N pkg/PLIST-cdda --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg/PLIST-cdda 18 Oct 2007 16:02:25 -0000 @@ -0,0 +1,6 @@ [EMAIL PROTECTED] $OpenBSD$ +lib/gnome-vfs-2.0/modules/libcdda.a +lib/gnome-vfs-2.0/modules/libcdda.la +lib/gnome-vfs-2.0/modules/libcdda.so +share/examples/gnome-vfs2/gnome-vfs-2.0/modules/cdda-module.conf [EMAIL PROTECTED] ${SYSCONFDIR}/gnome/gnome-vfs-2.0/modules/cdda-module.conf Index: pkg/PLIST-main =================================================================== RCS file: pkg/PLIST-main diff -N pkg/PLIST-main --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg/PLIST-main 18 Oct 2007 16:43:53 -0000 @@ -0,0 +1,275 @@ [EMAIL PROTECTED] $OpenBSD: PLIST,v 1.16 2007/04/27 22:06:38 jasper Exp $ +bin/gnomevfs-cat +bin/gnomevfs-copy +bin/gnomevfs-df +bin/gnomevfs-info +bin/gnomevfs-ls +bin/gnomevfs-mkdir +bin/gnomevfs-monitor +bin/gnomevfs-mv +bin/gnomevfs-rm +include/gnome-vfs-2.0/ +include/gnome-vfs-2.0/libgnomevfs/ +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-ace.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-acl.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-address.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-application-registry.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-async-ops.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-cancellation.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-context.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-directory.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-dns-sd.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-drive.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-enum-types.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-info.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-file-size.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-find-directory.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-handle.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-init.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-job-limit.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-deprecated.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-handlers.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-info-cache.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-monitor.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime-utils.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-mime.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-module-callback.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-monitor.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-ops.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-resolve.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-result.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-standard-callbacks.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-types.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-uri.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-utils.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-version.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-volume-monitor.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-volume.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs-xfer.h +include/gnome-vfs-2.0/libgnomevfs/gnome-vfs.h +include/gnome-vfs-module-2.0/ +include/gnome-vfs-module-2.0/libgnomevfs/ +include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-cancellable-ops.h +include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-inet-connection.h +include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-method.h +include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime-info.h +include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-callback-module-api.h +include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module-shared.h +include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-module.h +include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-parse-ls.h +include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-pty.h +include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-socket-buffer.h +include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-socket.h +include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-ssl.h +include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-transform.h +lib/gnome-vfs-2.0/ +lib/gnome-vfs-2.0/include/ +lib/gnome-vfs-2.0/include/gnome-vfs-file-size.h +lib/gnome-vfs-2.0/modules/ +lib/gnome-vfs-2.0/modules/libbzip2.a +lib/gnome-vfs-2.0/modules/libbzip2.la +lib/gnome-vfs-2.0/modules/libbzip2.so +lib/gnome-vfs-2.0/modules/libcomputer.a +lib/gnome-vfs-2.0/modules/libcomputer.la +lib/gnome-vfs-2.0/modules/libcomputer.so +lib/gnome-vfs-2.0/modules/libdns-sd.a +lib/gnome-vfs-2.0/modules/libdns-sd.la +lib/gnome-vfs-2.0/modules/libdns-sd.so +lib/gnome-vfs-2.0/modules/libfile.a +lib/gnome-vfs-2.0/modules/libfile.la +lib/gnome-vfs-2.0/modules/libfile.so +lib/gnome-vfs-2.0/modules/libftp.a +lib/gnome-vfs-2.0/modules/libftp.la +lib/gnome-vfs-2.0/modules/libftp.so +lib/gnome-vfs-2.0/modules/libgzip.a +lib/gnome-vfs-2.0/modules/libgzip.la +lib/gnome-vfs-2.0/modules/libgzip.so +lib/gnome-vfs-2.0/modules/libhttp.a +lib/gnome-vfs-2.0/modules/libhttp.la +lib/gnome-vfs-2.0/modules/libhttp.so +lib/gnome-vfs-2.0/modules/libnetwork.a +lib/gnome-vfs-2.0/modules/libnetwork.la +lib/gnome-vfs-2.0/modules/libnetwork.so +lib/gnome-vfs-2.0/modules/libnntp.a +lib/gnome-vfs-2.0/modules/libnntp.la +lib/gnome-vfs-2.0/modules/libnntp.so +lib/gnome-vfs-2.0/modules/libsftp.a +lib/gnome-vfs-2.0/modules/libsftp.la +lib/gnome-vfs-2.0/modules/libsftp.so +lib/gnome-vfs-2.0/modules/libtar.a +lib/gnome-vfs-2.0/modules/libtar.la +lib/gnome-vfs-2.0/modules/libtar.so +lib/gnome-vfs-2.0/modules/libvfs-test.a +lib/gnome-vfs-2.0/modules/libvfs-test.la +lib/gnome-vfs-2.0/modules/libvfs-test.so +lib/libgnomevfs-2.a +lib/libgnomevfs-2.la [EMAIL PROTECTED] lib/libgnomevfs-2.so.${LIBgnomevfs-2_VERSION} +lib/pkgconfig/gnome-vfs-2.0.pc +lib/pkgconfig/gnome-vfs-module-2.0.pc +libexec/gnome-vfs-daemon +share/dbus-1/services/gnome-vfs-daemon.service +share/examples/gnome-vfs2/ [EMAIL PROTECTED] ${SYSCONFDIR}/gnome/ +share/examples/gnome-vfs2/gnome-vfs-2.0/ [EMAIL PROTECTED] ${SYSCONFDIR}/gnome/gnome-vfs-2.0/ +share/examples/gnome-vfs2/gnome-vfs-2.0/modules/ [EMAIL PROTECTED] ${SYSCONFDIR}/gnome/gnome-vfs-2.0/modules/ +share/examples/gnome-vfs2/gnome-vfs-2.0/modules/default-modules.conf [EMAIL PROTECTED] ${SYSCONFDIR}/gnome/gnome-vfs-2.0/modules/default-modules.conf +share/examples/gnome-vfs2/gnome-vfs-2.0/modules/ssl-modules.conf [EMAIL PROTECTED] ${SYSCONFDIR}/gnome/gnome-vfs-2.0/modules/ssl-modules.conf +share/gtk-doc/html/gnome-vfs-2.0/ +share/gtk-doc/html/gnome-vfs-2.0/about.html +share/gtk-doc/html/gnome-vfs-2.0/data-types.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-2.0.devhelp +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-2.0.devhelp2 +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-application-registry.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-async-ops.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-cancellation.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-context.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-directory-basic-ops.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-directory-find-ops.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-directory-list-ops.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-dns-sd.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-drive.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-advanced-ops.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-basic-ops.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-info-ops.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-info.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-rw-ops.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-size.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-file-trunc-ops.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-inet-connection.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-init.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-method.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime-database-deprecated.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime-database.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime-monitor.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime-utils.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-mime.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback-module-api.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-callback.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module-shared.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-module.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-monitor.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-parse-ls.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-resolve.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-result.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-socket-buffer.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-socket.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-ssl.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-standard-callbacks.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-transform.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-uri.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-utils.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-volume-monitor.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-volume.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-20-gnome-vfs-xfer.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-basic-file-ops.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-directory-ops.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-file-and-dirs-ops.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-file-async-ops.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-first-steps.html +share/gtk-doc/html/gnome-vfs-2.0/gnome-vfs-writing-modules.html +share/gtk-doc/html/gnome-vfs-2.0/home.png +share/gtk-doc/html/gnome-vfs-2.0/index.html +share/gtk-doc/html/gnome-vfs-2.0/index.sgml +share/gtk-doc/html/gnome-vfs-2.0/left.png +share/gtk-doc/html/gnome-vfs-2.0/mime-registry.html +share/gtk-doc/html/gnome-vfs-2.0/modules.html +share/gtk-doc/html/gnome-vfs-2.0/networking.html +share/gtk-doc/html/gnome-vfs-2.0/right.png +share/gtk-doc/html/gnome-vfs-2.0/style.css +share/gtk-doc/html/gnome-vfs-2.0/up.png +share/gtk-doc/html/gnome-vfs-2.0/volumes.html +share/locale/af/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/am/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/ar/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/az/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/be/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/bg/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/bn/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/bn_IN/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/bs/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/ca/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/cs/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/cy/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/da/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/de/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/el/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/en_CA/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/en_GB/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/eo/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/es/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/et/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/eu/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/fa/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/fi/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/fr/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/ga/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/gl/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/gu/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/he/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/hi/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/hr/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/hu/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/id/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/is/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/it/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/ja/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/ka/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/ko/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/ku/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/li/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/lt/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/lv/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/mg/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/mk/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/ml/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/mn/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/mr/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/ms/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/nb/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/ne/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/nl/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/nn/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/nso/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/oc/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/or/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/pa/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/pl/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/pt/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/pt_BR/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/ro/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/ru/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/rw/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/sk/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/sl/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/sq/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/sr/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/[EMAIL PROTECTED]/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/[EMAIL PROTECTED]/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/sv/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/ta/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/te/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/th/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/tr/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/uk/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/vi/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/wa/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/xh/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/yi/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/zh_CN/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/zh_HK/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/zh_TW/LC_MESSAGES/gnome-vfs-2.0.mo +share/locale/zu/LC_MESSAGES/gnome-vfs-2.0.mo [EMAIL PROTECTED] GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/share/schemas/gnome-vfs2/*.schemas > /dev/null +share/schemas/ +share/schemas/gnome-vfs2/ +share/schemas/gnome-vfs2/desktop_default_applications.schemas +share/schemas/gnome-vfs2/desktop_gnome_url_handlers.schemas +share/schemas/gnome-vfs2/system_dns_sd.schemas +share/schemas/gnome-vfs2/system_http_proxy.schemas +share/schemas/gnome-vfs2/system_smb.schemas [EMAIL PROTECTED] GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/gnome-vfs2/*.schemas > /dev/null Index: pkg/PLIST-smb =================================================================== RCS file: pkg/PLIST-smb diff -N pkg/PLIST-smb --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pkg/PLIST-smb 18 Oct 2007 16:02:25 -0000 @@ -0,0 +1,6 @@ [EMAIL PROTECTED] $OpenBSD$ +lib/gnome-vfs-2.0/modules/libsmb.a +lib/gnome-vfs-2.0/modules/libsmb.la +lib/gnome-vfs-2.0/modules/libsmb.so +share/examples/gnome-vfs2/gnome-vfs-2.0/modules/smb-module.conf [EMAIL PROTECTED] ${SYSCONFDIR}/gnome/gnome-vfs-2.0/modules/smb-module.conf