Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94078 - sys-fs/smb-fuse-0.7.0 ebuild request
Summary: sys-fs/smb-fuse-0.7.0 ebuild request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD, REVIEWED
Depends on:
Blocks:
 
Reported: 2005-05-26 06:31 UTC by Daniel Webert
Modified: 2005-12-30 03:51 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
fusesmb ebuild (fusesmb-0.8.0.ebuild,512 bytes, application/octet-stream)
2005-08-07 10:57 UTC, Raul Metsma
Details
fusesmb-0.8.1.ebuild (fusesmb-0.8.1.ebuild,512 bytes, patch)
2005-08-16 09:43 UTC, Raul Metsma
Details | Diff
smb-fuse-0.8.1.ebuild (corrected and renamed) (smb-fuse-0.8.1.ebuild,589 bytes, text/plain)
2005-09-06 05:53 UTC, pille
Details
fusesmb-0.8.1.ebuild (new ebuild) (fusesmb-0.8.1.ebuild,578 bytes, text/plain)
2005-09-13 12:58 UTC, Hans Postma
Details
fusesmb-0.8.1.ebuild (updated) (fusesmb-0.8.1.ebuild,511 bytes, text/plain)
2005-09-13 14:39 UTC, Hans Postma
Details
fusesmb-0.8.3.ebuild (fusesmb-0.8.3.ebuild,511 bytes, text/plain)
2005-10-04 11:41 UTC, Hans Postma
Details
a up-to-date package, with correct syntax (fusesmb-0.8.3.ebuild,874 bytes, text/plain)
2005-10-25 07:12 UTC, Jonathan Huot
Details
fusesmb-0.8.3.ebuild, with correct policy (fusesmb-0.8.3.ebuild,874 bytes, text/plain)
2005-10-25 07:51 UTC, Jonathan Huot
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Webert 2005-05-26 06:31:10 UTC
sys-fs/smb-fuse-0.7.0 ebuild request

http://hannibal.lr-s.tudelft.nl/fusesmb/

SMB for FUSE is a Network Neighborhood (Samba shares) filesystem. It works like smbfs, but instead of accessing one share at a time, all computers and workgroups are accessible at once from a single filesystem mount, making network browsing just as easy as it is on Windows.
Comment 1 Daniel Webert 2005-05-26 08:19:08 UTC
plz take this url for the homepage ... http://fusesmb.berlios.de/
Comment 2 Daniel Webert 2005-05-26 08:26:07 UTC
or better not, because it's outdated - i contacted the auther from
http://fusesmb.berlios.de/
Comment 3 Daniel Webert 2005-05-27 09:13:16 UTC
author fixed http://fusesmb.berlios.de/ - so we can use this one
Comment 4 Stefan Schweizer (RETIRED) gentoo-dev 2005-05-29 05:10:14 UTC
Can you please provide an ebuild for it?
Comment 5 Raul Metsma 2005-08-07 10:57:44 UTC
Created attachment 65332 [details]
fusesmb ebuild
Comment 6 Raul Metsma 2005-08-16 09:43:45 UTC
Created attachment 66086 [details, diff]
fusesmb-0.8.1.ebuild

fusesmb 0.8.1 is now out
Comment 7 pille 2005-09-06 05:53:11 UTC
Created attachment 67735 [details]
smb-fuse-0.8.1.ebuild (corrected and renamed)

last attachment did not work because no 'configure' is done before 'make
install'
i also prefer naming the ebuild smb-fuse (like sys-fs/sshfs-fuse)
Comment 8 Stefan Schweizer (RETIRED) gentoo-dev 2005-09-06 06:26:33 UTC
Comment on attachment 67735 [details]
smb-fuse-0.8.1.ebuild (corrected and renamed)

pille: It is gentoo policy to stick to upstream naming .. so if zou are not
happy with it please ask the fusesmb devs to change it.
And please attach ebuilds as text/plain ..
Comment 9 Ciaran McCreesh 2005-09-11 17:50:14 UTC
Please fix the following and reopen:

* Needs SLOT
* Needs IUSE
* http://dev.gentoo.org/~ciaranm/docs/mw-faq/quoting.txt
* Kill the pwd line.
* Configure and make shouldn't be in src_install.
Comment 10 Hans Postma 2005-09-13 12:58:11 UTC
Created attachment 68388 [details]
fusesmb-0.8.1.ebuild (new ebuild)

I am not sure, whether to always install the docs, or only when the USE flag
"doc" is set. The default in most ebuilds seems to be to always install them.
Comment 11 Hans Postma 2005-09-13 14:39:56 UTC
Created attachment 68392 [details]
fusesmb-0.8.1.ebuild (updated)
Comment 12 Ciaran McCreesh 2005-09-13 14:45:37 UTC
Thanks
Comment 13 Hans Postma 2005-10-04 11:41:07 UTC
Created attachment 69864 [details]
fusesmb-0.8.3.ebuild
Comment 14 Hans Postma 2005-10-04 11:41:43 UTC
Comment on attachment 69864 [details]
fusesmb-0.8.3.ebuild

New Version
Comment 15 Jonathan Huot 2005-10-25 07:12:22 UTC
Created attachment 71414 [details]
a up-to-date package, with correct syntax
Comment 16 Jonathan Huot 2005-10-25 07:44:22 UTC
Comment on attachment 71414 [details]
a up-to-date package, with correct syntax

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils

DESCRIPTION="Instead of mounting one Samba share at a time, you mount all
workgroups, hosts and shares at once."
HOMEPAGE="http://fusesmb.berlios.de"
SRC_URI="http://hannibal.lr-s.tudelft.nl/fusesmb/download/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE=""

DEPEND=">=sys-fs/fuse-2.3
	virtual/libc
	sys-devel/libtool
	sys-devel/make"

RDEPEND=">=net-fs/samba-3.0"

src_compile()
{
	econf || die "econf failed"
	emake || die "emake failed"
}

src_install()
{
	make install DESTDIR=${D} || die "make install failed"
	dodoc AUTHORS ChangeLog README fusesmb.conf.ex
}

pkg_postinst()
{
	einfo ""
	einfo "For quick usage, exec:"
	einfo "'modprobe fuse'"
	einfo "'fusesmb -oallowother /mnt/samba'"
	einfo
}
Comment 17 Jonathan Huot 2005-10-25 07:51:04 UTC
Created attachment 71415 [details]
fusesmb-0.8.3.ebuild, with correct policy

A new one, with all previous comments.
Correct with actual ebuild policy.
Comment 18 Stefan Schweizer (RETIRED) gentoo-dev 2005-12-25 05:47:02 UTC
The homepage seems to be dead.
Comment 19 Stefan Schweizer (RETIRED) gentoo-dev 2005-12-30 03:51:27 UTC
thanks, fixed