pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/distccmon-gnome Initial import of distccmon-gnom...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3b1a8d9f3cb9
branches: trunk
changeset: 500534:3b1a8d9f3cb9
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Mon Oct 10 09:55:40 2005 +0000
description:
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:
devel/distccmon-gnome/DESCR | 12 ++++++++++++
devel/distccmon-gnome/Makefile | 24 ++++++++++++++++++++++++
devel/distccmon-gnome/PLIST | 5 +++++
3 files changed, 41 insertions(+), 0 deletions(-)
diffs (53 lines):
diff -r 51952ff48a91 -r 3b1a8d9f3cb9 devel/distccmon-gnome/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/distccmon-gnome/DESCR Mon Oct 10 09:55:40 2005 +0000
@@ -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 -r 51952ff48a91 -r 3b1a8d9f3cb9 devel/distccmon-gnome/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/distccmon-gnome/Makefile Mon Oct 10 09:55:40 2005 +0000
@@ -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 -r 51952ff48a91 -r 3b1a8d9f3cb9 devel/distccmon-gnome/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/distccmon-gnome/PLIST Mon Oct 10 09:55:40 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index