From 8883f5cd9fc0ea8c18c82db19f16e31d069c7e54 Mon Sep 17 00:00:00 2001 From: abs Date: Sun, 29 May 2005 09:26:50 +0000 Subject: 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. --- net/autonet/DESCR | 4 ++++ net/autonet/Makefile | 16 ++++++++++++++++ net/autonet/PLIST | 7 +++++++ net/autonet/distinfo | 5 +++++ 4 files changed, 32 insertions(+) create mode 100644 net/autonet/DESCR create mode 100644 net/autonet/Makefile create mode 100644 net/autonet/PLIST create mode 100644 net/autonet/distinfo diff --git a/net/autonet/DESCR b/net/autonet/DESCR new file mode 100644 index 00000000000..84e3999f81e --- /dev/null +++ b/net/autonet/DESCR @@ -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 --git a/net/autonet/Makefile b/net/autonet/Makefile new file mode 100644 index 00000000000..8584a730f20 --- /dev/null +++ b/net/autonet/Makefile @@ -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 +COMMENT= Automatically configure network interface & WEP keys + +ONLY_FOR_PLATFORM= NetBSD-*-* + +USE_LANGUAGES= # empty +NO_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/net/autonet/PLIST b/net/autonet/PLIST new file mode 100644 index 00000000000..82c8abc1187 --- /dev/null +++ b/net/autonet/PLIST @@ -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 --git a/net/autonet/distinfo b/net/autonet/distinfo new file mode 100644 index 00000000000..460dea6dacc --- /dev/null +++ b/net/autonet/distinfo @@ -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 -- cgit v1.2.3