Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 May 2001 19:54:14 +0930 (CST)
From:      mark@kyne.com.au
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27791: New port: textproc/dadadodo: Text processor which analyses text and generates random sentences
Message-ID:  <200105311024.f4VAOES81032@aeris.kyne.com.au>

next in thread | raw e-mail | index | archive | help

>Number:         27791
>Category:       ports
>Synopsis:       New port: textproc/dadadodo: Text processor which analyses text and generates random sentences
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 31 03:20:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Mark Pulford
>Release:        FreeBSD 4.3-RELEASE i386
>Organization:
none
>Environment:
System: FreeBSD aeris.kyne.com.au 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Tue Apr 24 02:07:25 CST 2001 root@aeris.kyne.com.au:/usr/obj/usr/src/sys/MAIN i386

>Description:

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/

>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	dadadodo
#	dadadodo/Makefile
#	dadadodo/distinfo
#	dadadodo/pkg-comment
#	dadadodo/pkg-plist
#	dadadodo/pkg-descr
#
echo c - dadadodo
mkdir -p dadadodo > /dev/null 2>&1
echo x - dadadodo/Makefile
sed 's/^X//' >dadadodo/Makefile << 'END-of-dadadodo/Makefile'
X# New ports collection makefile for:	dadadodo
X# Date created:			May 31, 2001
X# Whom:				Mark Pulford <mark@kyne.com.au>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	dadadodo
XPORTVERSION=	1.03
XCATEGORIES=	textproc
XMASTER_SITES=	http://www.jwz.org/dadadodo/
X
XMAINTAINER=	mark@kyne.com.au
X
Xpre-patch:
X	${PERL} -pi -e "s/^(CC|CFLAGS).+//" ${WRKSRC}/Makefile
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/dadadodo ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-dadadodo/Makefile
echo x - dadadodo/distinfo
sed 's/^X//' >dadadodo/distinfo << 'END-of-dadadodo/distinfo'
XMD5 (dadadodo-1.03.tar.gz) = 0c6351a2f9d614b33bfed4cbf11e6044
END-of-dadadodo/distinfo
echo x - dadadodo/pkg-comment
sed 's/^X//' >dadadodo/pkg-comment << 'END-of-dadadodo/pkg-comment'
XText processor which analyses text and generates random sentences
END-of-dadadodo/pkg-comment
echo x - dadadodo/pkg-plist
sed 's/^X//' >dadadodo/pkg-plist << 'END-of-dadadodo/pkg-plist'
Xbin/dadadodo
END-of-dadadodo/pkg-plist
echo x - dadadodo/pkg-descr
sed 's/^X//' >dadadodo/pkg-descr << 'END-of-dadadodo/pkg-descr'
XDadadodo analyses text files and generates markov chains of word
Xfrequencies; it can then generate random sentences based on that data.
X
XWWW: http://www.jwz.org/dadadodo/
END-of-dadadodo/pkg-descr
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105311024.f4VAOES81032>