aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordhn <dhn@FreeBSD.org>2009-05-01 01:18:17 +0800
committerdhn <dhn@FreeBSD.org>2009-05-01 01:18:17 +0800
commitf0810e0af45990e4ae074bb7037ce9e7cdaaa9eb (patch)
treee26dab81c133b0e168bd1f6b28386b304c2eb4d2 /net
parent11c02425fd07dc7aa207cf9f3431b75b78d50170 (diff)
downloadfreebsd-ports-gnome-f0810e0af45990e4ae074bb7037ce9e7cdaaa9eb.tar.gz
freebsd-ports-gnome-f0810e0af45990e4ae074bb7037ce9e7cdaaa9eb.tar.zst
freebsd-ports-gnome-f0810e0af45990e4ae074bb7037ce9e7cdaaa9eb.zip
- Remove net/vnstati, use net/vnstat
Approved by: tabthorpe (co-mentor)
Diffstat (limited to 'net')
-rw-r--r--net/Makefile1
-rw-r--r--net/vnstati/Makefile48
-rw-r--r--net/vnstati/distinfo3
-rw-r--r--net/vnstati/pkg-descr10
4 files changed, 0 insertions, 62 deletions
diff --git a/net/Makefile b/net/Makefile
index 9882140397f4..cdc1a4ee1a4f 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1012,7 +1012,6 @@
SUBDIR += vnc2swf
SUBDIR += vncreflector
SUBDIR += vnstat
- SUBDIR += vnstati
SUBDIR += vomit
SUBDIR += vserver
SUBDIR += vtun
diff --git a/net/vnstati/Makefile b/net/vnstati/Makefile
deleted file mode 100644
index 5d3af33c15e1..000000000000
--- a/net/vnstati/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# New ports collection makefile for: vnstati
-# Date created: 28 Dez 2008
-# Whom: Dennis Herrmann <adox@mcx2.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= vnstati
-DISTVERSION= beta3
-CATEGORIES= net
-MASTER_SITES= http://humdi.net/vnstat/ \
- http://mirror.mcx2.org/
-
-MAINTAINER= dhn@FreeBSD.org
-COMMENT= PNG image output support for vnStat
-
-LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd
-RUN_DEPENDS+= vnstat:${PORTSDIR}/net/vnstat
-
-ALL_TARGET= vnstati
-MAKE_ARGS= LIBRARY_PATH="${PREFIX}/lib" \
- CPATH="${PREFIX}/include"
-
-USE_GMAKE= yes
-MAN1= vnstati.1
-MANCOMPRESSED= yes
-
-PLIST_FILES= bin/${PORTNAME}
-
-PORTDOCS= README
-PORTEXAMPLES= vnstat.cgi
-
-post-patch:
- @${REINPLACE_CMD} -e 's|$$(DESTDIR)/usr/bin|$${PREFIX}/bin|g' \
- -e 's|$$(DESTDIR)/usr/share/man|$${PREFIX}/man|g' ${WRKSRC}/Makefile
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
-.endif
-
-.if !defined(NOPORTEXAMPLES)
- @${MKDIR} ${EXAMPLESDIR}
- @${INSTALL_DATA} ${WRKSRC}/examples/vnstat.cgi ${EXAMPLESDIR}/
-.endif
-
-.include <bsd.port.mk>
diff --git a/net/vnstati/distinfo b/net/vnstati/distinfo
deleted file mode 100644
index a6cbf291e605..000000000000
--- a/net/vnstati/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (vnstati-beta3.tar.gz) = 5652b955e16716cec48da464b083c76f
-SHA256 (vnstati-beta3.tar.gz) = 16a02930df0ab7eab44f1d63b655a64b63a7dee5ef70201fad395afcfafbf3a3
-SIZE (vnstati-beta3.tar.gz) = 31695
diff --git a/net/vnstati/pkg-descr b/net/vnstati/pkg-descr
deleted file mode 100644
index 07a300602342..000000000000
--- a/net/vnstati/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-The purpose of vnstati is to provide image output support for
-statistics collected using vnstat(1). However, the image file
-format is limited to png. All basic outputs of vnStat are
-supported excluding live traffic features. The image can be
-outputted either to a file or to standard output.
-
-vnstati is the image output command for vnstat(1). It provides
-png image file output from database files created using vnStat.
-
-WWW: http://humdi.net/vnstat/