diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-15 16:41:02 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-15 16:41:02 +0000 |
commit | 17be7b6a5caa36885d253aeb7f2797b35c9b2be6 (patch) | |
tree | a4e4f8c398335496ab443c1802b15152d9528343 /net/gnome-vfs2-smb | |
parent | fe76046ff2ce5fb49308ad73b7c3462ae92a6e37 (diff) | |
download | pkgsrc-17be7b6a5caa36885d253aeb7f2797b35c9b2be6.tar.gz |
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 (limited to 'net/gnome-vfs2-smb')
-rw-r--r-- | net/gnome-vfs2-smb/DESCR | 6 | ||||
-rw-r--r-- | net/gnome-vfs2-smb/Makefile | 15 | ||||
-rw-r--r-- | net/gnome-vfs2-smb/PLIST | 7 |
3 files changed, 28 insertions, 0 deletions
diff --git a/net/gnome-vfs2-smb/DESCR b/net/gnome-vfs2-smb/DESCR new file mode 100644 index 00000000000..3b08c7bb761 --- /dev/null +++ b/net/gnome-vfs2-smb/DESCR @@ -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 --git a/net/gnome-vfs2-smb/Makefile b/net/gnome-vfs2-smb/Makefile new file mode 100644 index 00000000000..73ff8a05ec5 --- /dev/null +++ b/net/gnome-vfs2-smb/Makefile @@ -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 --git a/net/gnome-vfs2-smb/PLIST b/net/gnome-vfs2-smb/PLIST new file mode 100644 index 00000000000..965545474e1 --- /dev/null +++ b/net/gnome-vfs2-smb/PLIST @@ -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 |