Initial import of Algorithm-MarkovChain-0.03

This module to create Markov chains and output based on them
This commit is contained in:
kevlo 2001-01-09 05:45:24 +00:00
parent 4e0238a7b2
commit 2585557758
5 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/09 05:45:24 kevlo Exp $
DISTNAME= Algorithm-MarkovChain-0.03
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
NEED_VERSION= 1.351
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Algorithm
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Algorithm-MarkovChain-0.03.tar.gz) = 4463d6a8442ba4328d681dce6b540162
RMD160 (Algorithm-MarkovChain-0.03.tar.gz) = 394e11c2b253df019cb4f96f0c3d31e0d12cb3a8
SHA1 (Algorithm-MarkovChain-0.03.tar.gz) = 1afdab7a986ba6faeb3f6f67a89816db7ecff9b3

View File

@ -0,0 +1 @@
module to create Markov chains and output based on them

View File

@ -0,0 +1,4 @@
Algorithm::MarkovChain implements a class capable of creating a Markov
chain, and then generating output based on it.
Please see 'perldoc Algorithm::MarkovChain' for more information.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/01/09 05:45:24 kevlo Exp $
libdata/perl5/site_perl/Algorithm/MarkovChain.pm
man/man3/Algorithm::MarkovChain.3p