diff options
Diffstat (limited to 'devel/gnome-vfs1')
-rw-r--r-- | devel/gnome-vfs1/Makefile | 41 | ||||
-rw-r--r-- | devel/gnome-vfs1/distinfo | 1 | ||||
-rw-r--r-- | devel/gnome-vfs1/files/patch-aa | 7 | ||||
-rw-r--r-- | devel/gnome-vfs1/files/patch-ab | 31 | ||||
-rw-r--r-- | devel/gnome-vfs1/files/patch-ac | 15 | ||||
-rw-r--r-- | devel/gnome-vfs1/files/patch-ae | 10 | ||||
-rw-r--r-- | devel/gnome-vfs1/files/patch-ag | 11 | ||||
-rw-r--r-- | devel/gnome-vfs1/files/patch-ah | 139 | ||||
-rw-r--r-- | devel/gnome-vfs1/pkg-comment | 1 | ||||
-rw-r--r-- | devel/gnome-vfs1/pkg-descr | 8 | ||||
-rw-r--r-- | devel/gnome-vfs1/pkg-plist | 127 |
11 files changed, 0 insertions, 391 deletions
diff --git a/devel/gnome-vfs1/Makefile b/devel/gnome-vfs1/Makefile deleted file mode 100644 index e10c3bff11d8..000000000000 --- a/devel/gnome-vfs1/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: gnomevfs -# Date created: 28th June 2000 -# Whom: Ade Lovett <ade@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnomevfs -PORTVERSION= 0.5 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= unstable/sources/gnome-vfs -DISTNAME= gnome-vfs-${PORTVERSION} - -MAINTAINER= ade@FreeBSD.org - -LIB_DEPENDS= bonobo.2:${PORTSDIR}/devel/bonobo \ - gconf-1.1:${PORTSDIR}/devel/gconf \ - bz2.1:${PORTSDIR}/archivers/bzip2 - -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GNOME= yes -USE_LIBTOOL= yes -INSTALL_SHLIBS= yes -#CONFIGURE_ARGS= --disable-gconf -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -MAN5= gnome-vfs-mime.5 - -pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' - @find ${WRKSRC} -name 'xml-i18n-*' | xargs ${PERL} -pi -e \ - 's|/usr/local/bin/perl|${PERL}|g' - -.include <bsd.port.mk> diff --git a/devel/gnome-vfs1/distinfo b/devel/gnome-vfs1/distinfo deleted file mode 100644 index fe36b7b329e5..000000000000 --- a/devel/gnome-vfs1/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome-vfs-0.5.tar.gz) = 7cdadc7943349bd36cb8370654937774 diff --git a/devel/gnome-vfs1/files/patch-aa b/devel/gnome-vfs1/files/patch-aa deleted file mode 100644 index 98bb9e5f2b8d..000000000000 --- a/devel/gnome-vfs1/files/patch-aa +++ /dev/null @@ -1,7 +0,0 @@ ---- configure.orig Thu Nov 2 17:44:34 2000 -+++ configure Fri Nov 3 10:22:49 2000 -@@ -2196,3 +2196,3 @@ - VFS_CAPPLET_LIBS="`gnome-config --libs gnome gnomeui capplet`" -- VFS_GLIB_CONFIG="glib-config" -+ VFS_GLIB_CONFIG="$GLIB_CONFIG" - else diff --git a/devel/gnome-vfs1/files/patch-ab b/devel/gnome-vfs1/files/patch-ab deleted file mode 100644 index 0b8cc0137d1e..000000000000 --- a/devel/gnome-vfs1/files/patch-ab +++ /dev/null @@ -1,31 +0,0 @@ ---- Makefile.in.orig Wed Nov 29 15:02:07 2000 -+++ Makefile.in Wed Nov 29 15:04:28 2000 -@@ -169,9 +169,9 @@ - @USING_OAF_TRUE@SUBDIRS_OAF = libgnomevfs-corba - @USING_OAF_FALSE@SUBDIRS_OAF = - @PLATFORM_GNOME_2_TRUE@SUBDIRS_GNOME = --@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME = test mime-type-capplet -+@PLATFORM_GNOME_2_FALSE@SUBDIRS_GNOME = mime-type-capplet - --SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man devel-docs $(SUBDIRS_GNOME) po -+SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man $(SUBDIRS_GNOME) po - - - EXTRA_DIST = HACKING TODO autogen.sh gnome-vfs.spec vfsConf.sh.in vfscorbaConf.sh.in vfspthreadConf.sh.in gnome-vfs-config.in -@@ -179,7 +179,7 @@ - - bin_SCRIPTS = $(top_builddir)/gnome-vfs-config - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = vfsConf.sh vfscorbaConf.sh vfspthreadConf.sh - - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -@@ -539,6 +539,7 @@ - - gnome-vfs-config: gnome-vfs-config.in Makefile - sed -e 's?\@LIBDIR\@?$(libdir)?g' \ -+ -e 's?\@SYSCONFDIR\@?$(sysconfdir)?g' \ - -e 's?\@VFS_LIBDIR\@?$(VFS_LIBDIR)?g' \ - -e 's?\@VFS_INCLUDEDIR\@?$(VFS_INCLUDEDIR)?g' \ - -e 's?\@VERSION\@?$(VERSION)?g' \ diff --git a/devel/gnome-vfs1/files/patch-ac b/devel/gnome-vfs1/files/patch-ac deleted file mode 100644 index 01106d4b9978..000000000000 --- a/devel/gnome-vfs1/files/patch-ac +++ /dev/null @@ -1,15 +0,0 @@ ---- modules/Makefile.in.orig Thu Nov 2 17:45:41 2000 -+++ modules/Makefile.in Fri Nov 3 10:52:23 2000 -@@ -235,2 +235,3 @@ - -+libftp_la_LDFLAGS = $(module_flags) - -@@ -283,3 +284,3 @@ - libfile_la_OBJECTS = file-method.lo --libvfs_test_la_LDFLAGS = -+libvfs_test_la_LDFLAGS = $(module_flags) - libvfs_test_la_DEPENDENCIES = -@@ -292,3 +293,2 @@ - libgzip_la_OBJECTS = gzip-method.lo --libftp_la_LDFLAGS = - libftp_la_LIBADD = diff --git a/devel/gnome-vfs1/files/patch-ae b/devel/gnome-vfs1/files/patch-ae deleted file mode 100644 index 736b9b64d1cb..000000000000 --- a/devel/gnome-vfs1/files/patch-ae +++ /dev/null @@ -1,10 +0,0 @@ ---- mime-type-capplet/nautilus-mime-type-capplet.c.orig Thu Nov 2 02:37:45 2000 -+++ mime-type-capplet/nautilus-mime-type-capplet.c Fri Nov 3 10:27:38 2000 -@@ -32,3 +32,7 @@ - #include <sys/types.h> -+#ifdef __FreeBSD__ -+#include <gnuregex.h> -+#else - #include <regex.h> -+#endif - #include <string.h> diff --git a/devel/gnome-vfs1/files/patch-ag b/devel/gnome-vfs1/files/patch-ag deleted file mode 100644 index da795f940c50..000000000000 --- a/devel/gnome-vfs1/files/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome-vfs-config.in.orig Thu Aug 31 14:32:38 2000 -+++ gnome-vfs-config.in Wed Nov 29 15:04:43 2000 -@@ -3,7 +3,7 @@ - usage="\ - Usage: gnome-vfs-config [--version] [--config] [--cflags] [--libs]" - --config_file="@LIBDIR@/vfsConf.sh" -+config_file="@SYSCONFDIR@/vfsConf.sh" - . $config_file - - if test $# -eq 0; then diff --git a/devel/gnome-vfs1/files/patch-ah b/devel/gnome-vfs1/files/patch-ah deleted file mode 100644 index 66ce9c74c5aa..000000000000 --- a/devel/gnome-vfs1/files/patch-ah +++ /dev/null @@ -1,139 +0,0 @@ ---- libgnomevfs-pthread/gnome-vfs-thread-pool.c.orig Tue Jan 16 15:46:59 2001 -+++ libgnomevfs-pthread/gnome-vfs-thread-pool.c Mon Jan 29 11:04:11 2001 -@@ -45,3 +45,7 @@ - -+#ifdef __FreeBSD__ -+static pthread_mutex_t thread_list_lock; -+#else - static pthread_mutex_t thread_list_lock = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; -+#endif - -@@ -176,2 +180,19 @@ - GnomeVFSThreadState *available_thread; -+ -+#ifdef __FreeBSD__ -+ static int init = 0; -+ -+ if (init == 0) { -+ pthread_mutexattr_t attr; -+ -+ if (pthread_mutexattr_init(&attr) < 0) -+ return -1; -+ if (pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE) < 0) -+ return -1; -+ if (pthread_mutex_init(&thread_list_lock, &attr) < 0) -+ return -1; -+ -+ init = 1; -+ } -+#endif - ---- libgnomevfs-pthread/gnome-vfs-async-job-map.c.orig Fri Jan 19 12:10:09 2001 -+++ libgnomevfs-pthread/gnome-vfs-async-job-map.c Mon Jan 29 11:19:10 2001 -@@ -33,3 +33,7 @@ - static guint async_job_map_next_id; -+#ifdef __FreeBSD__ -+static pthread_mutex_t async_job_map_lock; -+#else - static pthread_mutex_t async_job_map_lock = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; -+#endif - gboolean async_job_map_locked; -@@ -148,2 +152,28 @@ - -+#ifdef __FreeBSD__ -+static void lock_and_load(pthread_mutex_t *mtx) -+{ -+ static int init = 0; -+ int rc; -+ -+ if (init == 0) { -+ pthread_mutexattr_t attr; -+ -+ rc = pthread_mutexattr_init(&attr); -+ g_assert(rc == 0); -+ -+ rc = pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE); -+ g_assert(rc == 0); -+ -+ rc = pthread_mutex_init(mtx, &attr); -+ g_assert(rc == 0); -+ -+ init = 1; -+ } -+ -+ rc = pthread_mutex_lock(mtx); -+ g_assert(rc == 0); -+} -+#endif -+ - void -@@ -151,3 +181,7 @@ - { -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_map_lock); -+#else - pthread_mutex_lock (&async_job_map_lock); -+#endif - async_job_map_locked = TRUE; -@@ -180,3 +214,7 @@ - -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_callback_map_lock); -+#else - pthread_mutex_lock (&async_job_callback_map_lock); -+#endif - -@@ -209,3 +247,7 @@ - -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_callback_map_lock); -+#else - pthread_mutex_lock (&async_job_callback_map_lock); -+#endif - g_hash_table_insert (async_job_callback_map, GUINT_TO_POINTER (notify_result->callback_id), -@@ -221,3 +263,7 @@ - JOB_DEBUG (("removing callback %d ", callback_id)); -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_callback_map_lock); -+#else - pthread_mutex_lock (&async_job_callback_map_lock); -+#endif - g_hash_table_remove (async_job_callback_map, GUINT_TO_POINTER (callback_id)); -@@ -250,3 +296,7 @@ - -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_callback_map_lock); -+#else - pthread_mutex_lock (&async_job_callback_map_lock); -+#endif - g_hash_table_foreach (async_job_callback_map, -@@ -261,3 +311,7 @@ - -+#ifdef __FreeBSD__ -+ lock_and_load (&async_job_callback_map_lock); -+#else - pthread_mutex_lock (&async_job_callback_map_lock); -+#endif - g_hash_table_destroy (async_job_callback_map); ---- modules/ftp-method.c.orig Tue Jan 9 13:54:02 2001 -+++ modules/ftp-method.c Mon Jan 29 11:42:30 2001 -@@ -39,2 +39,3 @@ - -+#include <sys/types.h> - #include <ctype.h> /* for isspace */ ---- modules/nfs-method.c.orig Sat Dec 30 09:50:36 2000 -+++ modules/nfs-method.c Mon Jan 29 11:44:59 2001 -@@ -127,2 +127,3 @@ - break; -+#ifndef __FreeBSD__ - } else if (*success == ECOMM) { -@@ -136,2 +137,3 @@ - */ -+#endif - } else if ((rv == RPC_CANTSEND) || /* can't send */ -@@ -140,3 +142,5 @@ - (rv == RPC_SYSTEMERROR) || /* generic other problem at server */ -+#ifndef __FreeBSD__ - (rv == RPC_RPCBFAILURE) || /* portmapper failed in its call */ -+#endif - (rv == RPC_CANTDECODEARGS) || /* can't decode arguments */ diff --git a/devel/gnome-vfs1/pkg-comment b/devel/gnome-vfs1/pkg-comment deleted file mode 100644 index 818ef6f9549b..000000000000 --- a/devel/gnome-vfs1/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNOME Virtual File System diff --git a/devel/gnome-vfs1/pkg-descr b/devel/gnome-vfs1/pkg-descr deleted file mode 100644 index 3c99460884bf..000000000000 --- a/devel/gnome-vfs1/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -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-vfs1/pkg-plist b/devel/gnome-vfs1/pkg-plist deleted file mode 100644 index 5210efe36233..000000000000 --- a/devel/gnome-vfs1/pkg-plist +++ /dev/null @@ -1,127 +0,0 @@ -bin/gnome-vfs-config -bin/gnome-vfs-slave -bin/nautilus-mime-type-capplet -etc/gnome-vfs-mime-magic -etc/vfs/modules/default-modules.conf -etc/vfsConf.sh -etc/vfscorbaConf.sh -etc/vfspthreadConf.sh -include/libgnomevfs/gnome-vfs-application-registry.h -include/libgnomevfs/gnome-vfs-async-ops.h -include/libgnomevfs/gnome-vfs-backend.h -include/libgnomevfs/gnome-vfs-cancellable-ops.h -include/libgnomevfs/gnome-vfs-cancellation.h -include/libgnomevfs/gnome-vfs-configuration.h -include/libgnomevfs/gnome-vfs-constants.h -include/libgnomevfs/gnome-vfs-context.h -include/libgnomevfs/gnome-vfs-directory-filter.h -include/libgnomevfs/gnome-vfs-directory-list.h -include/libgnomevfs/gnome-vfs-directory.h -include/libgnomevfs/gnome-vfs-file-info.h -include/libgnomevfs/gnome-vfs-file-size.h -include/libgnomevfs/gnome-vfs-find-directory.h -include/libgnomevfs/gnome-vfs-handle.h -include/libgnomevfs/gnome-vfs-inet-connection.h -include/libgnomevfs/gnome-vfs-init.h -include/libgnomevfs/gnome-vfs-iobuf.h -include/libgnomevfs/gnome-vfs-list-sort.h -include/libgnomevfs/gnome-vfs-messages.h -include/libgnomevfs/gnome-vfs-method.h -include/libgnomevfs/gnome-vfs-mime-handlers.h -include/libgnomevfs/gnome-vfs-mime-info.h -include/libgnomevfs/gnome-vfs-mime-magic.h -include/libgnomevfs/gnome-vfs-mime-monitor.h -include/libgnomevfs/gnome-vfs-mime-sniff-buffer-private.h -include/libgnomevfs/gnome-vfs-mime-sniff-buffer.h -include/libgnomevfs/gnome-vfs-mime.h -include/libgnomevfs/gnome-vfs-module-shared.h -include/libgnomevfs/gnome-vfs-module.h -include/libgnomevfs/gnome-vfs-ops.h -include/libgnomevfs/gnome-vfs-parse-ls.h -include/libgnomevfs/gnome-vfs-private-types.h -include/libgnomevfs/gnome-vfs-private-utils.h -include/libgnomevfs/gnome-vfs-private.h -include/libgnomevfs/gnome-vfs-process.h -include/libgnomevfs/gnome-vfs-regexp-filter.h -include/libgnomevfs/gnome-vfs-result.h -include/libgnomevfs/gnome-vfs-seekable.h -include/libgnomevfs/gnome-vfs-shellpattern-filter.h -include/libgnomevfs/gnome-vfs-types.h -include/libgnomevfs/gnome-vfs-uri.h -include/libgnomevfs/gnome-vfs-utils.h -include/libgnomevfs/gnome-vfs-xfer.h -include/libgnomevfs/gnome-vfs.h -lib/libgnomevfs-corba.a -lib/libgnomevfs-corba.so -lib/libgnomevfs-corba.so.0 -lib/libgnomevfs-pthread.a -lib/libgnomevfs-pthread.so -lib/libgnomevfs-pthread.so.0 -lib/libgnomevfs.a -lib/libgnomevfs.so -lib/libgnomevfs.so.0 -lib/vfs/extfs/README -lib/vfs/extfs/a -lib/vfs/extfs/ar -lib/vfs/extfs/arj -lib/vfs/extfs/cpio -lib/vfs/extfs/deb -lib/vfs/extfs/hp48 -lib/vfs/extfs/lha -lib/vfs/extfs/mailfs -lib/vfs/extfs/patchfs -lib/vfs/extfs/rar -lib/vfs/extfs/rpm -lib/vfs/extfs/rpms -lib/vfs/extfs/tar -lib/vfs/extfs/trpm -lib/vfs/extfs/zip -lib/vfs/extfs/zoo -lib/vfs/include/gnome-vfs-file-size.h -lib/vfs/modules/libbzip2.so -lib/vfs/modules/libextfs.so -lib/vfs/modules/libfile.so -lib/vfs/modules/libftp.so -lib/vfs/modules/libgconf.so -lib/vfs/modules/libgzip.so -lib/vfs/modules/libhttp.so -lib/vfs/modules/libnfs.so -lib/vfs/modules/libvfs-pipe.so -lib/vfs/modules/libvfs-test.so -lib/vfs/modules/libvfs-translate.so -share/gnome/application-registry/gnome-vfs.applications -share/gnome/apps/Settings/nautilus-mime-type.desktop -share/gnome/control-center/nautilus-mime-type.desktop -share/gnome/mime-info/gnome-vfs.keys -share/gnome/mime-info/gnome-vfs.mime -share/locale/ca/LC_MESSAGES/gnome-vfs.mo -share/locale/da/LC_MESSAGES/gnome-vfs.mo -share/locale/de/LC_MESSAGES/gnome-vfs.mo -share/locale/el/LC_MESSAGES/gnome-vfs.mo -share/locale/fi/LC_MESSAGES/gnome-vfs.mo -share/locale/fr/LC_MESSAGES/gnome-vfs.mo -share/locale/ga/LC_MESSAGES/gnome-vfs.mo -share/locale/gl/LC_MESSAGES/gnome-vfs.mo -share/locale/hu/LC_MESSAGES/gnome-vfs.mo -share/locale/it/LC_MESSAGES/gnome-vfs.mo -share/locale/ja/LC_MESSAGES/gnome-vfs.mo -share/locale/ko/LC_MESSAGES/gnome-vfs.mo -share/locale/lt/LC_MESSAGES/gnome-vfs.mo -share/locale/nl/LC_MESSAGES/gnome-vfs.mo -share/locale/no/LC_MESSAGES/gnome-vfs.mo -share/locale/pl/LC_MESSAGES/gnome-vfs.mo -share/locale/pt_BR/LC_MESSAGES/gnome-vfs.mo -share/locale/ru/LC_MESSAGES/gnome-vfs.mo -share/locale/sk/LC_MESSAGES/gnome-vfs.mo -share/locale/sl/LC_MESSAGES/gnome-vfs.mo -share/locale/sv/LC_MESSAGES/gnome-vfs.mo -share/locale/tr/LC_MESSAGES/gnome-vfs.mo -share/locale/uk/LC_MESSAGES/gnome-vfs.mo -@dirrm share/gnome/application-registry -@dirrm lib/vfs/modules -@dirrm lib/vfs/include -@dirrm lib/vfs/extfs -@dirrm lib/vfs -@dirrm include/libgnomevfs -@dirrm etc/vfs/modules -@dirrm etc/vfs |