From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/phpsysinfo/
Date: Sun, 2 Jul 2023 01:18:07 +0000 (UTC) [thread overview]
Message-ID: <1688260670.ea6225a39087177abf38b10949d8b39eaf1f937e.conikost@gentoo> (raw)
commit: ea6225a39087177abf38b10949d8b39eaf1f937e
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 2 01:17:50 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 01:17:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea6225a3
www-apps/phpsysinfo: add 3.4.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
www-apps/phpsysinfo/Manifest | 1 +
www-apps/phpsysinfo/phpsysinfo-3.4.3.ebuild | 52 +++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/www-apps/phpsysinfo/Manifest b/www-apps/phpsysinfo/Manifest
index 029b57c9f824..54cfa9b8717c 100644
--- a/www-apps/phpsysinfo/Manifest
+++ b/www-apps/phpsysinfo/Manifest
@@ -1 +1,2 @@
DIST phpsysinfo-3.4.2.tar.gz 1018093 BLAKE2B 148111015d2ba0751f4001d8b00ac30ca0c82eb21d6f44eb42b309a50d343d2aa765da032ecd2e018ecf420dfb32fbe78b0a4a06fd248a86c388a9dcf0c60014 SHA512 b375319cc54e7291089db8f938fae92a9245bc95318116159d34fcfa33464063eaf5b911a928c3d48adbfcb98d9b4431e85052b76c4f3a03a0ddc7f14557db39
+DIST phpsysinfo-3.4.3.tar.gz 1101922 BLAKE2B b4800af1bb6995f898681d80c95c87d7120146078b1a0f24d65c0217b6c6ea1d9dc9e9a8c54d9e4c1f41988ed68e28f263093af1217caf76af48b001da912136 SHA512 d0c5f0d36da6fa85dd299c8550633055fecc15e16f0f9a57e6765691a0c766da9893fd2be539492fb45b482165b1215ca9950b50f7bddfa84294833c06de27f7
diff --git a/www-apps/phpsysinfo/phpsysinfo-3.4.3.ebuild b/www-apps/phpsysinfo/phpsysinfo-3.4.3.ebuild
new file mode 100644
index 000000000000..5b4d162c33df
--- /dev/null
+++ b/www-apps/phpsysinfo/phpsysinfo-3.4.3.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit optfeature webapp
+
+DESCRIPTION="A customizable PHP script that displays information about your system nicely"
+HOMEPAGE="https://phpsysinfo.github.io/phpsysinfo/"
+SRC_URI="https://github.com/rk4an/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+RDEPEND="
+ dev-lang/php[simplexml,xml,xsl(+),xslt(+),unicode]
+ virtual/httpd-php
+"
+
+need_httpd_cgi
+
+src_install() {
+ webapp_src_preinst
+
+ dodoc CHANGELOG.md README*
+ rm CHANGELOG.md COPYING README* .gitignore || die
+
+ mv phpsysinfo.ini{.new,} || die
+ insinto "${MY_HTDOCSDIR}"
+ doins -r .
+
+ webapp_configfile "${MY_HTDOCSDIR}"/phpsysinfo.ini
+
+ webapp_src_install
+}
+
+pkg_postinst() {
+ optfeature "showing disk temperatures." app-admin/hddtemp
+ optfeature "showing system uptime." app-misc/uptimed
+ optfeature "showing snmp statistics." net-analyzer/net-snmp
+ optfeature "showing iptables rules." net-firewall/iptables
+ optfeature "showing ipmi sensors." sys-apps/ipmitool
+ optfeature "showing ipmi sensors." sys-apps/ipmiutil
+ optfeature "showing system sensors." sys-apps/lm-sensors
+ optfeature "showing s.m.a.r.t. health." sys-apps/smartmontools
+ optfeature "showing lsi raid controller health." sys-block/megactl
+ optfeature "showing fake raid statistics." sys-fs/dmraid
+ optfeature "showing software raid statistics." sys-fs/mdadm
+ optfeature "showing quota information." sys-fs/quota
+ optfeature "showing ipmi sensors." sys-libs/freeipmi
+ optfeature "showing apc ups statistics." sys-power/apcupsd
+ optfeature "showing ups statistics." sys-power/nut
+}
next reply other threads:[~2023-07-02 1:18 UTC|newest]
Thread overview: 47+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-02 1:18 Conrad Kostecki [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-23 23:36 [gentoo-commits] repo/gentoo:master commit in: www-apps/phpsysinfo/ Conrad Kostecki
2023-08-05 20:32 Conrad Kostecki
2023-08-05 20:32 Conrad Kostecki
2022-10-16 15:53 Conrad Kostecki
2022-10-16 15:53 Conrad Kostecki
2022-09-14 21:51 Conrad Kostecki
2022-04-23 21:24 Conrad Kostecki
2022-03-07 21:27 Conrad Kostecki
2022-03-07 21:27 Conrad Kostecki
2022-02-05 20:48 Conrad Kostecki
2021-08-24 7:04 Conrad Kostecki
2021-08-23 22:16 Agostino Sarubbo
2021-08-23 10:47 Agostino Sarubbo
2021-08-23 10:46 Agostino Sarubbo
2021-08-23 10:44 Agostino Sarubbo
2021-08-22 14:02 Conrad Kostecki
2021-07-21 23:06 Conrad Kostecki
2020-12-15 2:17 Matt Turner
2020-09-07 8:55 David Seifert
2020-05-29 23:15 Conrad Kostecki
2020-05-29 20:42 Sergei Trofimovich
2020-05-21 8:06 Agostino Sarubbo
2020-05-21 8:00 Agostino Sarubbo
2020-05-21 7:58 Agostino Sarubbo
2020-05-21 7:53 Agostino Sarubbo
2020-02-04 18:09 Conrad Kostecki
2019-12-02 23:22 Conrad Kostecki
2019-11-01 13:40 Joonas Niilola
2019-10-27 19:25 Sergei Trofimovich
2019-10-03 8:14 Agostino Sarubbo
2019-10-03 8:12 Agostino Sarubbo
2019-09-26 19:02 Thomas Deutschmann
2019-09-12 14:28 Michał Górny
2019-08-01 11:19 Joonas Niilola
2019-08-01 11:19 Joonas Niilola
2019-04-30 6:11 Michał Górny
2019-04-29 13:38 Michał Górny
2019-04-29 13:38 Michał Górny
2019-03-24 20:02 Sergei Trofimovich
2018-11-29 19:41 Virgil Dupras
2018-11-15 1:08 Virgil Dupras
2018-07-13 11:10 Tony Vroon
2018-04-28 10:34 Mikle Kolyada
2015-08-25 5:05 Tim Harder
2015-08-25 5:05 Tim Harder
2015-08-09 18:43 Mikle Kolyada
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1688260670.ea6225a39087177abf38b10949d8b39eaf1f937e.conikost@gentoo \
--to=conikost@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox