diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-05 16:09:27 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-05 16:09:27 +0000 |
commit | bd910d5f97be293925d4953e4399a3a3113b67f6 (patch) | |
tree | 616c45b564c780cd66d1e1d38d046c09f05a125b | |
parent | 511ed8fa0644d82cc391a76aea816cee7dec3d12 (diff) | |
download | FreeBSD-ports-bd910d5f97be293925d4953e4399a3a3113b67f6.zip FreeBSD-ports-bd910d5f97be293925d4953e4399a3a3113b67f6.tar.gz |
add rfbproxy 0.6.5
A simple tool for recording VNC sessions
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/rfbproxy/Makefile | 24 | ||||
-rw-r--r-- | net/rfbproxy/distinfo | 1 | ||||
-rw-r--r-- | net/rfbproxy/pkg-comment | 1 | ||||
-rw-r--r-- | net/rfbproxy/pkg-descr | 4 | ||||
-rw-r--r-- | net/rfbproxy/pkg-plist | 1 |
6 files changed, 32 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 16c5d3e..da5264e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -474,6 +474,7 @@ SUBDIR += rdist6 SUBDIR += redir SUBDIR += relay + SUBDIR += rfbproxy SUBDIR += rinetd SUBDIR += ripetools SUBDIR += rmsg diff --git a/net/rfbproxy/Makefile b/net/rfbproxy/Makefile new file mode 100644 index 0000000..4e620c4 --- /dev/null +++ b/net/rfbproxy/Makefile @@ -0,0 +1,24 @@ +# ex:ts=8 +# Ports collection makefile for: rfbproxy +# Date created: Sep 5, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= rfbproxy +PORTVERSION= 0.6.5 +CATEGORIES= net +MASTER_SITES= http://cyberelk.net/tim/data/rfbproxy/stable/ + +MAINTAINER= ports@FreeBSD.org + +LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" + +MAN1= rfbproxy.1 + +.include <bsd.port.mk> diff --git a/net/rfbproxy/distinfo b/net/rfbproxy/distinfo new file mode 100644 index 0000000..967d937 --- /dev/null +++ b/net/rfbproxy/distinfo @@ -0,0 +1 @@ +MD5 (rfbproxy-0.6.5.tar.gz) = b271d03dab28846ca92e1f4077a4e2b6 diff --git a/net/rfbproxy/pkg-comment b/net/rfbproxy/pkg-comment new file mode 100644 index 0000000..ebbebe1 --- /dev/null +++ b/net/rfbproxy/pkg-comment @@ -0,0 +1 @@ +A simple tool for recording VNC sessions diff --git a/net/rfbproxy/pkg-descr b/net/rfbproxy/pkg-descr new file mode 100644 index 0000000..60ed229 --- /dev/null +++ b/net/rfbproxy/pkg-descr @@ -0,0 +1,4 @@ +This program is a simple tool for recording VNC sessions. Make no mistake: it +is hacked together and very ugly. But it does the job. + +WWW: http://cyberelk.net/tim/rfbproxy/ diff --git a/net/rfbproxy/pkg-plist b/net/rfbproxy/pkg-plist new file mode 100644 index 0000000..a5cb981 --- /dev/null +++ b/net/rfbproxy/pkg-plist @@ -0,0 +1 @@ +bin/rfbproxy |