diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-06-29 19:28:06 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-06-29 19:28:06 +0000 |
commit | 53d3581af0d93aec3ce6dc5512e6b41df3ee7dc1 (patch) | |
tree | 02020e9052d516edecc60e77d121b19f8b2b0dfc /devel/gnome-vfs | |
parent | 9ea482340be54a13e8a585a3d907c69917c81ea7 (diff) | |
download | ports-53d3581af0d93aec3ce6dc5512e6b41df3ee7dc1.tar.gz ports-53d3581af0d93aec3ce6dc5512e6b41df3ee7dc1.zip |
Notes
Diffstat (limited to 'devel/gnome-vfs')
-rw-r--r-- | devel/gnome-vfs/Makefile | 34 | ||||
-rw-r--r-- | devel/gnome-vfs/distinfo | 1 | ||||
-rw-r--r-- | devel/gnome-vfs/files/patch-aa | 41 | ||||
-rw-r--r-- | devel/gnome-vfs/files/patch-ab | 11 | ||||
-rw-r--r-- | devel/gnome-vfs/files/patch-ac | 18 | ||||
-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 | 66 |
8 files changed, 180 insertions, 0 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile new file mode 100644 index 000000000000..84a44acaa666 --- /dev/null +++ b/devel/gnome-vfs/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: gnomevfs +# Date created: 28th June 2000 +# Whom: Ade Lovett <ade@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gnomevfs +PORTVERSION= 0.1 +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 + +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" + +.include <bsd.port.mk> diff --git a/devel/gnome-vfs/distinfo b/devel/gnome-vfs/distinfo new file mode 100644 index 000000000000..ef5100941197 --- /dev/null +++ b/devel/gnome-vfs/distinfo @@ -0,0 +1 @@ +MD5 (gnome-vfs-0.1.tar.gz) = a12c45a3afae85318734a0cc0a478a7e diff --git a/devel/gnome-vfs/files/patch-aa b/devel/gnome-vfs/files/patch-aa new file mode 100644 index 000000000000..a84dfa92912f --- /dev/null +++ b/devel/gnome-vfs/files/patch-aa @@ -0,0 +1,41 @@ +--- configure.orig Tue Feb 22 01:04:03 2000 ++++ configure Wed Jun 28 16:08:33 2000 +@@ -2120,7 +2120,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 --with-default-backend or --without-default-backend was given. +@@ -4772,7 +4772,7 @@ + cat conftest.$ac_ext >&5 + rm -rf conftest* + CATOBJEXT=.mo +- DATADIRNAME=lib ++ DATADIRNAME=share + fi + rm -f conftest* + INSTOBJEXT=.mo +@@ -5545,7 +5545,7 @@ + VFSPTHREAD_LIBDIR='-L${libdir}' + VFSPTHREAD_INCLUDEDIR='-I${includedir}' + 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`" + + + +@@ -5558,9 +5558,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}'" `glib-config --cflags gthread gmodule`" ++VFS_INCLUDEDIR='-I${includedir}'" `$GLIB_CONFIG --cflags gthread gmodule`" + + + diff --git a/devel/gnome-vfs/files/patch-ab b/devel/gnome-vfs/files/patch-ab new file mode 100644 index 000000000000..5dacf4ba5702 --- /dev/null +++ b/devel/gnome-vfs/files/patch-ab @@ -0,0 +1,11 @@ +--- Makefile.in.orig Tue Feb 22 01:45:45 2000 ++++ Makefile.in Wed Jun 28 14:08:43 2000 +@@ -143,7 +143,7 @@ + EXTRA_DIST = HACKING TODO autogen.sh 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 new file mode 100644 index 000000000000..7be0be993a1f --- /dev/null +++ b/devel/gnome-vfs/files/patch-ac @@ -0,0 +1,18 @@ +--- 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/pkg-comment b/devel/gnome-vfs/pkg-comment new file mode 100644 index 000000000000..818ef6f9549b --- /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 000000000000..3c99460884bf --- /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 000000000000..026b96eff91d --- /dev/null +++ b/devel/gnome-vfs/pkg-plist @@ -0,0 +1,66 @@ +bin/gnome-vfs-slave +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-constants.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-init.h +include/libgnomevfs/gnome-vfs-ops.h +include/libgnomevfs/gnome-vfs-process.h +include/libgnomevfs/gnome-vfs-result.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.0 +lib/libgnomevfs-pthread.a +lib/libgnomevfs-pthread.so.0 +lib/libgnomevfs.a +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/modules/libbzip2.so +lib/vfs/modules/libextfs.so +lib/vfs/modules/libfile.so +lib/vfs/modules/libftp.so +lib/vfs/modules/libgzip.so +lib/vfs/modules/libhttp.so +lib/vfs/modules/libvfs-pipe.so +lib/vfs/modules/libvfs-translate.so +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/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/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 |