Commit graph

5 commits

Author SHA1 Message Date
Raphael Kubo da Costa
f695f489a5 - Install documentation.
- Set LICENSE.

PR:		164614
Approved by:	cperciva (maintainer)
2012-01-30 01:07:05 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Colin Percival
8c855f28d7 Update to 1.1.0. The most notable change is that spiped will now (via the
-D option which has been added to the rc.d script) retry failed DNS lookups;
this is useful in case spiped is launched before DNS resolution is working.

With hat:	maintainer
2011-09-17 06:51:09 +00:00
Chris Rees
0e39fa3110 Spiped (pronounced "ess-pipe-dee") is a utility for creating symmetrically
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
2011-08-21 11:32:16 +00:00