head	1.20;
access;
symbols
	RELEASE_6_2_0:1.19
	RELEASE_6_1_0:1.14
	RELEASE_5_5_0:1.14
	RELEASE_6_0_0:1.8
	old_RELEASE_5_4_0:1.3;
locks; strict;
comment	@# @;


1.20
date	2007.01.05.15.53.48;	author miwi;	state dead;
branches;
next	1.19;

1.19
date	2006.07.01.17.16.57;	author clsung;	state Exp;
branches;
next	1.18;

1.18
date	2006.06.06.12.56.15;	author ale;	state Exp;
branches;
next	1.17;

1.17
date	2006.05.21.21.56.04;	author pav;	state Exp;
branches;
next	1.16;

1.16
date	2006.04.17.19.08.21;	author jmelo;	state Exp;
branches;
next	1.15;

1.15
date	2006.04.15.11.47.41;	author edwin;	state Exp;
branches;
next	1.14;

1.14
date	2006.01.05.03.57.34;	author edwin;	state Exp;
branches;
next	1.13;

1.13
date	2005.11.08.16.06.47;	author garga;	state Exp;
branches;
next	1.12;

1.12
date	2005.10.13.13.56.51;	author garga;	state Exp;
branches;
next	1.11;

1.11
date	2005.10.10.10.28.30;	author garga;	state Exp;
branches;
next	1.10;

1.10
date	2005.09.23.11.30.26;	author garga;	state Exp;
branches;
next	1.9;

1.9
date	2005.08.31.22.32.08;	author jylefort;	state Exp;
branches;
next	1.8;

1.8
date	2005.07.08.19.38.51;	author pav;	state Exp;
branches;
next	1.7;

1.7
date	2005.06.06.11.27.06;	author flz;	state Exp;
branches;
next	1.6;

1.6
date	2005.05.14.13.53.08;	author jylefort;	state Exp;
branches;
next	1.5;

1.5
date	2005.05.06.08.35.26;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2005.05.02.07.05.44;	author novel;	state Exp;
branches;
next	1.3;

1.3
date	2005.03.04.10.44.05;	author flz;	state Exp;
branches;
next	1.2;

1.2
date	2005.03.02.09.44.47;	author flz;	state Exp;
branches;
next	1.1;

1.1
date	2005.02.14.06.34.06;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.20
log
@www/mediawiki13: No longer supported, please upgrade your wiki installation
www/mediawiki15: No longer supported, please upgrade your wiki installation
@
text
@# New ports collection makefile for:	www/mediawiki
# Date created:				February 1st 2005
# Whom:	      				Gerrit Beine <tux@@pinguru.net>
#
# $FreeBSD: ports/www/mediawiki13/Makefile,v 1.19 2006/07/01 17:16:57 clsung Exp $
#

PORTNAME=	mediawiki
PORTVERSION=	1.3.18
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	wikipedia

MAINTAINER=	gerrit.beine@@gmx.de
COMMENT=	The wiki engine used by Wikipedia

CONFLICTS=	mediawiki-1.[0-24-9].*
DEPRECATED=	No longer supported, please upgrade your wiki installation
EXPIRES=	2006-09-01

NO_LATEST_LINK=	yes

NO_BUILD=	yes
USE_PHP=	iconv mbstring pcre session xml zlib readline
WANT_PHP_WEB=	yes
MEDIAWIKIDIR?=	www/data-dist/mediawiki

OPTIONS=	PGSQL "Use PostgreSQL instead of MySQL" off \
		LDAP "Use LDAP authentication" off

.include <bsd.port.pre.mk>

.if defined(WITH_PGSQL)
USE_PHP+=	pgsql
.else
USE_PHP+=	mysql
.endif

.if defined(WITH_LDAP)
USE_PHP+=	ldap
.endif

# Fix USE_PHP after bsd.port.pre.mk
.include "${PORTSDIR}/Mk/bsd.php.mk"

do-install:
	-${MKDIR} ${PREFIX}/${MEDIAWIKIDIR}
	@@${CP} -r ${WRKSRC}/ ${PREFIX}/${MEDIAWIKIDIR}
	@@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${MEDIAWIKIDIR}

post-install:
	@@${FIND} ${WRKSRC}/${file} -not -type d \
	  | ${SED} -ne 's,^${WRKSRC},${MEDIAWIKIDIR},p' >> ${TMPPLIST}
	@@${FIND} -d ${WRKSRC}/${file} -type d \
	  | ${SED} -ne 's,^${WRKSRC},@@dirrm ${MEDIAWIKIDIR},p' >> ${TMPPLIST}
	@@${ECHO_CMD} "@@unexec rmdir %D/www/data-dist 2>/dev/null || true" >> ${TMPPLIST}
	@@${SED} -e 's|%%MEDIAWIKIDIR%%|${PREFIX}/${MEDIAWIKIDIR}|' ${PKGMESSAGE}

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


1.19
log
@- deprecate this port
- reason
  MediaWiki 1.3 is no longer supported by the MediaWiki Foundation.
  This meens, there will be no more security fixes for this branch.

  All users should upgrade their MediaWiki installations to
  one of the newer versions (www/mediawiki14, www/mediawiki15
  or www/mediawiki).

- The port will expire on 1st of Septembre, 2006.

PR:		ports/99683
Submitted by:	maintainer (Gerrit Beine)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.18
log
@Mediawiki doesn't use the pecl-imagick extension,
it can optionally use ImageMagick from command-line.
@
text
@d19 2
@


1.17
log
@- Fix plist after recent php changes
@
text
@d23 1
a23 1
USE_PHP=	iconv mbstring pcre session xml zlib imagick readline
@


1.16
log
@- Use bsd.php.mk to fix USE_PHP after bsd.port.pre.mk.

PR:		ports/95706
Submitted by:	jmelo
Approved by:	maintainer, mnag (mentor)
@
text
@d55 1
@


1.15
log
@Maintainer mailaddress mass change

	Maintainers mailaddress has changed, so the ports should be updated.

PR:		ports/95796
Submitted by:	Gerrit Beine <gerrit.beine@@gmx.de>
@
text
@d42 3
@


1.14
log
@Chase libversion bumb to libMagick.so.9

PR:		ports/91270
@
text
@d15 1
a15 1
MAINTAINER=	tux@@pinguru.net
@


1.13
log
@- Update to 1.3.18
- Use background options handling from Porter's Handbook

PR:		ports/88653
Submitted by:	maintainer
@
text
@d10 1
@


1.12
log
@- Add CONFLICTS
@
text
@d9 1
a9 1
PORTVERSION=	1.3.17
d29 1
a29 7
PORT_DBDIR?=	/var/db/ports
LATEST_LINK=	${PORTNAME}
OPTIONSFILE?=	${PORT_DBDIR}/${LATEST_LINK}/options

.if exists(${OPTIONSFILE})
.include "${OPTIONSFILE}"
.endif
d53 1
a53 1
.include <bsd.port.mk>
@


1.11
log
@- Update to 1.3.17

PR:		ports/87044
Submitted by:	maintainer
@
text
@d17 2
@


1.10
log
@- Update to 1.3.16

PR:		86468
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	1.3.16
@


1.9
log
@Update to 1.3.15

PR:		ports/85314
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	1.3.15
@


1.8
log
@- Define NO_LATEST_LINK
- Fix LASTEST_LINK typo

Prodded by:	kris' duplicate LATEST_LINKS mailing
@
text
@d9 1
a9 1
PORTVERSION=	1.3.13
@


1.7
log
@- Security update to 1.3.13.
- Fix LATEST_LINK.

PR:		ports/81945
Submitted by:	maintainer
@
text
@d17 2
d28 1
a28 1
LASTEST_LINK=	${PORTNAME}
@


1.6
log
@Fix a typo in COMMENT
@
text
@d9 1
a9 1
PORTVERSION=	1.3.12
d26 1
a26 1
NO_LATEST_LINK=	yes
@


1.5
log
@- add mediawiki 1.3 as www/mediawiki13 for people who don't want to upgrade
  to 1.4 yet

PR:		ports/80001
Submitted by:	Gerrit Beine <tux@@pinguru.net> (maintainer)
Repocopy by:	marcus
@
text
@d15 1
a15 1
COMMENT=	The wiki enginge used by Wikipedia
@


1.4
log
@Update to 1.3.12

PR:		80518
Submitted by:	Gerrit Beine (maintainer)
@
text
@d26 1
a26 1
LATEST_LINK=	${PORTNAME}
@


1.3
log
@- Add missing php dependencies (session and zlib).

PR:		ports/78399
Submitted by:	Gerrit Beine <tux@@pinguru.net> (maintainer)
Approved by:	pav (mentor)
@
text
@d9 1
a9 2
PORTVERSION=	1.3.11
PORTREVISION=	1
d18 1
a18 1
USE_PHP=	mysql session zlib
d22 21
@


1.2
log
@- Update to 1.3.11.

PR:		ports/78283
Submitted by:	Gerrit Beine <tux@@pinguru.net> (maintainer)
Approved by:	pav (mentor)
@
text
@d10 1
d19 1
a19 1
USE_PHP=	mysql
@


1.1
log
@- MediaWiki is the collaborative editing software that runs Wikipedia,
  the free encyclopedia, and other projects.
  It's designed to handle a large number of users and pages without imposing
  too rigid a structure or workflow.

WWW: http://www.mediawiki.org/

PR:		ports/76957
Submitted by:	Gerrit Beine <tux AT pinguru dot net>
@
text
@d9 1
a9 1
PORTVERSION=	1.3.10
@

