From nobody@FreeBSD.org  Wed May  6 21:59:40 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 5E4451065670
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  6 May 2009 21:59:40 +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 40F638FC19
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  6 May 2009 21:59:40 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n46Lxe19009943
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 6 May 2009 21:59:40 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n46LxebJ009942;
	Wed, 6 May 2009 21:59:40 GMT
	(envelope-from nobody)
Message-Id: <200905062159.n46LxebJ009942@www.freebsd.org>
Date: Wed, 6 May 2009 21:59:40 GMT
From: Girish <girish.rao.dev@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: New port
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         134312
>Category:       ports
>Synopsis:       New port: games/spellathon, a word game to test your English vocabulary skills.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    skreuzer
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 06 22:00:10 UTC 2009
>Closed-Date:    Tue May 12 21:08:46 UTC 2009
>Last-Modified:  Tue May 12 21:08:46 UTC 2009
>Originator:     Girish
>Release:        7.2
>Organization:
>Environment:
FreeBSD bsdfreak 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May  1 08:49:13 UTC 2009     root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
Spellathon is a word game to test your English vocabulary skills. 

You are given seven letters and you need to find words of length -
four letters or more that include a central letter.

http://sourceforge.net/projects/spellathon/
>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/spellathon
#	/usr/ports/games/spellathon/Makefile
#	/usr/ports/games/spellathon/distinfo
#	/usr/ports/games/spellathon/files
#	/usr/ports/games/spellathon/files/patch-src-logic-defines.h
#	/usr/ports/games/spellathon/files/patch-Makefile
#	/usr/ports/games/spellathon/pkg-descr
#
echo c - /usr/ports/games/spellathon
mkdir -p /usr/ports/games/spellathon > /dev/null 2>&1
echo x - /usr/ports/games/spellathon/Makefile
sed 's/^X//' >/usr/ports/games/spellathon/Makefile << 'b991545c5f9bb72466e072b58faec22f'
X# New ports collection makefile for: spellathon
X# Date created:		7 May 2009
X# Whom:			girish
X#
X# $FreeBSD$
X#
X
XPORTNAME= spellathon
XPORTVERSION= 5.4
XCATEGORIES= games
XMASTER_SITES= http://spellathon.sourceforge.net/
XMAINTAINER= girish.rao.dev@gmail.com
XCOMMENT= A word puzzle game.
X
XUSE_GMAKE= yes
XUSE_QT_VER= 4
XQT_COMPONENTS= gui moc_build qmake_build rcc_build uic_build
X
XPLIST_FILES= bin/spellathon \
X	     bin/spellathon-cl
X
X.include <bsd.port.mk> 
b991545c5f9bb72466e072b58faec22f
echo x - /usr/ports/games/spellathon/distinfo
sed 's/^X//' >/usr/ports/games/spellathon/distinfo << 'cd4526c7e7132513b4d54566ea2935be'
XMD5 (spellathon-5.4.tar.gz) = b550d3bec215bb35ece2e0fe121cb748
XSHA256 (spellathon-5.4.tar.gz) = 03feaa3dc9ef6aeb75fbbaf36b4c11528d56200bde0a3adbbb7552784a0705d4
XSIZE (spellathon-5.4.tar.gz) = 199033
cd4526c7e7132513b4d54566ea2935be
echo c - /usr/ports/games/spellathon/files
mkdir -p /usr/ports/games/spellathon/files > /dev/null 2>&1
echo x - /usr/ports/games/spellathon/files/patch-src-logic-defines.h
sed 's/^X//' >/usr/ports/games/spellathon/files/patch-src-logic-defines.h << '04de7afc9b7f444a66b67f98e8a4d61e'
X--- src/logic/defines.h.orig	2009-05-06 00:15:37.000000000 +0530
X+++ src/logic/defines.h	2009-05-06 00:25:10.000000000 +0530
X@@ -43,7 +43,7 @@
X #define PRECOMP		false
X 
X #ifndef DICTPATH
X-#  define DICTPATH	"dict/words.txt"
X+#  define DICTPATH	"/usr/share/dict/words"
X #endif /* DICTPATH */
X 
X #define	DICTBIN		"words.dat"
04de7afc9b7f444a66b67f98e8a4d61e
echo x - /usr/ports/games/spellathon/files/patch-Makefile
sed 's/^X//' >/usr/ports/games/spellathon/files/patch-Makefile << '31a25d409c90530e24857534febd3ac0'
X--- Makefile.orig	2009-05-06 00:14:10.000000000 +0530
X+++ Makefile	2009-05-06 00:11:27.000000000 +0530
X@@ -6,8 +6,12 @@
X 
X gui:
X 	@ printf "\nBuilding gui version...\n\n"
X-	@ cd src/gui && qmake && ${MAKE}
X+	@ cd src/gui && qmake-qt4 && ${MAKE}
X 	
X+install:
X+	@ test -d /usr/local/bin || mkdir -p /usr/local/bin
X+	cp spellathon spellathon-cl /usr/local/bin
X+
X clean:
X 	@ ${MAKE} -C src/cl $@
X 	@ if [ -e src/gui/Makefile ]; then ${MAKE} -C src/gui $@; fi
31a25d409c90530e24857534febd3ac0
echo x - /usr/ports/games/spellathon/pkg-descr
sed 's/^X//' >/usr/ports/games/spellathon/pkg-descr << 'dcda953872e6144b552da14a61044da7'
XSpellathon is a word game to test your English vocabulary skills. 
XYou are given seven letters and you need to find words of length -
Xfour letters or more that include a central letter.
X
Xhttp://sourceforge.net/projects/spellathon/
dcda953872e6144b552da14a61044da7
exit



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->skreuzer 
Responsible-Changed-By: skreuzer 
Responsible-Changed-When: Wed May 6 22:25:54 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

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

From: g <m0147162@gmail.com>
To: bug-followup@FreeBSD.org, girish.rao.dev@gmail.com
Cc:  
Subject: Re: ports/134312: New port: games/spellathon, a word game to test
 your English vocabulary skills.
Date: Thu, 07 May 2009 23:31:17 +0530

 This is a multi-part message in MIME format.
 --------------090309020201090705000909
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 
 
 --------------090309020201090705000909
 Content-Type: text/plain;
  name="spth_shar.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="spth_shar.txt"
 
 # 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/spellathon
 #	/usr/ports/games/spellathon/Makefile
 #	/usr/ports/games/spellathon/distinfo
 #	/usr/ports/games/spellathon/files
 #	/usr/ports/games/spellathon/files/patch-src-logic-defines.h
 #	/usr/ports/games/spellathon/files/patch-Makefile
 #	/usr/ports/games/spellathon/files/patch-src-cl-Makefile
 #	/usr/ports/games/spellathon/pkg-descr
 #
 echo c - /usr/ports/games/spellathon
 mkdir -p /usr/ports/games/spellathon > /dev/null 2>&1
 echo x - /usr/ports/games/spellathon/Makefile
 sed 's/^X//' >/usr/ports/games/spellathon/Makefile << 'b991545c5f9bb72466e072b58faec22f'
 X# New ports collection makefile for: spellathon
 X# Date created:		7 May 2009
 X# Whom:			girish
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	spellathon
 XPORTVERSION=	5.4
 XCATEGORIES=	games
 XMASTER_SITES=	http://spellathon.sourceforge.net/
 X
 XMAINTAINER=	girish.rao.dev@gmail.com
 XCOMMENT=	A word puzzle game
 X
 XUSE_GMAKE=	yes
 XUSE_QT_VER=	4
 XQT_COMPONENTS=	gui moc_build qmake_build rcc_build uic_build
 X
 XPLIST_DIRS=	share/spellathon
 XPLIST_FILES=	bin/spellathon \
 X		bin/spellathon-cl \
 X		share/spellathon/words.txt
 X
 X.include <bsd.port.mk>
 b991545c5f9bb72466e072b58faec22f
 echo x - /usr/ports/games/spellathon/distinfo
 sed 's/^X//' >/usr/ports/games/spellathon/distinfo << 'cd4526c7e7132513b4d54566ea2935be'
 XMD5 (spellathon-5.4.tar.gz) = d06e5f53f467823b680a87b38aea142a
 XSHA256 (spellathon-5.4.tar.gz) = 4263ecd3e439b93431574b2ce10926c7e83b3a959702c04d84c5d8445af88f6b
 XSIZE (spellathon-5.4.tar.gz) = 198094
 cd4526c7e7132513b4d54566ea2935be
 echo c - /usr/ports/games/spellathon/files
 mkdir -p /usr/ports/games/spellathon/files > /dev/null 2>&1
 echo x - /usr/ports/games/spellathon/files/patch-src-logic-defines.h
 sed 's/^X//' >/usr/ports/games/spellathon/files/patch-src-logic-defines.h << '04de7afc9b7f444a66b67f98e8a4d61e'
 X--- src/logic/defines.h.orig	2009-05-07 03:46:28.000000000 +0530
 X+++ src/logic/defines.h	2009-05-06 03:03:08.000000000 +0530
 X@@ -43,7 +43,7 @@
 X #define PRECOMP		false
 X 
 X #ifndef DICTPATH
 X-#  define DICTPATH	"dict/words.txt"
 X+#  define DICTPATH	"/usr/local/share/spellathon/words.txt"
 X #endif /* DICTPATH */
 X 
 X #define	DICTBIN		"words.dat"
 04de7afc9b7f444a66b67f98e8a4d61e
 echo x - /usr/ports/games/spellathon/files/patch-Makefile
 sed 's/^X//' >/usr/ports/games/spellathon/files/patch-Makefile << '31a25d409c90530e24857534febd3ac0'
 X--- Makefile.orig	2009-05-06 02:34:24.000000000 +0530
 X+++ Makefile	2009-05-06 02:42:10.000000000 +0530
 X@@ -6,8 +6,15 @@
 X 
 X gui:
 X 	@ printf "\nBuilding gui version...\n\n"
 X-	@ cd src/gui && qmake && ${MAKE}
 X+	@ cd src/gui && qmake-qt4 && ${MAKE}
 X 	
 X+install:
 X+	@ test -d /usr/local/bin || mkdir -p /usr/local/bin
 X+	@ test -d /usr/local/share/spellathon || \
 X+		mkdir -p /usr/local/share/spellathon
 X+	@ cp spellathon spellathon-cl /usr/local/bin
 X+	@ cp dict/words.txt /usr/local/share/spellathon
 X+
 X clean:
 X 	@ ${MAKE} -C src/cl $@
 X 	@ if [ -e src/gui/Makefile ]; then ${MAKE} -C src/gui $@; fi
 31a25d409c90530e24857534febd3ac0
 echo x - /usr/ports/games/spellathon/files/patch-src-cl-Makefile
 sed 's/^X//' >/usr/ports/games/spellathon/files/patch-src-cl-Makefile << '6e437447b0521bd765e7b66aa7256ec5'
 X--- src/cl/Makefile.orig	2009-05-07 03:46:29.000000000 +0530
 X+++ src/cl/Makefile	2009-05-06 02:59:18.000000000 +0530
 X@@ -1,5 +1,5 @@
 X-CC= g++
 X-CFLAGS= -O2 -fomit-frame-pointer -DSPTH_CL -Wall
 X+CXX?= g++
 X+CFLAGS+= -DSPTH_CL 
 X OBJ_DIR = ../obj/cl
 X OBJ = ${OBJ_DIR}/main.o ${OBJ_DIR}/dict.o ${OBJ_DIR}/solver.o \
 X 	${OBJ_DIR}/util.o ${OBJ_DIR}/dispwordsbuf.o 
 X@@ -7,7 +7,7 @@
 X all: Makefile ../../spellathon-cl
 X 
 X ../../spellathon-cl: ${OBJ}
 X-	${CC} ${CFLAGS} -o $@ ${OBJ}
 X+	${CXX} ${CFLAGS} -o $@ ${OBJ}
 X 
 X ${OBJ_DIR}/main.o: main.cc ../logic/defines.h \
 X                 ../logic/util.h \
 X@@ -15,26 +15,26 @@
 X                 ../logic/solver.h \
 X 		../logic/dispwordsbuf.h \
 X 		../logic/score.h
 X-	${CC} -c ${CFLAGS} -o $@ main.cc
 X+	${CXX} -c ${CFLAGS} -o $@ main.cc
 X 
 X ${OBJ_DIR}/dict.o: ../logic/dict.cc ../logic/dict.h \
 X                 ../logic/defines.h \
 X                 ../logic/util.h \
 X                 ../logic/solver.h
 X-	${CC} -c ${CFLAGS} -o $@ ../logic/dict.cc
 X+	${CXX} -c ${CFLAGS} -o $@ ../logic/dict.cc
 X 
 X ${OBJ_DIR}/dispwordsbuf.o: ../logic/dispwordsbuf.cc ../logic/dispwordsbuf.h \
 X                 ../logic/util.h
 X-	${CC} -c ${CFLAGS} -o $@ ../logic/dispwordsbuf.cc
 X+	${CXX} -c ${CFLAGS} -o $@ ../logic/dispwordsbuf.cc
 X 
 X ${OBJ_DIR}/solver.o: ../logic/solver.cc ../logic/solver.h \
 X                 ../logic/dict.h \
 X                 ../logic/defines.h \
 X                 ../logic/util.h
 X-	${CC} -c ${CFLAGS} -o $@ ../logic/solver.cc
 X+	${CXX} -c ${CFLAGS} -o $@ ../logic/solver.cc
 X 
 X ${OBJ_DIR}/util.o: ../logic/util.cc ../logic/util.h
 X-	${CC} -c ${CFLAGS} -o $@ ../logic/util.cc
 X+	${CXX} -c ${CFLAGS} -o $@ ../logic/util.cc
 X 
 X clean:
 X 	rm -f ${OBJ_DIR}/*.o 
 6e437447b0521bd765e7b66aa7256ec5
 echo x - /usr/ports/games/spellathon/pkg-descr
 sed 's/^X//' >/usr/ports/games/spellathon/pkg-descr << 'dcda953872e6144b552da14a61044da7'
 XSpellathon is a word game to test your English vocabulary skills. 
 XYou are given seven letters and you need to find words of length -
 Xfour letters or more that include a central letter.
 X
 Xwww.sourceforge.net/projects/spellathon/
 dcda953872e6144b552da14a61044da7
 exit
 
 
 --------------090309020201090705000909--
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Tue May 12 21:08:20 UTC 2009 
State-Changed-Why:  
Superseded by ports/134315. 

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