mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
6 lines
426 B
Text
6 lines
426 B
Text
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.
|