Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 2008 09:32:58 -0400 (EDT)
From:      Walter Venable <walt@relnor.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/126823: [MOVE PORT] www/phpSysInfo to www/phpsysinfo-dev
Message-ID:  <200808251332.m7PDWwmu080813@relnor.com>
Resent-Message-ID: <200808251350.m7PDo4Pn046632@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         126823
>Category:       ports
>Synopsis:       [MOVE PORT] www/phpSysInfo to www/phpsysinfo-dev
>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:   Mon Aug 25 13:50:04 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:
Moving www/phpSysInfo to www/phpsysinfo-dev
Renaming for punctuation consistency and adding -dev as it currently uses the development version

Look for a send-pr for www/phpsysinfo soon to stand as the new stable version.

Here is the diff for /usr/ports/MOVED:

--- /usr/ports/MOVED	2008-08-25 08:04:34.000000000 -0400
+++ /home/walt/MOVED	2008-08-25 08:56:49.000000000 -0400
@@ -3579,3 +3579,4 @@
 x11-wm/ude||2008-08-22|Has expired: Remove dead project
 lang/gcc32|lang/gcc42|2008-08-23|Abandoned upstream more than five years ago; superseded by lang/gcc42 and later
 irc/iip||2008-08-24|Abanndonware, long since deprecated
+www/phpSysInfo|www/phpsysinfo-dev|2008-08-25|Renaming this as it is the development version. To use stable version, see www/phpsysinfo


Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- phpsysinfodev-3.0.r6.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-dev
#	phpsysinfo-dev/Makefile
#	phpsysinfo-dev/distinfo
#	phpsysinfo-dev/pkg-descr
#	phpsysinfo-dev/pkg-message
#	phpsysinfo-dev/pkg-plist
#
echo c - phpsysinfo-dev
mkdir -p phpsysinfo-dev > /dev/null 2>&1
echo x - phpsysinfo-dev/Makefile
sed 's/^X//' >phpsysinfo-dev/Makefile << 'END-of-phpsysinfo-dev/Makefile'
X# New ports collection makefile for:	www/phpsysinfo-dev
X# Date created:				August 24th 2008
X# Whom:	      				Walter Venable <walt@relnor.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	phpsysinfo
XPORTVERSION=	3.0.r6
XCATEGORIES=	www
XMASTER_SITES=	SF
XPKGNAMESUFFIX=	dev
XDISTNAME=	phpSysInfo-3.0-RC6
X
XMAINTAINER=	walt@relnor.com
XCOMMENT=	A PHP script for displaying system information
X
XCONFLICTS=	phpsysinfo-2.[0-9]*
X
XUSE_PHP=	pcre xml simplexml
XWANT_PHP_WEB=	yes
X
XWRKSRC=		${WRKDIR}/${PORTNAME:L}
XNO_BUILD=	yes
X
X.include <bsd.port.pre.mk>
X
Xdo-install:
X	@${MKDIR} ${WWWDIR}
X	${CP} -R ${WRKSRC}/ ${WWWDIR}
X	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
X
Xpost-install:
X	@${SED} -e 's|%%WWWDIR%%|${WWWDIR}|' ${PKGMESSAGE}
X
X.include <bsd.port.post.mk>
END-of-phpsysinfo-dev/Makefile
echo x - phpsysinfo-dev/distinfo
sed 's/^X//' >phpsysinfo-dev/distinfo << 'END-of-phpsysinfo-dev/distinfo'
XMD5 (phpSysInfo-3.0-RC6.tar.gz) = 8c63d60734308b40d531b3d2a3a80344
XSHA256 (phpSysInfo-3.0-RC6.tar.gz) = a6822c51b185d1bcc8bc07a53c6345e7ef741fe3a45f54804f2e82191069cd56
XSIZE (phpSysInfo-3.0-RC6.tar.gz) = 203108
END-of-phpsysinfo-dev/distinfo
echo x - phpsysinfo-dev/pkg-descr
sed 's/^X//' >phpsysinfo-dev/pkg-descr << 'END-of-phpsysinfo-dev/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-dev/pkg-descr
echo x - phpsysinfo-dev/pkg-message
sed 's/^X//' >phpsysinfo-dev/pkg-message << 'END-of-phpsysinfo-dev/pkg-message'
X
X	*** NOTE ****
XRemember to check
X
X%%WWWDIR%%/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 "%%WWWDIR%%">
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 %%WWWDIR%%
X
END-of-phpsysinfo-dev/pkg-message
echo x - phpsysinfo-dev/pkg-plist
sed 's/^X//' >phpsysinfo-dev/pkg-plist << 'END-of-phpsysinfo-dev/pkg-plist'
X%%WWWDIR%%/COPYING
X%%WWWDIR%%/ChangeLog
X%%WWWDIR%%/README
X%%WWWDIR%%/README_PLUGIN
X%%WWWDIR%%/config.php.new
X%%WWWDIR%%/data/index.html
X%%WWWDIR%%/distros.ini
X%%WWWDIR%%/gfx/ajaxLoader.gif
X%%WWWDIR%%/gfx/asc.gif
X%%WWWDIR%%/gfx/attention.gif
X%%WWWDIR%%/gfx/bg.gif
X%%WWWDIR%%/gfx/body.gif
X%%WWWDIR%%/gfx/bullet_toggle_minus.png
X%%WWWDIR%%/gfx/bullet_toggle_plus.png
X%%WWWDIR%%/gfx/close.gif
X%%WWWDIR%%/gfx/desc.gif
X%%WWWDIR%%/gfx/html.gif
X%%WWWDIR%%/gfx/next.gif
X%%WWWDIR%%/gfx/prev.gif
X%%WWWDIR%%/gfx/reload.png
X%%WWWDIR%%/images/Arch.gif
X%%WWWDIR%%/images/Arch.png
X%%WWWDIR%%/images/CentOS.png
X%%WWWDIR%%/images/Cobalt.png
X%%WWWDIR%%/images/Darwin.png
X%%WWWDIR%%/images/Debian.png
X%%WWWDIR%%/images/Fedora.png
X%%WWWDIR%%/images/FreeBSD.png
X%%WWWDIR%%/images/Gentoo.png
X%%WWWDIR%%/images/Mandrake.png
X%%WWWDIR%%/images/NetBSD.png
X%%WWWDIR%%/images/OpenBSD.png
X%%WWWDIR%%/images/PLD.gif
X%%WWWDIR%%/images/Redhat.png
X%%WWWDIR%%/images/Rubix.png
X%%WWWDIR%%/images/Slackware.png
X%%WWWDIR%%/images/SunOS.png
X%%WWWDIR%%/images/Suse.png
X%%WWWDIR%%/images/Trustix.gif
X%%WWWDIR%%/images/Ubuntu.gif
X%%WWWDIR%%/images/free-eos.png
X%%WWWDIR%%/images/hlfs.png
X%%WWWDIR%%/images/index.html
X%%WWWDIR%%/images/lfs.png
X%%WWWDIR%%/images/unknown.png
X%%WWWDIR%%/images/xp.gif
X%%WWWDIR%%/includes/class.Error.inc.php
X%%WWWDIR%%/includes/class.psi_plugin.inc.php
X%%WWWDIR%%/includes/class.psi_plugin_interface.inc.php
X%%WWWDIR%%/includes/common_functions.php
X%%WWWDIR%%/includes/index.html
X%%WWWDIR%%/includes/mb/class.coretemp.inc.php
X%%WWWDIR%%/includes/mb/class.hddtemp.inc.php
X%%WWWDIR%%/includes/mb/class.healthd.inc.php
X%%WWWDIR%%/includes/mb/class.hwsensors.inc.php
X%%WWWDIR%%/includes/mb/class.lmsensors.inc.php
X%%WWWDIR%%/includes/mb/class.mbm5.inc.php
X%%WWWDIR%%/includes/mb/class.mbmon.inc.php
X%%WWWDIR%%/includes/mb/index.html
X%%WWWDIR%%/includes/os/class.BSD.common.inc.php
X%%WWWDIR%%/includes/os/class.Darwin.inc.php
X%%WWWDIR%%/includes/os/class.FreeBSD.inc.php
X%%WWWDIR%%/includes/os/class.HP-UX.inc.php
X%%WWWDIR%%/includes/os/class.Linux.inc.php
X%%WWWDIR%%/includes/os/class.NetBSD.inc.php
X%%WWWDIR%%/includes/os/class.OpenBSD.inc.php
X%%WWWDIR%%/includes/os/class.SunOS.inc.php
X%%WWWDIR%%/includes/os/class.WINNT.inc.php
X%%WWWDIR%%/includes/os/class.parseProgs.inc.php
X%%WWWDIR%%/includes/os/index.html
X%%WWWDIR%%/includes/redir.php
X%%WWWDIR%%/includes/ups/class.apcupsd.inc.php
X%%WWWDIR%%/includes/ups/index.html
X%%WWWDIR%%/includes/xml.class.php
X%%WWWDIR%%/index.php
X%%WWWDIR%%/js/README
X%%WWWDIR%%/js/index.html
X%%WWWDIR%%/js/jquery.color.pack.js
X%%WWWDIR%%/js/jquery.mousewheel.pack.js
X%%WWWDIR%%/js/jquery.nyroModal.pack.js
X%%WWWDIR%%/js/jquery.pack.js
X%%WWWDIR%%/js/jquery.tablesorter.pack.js
X%%WWWDIR%%/language/bg.xml
X%%WWWDIR%%/language/cz.xml
X%%WWWDIR%%/language/de.xml
X%%WWWDIR%%/language/en.xml
X%%WWWDIR%%/language/es.xml
X%%WWWDIR%%/language/et.xml
X%%WWWDIR%%/language/fr.xml
X%%WWWDIR%%/language/gl.xml
X%%WWWDIR%%/language/hu.xml
X%%WWWDIR%%/language/it.xml
X%%WWWDIR%%/language/language.php
X%%WWWDIR%%/language/nl.xml
X%%WWWDIR%%/language/no.xml
X%%WWWDIR%%/language/pl.xml
X%%WWWDIR%%/language/pt-br.xml
X%%WWWDIR%%/language/ro.xml
X%%WWWDIR%%/language/ru.xml
X%%WWWDIR%%/language/sc.xml
X%%WWWDIR%%/language/sk.xml
X%%WWWDIR%%/language/sv.xml
X%%WWWDIR%%/language/tw.xml
X%%WWWDIR%%/language/uk.xml
X%%WWWDIR%%/phpsysinfo.dtd
X%%WWWDIR%%/phpsysinfo.js
X%%WWWDIR%%/plugins/index.html
X%%WWWDIR%%/plugins/mdstat/class.mdstat.inc.php
X%%WWWDIR%%/plugins/mdstat/css/mdstat.css
X%%WWWDIR%%/plugins/mdstat/gfx/error.png
X%%WWWDIR%%/plugins/mdstat/gfx/harddrivefail.png
X%%WWWDIR%%/plugins/mdstat/gfx/harddriveok.png
X%%WWWDIR%%/plugins/mdstat/gfx/harddrivespare.png
X%%WWWDIR%%/plugins/mdstat/js/mdstat.js
X%%WWWDIR%%/plugins/mdstat/lang/de.xml
X%%WWWDIR%%/plugins/mdstat/lang/en.xml
X%%WWWDIR%%/templates/aqua.css
X%%WWWDIR%%/templates/aqua/aq_background.gif
X%%WWWDIR%%/templates/clean.css
X%%WWWDIR%%/templates/index.html
X%%WWWDIR%%/templates/jstyle_blue.css
X%%WWWDIR%%/templates/jstyle_green.css
X%%WWWDIR%%/templates/phpsysinfo.css
X%%WWWDIR%%/templates/plugin/index.html
X%%WWWDIR%%/templates/plugin/nyroModal.full.css
X%%WWWDIR%%/templates/two.css
X%%WWWDIR%%/templates/two/gradient.png
X%%WWWDIR%%/xml.php
X@dirrm %%WWWDIR%%/templates/two
X@dirrm %%WWWDIR%%/templates/plugin
X@dirrm %%WWWDIR%%/templates/aqua
X@dirrm %%WWWDIR%%/templates
X@dirrm %%WWWDIR%%/plugins/mdstat/lang
X@dirrm %%WWWDIR%%/plugins/mdstat/js
X@dirrm %%WWWDIR%%/plugins/mdstat/gfx
X@dirrm %%WWWDIR%%/plugins/mdstat/css
X@dirrm %%WWWDIR%%/plugins/mdstat
X@dirrm %%WWWDIR%%/plugins
X@dirrm %%WWWDIR%%/language
X@dirrm %%WWWDIR%%/js
X@dirrm %%WWWDIR%%/includes/ups
X@dirrm %%WWWDIR%%/includes/os
X@dirrm %%WWWDIR%%/includes/mb
X@dirrm %%WWWDIR%%/includes
X@dirrm %%WWWDIR%%/images
X@dirrm %%WWWDIR%%/gfx
X@dirrm %%WWWDIR%%/data
X@dirrm %%WWWDIR%%
END-of-phpsysinfo-dev/pkg-plist
exit
--- phpsysinfodev-3.0.r6.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?200808251332.m7PDWwmu080813>