From owner-cvs-all@FreeBSD.ORG Thu Aug 9 11:02:35 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 43F6A16A46B; Thu, 9 Aug 2007 11:02:35 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 22EC213C469; Thu, 9 Aug 2007 11:02:35 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l79B2YxU030970; Thu, 9 Aug 2007 11:02:35 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l79B2Y3s030969; Thu, 9 Aug 2007 11:02:34 GMT (envelope-from sat) Message-Id: <200708091102.l79B2Y3s030969@repoman.freebsd.org> From: Andrew Pantyukhin Date: Thu, 9 Aug 2007 11:02:34 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/textproc Makefile ports/textproc/yould Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Aug 2007 11:02:35 -0000 sat 2007-08-09 11:02:34 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/yould Makefile distinfo pkg-descr pkg-plist Log: Add port textproc/yould: Yould is a generator for pronounceable random words. The engine uses Markov chains with two letter transitions. This distribution includes trained engines for several languages: English, Dutch, Finnish, Italian, French and German. WWW: http://ygingras.net/yould Author: Yannick Gingras Based on: OpenBSD port Revision Changes Path 1.1171 +1 -0 ports/textproc/Makefile 1.1 +27 -0 ports/textproc/yould/Makefile (new) 1.1 +3 -0 ports/textproc/yould/distinfo (new) 1.1 +7 -0 ports/textproc/yould/pkg-descr (new) 1.1 +56 -0 ports/textproc/yould/pkg-plist (new)