Port details |
- jrdesktop View and/or control a remote PC
- 0.3.1.0 net =2 0.3.1.0Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2008-05-15 15:08:45
- Last Update: 2023-11-01 22:11:47
- Commit Hash: 05f0f44
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: java
- License: GPLv3
- WWW:
- https://jrdesktop.sourceforge.net/
- Description:
- jrdesktop is an open source software for viewing and/or controlling a
distance PC. Besides then screenshots, keyboard and mouse events
transfer, jrdesktop includes many additional features(file transfer,
data compression, color conversion, ...).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- jrdesktop>0:net/jrdesktop
- To install the port:
- cd /usr/ports/net/jrdesktop/ && make install clean
- To add the package, run one of these commands:
- pkg install net/jrdesktop
- pkg install jrdesktop
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: jrdesktop
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (jrdesktop-0.3.1.0.jar) = dba9ca3dee2b500db2dc738c98d9a5f2ea0a095919199b996e0e4ea5abd2e27a
SIZE (jrdesktop-0.3.1.0.jar) = 382108
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_jrdesktop
- 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.3.1.0 01 Nov 2023 22:11:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
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) |
0.3.1.0 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 ) |
0.3.1.0 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 ) |
0.3.1.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3.1.0 26 Nov 2019 21:46:13 |
jkim |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
0.3.1.0 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
0.3.1.0 10 Dec 2014 22:29:15 |
gahr |
- Reset maintainership of my ports |
0.3.1.0 14 Feb 2014 11:02:25 |
gahr |
- Update to 0.3.1.0
- STAGE-clean
- Switch to the jar-only distribution |
0.2.0030 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.2.0030 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.2.0030 22 Aug 2009 00:32:25 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
0.2.0030 08 Jul 2008 13:02:23 |
gahr |
- Update to 0.2.0030
- Enable docs installation |
0.2.0020_1 06 Jun 2008 13:50:32 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.2.0020 27 May 2008 12:08:13 |
gahr |
- Update to 0.2.0020
- Remove viewer and server scritps, use new GUI starter instead
- Move config files and [trust|key]stores to ${HOME}/.jrdesktop/
- Remove patch fixed upstream
Approved by: miwi (mentor) |
0.2.0012 15 May 2008 15:30:14 |
gahr |
- Update to 0.2.0012
Approved by: miwi (mentor) |
0.2.0011 15 May 2008 15:08:17 |
gahr |
- New port: jrdesktop
jrdesktop is an open source software for viewing and/or controlling
a remote PC. Besides then screenshots, keyboard and mouse events transfer,
jrdesktop includes many additional features (file transfer, data compression,
color conversion, ...).
http://jrdesktop.sourceforge.net/
Approved by: miwi (mentor) |