head	1.16;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2;
locks; strict;
comment	@# @;


1.16
date	2012.11.17.06.03.11;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.04.18.00.01.53;	author wen;	state Exp;
branches;
next	1.14;

1.14
date	2011.12.26.06.27.31;	author wen;	state Exp;
branches;
next	1.13;

1.13
date	2011.08.23.11.26.55;	author wen;	state Exp;
branches;
next	1.12;

1.12
date	2011.01.16.01.23.39;	author wen;	state Exp;
branches;
next	1.11;

1.11
date	2010.07.09.03.50.11;	author wen;	state Exp;
branches;
next	1.10;

1.10
date	2010.07.06.01.44.14;	author wen;	state Exp;
branches;
next	1.9;

1.9
date	2010.05.25.06.49.50;	author wen;	state Exp;
branches;
next	1.8;

1.8
date	2009.09.29.08.09.56;	author wen;	state Exp;
branches;
next	1.7;

1.7
date	2009.08.22.00.38.30;	author amdmi3;	state Exp;
branches;
next	1.6;

1.6
date	2009.03.19.21.34.39;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2009.01.13.00.15.39;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2008.10.15.16.01.42;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2008.09.29.07.33.53;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2008.08.29.14.46.10;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2008.08.06.10.39.12;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.16
log
@Switch exporter over
@
text
@# New ports collection makefile for:   xoops
# Date created:		02/08/2008
# Whom:			Wen heping <wenheping@@gmail.com>
#
# $FreeBSD: head/www/xoops/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	xoops
PORTVERSION=	2.5.5
CATEGORIES=	www
MASTER_SITES=	SF/${PORTNAME}/XOOPS%20Core%20%28stable%20releases%29/XOOPS_${PORTVERSION}

MAINTAINER=	wen@@FreeBSD.org
COMMENT=	A Dynamic Web CMS

USE_PHP=	mysql

NO_BUILD=	yes
SUB_FILES=	pkg-message

.include <bsd.port.pre.mk>

do-install:
	${MKDIR} ${WWWDIR}
.for i in checksum.md5 checksum.php
	@@cd ${WRKSRC} && ${CP} ${i} ${WWWDIR}/
.endfor
.for d in docs extras htdocs
	@@cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${WWWDIR}
.endfor
	@@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}
	@@${CHMOD} -R 755 ${WWWDIR}
	@@${ECHO_CMD} '@@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' \
		>> ${TMPPLIST}
	@@${ECHO_CMD} '@@exec ${CHMOD} -R 755 ${WWWDIR}' \
		>> ${TMPPLIST}

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>
@


1.15
log
@- Update to 2.5.5
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
log
@- Update to 2.5.4
@
text
@d9 1
a9 1
PORTVERSION=	2.5.4
a11 1
DISTNAME=	${PORTNAME}-${PORTVERSION}
@


1.13
log
@- Update to 2.5.1
@
text
@d9 1
a9 1
PORTVERSION=	2.5.1
d11 2
a12 2
MASTER_SITES=	SF/${PORTNAME}/XOOPS%20Core%20%28stable%20releases%29/XOOPS%20${PORTVERSION}
DISTNAME=	${PORTNAME}-${PORTVERSION}a
@


1.12
log
@- Update to 2.5.0
  (Also fix the fetch error reported by QAT@@)

Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	2.5.0
d12 1
a16 1
USE_ZIP=	yes
d29 1
a29 1
.for d in docs extras htdocs upgrade
@


1.11
log
@- Fix the fetch error reported by qat@@
@
text
@d9 1
a9 1
PORTVERSION=	2.4.5
d11 1
a11 2
MASTER_SITES=	SF/${PORTNAME}/XOOPS%20Core%20%28Beta%20Releases%29/
DISTNAME=	${PORTNAME}-${PORTVERSION}-rc3
@


1.10
log
@- Update to 2.4.5

Feature safe:	yes
@
text
@d11 2
a12 1
MASTER_SITES=	SF/${PORTNAME}/XOOPS%20Core%20%28stable%20releases%29/XOOPS%20${PORTVERSION}
d17 1
@


1.9
log
@- Update to 2.4.4
@
text
@d9 1
a9 1
PORTVERSION=	2.4.4
d25 2
a26 2
.for i in checksum.md5 checksum.php release_notes.txt
	@@cd ${WRKDIR} && ${CP} ${i} ${WWWDIR}/
d29 1
a29 1
	@@cd ${WRKDIR} && ${COPYTREE_SHARE} ${d} ${WWWDIR}
@


1.8
log
@- Update to 2.3.3b
- Update my mail address to FreeBSD

Approved by:	jadawin(co-mentor)
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	2.3.3b
@


1.7
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d9 1
a9 1
PORTVERSION=	2.3.3
d13 1
a13 1
MAINTAINER=	wenheping@@gmail.com
d26 1
a26 1
	@@cd ${WRKSRC} && ${CP} ${i} ${WWWDIR}/
d29 1
a29 1
	@@cd ${WRKSRC} && ${COPYTREE_SHARE} ${d} ${WWWDIR}
@


1.6
log
@- Update to 2.3.3

PR:		132725
Submitted by:	"Wen Heping" <wenheping@@gmail.com> (maintainer)
@
text
@d11 1
a11 1
MASTER_SITES=	SF
@


1.5
log
@- Update to 2.3.2b

PR:		130402
Submitted by:	Wen Heping <wenheping@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	2.3.2b
d26 1
a26 1
	@@cd ${WRKDIR} && ${CP} ${i} ${WWWDIR}/
d29 1
a29 1
	@@cd ${WRKDIR} && ${COPYTREE_SHARE} ${d} ${WWWDIR}
d35 1
a35 1
	@@${ECHO_CMD} '@@exec ${CHMOD} 755 -R ${WWWDIR}' \
@


1.4
log
@- Update to 2.3.1

PR:		128049
Submitted by:	Wen Heping <wenheping@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	2.3.1
d24 7
a30 1
	@@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${WWWDIR}
@


1.3
log
@- Update to 2.3.0

PR:		127671
Submitted by:	"Wen Heping" <wenheping@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	2.3.0
@


1.2
log
@- Update to 2.0.18.2

PR:		126842
Submitted by:	Wen heping <wenheping@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	2.0.18.2
@


1.1
log
@XOOPS is an extensible, OO (Object Oriented), easy
to use dynamic web content management system written
in PHP. XOOPS is the ideal tool for developing small
to large dynamic community websites, intra company
portals, corporate portals, weblogs and much more.

WWW: http://www.xoops.org/

PR:		ports/126194
Submitted by:	Wen heping <wenheping at gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	2.0.18.1
@

