Port details |
- phpvirtualbox AJAX Web Interface for VirtualBox
- 6.1_4 www =12 6.1_4Version of this port present on the latest quarterly branch.
- Maintainer: vbox@FreeBSD.org
- Port Added: 2010-07-27 08:23:47
- Last Update: 2024-06-07 16:48:33
- Commit Hash: d77f8d9
- People watching this port, also watch:: virtualbox-ose, virtualbox-ose-kmod, pkg, virtualbox-ose-additions, sudo
- 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 - Dependency lines:
-
- phpvirtualbox>0:www/phpvirtualbox
- To install the port:
- cd /usr/ports/www/phpvirtualbox/ && make install clean
- To add the package, run one of these commands:
- pkg install www/phpvirtualbox
- pkg install phpvirtualbox
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: phpvirtualbox
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1615074145
SHA256 (phpvirtualbox-phpvirtualbox-6.1-cf82d58f2_GH0.tar.gz) = 03e1f5e2f48c715aa26dabf22764995e2df24767bede1badef18c1ec73d74d6b
SIZE (phpvirtualbox-phpvirtualbox-6.1-cf82d58f2_GH0.tar.gz) = 4173105
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/php82
- session.so : www/php82-session
- simplexml.so : textproc/php82-simplexml
- soap.so : net/php82-soap
- xml.so : textproc/php82-xml
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_phpvirtualbox
- USES:
- dos2unix php
- 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 |
6.1_4 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 |
6.1_4 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 |
6.1_3 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 |
6.1_2 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 |
6.1_1 21 May 2023 15:32:48 |
Vladimir Druzenko (vvd) |
www/phpvirtualbox: PHP 8 support
Patched from different sources
PR: 261498
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D40115 |
6.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) |
6.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 ) |
6.1 05 Jul 2022 17:51:17 |
Bernhard Froehlich (decke) |
*/*: Release my babies from my "created by" comments |
6.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.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> |
5.2.1_1 01 Feb 2021 15:06:39 |
fluffy |
www/phpvirtualbox: Set default cookie expiry date to 7 days after creation
Fix the issue "unable to switch servers"
A few weeks ago phpVirtualBox started preventing users to switch from one
server to another, as you can read in this upstream bug report:
https://github.com/phpvirtualbox/phpvirtualbox/issues/267
PR: 253155
Submitted by: andrew.hotlab
With hat: ports-secteam
Obtained from: phpvirtualbox repo
MFH: 2021Q1 |
5.2.1 23 Apr 2019 19:37:24 |
jkim |
Update to 5.2-1.
https://github.com/phpvirtualbox/phpvirtualbox/releases/tag/5.2-1
PR: 237453 |
5.2.0_1 19 Feb 2018 07:17:08 |
lwhsu |
- Update to 5.2-0
Submitted by: Derek Schrock (dereks_lifeofadishwasher.com)
Differential Revision: https://reviews.freebsd.org/D14430 |
5.1.1_1 06 Sep 2017 11:28:28 |
decke |
Fix SOAP Validation constraint violation with newer VirtualBox 5.1.26
PR: 222097
Submitted by: rozhuk.im@gmail.com
Obtained from: Thomas Pochetat <poteuch@hotmail.com>
See: https://bugs.archlinux.org/task/55228 |
5.1.1 27 Jul 2017 15:21:31 |
decke |
- Update to an unofficial 5.1-1 which supports VirtualBox 5.1
Sadly upstream is very silent and has not released a new version
which supports VirtualBox 5.1, supports PHP 7.1 or fixes bugs. In
the meantime the community has created patches which are
collected in the github projects bugtracker and pull requests.
This unofficial version cherry picks the useful stuff of it.
Highlights of unofficial phpvirtualbox 5.1-1:
* based on git commit 65ebced (latest commit from May 19, 2016)
* Patch to support Virtualbox 5.1
https://github.com/phpvirtualbox/phpvirtualbox/pull/22
(Only the first 15 lines of the commit message are shown above ) |
5.0.5 20 Jan 2017 20:33:31 |
sunpoet |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
5.0.5 25 Jul 2016 18:04:00 |
jkim |
Update to 5.0-5.
PR: 211352 |
4.3.2 17 Feb 2015 23:48:35 |
jkim |
Update to 4.3-2. |
4.3.1_1 10 Mar 2014 18:01:09 |
bapt |
Convert www to USES=zip |
4.3.1_1 10 Feb 2014 09:14:46 |
decke |
- Add missing PHP module required for utf8_encode() and utf8_decode().
Submitted by: VVD |
4.3.1 23 Jan 2014 17:19:17 |
decke |
- Update to 4.3-1 |
4.2.8 22 Oct 2013 08:21:16 |
decke |
- Update to 4.2-8
- Support staging |
4.2.7 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
4.2.7 12 Sep 2013 18:28:46 |
decke |
- Update to 4.2-7
- Remove $FreeBSD$ comment from pkg-plist |
4.2.6 11 Aug 2013 16:24:04 |
decke |
- Update to 4.2-6
- Update WWW and MASTER_SITES because project moved to SourceForge |
4.2.5 17 Jul 2013 11:57:34 |
decke |
- Update to 4.2-5 |
4.2.4_1 17 Jan 2013 14:43:49 |
decke |
- Add missing simplexml dependency
PR: ports/175189
Submitted by: Victor Balada Diaz <victor@bsdes.net> |
4.2.4 03 Jan 2013 13:42:26 |
decke |
- Update to 4.2-4 |
4.1.10 12 Sep 2012 15:15:15 |
decke |
- Update to 4.1-10
- Add another MASTER_SITE because upstream seems to delete old releases
Reported by: pointyhat (via beat) |
4.1.9 05 Sep 2012 09:46:58 |
decke |
- Update to 4.1-9 |
4.1.8 23 Aug 2012 15:00:30 |
decke |
- Add missing newline at end of distfile |
4.1.8 23 Aug 2012 14:58:21 |
decke |
- Update to 4.1-8
PR: ports/170863
Submitted by: Paul <tacid@tacid.kiev.ua> |
4.1.7 21 Feb 2012 14:32:33 |
decke |
- Update to 4.1-7 |
4.0.7 09 Jul 2011 06:13:36 |
decke |
- Update to 4.0-7 |
4.0.6 25 May 2011 11:05:10 |
decke |
- Update to 4.0-6 |
4.0.5 22 May 2011 14:11:14 |
decke |
- Update to 4.0-5
- Remove pkg-message
- License changed to MIT |
0.5 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.5 28 Sep 2010 12:57:09 |
decke |
- Update to 0.5
- Remove patches already included upstream
Approved by: beat (co-mentor) |
0.4 27 Jul 2010 08:23:28 |
decke |
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.
WWW: http://code.google.com/p/phpvirtualbox/
Submitted by: myself
Approved by: miwi (mentor), beat (co-mentor) |