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/ ( Resubmitting PR as the previous shar had incorrect chksum. Sorry for the goof up.) 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: # # /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) = 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-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 Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->skreuzer I'll take it.
skreuzer 2009-05-21 18:59:06 UTC FreeBSD ports repository Modified files: games Makefile Added files: games/spellathon Makefile distinfo pkg-descr pkg-plist Log: Spellathon is a word game to test your English vocabulary skills. PR: ports/134315 Submitted by: Girish <girish.rao.dev@gmail.com> Approved by: wxs (mentor) Revision Changes Path 1.1292 +1 -0 ports/games/Makefile 1.1 +30 -0 ports/games/spellathon/Makefile (new) 1.1 +3 -0 ports/games/spellathon/distinfo (new) 1.1 +5 -0 ports/games/spellathon/pkg-descr (new) 1.1 +4 -0 ports/games/spellathon/pkg-plist (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"
State Changed From-To: open->closed Committed, with minor changes. Thanks!