This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via fce7892e1188947e5d8bd3090ba53a3e862b047a (commit) via b47325e9d95c536c28936acf74a7024d92e858ec (commit) from 9e7d3368df9e92589d8a4d783b12e0091993863f (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit fce7892e1188947e5d8bd3090ba53a3e862b047a Merge: b47325e 9e7d336 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Mar 16 16:05:30 2011 +0100
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
commit b47325e9d95c536c28936acf74a7024d92e858ec Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Mar 16 16:04:33 2011 +0100
fuse-sshfs: New package.
-----------------------------------------------------------------------
Summary of changes: .../btrfs-progs.nm => fuse-sshfs/fuse-sshfs.nm} | 31 +++++++++---------- 1 files changed, 15 insertions(+), 16 deletions(-) copy pkgs/{btrfs-progs/btrfs-progs.nm => fuse-sshfs/fuse-sshfs.nm} (72%)
Difference in files: diff --git a/pkgs/fuse-sshfs/fuse-sshfs.nm b/pkgs/fuse-sshfs/fuse-sshfs.nm new file mode 100644 index 0000000..67a9ae0 --- /dev/null +++ b/pkgs/fuse-sshfs/fuse-sshfs.nm @@ -0,0 +1,51 @@ +############################################################################### +# # +# IPFire.org - A linux based firewall # +# Copyright (C) 2007, 2008 Michael Tremer & Christian Schmidt # +# # +# This program is free software: you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation, either version 3 of the License, or # +# (at your option) any later version. # +# # +# This program is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with this program. If not, see http://www.gnu.org/licenses/. # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include $(PKGROOT)/Include + +PKG_NAME = fuse-sshfs +PKG_VER = 2.2 +PKG_REL = 1 + +PKG_MAINTAINER = +PKG_GROUP = System/Filesystems +PKG_URL = http://fuse.sourceforge.net/sshfs.html +PKG_LICENSE = GPLv2 +PKG_SUMMARY = FUSE-Filesystem to access remote filesystems via SSH. + +PKG_PROVIDES += sshfs=$(THISVER) + +PKG_BUILD_DEPS+= fuse-devel glib2-devel openssh-clients +PKG_DEPS += openssh-clients + +define PKG_DESCRIPTION + This is a FUSE-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. +endef + +PKG_TARBALL = sshfs-fuse-$(PKG_VER).tar.gz + +DIR_APP = $(DIR_SRC)/sshfs-fuse-$(PKG_VER)
hooks/post-receive -- IPFire 3.x development tree