Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (de5e7139bb5f8393565cd3a184d2e53ad7f44ae7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (de5e7139bb5f8393565cd3a184d2e53ad7f44ae7)
  • Date: Mon, 20 Oct 2008 17:25:09 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

crypto/sshfs-fuse/DEPENDS | 8 ++++----
crypto/sshfs-fuse/DETAILS | 11 +++++------
crypto/sshfs-fuse/HISTORY | 5 ++++-
3 files changed, 13 insertions(+), 11 deletions(-)

New commits:
commit de5e7139bb5f8393565cd3a184d2e53ad7f44ae7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sshfs-fuse: cleaned up

diff --git a/crypto/sshfs-fuse/DEPENDS b/crypto/sshfs-fuse/DEPENDS
index 6003133..7936a57 100755
--- a/crypto/sshfs-fuse/DEPENDS
+++ b/crypto/sshfs-fuse/DEPENDS
@@ -1,4 +1,4 @@
-depends glib2 &&
-depends fuse &&
-depends pkgconfig &&
-depends openssh
+depends fuse &&
+depends glib2 &&
+depends pkgconfig &&
+depends openssh
diff --git a/crypto/sshfs-fuse/DETAILS b/crypto/sshfs-fuse/DETAILS
index 4bde123..f6c47d0 100755
--- a/crypto/sshfs-fuse/DETAILS
+++ b/crypto/sshfs-fuse/DETAILS
@@ -2,7 +2,7 @@
VERSION=2.2

SOURCE_HASH[0]=sha512:61cd1a30edbdee357e3185b461f4c9b4a89fb6c3993de08d5353d466f359354d5c1ceb6a92dbacc7eff0dacb4ba885c4cc6608b6e1ad1939a7e1a87f6dd74e7b
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/fuse/$SOURCE
WEB_SITE=http://fuse.sourceforge.net/sshfs.html
ENTERED=20050206
@@ -10,9 +10,8 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS="ssh crypto"
SHORT="FUSE client based on the SSH file transfer protocol"
cat << EOF
-This is a filesystem client based on the SSH File Transfer Protocol.
-Since most SSH servers already support this protocol it is very easy
-to set up: i.e. on the server side there's nothing to do. On the
-client side mounting the filesystem is as easy as logging into the
-server with ssh.
+This is a filesystem client based on the SSH File Transfer Protocol. Since
most
+SSH servers already support this protocol it is very easy to set up: i.e. on
the
+server side there's nothing to do. On the client side mounting the
filesystem
+is as easy as logging into the server with ssh.
EOF
diff --git a/crypto/sshfs-fuse/HISTORY b/crypto/sshfs-fuse/HISTORY
index 9a80eda..968d6e6 100644
--- a/crypto/sshfs-fuse/HISTORY
+++ b/crypto/sshfs-fuse/HISTORY
@@ -1,3 +1,7 @@
+2008-10-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: cleaned up
+ * DETAILS: quoting paths; fixed desc
+
2008-10-20 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 2.2

@@ -48,4 +52,3 @@

2005-02-06 Jeremy Blosser <jblosser AT firinn.org>
* DETAILS, DEPENDS, HISTORY: Initial spell creation.
-



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (de5e7139bb5f8393565cd3a184d2e53ad7f44ae7), Vlad Glagolev, 10/20/2008

Archive powered by MHonArc 2.6.24.

Top of Page