Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jan 2006 02:17:09 +0300 (MSK)
From:      Dmitry Marakasov <amdmi3@mail.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/91773: New port: games/GNUDoku A free program for creating and solving Su Doku puzzles
Message-ID:  <20060113231709.CD5942D6@hades.panopticon>
Resent-Message-ID: <200601132320.k0DNK5VN038707@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         91773
>Category:       ports
>Synopsis:       New port: games/GNUDoku A free program for creating and solving Su Doku puzzles
>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:   Fri Jan 13 23:20:04 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 6.0-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 6.0-RELEASE FreeBSD 6.0-RELEASE #1: Sun Dec 18 08:07:07 MSK 2005 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386

>Description:
A free program for creating and solving Su Doku puzzles.

You can use GNUDoku to challenge yourself, to compute solutions,
or to verify your own solutions.

A Su Doku puzzle is a 9x9 grid which must be filled with numbers
between 1 and 9 such that each row, column, and 3x3 square contains
all 9 numbers.

WWW: http://icculus.org/~jcspray/GNUDoku/

>How-To-Repeat:
>Fix:

--- GNUDoku-0.93.shar begins here ---
# 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:
#
#	GNUDoku
#	GNUDoku/Makefile
#	GNUDoku/distinfo
#	GNUDoku/pkg-descr
#	GNUDoku/pkg-plist
#
echo c - GNUDoku
mkdir -p GNUDoku > /dev/null 2>&1
echo x - GNUDoku/Makefile
sed 's/^X//' >GNUDoku/Makefile << 'END-of-GNUDoku/Makefile'
X# New ports collection makefile for:	GNUDoku
X# Date created:				12 Jan 2006
X# Whom:					Dmitry Marakasov <amdmi3@mail.ru>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	GNUDoku
XPORTVERSION=	0.93
XCATEGORIES=	games
XMASTER_SITES=	http://icculus.org/~jcspray/GNUDoku/
X
XMAINTAINER=	amdmi3@mail.ru
XCOMMENT=	A free program for creating and solving Su Doku puzzles
X
XLIB_DEPENDS=	gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
X
XUSE_REINPLACE=	yes
XUSE_GMAKE=	yes
XMAKE_ENV=	CXX="${CXX}" CXXLAGS="${CXXFLAGS}"
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's|PREFIX=|PREFIX?=|' ${WRKSRC}/Makefile
X	@${REINPLACE_CMD} -e 's|CXXFLAGS=|CXXFLAGS+=|' ${WRKSRC}/Makefile
X
X.include <bsd.port.mk>
END-of-GNUDoku/Makefile
echo x - GNUDoku/distinfo
sed 's/^X//' >GNUDoku/distinfo << 'END-of-GNUDoku/distinfo'
XMD5 (GNUDoku-0.93.tar.gz) = 4025682e434da2f1972b309f63660235
XSHA256 (GNUDoku-0.93.tar.gz) = 409b18d525c37660a117d786fe537672c7f58b7f01e2c37dbc1cdf339661075d
XSIZE (GNUDoku-0.93.tar.gz) = 26212
END-of-GNUDoku/distinfo
echo x - GNUDoku/pkg-descr
sed 's/^X//' >GNUDoku/pkg-descr << 'END-of-GNUDoku/pkg-descr'
XA free program for creating and solving Su Doku puzzles.
X
XYou can use GNUDoku to challenge yourself, to compute solutions,
Xor to verify your own solutions.
X
XA Su Doku puzzle is a 9x9 grid which must be filled with numbers
Xbetween 1 and 9 such that each row, column, and 3x3 square contains
Xall 9 numbers.
X
XWWW: http://icculus.org/~jcspray/GNUDoku/
END-of-GNUDoku/pkg-descr
echo x - GNUDoku/pkg-plist
sed 's/^X//' >GNUDoku/pkg-plist << 'END-of-GNUDoku/pkg-plist'
Xbin/GNUDoku
Xshare/applications/GNUDoku.desktop
Xshare/pixmaps/GNUDoku.png
X@unexec rmdir %D/share/applications 2>/dev/null || true
X@unexec rmdir %D/share/pixmaps 2>/dev/null || true
END-of-GNUDoku/pkg-plist
exit
--- GNUDoku-0.93.shar ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060113231709.CD5942D6>