forked from Lainports/freebsd-ports
encrypted and authenticated pipes between socket addresses, so that one may connect to one address (e.g., a UNIX socket on localhost) and transparently have a connection established to another address (e.g., a UNIX socket on a different system). This is similar to 'ssh -L' functionality, but does not use SSH and requires a pre-shared symmetric key. WWW: http://www.tarsnap.com/spiped.html - Colin Percival cperciva@tarsnap.com PR: ports/159899 Submitted by: Colin Percival
21 lines
426 B
Makefile
21 lines
426 B
Makefile
# New ports collection makefile for: spiped secure pipe daemon
|
|
# Date created: 2011-08-18
|
|
# Whom: Colin Percival
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= spiped
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= sysutils security
|
|
MASTER_SITES= http://www.tarsnap.com/spiped/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= cperciva@tarsnap.com
|
|
COMMENT= Daemon for creating secure symmetric pipes
|
|
|
|
PLIST_FILES= bin/spiped
|
|
|
|
USE_RC_SUBR= spiped
|
|
|
|
.include <bsd.port.mk>
|