diff options
author | jmmv <jmmv@pkgsrc.org> | 2005-10-10 09:55:40 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2005-10-10 09:55:40 +0000 |
commit | 98b72b8aae7f6806606806b03590714b8f1de9c7 (patch) | |
tree | 6fd42eb1bd836ea7b33e7e1c2d76b6d2845a0f78 /devel | |
parent | 6cd2d69f8145dcc0b915fab32cdd18bcdaf6be6f (diff) | |
download | pkgsrc-98b72b8aae7f6806606806b03590714b8f1de9c7.tar.gz |
Initial import of distccmon-gnome, a distcc monitor built with GNOME support.
Provided by Geert Hendrickx a few months ago, together with the split of
distcc's Makefile in two parts.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/distccmon-gnome/DESCR | 12 | ||||
-rw-r--r-- | devel/distccmon-gnome/Makefile | 24 | ||||
-rw-r--r-- | devel/distccmon-gnome/PLIST | 5 |
3 files changed, 41 insertions, 0 deletions
diff --git a/devel/distccmon-gnome/DESCR b/devel/distccmon-gnome/DESCR new file mode 100644 index 00000000000..5529b0b20eb --- /dev/null +++ b/devel/distccmon-gnome/DESCR @@ -0,0 +1,12 @@ +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. + +This package provides a graphical monitor for distcc, much like +distccmon-text but for Gnome. diff --git a/devel/distccmon-gnome/Makefile b/devel/distccmon-gnome/Makefile new file mode 100644 index 00000000000..35bdc18e14a --- /dev/null +++ b/devel/distccmon-gnome/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/10/10 09:55:40 jmmv Exp $ + +PKGNAME= ${DISTNAME:S/-/-gnome-/} +COMMENT= Graphical monitor for distcc, the distributed C/C++ compiler + +.include "../../devel/distcc/Makefile.common" + +CONFIGURE_ARGS+= --with-gnome + +BUILD_TARGET= distccmon-gnome + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/distccmon-gnome ${PREFIX}/bin + ${INSTALL_DATA_DIR} ${PREFIX}/share/distcc + ${INSTALL_DATA} ${WRKSRC}/gnome/distccmon-gnome-icon.png \ + ${PREFIX}/share/distcc + ${INSTALL_DATA} ${WRKSRC}/gnome/distccmon-gnome.desktop \ + ${PREFIX}/share/distcc + +.include "../../devel/libgnome/buildlink3.mk" +.include "../../devel/libgnomeui/buildlink3.mk" +.include "../../devel/pango/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/distccmon-gnome/PLIST b/devel/distccmon-gnome/PLIST new file mode 100644 index 00000000000..a171d96fd08 --- /dev/null +++ b/devel/distccmon-gnome/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/10 09:55:40 jmmv Exp $ +bin/distccmon-gnome +share/distcc/distccmon-gnome-icon.png +share/distcc/distccmon-gnome.desktop +@comment in distcc: @dirrm share/distcc |