Port details |
- phpsysinfo PHP script for displaying system information
- 3.4.4 www =10 3.4.3_2Version of this port present on the latest quarterly branch.
- Maintainer: tremere@cainites.net
- Port Added: 2008-12-24 20:29:39
- Last Update: 2024-10-02 22:14:43
- Commit Hash: def6bc0
- People watching this port, also watch:: curl, freetype2, phpMyAdmin-php81, sudo, wget
- License: GPLv2+
- WWW:
- https://phpsysinfo.github.io/phpsysinfo/
- Description:
- phpsysinfo is a PHP script that displays information about the host being
accessed.
It will displays things like Uptime, CPU, Memory, SCSI, IDE, PCI, Ethernet,
Floppy, and Video Information.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- phpsysinfo${PHP_PKGNAMESUFFIX}>0:www/phpsysinfo
- To install the port:
- cd /usr/ports/www/phpsysinfo/ && make install clean
- To add the package, run one of these commands:
- pkg install www/phpsysinfo
- pkg install phpsysinfo-php82
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: phpsysinfo-php82
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1727444780
SHA256 (phpsysinfo-phpsysinfo-v3.4.4_GH0.tar.gz) = fab71f09a09881c7fab78f452b4da907e306a5f34069cdeb94f7d1adcbcfac0e
SIZE (phpsysinfo-phpsysinfo-v3.4.4_GH0.tar.gz) = 1109842
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
- dom.so : textproc/php82-dom
- mbstring.so : converters/php82-mbstring
- simplexml.so : textproc/php82-simplexml
- xml.so : textproc/php82-xml
- xsl.so : textproc/php82-xsl
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_phpsysinfo
- USES:
- cpe php:web
- pkg-message:
- For install:
- You will also need to configure Apache. Consider adding the following
to your httpd.conf:
Alias /phpSysInfo "/usr/local/www/phpsysinfo/"
<Directory "/usr/local/www/phpsysinfo">
AllowOverride all
Allow from all
</Directory>
Then restart Apache: 'apachectl graceful'
Please visit 'http://localhost/phpsysinfo/' in a
web-browser and follow the configuration instructions.
- If upgrading from < 3.4.1:
- This version requires a manual review of the phpsysinfo.ini. Some plugins have
changed and/or renamed settings, which will causes issues running phpSysInfo.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.4.4 02 Oct 2024 22:14:43 |
Joel Bodenmann (jbo) Author: Ralf van der Enden |
www/phpsysinfo: Update to 3.4.4
- Add upstream patches to fix memory usage on FreeBSD 14.1 and upwards
Changelog: https://github.com/phpsysinfo/phpsysinfo/releases/tag/v3.4.4
PR: 281743 |
3.4.3_2 15 May 2024 15:21:57 |
Neel Chauhan (nc) Author: Ralf van der Enden |
www/phpsysinfo: add PKGNAMESUFFIX and bump PORTREVISION
PR: 279000
Approved by: submitter is maintainer |
3.4.3_1 27 Oct 2023 06:32:57 |
Robert Clausecker (fuz) Author: Ralf van der Enden |
www/phpsysinfo: add missing php-xsl dependency and bump PORTREVISION
PR: 274450
MFH: 2023Q4 |
3.4.3 04 Jul 2023 15:14:51 |
Fernando Apesteguía (fernape) Author: Ralf van der Enden |
www/phpsysinfo: update to 3.4.3
ChangeLog: https://github.com/phpsysinfo/phpsysinfo/releases/tag/v3.4.3
* [ADD] Linux Lite, BigLinux, Linspire, Tuxedo, Armbian, Photon,
RebeccaBlackOS, QuemOS, dahliaOS, openEuler, Runtu, risiOS, Nobara, Fatdog,
CachyOS, Snal, Feren, Archman, Elive, RoboLinux, ExTiX, Kaisen, LXLE,
Neptune, Regata, Archcraft, Kodachi, Bodhi, Siduction, Vanilla, Q4OS, Guix,
XeroLinux, OpenWRT, Gnoppix, Uruk, Laclin, Clear, Sparky and Venom Linux to
detected distros
* [NEW] SHOW_NETWORK_BRIDGE option
* [NEW] JSONP option for enable JSONP data mode
* [NEW] plugin DiskLoad - show Disk Load information on WinNT
PR: 272345
Reported by: tremere@cainites.net (maintainer) |
3.4.2 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 ) |
3.4.2 20 Sep 2022 16:27:08 |
Nuno Teixeira (eduardo) Author: Ralf van der Enden |
www/phpsysinfo: Update to 3.4.2
ChangeLog: https://github.com/phpsysinfo/phpsysinfo/releases/tag/v3.4.2
PR: 266504 |
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) |
3.4.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 ) |
3.4.1 20 Jul 2022 14:23:26 |
Tobias C. Berner (tcberner) |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
3.4.1 10 Mar 2022 17:35:59 |
Neel Chauhan (nc) Author: Ralf van der Enden |
www/phpsysinfo: update to 3.4.1
PR: 262443 |
3.3.4 31 Aug 2021 09:23:15 |
Bernhard Froehlich (decke) |
www/phpsysinfo: Add CPE information
Approved by: portmgr (blanket) |
3.3.4 07 Apr 2021 17:05:56 |
Neel Chauhan (nc) |
www/phpsysinfo: update to 3.3.4
Changes: https://github.com/phpsysinfo/phpsysinfo/compare/v3.3.2...v3.3.4
PR: 254847
Submitted by: Ralf van der Enden <tremere AT cainites DOT net> (maintainer) |
3.3.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.3.2 18 Jan 2020 19:01:02 |
dbaio |
www/phpsysinfo: Update to 3.3.2
PR: 243311
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
3.3.1 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
3.3.1 30 Jun 2019 21:49:30 |
swills |
www/phpsysinfo: update to 3.3.1
PR: 238860
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
3.3.0 10 Feb 2019 14:35:09 |
kai |
www/phpsysinfo: Update to 3.3.0
While I'm here:
* Fix license
* Update WWW
* Pacify portlint
Changelog:
[UPD] Frontend Bootstrap3 to Bootstrap4 with IE8 and IE9 compatibility modules
[ADD] Endless, Kali, Redcore and MX Linux to detected distros
[ADD] SMART plugin - support for NVMe disks
[ADD] Uprecords plugin - SHORT_MODE option
[ADD] Raid plugin - IDRAC RAID status
[NEW] NVMe devices list on Linux
[NEW] Docker plugin - docker stats
[NEW] SORT_NETWORK_INTERFACES_LIST and SORT_SENSORS_LIST options
[NEW] IGNORE_FREE, IGNORE_USAGE and IGNORE_THRESHOLD_FS_TYPES options
PR: 235592
Submitted by: Ralf van der Enden (maintainer)
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D19132 |
3.2.10 25 Feb 2018 05:32:29 |
sunpoet |
Update to 3.2.10
- While I'm here:
- Sort USE_PHP
- Fix PLIST_FILES
Changes: https://github.com/phpsysinfo/phpsysinfo/releases
PR: 225948
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
3.2.8 12 Oct 2017 15:10:00 |
sunpoet |
Update to 3.2.8
- While I'm here, update WWW
Changes: https://github.com/phpsysinfo/phpsysinfo/releases
PR: 222954
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
3.2.7 19 Jan 2017 18:12:38 |
amdmi3 |
- Update to 3.2.7
- While here, add NO_ARCH and fix WWW
PR: 216223
Submitted by: tremere@cainites.net (maintainer) |
3.2.6 16 Sep 2016 22:51:38 |
amdmi3 |
- Update to 3.2.6
PR: 212569
Submitted by: tremere@cainites.net (maintainer) |
3.2.5 13 Sep 2016 16:44:59 |
amdmi3 |
- Remove bogus BROKEN_powerpc64 [1]
- Update php depends
PR: 212632 [1]
Submitted by: demik+freebsd@lostwave.net
Approved by: portmgr blanket |
3.2.5 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
3.2.5 04 Mar 2016 12:06:06 |
rakuco |
Replace use of @exec/@unexec with @sample.
PR: 207570
Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) |
3.2.5 28 Feb 2016 16:41:17 |
pi |
www/phpsysinfo: 3.2.4 -> 3.2.5, submitter becomes maintainer
upd: jQuery 2.2.0 and jQuery 1.12.0
add: Show network interfaces infos for NetBSD and OpenBSD
add: SHOW_NETWORK_INFOS_EXPANDED option
add: SHOW_MEMORY_INFOS_EXPANDED option
add: QTS, OpenMamba and HipServ to detected distros
add: SNMPups - monitoring UPS via SNMP
new: reloading plugins also for frontend "bootstrap"
new: Network speed info on WinNT, Linux, Android, Darwin, NetBSD,
OpenBSD and FreeBSD
new: Coretemp monitoring also on Linux
new: QTSsnmp - SNMP sensors monitoring for QTS Linux
new: Hwmon - sensors monitoring for Linux
new: SpeedFan - sensors monitoring for WinNT
new: Separate configuration sections for motherboard monitoring
sensors programs
new: List of IP addresses of clients authorized to run
PR: 207443
Submitted by: Ralf van der Enden <tremere@cainites.net>
Approved by: walt@relnor.com (maintainer) |
3.2.4 23 Feb 2016 09:23:16 |
miwi |
- Update to 3.2.4
PR: 206401
Submitted by: jochen@jochen-neumeister.de
Approved by: maintainer |
3.2.3 21 Sep 2015 23:48:57 |
wen |
- Update to 3.2.3
PR: 203090
Submitted by: pkubaj@riseup.net
Approved by: walt@relnor.com(maintainer) |
3.2.2 16 Aug 2015 12:17:41 |
amdmi3 |
- Update to 3.2.2
PR: 202037
Submitted by: pi
Approved by: maintainer timeout (walt@relnor.com, 2 weeks) |
3.2.0_1 22 May 2015 10:26:47 |
amdmi3 |
- Fix shebangs
- Add LICENSE_FILE
Approved by: portmgr blanket
MFH: 2015Q2 |
3.2.0 07 May 2015 20:24:16 |
mat |
Update ports in the remaining categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
3.2.0 19 Mar 2015 16:44:59 |
bdrewery |
Update USE_GITHUB so it does not require GH_COMMIT.
Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag. This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.
The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
GH -> GHL
GITHUB -> GITHUB_LEGACY
Differential Revision: https://reviews.freebsd.org/D748
Submitted by: amdmi3
Reviewed by: mat, swills, antoine, bdrewery
With hat: portmgr |
3.2.0 06 Feb 2015 15:36:05 |
marino |
www/phpsysinfo: Upgrade version from 3.0.10 => 3.2.0
PR: 195329
Submitted by: Ralf van der Enden
Approved by: maintainer (Walt - relnor.com) |
3.0.10_2 31 Oct 2014 19:08:08 |
bapt |
Simplify plist |
3.0.10_2 27 Jul 2014 16:18:32 |
marino |
Stage www/phpsysinfo
The pkgmessage logic requiring <pre> and <post> wasn't needed at all.
PR: 189959
Submitted by: joe (thrallingpenguin.com)
Modifications: marino |
3.0.10_1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
3.0.10_1 07 Feb 2012 18:14:59 |
tabthorpe |
- Add dom to USE_PHP
- Fix trailing slash for alias to work properly
- Pet portlint
- Bump PORTREVISION
PR: ports/164430
Submitted by: tabthorpe@
Approved by: maintainer timeout |
3.0.10 06 Apr 2011 11:52:36 |
jadawin |
- Update to 3.0.10
- Add license
PR: ports/156079
Submitted by: Hsin-Han You <hhyou _AT_ cs.nctu.edu.tw>
Approved by: maintainer |
3.0.7 28 Jan 2011 10:57:30 |
arved |
Update to 3.0.7
PR: 153824
Submitted by: Marek Holienka
Reviewed by: maintainer (previous version)
Feature safe: yes |
3.0.5 27 Jun 2010 08:05:05 |
miwi |
- Update to 3.0.5
PR: 148079
Submitted by: Bo-Yi Wu <appleboy.tw@gmail.com> (maintainer)
Feature safe: yes |
3.0.4 19 Mar 2010 23:03:05 |
sylvio |
- Update to 3.0.4
PR: ports/144355
Submitted by: Bo-Yi Wu <appleboy.tw@gmail.com>
Approved by: maintainer (timeout > 15days), miwi (mentor) |
3.0.2 31 Jan 2010 14:38:10 |
miwi |
- Add missing pkg-messages |
3.0.2 31 Jan 2010 14:37:44 |
miwi |
- Update to 3.0.2
PR: 140683
Submitted by: miwi@
Approved by: maintainer |
2.5.4_1 24 Dec 2008 20:57:52 |
miwi |
- Downgrade from 3.0-RC6 (dev) to 2.5.4 (stable)
- Set PORTEPOCH
- Mark conflict / LATEST_LINK with www/phpsysinfo-dev
- Update pkg-descr
- Update WWW
PR: 126823
Submitted by: Walter Venable <walt@relnor.com> (maintainer) |
3.0.r6_1 24 Dec 2008 20:29:00 |
miwi |
- Force commit:
repocopy from www/phpSysInfo -> www/phpsysinfo
www/phpSysInfo -> www/phpsysinfo-dev |