98915213c0
It transmits any kind of IP-based data transparently through the Tor network on a location hidden basis. You can think of it as a point-to-multipoint VPN between hidden services. OnionCat is based on anonymizing transport layers like Tor. WWW: http://www.cypherpunk.at/onioncat/ PR: ports/146433 Submitted by: "ports@c0decafe.net" <ports@c0decafe.net>
30 lines
652 B
Makefile
30 lines
652 B
Makefile
# New ports collection makefile for: onioncat
|
|
# Date created: 2010-05-09
|
|
# Whom: <ports@c0decafe.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= onioncat
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= net security
|
|
MASTER_SITES= http://www.cypherpunk.at/ocat/download/Source/stable/
|
|
|
|
MAINTAINER= ports@c0decafe.net
|
|
COMMENT= An IP-Transparent Tor Hidden Service Connector
|
|
|
|
RUN_DEPENDS= tor:${PORTSDIR}/security/tor
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
MAN1= ocat.1
|
|
PLIST_FILES= bin/ocat
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/ocat ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/man/ocat.1 ${PREFIX}/man/man1/ocat.1
|
|
|
|
.include <bsd.port.post.mk>
|