Port details |
- tigervnc-viewer-java TigerVNC Viewer
- 1.14.0 net =2 1.13.1_1Version of this port present on the latest quarterly branch.
- Maintainer: meta@FreeBSD.org
- Port Added: 2023-02-07 15:15:08
- Last Update: 2024-07-31 04:35:56
- Commit Hash: 3d472dc
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: x11-servers
- License: GPLv2+
- WWW:
- https://tigervnc.org/
- Description:
- This port provides Java version client(viewer) compornents of TigerVNC.
TigerVNC is a high-performance, platform-neutral implementation of VNC,
a client/server application that allows users to launch and interact with
graphical applications on remote machines.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- tigervnc-viewer-java>0:net/tigervnc-viewer-java
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/net/tigervnc-viewer-java/ && make install clean
- To add the package, run one of these commands:
- pkg install net/tigervnc-viewer-java
- pkg install tigervnc-viewer-java
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tigervnc-viewer-java
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1722387402
SHA256 (TigerVNC-tigervnc-v1.14.0_GH0.tar.gz) = 5700f9919802a2f0529cc058b8caded03281cdbf0335581f2dcc7df03f783419
SIZE (TigerVNC-tigervnc-v1.14.0_GH0.tar.gz) = 2090452
Packages (timestamps in pop-ups are UTC):
- Master port: net/tigervnc-server
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- java : java/openjdk8
- cmake : devel/cmake-core
- pixman-1.pc : x11/pixman
- Runtime dependencies:
-
- java : java/openjdk8
- pixman-1.pc : x11/pixman
- Library dependencies:
-
- libjpeg.so : graphics/jpeg-turbo
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_tigervnc-viewer-java
- USES:
- jpeg xorg cmake:insource,noninja cpe
- 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) |
This is a slave port. You may also want to view the commits to the master port: net/tigervnc-server |
Commit | Credits | Log message |
1.14.0 31 Jul 2024 04:35:56 |
Koichiro Iwao (meta) |
net/tigervnc-*: Update to 1.14.0
Changes: https://github.com/TigerVNC/tigervnc/releases/tag/v1.14.0
A prominent change that affects FreeBSD port is:
* The viewers and servers now follow the XDG Base Directory
Specification, like "~/.config", for storing files in the home
directory. Existing users will continue using the legacy "~/.vnc"
directory, but new users will get the XDG directories.
While here,
- Adjust BUILD_DEPENDS and LIB_DEPENDS reported in stage-qa |
1.13.1_1 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
1.13.1 09 Mar 2023 05:19:34 |
Koichiro Iwao (meta) |
net/tigervnc-*: Update to 1.13.1
This fixes the following critical issues:
* x0vncserver can either crash itself, or crash the X server it is connected to
* The servers might crash if the clipboard is updated just as a client is
connected
* The vncserver service can fail to start on SELinux system if ~/.vnc doesn't
exist
While here, add NO_ARCH=yes to java viewer.
Changes: https://github.com/TigerVNC/tigervnc/releases/tag/v1.13.1 |
1.12.0 07 Feb 2023 15:08:05 |
Koichiro Iwao (meta) |
net/tigervnc-viewer-java: add port |