Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 48790 - net-misc/wput-0.4.ebuild (New Package)
Summary: net-misc/wput-0.4.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: Gentoo Linux bug wranglers
URL: http://itooktheredpill.dyndns.org/wput/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-04-23 08:26 UTC by Josh Glover (RETIRED)
Modified: 2004-05-02 12:56 UTC (History)
1 user (show)

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


Attachments
net-misc/wput (New Package) (wput-0.4.ebuild,734 bytes, text/plain)
2004-04-23 08:27 UTC, Josh Glover (RETIRED)
Details
wput-0.4.ebuild.diff (wput-0.4.ebuild.diff,816 bytes, patch)
2004-05-02 11:06 UTC, Redeeman
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Josh Glover (RETIRED) gentoo-dev 2004-04-23 08:26:05 UTC
Find attached an ebuild for wput, a tiny program that looks like wget and is designed to upload files or whole directories to remote ftp-servers.
Comment 1 Josh Glover (RETIRED) gentoo-dev 2004-04-23 08:27:12 UTC
Created attachment 29899 [details]
net-misc/wput (New Package)
Comment 2 Redeeman 2004-05-02 11:06:30 UTC
Created attachment 30539 [details, diff]
wput-0.4.ebuild.diff

Changed header. also, i changed from make isntall to einstall. works fine.

tested on 3 machines, works like a charm :)
nice app.
Comment 3 Bryan Østergaard (RETIRED) gentoo-dev 2004-05-02 11:51:11 UTC
Added to portage, thanks for the ebuild.
Comment 4 Jeremy Huddleston (RETIRED) gentoo-dev 2004-05-02 12:56:08 UTC
make DESTDIR="${D}" install is preferred over einstall.  einstall is a hack to use when the Makefiles don't support DESTDIR.