| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 11 Jan 2026 21:06:32 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090330224503
location: https://web.archive.org/web/20090330224503/https://sendfile.darwinports.com/
server-timing: captures_list;dur=1.452112, exclusion.robots;dur=0.074507, exclusion.robots.policy;dur=0.058842, esindex;dur=0.016554, cdx.remote;dur=11.535214, LoadShardBlock;dur=439.270191, PetaboxLoader3.datanode;dur=121.494298, PetaboxLoader3.resolve;dur=302.627483
x-app-server: wwwb-app28-dc8
x-ts: 302
x-tr: 493
server-timing: TR;dur=0,Tw;dur=186,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app28; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Sun, 11 Jan 2026 21:06:33 GMT
content-type: text/html
x-archive-orig-date: Mon, 30 Mar 2009 22:40:37 GMT
x-archive-orig-server: Apache
x-archive-orig-vary: Accept-Encoding
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Mon, 30 Mar 2009 22:45:03 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_8_20090330192501_crawl100-c/51_8_20090330224418_crawl103.arc.gz
server-timing: captures_list;dur=0.793512, exclusion.robots;dur=0.025278, exclusion.robots.policy;dur=0.015286, esindex;dur=0.014414, cdx.remote;dur=29.457726, LoadShardBlock;dur=225.468147, PetaboxLoader3.datanode;dur=275.635032, PetaboxLoader3.resolve;dur=195.000039, load_resource;dur=275.821081
x-app-server: wwwb-app28-dc8
x-ts: 200
x-tr: 686
server-timing: TR;dur=0,Tw;dur=125,Tc;dur=0
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Sendfile version 2.1b - How to Download and Install on Mac OS X
|
|||||||||
Monday the 30th of March, 2009 |
|||||||||
sendfile most recent diffversion 2.1b
Scroll down toward the bottom of the page to get installation instructions for sendfile. The raw portfile for sendfile 2.1b is located here: https://sendfile.darwinports.com/dports/net/sendfile/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/sendfile The sendfile Portfile 38162 2008-07-09 23:23:52Z ryandesign PortSystem 1.0 Name: sendfile Version: 2.1b Revision: 1 Category: net Platform: darwin Maintainers: nomaintainer Homepage: https://fex.rus.uni-stuttgart.de/saft/sendfile.html Description: A saft suite for asynchronous transfers Long Description: Sendfile is a SAFT implementation for UNIX and serves as a tool for asynchronous sending of files in the internet, conserving their file attributes. It consists of the following parts: sendfiled - the server daemon sendfile - a client for sending files sendmsg - a client for sending one-line text messages receive - a client for receiving spooled files dist_subdir ${name}/${version}_${revision} Master Sites: https://fex.rus.uni-stuttgart.de/download/ Checksums: md5 671cd95971c53066a9d0fa66ac04e813 sha1 3126ba04943e37dd4589edd6c5bc5d7f44ca8488 rmd160 541619db34a9dbfdd85d5d1c2fc235e426e26087 Patch Files: patch-makeconfig.diff patch-sendfiled.c.diff use_configure no pre-build { reinplace "s|/var/spool|${prefix}/var/spool|" ${worksrcpath}/makeconfig reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/makeconfig reinplace "s|/var/log|${prefix}/var/log|" ${worksrcpath}/makeconfig reinplace "s|/opt/bin|${prefix}/bin|" ${worksrcpath}/etc/sendfile.cf } build.args config post-build { reinplace "s|/var/spool|${prefix}/var/spool|" ${worksrcpath}/etc/sfconf reinplace "s|/var/spool|${prefix}/var/spool|g" ${worksrcpath}/etc/sfdconf reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/etc/sfdconf } destroot.destdir ${destroot}${prefix} destroot.target destroot { xinstall -m 755 -v -W ${worksrcpath}/src sendfile sendmsg receive fetchfile utf7encode wlock ${destroot}${prefix}/bin xinstall -m 755 -v -W ${worksrcpath}/etc sfconf sfdconf check_sendfile ${destroot}${prefix}/bin xinstall -m 644 -v -W ${worksrcpath}/etc sendfile.cf sendfile.deny ${destroot}${prefix}/etc xinstall -m 644 -v -W ${worksrcpath}/doc sendmsg.1 sendfile.1 receive.1 fetchfile.1 utf7encode.1 wlock.1 ${destroot}${prefix}/share/man/man1 xinstall -m 755 ${worksrcpath}/src/sendfiled ${destroot}${prefix}/sbin file mkdir ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/doc/README ${destroot}${prefix}/share/doc/${name} file copy ${worksrcpath}/doc/fetchfile.7 ${destroot}${prefix}/share/man/man7 file copy ${worksrcpath}/doc/sendfiled.8 ${destroot}${prefix}/share/man/man8 } post-destroot { system "cd '${destroot}${prefix}/bin' && ln -s utf7encode utf7decode" xinstall -m 755 -d ${destroot}${prefix}/var/spool/sendfile xinstall -m 700 -d ${destroot}${prefix}/var/spool/sendfile/LOG xinstall -m 1777 -d ${destroot}${prefix}/var/spool/sendfile/OUTGOING destroot.keepdirs-append ${destroot}${prefix}/var/spool/sendfile destroot.keepdirs-append ${destroot}${prefix}/var/spool/sendfile/LOG destroot.keepdirs-append ${destroot}${prefix}/var/spool/sendfile/OUTGOING } # Notify the user how to launch the sendfile daemon post-install { ui_msg "\nFor being able to receive files, you'll have to use either" ui_msg "xinetd or inetd, depending on what you are using.\n" ui_msg "Use the following line if you'll go for inetd:" ui_msg "saft stream tcp nowait root /path/to/sendfiled sendfiled\n" ui_msg "For xinetd, just take a service file as an example.\n" ui_msg "If you're running Mac OS X 10.2 or Darwin 6.x, you should" ui_msg "add an entry in /etc/services to allow connections from and to" ui_msg "port 487 both udp and tcp.\n" } If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page. Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:
% cd /opt/local/bin/portslocation/dports/sendfileYou will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to: - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using sendfile with these commands: % man sendfile Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg sendfile on MacOSX
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
accounting
amusements aqua archivers audio benchmarks biology blinkenlights cad chat chinese comms compression cross crypto databases devel editors education electronics emacs emulators erlang finance fonts framework fuse games genealogy gis gnome gnustep graphics gtk haskell iphone irc japanese java kde kde4 lang macports math mercurial ml mono multimedia net network news ocaml office palm parallel perl php pim project python reporting rox ruby russian scheme science security shells spelling squeak sysutils tcl tex textproc tk unicode vnc win32 wsn www x11 x11-font x11-wm xfce zope
Current SVN DownloadsDarwin Ports Current :nightly SVN snapshot SSH Key Gen See also: GNU-Darwin Ports for GNU-only software |
|||||||
| |



