1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name openload |
---|
6 | version 0.1.2.1 |
---|
7 | categories net |
---|
8 | maintainers gmail.com:smibrahim |
---|
9 | description Load testing of web applications. |
---|
10 | long_description OpenWebLoad is a tool for load testing web applications. It aims to be easy to use and providing near \ |
---|
11 | real-time performance measurements of the application under test. This is particulary useful when you\ |
---|
12 | are doing optimization as you can see the impact of your changes almost immediately. |
---|
13 | |
---|
14 | homepage http://openwebload.sourceforge.net/ |
---|
15 | platforms darwin |
---|
16 | master_sites http://www.sfr-fresh.com/unix/privat/ |
---|
17 | |
---|
18 | checksums md5 f6e1cea4ad8c87c1aa9abac92583be77 \ |
---|
19 | sha1 2a425a362fc94a7e81dd96036600236f60bd79ec \ |
---|
20 | rmd160 830a8214795e8e3f7ad9ecc3480eee64f4aeda17 |
---|
21 | |
---|
22 | patchfiles patch-src-tmplchunk.h.diff |
---|
23 | |
---|
24 | configure.args --bindir=${prefix}/bin \ |
---|
25 | --mandir=${prefix}/share/man |
---|