Port details |
- libhyve-remote Library to abstract vnc, rdp and spice protocols
- 0.1.4.2 devel
=1 0.1.4.2Version of this port present on the latest quarterly branch.
- BROKEN: fails to build
DEPRECATED: Broken since 2020 This port expired on: 2023-03-20 IGNORE: is marked as broken: fails to build
- 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: 2017-07-27 06:56:21
- Last Update: 2023-03-19 23:51:41
- Commit Hash: 2c4e9aa
- People watching this port, also watch:: mailutils, osv-scanner, opensmtpd, memcached, tmux
- License: BSD2CLAUSE GPLv2
- WWW:
- https://github.com/freenas/libhyve-remote
- Description:
- The libhyve-remote aims to abstract functionalities from other third party
libraries such like libvncserver, freerdp and spice to be used in hypervisor
implementation.
With a basic data structure it is easy to implement any remote desktop
protocol without dig into the protocol specification or third part
libraries, you can check some of our examples.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libhyve-remote>0:devel/libhyve-remote
- No installation instructions:
- This port has been deleted.
- PKGNAME: libhyve-remote
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1532494921
SHA256 (freenas-libhyve-remote-0.1.4.2_GH0.tar.gz) = 0f92dcb0bf2e72d3142b0cddf990ae3e0d74dbc4c9a9b0f0805990549d6332e4
SIZE (freenas-libhyve-remote-0.1.4.2_GH0.tar.gz) = 11529
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libvncserver.so : net/libvncserver
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for libhyve-remote-0.1.4.2:
BHYVE=off: FreeBSD bhyve libhyve-remote integration
===> Use 'make config' to modify these settings
- Options name:
- devel_libhyve-remote
- 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.1.4.2 19 Mar 2023 23:51:41 |
Muhammad Moinur Rahman (bofh) |
devel/libhyve-remote: Remove expired port:
2023-03-20 devel/libhyve-remote: Broken since 2020 |
0.1.4.2 20 Feb 2023 15:55:51 |
Antoine Brodin (antoine) |
devel/libhyve-remote: deprecate |
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.1.4.2 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.1.4.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.1.4.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.1.4.2 25 Dec 2020 09:11:53 |
antoine |
Mark BROKEN
vncserver.c:234:51: error: implicit declaration of function 'inet_addr' is
invalid in C99 [-Werror,-Wimplicit-function-declaration]
Reported by: pkg-fallout |
0.1.4.2 03 Nov 2020 20:51:35 |
rene |
Return araujo@'s ports to the pool after his commit bit was safekept. |
0.1.4.2 25 Jul 2018 05:02:40 |
araujo |
- Update to 0.1.4.2. |
0.1.4.1_1 07 Mar 2018 18:31:59 |
araujo |
- Transfer projects to FreeNAS Github account.
- Bump PORTREVISION.
Sponsored by: iXsystems Inc. |
0.1.4.1 07 Dec 2017 09:41:01 |
araujo |
- Update to 0.1.4.1.
Changelog:
* Pass hostname to vnc_init_server and also free sc pointer.
* Update bhyve patch to reflect the latest changes.
Note: Previous release 0.1.4 has a bug and will never bind the vnc port.
Update is highly recommended.
Sponsored by: iXsystems, Inc. |
0.1.4 01 Dec 2017 02:41:58 |
araujo |
Update to 0.1.4.
Sponsored by: iXsystems, Inc. |
0.1.3 02 Nov 2017 21:41:47 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams. |
0.1.3 17 Oct 2017 14:01:48 |
araujo |
Update to 0.1.3.
Sponsored by: iXsystems, Inc. |
0.1.2 13 Sep 2017 14:41:32 |
araujo |
Update to 0.1.2.
Sponsored by: iXsystems, Inc. |
0.1.1 28 Jul 2017 03:41:52 |
araujo |
Update to 0.1.1. |
0.1.0 27 Jul 2017 13:57:31 |
mat |
Regular USE_GITHUB cleanup.
Sponsored by: Absolight |
0.1.0 27 Jul 2017 06:56:08 |
araujo |
The libhyve-remote aims to abstract functionalities from other third party
libraries such like libvncserver, freerdp and spice to be used in hypervisor
implementation.
With a basic data structure it is easy to implement any remote desktop
protocol without dig into the protocol specification or third part
libraries, you can check some of our examples.
WWW: https://github.com/araujobsd/libhyve-remote
Differential Revision: iXsystems, Inc. |