FreeBSD Bugzilla – Attachment 91856 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]
xwordpy.shar.txt
xwordpy.shar.txt (text/plain), 2.72 KB, created by
bf
on 2008-12-04 10:23:37 UTC
(
hide
)
Description:
xwordpy.shar.txt
Filename:
MIME Type:
Creator:
bf
Created:
2008-12-04 10:23:37 UTC
Size:
2.72 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: ># ># xwordpy ># xwordpy/files ># xwordpy/files/patch-xword ># xwordpy/Makefile ># xwordpy/distinfo ># xwordpy/pkg-descr ># >echo c - xwordpy >mkdir -p xwordpy > /dev/null 2>&1 >echo c - xwordpy/files >mkdir -p xwordpy/files > /dev/null 2>&1 >echo x - xwordpy/files/patch-xword >sed 's/^X//' >xwordpy/files/patch-xword << '81521d0672d846e2576888b988638f63' >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' >81521d0672d846e2576888b988638f63 >echo x - xwordpy/Makefile >sed 's/^X//' >xwordpy/Makefile << 'a6f4abef5fbcacac0008452713bd479c' >X# Ports collection makefile for: xwordpy >X# Date created: Dec. 1, 2008 >X# Whom: bf2006a@yahoo.com >X# >X# $FreeBSD$ >X# >X >XPORTNAME= xwordpy >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/xwordpy \ >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/xwordpy >X @${MKDIR} ${DATADIR} >X @(cd ${WRKSRC} && for f in *.png ; do ${INSTALL_DATA} ${WRKSRC}/$$f ${DATADIR} ; \ >X done) >X >X.include <bsd.port.mk> >a6f4abef5fbcacac0008452713bd479c >echo x - xwordpy/distinfo >sed 's/^X//' >xwordpy/distinfo << '1e3dc9f4a32997f057f8befabbfa3cc4' >XMD5 (xword-1.0.tar.gz) = 5e1963b488dfa0aca75be3bc3af04887 >XSHA256 (xword-1.0.tar.gz) = 77bec223351173acb194a293299dcbf6668ec72b799480564ade84499625dc85 >XSIZE (xword-1.0.tar.gz) = 18347 >1e3dc9f4a32997f057f8befabbfa3cc4 >echo x - xwordpy/pkg-descr >sed 's/^X//' >xwordpy/pkg-descr << 'f4f9aa074a046b53414b7e5a49699508' >Xxwordpy (also know as Xword) is a PyGTK-powered >Xapplication with a GUI that allows users to open, >Xsolve, and print Across Lite puzzle format files. >X >XWWW: http://x-word.org/ >f4f9aa074a046b53414b7e5a49699508 >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