Date: Wed, 6 May 2009 22:40:30 GMT From: Girish <girish.rao.dev@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/134315: New port. Resubmitting PR as the previous shar had incorrect chksum. Message-ID: <200905062240.n46MeUgM044893@www.freebsd.org> Resent-Message-ID: <200905062250.n46Mo14F003196@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 134315 >Category: ports >Synopsis: New port. Resubmitting PR as the previous shar had incorrect chksum. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 06 22:50:01 UTC 2009 >Closed-Date: >Last-Modified: >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/ ( Resubmitting PR as the previous shar had incorrect chksum. Sorry for the goof up.) >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: # # /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: # 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 >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905062240.n46MeUgM044893>