public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [ITP] sudoku 1.0.1 -- Console based sudoku
@ 2008-03-13 17:41 Jari Aalto
  2008-03-13 23:19 ` Dr. Volker Zell
  0 siblings, 1 reply; 5+ messages in thread
From: Jari Aalto @ 2008-03-13 17:41 UTC (permalink / raw)
  To: cygwin-apps


Included in DEbian stable:

    http://packages.debian.org/sudoku

Jari

sdesc: "Console based sudoku"
ldesc: "A puzzle generator with features: generates hints upon request;
classification of board difficulty (very easy, easy, medium, hard or
fiendish); generation of new boards."
category: Games
requires: cygwin libncurses8

a) manual

  mkdir sudoku
  cd sudoku
  wget        \
    http://cygwin.cante.net/sudoku/sudoku-1.0.1-1-src.tar.bz2 \
    http://cygwin.cante.net/sudoku/sudoku-1.0.1-1.tar.bz2 \
    http://cygwin.cante.net/sudoku/setup.hint
  tar -xf sudoku-1.0.1-1-src.tar.bz2
  ./sudoku*.sh --color all

b) automated

  gpg --keyserver pool.sks-keyservers.net --recv-keys 955A92D8

  mkdir sudoku ; cd sudoku
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/sudoku/get.sh \
          http://cygwin.cante.net/sudoku/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ITP] sudoku 1.0.1 -- Console based sudoku
  2008-03-13 17:41 [ITP] sudoku 1.0.1 -- Console based sudoku Jari Aalto
@ 2008-03-13 23:19 ` Dr. Volker Zell
  2008-03-14 11:20   ` Jari Aalto
  0 siblings, 1 reply; 5+ messages in thread
From: Dr. Volker Zell @ 2008-03-13 23:19 UTC (permalink / raw)
  To: cygwin-apps

>>>>> Jari Aalto writes:

    > Included in DEbian stable:

    >     http://packages.debian.org/sudoku

Wrong packaging:

/usr/games/sudoku.exe -> /usr/bin/sudoko.exe

Ciao
  Volker

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ITP] sudoku 1.0.1 -- Console based sudoku
  2008-03-13 23:19 ` Dr. Volker Zell
@ 2008-03-14 11:20   ` Jari Aalto
  2008-03-14 14:56     ` [GTG] " Dr. Volker Zell
  2008-03-17  9:38     ` Corinna Vinschen
  0 siblings, 2 replies; 5+ messages in thread
From: Jari Aalto @ 2008-03-14 11:20 UTC (permalink / raw)
  To: cygwin-apps

* Fri 2008-03-14 Volker Zell <dr.volker.zell-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
* Message-Id: 7z3aqu43j6.fsf@vzell-de.de.oracle.com
> Wrong packaging:
> /usr/games/sudoku.exe -> /usr/bin/sudoku.exe

Moved.

  mkdir sudoku
  cd sudoku
  wget        \
    http://cygwin.cante.net/sudoku/sudoku-1.0.1-1-src.tar.bz2 \
    http://cygwin.cante.net/sudoku/sudoku-1.0.1-1.tar.bz2 \
    http://cygwin.cante.net/sudoku/setup.hint
  tar -xf sudoku-1.0.1-1-src.tar.bz2
  ./sudoku*.sh --color all

-- 
Welcome to FOSS revolution: we fix and modify until it shines

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [GTG] Re: [ITP] sudoku 1.0.1 -- Console based sudoku
  2008-03-14 11:20   ` Jari Aalto
@ 2008-03-14 14:56     ` Dr. Volker Zell
  2008-03-17  9:38     ` Corinna Vinschen
  1 sibling, 0 replies; 5+ messages in thread
From: Dr. Volker Zell @ 2008-03-14 14:56 UTC (permalink / raw)
  To: cygwin-apps

>>>>> Jari Aalto writes:

    > * Fri 2008-03-14 Volker Zell <dr.volker.zell-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
    > * Message-Id: 7z3aqu43j6.fsf@vzell-de.de.oracle.com
    >> Wrong packaging:
    >> /usr/games/sudoku.exe -> /usr/bin/sudoku.exe

    > Moved.

Builds fine from source, packaging and setup.hint look good.

GTG
  Volker

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ITP] sudoku 1.0.1 -- Console based sudoku
  2008-03-14 11:20   ` Jari Aalto
  2008-03-14 14:56     ` [GTG] " Dr. Volker Zell
@ 2008-03-17  9:38     ` Corinna Vinschen
  1 sibling, 0 replies; 5+ messages in thread
From: Corinna Vinschen @ 2008-03-17  9:38 UTC (permalink / raw)
  To: cygwin-apps

On Mar 14 13:19, Jari Aalto wrote:
>     http://cygwin.cante.net/sudoku/sudoku-1.0.1-1-src.tar.bz2 \
>     http://cygwin.cante.net/sudoku/sudoku-1.0.1-1.tar.bz2 \
>     http://cygwin.cante.net/sudoku/setup.hint

Uploaded.


Thanks,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-03-17  9:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-13 17:41 [ITP] sudoku 1.0.1 -- Console based sudoku Jari Aalto
2008-03-13 23:19 ` Dr. Volker Zell
2008-03-14 11:20   ` Jari Aalto
2008-03-14 14:56     ` [GTG] " Dr. Volker Zell
2008-03-17  9:38     ` Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).