FreeBSD Bugzilla – Attachment 91855 Details for
Bug 129359
[NEW PORT]games/Xword: a crossword-solving application
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 2.65 KB, created by
bf
on 2008-12-02 02:20:00 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
bf
Created:
2008-12-02 02:20:00 UTC
Size:
2.65 KB
patch
obsolete
># 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@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@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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 129359
: 91855 |
91856