Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (d981e6293b87148a999954f9f1922762439e5a10)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (d981e6293b87148a999954f9f1922762439e5a10)
  • Date: Fri, 9 Feb 2007 04:14:08 -0600

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 3 +++
net/smbnetfs/DEPENDS | 2 ++
net/smbnetfs/DETAILS | 31 +++++++++++++++++++++++++++++++
net/smbnetfs/HISTORY | 2 ++
4 files changed, 38 insertions(+)

New commits:
commit d981e6293b87148a999954f9f1922762439e5a10
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

net/smbnetfs: new spell

diff --git a/ChangeLog b/ChangeLog
index c2b5d93..78301a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-02-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * net/smbnetfs: new spell, smbfs via fuse
+
2007-02-06 David Kowis <dkowis AT shlrm.org>
* devel/autoconf-2.13: NEW SPELL Needed to regenerate firefox'
configure script for amd64 users
diff --git a/net/smbnetfs/DEPENDS b/net/smbnetfs/DEPENDS
new file mode 100755
index 0000000..0a53751
--- /dev/null
+++ b/net/smbnetfs/DEPENDS
@@ -0,0 +1,2 @@
+depends fuse &&
+depends samba
diff --git a/net/smbnetfs/DETAILS b/net/smbnetfs/DETAILS
new file mode 100755
index 0000000..a4d35af
--- /dev/null
+++ b/net/smbnetfs/DETAILS
@@ -0,0 +1,31 @@
+ SPELL=smbnetfs
+ VERSION=0.3.8
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:856c2e40ea41796258fcec8c90e966ddcdf4ef943a49d691d9367ec2e249894ffe635420f5f94bf667b15fec2f65079426e4aa989f8e498617063c62156abcbd
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://sourceforge.net/projects/smbnetfs/";
+ LICENSE[0]=GPL
+ ENTERED=20070209
+ SHORT="a Linux/FreeBSD filesystem that allow you to use
samba/microsoft network in the same manner as the network neighborhood in
Microsoft Windows"
+cat << EOF
+ SMBNetFS is a Linux/FreeBSD filesystem that allow you to use samba/microsoft
+ network in the same manner as the network neighborhood in Microsoft Windows.
+
+ Features:
+ - Linux-2.4, Linux-2.6, FreeBSD-6.0 supported - you can use Samba/Microsoft
+ network as a regular unix filesystem - workgroup/computer/share entries
+ are dynamically created - windows domain supported - user defined
+ workgroup/link/hosts are supported - national character supported - in
+ config files you can specify different user/password to access different
+ network shares
+ - you can access any computer in the world by "cd mountpoint/ip-addr"
+ command, where "ip-addr" is the IP address of the desired computer. Do
+ not warry that there is no file with such name :-)
+ - command "cd mountpoint/username:password@computer_or_ip" allows you to
+ access "computer_or_ip" as user "username" with password "password"
+ (this is insecure, but usefull)
+ - the program is multithreaded, so simultaneous access to a file/share
+ is possible
+ - config files are reloaded every 5 min or by SIGHUP signal - sources
+EOF
diff --git a/net/smbnetfs/HISTORY b/net/smbnetfs/HISTORY
new file mode 100644
index 0000000..e2c877c
--- /dev/null
+++ b/net/smbnetfs/HISTORY
@@ -0,0 +1,2 @@
+2007-02-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS, DEPENDS, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (d981e6293b87148a999954f9f1922762439e5a10), Florian Franzmann, 02/09/2007

Archive powered by MHonArc 2.6.24.

Top of Page