# $Id: Portfile,v 1.3 2003/10/22 07:14:30 rshaw Exp $ PortSystem 1.0 name socat version 1.4.0.2 categories sysutils net maintainers md@hudora.de 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. master_sites http://www.dest-unreach.org/socat/download/ checksums md5 6d721d3b7b77f0df10da2c3ba696e58f worksrcdir socat-1.4 post-configure { reinplace "s|\$(INSTALL) -m 644 socat.1 \$(DESTDIR)\$(MANDEST)/man1/|\$(INSTALL) -d -m 755 \$(DESTDIR)\$(MANDEST)/man1/\\\n\\\t\$(INSTALL) -m 644 socat.1 \$(DESTDIR)\$(MANDEST)/man1/|g" \ "${workdir}/${worksrcdir}/Makefile" }