aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/weathermap
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-04-04 18:15:03 +0000
committerRene Ladan <rene@FreeBSD.org>2016-04-04 18:15:03 +0000
commit2785b31000f0c23d1e4cd354dd21c4e3eebdbff5 (patch)
treee78300e9f3d00de100147307445a9ed6ae2d0799 /net-mgmt/weathermap
parent2c8139670636ed0cfe4cae70545814b2edaee130 (diff)
downloadports-2785b31000f0c23d1e4cd354dd21c4e3eebdbff5.tar.gz
ports-2785b31000f0c23d1e4cd354dd21c4e3eebdbff5.zip
Notes
Diffstat (limited to 'net-mgmt/weathermap')
-rw-r--r--net-mgmt/weathermap/Makefile60
-rw-r--r--net-mgmt/weathermap/distinfo2
-rw-r--r--net-mgmt/weathermap/files/pkg-message.in14
-rw-r--r--net-mgmt/weathermap/pkg-descr8
-rw-r--r--net-mgmt/weathermap/pkg-plist8
5 files changed, 0 insertions, 92 deletions
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