From nobody@FreeBSD.org  Sat Apr 16 12:31:26 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id D95A116A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 16 Apr 2005 12:31:26 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 9B5FC43D2F
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 16 Apr 2005 12:31:26 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j3GCVPKP084734
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 16 Apr 2005 12:31:25 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j3GCVPaE084733;
	Sat, 16 Apr 2005 12:31:25 GMT
	(envelope-from nobody)
Message-Id: <200504161231.j3GCVPaE084733@www.freebsd.org>
Date: Sat, 16 Apr 2005 12:31:25 GMT
From: Gerrit Beine <tux@pinguru.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port: www/mediawiki14 as a clone from www/mediawiki
X-Send-Pr-Version: www-2.3

>Number:         80001
>Category:       ports
>Synopsis:       New port: www/mediawiki14 as a clone from www/mediawiki
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pav
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 16 12:40:19 GMT 2005
>Closed-Date:    Fri May 06 08:36:11 GMT 2005
>Last-Modified:  Fri May 06 08:36:11 GMT 2005
>Originator:     Gerrit Beine
>Release:        FreeBSD 5.3-RELEASE
>Organization:
pitcom GmbH
>Environment:
FreeBSD asus.site 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 12 23:43:33 CET 2004     root@asus.site:/usr/src/sys/i386/compile/ASUS  i386

>Description:
This port is a clone of www/mediawiki containing the new version 1.4.

Not all users may change to the new wiki engine, so it seems to be a good choice to hold both versions in ports tree for a while.
>How-To-Repeat:
      
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	mediawiki14
#	mediawiki14/Makefile
#	mediawiki14/distinfo
#	mediawiki14/pkg-descr
#	mediawiki14/pkg-message
#
echo c - mediawiki14
mkdir -p mediawiki14 > /dev/null 2>&1
echo x - mediawiki14/Makefile
sed 's/^X//' >mediawiki14/Makefile << 'END-of-mediawiki14/Makefile'
X# New ports collection makefile for:	www/mediawiki
X# Date created:				April 16th, 2005
X# Whom:	      				Gerrit Beine <tux@pinguru.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mediawiki
XPORTVERSION=	1.4.0
XCATEGORIES=	www
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	wikipedia
X
XMAINTAINER=	tux@pinguru.net
XCOMMENT=	The wiki enginge used by Wikipedia
X
XCONFLICTS=	mediawiki-1.3.*
X
XNO_BUILD=	yes
XUSE_PHP=	mysql session zlib
XWANT_PHP_WEB=	yes
XMEDIAWIKIDIR?=	www/data-dist/mediawiki
X
Xdo-install:
X	-${MKDIR} ${PREFIX}/${MEDIAWIKIDIR}
X	@${CP} -r ${WRKSRC}/ ${PREFIX}/${MEDIAWIKIDIR}
X	@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/${MEDIAWIKIDIR}
X
Xpost-install:
X	@${FIND} ${WRKSRC}/${file} -not -type d \
X	  | ${SED} -ne 's,^${WRKSRC},${MEDIAWIKIDIR},p' >> ${TMPPLIST}
X	@${FIND} -d ${WRKSRC}/${file} -type d \
X	  | ${SED} -ne 's,^${WRKSRC},@dirrm ${MEDIAWIKIDIR},p' >> ${TMPPLIST}
X	@${SED} -e 's|%%MEDIAWIKIDIR%%|${PREFIX}/${MEDIAWIKIDIR}|' ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-mediawiki14/Makefile
echo x - mediawiki14/distinfo
sed 's/^X//' >mediawiki14/distinfo << 'END-of-mediawiki14/distinfo'
XMD5 (mediawiki-1.4.0.tar.gz) = d1bbfe6db13c902ee12188f8fbe18f35
XSIZE (mediawiki-1.4.0.tar.gz) = 1874413
END-of-mediawiki14/distinfo
echo x - mediawiki14/pkg-descr
sed 's/^X//' >mediawiki14/pkg-descr << 'END-of-mediawiki14/pkg-descr'
XMediaWiki is the collaborative editing software that runs Wikipedia,
Xthe free encyclopedia, and other projects.
XIt's designed to handle a large number of users and pages without imposing
Xtoo rigid a structure or workflow.
X
XWWW: http://www.mediawiki.org/
END-of-mediawiki14/pkg-descr
echo x - mediawiki14/pkg-message
sed 's/^X//' >mediawiki14/pkg-message << 'END-of-mediawiki14/pkg-message'
X
X    **** NOTE ****
XRemember to check
X
X%%MEDIAWIKIDIR%%/INSTALL
X
Xfor details
END-of-mediawiki14/pkg-message
exit


>Release-Note:
>Audit-Trail:

From: Mark Linimon <linimon@lonesome.com>
To: Gerrit Beine <tux@pinguru.net>
Cc: freebsd-gnats-submit@FreeBSD.org,
	<freebsd-ports-bugs@FreeBSD.org>
Subject: Re: ports/80001: New port: www/mediawiki14 as a clone from www/mediawiki
Date: Sat, 16 Apr 2005 14:16:17 -0500 (CDT)

 If this is the exact same port but with modifications, should this not
 then first be a repocopy?
 

From: Gerrit Beine <tux@pinguru.net>
To: Mark Linimon <linimon@lonesome.com>
Cc: freebsd-ports-bugs@freebsd.org, freebsd-gnats-submit@FreeBSD.org
Subject: Re: ports/80001: New port: www/mediawiki14 as a clone from www/mediawiki
Date: Sun, 17 Apr 2005 11:16:59 +0200

 Am Samstag, 16. April 2005 21:20 schrieb Mark Linimon:
 > The following reply was made to PR ports/80001; it has been noted by GNAT=
 S.
 >
 > From: Mark Linimon <linimon@lonesome.com>
 > To: Gerrit Beine <tux@pinguru.net>
 > Cc: freebsd-gnats-submit@FreeBSD.org,
 > 	<freebsd-ports-bugs@FreeBSD.org>
 > Subject: Re: ports/80001: New port: www/mediawiki14 as a clone from
 > www/mediawiki Date: Sat, 16 Apr 2005 14:16:17 -0500 (CDT)
 >
 >  If this is the exact same port but with modifications, should this not
 >  then first be a repocopy?
 >
 Yes, I think that's the right way.
 
 It is a copy of the current mediawiki port and the only difference is the
 newer version.
 
 So long...
 
 Gerrit
 =2D-=20
 Ich spul den Film zur=FCck
 Bis zu jeder Stelle, bis zu jenem Tag
 Als es noch nicht weg war
 Das Gl=FCck
 
 mail tux@pinguru.net
 icq  123851585
 web  http://arme-und-beine.de
State-Changed-From-To: open->feedback 
State-Changed-By: pav 
State-Changed-When: Tue Apr 19 21:36:53 GMT 2005 
State-Changed-Why:  
Would it make more sense to copy existing port to mediawiki13 and update 
mediawiki port to 1.4? 


Responsible-Changed-From-To: freebsd-ports-bugs->pav 
Responsible-Changed-By: pav 
Responsible-Changed-When: Tue Apr 19 21:36:53 GMT 2005 
Responsible-Changed-Why:  
Track 

http://www.freebsd.org/cgi/query-pr.cgi?pr=80001 
State-Changed-From-To: feedback->repocopy 
State-Changed-By: pav 
State-Changed-When: Wed May 4 11:31:42 GMT 2005 
State-Changed-Why:  
www/mediawiki -> www/mediawiki13 


Responsible-Changed-From-To: pav->portmgr 
Responsible-Changed-By: pav 
Responsible-Changed-When: Wed May 4 11:31:42 GMT 2005 
Responsible-Changed-Why:  
pav to handle, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=80001 
State-Changed-From-To: repocopy->open 
State-Changed-By: marcus 
State-Changed-When: Fri May 6 05:57:53 GMT 2005 
State-Changed-Why:  
Repo-copy completed. 


Responsible-Changed-From-To: portmgr->pav 
Responsible-Changed-By: marcus 
Responsible-Changed-When: Fri May 6 05:57:53 GMT 2005 
Responsible-Changed-Why:  
Repo-copy completed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=80001 
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Fri May 6 08:36:02 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=80001 
>Unformatted:
