Sat Sep 12 22:14:02 2020 UTC ()
games/q5go: import q5go-1.1.1

This is a tool for Go players which performs the following functions:

* SGF editor
* Analysis frontend for KataGo, Leela Zero or compatible engines
* GTP interface
* IGS client
* Export to a variety of formats

The basic goal for this program is to provide an everyday SGF editor
that is fast, easy and convenient to use and does everything you
could want out of such a tool. Some of the more unusual features
include a Go diagram exporting function for sites like lifein19x19.com
or Sensei's library, as well as SVG vector graphics or slide export.
q5go also supports some non-standard Go variants. For beginners,
tutorials that explain the rules and basic tactics are included.

This program is based on the old Qt3 version of qGo, but ported to
Qt5 and modernized.


(wiz)
diff -r0 -r1.1 pkgsrc/games/q5go/DESCR
diff -r0 -r1.1 pkgsrc/games/q5go/Makefile
diff -r0 -r1.1 pkgsrc/games/q5go/PLIST
diff -r0 -r1.1 pkgsrc/games/q5go/distinfo

File Added: pkgsrc/games/q5go/DESCR
This is a tool for Go players which performs the following functions:

* SGF editor
* Analysis frontend for KataGo, Leela Zero or compatible engines
* GTP interface
* IGS client
* Export to a variety of formats

The basic goal for this program is to provide an everyday SGF editor
that is fast, easy and convenient to use and does everything you
could want out of such a tool. Some of the more unusual features
include a Go diagram exporting function for sites like lifein19x19.com
or Sensei's library, as well as SVG vector graphics or slide export.
q5go also supports some non-standard Go variants. For beginners,
tutorials that explain the rules and basic tactics are included.

This program is based on the old Qt3 version of qGo, but ported to
Qt5 and modernized.

File Added: pkgsrc/games/q5go/Makefile
# $NetBSD: Makefile,v 1.1 2020/09/12 22:14:01 wiz Exp $

DISTNAME=	q5go-1.1.1
CATEGORIES=	games
MASTER_SITES=	${MASTER_SITE_GITHUB:=bernds/}
GITHUB_PROJECT=	q5Go
GITHUB_TAG=	${DISTNAME}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/bernds/q5Go/
COMMENT=	Tool for Go players
LICENSE=	gnu-gpl-v2

USE_LANGUAGES=	c++

CONFIGURE_DIRS=	build

MAKE_ENV+=	INSTALL_ROOT=${DESTDIR}

do-configure:
	${MKDIR} ${WRKSRC}/build
	cd ${WRKSRC}/build && ${SETENV} ${MAKE_ENV} ${QTDIR}/bin/qmake ../src/q5go.pro PREFIX=${PREFIX}

.include "../../x11/qt5-qtbase/buildlink3.mk"
.include "../../x11/qt5-qtsvg/buildlink3.mk"
.include "../../x11/qt5-qttools/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/games/q5go/PLIST
@comment $NetBSD: PLIST,v 1.1 2020/09/12 22:14:01 wiz Exp $
bin/q5go
share/doc/q5go/AUTHORS
share/doc/q5go/COPYING
share/doc/q5go/ChangeLog
share/doc/q5go/NEWS
share/doc/q5go/README.md
share/doc/q5go/TODO
share/doc/q5go/html/note.png
share/doc/q5go/html/tip.png
share/doc/q5go/html/warning.png
share/q5go/translations/Makefile.am
share/q5go/translations/Makefile.in
share/q5go/translations/qgo_cz.qm
share/q5go/translations/qgo_de.qm
share/q5go/translations/qgo_dk.qm
share/q5go/translations/qgo_es.qm
share/q5go/translations/qgo_fr.qm
share/q5go/translations/qgo_it.qm
share/q5go/translations/qgo_la.qm
share/q5go/translations/qgo_nl.qm
share/q5go/translations/qgo_pl.qm
share/q5go/translations/qgo_pt.qm
share/q5go/translations/qgo_ru.qm
share/q5go/translations/qgo_tr.qm
share/q5go/translations/qgo_zh.qm
share/q5go/translations/qgo_zh_cn.qm

File Added: pkgsrc/games/q5go/distinfo
$NetBSD: distinfo,v 1.1 2020/09/12 22:14:01 wiz Exp $

SHA1 (q5go-1.1.1.tar.gz) = 7cd90e6a36513cc5937c28fd57fa9875edcb84fb
RMD160 (q5go-1.1.1.tar.gz) = d6694ac4d8c1ba3579cadcf3df7d2bec56bed10d
SHA512 (q5go-1.1.1.tar.gz) = 65ac43887aa92fd652885ba2eae5c9f80ab7bdb89efe6f8bbfa70d7830cd03b0ba8eca78c7b96f8f1b3ec67eecc64e59daafc5a4cb55a9f5c2ceb5ea422a6a4c
Size (q5go-1.1.1.tar.gz) = 6562089 bytes