notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: sysutils/spiped/Makefile

Number of commits found: 33

Monday, 26 Feb 2024
07:04 Muhammad Moinur Rahman (bofh) search for other commits by this committer
sysutils/spiped: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 024f93f8fbfa99046a52fc83fea26a411cb24ec1 commit hash: 024f93f8fbfa99046a52fc83fea26a411cb24ec1 commit hash: 024f93f8fbfa99046a52fc83fea26a411cb24ec1 commit hash: 024f93f8fbfa99046a52fc83fea26a411cb24ec1 024f93f
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Friday, 24 Dec 2021
22:59 Colin Percival (cperciva) search for other commits by this committer
sysutils/spiped: Update to 1.6.2
commit hash: ec04c41fbc0369e5f4a85bdfc538494428ef43ef commit hash: ec04c41fbc0369e5f4a85bdfc538494428ef43ef commit hash: ec04c41fbc0369e5f4a85bdfc538494428ef43ef commit hash: ec04c41fbc0369e5f4a85bdfc538494428ef43ef ec04c41
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Friday, 31 Jul 2020
03:31 cperciva search for other commits by this committer
Remove __BSD_VISIBLE from spiped build

I added this in 2013 because it was needed in order to have MSG_NOSIGNAL
defined; having that improved performance by avoiding the need go mask
and unmask SIGPIPE repeately.

From src r248932 onwards (aka. 10.0-RELEASE and later) __BSD_VISIBLE is
no longer needed for this; since FreeBSD 9.x and earlier are no longer
supported, there is no point keeping the workaround.
Original commitRevision:543843 
Sunday, 12 Apr 2020
05:17 cperciva search for other commits by this committer
Belatedly bump PORTREVISION due to the fix in the spiped UIDs entry
at r531444.

Pointy hat to:	cperciva
Original commitRevision:531481 
Friday, 10 Apr 2020
01:33 cperciva search for other commits by this committer
Update spiped to 1.6.1.

This version gains support for running as a different uid/gid; so claim
259:259 as spiped:spiped and make that the default.
Original commitRevision:531280 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Thursday, 18 May 2017
19:03 cperciva search for other commits by this committer
Update spiped to 1.6.0.

PR:		219380
Submitted by:	Dave Cottlehuber
Original commitRevision:441192 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Friday, 23 Dec 2016
03:47 cperciva search for other commits by this committer
Add support for passing additional flags to spiped via new
spiped_pipe_X_flags variables.  Replace USE_OPENSSL with
USES ssl. [1]

While I'm here, clarify the comment about needing C99 but
preferring a compiler with AESNI support; it applies to the
USES compiler:c11 part but not tar:tgz or ssl.

PR:		215501
Submitted by:	Dave Cottlehuber
Original commitRevision:429219 
Sunday, 20 Nov 2016
09:38 gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Original commitRevision:426566 
Saturday, 18 Jun 2016
23:35 cperciva search for other commits by this committer
Teach sysutils/spiped about libcrypto versions:
* Add USE_OPENSSL
* Add -I${OPENSSLINC} to CFLAGS
* Pass -L${OPENSSLLIB} to the linker

Thanks to:	brnrd
Original commitRevision:417095 
Friday, 25 Sep 2015
11:50 amdmi3 search for other commits by this committer
- Drop 8.x support

Approved by:	portmgr blanket
Original commitRevision:397814 
Saturday, 28 Feb 2015
21:35 cperciva search for other commits by this committer
Add patch to work around bug in FreeBSD before r226610 (MFCed to stable/9
as r230953): Add #include <sys/types.h> before <netinet/tcp.h>.  This was
breaking the build on FreeBSD 8.4.

While I'm here, quiesce portlint by switching from EXTRACT_SUFX=.tgz to
the new spelling USES=tar:tgz.
Original commitRevision:380162 
Sunday, 22 Feb 2015
10:37 cperciva search for other commits by this committer
Update to 1.5.0.  This update:
1. Fixes a crash on platforms with AESNI support and a malloc which does
not align large allocations to 16-byte boundaries.  (AFAIK this does not
affect FreeBSD.)
2. Turns on TCP_NODELAY in order to avoid Nagling latency problems.
Original commitRevision:379592 
Sunday, 7 Sep 2014
18:32 cperciva search for other commits by this committer
Update to 1.4.1.
Original commitRevision:367595 
Thursday, 28 Aug 2014
08:44 cperciva search for other commits by this committer
Update to spiped 1.4.0.  Ask for a C11 compiler, despite only needing a C99
compiler, in an attempt to make sure that on x86 systems we have a compiler
with support for AESNI.
Original commitRevision:366384 
Sunday, 11 May 2014
01:39 cperciva search for other commits by this committer
STAGEify

Submitted by:	Tony Morlan
Original commitRevision:353637 
Friday, 21 Feb 2014
13:39 ehaupt search for other commits by this committer
Remove trailing whitespaces from category sysutils
Original commitRevision:345435 
Monday, 10 Feb 2014
13:54 ehaupt search for other commits by this committer
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)
Original commitRevision:343634 
Friday, 20 Sep 2013
23:06 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils)
Original commitRevision:327772 
Wednesday, 17 Apr 2013
09:28 cperciva search for other commits by this committer
Fix documentation install.  Respect ${PREFIX} for installing binaries.

Reported by:    Jimmy Olgeni
Feature safe:	yes
Original commitRevision:315954 
02:47 cperciva search for other commits by this committer
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
Original commitRevision:315924 
Saturday, 1 Sep 2012
00:13 cperciva search for other commits by this committer
Get the packaging list correct.

Submitted by:	QAT
Pointy hat to:	cperciva
Original commitRevision:303454 
Friday, 31 Aug 2012
23:54 cperciva search for other commits by this committer
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.
Original commitRevision:303453 
Monday, 30 Jan 2012
01:07 rakuco search for other commits by this committer
- Install documentation.
- Set LICENSE.

PR:             164614
Approved by:    cperciva (maintainer)
Original commit
Saturday, 17 Sep 2011
06:51 cperciva search for other commits by this committer
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
Original commit
Sunday, 21 Aug 2011
11:32 crees search for other commits by this committer
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
Original commit

Number of commits found: 33