diff options
author | markp <markp@FreeBSD.org> | 2001-06-08 12:16:52 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2001-06-08 12:16:52 +0800 |
commit | 9d9cd77bd5b5efe7b5a0ad0a5ad280044cc122b0 (patch) | |
tree | 5b5e380d4d9b1966e830e1f4b38dbf5272833772 /textproc | |
parent | 9f44f24f10259ade4b7bd3d7d7f438f0e2dc97d9 (diff) | |
download | freebsd-ports-gnome-9d9cd77bd5b5efe7b5a0ad0a5ad280044cc122b0.tar.gz freebsd-ports-gnome-9d9cd77bd5b5efe7b5a0ad0a5ad280044cc122b0.tar.zst freebsd-ports-gnome-9d9cd77bd5b5efe7b5a0ad0a5ad280044cc122b0.zip |
Add dadadodo 1.03,
text processor which analyses text and generates
random sentences.
PR: 27791
Submitted by: Mark Pulford <mark@kyne.com.au>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/dadadodo/Makefile | 21 | ||||
-rw-r--r-- | textproc/dadadodo/distinfo | 1 | ||||
-rw-r--r-- | textproc/dadadodo/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/dadadodo/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/dadadodo/pkg-plist | 1 |
6 files changed, 29 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index da4e2357141f..a00d7e2a0995 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -18,6 +18,7 @@ SUBDIR += cole SUBDIR += cost SUBDIR += crimson + SUBDIR += dadadodo SUBDIR += dico SUBDIR += dict SUBDIR += diff-mode.el diff --git a/textproc/dadadodo/Makefile b/textproc/dadadodo/Makefile new file mode 100644 index 000000000000..1a20c5755df7 --- /dev/null +++ b/textproc/dadadodo/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: dadadodo +# Date created: May 31, 2001 +# Whom: Mark Pulford <mark@kyne.com.au> +# +# $FreeBSD$ +# + +PORTNAME= dadadodo +PORTVERSION= 1.03 +CATEGORIES= textproc +MASTER_SITES= http://www.jwz.org/dadadodo/ + +MAINTAINER= markp@FreeBSD.org + +pre-patch: + ${PERL} -pi -e "s/^(CC|CFLAGS).+//" ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/dadadodo ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/textproc/dadadodo/distinfo b/textproc/dadadodo/distinfo new file mode 100644 index 000000000000..f5201c290c19 --- /dev/null +++ b/textproc/dadadodo/distinfo @@ -0,0 +1 @@ +MD5 (dadadodo-1.03.tar.gz) = 0c6351a2f9d614b33bfed4cbf11e6044 diff --git a/textproc/dadadodo/pkg-comment b/textproc/dadadodo/pkg-comment new file mode 100644 index 000000000000..284f1ba02a55 --- /dev/null +++ b/textproc/dadadodo/pkg-comment @@ -0,0 +1 @@ +Text processor which analyses text and generates random sentences diff --git a/textproc/dadadodo/pkg-descr b/textproc/dadadodo/pkg-descr new file mode 100644 index 000000000000..ae7b0fc98801 --- /dev/null +++ b/textproc/dadadodo/pkg-descr @@ -0,0 +1,4 @@ +Dadadodo analyses text files and generates markov chains of word +frequencies; it can then generate random sentences based on that data. + +WWW: http://www.jwz.org/dadadodo/ diff --git a/textproc/dadadodo/pkg-plist b/textproc/dadadodo/pkg-plist new file mode 100644 index 000000000000..0f77042b7f08 --- /dev/null +++ b/textproc/dadadodo/pkg-plist @@ -0,0 +1 @@ +bin/dadadodo |