pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net Rename gnome-vfs2-smb to gnome-vfs-smb.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9261af0f2a7
branches:  trunk
changeset: 533476:d9261af0f2a7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 19 23:34:02 2007 +0000

description:
Rename gnome-vfs2-smb to gnome-vfs-smb.

diffstat:

 net/Makefile                |   4 ++--
 net/gnome-vfs-smb/DESCR     |   6 ++++++
 net/gnome-vfs-smb/Makefile  |  18 ++++++++++++++++++
 net/gnome-vfs-smb/PLIST     |   5 +++++
 net/gnome-vfs2-smb/DESCR    |   6 ------
 net/gnome-vfs2-smb/Makefile |  18 ------------------
 net/gnome-vfs2-smb/PLIST    |   5 -----
 7 files changed, 31 insertions(+), 31 deletions(-)

diffs (100 lines):

diff -r 9a99aa14f987 -r d9261af0f2a7 net/Makefile
--- a/net/Makefile      Wed Sep 19 23:33:09 2007 +0000
+++ b/net/Makefile      Wed Sep 19 23:34:02 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.681 2007/09/16 15:55:37 heinz Exp $
+# $NetBSD: Makefile,v 1.682 2007/09/19 23:34:02 wiz Exp $
 #
 
 COMMENT=       Networking tools
@@ -124,7 +124,7 @@
 SUBDIR+=       gnet1
 SUBDIR+=       gnetcat
 SUBDIR+=       gnome-netstatus
-SUBDIR+=       gnome-vfs2-smb
+SUBDIR+=       gnome-vfs-smb
 SUBDIR+=       gnugk
 SUBDIR+=       gofish
 SUBDIR+=       gopher
diff -r 9a99aa14f987 -r d9261af0f2a7 net/gnome-vfs-smb/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gnome-vfs-smb/DESCR   Wed Sep 19 23:34:02 2007 +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 9a99aa14f987 -r d9261af0f2a7 net/gnome-vfs-smb/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gnome-vfs-smb/Makefile        Wed Sep 19 23:34:02 2007 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2007/09/19 23:34:03 wiz Exp $
+#
+
+GNOME_VFS2_NAME=       smb
+GNOME_VFS2_FLAG=       samba
+CATEGORIES=            net
+
+EGFILES+=              modules/smb-module.conf
+
+CONFIGURE_ARGS+=       --with-samba-libs=${BUILDLINK_PREFIX.samba}/lib/samba
+
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/modules/smb-module.conf ${EGDIR}/modules
+
+.include "../../sysutils/gnome-vfs/Makefile.common"
+
+.include "../../net/samba/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9a99aa14f987 -r d9261af0f2a7 net/gnome-vfs-smb/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gnome-vfs-smb/PLIST   Wed Sep 19 23:34:02 2007 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2007/09/19 23:34:04 wiz Exp $
+lib/gnome-vfs-2.0/modules/libsmb.la
+share/examples/gnome-vfs-2.0/modules/smb-module.conf
+@comment in gnome-vfs: @dirrm share/examples/gnome-vfs-2.0/modules
+@comment in gnome-vfs: @dirrm lib/gnome-vfs-2.0/modules
diff -r 9a99aa14f987 -r d9261af0f2a7 net/gnome-vfs2-smb/DESCR
--- a/net/gnome-vfs2-smb/DESCR  Wed Sep 19 23:33:09 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,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).
diff -r 9a99aa14f987 -r d9261af0f2a7 net/gnome-vfs2-smb/Makefile
--- a/net/gnome-vfs2-smb/Makefile       Wed Sep 19 23:33:09 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2006/11/24 17:32:08 drochner Exp $
-#
-
-GNOME_VFS2_NAME=       smb
-GNOME_VFS2_FLAG=       samba
-CATEGORIES=            net
-
-EGFILES+=              modules/smb-module.conf
-
-CONFIGURE_ARGS+=       --with-samba-libs=${BUILDLINK_PREFIX.samba}/lib/samba
-
-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 9a99aa14f987 -r d9261af0f2a7 net/gnome-vfs2-smb/PLIST
--- a/net/gnome-vfs2-smb/PLIST  Wed Sep 19 23:33:09 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2004/09/22 08:09:47 jlam Exp $
-lib/gnome-vfs-2.0/modules/libsmb.la
-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