Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 118928 - Fuseftp-0.8.ebuild (new package)
Summary: Fuseftp-0.8.ebuild (new package)
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Chris White (RETIRED)
URL: http://www.yousns.com
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-01-13 15:09 UTC by Adam Penser
Modified: 2007-05-15 17:32 UTC (History)
4 users (show)

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


Attachments
fuseftp-0.8.ebuild (fuseftp-0.8.ebuild,457 bytes, text/plain)
2006-01-13 15:11 UTC, Adam Penser
Details
fuseftp-0.8.ebuild (fuseftp-0.8.ebuild,439 bytes, text/plain)
2006-01-13 18:04 UTC, Adam Penser
Details
Fuse ebuild (Fuse-0.06.ebuild,340 bytes, text/plain)
2006-03-28 11:38 UTC, distances
Details
modified fuseftp ebuild including dependencies (fuseftp-0.8.ebuild,501 bytes, text/plain)
2006-03-28 11:40 UTC, distances
Details
made a mistake with dependencies... Here is a correction (fuseftp-0.8.ebuild,495 bytes, text/plain)
2006-03-28 12:35 UTC, distances
Details
the Cache ebuild... (Cache-2.04.ebuild,455 bytes, text/plain)
2006-03-28 12:36 UTC, distances
Details
the File-NFSLock ebuild (File-NFSLock-1.20.ebuild,362 bytes, text/plain)
2006-03-28 12:37 UTC, distances
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Penser 2006-01-13 15:09:49 UTC
This is a preliminary (unless there are no errors) ebuild for the Fuseftp perl app.  It utilizes the perl-app eclass.  This is an application that uses the FUSE filesystem to mount ftp locations onto a local computer.
I am not sure how to handle the needed perl modules, since some of the modules are not available on portage, but the g-cpan package handles them fine.
Comment 1 Adam Penser 2006-01-13 15:11:30 UTC
Created attachment 77032 [details]
fuseftp-0.8.ebuild
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-01-13 16:51:00 UTC
Two notes:

1/ License is invalid - http://dev.gentoo.org/~ciaranm/docs/mw-faq/licence.txt
2/ You shouldn't set RDEPEND="${DEPEND}", it's default anyway.
Comment 3 Adam Penser 2006-01-13 18:04:37 UTC
Created attachment 77039 [details]
fuseftp-0.8.ebuild

updated to correct the licence and RDEPEND
Comment 4 distances 2006-03-28 11:38:50 UTC
Created attachment 83318 [details]
Fuse ebuild

Here's a fresh ebuild I've just made to include with...
Comment 5 distances 2006-03-28 11:40:58 UTC
Created attachment 83319 [details]
modified fuseftp ebuild including dependencies

... And a modified fuseftp ebuild including dependencies (Fuse, Cache and TermReadKey)
Comment 6 distances 2006-03-28 12:35:20 UTC
Created attachment 83325 [details]
made a mistake with dependencies... Here is a correction

Corrected dependencies; new dependencies fallow...
Comment 7 distances 2006-03-28 12:36:07 UTC
Created attachment 83327 [details]
the Cache ebuild...

the Cache ebuild...
Comment 8 distances 2006-03-28 12:37:29 UTC
Created attachment 83328 [details]
the File-NFSLock ebuild

And (last?), the File-NFSLock ebuild
Comment 9 Chris White (RETIRED) gentoo-dev 2006-04-16 03:17:55 UTC
Taking package assignment.
Comment 10 Chris White (RETIRED) gentoo-dev 2006-04-16 23:41:16 UTC
main / # fuseftp --cache=memory --ask-password /home/chris/test_mount XXX@vXXX:~/
fuseftp 0.8 - 2005 (c) by Marcus Thiesen <marcus@thiesen.org>
Password:
Successfully logged into vserver
Backgrounding...

perl: fuse_opt.c:67: fuse_opt_insert_arg: Assertion `pos <= args->argc' failed.

Can't get it to work as per the documentation. This needs to be solved upstream first.