pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net Remove airport packages with dead HOMEPAGEs requir...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13bf27b1727a
branches:  trunk
changeset: 448216:13bf27b1727a
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Mar 06 09:41:09 2021 +0000

description:
Remove airport packages with dead HOMEPAGEs requiring ancient JDKs

pkgsrc no longer provides java runtimes this old.

diffstat:

 net/Makefile                           |   5 +--
 net/airport2basestationconfig/DESCR    |   9 -----
 net/airport2basestationconfig/Makefile |  51 --------------------------------
 net/airport2basestationconfig/PLIST    |   8 -----
 net/airport2basestationconfig/distinfo |   6 ---
 net/airportbasestationconfig/DESCR     |   9 -----
 net/airportbasestationconfig/Makefile  |  49 ------------------------------
 net/airportbasestationconfig/PLIST     |   8 -----
 net/airportbasestationconfig/distinfo  |   6 ---
 net/airportmodemutility/DESCR          |   6 ---
 net/airportmodemutility/Makefile       |  54 ----------------------------------
 net/airportmodemutility/PLIST          |   6 ---
 net/airportmodemutility/distinfo       |   6 ---
 13 files changed, 1 insertions(+), 222 deletions(-)

diffs (285 lines):

diff -r f2946f34d5c8 -r 13bf27b1727a net/Makefile
--- a/net/Makefile      Sat Mar 06 09:37:52 2021 +0000
+++ b/net/Makefile      Sat Mar 06 09:41:09 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1384 2021/02/14 21:01:17 pin Exp $
+# $NetBSD: Makefile,v 1.1385 2021/03/06 09:41:09 nia Exp $
 #
 
 COMMENT=       Networking tools
@@ -20,9 +20,6 @@
 SUBDIR+=       adns
 SUBDIR+=       aget
 SUBDIR+=       aiccu
-SUBDIR+=       airport2basestationconfig
-SUBDIR+=       airportbasestationconfig
-SUBDIR+=       airportmodemutility
 SUBDIR+=       amazon-ecs-cli
 SUBDIR+=       amule
 SUBDIR+=       aoe-vblade
diff -r f2946f34d5c8 -r 13bf27b1727a net/airport2basestationconfig/DESCR
--- a/net/airport2basestationconfig/DESCR       Sat Mar 06 09:37:52 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-The Airport Base Station Configurator is a Java application which is used
-to inspect and change the configuration of Apple's Airport Base Station.
-Apple itself offers software to provide this functionality; however, it
-requires a Macintosh running Mac OS 8.6 or greater to run. This application,
-being written entirely in Java, will run on any host which has a Java Runtime
-Environment installed, including Windows-based machines and most Unix variants.
-
-This configuration software is intended for use with the new "snow"
-Airport Base Station with *two* ethernet ports and for the "Extreme".
diff -r f2946f34d5c8 -r 13bf27b1727a net/airport2basestationconfig/Makefile
--- a/net/airport2basestationconfig/Makefile    Sat Mar 06 09:37:52 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,51 +0,0 @@
-# $NetBSD: Makefile,v 1.14 2017/08/01 16:47:41 wiz Exp $
-
-DISTNAME=      configurator_201
-PKGNAME=       ${BINNAME}-2.0.1
-PKGREVISION=   2
-CATEGORIES=    net
-MASTER_SITES=  ${HOMEPAGE}
-EXTRACT_SUFX=  .zip
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE=     http://edge.mcs.drexel.edu/GICL/people/sevy/airport/
-COMMENT=       Configuration program for Apple's Airport Base Station
-
-PLIST_SUBST+=  BINNAME=${BINNAME:Q} JARNAME=${JARNAME:Q}
-
-WRKSRC=                ${WRKDIR}/configurator_20
-BINNAME=       airport2basestationconfig
-DOCDIR=                ${PREFIX}/share/doc/${BINNAME}
-JARNAME=       Airport2BaseStationConfig.jar
-LIBDIR=                ${PREFIX}/lib/${BINNAME}
-
-.include "../../mk/bsd.prefs.mk"
-
-USE_JAVA=              run
-PKG_JVMS_ACCEPTED=     sun-jdk13 sun-jdk14 sun-jdk15 blackdown-jdk13 jdk14
-
-INSTALLATION_DIRS=     bin share/doc/${BINNAME} lib/${BINNAME}
-
-post-extract:
-       ${CHMOD} -R g-w,o-w ${WRKSRC}/*
-
-do-build:
-       ${ECHO} "#!/bin/sh" >${WRKSRC}/${BINNAME}
-       ${ECHO} "PATH=${PKG_JAVA_HOME}/bin:\$${PATH}; export PATH" >>${WRKSRC}/${BINNAME}
-.if defined(CLASSPATH)
-       ${ECHO} "CLASSPATH=${CLASSPATH}:\$${CLASSPATH}; export CLASSPATH" >>${WRKSRC}/${BINNAME}
-.endif
-       ${ECHO} "exec java -jar ${LIBDIR}/${JARNAME}" >>${WRKSRC}/${BINNAME}
-
-do-install:
-       cd ${WRKSRC} && \
-       ${INSTALL_SCRIPT} ${BINNAME} ${DESTDIR}${PREFIX}/bin && \
-       ${INSTALL_DATA} ${JARNAME} ${DESTDIR}${LIBDIR} && \
-       ${INSTALL_DATA} AUTHORS ${DESTDIR}${DOCDIR} && \
-       ${INSTALL_DATA} COPYING ${DESTDIR}${DOCDIR} && \
-       cd helpdocs && \
-       ${INSTALL_DATA} ReadMe.txt ${DESTDIR}${DOCDIR}/README && \
-       ${INSTALL_DATA} mainscreen.jpg manual.html ${DESTDIR}${DOCDIR}
-
-.include "../../mk/java-vm.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r f2946f34d5c8 -r 13bf27b1727a net/airport2basestationconfig/PLIST
--- a/net/airport2basestationconfig/PLIST       Sat Mar 06 09:37:52 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:09:20 joerg Exp $
-bin/${BINNAME}
-lib/${BINNAME}/${JARNAME}
-share/doc/${BINNAME}/AUTHORS
-share/doc/${BINNAME}/COPYING
-share/doc/${BINNAME}/README
-share/doc/${BINNAME}/mainscreen.jpg
-share/doc/${BINNAME}/manual.html
diff -r f2946f34d5c8 -r 13bf27b1727a net/airport2basestationconfig/distinfo
--- a/net/airport2basestationconfig/distinfo    Sat Mar 06 09:37:52 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 00:34:52 agc Exp $
-
-SHA1 (configurator_201.zip) = e918c26cb75ae8bb4d848279c048de4987074fa5
-RMD160 (configurator_201.zip) = de160f33fb26133ad606894bea246583a8e2ecfc
-SHA512 (configurator_201.zip) = 1cbe7ae2253a6eb04f7c43690bfd72aa30889719075266d39c8504fe2599bca0be46290fb3f6dd03b3e5b315e64d33fd1cc1ebd7f4ac6edb8d097b5bd549e6e5
-Size (configurator_201.zip) = 155307 bytes
diff -r f2946f34d5c8 -r 13bf27b1727a net/airportbasestationconfig/DESCR
--- a/net/airportbasestationconfig/DESCR        Sat Mar 06 09:37:52 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-The Airport Base Station Configurator is a Java application which is used
-to inspect and change the configuration of Apple's Airport Base Station.
-Apple itself offers software to provide this functionality; however, it
-requires a Macintosh running Mac OS 8.6 or greater to run. This application,
-being written entirely in Java, will run on any host which has a Java Runtime
-Environment installed, including Windows-based machines and most Unix variants.
-
-This configuration software is intended for use with the old graphite
-Airport Base Station with *one* ethernet port.
diff -r f2946f34d5c8 -r 13bf27b1727a net/airportbasestationconfig/Makefile
--- a/net/airportbasestationconfig/Makefile     Sat Mar 06 09:37:52 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,49 +0,0 @@
-# $NetBSD: Makefile,v 1.39 2017/08/01 16:47:41 wiz Exp $
-
-DISTNAME=      configurator_152-128
-PKGNAME=       ${BINNAME}-1.5.2
-PKGREVISION=   3
-CATEGORIES=    net
-MASTER_SITES=  ${HOMEPAGE}
-EXTRACT_SUFX=  .zip
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE=     http://edge.mcs.drexel.edu/GICL/people/sevy/airport/
-COMMENT=       Configuration program for Apple's Airport Base Station
-
-PLIST_SUBST+=  BINNAME=${BINNAME:Q} JARNAME=${JARNAME:Q}
-
-BINNAME=       airportbasestationconfig
-DOCDIR=                ${PREFIX}/share/doc/${BINNAME}
-JARNAME=       AirportConfig128Bit.jar
-LIBDIR=                ${PREFIX}/lib/${BINNAME}
-
-USE_JAVA=              run
-PKG_JVMS_ACCEPTED=     sun-jdk13 sun-jdk14 sun-jdk15 blackdown-jdk13 jdk14
-
-INSTALLATION_DIRS=     bin ${DOCDIR} ${LIBDIR}
-
-post-extract:
-       ${CHMOD} -R g-w,o-w ${WRKSRC}/*
-
-do-build:
-       ${ECHO} "#!/bin/sh" >${WRKSRC}/${BINNAME}
-       ${ECHO} "PATH=${PKG_JAVA_HOME}/bin:\$${PATH}; export PATH" >>${WRKSRC}/${BINNAME}
-.if defined(CLASSPATH)
-       ${ECHO} "CLASSPATH=${CLASSPATH}:\$${CLASSPATH}; export CLASSPATH" >>${WRKSRC}/${BINNAME}
-.endif
-       ${ECHO} '${ULIMIT_CMD_datasize}' >>${WRKSRC}/${BINNAME}
-       ${ECHO} "exec java -jar ${LIBDIR}/${JARNAME}" >>${WRKSRC}/${BINNAME}
-
-do-install:
-       cd ${WRKSRC} && \
-       ${INSTALL_SCRIPT} ${BINNAME} ${DESTDIR}${PREFIX}/bin && \
-       ${INSTALL_DATA} ${JARNAME} ${DESTDIR}${LIBDIR} && \
-       ${INSTALL_DATA} AUTHORS ${DESTDIR}${DOCDIR} && \
-       ${INSTALL_DATA} COPYING ${DESTDIR}${DOCDIR} && \
-       cd helpdocs && \
-       ${INSTALL_DATA} ReadMe.txt ${DESTDIR}${DOCDIR}/README && \
-       ${INSTALL_DATA} mainscreen.jpg manual.html ${DESTDIR}${DOCDIR}
-
-.include "../../mk/java-vm.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r f2946f34d5c8 -r 13bf27b1727a net/airportbasestationconfig/PLIST
--- a/net/airportbasestationconfig/PLIST        Sat Mar 06 09:37:52 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:09:20 joerg Exp $
-bin/${BINNAME}
-lib/${BINNAME}/${JARNAME}
-share/doc/${BINNAME}/AUTHORS
-share/doc/${BINNAME}/COPYING
-share/doc/${BINNAME}/README
-share/doc/${BINNAME}/mainscreen.jpg
-share/doc/${BINNAME}/manual.html
diff -r f2946f34d5c8 -r 13bf27b1727a net/airportbasestationconfig/distinfo
--- a/net/airportbasestationconfig/distinfo     Sat Mar 06 09:37:52 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.6 2015/11/04 00:34:52 agc Exp $
-
-SHA1 (configurator_152-128.zip) = d640a82959d130c0a850bc685f5bedb8a26c59e5
-RMD160 (configurator_152-128.zip) = edd348f874cf170bfaf9b55fce0522d761b265a2
-SHA512 (configurator_152-128.zip) = f71c7f4dfd6bfcb8b50f4cb78e8073b02a269ceb9da8b305dd2c2d587b3c5f4739ee8cddc44a633ea9ff6bdfc6d2f2c8d34f34628774f146351ffe778f2493a9
-Size (configurator_152-128.zip) = 156369 bytes
diff -r f2946f34d5c8 -r 13bf27b1727a net/airportmodemutility/DESCR
--- a/net/airportmodemutility/DESCR     Sat Mar 06 09:37:52 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-This is a small Java-based utility that monitors the connection state
-of the modem of an Apple AirPort Base Station, sends signals to
-connect or disconnect the modem on demand, and displays the
-(approximate) length of time the modem has been connected. Version 2.0
-also displays the modem connection speed when used with the new
-("snow") version base stations.
diff -r f2946f34d5c8 -r 13bf27b1727a net/airportmodemutility/Makefile
--- a/net/airportmodemutility/Makefile  Sat Mar 06 09:37:52 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,54 +0,0 @@
-# $NetBSD: Makefile,v 1.16 2017/08/01 16:47:42 wiz Exp $
-
-DISTNAME=      ${BINNAME}_20
-PKGNAME=       ${BINNAME}-2.0
-PKGREVISION=   1
-CATEGORIES=    net
-MASTER_SITES=  ${HOMEPAGE}
-EXTRACT_SUFX=  .zip
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-#HOMEPAGE=     http://edge.mcs.drexel.edu/GICL/people/sevy/airport/
-COMMENT=       Modem (dis)connection utility for Apple's Airport Base Station
-
-PLIST_SUBST+=  BINNAME=${BINNAME:Q} JARNAME=${JARNAME:Q}
-
-BINNAME=       airportmodemutility
-DOCDIR=                ${PREFIX}/share/doc/${BINNAME}
-JARNAME=       AirportModemUtility.jar
-LIBDIR=                ${PREFIX}/lib/${BINNAME}
-
-.include "../../mk/bsd.prefs.mk"
-
-USE_JAVA=              run
-PKG_JVMS_ACCEPTED=     sun-jdk13 sun-jdk14 blackdown-jdk13 jdk14
-
-INSTALLATION_DIRS=     bin ${DOCDIR} ${LIBDIR}
-
-post-extract:
-       ${CHMOD} -R g-w,o-w ${WRKSRC}/*
-
-do-build:
-       ${ECHO} "#!/bin/sh" >${WRKSRC}/${BINNAME}
-       ${ECHO} "PATH=${PKG_JAVA_HOME}/bin:\$${PATH}; export PATH" >>${WRKSRC}/${BINNAME}
-.if defined(CLASSPATH)
-       ${ECHO} "CLASSPATH=${CLASSPATH}:\$${CLASSPATH}; export CLASSPATH" >>${WRKSRC}/${BINNAME}
-.endif
-       ${ECHO} "exec java ${JVM_OPTS} ${LIBDIR}/${JARNAME}" >>${WRKSRC}/${BINNAME}
-
-do-install:
-       cd ${WRKSRC} && \
-       ${INSTALL_SCRIPT} ${BINNAME} ${DESTDIR}${PREFIX}/bin && \
-       ${INSTALL_DATA} ${JARNAME} ${DESTDIR}${LIBDIR} && \
-       ${INSTALL_DATA} AUTHORS ${DESTDIR}${DOCDIR} && \
-       ${INSTALL_DATA} COPYING ${DESTDIR}${DOCDIR} && \
-       ${INSTALL_DATA} README ${DESTDIR}${DOCDIR}
-
-.include "../../mk/java-vm.mk"
-.include "../../mk/bsd.pkg.mk"
-
-.if ${PKG_JVM} == "blackdown-jdk13"
-JVM_OPTS+=     -green -jar
-.else
-JVM_OPTS+=     -jar
-.endif
diff -r f2946f34d5c8 -r 13bf27b1727a net/airportmodemutility/PLIST
--- a/net/airportmodemutility/PLIST     Sat Mar 06 09:37:52 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:09:21 joerg Exp $
-bin/airportmodemutility
-lib/airportmodemutility/AirportModemUtility.jar
-share/doc/airportmodemutility/AUTHORS
-share/doc/airportmodemutility/COPYING
-share/doc/airportmodemutility/README
diff -r f2946f34d5c8 -r 13bf27b1727a net/airportmodemutility/distinfo
--- a/net/airportmodemutility/distinfo  Sat Mar 06 09:37:52 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 00:34:52 agc Exp $
-
-SHA1 (airportmodemutility_20.zip) = badceefaea37499159c0284a8bb986d111fcbf40
-RMD160 (airportmodemutility_20.zip) = 024b7da7c5fa49909996dc81fe61e42156e2c6d0
-SHA512 (airportmodemutility_20.zip) = cca6280a68430666816b1c4c3534e6198a8fe94e8e64c8f725fe564bc14880cfcdc566b14d56bd1fad5c135222f6c389136e3abfc305654efccc1d644b9ffb66
-Size (airportmodemutility_20.zip) = 16316 bytes



Home | Main Index | Thread Index | Old Index