# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 75123 2011-01-15 22:29:11Z snc@macports.org $

PortSystem 1.0

name            socat
version         1.7.1.3
categories      sysutils net
maintainers     hudora.de:md
platforms       darwin
description     netcat on steroids
long_description        \
 socat is a relay for bidirectional data transfer between two independent data \
 channels. Each of these data channels may be a file, pipe, device (serial line \
 etc. or a pseudo terminal), a socket (UNIX, IP4, IP6 - raw, UDP, TCP), an \
 SSL socket, proxy CONNECT connection, a file descriptor (stdin etc.), the \
 GNU line editor (readline), a program, or a combination of two of these.
homepage        http://www.dest-unreach.org/socat/
master_sites    http://www.dest-unreach.org/socat/download/
checksums           md5     f5cd212c511725864c4b5e08a22d3366 \
                    sha1    5a42275da0d8a5182452b36535a74c3cdf21793b
depends_lib		port:readline port:openssl
