diff options
author | martti <martti@pkgsrc.org> | 2003-02-15 12:34:06 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-02-15 12:34:06 +0000 |
commit | 3b01bc67cc2bd39ee2f57516f11eee1538c391d0 (patch) | |
tree | a76e9f171e5b2a51179d83c7ae6931d716710098 /devel/distcc/PLIST | |
parent | cbdac6eb7357f545e95383f1fa2b455a8fe35b94 (diff) | |
download | pkgsrc-3b01bc67cc2bd39ee2f57516f11eee1538c391d0.tar.gz |
Imported distcc-1.1 (provided by Teemu Rinta-aho in pkg/20212)
distcc is a program to distribute compilation of C or C++ code across
several machines on a network. distcc should always generate the same
results as a local compile, is simple to install and use, and is often
two or more times faster than a local compile.
distcc does not require all machines to share a filesystem, have
synchronized clocks, or to have the same libraries or header files
installed. Machines can be running different operating systems, as long
as they have compatible binary formats or cross-compilers.
Diffstat (limited to 'devel/distcc/PLIST')
-rw-r--r-- | devel/distcc/PLIST | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/distcc/PLIST b/devel/distcc/PLIST new file mode 100644 index 00000000000..1860e3bba57 --- /dev/null +++ b/devel/distcc/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/02/15 12:34:06 martti Exp $ +bin/distcc +bin/distccd +man/man1/distcc.1 +man/man1/distccd.1 +share/doc/distcc/AUTHORS +share/doc/distcc/COPYING +share/doc/distcc/COPYING.FDL +share/doc/distcc/NEWS +share/doc/distcc/OLDNEWS +share/doc/distcc/README +share/doc/distcc/DEPENDENCIES +share/doc/distcc/INSTALL +@dirrm share/doc/distcc |