head	1.29;
access;
symbols
	RELEASE_7_1_0:1.28
	RELEASE_6_4_0:1.28
	RELEASE_5_EOL:1.26
	RELEASE_7_0_0:1.23
	RELEASE_6_3_0:1.23
	PRE_XORG_7:1.21
	RELEASE_4_EOL:1.18
	RELEASE_6_2_0:1.17
	RELEASE_6_1_0:1.14
	RELEASE_5_5_0:1.14
	RELEASE_6_0_0:1.12
	RELEASE_5_4_0:1.12
	RELEASE_4_11_0:1.12
	RELEASE_5_3_0:1.11
	RELEASE_4_10_0:1.9
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.29
date	2008.12.24.21.05.18;	author miwi;	state dead;
branches;
next	1.28;

1.28
date	2008.08.25.09.55.04;	author jadawin;	state Exp;
branches;
next	1.27;

1.27
date	2008.08.06.07.17.48;	author jadawin;	state Exp;
branches;
next	1.26;

1.26
date	2008.04.11.15.09.18;	author jadawin;	state Exp;
branches;
next	1.25;

1.25
date	2008.03.06.13.41.16;	author jadawin;	state Exp;
branches;
next	1.24;

1.24
date	2007.12.14.23.14.52;	author miwi;	state Exp;
branches;
next	1.23;

1.23
date	2007.10.28.12.01.33;	author shaun;	state Exp;
branches;
next	1.22;

1.22
date	2007.07.31.09.44.45;	author shaun;	state Exp;
branches;
next	1.21;

1.21
date	2007.04.26.17.00.44;	author shaun;	state Exp;
branches;
next	1.20;

1.20
date	2007.03.24.14.04.35;	author pav;	state Exp;
branches;
next	1.19;

1.19
date	2007.01.31.21.38.39;	author shaun;	state Exp;
branches;
next	1.18;

1.18
date	2007.01.26.16.12.16;	author shaun;	state Exp;
branches;
next	1.17;

1.17
date	2006.06.19.20.06.58;	author shaun;	state Exp;
branches;
next	1.16;

1.16
date	2006.05.16.10.26.20;	author itetcu;	state Exp;
branches;
next	1.15;

1.15
date	2006.03.18.15.29.11;	author pav;	state Exp;
branches;
next	1.14;

1.14
date	2006.01.23.20.27.33;	author pav;	state Exp;
branches;
next	1.13;

1.13
date	2005.12.23.23.18.38;	author edwin;	state Exp;
branches;
next	1.12;

1.12
date	2004.10.12.04.19.02;	author edwin;	state Exp;
branches;
next	1.11;

1.11
date	2004.09.21.20.04.24;	author leeym;	state Exp;
branches;
next	1.10;

1.10
date	2004.06.07.21.17.36;	author pav;	state Exp;
branches;
next	1.9;

1.9
date	2004.02.09.11.43.36;	author ale;	state Exp;
branches;
next	1.8;

1.8
date	2004.01.22.13.14.46;	author trevor;	state Exp;
branches;
next	1.7;

1.7
date	2004.01.22.12.18.42;	author trevor;	state Exp;
branches;
next	1.6;

1.6
date	2003.06.27.05.13.11;	author daichi;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.21.14.01.29;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2003.01.20.13.59.17;	author alane;	state Exp;
branches;
next	1.3;

1.3
date	2003.01.05.02.41.48;	author alane;	state Exp;
branches;
next	1.2;

1.2
date	2002.10.23.14.36.16;	author alane;	state Exp;
branches;
next	1.1;

1.1
date	2002.03.15.05.16.19;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.29
log
@- Remove www/phpSysInfo, port has been split to www/phpsysinfo
  and www/phpsysinfo-dev
@
text
@# New ports collection makefile for:	phpSysInfo
# Date created:				Mon Mar 04, 2002
# Whom:					Bob Bomar <bob@@fly.homeunix.org>
#
# $FreeBSD: ports/www/phpSysInfo/Makefile,v 1.28 2008/08/25 09:55:04 jadawin Exp $

PORTNAME=	phpSysInfo
DISTVERSION=	3.0-RC6
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	SF

MAINTAINER=	walt@@relnor.com
COMMENT=	A php script that displays info about the host being accessed

USE_PHP=	pcre xml simplexml
WANT_PHP_WEB=	yes

WRKSRC=		${WRKDIR}/${PORTNAME:L}
NO_BUILD=	yes

.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}
	cd ${WRKSRC}; ${FIND} . \
		| ${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.post.mk>
@


1.28
log
@- Pass maintainership to Walter Venable <walt at relnor.com>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.27
log
@- Update to 3.0-RC6

PR:		ports/126283
Submitted by:	Ralf van der Enden <tremere cainites net>
@
text
@d13 1
a13 1
MAINTAINER=	jadawin@@FreeBSD.org
@


1.26
log
@- Add simplexml to USE_PHP
- Bump PORTREVISION

Notified by:	tabthorpe
Approved by:	tabthorpe (mentor)
@
text
@d8 1
a8 1
DISTVERSION=	3.0-RC4
@


1.25
log
@- Update to 3.0-RC4
- Add pkg-plist
- Update maintainer address

Approved by: tabthorpe (co-mentor)
@
text
@d9 1
d16 1
a16 1
USE_PHP=	pcre xml
@


1.24
log
@- Update to 3.0-RC3
- Pass maintainership to submitter

PR:		118627
Submitted by:	Philippe Audeoud <jadawin@@tuxaco.net>
@
text
@d8 1
a8 1
DISTVERSION=	3.0-RC3
d12 1
a12 1
MAINTAINER=	jadawin@@tuxaco.net
a19 1
PLIST=		${WRKDIR}/plist
d21 6
a26 7
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}
d34 1
d36 1
a36 1
.include <bsd.port.mk>
@


1.23
log
@Return to pool: hopefully they will have a chance of being updated
prior to the freeze.
@
text
@d8 1
a8 2
PORTVERSION=	2.5.3
PORTREVISION=	1
d10 1
a10 3
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME:L}
DISTNAME=	${PORTNAME:L}-${PORTVERSION}
d12 1
a12 1
MAINTAINER=	ports@@FreeBSD.org
@


1.22
log
@Fix XSS vulnerability.

Reported by:	miwi
Security:	88260dfe-3d21-11dc-b3d3-0016179b2dd
@
text
@d15 1
a15 1
MAINTAINER=	shaun@@FreeBSD.org
@


1.21
log
@Upgrade to 2.5.3.
@
text
@d9 1
@


1.20
log
@- WWWDIR is now defined in bsd.ports.mk

PR:		ports/105529
Submitted by:	laszlof
@
text
@d8 1
a8 2
PORTVERSION=	2.5.2
PORTREVISION=	1
@


1.19
log
@A bug present in PHP 5.2.0 causes a segfault in phpSysInfo; add a patch
that works around this.

Submitted by:	Zoltan Frombach
Obtained from:	http://sourceforge.net/forum/forum.php?thread_id=1656641&forum_id=10
@
text
@a21 4
WWWOWN?=	www
WWWGRP?=	www
WWWDIR?=	www/${PORTNAME}
DATADIR=	${PREFIX}/${WWWDIR}
d28 1
a28 1
	${FIND} . ! -type d | ${SORT} | ${SED} "s|^\.|${WWWDIR}|"\
d30 1
a30 1
	${FIND} . -type d | ${SORT} -r | ${SED} "s|^\.|@@dirrm ${WWWDIR}|"\
d34 1
a34 1
	${MKDIR} ${DATADIR}
d36 3
a38 3
		| ${CPIO} -pdm -R ${WWWOWN}:${WWWGRP} ${DATADIR}
	${CHMOD} -R ${BINMODE} ${DATADIR}
	${FIND} ${DATADIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE}
@


1.18
log
@Update to 2.5.2.
@
text
@d9 1
@


1.17
log
@Switch to my @@FreeBSD.org address.

Approved by:	ahze (mentor)
@
text
@d8 1
a8 1
PORTVERSION=	2.5.1
@


1.16
log
@${PREFIX}/www/data -> ${PREFIX}/www

PR:		ports/97273
Submitted by:	Shaun Amott <shaun@@inerd.com> (maintainer)
Reviewed by:	lawrance (mentor)
@
text
@d14 1
a14 1
MAINTAINER=	shaun@@inerd.com
@


1.15
log
@- Allow to override install location
- Take maintainership

PR:		ports/94584
Submitted by:	Shaun Amott <shaun@@inerd.com>
@
text
@d23 1
a23 1
WWWDIR?=	www/data/${PORTNAME}
@


1.14
log
@- Drop maintainership. ENOTIME for ports, so let someone else take better care
  of them.

Submitted by:	Brad Davis <so14k@@so14k.com>
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
d23 2
a24 2
APACHEDIR=	${PREFIX}/www/data
INSTALLDIR=	${APACHEDIR}/phpSysInfo
a27 2
PLIST_SUB=	INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,}

d31 1
a31 1
	${FIND} . ! -type d | ${SORT} | ${SED} "s|^.|%%INSTALLDIR%%|"\
d33 1
a33 1
	${FIND} . -type d | ${SORT} -r | ${SED} "s|^.|@@dirrm %%INSTALLDIR%%|"\
d37 1
a37 1
	${MKDIR} ${INSTALLDIR}
d39 3
a41 3
		| ${CPIO} -pdm -R ${WWWOWN}:${WWWGRP} ${INSTALLDIR}
	${CHMOD} -R ${BINMODE} ${INSTALLDIR}
	${FIND} ${INSTALLDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE}
@


1.13
log
@update port www/phpSysInfo to 2.5.1

Submitted by:	Babak Farrokhi <babak@@farrokhi.net>
PR:		ports/90849
Approved by:	so14k@@so14k.com (according to remko@@)
@
text
@d14 1
a14 1
MAINTAINER=	so14k@@so14k.com
@


1.12
log
@Update: www/phpSysInfo

	Update www/phpSysInfo to 2.3

PR:		ports/71797
Submitted by:	Wesley Shields <wxs@@csh.rit.edu>
Approved by:	maintainer timeout
@
text
@d8 1
a8 1
PORTVERSION=	2.3
d20 3
a22 3
WRKSRC=		${WRKDIR}/${PORTNAME:L}-dev
WEBOWN?=	www
WEBGRP?=	www
d41 1
a41 1
		| ${CPIO} -pdm -R ${WEBOWN}:${WEBGRP} ${INSTALLDIR}
@


1.11
log
@- set "USE_PHP= pcre xml", otherwise phpSysInfo won't work after installed
  - problem reported by: paulnet.bbs@@wretch.twbbs.org
- make this port PREFIX clean
- replace "rm" with ${RM}
- cosmetic fixes:
  - replace hardcoded "phpsysinfo" with ${PORTNAME:L}
  - relocatate WRKSRC

PR:		71335
Submitted by:	leeym
Approved by:	portmgr (marcus)
@
text
@d8 1
a8 1
PORTVERSION=	2.2
@


1.10
log
@- Update to 2.2

Submitted by:	brd@@FreeNode (maintainer)
@
text
@d11 2
a12 3
MASTER_SITE_SUBDIR=	phpsysinfo
DISTNAME=	phpsysinfo-${PORTVERSION}
WRKSRC=		${WRKDIR}/phpsysinfo-dev
d17 1
a17 1
USE_PHP=	yes
d20 1
a20 1
PREFIX=		${LOCALBASE}
d28 1
a28 1
PLIST_SUB+=	INSTALLDIR=${INSTALLDIR:S,^${PREFIX}/,,}
d31 1
a31 1
	rm -f ${PLIST}
@


1.9
log
@Remove lang/php4/bsd.php.mk and switch every ports depending on PHP to
use Mk/bsd.php.mk.

Approved by:	nork (mentor/implicitly)
@
text
@d8 1
a8 1
PORTVERSION=	2.1
d12 2
@


1.8
log
@Use the SORT macro defined in bsd.port.mk.
@
text
@d16 1
a28 3
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../lang/php4/bsd.php.mk"

d44 1
a44 1
.include <bsd.port.post.mk>
@


1.7
log
@Use the CPIO macro defined in bsd.port.mk.
@
text
@d34 1
a34 1
	${FIND} . ! -type d | sort | ${SED} "s|^.|%%INSTALLDIR%%|"\
d36 1
a36 1
	${FIND} . -type d | sort -r | ${SED} "s|^.|@@dirrm %%INSTALLDIR%%|"\
@


1.6
log
@bug fix: www/phpSysInfo
Fix PHP dependency

PR:		53801
Submitted by:	Alex Dupre <sysadmin@@alexdupre.com>
Pointed out by:	Tilman Linneweh <tilman@@arved.de>
@
text
@d42 1
a42 1
		| cpio -pdm -R ${WEBOWN}:${WEBGRP} ${INSTALLDIR}
@


1.5
log
@De-pkg-comment.
@
text
@d16 1
a16 1
RUN_DEPENDS=	${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
d28 3
d46 1
a46 1
.include <bsd.port.mk>
@


1.4
log
@build own plist so cannot get out of sync
@
text
@d14 1
@


1.3
log
@update and change maintainer
@
text
@d23 1
d26 8
@


1.2
log
@Change maintainer to me.

Approved by:	old maintainer
@
text
@d8 1
a8 1
PORTVERSION=	2.0
d13 1
a13 1
MAINTAINER=	alane@@freebsd.org
@


1.1
log
@add phpSysInfo 2.0
A php script that displays info about the host being accessed

PR:		35581
Submitted by:	Bob Bomar <bob@@fly.homeunix.org>
@
text
@d13 1
a13 1
MAINTAINER=	bob@@fly.homeunix.org
@

