summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2010-06-26 09:44:57 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2010-06-26 09:44:57 +0000
commit6dfe547c6e1cfd89fcb4247d744e9d1370399451 (patch)
treea8073e6f8f5d37a78abf35c6701cdaf5b76c2921 /net-fs/smbnetfs
parentNuke old 2.24 version because of bug 324953 -- permission received from BSD team (diff)
downloadhistorical-6dfe547c6e1cfd89fcb4247d744e9d1370399451.tar.gz
historical-6dfe547c6e1cfd89fcb4247d744e9d1370399451.tar.bz2
historical-6dfe547c6e1cfd89fcb4247d744e9d1370399451.zip
New package: net-fs/smbnetfs. Bug #96328
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'net-fs/smbnetfs')
-rw-r--r--net-fs/smbnetfs/ChangeLog15
-rw-r--r--net-fs/smbnetfs/Manifest4
-rw-r--r--net-fs/smbnetfs/metadata.xml28
-rw-r--r--net-fs/smbnetfs/smbnetfs-0.5.2.ebuild34
4 files changed, 81 insertions, 0 deletions
diff --git a/net-fs/smbnetfs/ChangeLog b/net-fs/smbnetfs/ChangeLog
new file mode 100644
index 000000000000..ee1ebe57882a
--- /dev/null
+++ b/net-fs/smbnetfs/ChangeLog
@@ -0,0 +1,15 @@
+# ChangeLog for net-fs/smbnetfs
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-fs/smbnetfs/ChangeLog,v 1.1 2010/06/26 09:44:57 slyfox Exp $
+
+*smbnetfs-0.5.2 (26 Jun 2010)
+
+ 26 Jun 2010; Sergei Trofimovich <slyfox@gentoo.org>
+ +smbnetfs-0.5.2.ebuild, +metadata.xml:
+ New ebuild. Thanks to Dmitri Vorobyev <vdmitri@fromru.com>, Dmitry S.
+ Kulyabov <yamadharma@gmail.com>, Daniel Lin <ephemient@gmail.com>, Arthur
+ Demchenkov <spinal.by@mail.ru> to resolve bug #96328. Special thanks to
+ Mikhail S. Pobolovets <styx.mp@gmail.com> for help to track down stability
+ issues on amd64. And thanks to Mikhail Kshevetskiy
+ <mikhail.kshevetskiy@gmail.com> for making such a great tool!
+
diff --git a/net-fs/smbnetfs/Manifest b/net-fs/smbnetfs/Manifest
new file mode 100644
index 000000000000..6cf6a204f734
--- /dev/null
+++ b/net-fs/smbnetfs/Manifest
@@ -0,0 +1,4 @@
+DIST smbnetfs-0.5.2.tar.bz2 127822 RMD160 ab5d7578cba48469bc5a53c4de1246060b0cc252 SHA1 7fb1a4463c3dd59d9ecda3e8f959447cf4031a88 SHA256 8233e3e76a53f9b5b7a07b4964faaea842b2259d4c61ebc2db038bbb229cfee5
+EBUILD smbnetfs-0.5.2.ebuild 841 RMD160 51d14983376fa2505ecfd3086258e8a8d20f3bb2 SHA1 422bfaf6971d7dd054ebda5c1c1267715c9f3063 SHA256 6350aa595efae2fcacf1641a7bf863116b169ce35d16067f3225b5f9e8e1f02a
+MISC ChangeLog 746 RMD160 06dc6472430cc883ff97c57172b07d57c4fdb124 SHA1 6e88a70a0de3960a7f262ae5414517db3b54453e SHA256 f4a256edac964debb434a821d4291dace0fa2350fec7add3d2e90b8146ab95d9
+MISC metadata.xml 1153 RMD160 aec4a02cb6ca164fcf81ac11da5f8013ca04eb4d SHA1 5b344b7754f9e31cb1000ab699951b09e3a1331d SHA256 656ecd890960b692e9e607bf9772fb05d314e415acf05dfe3e1e955b13a033b9
diff --git a/net-fs/smbnetfs/metadata.xml b/net-fs/smbnetfs/metadata.xml
new file mode 100644
index 000000000000..36c67f4091ff
--- /dev/null
+++ b/net-fs/smbnetfs/metadata.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>no-herd</herd>
+ <maintainer>
+ <email>slyfox@gentoo.org</email>
+ <name>Sergei Trofimovich</name>
+ <description>Primary Maintainer</description>
+ </maintainer>
+ <longdescription>
+ SMBNetFS is a Linux/FreeBSD FUSE filesystem that allow you to use samba/microsoft network.
+
+ Features:
+ - Linux-2.6 and FreeBSD >= 6.0 are supported (Linux-2.4 is not tested)
+ - 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
+ - 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
+ </longdescription>
+</pkgmetadata>
diff --git a/net-fs/smbnetfs/smbnetfs-0.5.2.ebuild b/net-fs/smbnetfs/smbnetfs-0.5.2.ebuild
new file mode 100644
index 000000000000..4d361fe7b3a2
--- /dev/null
+++ b/net-fs/smbnetfs/smbnetfs-0.5.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-fs/smbnetfs/smbnetfs-0.5.2.ebuild,v 1.1 2010/06/26 09:44:57 slyfox Exp $
+
+EAPI=2
+inherit eutils
+
+DESCRIPTION="SMBNetFS is a Linux/FreeBSD FUSE filesystem that allow you to use samba/microsoft network."
+HOMEPAGE="http://sourceforge.net/projects/smbnetfs"
+SRC_URI="mirror://sourceforge/smbnetfs/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+
+RDEPEND=">=sys-fs/fuse-2.3
+ >=net-fs/samba-3.2[smbclient]"
+
+DEPEND="${RDEPEND}
+ sys-devel/make"
+
+src_install() {
+ emake install DESTDIR="${D}" || die "make install failed"
+ dodoc AUTHORS ChangeLog
+}
+
+pkg_postinst() {
+ elog
+ elog "For quick usage, exec:"
+ elog "'modprobe fuse'"
+ elog "'smbnetfs -oallow_other /mnt/samba'"
+ elog
+}