| 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 | |
|---|
| 6 | name rtptools |
|---|
| 7 | version 1.18 |
|---|
| 8 | categories audio net |
|---|
| 9 | platforms darwin |
|---|
| 10 | maintainers stare.cz:hans |
|---|
| 11 | |
|---|
| 12 | description A set of tools for processing RTP data. |
|---|
| 13 | long_description A set of tools for processing RTP data: \ |
|---|
| 14 | rtpplay - Play back RTP sessions recorded by rtpdump \ |
|---|
| 15 | rtpsend - Generate RTP packets from textual description \ |
|---|
| 16 | rtpdump - Parse and print RTP packets \ |
|---|
| 17 | rtptrans - RTP translator between unicast and multicast networks |
|---|
| 18 | |
|---|
| 19 | homepage http://www.cs.columbia.edu/irt/software/rtptools/ |
|---|
| 20 | master_sites http://www.cs.columbia.edu/irt/software/rtptools/download/ |
|---|
| 21 | |
|---|
| 22 | checksums \ |
|---|
| 23 | rmd160 14d3e657ebfc60a63058655caaaccc9c8fc1f53a \ |
|---|
| 24 | sha256 7fa16f71713ca16c5ce9cf5ccbd6796315f3402bdef9c7f7023ffac32c8e2ab0 |
|---|
| 25 | |
|---|