Ticket #33524: Portfile

File Portfile, 919 bytes (added by janstary (Jan Starý), 12 years ago)
Line 
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
4PortSystem          1.0
5
6name                rtptools
7version             1.18
8categories          audio net
9platforms           darwin
10maintainers         stare.cz:hans
11
12description             A set of tools for processing RTP data.
13long_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
19homepage        http://www.cs.columbia.edu/irt/software/rtptools/
20master_sites    http://www.cs.columbia.edu/irt/software/rtptools/download/
21
22checksums \
23        rmd160 14d3e657ebfc60a63058655caaaccc9c8fc1f53a \
24        sha256 7fa16f71713ca16c5ce9cf5ccbd6796315f3402bdef9c7f7023ffac32c8e2ab0
25