a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name gibberish
version 0.2
categories net
platforms darwin
maintainers nomaintainer@macports.org
description sends gibberish to a given host, port
long_description With this tool you can test if your tcp-server can handle \
gibberish. For example a webserver: with this tool you \
can test if your webserver can handle it if someone sends \
gibberish instead of an http-request.
homepage http://www.vanheusden.com/Linux/
master_sites ${homepage}
checksums md5 6a4c8f175ffa36b98769a126baf34303
patchfiles patch-gibberish.c
worksrcdir ${name}
use_configure no
destroot {
xinstall -m 755 -s ${worksrcpath}/gibberish ${destroot}${prefix}/bin
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 ${worksrcpath}/readme ${destroot}${prefix}/share/doc/${name}
}