Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20882 - shfs (mount ssh/rsh resources!) ebuild
Summary: shfs (mount ssh/rsh resources!) ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Dylan Carlson (RETIRED)
URL: http://shfs.sourceforge.net/install.html
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-12 17:53 UTC by Gilberto Ficara
Modified: 2003-06-03 02:39 UTC (History)
1 user (show)

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


Attachments
Ebuild for shfs (shfs-0.31.ebuild,940 bytes, application/octet-stream)
2003-06-01 19:37 UTC, Jesse Dearing
Details
Ebuild for shfs (shfs-0.31.ebuild,940 bytes, text/plain)
2003-06-01 19:38 UTC, Jesse Dearing
Details
Patch for the Makefile (shfs-gentoo.patch,612 bytes, patch)
2003-06-01 19:40 UTC, Jesse Dearing
Details | Diff
Patch to Jesse's ebuild that makes compiling on ppc work (shfs-0.31.ebuild.patch,615 bytes, patch)
2003-06-01 23:59 UTC, Matt Klosterman
Details | Diff
Patch to shfs/Makefile that allows for compile on ppc (shfs-gentoo-ppc.patch,771 bytes, patch)
2003-06-02 00:04 UTC, Matt Klosterman
Details | Diff
Ebuild for shfs (shfs-0.31.ebuild,956 bytes, text/plain)
2003-06-02 06:25 UTC, Jonathan Hitchcock
Details
Changes made to ebuild (shfs-0.31.ebuild.patch,981 bytes, patch)
2003-06-02 23:58 UTC, Jesse Dearing
Details | Diff
am-utils configs (shfs_am-utils_configs.tar.gz,1.33 KB, application/octet-stream)
2003-06-02 23:59 UTC, Jesse Dearing
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gilberto Ficara 2003-05-12 17:53:18 UTC
SHFS stays for SHell File System. It is a simple Linux kernel module partially
based on Florin Malita's ftpfs. Using this module, you can connect remote
filesystems into your local filesystem tree.

$ shfsmount user@host /local/path
user@host password:
$ cd /local/path

-------------
I think that that's a great solution: no more samba, no more nfs, and secure
connections... an ebuild would be useful :)
Comment 1 Jesse Dearing 2003-06-01 19:37:27 UTC
Created attachment 12647 [details]
Ebuild for shfs

This is my first ebuild so please forgive its amateur style.  I welcome any
fixes, rewrites, etc. with open arms.
Some problems I came up with were determining the dependencies.  Since it uses
ssh and rsh but requires neither I wasn't sure how to accomplish that.	I just
put ssh as a dep for this ebuild.  Plus, I made a patch for the Makefile so it
installs right.
Comment 2 Jesse Dearing 2003-06-01 19:38:16 UTC
Created attachment 12648 [details]
Ebuild for shfs

This is my first ebuild so please forgive its amateur style.  I welcome any
fixes, rewrites, etc. with open arms.
Some problems I came up with were determining the dependencies.  Since it uses
ssh and rsh but requires neither I wasn't sure how to accomplish that.	I just
put ssh as a dep for this ebuild.  Plus, I made a patch for the Makefile so it
installs right.
Comment 3 Jesse Dearing 2003-06-01 19:40:19 UTC
Created attachment 12649 [details, diff]
Patch for the Makefile

Patch for the source that makes the Makefile install it in the right location
and comments out automounter support (I'm not sure how to implement this
either)
Comment 4 Matt Klosterman 2003-06-01 23:59:29 UTC
Created attachment 12655 [details, diff]
Patch to Jesse's ebuild that makes compiling on  ppc work
Comment 5 Matt Klosterman 2003-06-02 00:04:03 UTC
Created attachment 12656 [details, diff]
Patch to shfs/Makefile that allows for compile on ppc
Comment 6 Jonathan Hitchcock 2003-06-02 06:00:03 UTC
Wouldn't it be better to break the steps up a bit, and use dobin, dohtml, etc? And to depmod afterwards?
I don't know.  Maybe the simple way is fine?  I'm attaching my ebuild anyway, which I wrote before I checked whether somebody else had written one (doh).  Mine also depends on virtual/linux-sources, and doesn't demand a later version of ssh, by the way.
Comment 7 Jonathan Hitchcock 2003-06-02 06:25:17 UTC
Created attachment 12671 [details]
Ebuild for shfs

My attempt at an ebuild - runs depmod afterwards, uses dobin, dodoc, etc.
Comment 8 Jesse Dearing 2003-06-02 23:31:07 UTC
Comment on attachment 12648 [details]
Ebuild for shfs

Replaced by Jonathan's Ebuild.
Comment 9 Jesse Dearing 2003-06-02 23:58:23 UTC
Created attachment 12725 [details, diff]
Changes made to ebuild

I added am-utils configuration to the ebuild.  Also I added Matt's PPC changes
to the new ebuild.
Comment 10 Jesse Dearing 2003-06-02 23:59:46 UTC
Created attachment 12726 [details]
am-utils configs

Extract to files/ dir if you wish to use am-utils.
Comment 11 Dylan Carlson (RETIRED) gentoo-dev 2003-06-03 02:39:43 UTC
Cleaned up and committed.  Needs testing of course, and sparc/alpha support to 
be added.  Cheers.