[Lunar-commits]
CVS: moonbase/ftp/wput BUILD, 1.1, 1.2 DETAILS, 1.3, 1.4
Chad Kittel
v3rt1g0 at lunar-linux.org
Mon Dec 13 01:52:33 UTC 2004
Update of /var/cvs/lunar/moonbase/ftp/wput
In directory espresso.foo-projects.org:/tmp/cvs-serv24357/wput
Modified Files:
BUILD DETAILS
Log Message:
Version bump 0.3.4 -> 0.5
Cleaned up the BUILD file a bit too, disabled compiling with debug
support (which it does by default).
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/ftp/wput/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 23 Sep 2003 12:10:53 -0000 1.1
+++ BUILD 13 Dec 2004 01:52:30 -0000 1.2
@@ -1,8 +1,6 @@
-(
- make &&
+(
- prepare_install &&
+ OPTS="$OPTS --disable-g-switch"
+ default_build
- cp wput /usr/bin
-
) > $C_FIFO 2>&1
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/ftp/wput/DETAILS,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- DETAILS 5 Oct 2004 09:29:57 -0000 1.3
+++ DETAILS 13 Dec 2004 01:52:30 -0000 1.4
@@ -1,15 +1,23 @@
MODULE=wput
- VERSION=0.3.4
+ VERSION=0.5
SOURCE=$MODULE-$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
- SOURCE_URL[0]=http://itooktheredpill.dyndns.org/programming/
- WEB_SITE=http://itooktheredpill.dyndns.org/wput.html
- SOURCE_VFY=md5:02fc6ce33fa97d4dd9fbeb4f9f1744dc
+ SOURCE_URL=http://itooktheredpill.dyndns.org/wput/
+ SOURCE_VFY=sha1:85d2b6f19483d366bac4a7113c09178a131a68b6
+ WEB_SITE=http://itooktheredpill.dyndns.org/wput/
ENTERED=20030922
- UPDATED=20030922
+ UPDATED=20041212
MAINTAINER=genes1s at paradise.net.nz
SHORT="wput is the opposite of wget, capable of uploading files to FTP servers."
+
cat << EOF
-wput is the opposite of wget, capable of uploading files to FTP servers
-with an easy to use command line interface similar to wget's (old) one.
+wput is a command-line ftp-client looking like wget and being designed
+to upload files or whole directories to remote ftp-servers.
+
+Features
+ * file/directory-upload in ascii or binary mode (auto determination)
+ * resuming
+ * proxy-support (socks5, http)
+ * speed-limit
+ * time-stamping (compares local and remote dates)
EOF
More information about the Lunar-commits
mailing list