Port details |
- phpvirtualbox-legacy AJAX Web Interface for VirtualBox
- 5.2.1_6 www =2 5.2.1_5Version of this port present on the latest quarterly branch.
- Maintainer: vbox@FreeBSD.org
- Port Added: 2021-04-07 00:14:05
- Last Update: 2025-01-13 18:01:19
- Commit Hash: 647e281
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://sourceforge.net/projects/phpvirtualbox/
- Description:
- An open source, AJAX implementation of the VirtualBox user
interface written in PHP. As a modern web interface, it allows
you to access and control remote VirtualBox instances
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- phpvirtualbox-legacy${PHP_PKGNAMESUFFIX}>0:www/phpvirtualbox-legacy
- To install the port:
- cd /usr/ports/www/phpvirtualbox-legacy/ && make install clean
- To add the package, run one of these commands:
- pkg install www/phpvirtualbox-legacy
- pkg install phpvirtualbox-legacy-php83
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: phpvirtualbox-legacy-php83
- Package flavors (<flavor>: <package>)
- php83: phpvirtualbox-legacy-php83
- php81: phpvirtualbox-legacy-php81
- php82: phpvirtualbox-legacy-php82
- php84: phpvirtualbox-legacy-php84
- distinfo:
- TIMESTAMP = 1555800469
SHA256 (phpvirtualbox-phpvirtualbox-5.2-1_GH0.tar.gz) = a7d172dfd9b73f1c8f6ebe5bc98d3ae1fb12395350ac3b932cb811658fc88521
SIZE (phpvirtualbox-phpvirtualbox-5.2-1_GH0.tar.gz) = 3882921
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:
-
- php.h : lang/php83
- session.so : www/php83-session
- simplexml.so : textproc/php83-simplexml
- soap.so : net/php83-soap
- xml.so : textproc/php83-xml
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_phpvirtualbox-legacy
- USES:
- dos2unix php:flavors
- 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 |
5.2.1_6 13 Jan 2025 18:01:19 |
Vladimir Druzenko (vvd) |
www/phpvirtualbox-legacy: flavorize PHP
Add PHP flavor to be able to use package with all PHP versions.
While here pet portclippy. |
5.2.1_5 07 Jun 2024 16:48:33 |
Vladimir Druzenko (vvd) |
www/phpvirtualbox{,-legacy}: use one patch for both ports, remove "No newline at
end of file" from patches
Forgot to commit this change in previous commit.
PR: 261498
Approved by: portmgr (blanket, fix run)
Fixes: c8ee98641064 (PHP 8.2 support - "utf8_encode()")
MFH: 2024Q2 |
5.2.1_5 07 Jun 2024 16:17:07 |
Vladimir Druzenko (vvd) |
www/phpvirtualbox{,-legacy}: PHP 8.2 support - "utf8_encode()"
"Show Log" for a VM failed with error: "Function utf8_encode() is deprecated".
It's deprecated since PHP 8.2 and will be removed in PHP 9.
There is little sense in encoding logs - remove it.
While here refresh my patches with make makepatch.
PR: 261498
Approved by: portmgr (blanket, fix run)
MFH: 2024Q2 |
5.2.1_4 25 Dec 2023 16:19:29 |
Vladimir Druzenko (vvd) |
www/phpvirtualbox{,-legacy}: PHP 8.2 support
Was fixed:
1. Deprecated: Creation of dynamic property vboxconnector::$client is deprecated
in /usr/local/www/phpvirtualbox/endpoints/lib/vboxconnector.php on line 175.
2. Deprecated: Creation of dynamic property
phpVBoxConfigClass::$enableHDFlushConfig
is deprecated in /usr/local/www/phpvirtualbox/endpoints/lib/config.php on line
1825.
3. Deprecated: Creation of dynamic property phpVBoxConfigClass::$authMaster is
deprecated
in /usr/local/www/phpvirtualbox/endpoints/lib/config.php on line 241.
4. Division by zero in endpoints/lib/vboxconnector.php.
Upstream issue: https://github.com/usvn/usvn/issues/82
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D43175
MFH: 2023Q4 |
5.2.1_3 18 Sep 2023 12:39:54 |
Vladimir Druzenko (vvd) |
www/phpvirtualbox{,-legacy}: PHP 8 support (1 more catch) - "preg_replace"
Fixed:
PHP Warning: preg_replace() expects at least 3 parameters, 2 given in
endpoints/screen.php on line 91
PR: 261498
Approved by: tcberner (mentor)
MFH: 2023Q3 |
5.2.1_2 22 May 2023 09:52:20 |
Vladimir Druzenko (vvd) |
www/phpvirtualbox-legacy: PHP 8 support
Patched from different sources
PR: 261498
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D40116 |
5.2.1_1 16 Apr 2023 18:09:23 |
Muhammad Moinur Rahman (bofh) |
*/*: Remove merged or non-existent USE_PHP directives
- Remove USE_PHP=hash which is available in default php installation of
all versions of php
* security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
all versions of php
* devel/pear-PHPTAL: Remove OPTION JSON
* www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
and later and has been replaced with sqlsrv module which is Windows
only
* www/codeigniter: Remove OPTION MSSQL
* www/moodle311: Remove OPTION MSSQL
* www/moodle39: Remove OPTION MSSQL (Only the first 15 lines of the commit message are shown above ) |
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) |
5.2.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 ) |
5.2.1_1 05 Jul 2022 17:51:17 |
Bernhard Froehlich (decke) |
*/*: Release my babies from my "created by" comments |
5.2.1_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
5.2.1_1 06 Apr 2021 11:09:25 |
Guido Falsi (madpilot) |
www/phpvirtualbox: Update to 6.1, Add legacy port
www/phpvirtualbox copied to www/phpvirtualbox-legacy.
PR: 254079
Submitted by: Derek Schrock <dereks@lifeofadishwasher.com> |