From nobody@FreeBSD.org  Thu Sep 10 06:27:49 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 6F5B01065672
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 10 Sep 2009 06:27:49 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 5DA3D8FC18
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 10 Sep 2009 06:27:49 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n8A6Rngi002918
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 10 Sep 2009 06:27:49 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n8A6RnG2002917;
	Thu, 10 Sep 2009 06:27:49 GMT
	(envelope-from nobody)
Message-Id: <200909100627.n8A6RnG2002917@www.freebsd.org>
Date: Thu, 10 Sep 2009 06:27:49 GMT
From: Dominic Fandrey <kamikaze@bsdforen.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: new slave port - games/ioquake3-devel
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         138695
>Category:       ports
>Synopsis:       new port - games/ioquake3-devel
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    amdmi3
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 10 06:30:05 UTC 2009
>Closed-Date:    Fri Oct 23 17:48:20 UTC 2009
>Last-Modified:  Fri Oct 23 17:50:02 UTC 2009
>Originator:     Dominic Fandrey
>Release:        RELENG_7
>Organization:
private
>Environment:
FreeBSD mobileKamikaze.norad 7.2-STABLE FreeBSD 7.2-STABLE #0: Fri Jul  3 10:26:33 CEST 2009     root@mobileKamikaze.norad:/usr/obj/HP6510b/amd64/usr/src/sys/HP6510b  amd64
>Description:
Port for ioquake3 SVN snapshots.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# 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:
#
#	/usr/ports/games/ioquake3-devel/
#	/usr/ports/games/ioquake3-devel/Makefile
#	/usr/ports/games/ioquake3-devel/pkg-message
#	/usr/ports/games/ioquake3-devel/pkg-descr
#	/usr/ports/games/ioquake3-devel/distinfo
#
echo c - /usr/ports/games/ioquake3-devel/
mkdir -p /usr/ports/games/ioquake3-devel/ > /dev/null 2>&1
echo x - /usr/ports/games/ioquake3-devel/Makefile
sed 's/^X//' >/usr/ports/games/ioquake3-devel/Makefile << '8c64f5f5370d5c87f6b1cde60bed4a7c'
X# New ports collection makefile for:	ioquake3-devel
X# Date created:				31 Aug 2009
X# Whom:					Dominic Fandrey
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ioquake3-devel
XDISTVERSION=	1.36_SVN${SVNREVISION}
XMASTER_SITES=	ftp://deponie.yamagi.org/freebsd/distfiles/ioquake3/ \
X		http://deponie.yamagi.org/freebsd/distfiles/ioquake3/
X
XMAINTAINER=	kamikaze@bsdforen.de
XCOMMENT=	Development SVN snapshots of ioquake3
X
XPLIST=		${.CURDIR}/../ioquake3/pkg-plist
XPATCHDIR=	${WRKDIR}/freebsd-patchset/
X
XSVNREVISION=	1583
XBINSUFFIX=	-devel
X
X.include "${.CURDIR}/../ioquake3/Makefile"
8c64f5f5370d5c87f6b1cde60bed4a7c
echo x - /usr/ports/games/ioquake3-devel/pkg-message
sed 's/^X//' >/usr/ports/games/ioquake3-devel/pkg-message << 'a45d214a8b98e711c6056921f426bbcb'
X==============================================================================
X
XThe input devices are now handled by SDL. Some mouse buttons will have
Xdifferent aliases and the mouse speed needs to be readjusted.
X
XThe configuration files are saved to ~/.ioquake3-devel instead of ~/.ioquake3
Xif you prefer both versions to share the configurations files create a
Xsymlink.
X
X==============================================================================
a45d214a8b98e711c6056921f426bbcb
echo x - /usr/ports/games/ioquake3-devel/pkg-descr
sed 's/^X//' >/usr/ports/games/ioquake3-devel/pkg-descr << '8ab4b841f37b77d1c5bb594f549131d0'
XThis project, icculus.org/quake3 (sometimes referred to ioquake3, or ioq3 for
Xshort) aims to build upon id Software's Quake 3 source code release. The
Xsource code was released on August 20, 2005 under the GPL. Since then, we have
Xbeen cleaning up, fixing bugs, and adding features. Our permanent goal is to
Xcreate the open source Quake 3 distribution upon which people base their games
Xand projects. We also seek to have the perfect version of the engine for
Xplaying Quake 3: Arena, Team Arena, and all popular mods. This distribution of
Xthe engine has been ported to many new platforms and has had a slew of new
Xfeatures added, along with massive bug extermination.
X
XWWW: http://ioquake3.org/
8ab4b841f37b77d1c5bb594f549131d0
echo x - /usr/ports/games/ioquake3-devel/distinfo
sed 's/^X//' >/usr/ports/games/ioquake3-devel/distinfo << '5e910aa3d448cb3ab21dd628daaa959d'
XMD5 (ioquake3-devel-1.36_SVN1583.zip) = 5a59062ce5779fe1985c40ece41c2722
XSHA256 (ioquake3-devel-1.36_SVN1583.zip) = 353f5bddbaed46323d4078e6907fcd602c771bd41fe641fc5b3ae67a187c1a88
XSIZE (ioquake3-devel-1.36_SVN1583.zip) = 5057370
5e910aa3d448cb3ab21dd628daaa959d
exit



>Release-Note:
>Audit-Trail:

From: Dominic Fandrey <kamikaze@bsdforen.de>
To: bug-followup@FreeBSD.org, kamikaze@bsdforen.de
Cc:  
Subject: Re: ports/138695: new slave port - games/ioquake3-devel
Date: Fri, 11 Sep 2009 19:12:21 +0200

 Unfortunately I forgot a build dependency (svnversion). Here is a new
 shar archive.
 
 
 # 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:
 #
 #	/usr/ports/games/ioquake3-devel
 #	/usr/ports/games/ioquake3-devel/Makefile
 #	/usr/ports/games/ioquake3-devel/pkg-message
 #	/usr/ports/games/ioquake3-devel/pkg-descr
 #	/usr/ports/games/ioquake3-devel/distinfo
 #
 echo c - /usr/ports/games/ioquake3-devel
 mkdir -p /usr/ports/games/ioquake3-devel > /dev/null 2>&1
 echo x - /usr/ports/games/ioquake3-devel/Makefile
 sed 's/^X//' >/usr/ports/games/ioquake3-devel/Makefile << '8c64f5f5370d5c87f6b1cde60bed4a7c'
 X# New ports collection makefile for:	ioquake3-devel
 X# Date created:				31 Aug 2009
 X# Whom:					Dominic Fandrey
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	ioquake3-devel
 XDISTVERSION=	1.36_SVN${SVNREVISION}
 XMASTER_SITES=	ftp://deponie.yamagi.org/freebsd/distfiles/ioquake3/ \
 X		http://deponie.yamagi.org/freebsd/distfiles/ioquake3/
 X
 XMAINTAINER=	kamikaze@bsdforen.de
 XCOMMENT=	Development SVN snapshots of ioquake3
 X
 XBUILD_DEPENDS+=	svnversion:${PORTSDIR}/devel/subversion
 X
 XPLIST=		${.CURDIR}/../ioquake3/pkg-plist
 XPATCHDIR=	${WRKDIR}/freebsd-patchset/
 X
 XSVNREVISION=	1583
 XBINSUFFIX=	-devel
 X
 X.include "${.CURDIR}/../ioquake3/Makefile"
 8c64f5f5370d5c87f6b1cde60bed4a7c
 echo x - /usr/ports/games/ioquake3-devel/pkg-message
 sed 's/^X//' >/usr/ports/games/ioquake3-devel/pkg-message << 'a45d214a8b98e711c6056921f426bbcb'
 X==============================================================================
 X
 XThe input devices are now handled by SDL. Some mouse buttons will have
 Xdifferent aliases and the mouse speed needs to be readjusted.
 X
 XThe configuration files are saved to ~/.ioquake3-devel instead of ~/.ioquake3
 Xif you prefer both versions to share the configurations files create a
 Xsymlink.
 X
 X==============================================================================
 a45d214a8b98e711c6056921f426bbcb
 echo x - /usr/ports/games/ioquake3-devel/pkg-descr
 sed 's/^X//' >/usr/ports/games/ioquake3-devel/pkg-descr << '8ab4b841f37b77d1c5bb594f549131d0'
 XThis project, icculus.org/quake3 (sometimes referred to ioquake3, or ioq3 for
 Xshort) aims to build upon id Software's Quake 3 source code release. The
 Xsource code was released on August 20, 2005 under the GPL. Since then, we have
 Xbeen cleaning up, fixing bugs, and adding features. Our permanent goal is to
 Xcreate the open source Quake 3 distribution upon which people base their games
 Xand projects. We also seek to have the perfect version of the engine for
 Xplaying Quake 3: Arena, Team Arena, and all popular mods. This distribution of
 Xthe engine has been ported to many new platforms and has had a slew of new
 Xfeatures added, along with massive bug extermination.
 X
 XWWW: http://ioquake3.org/
 8ab4b841f37b77d1c5bb594f549131d0
 echo x - /usr/ports/games/ioquake3-devel/distinfo
 sed 's/^X//' >/usr/ports/games/ioquake3-devel/distinfo << '5e910aa3d448cb3ab21dd628daaa959d'
 XMD5 (ioquake3-devel-1.36_SVN1583.zip) = 5a59062ce5779fe1985c40ece41c2722
 XSHA256 (ioquake3-devel-1.36_SVN1583.zip) = 353f5bddbaed46323d4078e6907fcd602c771bd41fe641fc5b3ae67a187c1a88
 XSIZE (ioquake3-devel-1.36_SVN1583.zip) = 5057370
 5e910aa3d448cb3ab21dd628daaa959d
 exit
 

From: Dominic Fandrey <kamikaze@bsdforen.de>
To: bug-followup@FreeBSD.org, kamikaze@bsdforen.de, portmgr@freebsd.org
Cc:  
Subject: Re: ports/138695: new slave port - games/ioquake3-devel
Date: Thu, 17 Sep 2009 21:07:08 +0200

 Anyone looking into this?
Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 
Responsible-Changed-By: amdmi3 
Responsible-Changed-When: Fri Oct 23 14:19:35 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138695 
State-Changed-From-To: open->closed 
State-Changed-By: amdmi3 
State-Changed-When: Fri Oct 23 17:48:20 UTC 2009 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=138695 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/138695: commit references a PR
Date: Fri, 23 Oct 2009 17:48:26 +0000 (UTC)

 amdmi3      2009-10-23 17:48:12 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games                Makefile 
   Added files:
     games/ioquake3-devel Makefile distinfo pkg-descr pkg-message 
   Log:
   - Cleaned-up and enhaced version of Quake 3, SVN snapshot
   
   PR:             138695
   Submitted by:   Dominic Fandrey <kamikaze@bsdforen.de>
   
   Revision  Changes    Path
   1.1312    +1 -0      ports/games/Makefile
   1.1       +24 -0     ports/games/ioquake3-devel/Makefile (new)
   1.1       +3 -0      ports/games/ioquake3-devel/distinfo (new)
   1.1       +11 -0     ports/games/ioquake3-devel/pkg-descr (new)
   1.1       +10 -0     ports/games/ioquake3-devel/pkg-message (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
