diff options
author | Colin Smith <colin@pfsense.org> | 2005-02-25 03:58:33 +0000 |
---|---|---|
committer | Colin Smith <colin@pfsense.org> | 2005-02-25 03:58:33 +0000 |
commit | 4fb45163e2ee01d87c025a38597cbe08d88be418 (patch) | |
tree | d731887c1ae7a7ca537a0406c07a47a7bd6921c5 /pkg_config.xml | |
parent | b778013da017df8e9ba075a534a726f821f14248 (diff) | |
download | pfsense-packages-4fb45163e2ee01d87c025a38597cbe08d88be418.tar.gz pfsense-packages-4fb45163e2ee01d87c025a38597cbe08d88be418.tar.bz2 pfsense-packages-4fb45163e2ee01d87c025a38597cbe08d88be418.zip |
Commit iperf (client only until tomorrow) package.
Diffstat (limited to 'pkg_config.xml')
-rw-r--r-- | pkg_config.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pkg_config.xml b/pkg_config.xml index a68a2e63..c9d54f97 100644 --- a/pkg_config.xml +++ b/pkg_config.xml @@ -140,5 +140,20 @@ <status>ALPHA</status> <configurationfile>ifstated.xml</configurationfile> </package> + <package> + <name>iperf</name> + <website>http://dast.nlanr.net/Projects/Iperf/</website> + <descr>Iperf is a tool for measuring maximum TCP and UDP bandwidth, +reminiscent of ttcp and nettest. It has been written to overcome +the shortcomings of those aging tools. Iperf can also test UDP +bandwidth, loss, and jitter.</descr> + <category>Network Management</category> + <config_file>http://www.pfsense.com/packages/config/iperf.xml</config_file> + <depends_on_package_base_url>ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/</depends_on_package_base_url> + <depends_on_package>iperf.tbz</depends_on_package> + <version>1.7.0</version> + <status>ALPHA</status> + <configurationfile>iperf.xml</configurationfile> + </package> </packages> </pfsensepkgs> |