Initial import of dadadodo-1.04:
dadadodo analyses text files and generates Markov chains of word frequencies; it can then generate random sentences based on that data.
This commit is contained in:
parent
6b8c87d4c6
commit
1a2f1ec2d7
4 changed files with 32 additions and 0 deletions
3
textproc/dadadodo/DESCR
Normal file
3
textproc/dadadodo/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
dadadodo analyses text files and generates Markov chains of word
|
||||
frequencies; it can then generate random sentences based on that
|
||||
data.
|
21
textproc/dadadodo/Makefile
Normal file
21
textproc/dadadodo/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/04/30 10:04:56 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= dadadodo-1.04
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://www.jwz.org/dadadodo/
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://www.jwz.org/dadadodo/
|
||||
COMMENT= Analyse texts for word probabilities and generate random sentences
|
||||
# near enough
|
||||
LICENSE= mit
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
INSTALLATION_DIRS= bin share/doc/dadadodo
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/dadadodo ${DESTDIR}${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/dadadodo
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
textproc/dadadodo/PLIST
Normal file
3
textproc/dadadodo/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/04/30 10:04:56 wiz Exp $
|
||||
bin/dadadodo
|
||||
share/doc/dadadodo/README
|
5
textproc/dadadodo/distinfo
Normal file
5
textproc/dadadodo/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/04/30 10:04:56 wiz Exp $
|
||||
|
||||
SHA1 (dadadodo-1.04.tar.gz) = 20b3c802db70c8c4fddf751e668aa6218c085643
|
||||
RMD160 (dadadodo-1.04.tar.gz) = 1d96843b73fc8dc654a5be93d596890f70c01d60
|
||||
Size (dadadodo-1.04.tar.gz) = 22791 bytes
|
Loading…
Reference in a new issue