diff options
Diffstat (limited to 'www/phpsysinfo-dev')
-rw-r--r-- | www/phpsysinfo-dev/Makefile | 46 | ||||
-rw-r--r-- | www/phpsysinfo-dev/distinfo | 1 | ||||
-rw-r--r-- | www/phpsysinfo-dev/pkg-descr | 7 |
3 files changed, 0 insertions, 54 deletions
diff --git a/www/phpsysinfo-dev/Makefile b/www/phpsysinfo-dev/Makefile deleted file mode 100644 index c7056550765d..000000000000 --- a/www/phpsysinfo-dev/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# New ports collection makefile for: phpSysInfo -# Date created: Mon Mar 04, 2002 -# Whom: Bob Bomar <bob@fly.homeunix.org> -# -# $FreeBSD$ - -PORTNAME= phpSysInfo -PORTVERSION= 2.1 -CATEGORIES= www -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= phpsysinfo - -MAINTAINER= so14k@so14k.com -COMMENT= A php script that displays info about the host being accessed - -WANT_PHP_WEB= yes - -PREFIX= ${LOCALBASE} -WEBOWN?= www -WEBGRP?= www -APACHEDIR= ${PREFIX}/www/data -INSTALLDIR= ${APACHEDIR}/phpSysInfo -NO_BUILD= yes -PLIST= ${WRKDIR}/plist - -PLIST_SUB+= INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,} - -.include <bsd.port.pre.mk> -.include "${.CURDIR}/../../lang/php4/bsd.php.mk" - -post-patch: - rm -f ${PLIST} - cd ${WRKSRC};\ - ${FIND} . ! -type d | sort | ${SED} "s|^.|%%INSTALLDIR%%|"\ - >${PLIST};\ - ${FIND} . -type d | sort -r | ${SED} "s|^.|@dirrm %%INSTALLDIR%%|"\ - >>${PLIST} - -do-install: - ${MKDIR} ${INSTALLDIR} - cd ${WRKSRC}; ${FIND} . \ - | cpio -pdm -R ${WEBOWN}:${WEBGRP} ${INSTALLDIR} - ${CHMOD} -R ${BINMODE} ${INSTALLDIR} - ${FIND} ${INSTALLDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE} - -.include <bsd.port.post.mk> diff --git a/www/phpsysinfo-dev/distinfo b/www/phpsysinfo-dev/distinfo deleted file mode 100644 index 8351f9ae542c..000000000000 --- a/www/phpsysinfo-dev/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (phpSysInfo-2.1.tar.gz) = 22d4d7977dfff237f8e0aa3e4ebaee75 diff --git a/www/phpsysinfo-dev/pkg-descr b/www/phpsysinfo-dev/pkg-descr deleted file mode 100644 index 1aef2f8d3ce1..000000000000 --- a/www/phpsysinfo-dev/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -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. - -WWW: http://sourceforge.net/projects/phpsysinfo/ - - -Bob Bomar <bob@fly.homeunix.org> |