diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 12:41:15 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 12:41:15 +0000 |
commit | 6c8831e3fd8612ee8e49bd524e6432031ff181f6 (patch) | |
tree | c7b08f740834f44bb8852765c2efb654fb6ff562 /devel/distcc/PLIST | |
parent | 9e0e38f0ab0e05fbbafafcf2f57731ecc3094572 (diff) | |
download | pkgsrc-6c8831e3fd8612ee8e49bd524e6432031ff181f6.tar.gz |
Updated distcc to 2.9
* Optional LZO1X compression of network traffic, to make distcc
faster on slow or overloaded networks. This is turned on by
appending ",lzo" to each host specification.
* The daemon by default allows 2+NCPUS, rather than 3*NCPUS. The
two extras are to allow for some processes to be blocked on
network IO, but allowing more than two of them is probably not
useful on multiprocessor machines.
* Larger files are sent and received using memory mappings where
possible.
* Use of mmap and compression makes distcc substantially faster in
at least some cases.
* Bug fixes
Diffstat (limited to 'devel/distcc/PLIST')
-rw-r--r-- | devel/distcc/PLIST | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/devel/distcc/PLIST b/devel/distcc/PLIST index 60a583199df..c114ebce3ae 100644 --- a/devel/distcc/PLIST +++ b/devel/distcc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2003/06/16 10:24:13 martti Exp $ +@comment $NetBSD: PLIST,v 1.4 2003/07/21 12:41:15 martti Exp $ bin/distcc bin/distccd bin/distccmon-text @@ -7,10 +7,15 @@ man/man1/distccd.1 share/doc/distcc/AUTHORS share/doc/distcc/COPYING share/doc/distcc/COPYING.FDL -share/doc/distcc/DEPENDENCIES share/doc/distcc/INSTALL share/doc/distcc/NEWS share/doc/distcc/README +share/doc/distcc/TODO +share/doc/distcc/example-init +share/doc/distcc/example.xinetd share/doc/distcc/protocol-1.txt +share/doc/distcc/protocol-2.txt +share/doc/distcc/reporting-bugs.txt share/doc/distcc/status-1.txt +share/doc/distcc/survey.txt @dirrm share/doc/distcc |