diff --git a/MOVED b/MOVED index 6b26199258b7..44eb1161d317 100644 --- a/MOVED +++ b/MOVED @@ -3083,3 +3083,4 @@ textproc/rubygem-loofah221|textproc/rubygem-loofah|2024-03-31|Remove obsoleted p www/rubygem-faraday14|www/rubygem-faraday|2024-03-31|Remove obsoleted port. Use www/rubygem-faraday instead devel/rubygem-request_store14|devel/rubygem-request_store|2024-03-31|Remove obsoleted port. Use devel/rubygem-request_store instead devel/llvm10||2024-04-01|Has expired: No longer supported by upstream +net-mgmt/phpweathermap||2024-04-01|Has expired: WWW vaporized and has not been updated in last 14 years diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 6fda538a2679..8fafa1b8e6fc 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -296,7 +296,6 @@ SUBDIR += php83-snmp SUBDIR += phpfpm_exporter SUBDIR += phpipam - SUBDIR += phpweathermap SUBDIR += ping_exporter SUBDIR += pktstat SUBDIR += pmacct diff --git a/net-mgmt/phpweathermap/Makefile b/net-mgmt/phpweathermap/Makefile deleted file mode 100644 index fcd5657ec51c..000000000000 --- a/net-mgmt/phpweathermap/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -PORTNAME= phpweathermap -PORTVERSION= 0.97a -PORTREVISION= 3 -CATEGORIES= net-mgmt www -MASTER_SITES= http://www.network-weathermap.com/files/ -DISTNAME= php-weathermap-${PORTVERSION} - -MAINTAINER= hhyou@cs.nctu.edu.tw -COMMENT= Network visualisation tool with web editor -WWW= https://www.network-weathermap.com/ - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= WWW vaporized and has not been updated in last 14 years -EXPIRATION_DATE= 2024-03-31 - -RUN_DEPENDS= ${LOCALBASE}/share/pear/Console/Getopt.php:devel/pear@${PHP_FLAVOR} \ - rrdtool:databases/rrdtool - -NO_BUILD= yes -NO_ARCH= yes -USES= php zip -USE_PHP= gd -IGNORE_WITH_PHP= 82 83 - -WM_FILES= HTML_ImageMap.class.php WeatherMap.functions.php \ - WeatherMapLink.class.php WeatherMapNode.class.php \ - Weathermap.class.php weathermap.conf - -WM_WWW_FILES= overlib.js editor-config.php-dist editor.css \ - editor.inc.php editor.js editor.php - -WM_WWW_DIRS= editor-resources images docs - -PORTDOCS= CHANGES COPYING README -WRKSRC= ${WRKDIR}/weathermap - -SUB_FILES= pkg-message - -PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} - -OPTIONS_DEFINE= DOCS EXAMPLES - -post-patch: - ${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g' ${WRKSRC}/editor.php - ${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|g' \ - -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/weathermap - -do-install: - @${MKDIR} ${STAGEDIR}/${DATADIR}/www/configs - @${INSTALL_SCRIPT} ${WRKSRC}/weathermap ${STAGEDIR}/${PREFIX}/bin/phpweathermap - @for i in ${WM_FILES}; do \ - ${INSTALL_DATA} ${WRKSRC}/$$i ${STAGEDIR}/${DATADIR}/$$i; \ - done - @for i in ${WM_WWW_FILES}; do \ - ${INSTALL_DATA} ${WRKSRC}/$$i ${STAGEDIR}/${DATADIR}/www/$$i; \ - done - @${CP} -R ${WRKSRC}/lib ${STAGEDIR}/${DATADIR} - @(cd ${WRKSRC} && ${COPYTREE_SHARE} "${WM_WWW_DIRS}" ${STAGEDIR}/${DATADIR}/www) - -do-install-EXAMPLES-on: - @(cd ${WRKSRC} && ${COPYTREE_SHARE} "random-bits" ${STAGEDIR}/${EXAMPLESDIR}) - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}/${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}/${DOCSDIR} - -.include diff --git a/net-mgmt/phpweathermap/distinfo b/net-mgmt/phpweathermap/distinfo deleted file mode 100644 index 17b350d06ece..000000000000 --- a/net-mgmt/phpweathermap/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (php-weathermap-0.97a.zip) = 5b0c448e2027e22a6cacc3a07871e8b3d05f7c927ae3933a9c50a5332d029ea5 -SIZE (php-weathermap-0.97a.zip) = 2927302 diff --git a/net-mgmt/phpweathermap/files/patch-editor.php b/net-mgmt/phpweathermap/files/patch-editor.php deleted file mode 100644 index c69e810743a6..000000000000 --- a/net-mgmt/phpweathermap/files/patch-editor.php +++ /dev/null @@ -1,24 +0,0 @@ ---- editor.php.orig 2011-01-06 16:39:40.000000000 +0800 -+++ editor.php 2011-01-07 21:38:39.000000000 +0800 -@@ -1,10 +1,10 @@ -