pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/dhcpcd-gtk Import dhcpcd-gtk-0.3.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/6d00791b69a6
branches: trunk
changeset: 555621:6d00791b69a6
user: roy <roy%pkgsrc.org@localhost>
date: Thu Mar 05 23:51:55 2009 +0000
description:
Import dhcpcd-gtk-0.3.0
dhcpcd-gtk is a Network Configurator that uses the GTK+ GUI toolkit.
It sits in the systray and monitors dhcpcd via dhcpcd-dbus.
The icon represents the state of the network and you can configure
each interface / wireless ssid.
diffstat:
net/dhcpcd-gtk/DESCR | 1 +
net/dhcpcd-gtk/Makefile | 24 ++++++++++++++++++++++++
net/dhcpcd-gtk/PLIST | 4 ++++
net/dhcpcd-gtk/distinfo | 5 +++++
4 files changed, 34 insertions(+), 0 deletions(-)
diffs (50 lines):
diff -r cb08e2290ff7 -r 6d00791b69a6 net/dhcpcd-gtk/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/dhcpcd-gtk/DESCR Thu Mar 05 23:51:55 2009 +0000
@@ -0,0 +1,1 @@
+dhcpcd Monitor in GTK+
diff -r cb08e2290ff7 -r 6d00791b69a6 net/dhcpcd-gtk/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/dhcpcd-gtk/Makefile Thu Mar 05 23:51:55 2009 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/03/05 23:51:55 roy Exp $
+#
+
+DISTNAME= dhcpcd-gtk-0.3.0
+CATEGORIES= net
+MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/
+MASTER_SITES+= http://roy.aydogan.net/dhcpcd/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= roy%marples.name@localhost
+HOMEPAGE= http://roy.marples.name/projects/dhcpcd/
+COMMENT= GTK+ systray monitor for dhcpcd
+
+PKG_DESTDIR_SUPPORT= user-destdir
+USE_LANGUAGES= c99
+
+INSTALL_MAKE_FLAGS+= SYSCONFDIR=${PREFIX}/share/gnome/autostart
+
+DEPENDS+= dhcpcd-dbus>=0.3.0:../../net/dhcpcd-dbus
+
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../sysutils/dbus-glib/buildlink3.mk"
+.include "../../sysutils/libnotify/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r cb08e2290ff7 -r 6d00791b69a6 net/dhcpcd-gtk/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/dhcpcd-gtk/PLIST Thu Mar 05 23:51:55 2009 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/03/05 23:51:55 roy Exp $
+bin/dhcpcd-gtk
+share/gnome/autostart/dhcpcd-gtk.desktop
+@unexec ${RMDIR} %D/share/gnome/autostart 2>/dev/null || ${TRUE}
diff -r cb08e2290ff7 -r 6d00791b69a6 net/dhcpcd-gtk/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/dhcpcd-gtk/distinfo Thu Mar 05 23:51:55 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/03/05 23:51:55 roy Exp $
+
+SHA1 (dhcpcd-gtk-0.3.0.tar.bz2) = b16368ab39a7189b2056cef9f1d4b5bda46c539a
+RMD160 (dhcpcd-gtk-0.3.0.tar.bz2) = 01dbf5cf585359edcc5b05cc79147c46d872f0b3
+Size (dhcpcd-gtk-0.3.0.tar.bz2) = 14445 bytes
Home |
Main Index |
Thread Index |
Old Index