diff options
Diffstat (limited to 'devel/gnome-vfs')
-rw-r--r-- | devel/gnome-vfs/Makefile | 41 | ||||
-rw-r--r-- | devel/gnome-vfs/distinfo | 1 | ||||
-rw-r--r-- | devel/gnome-vfs/files/patch-aa | 23 | ||||
-rw-r--r-- | devel/gnome-vfs/files/patch-ab | 16 | ||||
-rw-r--r-- | devel/gnome-vfs/files/patch-ac | 15 | ||||
-rw-r--r-- | devel/gnome-vfs/files/patch-ag | 11 | ||||
-rw-r--r-- | devel/gnome-vfs/pkg-comment | 1 | ||||
-rw-r--r-- | devel/gnome-vfs/pkg-descr | 8 | ||||
-rw-r--r-- | devel/gnome-vfs/pkg-plist | 120 |
9 files changed, 0 insertions, 236 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile deleted file mode 100644 index 40048717a24f..000000000000 --- a/devel/gnome-vfs/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= 1.0.1 -CATEGORIES= devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= stable/sources/gnome-vfs -DISTNAME= gnome-vfs-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org - -LIB_DEPENDS= gconf-1.1:${PORTSDIR}/devel/gconf -.if !exists(/usr/bin/bzip2) -LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2 -.endif - -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GNOMELIBS= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -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-vfs/distinfo b/devel/gnome-vfs/distinfo deleted file mode 100644 index 8c051c5df2d7..000000000000 --- a/devel/gnome-vfs/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome-vfs-1.0.1.tar.gz) = 86ec5a93e6378a2da038ecf28381ba89 diff --git a/devel/gnome-vfs/files/patch-aa b/devel/gnome-vfs/files/patch-aa deleted file mode 100644 index 9db3569cb11c..000000000000 --- a/devel/gnome-vfs/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- configure.orig Mon May 7 18:12:27 2001 -+++ configure Thu May 10 13:24:14 2001 -@@ -2365,3 +2365,3 @@ - VFS_CAPPLET_LIBS="`gnome-config --libs gnome gnomeui capplet`" -- VFS_GLIB_CONFIG="glib-config" -+ VFS_GLIB_CONFIG="$GLIB_CONFIG" - else -@@ -6924,4 +6924,4 @@ - --echo $ac_n "checking for bzCompressInit in -lbz2""... $ac_c" 1>&6 --echo "configure:6927: checking for bzCompressInit in -lbz2" >&5 -+echo $ac_n "checking for BZ2_bzCompressInit in -lbz2""... $ac_c" 1>&6 -+echo "configure:6927: checking for BZ2_bzCompressInit in -lbz2" >&5 - ac_lib_var=`echo bz2'_'bzCompressInit | sed 'y%./+-%__p_%'` -@@ -6938,6 +6938,6 @@ - builtin and then its argument prototype would still apply. */ --char bzCompressInit(); -+char BZ2_bzCompressInit(); - - int main() { --bzCompressInit() -+BZ2_bzCompressInit() - ; return 0; } diff --git a/devel/gnome-vfs/files/patch-ab b/devel/gnome-vfs/files/patch-ab deleted file mode 100644 index e33154e73cf8..000000000000 --- a/devel/gnome-vfs/files/patch-ab +++ /dev/null @@ -1,16 +0,0 @@ ---- Makefile.in.orig Mon May 7 18:12:50 2001 -+++ Makefile.in Thu May 10 13:25:48 2001 -@@ -174,3 +174,3 @@ - --SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules data man devel-docs $(SUBDIRS_GNOME) po -+SUBDIRS = libgnomevfs libgnomevfs-pthread idl modules data man $(SUBDIRS_GNOME) po - -@@ -182,3 +182,3 @@ - --confexecdir = $(libdir) -+confexecdir = $(sysconfdir) - confexec_DATA = vfsConf.sh vfspthreadConf.sh -@@ -534,2 +534,3 @@ - sed -e 's?\@LIBDIR\@?$(libdir)?g' \ -+ -e 's?\@SYSCONFDIR\@?$(sysconfdir)?g' \ - -e 's?\@VFS_LIBDIR\@?$(VFS_LIBDIR)?g' \ diff --git a/devel/gnome-vfs/files/patch-ac b/devel/gnome-vfs/files/patch-ac deleted file mode 100644 index 01106d4b9978..000000000000 --- a/devel/gnome-vfs/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-vfs/files/patch-ag b/devel/gnome-vfs/files/patch-ag deleted file mode 100644 index da795f940c50..000000000000 --- a/devel/gnome-vfs/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-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 bd3b2b351a8f..000000000000 --- a/devel/gnome-vfs/pkg-plist +++ /dev/null @@ -1,120 +0,0 @@ -bin/gnome-vfs-config -etc/gnome-vfs-mime-magic -etc/vfs/modules/default-modules.conf -etc/vfsConf.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.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.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-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-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/libvfs-pipe.so -lib/vfs/modules/libvfs-test.so -lib/vfs/modules/libvfs-translate.so -share/gnome/application-registry/gnome-vfs.applications -share/gnome/mime-info/gnome-vfs.keys -share/gnome/mime-info/gnome-vfs.mime -share/locale/az/LC_MESSAGES/gnome-vfs.mo -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/es/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/nn/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/ro/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 -share/locale/wa/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 |