From owner-cvs-all@FreeBSD.ORG Tue Jul 28 17:47:02 2009 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 DAC501065672; Tue, 28 Jul 2009 17:47:02 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CB2348FC18; Tue, 28 Jul 2009 17:47:02 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n6SHl2Bh013089; Tue, 28 Jul 2009 17:47:02 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n6SHl2Uc013088; Tue, 28 Jul 2009 17:47:02 GMT (envelope-from miwi) Message-Id: <200907281747.n6SHl2Uc013088@repoman.freebsd.org> From: Martin Wilke Date: Tue, 28 Jul 2009 17:47:02 +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/lttoolbox Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jul 2009 17:47:03 -0000 miwi 2009-07-28 17:47:02 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/lttoolbox Makefile distinfo pkg-descr pkg-plist Log: lttoolbox is a toolbox for lexical processing, morphological analysis and generation of words. The analysis is the process of splitting of words splitting a word (e.g. cats) into its lemma 'cat' and the grammatical information . The generation is the opposite process. The package is split into three programs, lt-comp, the compiler, lt-proc, the processor, and lt-expand, which generates all possible mappings between surface forms and lexical forms in the dictionary. WWW: http://wiki.apertium.org/wiki/Lttoolbox PR: ports/137134 Submitted by: Mykola Dzham Revision Changes Path 1.1363 +1 -0 ports/textproc/Makefile 1.1 +25 -0 ports/textproc/lttoolbox/Makefile (new) 1.1 +3 -0 ports/textproc/lttoolbox/distinfo (new) 1.1 +10 -0 ports/textproc/lttoolbox/pkg-descr (new) 1.1 +39 -0 ports/textproc/lttoolbox/pkg-plist (new)