pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/gnome-vfs2-smb Initial import of gnome-vfs2-smb, v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3bad8cdf2320
branches:  trunk
changeset: 473049:3bad8cdf2320
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Thu Apr 15 16:41:02 2004 +0000

description:
Initial import of gnome-vfs2-smb, version 2.6.0:

GNOME VFS provides an abstraction layer of the file system; applications
use this layer to access many different protocols and simulate that they
are part of the local file system.

This package provides the smb module for GNOME VFS, which allows it to
surf networks using the SMB protocol (also known as Microsoft Networks).

diffstat:

 net/gnome-vfs2-smb/DESCR    |   6 ++++++
 net/gnome-vfs2-smb/Makefile |  15 +++++++++++++++
 net/gnome-vfs2-smb/PLIST    |   7 +++++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 70f25ed10b80 -r 3bad8cdf2320 net/gnome-vfs2-smb/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gnome-vfs2-smb/DESCR  Thu Apr 15 16:41:02 2004 +0000
@@ -0,0 +1,6 @@
+GNOME VFS provides an abstraction layer of the file system; applications
+use this layer to access many different protocols and simulate that they
+are part of the local file system.
+
+This package provides the smb module for GNOME VFS, which allows it to
+surf networks using the SMB protocol (also known as Microsoft Networks).
diff -r 70f25ed10b80 -r 3bad8cdf2320 net/gnome-vfs2-smb/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gnome-vfs2-smb/Makefile       Thu Apr 15 16:41:02 2004 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/15 16:41:02 jmmv Exp $
+#
+
+GNOME_VFS2_NAME=       smb
+GNOME_VFS2_FLAG=       samba
+
+EGFILES+=              modules/smb-module.conf
+
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/modules/smb-module.conf ${EGDIR}/modules
+
+.include "../../sysutils/gnome-vfs2/Makefile.common"
+
+.include "../../net/samba/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 70f25ed10b80 -r 3bad8cdf2320 net/gnome-vfs2-smb/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gnome-vfs2-smb/PLIST  Thu Apr 15 16:41:02 2004 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/15 16:41:02 jmmv Exp $
+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-vfs-2.0/modules/smb-module.conf
+@comment in gnome-vfs2: @dirrm share/examples/gnome-vfs-2.0/modules
+@comment in gnome-vfs2: @dirrm lib/gnome-vfs-2.0/modules



Home | Main Index | Thread Index | Old Index