diff options
author | jlam <jlam@pkgsrc.org> | 2006-05-16 15:39:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-05-16 15:39:59 +0000 |
commit | 3ff0853a7316cd184edd6059b2060081d0adb1c7 (patch) | |
tree | 48739995cab2498c6360ac77a425e77dceea2748 /sysutils | |
parent | 3e8983b75bd56236fa10543a13d2008b5c274f7c (diff) | |
download | pkgsrc-3ff0853a7316cd184edd6059b2060081d0adb1c7.tar.gz |
Initial import of wbm-bandwidth-1.270 as sysutils/wbm-bandwidth.
This is the standard "bandwidth" Webmin module to view reports on
bandwidth usage by host, port, protocol and time.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/wbm-bandwidth/DESCR | 2 | ||||
-rw-r--r-- | sysutils/wbm-bandwidth/Makefile | 16 | ||||
-rw-r--r-- | sysutils/wbm-bandwidth/PLIST | 37 | ||||
-rw-r--r-- | sysutils/wbm-bandwidth/distinfo | 5 |
4 files changed, 60 insertions, 0 deletions
diff --git a/sysutils/wbm-bandwidth/DESCR b/sysutils/wbm-bandwidth/DESCR new file mode 100644 index 00000000000..f77ebcc0524 --- /dev/null +++ b/sysutils/wbm-bandwidth/DESCR @@ -0,0 +1,2 @@ +This is the standard "bandwidth" Webmin module to view reports on +bandwidth usage by host, port, protocol and time. diff --git a/sysutils/wbm-bandwidth/Makefile b/sysutils/wbm-bandwidth/Makefile new file mode 100644 index 00000000000..3a6c1f4803d --- /dev/null +++ b/sysutils/wbm-bandwidth/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 15:39:59 jlam Exp $ + +DISTNAME= bandwidth +PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} +DIST_SUBDIR= webmin-modules-${WBM_VERSION} + +# The version is from the module.info file from the extracted distfile. +WBM_VERSION= 1.270 + +DEPENDS+= wbm-net>=1.270:../../sysutils/wbm-net + +HOMEPAGE= http://www.webmin.com/standard.html +COMMENT= Webmin module to view bandwidth usage + +.include "../../sysutils/webmin/wbm.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/wbm-bandwidth/PLIST b/sysutils/wbm-bandwidth/PLIST new file mode 100644 index 00000000000..51ff546ca88 --- /dev/null +++ b/sysutils/wbm-bandwidth/PLIST @@ -0,0 +1,37 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/16 15:39:59 jlam Exp $ +share/examples/webmin/bandwidth/config +share/webmin/bandwidth/CHANGELOG +share/webmin/bandwidth/acl_security.pl +share/webmin/bandwidth/backup_config.pl +share/webmin/bandwidth/bandwidth-lib.pl +share/webmin/bandwidth/config +share/webmin/bandwidth/config.info +share/webmin/bandwidth/config.info.ca +share/webmin/bandwidth/config.info.de +share/webmin/bandwidth/config.info.es +share/webmin/bandwidth/config.info.hu +share/webmin/bandwidth/defaultacl +share/webmin/bandwidth/help/intro.ca.html +share/webmin/bandwidth/help/intro.html +share/webmin/bandwidth/images/blue.gif +share/webmin/bandwidth/images/icon.gif +share/webmin/bandwidth/images/red.gif +share/webmin/bandwidth/images/smallicon.gif +share/webmin/bandwidth/index.cgi +share/webmin/bandwidth/lang/ca +share/webmin/bandwidth/lang/de +share/webmin/bandwidth/lang/en +share/webmin/bandwidth/lang/es +share/webmin/bandwidth/lang/fr +share/webmin/bandwidth/lang/hu +share/webmin/bandwidth/log_parser.pl +share/webmin/bandwidth/module.info +share/webmin/bandwidth/rotate.cgi +share/webmin/bandwidth/rotate.pl +share/webmin/bandwidth/setup.cgi +share/webmin/bandwidth/turnoff.cgi +@dirrm share/webmin/bandwidth/lang +@dirrm share/webmin/bandwidth/images +@dirrm share/webmin/bandwidth/help +@dirrm share/webmin/bandwidth +@dirrm share/examples/webmin/bandwidth diff --git a/sysutils/wbm-bandwidth/distinfo b/sysutils/wbm-bandwidth/distinfo new file mode 100644 index 00000000000..c162b6d5637 --- /dev/null +++ b/sysutils/wbm-bandwidth/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/05/16 15:39:59 jlam Exp $ + +SHA1 (webmin-modules-1.270/bandwidth.wbm.gz) = decc4efa4b25621ef82e377c396b8acd14eb4b2a +RMD160 (webmin-modules-1.270/bandwidth.wbm.gz) = aca11b2249acd4a0dc981e50a283766f8fdd402b +Size (webmin-modules-1.270/bandwidth.wbm.gz) = 24476 bytes |