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
ptunnel Tunneling TCP connections over ICMP echo request and reply
0.72_2 net on this many watch lists=3 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 0.72_1Version of this port present on the latest quarterly branch.
Maintainer: hrs@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2005-04-28 17:42:56
Last Update: 2024-01-10 13:13:03
Commit Hash: 64631af
People watching this port, also watch:: lft, py39-impacket, fusefs-sshfs, tor
License: BSD3CLAUSE
WWW:
https://www.cs.uit.no/~daniels/PingTunnel/
Description:
Ptunnel is an application that allows you to reliably tunnel TCP connections to a remote host using ICMP echo request and reply packets, commonly known as ping requests and replies.
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 (5 items)
Collapse this list.
  1. bin/ptunnel
  2. share/man/man8/ptunnel.8.gz
  3. /usr/local/share/licenses/ptunnel-0.72_2/catalog.mk
  4. /usr/local/share/licenses/ptunnel-0.72_2/LICENSE
  5. /usr/local/share/licenses/ptunnel-0.72_2/BSD3CLAUSE
Collapse this list.
Dependency lines:
  • ptunnel>0:net/ptunnel
To install the port:
cd /usr/ports/net/ptunnel/ && make install clean
To add the package, run one of these commands:
  • pkg install net/ptunnel
  • pkg install ptunnel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: ptunnel
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (PingTunnel-0.72.tar.gz) = b318f7aa7d88918b6269d054a7e26f04f97d8870f47bd49a76cb2c99c73407a4 SIZE (PingTunnel-0.72.tar.gz) = 64188

Packages (timestamps in pop-ups are UTC):
ptunnel
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.72_20.72_20.72_10.72_20.72_2-0.72_1-
FreeBSD:13:quarterly0.72_10.72_10.72_10.72_10.72_10.72_10.72_10.72_1
FreeBSD:14:latest0.72_20.72_20.72_10.72_20.72_20.72_1-0.72_1
FreeBSD:14:quarterly0.72_10.72_1-0.72_10.72_10.72_10.72_10.72_1
FreeBSD:15:latest0.72_20.72_2n/a0.72_2n/a0.72_20.72_20.72_2
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.3 : devel/gmake
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net_ptunnel
USES:
gmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://www.cs.uit.no/~daniels/PingTunnel/
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
0.72_2
10 Jan 2024 13:13:03
commit hash: 64631af5a788e3083ad88fb728a95a3499015a6dcommit hash: 64631af5a788e3083ad88fb728a95a3499015a6dcommit hash: 64631af5a788e3083ad88fb728a95a3499015a6dcommit hash: 64631af5a788e3083ad88fb728a95a3499015a6d files touched by this commit
Baptiste Daroussin (bapt) search for other commits by this committer
MAN?PREFIX: eleminate its usage  and move man to share/man
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)
0.72_1
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)
0.72_1
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)
0.72_1
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.
0.72_1
02 Jan 2017 21:11:02
Revision:430412Original commit files touched by this commit
hrs search for other commits by this committer
Add LICENSE_FILE.
0.72
02 Jan 2017 20:04:36
Revision:430404Original commit files touched by this commit
rene search for other commits by this committer
leeym handed in his commit bit.
0.72
25 Mar 2015 23:51:06
Revision:382278Original commit files touched by this commit
marino search for other commits by this committer
net category: Remove $PTHREAD_LIBS

openafs did not pass check-plist (pre-existing) so fixed and bumped.
Also, pkg-plist was sorted.  mediatomb and spread also fail plist-checks
but they weren't fixed.

approved by:	PTHREAD blanket
0.72
29 May 2014 12:00:31
Revision:355691Original commit files touched by this commit
miwi search for other commits by this committer
- Convert gmake,bzip2 to USES

Approved by:	portmgr
0.72
31 Jan 2014 10:10:53
Revision:341972Original commit files touched by this commit
ehaupt search for other commits by this committer
- Add staging support
- Add LICENSE
- Don't build with debug symbols
0.72
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)
0.72
24 Jan 2012 10:11:03
Original commit files touched by this commit
leeym search for other commits by this committer
- update to 0.72

Changes:        http://www.cs.uit.no/~daniels/PingTunnel/#changes
Noticed by:     lyubomir at grigorovl.eu
0.71
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
0.71
06 Nov 2009 10:00:32
Original commit files touched by this commit
leeym search for other commits by this committer
- update to 0.71
0.70
08 Mar 2009 22:28:43
Original commit files touched by this commit
leeym search for other commits by this committer
- update to 0.70
0.61
02 Apr 2007 00:29:25
Original commit files touched by this commit
leeym search for other commits by this committer
- respect CC
0.61
11 May 2006 22:49:56
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from all categories starting with N
0.61
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@
0.61
05 Oct 2005 01:29:26
Original commit files touched by this commit
leeym search for other commits by this committer
- update to 0.61

Noticed by:     edwin
0.60
28 Apr 2005 17:40:33
Original commit files touched by this commit
leeym search for other commits by this committer
add ptunnel-0.60

Ptunnel is an application that allows you to reliably tunnel TCP connections
to a remote host using ICMP echo request and reply packets, commonly known as
ping requests and replies.

WWW: http://www.cs.uit.no/~daniels/PingTunnel/

Number of commits found: 20