the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: jperf
Version: 1.0
Revision: 10
Description: The Iperf Front-End
Type: java(1.5)
License: Restrictive/Distributable
Maintainer: Christian Schaffner
# Dependencies:
Depends: iperf, system-java15
# Unpack Phase:
Source: http://dast.nlanr.net/projects/jperf/%n-%v-source.tar.gz
SourceDirectory: %n-%v
Source-MD5: 8cf55b77ebf847d84f74878a16e0fdd8
# Patch Phase:
PatchScript: <<
echo "java Jperf" > jperf
<<
# Compile Phase:
CompileScript: <<
#!/bin/sh -ev
cd jsrc
make
<<
# Install Phase:
DocFiles: doc/*
JarFiles: *.jar
InstallScript: <<
/usr/bin/install -d %i/bin
/usr/bin/install -m 755 jperf %i/bin
<<
DescDetail: <<
Features:
- Provide a graphical Front-End to the Iperf performance tool.
- Produce a graph representation of a run.
- Iperf version detection to allow only applicable options.
- Where appropriate, options can be specified with K (kilo-) and
M (mega-) suffices. So 128K instead of 131072 bytes.
<<
Homepage: http://dast.nlanr.net/projects/jperf/