9b43722694
with tcpserver and tcpclient, it may serve as a TCP proxy with some additional benefits such as sending a chunk of data at the start of the connection and "swallowing" a reply.
20 lines
393 B
Makefile
20 lines
393 B
Makefile
# New ports collection makefile for: urelay
|
|
# Date created: 28 October 2005
|
|
# Whom: Peter Pentchev <roam@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= urelay
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://devel.ringlet.net/net/urelay/
|
|
|
|
MAINTAINER= roam@FreeBSD.org
|
|
COMMENT= An UCSPI-based TCP forwarder
|
|
|
|
MAN1= urelay.1
|
|
MANCOMPRESSED= yes
|
|
PLIST_FILES= bin/urelay
|
|
|
|
.include <bsd.port.mk>
|