Bug 252807 - New port: games/dobutsu Tablebase and Engine for Dobutsu Shogi
Summary: New port: games/dobutsu Tablebase and Engine for Dobutsu Shogi
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-18 16:11 UTC by Robert Clausecker
Modified: 2021-01-18 16:34 UTC (History)
1 user (show)

See Also:


Attachments
games/dobutsu shell archive (1.81 KB, text/plain)
2021-01-18 16:11 UTC, Robert Clausecker
no flags Details
games/dobutsu shell archive (1.86 KB, text/plain)
2021-01-18 16:19 UTC, Robert Clausecker
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Clausecker freebsd_committer freebsd_triage 2021-01-18 16:11:53 UTC
Created attachment 221711 [details]
games/dobutsu shell archive

A port for one of my projects: a Tablebase and engine for Dobutsu Shogi.
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2021-01-18 16:19:15 UTC
Created attachment 221712 [details]
games/dobutsu shell archive

Updated ports Makefile to indicate desire to use base libedit.

The program ported here has originally been developed against base libedit, so this would be the most natural choice.  Unfortunately, it doesn't seem to be allowed to link against base libedit at the moment.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-01-18 16:33:23 UTC
A commit references this bug:

Author: swills
Date: Mon Jan 18 16:33:20 UTC 2021
New revision: 561930
URL: https://svnweb.freebsd.org/changeset/ports/561930

Log:
  games/dobutsu: create port

  An engine for the Japanese chess variant Dobutsu shogi. Dobutsu uses a
  comprehensive endgame table base to achieve perfect play from any
  position.

  WWW: https://github.com/clausecker/dobutsu

  PR:		252807
  Submitted by:	Robert Clausecker <fuz@fuz.su>

Changes:
  head/games/Makefile
  head/games/dobutsu/
  head/games/dobutsu/Makefile
  head/games/dobutsu/distinfo
  head/games/dobutsu/files/
  head/games/dobutsu/files/patch-dobutsu.c
  head/games/dobutsu/pkg-descr
  head/games/dobutsu/pkg-plist
Comment 3 Steve Wills freebsd_committer freebsd_triage 2021-01-18 16:34:44 UTC
Committed, thanks!