Port details |
- jumpgate TCP connection forwarder
- 0.7_2 net
=2 0.7_2Version of this port present on the latest quarterly branch. - Maintainer: hrs@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2001-03-30 23:28:23
- Last Update: 2024-03-20 17:15:02
- Commit Hash: 69934c2
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://jumpgate.sourceforge.net/
- Description:
- Jumpgate is a TCP connection forwarder that provides many enhancements and
improvements over the existing programs that do the same thing. Only
tested on OpenBSD, but should run without problems on any Unix-like
system. If you furtherly improve it, please send me the diffs. As always,
published under a BSD style license, see the included LICENSE file.
¦ ¦ ¦ ¦ ![SVNWeb SVNWeb](/images/subversion.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/jumpgate/ && make install clean
- To add the package, run one of these commands:
- pkg install net/jumpgate
- pkg install jumpgate
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: jumpgate
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (jumpgate-0.7.tar.gz) = 5b380f5607f747f682fb9275cc0c8278e64673d4e1c425241164c88596401c22
SIZE (jumpgate-0.7.tar.gz) = 40789
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_jumpgate
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7_2 20 Mar 2024 17:15:02
![commit hash: 69934c2cd20bf24009dcc66488dc2c606e1d8748 commit hash: 69934c2cd20bf24009dcc66488dc2c606e1d8748](/images/git.png) ![commit hash: 69934c2cd20bf24009dcc66488dc2c606e1d8748 commit hash: 69934c2cd20bf24009dcc66488dc2c606e1d8748](/images/codeberg.svg) ![commit hash: 69934c2cd20bf24009dcc66488dc2c606e1d8748 commit hash: 69934c2cd20bf24009dcc66488dc2c606e1d8748](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Nuno Teixeira (eduardo) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
net/jumpgate: Move man pages to share/man
Approved by: portmgr (blanket) |
0.7_1 06 Nov 2023 10:03:47
![commit hash: 06df180a9e39055026499a326ef67812801a8919 commit hash: 06df180a9e39055026499a326ef67812801a8919](/images/git.png) ![commit hash: 06df180a9e39055026499a326ef67812801a8919 commit hash: 06df180a9e39055026499a326ef67812801a8919](/images/codeberg.svg) ![commit hash: 06df180a9e39055026499a326ef67812801a8919 commit hash: 06df180a9e39055026499a326ef67812801a8919](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Rodrigo Osorio (rodrigo) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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.7_1 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 ) |
0.7_1 20 Jul 2022 14:22:37
![commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624](/images/git.png) ![commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624](/images/codeberg.svg) ![commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 ) |
0.7_1 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
0.7_1 02 Jan 2017 20:52:11
![Revision:430407 Revision:430407](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
hrs ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add LICENSE. |
0.7 02 Jan 2017 20:04:36
![Revision:430404 Revision:430404](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
rene ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
leeym handed in his commit bit. |
0.7 06 Jun 2014 01:34:31
![Revision:356729 Revision:356729](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
vanilla ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Stagify.
Approved by: portmgr@ |
0.7 20 Sep 2013 22:10:25
![Revision:327755 Revision:327755](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.7 20 Mar 2011 12:54:45
![files touched by this commit files touched by this commit](/images/logs.gif) |
miwi ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Get Rid MD5 support |
0.7 30 Mar 2007 20:35:18
![files touched by this commit files touched by this commit](/images/logs.gif) |
leeym ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- update my email address in ports header |
0.7 22 Jan 2006 21:24:05
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
SHA256ify
Approved by: krion@ |
0.7 18 Mar 2004 02:19:36
![files touched by this commit files touched by this commit](/images/logs.gif) |
leeym ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
SIZEify my ports.
Submitted by: trevor |
0.7 06 Feb 2004 13:12:53
![files touched by this commit files touched by this commit](/images/logs.gif) |
trevor ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
0.7 17 Jun 2003 11:39:43
![files touched by this commit files touched by this commit](/images/logs.gif) |
leeym ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
add WWW entries and re-compose descriptions |
0.7 07 Mar 2003 06:08:06
![files touched by this commit files touched by this commit](/images/logs.gif) |
ade ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
0.7 20 Jan 2003 18:05:01
![files touched by this commit files touched by this commit](/images/logs.gif) |
leeym ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
correct the MD5 checksum of the distfile. |
0.7 17 Jan 2003 14:16:49
![files touched by this commit files touched by this commit](/images/logs.gif) |
leeym ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
upgrade to 0.7 |
0.6 04 Nov 2002 03:05:48
![files touched by this commit files touched by this commit](/images/logs.gif) |
edwin ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
PERL -> REINPLACE
and russian/mod_ssl has USE_PERL5=yes
Notices on: bento |
0.6 19 Aug 2002 08:01:34
![files touched by this commit files touched by this commit](/images/logs.gif) |
leeym ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
change my email address to leeym@FreeBSD.org
Reviewed by: ijliao (mentor)
Approved by: ijliao (mentor) |
31 Mar 2001 02:28:23
![commit hash: fp1.11826@dev.null.freshports.org commit hash: fp1.11826@dev.null.freshports.org](/images/git.png) ![commit hash: fp1.11826@dev.null.freshports.org commit hash: fp1.11826@dev.null.freshports.org](/images/codeberg.svg) ![commit hash: fp1.11826@dev.null.freshports.org commit hash: fp1.11826@dev.null.freshports.org](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
will ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add jumpgate 0.6, a TCP connection forwarder. |