aboutsummaryrefslogtreecommitdiff
path: root/devel/gnome-vfs
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnome-vfs')
-rw-r--r--devel/gnome-vfs/Makefile38
-rw-r--r--devel/gnome-vfs/distinfo1
-rw-r--r--devel/gnome-vfs/files/patch-aa41
-rw-r--r--devel/gnome-vfs/files/patch-ab18
-rw-r--r--devel/gnome-vfs/files/patch-ac18
-rw-r--r--devel/gnome-vfs/files/patch-ae14
-rw-r--r--devel/gnome-vfs/pkg-comment1
-rw-r--r--devel/gnome-vfs/pkg-descr8
-rw-r--r--devel/gnome-vfs/pkg-plist114
9 files changed, 0 insertions, 253 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile
deleted file mode 100644
index 891be079ab57..000000000000
--- a/devel/gnome-vfs/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: gnomevfs
-# Date created: 28th June 2000
-# Whom: Ade Lovett <ade@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnomevfs
-PORTVERSION= 0.2
-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= gnome.4:${PORTSDIR}/x11/gnomelibs \
- capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter \
- gconf.8:${PORTSDIR}/devel/gconf
-
-GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
-USE_GMAKE= yes
-USE_X_PREFIX= yes
-USE_LIBTOOL= yes
-INSTALL_SHLIBS= yes
-CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share/gnome \
- --disable-gconf
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- GLIB_CONFIG="${GLIB_CONFIG}" \
- GTK_CONFIG="${GTK_CONFIG}" \
- LIBS="-L${LOCALBASE}/lib"
-
-MAN5= gnome-vfs-mime.5
-
-.include <bsd.port.mk>
diff --git a/devel/gnome-vfs/distinfo b/devel/gnome-vfs/distinfo
deleted file mode 100644
index 034bc8d56e7a..000000000000
--- a/devel/gnome-vfs/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gnome-vfs-0.2.tar.gz) = 368b44ed55b525289bc2cc4444f11d30
diff --git a/devel/gnome-vfs/files/patch-aa b/devel/gnome-vfs/files/patch-aa
deleted file mode 100644
index 743135715f12..000000000000
--- a/devel/gnome-vfs/files/patch-aa
+++ /dev/null
@@ -1,41 +0,0 @@
---- configure.orig Mon Jul 3 19:03:42 2000
-+++ configure Wed Jul 5 14:42:17 2000
-@@ -2204,7 +2204,7 @@
- # Check whether --enable-gconf or --disable-gconf was given.
- if test "${enable_gconf+set}" = set; then
- enableval="$enable_gconf"
-- gconf_enabled="yes"
-+ gconf_enabled="$enableval"
- fi
-
- # Check whether --enable-libefs or --disable-libefs was given.
-@@ -4862,7 +4862,7 @@
- cat conftest.$ac_ext >&5
- rm -rf conftest*
- CATOBJEXT=.mo
-- DATADIRNAME=lib
-+ DATADIRNAME=share
- fi
- rm -f conftest*
- INSTOBJEXT=.mo
-@@ -5924,7 +5924,7 @@
- VFSPTHREAD_LIBDIR='-L${libdir}'
- VFSPTHREAD_INCLUDEDIR='-I${includedir} -I${libdir}/vfs/include'
- VFSPTHREAD_INCLUDEDIR="$VFSPTHREAD_INCLUDEDIR `gnome-config --cflags gnome`"
--VFSPTHREAD_LIBS="-lgnomevfs -lgnomevfs-pthread `gnome-config --libs gnome` `glib-config --libs gthread`"
-+VFSPTHREAD_LIBS="-lgnomevfs -lgnomevfs-pthread `gnome-config --libs gnome` `$GLIB_CONFIG --libs gthread`"
-
-
-
-@@ -5937,9 +5937,9 @@
- EOF
-
-
--VFS_LIBS="-lgnomevfs `glib-config --libs gthread gmodule`"
-+VFS_LIBS="-lgnomevfs `$GLIB_CONFIG --libs gthread gmodule`"
- VFS_LIBDIR='-L${libdir}'
--VFS_INCLUDEDIR='-I${includedir} -I${libdir}/vfs/include'" `glib-config --cflags gthread gmodule`"
-+VFS_INCLUDEDIR='-I${includedir} -I${libdir}/vfs/include'" `$GLIB_CONFIG --cflags gthread gmodule`"
-
-
-
diff --git a/devel/gnome-vfs/files/patch-ab b/devel/gnome-vfs/files/patch-ab
deleted file mode 100644
index 5163e15edf51..000000000000
--- a/devel/gnome-vfs/files/patch-ab
+++ /dev/null
@@ -1,18 +0,0 @@
---- Makefile.in.orig Mon Jul 3 19:33:07 2000
-+++ Makefile.in Wed Jul 5 15:43:12 2000
-@@ -162,13 +162,13 @@
- @HAVE_GCONF_TRUE@SUBDIRS_GCONF = mime-type-capplet
- @HAVE_GCONF_FALSE@SUBDIRS_GCONF =
-
--SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man devel-docs $(SUBDIRS_GCONF) test po
-+SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man $(SUBDIRS_GCONF) test po
-
-
- EXTRA_DIST = HACKING TODO autogen.sh gnome-vfs.spec vfsConf.sh.in vfscorbaConf.sh.in vfspthreadConf.sh.in
-
-
--confexecdir = $(libdir)
-+confexecdir = $(sysconfdir)
- confexec_DATA = vfsConf.sh vfscorbaConf.sh vfspthreadConf.sh
-
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
diff --git a/devel/gnome-vfs/files/patch-ac b/devel/gnome-vfs/files/patch-ac
deleted file mode 100644
index 7be0be993a1f..000000000000
--- a/devel/gnome-vfs/files/patch-ac
+++ /dev/null
@@ -1,18 +0,0 @@
---- modules/Makefile.in.orig Tue Feb 22 01:45:51 2000
-+++ modules/Makefile.in Wed Jun 28 16:20:34 2000
-@@ -191,6 +191,7 @@
-
- libftp_la_SOURCES = ftp-method.c ftp-method.h module-shared.c module-shared.h
-
-+libftp_la_LDFLAGS = $(module_flags)
-
- ### `gconf' method
-
-@@ -238,7 +239,6 @@
- libbzip2_la_OBJECTS = bzip2-method.lo
- libgzip_la_DEPENDENCIES =
- libgzip_la_OBJECTS = gzip-method.lo
--libftp_la_LDFLAGS =
- libftp_la_LIBADD =
- libftp_la_OBJECTS = ftp-method.lo module-shared.lo
- libvfs_pipe_la_DEPENDENCIES =
diff --git a/devel/gnome-vfs/files/patch-ae b/devel/gnome-vfs/files/patch-ae
deleted file mode 100644
index 246e180a7598..000000000000
--- a/devel/gnome-vfs/files/patch-ae
+++ /dev/null
@@ -1,14 +0,0 @@
---- mime-type-capplet/nautilus-mime-type-capplet.c.orig Wed Jun 21 20:48:29 2000
-+++ mime-type-capplet/nautilus-mime-type-capplet.c Wed Jul 5 15:17:57 2000
-@@ -28,7 +28,11 @@
- #include <config.h>
- #include <ctype.h>
- #include <dirent.h>
-+#ifdef __FreeBSD__
-+#include <gnuregex.h>
-+#else
- #include <regex.h>
-+#endif
- #include <string.h>
- #include <sys/types.h>
-
diff --git a/devel/gnome-vfs/pkg-comment b/devel/gnome-vfs/pkg-comment
deleted file mode 100644
index 818ef6f9549b..000000000000
--- a/devel/gnome-vfs/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-GNOME Virtual File System
diff --git a/devel/gnome-vfs/pkg-descr b/devel/gnome-vfs/pkg-descr
deleted file mode 100644
index 3c99460884bf..000000000000
--- a/devel/gnome-vfs/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-vfs/pkg-plist b/devel/gnome-vfs/pkg-plist
deleted file mode 100644
index 9b0008727408..000000000000
--- a/devel/gnome-vfs/pkg-plist
+++ /dev/null
@@ -1,114 +0,0 @@
-bin/gnome-vfs-gen-mimedb
-bin/gnome-vfs-slave
-bin/nautilus-mime-type-capplet
-etc/gnome-vfs-mime-magic
-etc/gnome-vfs-mime-magic.dat
-etc/vfs/modules/default-modules.conf
-etc/vfsConf.sh
-etc/vfscorbaConf.sh
-etc/vfspthreadConf.sh
-include/libgnomevfs/gnome-vfs-async-ops.h
-include/libgnomevfs/gnome-vfs-backend.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-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-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-ops.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/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/libvfs-pipe.so
-lib/vfs/modules/libvfs-translate.so
-share/gnome/apps/Settings/nautilus-mime-type.desktop
-share/gnome/control-center/nautilus-mime-type.desktop
-share/gnome/mime-info/application-registry-hack.keys
-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/fr/LC_MESSAGES/gnome-vfs.mo
-share/locale/gl/LC_MESSAGES/gnome-vfs.mo
-share/locale/hu/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/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/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 lib/vfs/modules
-@dirrm lib/vfs/extfs
-@dirrm include/libgnomevfs
-@dirrm etc/vfs/modules
-@dirrm etc/vfs