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.

Port details
socketpipe Zero overhead remote process plumbing
1.10_1 net on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.10Version of this port present on the latest quarterly branch.
Maintainer: dds@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2003-09-01 11:08:33
Last Update: 2024-03-29 08:12:34
Commit Hash: c750990
People watching this port, also watch:: zip, smartmontools, python, dspam, dovecot
License: not specified in port
WWW:
https://www.spinellis.gr/sw/unix/socketpipe/
Description:
Socketpipe connects over a TCP/IP socket a remote command to a local input generation command and/or a local output processing command. The connection is made by redirecting the input/output file descriptors to the socket. This saves the context switching and data copying overhead associated with piping data through ssh(1) or rsh(1). Socketpipe must be installed on both machines and user authentication is still performed by a command like ssh(1) or rsh(1). The confidentiality and integrity of the data in transit is not protected against malicious attacks; the command is designed for use in a trusted LAN environment.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (2 items)
Collapse this list.
  1. bin/socketpipe
  2. share/man/man1/socketpipe.1.gz
Collapse this list.
Dependency lines:
  • socketpipe>0:net/socketpipe
To install the port:
cd /usr/ports/net/socketpipe/ && make install clean
To add the package, run one of these commands:
  • pkg install net/socketpipe
  • pkg install socketpipe
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: socketpipe
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1533004287 SHA256 (socketpipe-1.10.tar.gz) = 1e6de04e89cd5d96d599b27993083adf9507d238c2770030136d5da2ff1ac4ac SIZE (socketpipe-1.10.tar.gz) = 19574

Packages (timestamps in pop-ups are UTC):
socketpipe
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.101.10_11.101.101.10_1-1.10-
FreeBSD:13:quarterly1.101.101.101.101.10_11.101.101.10
FreeBSD:14:latest1.101.10_11.101.101.10_11.10-1.10
FreeBSD:14:quarterly1.101.10_1-1.101.10_11.101.101.10
FreeBSD:15:latest1.101.10_1n/a1.10n/a1.101.101.10
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net_socketpipe
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://www.dmst.aueb.gr/dds/sw/unix/socketpipe/
  2. http://www.spinellis.gr/sw/unix/socketpipe/
Collapse this list.

Number of commits found: 20

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.10_1
29 Mar 2024 08:12:34
commit hash: c750990c5546de517c58d94cafb5d3e76e012c14commit hash: c750990c5546de517c58d94cafb5d3e76e012c14commit hash: c750990c5546de517c58d94cafb5d3e76e012c14commit hash: c750990c5546de517c58d94cafb5d3e76e012c14 files touched by this commit
Yasuhiro Kimura (yasu) search for other commits by this committer
net/socketpipe: Move man page to share/man

Approved by:	portmgr (blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f 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)
1.10
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
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.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.10
20 Jul 2022 14:22:37
commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
net: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.10
06 Aug 2021 17:37:22
commit hash: b10bdc707bd1ad1be1bba1c70036695d34d49e2ccommit hash: b10bdc707bd1ad1be1bba1c70036695d34d49e2ccommit hash: b10bdc707bd1ad1be1bba1c70036695d34d49e2ccommit hash: b10bdc707bd1ad1be1bba1c70036695d34d49e2c files touched by this commit
Jimmy Olgeni (olgeni) search for other commits by this committer
net/socketpipe: fix typo in pkg-descr.
1.10
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.10
25 Jan 2019 07:16:38
Revision:491127Original commit files touched by this commit
tobik search for other commits by this committer
net/socketpipe: Update to 1.10

Changes:	https://www.spinellis.gr/sw/unix/socketpipe/ChangeLog.txt
PR:		230222
Submitted by:	ndowens@yahoo.com
Approved by:	dds (maintainer timeout, ~6 months)
1.9
24 Jun 2014 03:59:17
Revision:359034Original commit files touched by this commit
vanilla search for other commits by this committer
Stagify.

Approved by:	portmgr (blanket approval)
1.9
20 Sep 2013 22:10:25
Revision:327755Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net)
1.9
24 Oct 2011 04:17:38
Original commit files touched by this commit
dougb search for other commits by this committer
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.
1.9
20 Mar 2011 12:54:45
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
1.9
03 Jun 2008 11:05:58
Original commit files touched by this commit
bsam search for other commits by this committer
Update to 1.9:
  Version 1.9 contains rather important band-aid for hanged socketpipe
  instances in case of remote server crash.

PR:             123289
Submitted by:   marck
Approved by:    maintainer timeout (4 weeks)
1.8
16 Mar 2008 18:00:12
Original commit files touched by this commit
lippe search for other commits by this committer
- Update to 1.8.

PR:             ports/120389
Submitted by:   lippe (myself)
Approved by:    gabor (mentor), dds (maintainer)
1.7
01 Jun 2006 21:33:09
Original commit files touched by this commit
dds search for other commits by this committer
Update to version 1.7

PR:             ports/98311
Submitted by:   Martin Wilke
1.5
22 Jan 2006 21:24:05
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
1.5
13 Oct 2005 06:38:46
Original commit files touched by this commit
linimon search for other commits by this committer
Pacify distfile survey by following redirects on URLs.

Source:         distfile survey
1.5
18 Mar 2004 18:01:13
Original commit files touched by this commit
trevor search for other commits by this committer
Add size data, approved by maintainers.
1.5
06 Feb 2004 13:12:53
Original commit files touched by this commit
trevor search for other commits by this committer
Use PLIST_FILES (bento-tested, marcus-reviewed).
1.5
01 Sep 2003 14:04:10
Original commit files touched by this commit
dds search for other commits by this committer
Bump-up version to 1.5

Approved by:    netchild (implicit)
1.3
01 Sep 2003 11:07:59
Original commit files touched by this commit
netchild search for other commits by this committer
Socketpipe connects over a TCP/IP socket a remote command to a local
input generation command and/or a local output processing command.
The connection is made by redirecting the input/output file descriptors
to the socket.  This saves the context switching and data copying
overhead associated with piping data through ssh(1) or rsh(1).
Socketpipe must be installed on both machines and user authentication
is still performed by a command like ssh(1) or rsh(1).  The
confidentiality and integrity of the data in transit is not protected
against mallicious attacks; the command is designed for use in a
trusted LAN environment.

Submitted by:   dds

Number of commits found: 20