Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62491 - pftpmew-0.11.46.ebuild (New package)
Summary: pftpmew-0.11.46.ebuild (New package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Daniel Black (RETIRED)
URL: http://pftpmew.tanesha.net
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-09-01 03:42 UTC by Håkan Wikström
Modified: 2004-11-26 16:02 UTC (History)
1 user (show)

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


Attachments
pftpmew-0.11.46.ebuild (pftpmew-0.11.46.ebuild,901 bytes, text/plain)
2004-09-01 03:44 UTC, Håkan Wikström
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Håkan Wikström 2004-09-01 03:42:21 UTC
This is an ebuild I have been missing, so I decided to give it a little shot.

pftpmew is a curses-based FTP client with FXP support. Features include SSL/TLS encryption, multiple simultaneous open sites, quick switching between open sites, filtering, and a whole lot more.
Comment 1 Håkan Wikström 2004-09-01 03:44:24 UTC
Created attachment 38663 [details]
pftpmew-0.11.46.ebuild
Comment 2 Daniel Black (RETIRED) gentoo-dev 2004-09-11 05:34:10 UTC
may look at this later. I don't like the condition of users creating files to make this work.
Comment 3 Daniel Black (RETIRED) gentoo-dev 2004-11-26 00:37:26 UTC
added as requested.
Comment 4 Hinrik Örn Sigurðsson 2004-11-26 04:42:27 UTC
One little proglem though....

The $DOCDESTTREE varible in the ebuild doesn't exist.

 * In order to use pftp-mew you need to create these files:
 *     ~/.pftp/config
 *     ~/.pftp/keymap
 * Refer to the examples in  for more information.   <--- ?
Comment 5 Daniel Black (RETIRED) gentoo-dev 2004-11-26 06:26:09 UTC
thanks - fixed now. Thought it was too easy ;-). enjoy
Comment 6 Håkan Wikström 2004-11-26 14:43:53 UTC
Thanks Daniel. I understand your concern with the manual configuration (although that's common in other packages), so I'm thinking of writing a simple bash wrapper script to install a default config on first use. It should be a pretty simple job.
Comment 7 Daniel Black (RETIRED) gentoo-dev 2004-11-26 16:02:01 UTC
if you can program in C you could patch the program to check a  global configuration files /etc/pftpmew/{config,keymap}

Althernately for the bash script I'll include your script functionality in a config routine in the ebuild.