diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-27 12:29:47 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-27 12:29:47 +0000 |
commit | 8866de653ff66e2576081d9668356aaf0b3f75da (patch) | |
tree | b7599f429327a1d057d6871f951d34ab21e4beba /games | |
parent | 1cb42a41f7552d22eaf7751a488229b697f7c6f2 (diff) | |
download | ports-8866de653ff66e2576081d9668356aaf0b3f75da.tar.gz ports-8866de653ff66e2576081d9668356aaf0b3f75da.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/py-sgfsummary/Makefile | 28 | ||||
-rw-r--r-- | games/py-sgfsummary/distinfo | 1 | ||||
-rw-r--r-- | games/py-sgfsummary/pkg-descr | 6 | ||||
-rw-r--r-- | games/py-sgfsummary/pkg-plist | 1 |
5 files changed, 37 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index ce19d301da0c..ebce470b2c1c 100644 --- a/games/Makefile +++ b/games/Makefile @@ -322,6 +322,7 @@ SUBDIR += prboom SUBDIR += ptkei SUBDIR += py-sgflib + SUBDIR += py-sgfsummary SUBDIR += pyching SUBDIR += pydance SUBDIR += pysol diff --git a/games/py-sgfsummary/Makefile b/games/py-sgfsummary/Makefile new file mode 100644 index 000000000000..1445c911fc34 --- /dev/null +++ b/games/py-sgfsummary/Makefile @@ -0,0 +1,28 @@ +# Ports collection makefile for: py-sgfsummary +# Date created: January 16, 2004 +# Whom: Leland Wang <llwang@infor.org> +# +# $FreeBSD$ +# + +PORTNAME= sgfsummary +PORTVERSION= 1.0 +CATEGORIES= games python +MASTER_SITES= http://gotools.sourceforge.net/sgfsummary/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME} +EXTRACT_SUFX= .tgz + +MAINTAINER= llwang@infor.org +COMMENT= SGF Summarizer + +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sgflib.py:${PORTSDIR}/games/py-sgflib + +USE_PYTHON= yes +NO_BUILD= yes +WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/sgfsummary.py ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/games/py-sgfsummary/distinfo b/games/py-sgfsummary/distinfo new file mode 100644 index 000000000000..8ad87bf3d997 --- /dev/null +++ b/games/py-sgfsummary/distinfo @@ -0,0 +1 @@ +MD5 (sgfsummary.tgz) = f673f307f498664ca19ac2da1a4083e2 diff --git a/games/py-sgfsummary/pkg-descr b/games/py-sgfsummary/pkg-descr new file mode 100644 index 000000000000..9789c571669f --- /dev/null +++ b/games/py-sgfsummary/pkg-descr @@ -0,0 +1,6 @@ +Sgfsummary reads multiple SGF (Smart Game Format) files, specifically +those recording Go/WeiQi/Baduk games, and summarizes their game +information to standard output. It is a part of the Go Tools Project. + +Author: David John Goodger <goodger@python.org> +WWW: http://gotools.sourceforge.net/sgfsummary/ diff --git a/games/py-sgfsummary/pkg-plist b/games/py-sgfsummary/pkg-plist new file mode 100644 index 000000000000..c71e38d9615d --- /dev/null +++ b/games/py-sgfsummary/pkg-plist @@ -0,0 +1 @@ +bin/sgfsummary.py |