Module submission - sendfile
duncan.gibson@xs4all.nl
duncan.gibson at xs4all.nl
Sat Mar 17 18:23:46 CET 2007
module name : sendfile
suggested section : ftp
update (y/n) : y
bugfix (y/n) : n
security (y/n) : n
updated from 2.1a to 2.1b
updated download and website URLs
updated BUILD but this really really needs to be checked because
ultimately it calls a shell script to update paths and install
(previously everything was explicitly installed in BUILD)
NOTE: minimal testing using the README example of
$ sendfile README `whoami`
$ receive
$ receive -n 1
Duncan / engelsman
-------------- next part --------------
--- sendfile/BUILD 2006-10-23 00:28:47.000000000 +0200
+++ sendfile/BUILD 2007-03-17 17:50:48.000000000 +0100
@@ -1,38 +1,13 @@
(
- sedit "s:/usr/local:/usr:" makeconfig
+ sedit "s:/usr/local:/usr:" makeconfig &&
+ sedit "s:sfdconf <sf_cleanup:sfdconf sf_cleanup:" develop/install &&
- ./makeconfig CONFIG=/etc \
+ make config CONFIG=/etc \
INETDCONF=/dev/null \
SERVICES=/dev/null &&
- make &&
- prepare_install
+ make all &&
+ prepare_install &&
+ make install
-) > $C_FIFO 2>&1 && (
-
- cp src/ewl /usr/bin
- cp src/fetchfile /usr/bin
- cp src/pussy /usr/bin
- cp src/receive /usr/bin
- cp src/sendfile /usr/bin
- cp src/sendfiled /usr/sbin
- cp src/sendmsg /usr/bin
- cp src/utf7encode /usr/bin
- cp src/wlock /usr/bin
- cp etc/sf_cleanup /usr/bin
- cp etc/sfconf /usr/bin
- cp etc/sfdconf /usr/bin
- ln -sf utf7encode /usr/bin/utf7decode
- ln -sf sendfile /usr/bin/sf
- ln -sf receive /usr/bin/rf
- ln -sf sendmsg /usr/bin/sm
-
- if ! [ -f /etc/sendfile.cf ]; then
- cp etc/sendfile.cf /etc
- fi
-
- if ! [ -f /etc/sendfile.deny ]; then
- cp etc/sendfile.deny /etc
- fi
-
-)
+) > $C_FIFO 2>&1
--- sendfile/DETAILS 2006-10-23 00:28:47.000000000 +0200
+++ sendfile/DETAILS 2007-03-17 16:31:10.000000000 +0100
@@ -1,10 +1,11 @@
MODULE=sendfile
- VERSION=2.1a
+ VERSION=2.1b
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=ftp://ftp.belwue.de/pub/unix/sendfile/
- WEB_SITE=http://www.belwue.de/aktivitaeten/projekte/saft/sendfile-us.html
+ SOURCE_URL[0]=http://www.belwue.de/projekte/saft/download/
+ SOURCE_VFY=sha1:b1f594baadaa92e8944e9d1e73edab26d7af39f1
+ WEB_SITE=http://www.belwue.de/projekte/saft/sendfile-us.html
ENTERED=20010927
- UPDATED=20020115
+ UPDATED=20070317
SHORT="A Simple Asynchronous File Transfer program."
cat << EOF
-------------- next part --------------
lvu submit sendfile cff4f593cca326f42e6f95199952fe8a -
2.6.20.3 2.6.12 gcc-3.4.6 glibc-2.3.6
More information about the Lunar
mailing list