ports/129359: [NEW PORT]games/Xword: a crossword-solving application

bf bf2006a at yahoo.com
Tue Dec 2 02:20:01 UTC 2008


>Number:         129359
>Category:       ports
>Synopsis:       [NEW PORT]games/Xword: a crossword-solving application
>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:   Tue Dec 02 02:20:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        7-STABLE i386
>Organization:
-
>Environment:
>Description:
A pygtk2-powered crossword-solving application for puzzles in the Across Lite
format.  This is not to be confused with the older ports games/xword, which
has a similar functionality, but uses GNOME1 components.
>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:
#
#	Xword
#	Xword/files
#	Xword/files/patch-xword
#	Xword/Makefile
#	Xword/distinfo
#	Xword/pkg-descr
#
echo c - Xword
mkdir -p Xword > /dev/null 2>&1
echo c - Xword/files
mkdir -p Xword/files > /dev/null 2>&1
echo x - Xword/files/patch-xword
sed 's/^X//' >Xword/files/patch-xword << '34229fc80e282c997e2b589269cd4177'
X--- xword.orig	2008-12-01 20:07:26.768695743 -0500
X+++ xword	2008-12-01 20:08:01.929339903 -0500
X@@ -51,7 +51,7 @@
X import pickle
X import ConfigParser
X 
X-HOME_PATH = os.path.dirname(sys.argv[0])
X+HOME_PATH = %%DATADIR%%
X CHECK_ICON = HOME_PATH + '/crossword-check.png'
X CHECK_ALL_ICON = HOME_PATH + '/crossword-check-all.png'
X SOLVE_ICON = HOME_PATH + '/crossword-solve.png'
34229fc80e282c997e2b589269cd4177
echo x - Xword/Makefile
sed 's/^X//' >Xword/Makefile << '4f4b04faf79571c2e10848227a3295bd'
X# Ports collection makefile for:	Xword
X# Date created:				Dec. 1, 2008
X# Whom:					bf2006a at yahoo.com
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Xword
XPORTVERSION=	1.0
XCATEGORIES=	games
XMASTER_SITES=	http://x-word.org/
XDISTNAME=	xword-${PORTVERSION}
X
XMAINTAINER=	bf2006a at yahoo.com
XCOMMENT=	An application for solving crossword puzzles in the Across Lite format
X
XUSE_GNOME=	pygtk2
XUSE_PYTHON=	24+
XNO_BUILD=	yes
X
XPLIST_DIRS=	%%DATADIR%%
XPLIST_FILES=	bin/Xword \
X		%%DATADIR%%/crossword-check-all.png \
X		%%DATADIR%%/crossword-check.png \
X		%%DATADIR%%/crossword-clock.png \
X		%%DATADIR%%/crossword-solve.png \
X		%%DATADIR%%/layout-rtb.png
X
Xpost-patch:
X	@${REINPLACE_CMD} -e "s|%%DATADIR%%|\'${DATADIR}\'|g" \
X		-e "s|/usr/bin/python|${PYTHON_CMD}|g" \
X		${WRKSRC}/xword
X
Xdo-install:
X	@${INSTALL_SCRIPT} ${WRKSRC}/xword ${PREFIX}/bin/Xword
X	@${MKDIR} ${DATADIR}
X	@(cd ${WRKSRC} && for f in *.png ; do ${INSTALL_DATA} ${WRKSRC}/$$f ${DATADIR} ; \
X	done)
X
X.include <bsd.port.mk>
4f4b04faf79571c2e10848227a3295bd
echo x - Xword/distinfo
sed 's/^X//' >Xword/distinfo << 'cc6183efd50c11e1bcff52a779e11a5a'
XMD5 (xword-1.0.tar.gz) = 5e1963b488dfa0aca75be3bc3af04887
XSHA256 (xword-1.0.tar.gz) = 77bec223351173acb194a293299dcbf6668ec72b799480564ade84499625dc85
XSIZE (xword-1.0.tar.gz) = 18347
cc6183efd50c11e1bcff52a779e11a5a
echo x - Xword/pkg-descr
sed 's/^X//' >Xword/pkg-descr << 'f0bcbe5e63af3fb5dba05a522c18e4a7'
XXword is a PyGTK-powered application with a GUI that
Xallows users to open, solve, and print Across Lite
Xpuzzle format files.
X
XWWW: http://x-word.org/
f0bcbe5e63af3fb5dba05a522c18e4a7
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list