Bug 252807

Summary: New port: games/dobutsu Tablebase and Engine for Dobutsu Shogi
Product: Ports & Packages Reporter: Robert Clausecker <fuz>
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me CC: swills
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
games/dobutsu shell archive
none
games/dobutsu shell archive none

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!