Port details |
- rfbproxy Simple tool for recording VNC sessions
- 1.1.1_1 net
=3 1.1.1_1Version of this port present on the latest quarterly branch. - Maintainer: pphillips@experts-exchange.com
 - Port Added: 2002-09-05 16:09:51
- Last Update: 2024-02-25 10:05:29
- Commit Hash: c6130f9
- People watching this port, also watch:: nagios-check_hdd_health, p5-DateTime-Format-Excel, monit, p5-MIME-Tools, p5-Event
- License: not specified in port
- WWW:
- https://rfbproxy.sourceforge.net/
- Description:
- This program is a simple tool for recording VNC sessions. Make no mistake: it
is hacked together and very ugly. But it does the job.
¦ ¦ ¦ ¦ 
- 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/rfbproxy/ && make install clean
- To add the package, run one of these commands:
- pkg install net/rfbproxy
- pkg install rfbproxy
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rfbproxy
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (rfbproxy-1.1.1.tar.bz2) = f116a73227ac9fffe97f4553d1c0721bccd63be9bca69451e5dc76b7683be0e6
SIZE (rfbproxy-1.1.1.tar.bz2) = 108963
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_rfbproxy
- USES:
- tar:bzip2
- 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 |
1.1.1_1 25 Feb 2024 10:05:29
    |
Muhammad Moinur Rahman (bofh)  |
net/rfbproxy: Moved man to share/man
Approved by: portmgr (blanket) |
1.1.1 06 Nov 2023 10:03:47
    |
Rodrigo Osorio (rodrigo)  |
*/*: 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
    |
Stefan Eßer (se)  |
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.1.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
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 ) |
1.1.1 20 Jul 2022 14:22:37
    |
Tobias C. Berner (tcberner)  |
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 ) |
1.1.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.1.1 09 Jan 2018 19:06:34
  |
danfe  |
For the ports under `net' category: remove superfluous linefeeds. |
1.1.1 29 Jul 2014 21:43:18
  |
adamw  |
Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by: portmgr (not really, but touches unstaged ports) |
1.1.1 10 Jul 2014 12:13:12
  |
olgeni  |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt) |
1.1.1 31 Jan 2014 12:14:31
  |
miwi  |
- Stage Support
- Convert to USES |
1.1.1 20 Sep 2013 22:10:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.1.1 18 Oct 2011 14:54:11
 |
jadawin  |
- Update to 1.1.1
- Give maintainership to submitter
PR: ports/161750
Submitted by: Phil Phillips <pphillips _AT_ experts-exchange.com> |
0.6.6 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
0.6.6 21 Aug 2008 06:18:49
 |
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
0.6.6 20 Mar 2008 09:56:52
 |
pav  |
- Remove USE_GETOPT_LONG which is a no-op since March 2007 |
0.6.6 25 Nov 2005 16:48:31
 |
pav  |
- Add SHA256 |
0.6.6 13 Oct 2005 19:18:58
 |
garga  |
- Update to 0.6.6
PR: ports/87389
Submitted by: Ports Fury |
0.6.5_1 05 Feb 2004 20:38:07
 |
trevor  |
Use PLIST_FILES.
Reviewed by: marcus |
0.6.5_1 29 Jan 2004 16:13:06
 |
trevor  |
SIZEify. |
0.6.5_1 14 Jul 2003 02:53:03
 |
sf  |
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead. |
0.6.5 20 Feb 2003 18:51:13
 |
knu  |
De-pkg-comment. |
0.6.5 09 Oct 2002 18:10:42
 |
ijliao  |
properly handles CPPFLAGS
PR: 43683
Submitted by: Ports Fury |
0.6.5 09 Oct 2002 17:53:16
 |
ijliao  |
fix build
PR: 43855
Submitted by: Maxim Maximov <mcsi@agava.com> |
0.6.5 05 Sep 2002 16:09:28
 |
ijliao  |
add rfbproxy 0.6.5
A simple tool for recording VNC sessions |