diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2001-05-24 03:02:43 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2001-05-24 03:02:43 +0000 |
commit | 46fa9da58d93e59848310fba8be56e920d376593 (patch) | |
tree | 8e1f981675a0905e946f973f79bd85fbc6178cb3 | |
parent | 057f591a8157d3f7b23976c9cc6646a4ab54b2b4 (diff) | |
download | ports-46fa9da58d93e59848310fba8be56e920d376593.tar.gz ports-46fa9da58d93e59848310fba8be56e920d376593.zip |
Notes
-rw-r--r-- | net-mgmt/airport/Makefile | 14 | ||||
-rw-r--r-- | net-mgmt/airport/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/airport/files/airport | 7 | ||||
-rw-r--r-- | net-mgmt/airport/pkg-plist | 3 | ||||
-rw-r--r-- | net/airport/Makefile | 14 | ||||
-rw-r--r-- | net/airport/distinfo | 1 | ||||
-rw-r--r-- | net/airport/files/airport | 7 | ||||
-rw-r--r-- | net/airport/pkg-plist | 3 |
8 files changed, 38 insertions, 12 deletions
diff --git a/net-mgmt/airport/Makefile b/net-mgmt/airport/Makefile index a2d95bb05364..4d82c6891e9c 100644 --- a/net-mgmt/airport/Makefile +++ b/net-mgmt/airport/Makefile @@ -7,12 +7,13 @@ PORTNAME= airport PORTVERSION= 1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net java MASTER_SITES= http://edge.mcs.drexel.edu/GICL/people/sevy/airport/ DISTFILES= configurator_${PORTVERSION:S/.//}${EXTRACT_SUFX} \ link_monitor_${LINKMONVERSION:S/.//}${EXTRACT_SUFX} \ - host_monitor_${HOSTMONVERSION:S/.//}${EXTRACT_SUFX} + host_monitor_${HOSTMONVERSION:S/.//}${EXTRACT_SUFX} \ + airportmodemutility_${MODEMVERSION:S/.//}${EXTRACT_SUFX} MAINTAINER= nsayer@freebsd.org @@ -30,6 +31,7 @@ JDK_VERSION= 1.1.8 JFC_VERSION= 1.1.1 LINKMONVERSION= 1.1 HOSTMONVERSION= 1.0 +MODEMVERSION= 1.3 NO_BUILD= yes @@ -40,9 +42,10 @@ do-install: ${MKDIR} ${PREFIX}/share/doc/airport/helpdocs; \ ${MKDIR} ${PREFIX}/share/java; \ ${INSTALL_DATA} ${WRKSRC}/*jar ${PREFIX}/share/java; \ - ${CP} ${WRKSRC}/AUTHORS ${PREFIX}/share/doc/airport; \ - ${CP} ${WRKSRC}/COPYING ${PREFIX}/share/doc/airport; \ - ${CP} -r ${WRKSRC}/helpdocs/* ${PREFIX}/share/doc/airport/helpdocs; \ + ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${PREFIX}/share/doc/airport; \ + ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/airport; \ + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/airport; \ + ${INSTALL_DATA} ${WRKSRC}/helpdocs/* ${PREFIX}/share/doc/airport/helpdocs; \ ${SED} \ -e s,%%PREFIX%%,${PREFIX},g \ -e s/%%JFC_VERSION%%/${JFC_VERSION}/ \ @@ -51,5 +54,6 @@ do-install: ${CHMOD} a+x ${PREFIX}/bin/airport ${LN} ${PREFIX}/bin/airport ${PREFIX}/bin/hostmon ${LN} ${PREFIX}/bin/airport ${PREFIX}/bin/linkmon + ${LN} ${PREFIX}/bin/airport ${PREFIX}/bin/airmodem .include <bsd.port.post.mk> diff --git a/net-mgmt/airport/distinfo b/net-mgmt/airport/distinfo index 7c701666edf2..43483fdf9ff2 100644 --- a/net-mgmt/airport/distinfo +++ b/net-mgmt/airport/distinfo @@ -1,3 +1,4 @@ MD5 (configurator_14.zip) = b9dbbf78e7a69e358a0237def72cad32 MD5 (link_monitor_11.zip) = e6837268e0edcdfd1566dec35b09deb7 MD5 (host_monitor_10.zip) = 8f413a9a283c28d3e7ba461b79da1b45 +MD5 (airportmodemutility_13.zip) = a8c7383a6d74f2fd4cb843dac8f0f727 diff --git a/net-mgmt/airport/files/airport b/net-mgmt/airport/files/airport index 5d0084f0287b..d3cf5e51d995 100644 --- a/net-mgmt/airport/files/airport +++ b/net-mgmt/airport/files/airport @@ -3,7 +3,7 @@ case $0 in *airport) class=AirportBaseStationConfigurator - file=AirportBaseStationConfigurator + file=AirportBaseStationConfig ;; *hostmon) class=HostMonitor @@ -13,6 +13,11 @@ case $0 in class=LinkMonitor file=LinkMonitor ;; + *airmodem) + class=AirportBaseStationHangup + file=AirportModemUtility + ;; + *) *) echo "Unknown command" exit 1 diff --git a/net-mgmt/airport/pkg-plist b/net-mgmt/airport/pkg-plist index 4f76b119a17f..05d63c816afa 100644 --- a/net-mgmt/airport/pkg-plist +++ b/net-mgmt/airport/pkg-plist @@ -1,11 +1,14 @@ bin/airport bin/hostmon bin/linkmon +bin/airmodem share/java/AirportBaseStationConfig.jar share/java/HostMonitor.jar share/java/LinkMonitor.jar +share/java/AirportModemUtility.jar share/doc/airport/AUTHORS share/doc/airport/COPYING +share/doc/airport/README share/doc/airport/helpdocs/ReadMe.txt share/doc/airport/helpdocs/mainscreen.jpg share/doc/airport/helpdocs/manual.html diff --git a/net/airport/Makefile b/net/airport/Makefile index a2d95bb05364..4d82c6891e9c 100644 --- a/net/airport/Makefile +++ b/net/airport/Makefile @@ -7,12 +7,13 @@ PORTNAME= airport PORTVERSION= 1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net java MASTER_SITES= http://edge.mcs.drexel.edu/GICL/people/sevy/airport/ DISTFILES= configurator_${PORTVERSION:S/.//}${EXTRACT_SUFX} \ link_monitor_${LINKMONVERSION:S/.//}${EXTRACT_SUFX} \ - host_monitor_${HOSTMONVERSION:S/.//}${EXTRACT_SUFX} + host_monitor_${HOSTMONVERSION:S/.//}${EXTRACT_SUFX} \ + airportmodemutility_${MODEMVERSION:S/.//}${EXTRACT_SUFX} MAINTAINER= nsayer@freebsd.org @@ -30,6 +31,7 @@ JDK_VERSION= 1.1.8 JFC_VERSION= 1.1.1 LINKMONVERSION= 1.1 HOSTMONVERSION= 1.0 +MODEMVERSION= 1.3 NO_BUILD= yes @@ -40,9 +42,10 @@ do-install: ${MKDIR} ${PREFIX}/share/doc/airport/helpdocs; \ ${MKDIR} ${PREFIX}/share/java; \ ${INSTALL_DATA} ${WRKSRC}/*jar ${PREFIX}/share/java; \ - ${CP} ${WRKSRC}/AUTHORS ${PREFIX}/share/doc/airport; \ - ${CP} ${WRKSRC}/COPYING ${PREFIX}/share/doc/airport; \ - ${CP} -r ${WRKSRC}/helpdocs/* ${PREFIX}/share/doc/airport/helpdocs; \ + ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${PREFIX}/share/doc/airport; \ + ${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/airport; \ + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/airport; \ + ${INSTALL_DATA} ${WRKSRC}/helpdocs/* ${PREFIX}/share/doc/airport/helpdocs; \ ${SED} \ -e s,%%PREFIX%%,${PREFIX},g \ -e s/%%JFC_VERSION%%/${JFC_VERSION}/ \ @@ -51,5 +54,6 @@ do-install: ${CHMOD} a+x ${PREFIX}/bin/airport ${LN} ${PREFIX}/bin/airport ${PREFIX}/bin/hostmon ${LN} ${PREFIX}/bin/airport ${PREFIX}/bin/linkmon + ${LN} ${PREFIX}/bin/airport ${PREFIX}/bin/airmodem .include <bsd.port.post.mk> diff --git a/net/airport/distinfo b/net/airport/distinfo index 7c701666edf2..43483fdf9ff2 100644 --- a/net/airport/distinfo +++ b/net/airport/distinfo @@ -1,3 +1,4 @@ MD5 (configurator_14.zip) = b9dbbf78e7a69e358a0237def72cad32 MD5 (link_monitor_11.zip) = e6837268e0edcdfd1566dec35b09deb7 MD5 (host_monitor_10.zip) = 8f413a9a283c28d3e7ba461b79da1b45 +MD5 (airportmodemutility_13.zip) = a8c7383a6d74f2fd4cb843dac8f0f727 diff --git a/net/airport/files/airport b/net/airport/files/airport index 5d0084f0287b..d3cf5e51d995 100644 --- a/net/airport/files/airport +++ b/net/airport/files/airport @@ -3,7 +3,7 @@ case $0 in *airport) class=AirportBaseStationConfigurator - file=AirportBaseStationConfigurator + file=AirportBaseStationConfig ;; *hostmon) class=HostMonitor @@ -13,6 +13,11 @@ case $0 in class=LinkMonitor file=LinkMonitor ;; + *airmodem) + class=AirportBaseStationHangup + file=AirportModemUtility + ;; + *) *) echo "Unknown command" exit 1 diff --git a/net/airport/pkg-plist b/net/airport/pkg-plist index 4f76b119a17f..05d63c816afa 100644 --- a/net/airport/pkg-plist +++ b/net/airport/pkg-plist @@ -1,11 +1,14 @@ bin/airport bin/hostmon bin/linkmon +bin/airmodem share/java/AirportBaseStationConfig.jar share/java/HostMonitor.jar share/java/LinkMonitor.jar +share/java/AirportModemUtility.jar share/doc/airport/AUTHORS share/doc/airport/COPYING +share/doc/airport/README share/doc/airport/helpdocs/ReadMe.txt share/doc/airport/helpdocs/mainscreen.jpg share/doc/airport/helpdocs/manual.html |