1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Update to 3.0-RC4

- Add pkg-plist
- Update maintainer address

Approved by: tabthorpe (co-mentor)
This commit is contained in:
Philippe Audeoud 2008-03-06 13:41:16 +00:00
parent 9a74e910d5
commit c32484602f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208498
9 changed files with 336 additions and 42 deletions

View File

@ -5,11 +5,11 @@
# $FreeBSD$
PORTNAME= phpSysInfo
DISTVERSION= 3.0-RC3
DISTVERSION= 3.0-RC4
CATEGORIES= www
MASTER_SITES= SF
MAINTAINER= jadawin@tuxaco.net
MAINTAINER= jadawin@FreeBSD.org
COMMENT= A php script that displays info about the host being accessed
USE_PHP= pcre xml
@ -17,15 +17,13 @@ WANT_PHP_WEB= yes
WRKSRC= ${WRKDIR}/${PORTNAME:L}
NO_BUILD= yes
PLIST= ${WRKDIR}/plist
post-patch:
${RM} -f ${PLIST}
cd ${WRKSRC};\
${FIND} . ! -type d | ${SORT} | ${SED} "s|^\.|${WWWDIR_REL}|"\
>${PLIST};\
${FIND} . -type d | ${SORT} -r | ${SED} "s|^\.|@dirrm ${WWWDIR_REL}|"\
>>${PLIST}
.include <bsd.port.pre.mk>
post-install:
@if [ ! -f ${WWWDIR}/config.php ]; then \
${CP} -p ${WWWDIR}/config.php ${WWWDIR}/config.php.bak ; \
fi
do-install:
${MKDIR} ${WWWDIR}
@ -33,5 +31,6 @@ do-install:
| ${CPIO} -pdm -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
${CHMOD} -R ${BINMODE} ${WWWDIR}
${FIND} ${WWWDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE}
${CP} ${WWWDIR}/config.php.new ${WWWDIR}/config.php
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (phpSysInfo-3.0-RC3.tar.gz) = 297ea14c25be5fb110f46951dca18025
SHA256 (phpSysInfo-3.0-RC3.tar.gz) = c424dba3848b4b76fe8965c105fecb9396713c176b45dd131f3d340851d87d7d
SIZE (phpSysInfo-3.0-RC3.tar.gz) = 136373
MD5 (phpSysInfo-3.0-RC4.tar.gz) = ed65c41c89e10e9ed0b7ce7bee8582f1
SHA256 (phpSysInfo-3.0-RC4.tar.gz) = 42d3e26f342155b1b2f3eb7d8fdb284db8797b8af90f9397e3c155f56d21fc26
SIZE (phpSysInfo-3.0-RC4.tar.gz) = 138853

99
www/phpSysInfo/pkg-plist Normal file
View File

@ -0,0 +1,99 @@
%%WWWDIR%%/COPYING
%%WWWDIR%%/ChangeLog
%%WWWDIR%%/README
%%WWWDIR%%/config.php.new
%%WWWDIR%%/config.php
%%WWWDIR%%/distros.ini
%%WWWDIR%%/gfx/asc.gif
%%WWWDIR%%/gfx/bg.gif
%%WWWDIR%%/gfx/body.gif
%%WWWDIR%%/gfx/bullet_toggle_minus.png
%%WWWDIR%%/gfx/bullet_toggle_plus.png
%%WWWDIR%%/gfx/desc.gif
%%WWWDIR%%/gfx/html.gif
%%WWWDIR%%/images/Arch.gif
%%WWWDIR%%/images/CentOS.png
%%WWWDIR%%/images/Cobalt.png
%%WWWDIR%%/images/Darwin.png
%%WWWDIR%%/images/Debian.png
%%WWWDIR%%/images/Fedora.png
%%WWWDIR%%/images/FreeBSD.png
%%WWWDIR%%/images/Gentoo.png
%%WWWDIR%%/images/Mandrake.png
%%WWWDIR%%/images/NetBSD.png
%%WWWDIR%%/images/OpenBSD.png
%%WWWDIR%%/images/PLD.gif
%%WWWDIR%%/images/Redhat.png
%%WWWDIR%%/images/Rubix.png
%%WWWDIR%%/images/Slackware.png
%%WWWDIR%%/images/SunOS.png
%%WWWDIR%%/images/Suse.png
%%WWWDIR%%/images/Trustix.gif
%%WWWDIR%%/images/Ubuntu.gif
%%WWWDIR%%/images/free-eos.png
%%WWWDIR%%/images/index.html
%%WWWDIR%%/images/lfs.png
%%WWWDIR%%/images/unknown.png
%%WWWDIR%%/images/xp.gif
%%WWWDIR%%/includes/class.Error.inc.php
%%WWWDIR%%/includes/common_functions.php
%%WWWDIR%%/includes/index.html
%%WWWDIR%%/includes/mb/class.hddtemp.inc.php
%%WWWDIR%%/includes/mb/class.healthd.inc.php
%%WWWDIR%%/includes/mb/class.hwsensors.inc.php
%%WWWDIR%%/includes/mb/class.lmsensors.inc.php
%%WWWDIR%%/includes/mb/class.mbm5.inc.php
%%WWWDIR%%/includes/mb/class.mbmon.inc.php
%%WWWDIR%%/includes/mb/index.html
%%WWWDIR%%/includes/os/class.BSD.common.inc.php
%%WWWDIR%%/includes/os/class.Darwin.inc.php
%%WWWDIR%%/includes/os/class.FreeBSD.inc.php
%%WWWDIR%%/includes/os/class.HP-UX.inc.php
%%WWWDIR%%/includes/os/class.Linux.inc.php
%%WWWDIR%%/includes/os/class.NetBSD.inc.php
%%WWWDIR%%/includes/os/class.OpenBSD.inc.php
%%WWWDIR%%/includes/os/class.SunOS.inc.php
%%WWWDIR%%/includes/os/class.WINNT.inc.php
%%WWWDIR%%/includes/os/class.parseProgs.inc.php
%%WWWDIR%%/includes/os/index.html
%%WWWDIR%%/includes/ups/class.apcupsd.inc.php
%%WWWDIR%%/includes/ups/index.html
%%WWWDIR%%/includes/xml.class.php
%%WWWDIR%%/index.php
%%WWWDIR%%/jquery.js
%%WWWDIR%%/jquery.tablesorter.pack.js
%%WWWDIR%%/language/cz.xml
%%WWWDIR%%/language/de.xml
%%WWWDIR%%/language/en.xml
%%WWWDIR%%/language/es.xml
%%WWWDIR%%/language/fr.xml
%%WWWDIR%%/language/gl.xml
%%WWWDIR%%/language/hu.xml
%%WWWDIR%%/language/it.xml
%%WWWDIR%%/language/language.php
%%WWWDIR%%/language/no.xml
%%WWWDIR%%/language/pl.xml
%%WWWDIR%%/language/ru.xml
%%WWWDIR%%/language/sk.xml
%%WWWDIR%%/language/sv.xml
%%WWWDIR%%/language/uk.xml
%%WWWDIR%%/phpsysinfo.dtd
%%WWWDIR%%/phpsysinfo.js
%%WWWDIR%%/templates/aqua.css
%%WWWDIR%%/templates/aqua/aq_background.gif
%%WWWDIR%%/templates/clean.css
%%WWWDIR%%/templates/index.html
%%WWWDIR%%/templates/jstyle_blue.css
%%WWWDIR%%/templates/jstyle_green.css
%%WWWDIR%%/templates/phpsysinfo.css
%%WWWDIR%%/xml.php
@dirrm %%WWWDIR%%/templates/aqua
@dirrm %%WWWDIR%%/templates
@dirrm %%WWWDIR%%/language
@dirrm %%WWWDIR%%/includes/ups
@dirrm %%WWWDIR%%/includes/os
@dirrm %%WWWDIR%%/includes/mb
@dirrm %%WWWDIR%%/includes
@dirrm %%WWWDIR%%/images
@dirrm %%WWWDIR%%/gfx
@dirrmtry %%WWWDIR%%

View File

@ -5,11 +5,11 @@
# $FreeBSD$
PORTNAME= phpSysInfo
DISTVERSION= 3.0-RC3
DISTVERSION= 3.0-RC4
CATEGORIES= www
MASTER_SITES= SF
MAINTAINER= jadawin@tuxaco.net
MAINTAINER= jadawin@FreeBSD.org
COMMENT= A php script that displays info about the host being accessed
USE_PHP= pcre xml
@ -17,15 +17,13 @@ WANT_PHP_WEB= yes
WRKSRC= ${WRKDIR}/${PORTNAME:L}
NO_BUILD= yes
PLIST= ${WRKDIR}/plist
post-patch:
${RM} -f ${PLIST}
cd ${WRKSRC};\
${FIND} . ! -type d | ${SORT} | ${SED} "s|^\.|${WWWDIR_REL}|"\
>${PLIST};\
${FIND} . -type d | ${SORT} -r | ${SED} "s|^\.|@dirrm ${WWWDIR_REL}|"\
>>${PLIST}
.include <bsd.port.pre.mk>
post-install:
@if [ ! -f ${WWWDIR}/config.php ]; then \
${CP} -p ${WWWDIR}/config.php ${WWWDIR}/config.php.bak ; \
fi
do-install:
${MKDIR} ${WWWDIR}
@ -33,5 +31,6 @@ do-install:
| ${CPIO} -pdm -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
${CHMOD} -R ${BINMODE} ${WWWDIR}
${FIND} ${WWWDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE}
${CP} ${WWWDIR}/config.php.new ${WWWDIR}/config.php
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (phpSysInfo-3.0-RC3.tar.gz) = 297ea14c25be5fb110f46951dca18025
SHA256 (phpSysInfo-3.0-RC3.tar.gz) = c424dba3848b4b76fe8965c105fecb9396713c176b45dd131f3d340851d87d7d
SIZE (phpSysInfo-3.0-RC3.tar.gz) = 136373
MD5 (phpSysInfo-3.0-RC4.tar.gz) = ed65c41c89e10e9ed0b7ce7bee8582f1
SHA256 (phpSysInfo-3.0-RC4.tar.gz) = 42d3e26f342155b1b2f3eb7d8fdb284db8797b8af90f9397e3c155f56d21fc26
SIZE (phpSysInfo-3.0-RC4.tar.gz) = 138853

View File

@ -0,0 +1,99 @@
%%WWWDIR%%/COPYING
%%WWWDIR%%/ChangeLog
%%WWWDIR%%/README
%%WWWDIR%%/config.php.new
%%WWWDIR%%/config.php
%%WWWDIR%%/distros.ini
%%WWWDIR%%/gfx/asc.gif
%%WWWDIR%%/gfx/bg.gif
%%WWWDIR%%/gfx/body.gif
%%WWWDIR%%/gfx/bullet_toggle_minus.png
%%WWWDIR%%/gfx/bullet_toggle_plus.png
%%WWWDIR%%/gfx/desc.gif
%%WWWDIR%%/gfx/html.gif
%%WWWDIR%%/images/Arch.gif
%%WWWDIR%%/images/CentOS.png
%%WWWDIR%%/images/Cobalt.png
%%WWWDIR%%/images/Darwin.png
%%WWWDIR%%/images/Debian.png
%%WWWDIR%%/images/Fedora.png
%%WWWDIR%%/images/FreeBSD.png
%%WWWDIR%%/images/Gentoo.png
%%WWWDIR%%/images/Mandrake.png
%%WWWDIR%%/images/NetBSD.png
%%WWWDIR%%/images/OpenBSD.png
%%WWWDIR%%/images/PLD.gif
%%WWWDIR%%/images/Redhat.png
%%WWWDIR%%/images/Rubix.png
%%WWWDIR%%/images/Slackware.png
%%WWWDIR%%/images/SunOS.png
%%WWWDIR%%/images/Suse.png
%%WWWDIR%%/images/Trustix.gif
%%WWWDIR%%/images/Ubuntu.gif
%%WWWDIR%%/images/free-eos.png
%%WWWDIR%%/images/index.html
%%WWWDIR%%/images/lfs.png
%%WWWDIR%%/images/unknown.png
%%WWWDIR%%/images/xp.gif
%%WWWDIR%%/includes/class.Error.inc.php
%%WWWDIR%%/includes/common_functions.php
%%WWWDIR%%/includes/index.html
%%WWWDIR%%/includes/mb/class.hddtemp.inc.php
%%WWWDIR%%/includes/mb/class.healthd.inc.php
%%WWWDIR%%/includes/mb/class.hwsensors.inc.php
%%WWWDIR%%/includes/mb/class.lmsensors.inc.php
%%WWWDIR%%/includes/mb/class.mbm5.inc.php
%%WWWDIR%%/includes/mb/class.mbmon.inc.php
%%WWWDIR%%/includes/mb/index.html
%%WWWDIR%%/includes/os/class.BSD.common.inc.php
%%WWWDIR%%/includes/os/class.Darwin.inc.php
%%WWWDIR%%/includes/os/class.FreeBSD.inc.php
%%WWWDIR%%/includes/os/class.HP-UX.inc.php
%%WWWDIR%%/includes/os/class.Linux.inc.php
%%WWWDIR%%/includes/os/class.NetBSD.inc.php
%%WWWDIR%%/includes/os/class.OpenBSD.inc.php
%%WWWDIR%%/includes/os/class.SunOS.inc.php
%%WWWDIR%%/includes/os/class.WINNT.inc.php
%%WWWDIR%%/includes/os/class.parseProgs.inc.php
%%WWWDIR%%/includes/os/index.html
%%WWWDIR%%/includes/ups/class.apcupsd.inc.php
%%WWWDIR%%/includes/ups/index.html
%%WWWDIR%%/includes/xml.class.php
%%WWWDIR%%/index.php
%%WWWDIR%%/jquery.js
%%WWWDIR%%/jquery.tablesorter.pack.js
%%WWWDIR%%/language/cz.xml
%%WWWDIR%%/language/de.xml
%%WWWDIR%%/language/en.xml
%%WWWDIR%%/language/es.xml
%%WWWDIR%%/language/fr.xml
%%WWWDIR%%/language/gl.xml
%%WWWDIR%%/language/hu.xml
%%WWWDIR%%/language/it.xml
%%WWWDIR%%/language/language.php
%%WWWDIR%%/language/no.xml
%%WWWDIR%%/language/pl.xml
%%WWWDIR%%/language/ru.xml
%%WWWDIR%%/language/sk.xml
%%WWWDIR%%/language/sv.xml
%%WWWDIR%%/language/uk.xml
%%WWWDIR%%/phpsysinfo.dtd
%%WWWDIR%%/phpsysinfo.js
%%WWWDIR%%/templates/aqua.css
%%WWWDIR%%/templates/aqua/aq_background.gif
%%WWWDIR%%/templates/clean.css
%%WWWDIR%%/templates/index.html
%%WWWDIR%%/templates/jstyle_blue.css
%%WWWDIR%%/templates/jstyle_green.css
%%WWWDIR%%/templates/phpsysinfo.css
%%WWWDIR%%/xml.php
@dirrm %%WWWDIR%%/templates/aqua
@dirrm %%WWWDIR%%/templates
@dirrm %%WWWDIR%%/language
@dirrm %%WWWDIR%%/includes/ups
@dirrm %%WWWDIR%%/includes/os
@dirrm %%WWWDIR%%/includes/mb
@dirrm %%WWWDIR%%/includes
@dirrm %%WWWDIR%%/images
@dirrm %%WWWDIR%%/gfx
@dirrmtry %%WWWDIR%%

View File

@ -5,11 +5,11 @@
# $FreeBSD$
PORTNAME= phpSysInfo
DISTVERSION= 3.0-RC3
DISTVERSION= 3.0-RC4
CATEGORIES= www
MASTER_SITES= SF
MAINTAINER= jadawin@tuxaco.net
MAINTAINER= jadawin@FreeBSD.org
COMMENT= A php script that displays info about the host being accessed
USE_PHP= pcre xml
@ -17,15 +17,13 @@ WANT_PHP_WEB= yes
WRKSRC= ${WRKDIR}/${PORTNAME:L}
NO_BUILD= yes
PLIST= ${WRKDIR}/plist
post-patch:
${RM} -f ${PLIST}
cd ${WRKSRC};\
${FIND} . ! -type d | ${SORT} | ${SED} "s|^\.|${WWWDIR_REL}|"\
>${PLIST};\
${FIND} . -type d | ${SORT} -r | ${SED} "s|^\.|@dirrm ${WWWDIR_REL}|"\
>>${PLIST}
.include <bsd.port.pre.mk>
post-install:
@if [ ! -f ${WWWDIR}/config.php ]; then \
${CP} -p ${WWWDIR}/config.php ${WWWDIR}/config.php.bak ; \
fi
do-install:
${MKDIR} ${WWWDIR}
@ -33,5 +31,6 @@ do-install:
| ${CPIO} -pdm -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
${CHMOD} -R ${BINMODE} ${WWWDIR}
${FIND} ${WWWDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE}
${CP} ${WWWDIR}/config.php.new ${WWWDIR}/config.php
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (phpSysInfo-3.0-RC3.tar.gz) = 297ea14c25be5fb110f46951dca18025
SHA256 (phpSysInfo-3.0-RC3.tar.gz) = c424dba3848b4b76fe8965c105fecb9396713c176b45dd131f3d340851d87d7d
SIZE (phpSysInfo-3.0-RC3.tar.gz) = 136373
MD5 (phpSysInfo-3.0-RC4.tar.gz) = ed65c41c89e10e9ed0b7ce7bee8582f1
SHA256 (phpSysInfo-3.0-RC4.tar.gz) = 42d3e26f342155b1b2f3eb7d8fdb284db8797b8af90f9397e3c155f56d21fc26
SIZE (phpSysInfo-3.0-RC4.tar.gz) = 138853

99
www/phpsysinfo/pkg-plist Normal file
View File

@ -0,0 +1,99 @@
%%WWWDIR%%/COPYING
%%WWWDIR%%/ChangeLog
%%WWWDIR%%/README
%%WWWDIR%%/config.php.new
%%WWWDIR%%/config.php
%%WWWDIR%%/distros.ini
%%WWWDIR%%/gfx/asc.gif
%%WWWDIR%%/gfx/bg.gif
%%WWWDIR%%/gfx/body.gif
%%WWWDIR%%/gfx/bullet_toggle_minus.png
%%WWWDIR%%/gfx/bullet_toggle_plus.png
%%WWWDIR%%/gfx/desc.gif
%%WWWDIR%%/gfx/html.gif
%%WWWDIR%%/images/Arch.gif
%%WWWDIR%%/images/CentOS.png
%%WWWDIR%%/images/Cobalt.png
%%WWWDIR%%/images/Darwin.png
%%WWWDIR%%/images/Debian.png
%%WWWDIR%%/images/Fedora.png
%%WWWDIR%%/images/FreeBSD.png
%%WWWDIR%%/images/Gentoo.png
%%WWWDIR%%/images/Mandrake.png
%%WWWDIR%%/images/NetBSD.png
%%WWWDIR%%/images/OpenBSD.png
%%WWWDIR%%/images/PLD.gif
%%WWWDIR%%/images/Redhat.png
%%WWWDIR%%/images/Rubix.png
%%WWWDIR%%/images/Slackware.png
%%WWWDIR%%/images/SunOS.png
%%WWWDIR%%/images/Suse.png
%%WWWDIR%%/images/Trustix.gif
%%WWWDIR%%/images/Ubuntu.gif
%%WWWDIR%%/images/free-eos.png
%%WWWDIR%%/images/index.html
%%WWWDIR%%/images/lfs.png
%%WWWDIR%%/images/unknown.png
%%WWWDIR%%/images/xp.gif
%%WWWDIR%%/includes/class.Error.inc.php
%%WWWDIR%%/includes/common_functions.php
%%WWWDIR%%/includes/index.html
%%WWWDIR%%/includes/mb/class.hddtemp.inc.php
%%WWWDIR%%/includes/mb/class.healthd.inc.php
%%WWWDIR%%/includes/mb/class.hwsensors.inc.php
%%WWWDIR%%/includes/mb/class.lmsensors.inc.php
%%WWWDIR%%/includes/mb/class.mbm5.inc.php
%%WWWDIR%%/includes/mb/class.mbmon.inc.php
%%WWWDIR%%/includes/mb/index.html
%%WWWDIR%%/includes/os/class.BSD.common.inc.php
%%WWWDIR%%/includes/os/class.Darwin.inc.php
%%WWWDIR%%/includes/os/class.FreeBSD.inc.php
%%WWWDIR%%/includes/os/class.HP-UX.inc.php
%%WWWDIR%%/includes/os/class.Linux.inc.php
%%WWWDIR%%/includes/os/class.NetBSD.inc.php
%%WWWDIR%%/includes/os/class.OpenBSD.inc.php
%%WWWDIR%%/includes/os/class.SunOS.inc.php
%%WWWDIR%%/includes/os/class.WINNT.inc.php
%%WWWDIR%%/includes/os/class.parseProgs.inc.php
%%WWWDIR%%/includes/os/index.html
%%WWWDIR%%/includes/ups/class.apcupsd.inc.php
%%WWWDIR%%/includes/ups/index.html
%%WWWDIR%%/includes/xml.class.php
%%WWWDIR%%/index.php
%%WWWDIR%%/jquery.js
%%WWWDIR%%/jquery.tablesorter.pack.js
%%WWWDIR%%/language/cz.xml
%%WWWDIR%%/language/de.xml
%%WWWDIR%%/language/en.xml
%%WWWDIR%%/language/es.xml
%%WWWDIR%%/language/fr.xml
%%WWWDIR%%/language/gl.xml
%%WWWDIR%%/language/hu.xml
%%WWWDIR%%/language/it.xml
%%WWWDIR%%/language/language.php
%%WWWDIR%%/language/no.xml
%%WWWDIR%%/language/pl.xml
%%WWWDIR%%/language/ru.xml
%%WWWDIR%%/language/sk.xml
%%WWWDIR%%/language/sv.xml
%%WWWDIR%%/language/uk.xml
%%WWWDIR%%/phpsysinfo.dtd
%%WWWDIR%%/phpsysinfo.js
%%WWWDIR%%/templates/aqua.css
%%WWWDIR%%/templates/aqua/aq_background.gif
%%WWWDIR%%/templates/clean.css
%%WWWDIR%%/templates/index.html
%%WWWDIR%%/templates/jstyle_blue.css
%%WWWDIR%%/templates/jstyle_green.css
%%WWWDIR%%/templates/phpsysinfo.css
%%WWWDIR%%/xml.php
@dirrm %%WWWDIR%%/templates/aqua
@dirrm %%WWWDIR%%/templates
@dirrm %%WWWDIR%%/language
@dirrm %%WWWDIR%%/includes/ups
@dirrm %%WWWDIR%%/includes/os
@dirrm %%WWWDIR%%/includes/mb
@dirrm %%WWWDIR%%/includes
@dirrm %%WWWDIR%%/images
@dirrm %%WWWDIR%%/gfx
@dirrmtry %%WWWDIR%%