diff options
author | rene <rene@FreeBSD.org> | 2016-04-05 02:15:03 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-04-05 02:15:03 +0800 |
commit | f1832e3ca24fcad04867f45823954133781ce3cc (patch) | |
tree | e78300e9f3d00de100147307445a9ed6ae2d0799 /net-mgmt | |
parent | b085e9f9f56e7e750cc1b2072bd0c23f981d5893 (diff) | |
download | freebsd-ports-gnome-f1832e3ca24fcad04867f45823954133781ce3cc.tar.gz freebsd-ports-gnome-f1832e3ca24fcad04867f45823954133781ce3cc.tar.zst freebsd-ports-gnome-f1832e3ca24fcad04867f45823954133781ce3cc.zip |
Remove expired port:
2016-04-04 net-mgmt/weathermap: Distfile unavailable, website no longer exists
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/Makefile | 1 | ||||
-rw-r--r-- | net-mgmt/weathermap/Makefile | 60 | ||||
-rw-r--r-- | net-mgmt/weathermap/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/weathermap/files/pkg-message.in | 14 | ||||
-rw-r--r-- | net-mgmt/weathermap/pkg-descr | 8 | ||||
-rw-r--r-- | net-mgmt/weathermap/pkg-plist | 8 |
6 files changed, 0 insertions, 93 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index c4e96173a062..1a480ed60a5c 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -327,7 +327,6 @@ SUBDIR += vidalia SUBDIR += virt-viewer SUBDIR += wdiag - SUBDIR += weathermap SUBDIR += weplab SUBDIR += whatmask SUBDIR += wifimgr diff --git a/net-mgmt/weathermap/Makefile b/net-mgmt/weathermap/Makefile deleted file mode 100644 index fdc2ce1feba5..000000000000 --- a/net-mgmt/weathermap/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# Created by: Felippe de Meirelles Motta <lippe@freebsdbrasil.com.br> -# $FreeBSD$ - -PORTNAME= weathermap -PORTVERSION= 1.1.1 -PORTREVISION= 6 -CATEGORIES= net-mgmt -MASTER_SITES= https://netmon.grnet.gr/weathermap/dist/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= This tool displays the utilization of the network links - -BROKEN= unfetchable -DEPRECATED= Distfile unavailable, website no longer exists -EXPIRATION_DATE=2016-04-04 - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/LICENSE - -LIB_DEPENDS= libgd.so:graphics/gd -RUN_DEPENDS= p5-GD>=0:graphics/p5-GD \ - mrtg:net-mgmt/mrtg - -USES= perl5 shebangfix -NO_BUILD= yes -NO_ARCH= yes -SHEBANG_FILES= weathermap - -PORTSCOUT= ignore:1 - -PORTDOCS= README INSTALL - -CONFIGURE_ARGS= --with-gd-lib=${LOCALBASE}/lib \ - --with-gd-inc=${LOCALBASE}/include - -SUB_FILES= pkg-message - -OPTIONS_DEFINE= WGET DOCS EXAMPLES -WGET_DESC= WGET support -WGET_RUN_DEPENDS= wget:ftp/wget - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|g' \ - -e 's|weathermap.conf|${PREFIX}/etc/weathermap.conf|g' \ - ${WRKSRC}/weathermap - -do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/weathermap ${STAGEDIR}${PREFIX}/bin - @${MKDIR} ${STAGEDIR}${ETCDIR} - @${INSTALL_DATA} ${WRKSRC}/example/weathermap.conf ${STAGEDIR}${ETCDIR}/weathermap.conf.sample - -do-install-EXAMPLES-on: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/example/* ${STAGEDIR}${EXAMPLESDIR} - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/net-mgmt/weathermap/distinfo b/net-mgmt/weathermap/distinfo deleted file mode 100644 index 001c283aa0fd..000000000000 --- a/net-mgmt/weathermap/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (weathermap-1.1.1.tar.gz) = 7ea7ecfec6058cd59979b1f437ad736984e94f82845a422242375c8f0c1980b5 -SIZE (weathermap-1.1.1.tar.gz) = 117632 diff --git a/net-mgmt/weathermap/files/pkg-message.in b/net-mgmt/weathermap/files/pkg-message.in deleted file mode 100644 index f74725e4af5e..000000000000 --- a/net-mgmt/weathermap/files/pkg-message.in +++ /dev/null @@ -1,14 +0,0 @@ -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= - -WeatherMap is now installed. You may have to follow this steps to make it -work correctly: - -1. Check if your weathermap executable has been installed correctly: -# ls -l %%PREFIX%%/bin/weathermap - -2. Edit %%PREFIX%%/bin/weathermap. - -3. Add this line in your crontab for make your graphs automatically: - */5 * * * * %%PREFIX%%/bin/weathermap > /tmp/weathermap.out 2>&1 - -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= diff --git a/net-mgmt/weathermap/pkg-descr b/net-mgmt/weathermap/pkg-descr deleted file mode 100644 index 30fee28411a7..000000000000 --- a/net-mgmt/weathermap/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Network Weathermap is a perl tool that displays in a visual way the utilization -of the network links of your network. The required data are acquired from -graphs created by the MRTG package and are displayed as two ways colored arrows -on a map representing the logical topology of the network. The resulted image -is presented in a web page using extra DHTML and JavaScript code for web-over -pop-ups, based on the OverLib JavaScript library. - -WWW: http://netmon.grnet.gr/weathermap/ diff --git a/net-mgmt/weathermap/pkg-plist b/net-mgmt/weathermap/pkg-plist deleted file mode 100644 index cf12a2de71b8..000000000000 --- a/net-mgmt/weathermap/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/weathermap -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/weathermap.conf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/weathermap.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/weathermap.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/overlib_mini.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/weathermap-background.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/weathermap-overlib.html -@sample etc/weathermap/weathermap.conf.sample |