diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-24 20:54:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-24 20:54:10 +0000 |
commit | a657afd62ccf664045e40de3af256889fc3f6e92 (patch) | |
tree | 92224fe50bd7a0be99089920e1f03f008f5b1eca /www/phpsysinfo-dev | |
parent | 4553448013211da06c628b6bced9b7f012808a43 (diff) | |
download | ports-a657afd62ccf664045e40de3af256889fc3f6e92.tar.gz ports-a657afd62ccf664045e40de3af256889fc3f6e92.zip |
Notes
Diffstat (limited to 'www/phpsysinfo-dev')
-rw-r--r-- | www/phpsysinfo-dev/Makefile | 6 | ||||
-rw-r--r-- | www/phpsysinfo-dev/pkg-descr | 11 |
2 files changed, 10 insertions, 7 deletions
diff --git a/www/phpsysinfo-dev/Makefile b/www/phpsysinfo-dev/Makefile index 75897637c6d1..02627bbf73b6 100644 --- a/www/phpsysinfo-dev/Makefile +++ b/www/phpsysinfo-dev/Makefile @@ -11,14 +11,18 @@ CATEGORIES= www MASTER_SITES= SF MAINTAINER= walt@relnor.com -COMMENT= A php script that displays info about the host being accessed +COMMENT= A PHP script for displaying system information USE_PHP= pcre xml simplexml WANT_PHP_WEB= yes +CONFLICTS= phpsysinfo-2.[0-9]* + WRKSRC= ${WRKDIR}/${PORTNAME:L} NO_BUILD= yes +LATEST_LINK= phpsysinfo + .include <bsd.port.pre.mk> post-install: diff --git a/www/phpsysinfo-dev/pkg-descr b/www/phpsysinfo-dev/pkg-descr index 1aef2f8d3ce1..c3de48e56a2f 100644 --- a/www/phpsysinfo-dev/pkg-descr +++ b/www/phpsysinfo-dev/pkg-descr @@ -1,7 +1,6 @@ -PhpSysInfo is a PHP script that displays infromation about the host being -accessed. It will display things like Uptime, CPU, Memory, SCSI, IDE, PCI, -Ethernet, Floppy, and Video Infromation. It can be customized. +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://sourceforge.net/projects/phpsysinfo/ - - -Bob Bomar <bob@fly.homeunix.org> +WWW: http://phpsysinfo.sourceforge.net |