diff options
author | Renat Lumpau <rl03@gentoo.org> | 2005-12-21 13:43:01 +0000 |
---|---|---|
committer | Renat Lumpau <rl03@gentoo.org> | 2005-12-21 13:43:01 +0000 |
commit | 50c7fb8c0f296373ad4546eac38499086fc255a3 (patch) | |
tree | 88ae4204cd86bb7bd8d4ef2841c3158ba7098dda /www-apps/phpsysinfo | |
parent | Version bump wrt bug #116206. (diff) | |
download | gentoo-2-50c7fb8c0f296373ad4546eac38499086fc255a3.tar.gz gentoo-2-50c7fb8c0f296373ad4546eac38499086fc255a3.tar.bz2 gentoo-2-50c7fb8c0f296373ad4546eac38499086fc255a3.zip |
Removed old versions
(Portage version: 2.0.53)
Diffstat (limited to 'www-apps/phpsysinfo')
-rw-r--r-- | www-apps/phpsysinfo/ChangeLog | 8 | ||||
-rw-r--r-- | www-apps/phpsysinfo/files/digest-phpsysinfo-2.3-r2 | 1 | ||||
-rw-r--r-- | www-apps/phpsysinfo/files/digest-phpsysinfo-2.3-r3 | 2 | ||||
-rw-r--r-- | www-apps/phpsysinfo/files/phpsysinfo-2.3-sparc.patch | 41 | ||||
-rw-r--r-- | www-apps/phpsysinfo/files/phpsysinfo-2.3-xss-and-path.patch | 120 | ||||
-rw-r--r-- | www-apps/phpsysinfo/phpsysinfo-2.3-r2.ebuild | 40 | ||||
-rw-r--r-- | www-apps/phpsysinfo/phpsysinfo-2.3-r3.ebuild | 43 |
7 files changed, 7 insertions, 248 deletions
diff --git a/www-apps/phpsysinfo/ChangeLog b/www-apps/phpsysinfo/ChangeLog index 72e9e6df90d0..dcdd6ec22d64 100644 --- a/www-apps/phpsysinfo/ChangeLog +++ b/www-apps/phpsysinfo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-apps/phpsysinfo # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v 1.9 2005/12/21 13:41:15 rl03 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/ChangeLog,v 1.10 2005/12/21 13:43:01 rl03 Exp $ + + 21 Dec 2005; Renat Lumpau <rl03@gentoo.org> + -files/phpsysinfo-2.3-sparc.patch, + -files/phpsysinfo-2.3-xss-and-path.patch, -phpsysinfo-2.3-r2.ebuild, + -phpsysinfo-2.3-r3.ebuild: + Removed old versions *phpsysinfo-2.5.1 (21 Dec 2005) diff --git a/www-apps/phpsysinfo/files/digest-phpsysinfo-2.3-r2 b/www-apps/phpsysinfo/files/digest-phpsysinfo-2.3-r2 deleted file mode 100644 index f8294f0fe31d..000000000000 --- a/www-apps/phpsysinfo/files/digest-phpsysinfo-2.3-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 8e9a2b7a099e26cbd85f140475512ccc phpsysinfo-2.3.tar.gz 163674 diff --git a/www-apps/phpsysinfo/files/digest-phpsysinfo-2.3-r3 b/www-apps/phpsysinfo/files/digest-phpsysinfo-2.3-r3 deleted file mode 100644 index a6960307994c..000000000000 --- a/www-apps/phpsysinfo/files/digest-phpsysinfo-2.3-r3 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 8e9a2b7a099e26cbd85f140475512ccc phpsysinfo-2.3.tar.gz 163674 -MD5 e6ed500c5f01920a0ca8afb41f9c8c44 phpsysinfo-2.3.bind.patch 2611 diff --git a/www-apps/phpsysinfo/files/phpsysinfo-2.3-sparc.patch b/www-apps/phpsysinfo/files/phpsysinfo-2.3-sparc.patch deleted file mode 100644 index 6547d8dde3d3..000000000000 --- a/www-apps/phpsysinfo/files/phpsysinfo-2.3-sparc.patch +++ /dev/null @@ -1,41 +0,0 @@ ---- includes/os/class.Linux.inc.php.orig 2005-04-02 06:55:28.000000000 +0000 -+++ includes/os/class.Linux.inc.php 2005-04-02 06:55:50.000000000 +0000 -@@ -176,6 +176,38 @@ - fclose($fd); - } - -+ // sparc64 specific code follows -+ // This adds the ability to display the cache that a CPU has -+ // Originally made by Sven Blumenstein <bazik@gentoo.org> in 2004 -+ // Modified by Tom Weustink <freshy98@gmx.net> in 2004 -+ -+ if ($fd = fopen('/proc/openprom/SUNW,UltraSPARC@0,0/ecache-size', 'r')) { -+ $results['cache'] = base_convert(fgets($fd, 32), 16, 10)/1024 . ' KB'; -+ fclose($fd); -+ } -+ -+ if ($fd = fopen('/proc/openprom/SUNW,UltraSPARC-II@0,0/ecache-size', 'r')) { -+ $results['cache'] = base_convert(fgets($fd, 32), 16, 10)/1024 . ' KB'; -+ fclose($fd); -+ } -+ -+ if ($fd = fopen('/proc/openprom/SUNW,UltraSPARC@1c,0/ecache-size', 'r')) { -+ $results['cache'] = base_convert(fgets($fd, 32), 16, 10)/1024 . ' KB'; -+ fclose($fd); -+ } -+ -+ if ($fd = fopen('/proc/openprom/SUNW,UltraSPARC-IIi@1c,0/ecache-size', 'r')) { -+ $results['cache'] = base_convert(fgets($fd, 32), 16, 10)/1024 . ' KB'; -+ fclose($fd); -+ } -+ -+ if ($fd = fopen('/proc/openprom/SUNW,UltraSPARC-II@1c,0/ecache-size', 'r')) { -+ $results['cache'] = base_convert(fgets($fd, 32), 16, 10)/1024 . ' KB'; -+ fclose($fd); -+ } -+ -+ // sparc64 specific code ends -+ - $keys = array_keys($results); - $keys2be = array('model', 'mhz', 'cache', 'bogomips', 'cpus'); - diff --git a/www-apps/phpsysinfo/files/phpsysinfo-2.3-xss-and-path.patch b/www-apps/phpsysinfo/files/phpsysinfo-2.3-xss-and-path.patch deleted file mode 100644 index a93f5b329fe7..000000000000 --- a/www-apps/phpsysinfo/files/phpsysinfo-2.3-xss-and-path.patch +++ /dev/null @@ -1,120 +0,0 @@ ---- index.php.orig 2005-04-02 06:48:00.000000000 +0000 -+++ index.php 2005-03-23 16:35:50.000000000 +0000 -@@ -122,7 +122,7 @@ - require('./includes/mb/class.' . $sensor_program . '.inc.php'); - $mbinfo = new mbinfo; - } else { -- echo '<center><b>Error: ' . $sensor_program . ' is not currently supported</b></center>'; -+ echo '<center><b>Error: ' . htmlentities($sensor_program) . ' is not currently supported</b></center>'; - exit; - } - } ---- includes/system_header.php.orig 2005-04-02 06:48:14.000000000 +0000 -+++ includes/system_header.php 2005-03-23 16:30:38.000000000 +0000 -@@ -18,6 +18,11 @@ - // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - - // $Id: phpsysinfo-2.3-xss-and-path.patch,v 1.1 2005/11/20 11:53:16 stuart Exp $ -+ -+if (eregi('system_header.php', $_SERVER['PHP_SELF'])) { -+ exit; -+} -+ - header("Cache-Control: no-cache, must-revalidate"); - if (!isset($charset)) { - $charset = 'iso-8859-1'; ---- includes/system_footer.php.orig 2005-04-02 06:48:23.000000000 +0000 -+++ includes/system_footer.php 2005-03-23 16:33:59.000000000 +0000 -@@ -13,6 +13,11 @@ - // along with this program; if not, write to the Free Software - // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - // $Id: phpsysinfo-2.3-xss-and-path.patch,v 1.1 2005/11/20 11:53:16 stuart Exp $ -+ -+if (eregi('system_footer.php', $_SERVER['PHP_SELF'])) { -+ exit; -+} -+ - if (!$hide_picklist) { - echo "<center>"; - ---- includes/XPath.class.php.orig 2005-04-02 06:48:29.000000000 +0000 -+++ includes/XPath.class.php 2005-03-23 16:27:33.000000000 +0000 -@@ -4969,7 +4969,7 @@ - $pos += $afterText ? 1 : 0; - $parentNode['textParts'] = array_merge( - array_slice($parentNode['textParts'], 0, $pos), -- '', -+ array(''), - array_slice($parentNode['textParts'], $pos) - ); - -@@ -5051,7 +5051,7 @@ - $pos -= $afterText ? 0 : 1; - $parentNode['textParts'] = array_merge( - array_slice($parentNode['textParts'], 0, $pos), -- '', -+ array(''), - array_slice($parentNode['textParts'], $pos) - ); - // We are going from bottom to top, but the user will want results from top to bottom. ---- includes/os/class.Darwin.inc.php.orig 2005-04-02 06:48:39.000000000 +0000 -+++ includes/os/class.Darwin.inc.php 2005-03-23 16:40:36.000000000 +0000 -@@ -19,8 +19,13 @@ - - // $Id: phpsysinfo-2.3-xss-and-path.patch,v 1.1 2005/11/20 11:53:16 stuart Exp $ - -+if(!file_exists('./includes/os/class.BSD.common.inc.php')) { -+ exit; -+} -+ - require('./includes/os/class.BSD.common.inc.php'); - -+ - echo "<p align=center><b>Note: The Darwin version of phpSysInfo is work in progress, some things currently don't work</b></p>"; - - class sysinfo extends bsd_common { ---- includes/os/class.NetBSD.inc.php.orig 2005-04-02 06:48:46.000000000 +0000 -+++ includes/os/class.NetBSD.inc.php 2005-03-23 16:41:25.000000000 +0000 -@@ -19,8 +19,13 @@ - - // $Id: phpsysinfo-2.3-xss-and-path.patch,v 1.1 2005/11/20 11:53:16 stuart Exp $ - -+if(!file_exists('./includes/os/class.BSD.common.inc.php')) { -+ exit; -+} -+ - require('./includes/os/class.BSD.common.inc.php'); - -+ - class sysinfo extends bsd_common { - var $cpu_regexp; - var $scsi_regexp; ---- includes/os/class.FreeBSD.inc.php.orig 2005-04-02 06:48:54.000000000 +0000 -+++ includes/os/class.FreeBSD.inc.php 2005-03-23 16:41:02.000000000 +0000 -@@ -19,6 +19,10 @@ - - // $Id: phpsysinfo-2.3-xss-and-path.patch,v 1.1 2005/11/20 11:53:16 stuart Exp $ - -+if(!file_exists('./includes/os/class.BSD.common.inc.php')) { -+ exit; -+} -+ - require('./includes/os/class.BSD.common.inc.php'); - - class sysinfo extends bsd_common { ---- includes/os/class.OpenBSD.inc.php.orig 2005-04-02 06:49:02.000000000 +0000 -+++ includes/os/class.OpenBSD.inc.php 2005-03-23 16:41:19.000000000 +0000 -@@ -19,8 +19,13 @@ - - // $Id: phpsysinfo-2.3-xss-and-path.patch,v 1.1 2005/11/20 11:53:16 stuart Exp $ - -+if(!file_exists('./includes/os/class.BSD.common.inc.php')) { -+ exit; -+} -+ - require('./includes/os/class.BSD.common.inc.php'); - -+ - class sysinfo extends bsd_common { - var $cpu_regexp; - var $scsi_regexp; diff --git a/www-apps/phpsysinfo/phpsysinfo-2.3-r2.ebuild b/www-apps/phpsysinfo/phpsysinfo-2.3-r2.ebuild deleted file mode 100644 index 4b84e3122f75..000000000000 --- a/www-apps/phpsysinfo/phpsysinfo-2.3-r2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/phpsysinfo-2.3-r2.ebuild,v 1.1 2005/11/20 11:53:16 stuart Exp $ - -inherit eutils webapp - -DESCRIPTION="phpSysInfo is a nice package that will display your system stats via PHP." -HOMEPAGE="http://phpsysinfo.sourceforge.net/" -SRC_URI="mirror://sourceforge/phpsysinfo/${P}.tar.gz" -LICENSE="GPL-2" -KEYWORDS="alpha amd64 hppa ppc ppc64 sparc x86" -IUSE="" - -DEPEND="$DEPEND >=net-www/apache-1.3.27-r1 - >=virtual/httpd-php-4.3.8" - -S=${WORKDIR}/${PN}-dev - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-xss-and-path.patch - epatch ${FILESDIR}/${P}-sparc.patch -} - -src_install() { - webapp_src_preinst - - cp -R templates ${D}${MY_HTDOCSDIR} || die "cp failed" - cp -R includes ${D}${MY_HTDOCSDIR} || die "cp failed" - cp *.php ${D}${MY_HTDOCSDIR} || die "cp failed" - cp -R images ${D}${MY_HTDOCSDIR} || die "cp failed" - - cp config.php.new ${D}${MY_HTDOCSDIR}/config.php || die "cp failed" - webapp_configfile ${MY_HTDOCSDIR} - - dodoc ChangeLog README - - webapp_src_install -} diff --git a/www-apps/phpsysinfo/phpsysinfo-2.3-r3.ebuild b/www-apps/phpsysinfo/phpsysinfo-2.3-r3.ebuild deleted file mode 100644 index 242f4fc9ad8e..000000000000 --- a/www-apps/phpsysinfo/phpsysinfo-2.3-r3.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/phpsysinfo/phpsysinfo-2.3-r3.ebuild,v 1.1 2005/11/20 11:53:16 stuart Exp $ - -inherit eutils webapp - -DESCRIPTION="phpSysInfo is a nice package that will display your system stats via PHP." -HOMEPAGE="http://phpsysinfo.sourceforge.net/" -SRC_URI="mirror://sourceforge/phpsysinfo/${P}.tar.gz -mirror://gentoo/${P}.bind.patch" - -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="$DEPEND - >=virtual/httpd-php-4.3.8" - -S=${WORKDIR}/${PN}-dev - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-xss-and-path.patch - epatch ${FILESDIR}/${P}-sparc.patch - epatch ${DISTDIR}/${P}.bind.patch -} - -src_install() { - webapp_src_preinst - - cp -R templates ${D}${MY_HTDOCSDIR} || die "cp failed" - cp -R includes ${D}${MY_HTDOCSDIR} || die "cp failed" - cp *.php ${D}${MY_HTDOCSDIR} || die "cp failed" - cp -R images ${D}${MY_HTDOCSDIR} || die "cp failed" - - cp config.php.new ${D}${MY_HTDOCSDIR}/config.php || die "cp failed" - webapp_configfile ${MY_HTDOCSDIR} - - dodoc ChangeLog README - - webapp_src_install -} |