summaryrefslogtreecommitdiff
path: root/textproc/dadadodo
diff options
context:
space:
mode:
authorMark Pulford <markp@FreeBSD.org>2001-06-08 04:16:52 +0000
committerMark Pulford <markp@FreeBSD.org>2001-06-08 04:16:52 +0000
commit2ed18965224ebcd1b25b33a61de6ee5b344a6f1e (patch)
tree8ab71f076b4b49de25918a685a8f86348efcdb4e /textproc/dadadodo
parentAdd ppmcaption 0.9, a utility which adds text to images. (diff)
Add dadadodo 1.03,
text processor which analyses text and generates random sentences. PR: 27791 Submitted by: Mark Pulford <mark@kyne.com.au>
Notes
Notes: svn path=/head/; revision=43626
Diffstat (limited to 'textproc/dadadodo')
-rw-r--r--textproc/dadadodo/Makefile21
-rw-r--r--textproc/dadadodo/distinfo1
-rw-r--r--textproc/dadadodo/pkg-comment1
-rw-r--r--textproc/dadadodo/pkg-descr4
-rw-r--r--textproc/dadadodo/pkg-plist1
5 files changed, 28 insertions, 0 deletions
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