From d9b5bab1768b2019641ef83ebf0fa09494318ff0 Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Fri, 6 Oct 2006 03:54:14 +0000 Subject: Add p5-Games-Alak 0.18, simple game-tree implementation of a gomoku-like game. PR: ports/102578 Submitted by: Gea-Suan Lin --- games/Makefile | 1 + games/p5-Games-Alak/Makefile | 22 ++++++++++++++++++++++ games/p5-Games-Alak/distinfo | 3 +++ games/p5-Games-Alak/pkg-descr | 10 ++++++++++ games/p5-Games-Alak/pkg-plist | 6 ++++++ 5 files changed, 42 insertions(+) create mode 100644 games/p5-Games-Alak/Makefile create mode 100644 games/p5-Games-Alak/distinfo create mode 100644 games/p5-Games-Alak/pkg-descr create mode 100644 games/p5-Games-Alak/pkg-plist (limited to 'games') diff --git a/games/Makefile b/games/Makefile index 4ae60b333891..ddb0e8cece2a 100644 --- a/games/Makefile +++ b/games/Makefile @@ -498,6 +498,7 @@ SUBDIR += p5-Algorithm-Pair-Best SUBDIR += p5-Algorithm-Pair-Swiss SUBDIR += p5-Baseball-Sabermetrics + SUBDIR += p5-Games-Alak SUBDIR += p5-Games-AlphaBeta SUBDIR += p5-Games-Bingo SUBDIR += p5-Games-Bingo-Bot diff --git a/games/p5-Games-Alak/Makefile b/games/p5-Games-Alak/Makefile new file mode 100644 index 000000000000..4cf38be64833 --- /dev/null +++ b/games/p5-Games-Alak/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Games-Alak +# Date created: 2006-08-28 +# Whom: Gea-Suan Lin +# +# $FreeBSD$ +# + +PORTNAME= Games-Alak +PORTVERSION= 0.18 +CATEGORIES= games perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/A/AV/AVIF +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Simple game-tree implementation of a gomoku-like game + +PERL_CONFIGURE= yes + +MAN3= Games::Alak.3 + +.include diff --git a/games/p5-Games-Alak/distinfo b/games/p5-Games-Alak/distinfo new file mode 100644 index 000000000000..e2bf9819e47c --- /dev/null +++ b/games/p5-Games-Alak/distinfo @@ -0,0 +1,3 @@ +MD5 (Games-Alak-0.18.tar.gz) = c719d65d6db4eeb055ca41aea3d1d193 +SHA256 (Games-Alak-0.18.tar.gz) = 2ca0a6ca50420a4af213687830c981310fe967b15f71f6778973c3543c17fe1f +SIZE (Games-Alak-0.18.tar.gz) = 9309 diff --git a/games/p5-Games-Alak/pkg-descr b/games/p5-Games-Alak/pkg-descr new file mode 100644 index 000000000000..1dd82bf1031c --- /dev/null +++ b/games/p5-Games-Alak/pkg-descr @@ -0,0 +1,10 @@ +This module implements a simple game-tree system for the computer to +play against the user in a game of Alak. You can just play the game +for fun; or you can use this module as a starting point for +understanding game trees (and implementing smarter strategy -- the +module's current logic is fairly simple-minded), particularly after +reading my Perl Journal #18 article on trees, which discusses this +module's implementation of game trees as an example of general +tree-shaped data structures. + +WWW: http://search.cpan.org/dist/Games-Alak/ diff --git a/games/p5-Games-Alak/pkg-plist b/games/p5-Games-Alak/pkg-plist new file mode 100644 index 000000000000..31a5aa2793cd --- /dev/null +++ b/games/p5-Games-Alak/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Alak/.packlist +%%SITE_PERL%%/Games/Alak.pm +@dirrmtry %%SITE_PERL%%/Games +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games/Alak +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Games -- cgit v1.2.3