Date: Sun, 24 Aug 2008 10:59:14 -0400 (EDT) From: Walter Lyle Venable <weaseal@relnor.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/126791: [NEW PORT] www/phpsysinfo: PHP web interface for displaying system information Message-ID: <200808241459.m7OExE6s050567@relnor.com> Resent-Message-ID: <200808241530.m7OFU4ck088392@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 126791 >Category: ports >Synopsis: [NEW PORT] www/phpsysinfo: PHP web interface for displaying system information >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 24 15:30:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Walter Venable >Release: FreeBSD 7.0-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD relnor.com 7.0-RELEASE-p3 FreeBSD 7.0-RELEASE-p3 #0: Mon Aug 4 01:48:06 EDT >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. WWW: http://phpsysinfo.sourceforge.net Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- phpsysinfo-2.5.4.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # phpsysinfo # phpsysinfo/Makefile # phpsysinfo/distinfo # phpsysinfo/pkg-descr # phpsysinfo/pkg-message # echo c - phpsysinfo mkdir -p phpsysinfo > /dev/null 2>&1 echo x - phpsysinfo/Makefile sed 's/^X//' >phpsysinfo/Makefile << 'END-of-phpsysinfo/Makefile' X# New ports collection makefile for: www/phpsysinfo X# Date created: August 24th 2008 X# Whom: Walter Venable <weaseal@users.sourceforge.net> X# X# $FreeBSD$ X# X XPORTNAME= phpsysinfo XPORTVERSION= 2.5.4 XCATEGORIES= www XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= phpsysinfo X XMAINTAINER= weaseal@users.sourceforge.net XCOMMENT= PHP web interface for displaying system information X XUSE_PHP= yes XWANT_PHP_WEB= yes X XWRKSRC= ${WRKDIR}/phpsysinfo XNO_BUILD= yes XPHPSYSINFODIR?= www/phpsysinfo X X.include <bsd.port.pre.mk> X Xdo-install: X @${MKDIR} ${PREFIX}/${PHPSYSINFODIR} X ${CP} -r ${WRKSRC}/ ${PREFIX}/${PHPSYSINFODIR} X ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${PHPSYSINFODIR} X Xpost-install: X @${SED} -e 's|%%PHPSYSINFODIR%%|${PREFIX}/${PHPSYSINFODIR}|' ${PKGMESSAGE} X X.include <bsd.port.post.mk> END-of-phpsysinfo/Makefile echo x - phpsysinfo/distinfo sed 's/^X//' >phpsysinfo/distinfo << 'END-of-phpsysinfo/distinfo' XMD5 (phpsysinfo-2.5.4.tar.gz) = 5bf79793255ff24d5f9cbc6a62705aa7 XSHA256 (phpsysinfo-2.5.4.tar.gz) = 421ee80c27c2e13ec1218c45899ab545ee140291b3f4308c630fa6a8ef007330 XSIZE (phpsysinfo-2.5.4.tar.gz) = 221324 END-of-phpsysinfo/distinfo echo x - phpsysinfo/pkg-descr sed 's/^X//' >phpsysinfo/pkg-descr << 'END-of-phpsysinfo/pkg-descr' XphpSysInfo is a PHP script that displays information about the host being Xaccessed. XIt will displays things like Uptime, CPU, Memory, SCSI, IDE, PCI, Ethernet, XFloppy, and Video Information. X XWWW: http://phpsysinfo.sourceforge.net END-of-phpsysinfo/pkg-descr echo x - phpsysinfo/pkg-message sed 's/^X//' >phpsysinfo/pkg-message << 'END-of-phpsysinfo/pkg-message' X X *** NOTE **** XRemember to check X X%%PHPSYSINFODIR%%/README X Xfor details X X *** APACHE CONFIG *** X XYou may need to modify your apache config to allow the phpsysinfo directory: X X<Directory "%%PHPSYSINFODIR%%"> X Order deny,allow X Allow from all X</Directory> X XAnd, depending on where your DocumentRoot is set, you may also need: X XAlias /phpsysinfo %%PHPSYSINFODIR%% X END-of-phpsysinfo/pkg-message exit --- phpsysinfo-2.5.4.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808241459.m7OExE6s050567>