The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD net-mgmt : airport

Apple Airport / Lucent RG-1000 configuration program

 This is a configuration program for the Apple Airport and Lucent RG-1000
in Java.

The Airport and Lucent RG-1000 are the same, except for one detail:
On the RG-1000 the net name cannot be changed and is overridden by
the hex number on the label on the bottom.

This port also installs the Link Monitor and Host Monitor utilities
and the Modem utility.
The Configurator for the new "Snow" Basestation is started with "airport2".

Author:	Jon Sevy 
 

http://gicl.cs.drexel.edu/people/sevy/airport/



airport history


v. 1.23
date: 2007/05/19 20:19:44;  author: flz;  state: Exp;  lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.

v. 1.22 date: 2006/11/05 07:53:59; author: lawrance; state: Exp; lines: +1 -1 Update master site and WWW. PR: ports/104195 Submitted by: Josh Paetzel
v. 1.21 date: 2006/05/23 23:43:23; author: hq; state: Exp; lines: +24 -20 - Update to bsd.java.mk 2.0 - Use SUB_FILES to configure launcher shell script - Set JAVA_VERSION in launcher shell script - Install JAR files in DATADIR=${JAVASHAREDIR}/${PORTNAME} - Use %%JAVAJARDIR%% and %%DOCSDIR%% in pkg-plist - Add $FreeBSD$ tags - Honor NOPORTDOCS - Bump PORTREVISION
v. 1.20 date: 2005/10/12 16:53:59; author: linimon; state: Exp; lines: +1 -1 Chase updated mastersite.
v. 1.19 date: 2004/02/23 04:41:55; author: wollman; state: Exp; lines: +1 -1 Say hello to the new "net-mgmt" category. There are probably more ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
v. 1.18 date: 2003/02/20 18:50:51; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.17 date: 2002/11/23 15:09:18; author: arved; state: Exp; lines: +7 -9 Update to version 2.0.1 freebsd.org -> FreeBSD.org Adjust pkg-descr PR: 43457
v. 1.16 date: 2002/05/26 16:36:05; author: nsayer; state: Exp; lines: +4 -0 Oops. You need to install *both* kinds of configurator. Which you use depends on which version of the airport ("graphite" or "snow") you own.
v. 1.15 date: 2002/05/26 16:26:23; author: nsayer; state: Exp; lines: +6 -12 1. Update to 2.0 2. Use new java port infrastructure. 3. Since we require swing, we require Java 1.2+. This also simplifies the script, since we can presume 'javavm -jar foo.jar' will work.
v. 1.14 date: 2001/12/19 16:47:05; author: nsayer; state: Exp; lines: +2 -1 The latest version unzips to a subdir. Submitted by: david@catwhisker.org
v. 1.13 date: 2001/12/17 17:29:00; author: nsayer; state: Exp; lines: +3 -3 Update to 1.5.2 and 1.4 Submitted by: leth@primus.ca
v. 1.12 date: 2001/11/19 23:25:30; author: nsayer; state: Exp; lines: +2 -2 Release this port, as I no longer have a real Airport anymore.
v. 1.11 date: 2001/06/01 13:35:18; author: nsayer; state: Exp; lines: +2 -3 Upgrade configurator to v1.5.
v. 1.10 date: 2001/05/24 03:02:42; author: nsayer; state: Exp; lines: +10 -6 1. Add the modem connect/hangup utility, since the author has provided a version numbered distfile. 2. Fix the configurator class name in the script. 3. Use INSTALL_DATA rather than CP to install the docs. 4. bump PORTREVISION again.
v. 1.9 date: 2001/05/22 03:56:35; author: nsayer; state: Exp; lines: +11 -3 Add support for the Airport Host and Link monitors. The port won't be able to track the version numbers of those, but if they increment before the configurator does, we can use PORTREVISION. We'll bump that now too, of course. We can't add the modem utility because there isn't a distfile available that has a version number in it. :-(
v. 1.8 date: 2001/05/04 23:39:47; author: nsayer; state: Exp; lines: +8 -3 Take a hint from the mindterm port -- JAR files go in share/java. Everything else in share/doc. Bump PORTREVISION.
v. 1.7 date: 2001/05/04 23:17:46; author: nsayer; state: Exp; lines: +4 -2 Make the default installation work. Add an alternative to the shell script for those who've installed a Java 2 VM. Life will be exponentially better when we can count on 'javavm -jar foo.jar' just doing The Right Thing(tm). Submitted by: dozens of angry scientists
v. 1.6 date: 2001/04/24 19:21:58; author: nsayer; state: Exp; lines: +3 -3 Update to v1.4
v. 1.5 date: 2001/03/07 14:29:56; author: nsayer; state: Exp; lines: +3 -3 Use the javavmwrapper rather than explicitely naming the jdk. No PORTREVISION since PORTVERSION was updated, like, 10 seconds ago.
v. 1.4 date: 2001/03/07 14:24:52; author: nsayer; state: Exp; lines: +3 -3 Update to v1.3 finally.
v. 1.3 date: 2000/10/06 00:06:28; author: nsayer; state: Exp; lines: +2 -2 1. Update to 1.2.2 2. Don't cd in the script, use the full path to the jar instead. 3. Remove obsolete swing library md5 entry
v. 1.2 date: 2000/09/17 00:35:41; author: nsayer; state: Exp; lines: +10 -5 1. Depend on the jdk, not the jre. 2. Depend on the jfc port rather than providing our own swing lib. 3. It's really v1.2, not 1.0
v. 1.1 date: 2000/09/16 17:38:55; author: nsayer; state: Exp; Add port for java airport configurator ============================================================================= v. 1.23 date: 2007/05/19 20:19:44; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.22 date: 2006/11/05 07:53:59; author: lawrance; state: Exp; lines: +1 -1 Update master site and WWW. PR: ports/104195 Submitted by: Josh Paetzel
v. 1.21 date: 2006/05/23 23:43:23; author: hq; state: Exp; lines: +24 -20 - Update to bsd.java.mk 2.0 - Use SUB_FILES to configure launcher shell script - Set JAVA_VERSION in launcher shell script - Install JAR files in DATADIR=${JAVASHAREDIR}/${PORTNAME} - Use %%JAVAJARDIR%% and %%DOCSDIR%% in pkg-plist - Add $FreeBSD$ tags - Honor NOPORTDOCS - Bump PORTREVISION
v. 1.20 date: 2005/10/12 16:53:59; author: linimon; state: Exp; lines: +1 -1 Chase updated mastersite.
v. 1.19 date: 2004/02/23 04:41:55; author: wollman; state: Exp; lines: +1 -1 Say hello to the new "net-mgmt" category. There are probably more ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
v. 1.18 date: 2003/02/20 18:50:51; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.17 date: 2002/11/23 15:09:18; author: arved; state: Exp; lines: +7 -9 Update to version 2.0.1 freebsd.org -> FreeBSD.org Adjust pkg-descr PR: 43457
v. 1.16 date: 2002/05/26 16:36:05; author: nsayer; state: Exp; lines: +4 -0 Oops. You need to install *both* kinds of configurator. Which you use depends on which version of the airport ("graphite" or "snow") you own.
v. 1.15 date: 2002/05/26 16:26:23; author: nsayer; state: Exp; lines: +6 -12 1. Update to 2.0 2. Use new java port infrastructure. 3. Since we require swing, we require Java 1.2+. This also simplifies the script, since we can presume 'javavm -jar foo.jar' will work.
v. 1.14 date: 2001/12/19 16:47:05; author: nsayer; state: Exp; lines: +2 -1 The latest version unzips to a subdir. Submitted by: david@catwhisker.org
v. 1.13 date: 2001/12/17 17:29:00; author: nsayer; state: Exp; lines: +3 -3 Update to 1.5.2 and 1.4 Submitted by: leth@primus.ca
v. 1.12 date: 2001/11/19 23:25:30; author: nsayer; state: Exp; lines: +2 -2 Release this port, as I no longer have a real Airport anymore.
v. 1.11 date: 2001/06/01 13:35:18; author: nsayer; state: Exp; lines: +2 -3 Upgrade configurator to v1.5.
v. 1.10 date: 2001/05/24 03:02:42; author: nsayer; state: Exp; lines: +10 -6 1. Add the modem connect/hangup utility, since the author has provided a version numbered distfile. 2. Fix the configurator class name in the script. 3. Use INSTALL_DATA rather than CP to install the docs. 4. bump PORTREVISION again.
v. 1.9 date: 2001/05/22 03:56:35; author: nsayer; state: Exp; lines: +11 -3 Add support for the Airport Host and Link monitors. The port won't be able to track the version numbers of those, but if they increment before the configurator does, we can use PORTREVISION. We'll bump that now too, of course. We can't add the modem utility because there isn't a distfile available that has a version number in it. :-(
v. 1.8 date: 2001/05/04 23:39:47; author: nsayer; state: Exp; lines: +8 -3 Take a hint from the mindterm port -- JAR files go in share/java. Everything else in share/doc. Bump PORTREVISION.
v. 1.7 date: 2001/05/04 23:17:46; author: nsayer; state: Exp; lines: +4 -2 Make the default installation work. Add an alternative to the shell script for those who've installed a Java 2 VM. Life will be exponentially better when we can count on 'javavm -jar foo.jar' just doing The Right Thing(tm). Submitted by: dozens of angry scientists
v. 1.6 date: 2001/04/24 19:21:58; author: nsayer; state: Exp; lines: +3 -3 Update to v1.4
v. 1.5 date: 2001/03/07 14:29:56; author: nsayer; state: Exp; lines: +3 -3 Use the javavmwrapper rather than explicitely naming the jdk. No PORTREVISION since PORTVERSION was updated, like, 10 seconds ago.
v. 1.4 date: 2001/03/07 14:24:52; author: nsayer; state: Exp; lines: +3 -3 Update to v1.3 finally.
v. 1.3 date: 2000/10/06 00:06:28; author: nsayer; state: Exp; lines: +2 -2 1. Update to 1.2.2 2. Don't cd in the script, use the full path to the jar instead. 3. Remove obsolete swing library md5 entry
v. 1.2 date: 2000/09/17 00:35:41; author: nsayer; state: Exp; lines: +10 -5 1. Depend on the jdk, not the jre. 2. Depend on the jfc port rather than providing our own swing lib. 3. It's really v1.2, not 1.0
v. 1.1 date: 2000/09/16 17:38:55; author: nsayer; state: Exp; Add port for java airport configurator ============================================================================= v. 1.23 date: 2007/05/19 20:19:44; author: flz; state: Exp; lines: +1 -1 - Welcome X.org 7.2 \o/. - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.22 date: 2006/11/05 07:53:59; author: lawrance; state: Exp; lines: +1 -1 Update master site and WWW. PR: ports/104195 Submitted by: Josh Paetzel
v. 1.21 date: 2006/05/23 23:43:23; author: hq; state: Exp; lines: +24 -20 - Update to bsd.java.mk 2.0 - Use SUB_FILES to configure launcher shell script - Set JAVA_VERSION in launcher shell script - Install JAR files in DATADIR=${JAVASHAREDIR}/${PORTNAME} - Use %%JAVAJARDIR%% and %%DOCSDIR%% in pkg-plist - Add $FreeBSD$ tags - Honor NOPORTDOCS - Bump PORTREVISION
v. 1.20 date: 2005/10/12 16:53:59; author: linimon; state: Exp; lines: +1 -1 Chase updated mastersite.
v. 1.19 date: 2004/02/23 04:41:55; author: wollman; state: Exp; lines: +1 -1 Say hello to the new "net-mgmt" category. There are probably more ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus
v. 1.18 date: 2003/02/20 18:50:51; author: knu; state: Exp; lines: +1 -0 De-pkg-comment.
v. 1.17 date: 2002/11/23 15:09:18; author: arved; state: Exp; lines: +7 -9 Update to version 2.0.1 freebsd.org -> FreeBSD.org Adjust pkg-descr PR: 43457
v. 1.16 date: 2002/05/26 16:36:05; author: nsayer; state: Exp; lines: +4 -0 Oops. You need to install *both* kinds of configurator. Which you use depends on which version of the airport ("graphite" or "snow") you own.
v. 1.15 date: 2002/05/26 16:26:23; author: nsayer; state: Exp; lines: +6 -12 1. Update to 2.0 2. Use new java port infrastructure. 3. Since we require swing, we require Java 1.2+. This also simplifies the script, since we can presume 'javavm -jar foo.jar' will work.
v. 1.14 date: 2001/12/19 16:47:05; author: nsayer; state: Exp; lines: +2 -1 The latest version unzips to a subdir. Submitted by: david@catwhisker.org
v. 1.13 date: 2001/12/17 17:29:00; author: nsayer; state: Exp; lines: +3 -3 Update to 1.5.2 and 1.4 Submitted by: leth@primus.ca
v. 1.12 date: 2001/11/19 23:25:30; author: nsayer; state: Exp; lines: +2 -2 Release this port, as I no longer have a real Airport anymore.
v. 1.11 date: 2001/06/01 13:35:18; author: nsayer; state: Exp; lines: +2 -3 Upgrade configurator to v1.5.
v. 1.10 date: 2001/05/24 03:02:42; author: nsayer; state: Exp; lines: +10 -6 1. Add the modem connect/hangup utility, since the author has provided a version numbered distfile. 2. Fix the configurator class name in the script. 3. Use INSTALL_DATA rather than CP to install the docs. 4. bump PORTREVISION again.
v. 1.9 date: 2001/05/22 03:56:35; author: nsayer; state: Exp; lines: +11 -3 Add support for the Airport Host and Link monitors. The port won't be able to track the version numbers of those, but if they increment before the configurator does, we can use PORTREVISION. We'll bump that now too, of course. We can't add the modem utility because there isn't a distfile available that has a version number in it. :-(
v. 1.8 date: 2001/05/04 23:39:47; author: nsayer; state: Exp; lines: +8 -3 Take a hint from the mindterm port -- JAR files go in share/java. Everything else in share/doc. Bump PORTREVISION.
v. 1.7 date: 2001/05/04 23:17:46; author: nsayer; state: Exp; lines: +4 -2 Make the default installation work. Add an alternative to the shell script for those who've installed a Java 2 VM. Life will be exponentially better when we can count on 'javavm -jar foo.jar' just doing The Right Thing(tm). Submitted by: dozens of angry scientists
v. 1.6 date: 2001/04/24 19:21:58; author: nsayer; state: Exp; lines: +3 -3 Update to v1.4
v. 1.5 date: 2001/03/07 14:29:56; author: nsayer; state: Exp; lines: +3 -3 Use the javavmwrapper rather than explicitely naming the jdk. No PORTREVISION since PORTVERSION was updated, like, 10 seconds ago.
v. 1.4 date: 2001/03/07 14:24:52; author: nsayer; state: Exp; lines: +3 -3 Update to v1.3 finally.
v. 1.3 date: 2000/10/06 00:06:28; author: nsayer; state: Exp; lines: +2 -2 1. Update to 1.2.2 2. Don't cd in the script, use the full path to the jar instead. 3. Remove obsolete swing library md5 entry
v. 1.2 date: 2000/09/17 00:35:41; author: nsayer; state: Exp; lines: +10 -5 1. Depend on the jdk, not the jre. 2. Depend on the jfc port rather than providing our own swing lib. 3. It's really v1.2, not 1.0
v. 1.1 date: 2000/09/16 17:38:55; author: nsayer; state: Exp; Add port for java airport configurator =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm