1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup github 1.0 |
---|
6 | |
---|
7 | github.setup machinezone tcpkali 0.7 v |
---|
8 | github.tarball_from releases |
---|
9 | categories net |
---|
10 | platforms darwin |
---|
11 | license BSD |
---|
12 | maintainers lionet.info:vlm |
---|
13 | |
---|
14 | description High performance TCP and WebSocket load generator and sink |
---|
15 | long_description tcpkali is a program that generates lots of network load \ |
---|
16 | to stress-test TCP and WebSocket servers. |
---|
17 | |
---|
18 | checksums rmd160 6eff445e1cc7d69271cf10e7789e100a2f936a60 \ |
---|
19 | sha256 c917e2384b171d4c8906192266376cab6b1f9191810a4f209d7371639e3f2185 |
---|
20 | |
---|
21 | depends_lib port:ncurses |
---|