pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/autonet Initial import of autonet-0.13



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bdabe296f009
branches:  trunk
changeset: 494741:bdabe296f009
user:      abs <abs%pkgsrc.org@localhost>
date:      Sun May 29 09:26:50 2005 +0000

description:
Initial import of autonet-0.13

autonet is intended to handle automatic network configuration on a
machine which connects to a variety of different networks, such as a laptop.
It includes configuring WEP keys and static vs dynamic IP addresses on a
per ssid or interface basis.

diffstat:

 net/autonet/DESCR    |   4 ++++
 net/autonet/Makefile |  16 ++++++++++++++++
 net/autonet/PLIST    |   7 +++++++
 net/autonet/distinfo |   5 +++++
 4 files changed, 32 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 42a7a5e53133 -r bdabe296f009 net/autonet/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/autonet/DESCR Sun May 29 09:26:50 2005 +0000
@@ -0,0 +1,4 @@
+autonet is intended to handle automatic network configuration on a
+machine which connects to a variety of different networks, such as a laptop.
+It includes configuring WEP keys and static vs dynamic IP addresses on a
+per ssid or interface basis.
diff -r 42a7a5e53133 -r bdabe296f009 net/autonet/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/autonet/Makefile      Sun May 29 09:26:50 2005 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/05/29 09:26:50 abs Exp $
+
+DISTNAME=      autonet-0.13
+CATEGORIES=    net
+MASTER_SITES=  http://www.mono.org/abs/tools/autonet/
+EXTRACT_SUFX=  .tbz
+
+MAINTAINER=    abs%absd.org@localhost
+COMMENT=       Automatically configure network interface & WEP keys
+
+ONLY_FOR_PLATFORM= NetBSD-*-*
+
+USE_LANGUAGES= # empty
+NO_CONFIGURE=  yes
+
+.include "../../mk/bsd.pkg.mk"
diff -r 42a7a5e53133 -r bdabe296f009 net/autonet/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/autonet/PLIST Sun May 29 09:26:50 2005 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/29 09:26:50 abs Exp $
+@dirrm share/examples/autonet
+man/man8/autonet.8
+sbin/autonet
+share/examples/autonet/autonet.local
+share/examples/autonet/lid_switch
+share/examples/rc.d/autonet
diff -r 42a7a5e53133 -r bdabe296f009 net/autonet/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/autonet/distinfo      Sun May 29 09:26:50 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/05/29 09:26:50 abs Exp $
+
+SHA1 (autonet-0.13.tbz) = fe3ce6ac888634d08616a10926dab32ceac41322
+RMD160 (autonet-0.13.tbz) = 6a804a3f9a06f43e9804423cb6694adadc9fedbd
+Size (autonet-0.13.tbz) = 5283 bytes



Home | Main Index | Thread Index | Old Index