head	1.25;
access;
symbols
	RELEASE_6_1_0:1.19
	RELEASE_5_5_0:1.19
	old_RELEASE_6_0_0:1.11
	old_RELEASE_5_4_0:1.3;
locks; strict;
comment	@# @;


1.25
date	2006.10.02.12.38.34;	author vd;	state dead;
branches;
next	1.24;

1.24
date	2006.07.16.12.42.45;	author garga;	state Exp;
branches;
next	1.23;

1.23
date	2006.06.06.12.56.15;	author ale;	state Exp;
branches;
next	1.22;

1.22
date	2006.05.21.21.56.04;	author pav;	state Exp;
branches;
next	1.21;

1.21
date	2006.04.17.19.08.21;	author jmelo;	state Exp;
branches;
next	1.20;

1.20
date	2006.03.29.11.42.14;	author garga;	state Exp;
branches;
next	1.19;

1.19
date	2006.01.22.17.39.43;	author arved;	state Exp;
branches;
next	1.18;

1.18
date	2006.01.15.02.43.10;	author pav;	state Exp;
branches;
next	1.17;

1.17
date	2006.01.05.03.57.34;	author edwin;	state Exp;
branches;
next	1.16;

1.16
date	2005.11.13.21.22.09;	author pav;	state Exp;
branches;
next	1.15;

1.15
date	2005.11.08.16.06.55;	author garga;	state Exp;
branches;
next	1.14;

1.14
date	2005.10.10.10.28.20;	author garga;	state Exp;
branches;
next	1.13;

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

1.12
date	2005.08.31.22.25.24;	author jylefort;	state Exp;
branches;
next	1.11;

1.11
date	2005.07.22.09.02.22;	author novel;	state Exp;
branches;
next	1.10;

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

1.9
date	2005.06.06.18.22.07;	author flz;	state Exp;
branches;
next	1.8;

1.8
date	2005.06.06.11.31.26;	author flz;	state Exp;
branches;
next	1.7;

1.7
date	2005.05.14.13.52.07;	author jylefort;	state Exp;
branches;
next	1.6;

1.6
date	2005.05.06.17.53.26;	author novel;	state Exp;
branches;
next	1.5;

1.5
date	2005.05.06.08.34.38;	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.25
log
@Remove expired ports:
2006-10-01 devel/rtplib
2006-09-01 emulators/linux_base
2006-09-01 emulators/linux_base-debian
2006-09-01 emulators/linux_base-8
2006-09-01 emulators/linux_base-rh-9
2006-10-01 misc/pointless
2006-10-01 www/mediawiki14
@
text
@# New ports collection makefile for:	www/mediawiki
# Date created:				February 1st 2005
# Whom:	      				Gerrit Beine <tux@@pinguru.net>
#
# $FreeBSD: ports/www/mediawiki14/Makefile,v 1.24 2006/07/16 12:42:45 garga Exp $
#

PORTNAME=	mediawiki
PORTVERSION=	1.4.15
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-35-9].*
DEPRECATED=	No longer supported, please upgrade your wiki installation
EXPIRATION_DATE=	2006-10-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.24
log
@MediaWiki 1.4 is no longer supported by the MediaWiki Foundation.
This meens, there will be no more security fixes for this branch.

Mark it as DEPRECATED and set EXPIRATION_DATE to 2006-10-01

PR:		ports/100384
Submitted by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD$
@


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


1.22
log
@- Fix plist after recent php changes
@
text
@d22 1
a22 1
USE_PHP=	iconv mbstring pcre session xml zlib imagick readline
@


1.21
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
@d54 1
@


1.20
log
@- Update to 1.4.15

PR:		ports/95010
Submitted by:	maintainer
@
text
@d41 3
@


1.19
log
@Update to 1.4.14
Update maintainers Email address

PR:		92153
Submitted by:	Gerrit Beine <tux@@pinguru.net>
@
text
@d9 1
a9 1
PORTVERSION=	1.4.14
@


1.18
log
@- Update to 1.4.13

PR:		ports/91618
Submitted by:	Thomas Vogt <thomas@@bsdunix.ch>
Approved by:	Gerrit Beine <tux@@pinguru.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.4.13
d14 1
a14 1
MAINTAINER=	tux@@pinguru.net
@


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

PR:		ports/91270
@
text
@d9 1
a9 2
PORTVERSION=	1.4.12
PORTREVISION=	1
@


1.16
log
@- Set NO_LATEST_LINK

PR:		ports/88947
Submitted by:	Gerrit Beine <tux@@pinguru.net> (maintainer)
@
text
@d10 1
@


1.15
log
@- Update to 1.4.12
- Use background options handling from Porter's Handbook

PR:		ports/88652
Submitted by:	maintainer
@
text
@d19 2
@


1.14
log
@- Update to 1.4.11

PR:		ports/87045
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	1.4.11
d27 1
a27 7
PORT_DBDIR?=	/var/db/ports
LATEST_LINK=	${PORTNAME}
OPTIONSFILE?=	${PORT_DBDIR}/${LATEST_LINK}/options

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


1.13
log
@- Update to 1.4.10

PR:		86469
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	1.4.10
d17 1
a17 1
CONFLICTS=	mediawiki-1.3.*
@


1.12
log
@Update to 1.4.9

PR:		ports/85313
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	1.4.9
@


1.11
log
@Update to 1.4.7.

PR:		83895
Submitted by:	Gerrit Beine (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.4.7
@


1.10
log
@- Update to 1.4.6, which fixes Javascript injection vulnerability

PR:		ports/83142
Submitted by:	Gerrit Beine <tux@@pinguru.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.4.6
@


1.9
log
@- Fix typo (LASTEST_LINK -> LATEST_LINK).

Noticed by:	Mike Harding <mvh@@ix.netcom.com>
@
text
@d9 1
a9 2
PORTVERSION=	1.4.5
PORTREVISION=	1
@


1.8
log
@- Security update to 1.4.5.
- Fix LATEST_LINK.

PR:		ports/81946
Submitted by:	maintainer
@
text
@d10 1
d29 1
a29 1
LASTEST_LINK=	${PORTNAME}
@


1.7
log
@- Do not use NO_LATEST_LINK [1]
- Fix a typo in COMMENT

PR:		ports/80898 [1]
Submitted by:	maintainer [1]
@
text
@d9 1
a9 1
PORTVERSION=	1.4.4
d28 1
@


1.6
log
@Update to 1.4.4

PR:		80700
Submitted by:	Gerrit Beine (maintainer)
@
text
@d15 1
a15 1
COMMENT=	The wiki enginge used by Wikipedia
a27 1
NO_LATEST_LINK=	yes
@


1.5
log
@- Update to 1.4.0

PR:		ports/80001
Submitted by:	Gerrit Beine <tux@@pinguru.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.4.0
d20 1
a20 1
USE_PHP=	mysql session zlib
d24 21
@


1.4
log
@Update to 1.3.12

PR:		80518
Submitted by:	Gerrit Beine (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.3.12
d17 2
d20 1
a20 1
USE_PHP=	iconv mbstring pcre session xml zlib imagick readline
a23 21
OPTIONS=	PGSQL "Use PostgreSQL instead of MySQL" off \
		LDAP "Use LDAP authentication" off

PORT_DBDIR?=	/var/db/ports
LATEST_LINK=	${PORTNAME}
OPTIONSFILE?=	${PORT_DBDIR}/${LATEST_LINK}/options

.if exists(${OPTIONSFILE})
.include "${OPTIONSFILE}"
.endif

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

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

@


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
@

