[Lunar-commits] r23704 - moonbase/trunk/ftp/sendfile

Florin Braescu florin at lunar-linux.org
Sat Mar 17 19:14:53 CET 2007


Author: florin
Date: 2007-03-17 19:14:53 +0100 (Sat, 17 Mar 2007)
New Revision: 23704

Modified:
   moonbase/trunk/ftp/sendfile/BUILD
   moonbase/trunk/ftp/sendfile/DETAILS
Log:
revert the version from 2.1a to 2.1b. patch submitted by Duncan Gibson.

Modified: moonbase/trunk/ftp/sendfile/BUILD
===================================================================
--- moonbase/trunk/ftp/sendfile/BUILD	2007-03-17 17:23:09 UTC (rev 23703)
+++ moonbase/trunk/ftp/sendfile/BUILD	2007-03-17 18:14:53 UTC (rev 23704)
@@ -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          \
-                INETDCONF=/dev/null  \
+  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

Modified: moonbase/trunk/ftp/sendfile/DETAILS
===================================================================
--- moonbase/trunk/ftp/sendfile/DETAILS	2007-03-17 17:23:09 UTC (rev 23703)
+++ moonbase/trunk/ftp/sendfile/DETAILS	2007-03-17 18:14:53 UTC (rev 23704)
@@ -1,14 +1,14 @@
            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=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
-           SHORT="A Simple Asynchronous File Transfer program."
+         UPDATED=20070317
+           SHORT="A Simple Asynchronous File Transfer program"
 
 cat << EOF
-
 Sendfile is a SAFT implementation for UNIX and serves as a tool
 for asynchronous transfer of files through the Internet which
 conserves file attributes. The sendfile client transfers files
@@ -17,5 +17,4 @@
 the recipient that files have been spooled. The recipient can
 then invoke the receive client which will copy the files into
 the local directory, deleting the file from the spool area.
-
 EOF



More information about the Lunar-commits mailing list