Commit Graph

13 Commits

Author SHA1 Message Date
Colin Percival
e2f52ba444 STAGEify
Submitted by:	Tony Morlan
2014-05-11 01:39:40 +00:00
Emanuel Haupt
239a5ff5de Remove trailing whitespaces from category sysutils 2014-02-21 13:39:38 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Colin Percival
5ce6920255 Fix documentation install. Respect ${PREFIX} for installing binaries.
Reported by:    Jimmy Olgeni
Feature safe:	yes
2013-04-17 09:28:35 +00:00
Colin Percival
75ead56fd9 Update to spiped 1.3.1.
This new version brings automatic DNS re-resolution (useful when connecting
from wifi networks which give fake DNS until you log in), fixes a bug in the
handling of reset TCP connections, and replaces README files with man pages.

As the spiped build sets _POSIX_C_SOURCE for maximal portability, yet looks
for and uses MSG_NOSIGNAL if it is available (as a performance optimization
relative to the POSIX-compliant approach of blocking SIGPIPE), we force the
__BSD_VISIBLE macro to be defined.

Feature safe: yes
2013-04-17 02:47:32 +00:00
Colin Percival
159b89d30e Get the packaging list correct.
Submitted by:	QAT
Pointy hat to:	cperciva
2012-09-01 00:13:44 +00:00
Colin Percival
dff333431d Update to spiped-1.2.1. The only major change is the addition of the
spipe(1) utility which acts as a client for the spiped protocol,
suitable for use as an ssh ProxyCommand.
2012-08-31 23:54:24 +00:00
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