From i@levsha.org.ua  Sat Jul 25 17:50:26 2009
Return-Path: <i@levsha.org.ua>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C26031065677
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Jul 2009 17:50:26 +0000 (UTC)
	(envelope-from i@levsha.org.ua)
Received: from expo.ukrweb.net (mail.univua.net [91.202.128.78])
	by mx1.freebsd.org (Postfix) with ESMTP id 79FE38FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 25 Jul 2009 17:50:26 +0000 (UTC)
	(envelope-from i@levsha.org.ua)
Received: from [193.93.193.242] (helo=laptop.levsha.org.ua)
	by expo.ukrweb.net with esmtpsa (TLSv1:AES256-SHA:256)
	(Exim 4.69 (FreeBSD))
	(envelope-from <i@levsha.org.ua>)
	id 1MUktF-000MPT-UT
	for FreeBSD-gnats-submit@freebsd.org; Sat, 25 Jul 2009 20:18:37 +0300
Received: from levsha by laptop.levsha.org.ua with local (Exim 4.69 (FreeBSD))
	(envelope-from <i@levsha.org.ua>)
	id 1MUkro-0002B8-UP
	for FreeBSD-gnats-submit@freebsd.org; Sat, 25 Jul 2009 20:17:04 +0300
Message-Id: <E1MUkro-0002B8-UP@laptop.levsha.org.ua>
Date: Sat, 25 Jul 2009 20:17:04 +0300
From: Mykola Dzham <freebsd@levsha.org.ua>
Sender: Mykola Dzham <i@levsha.org.ua>
Reply-To: Mykola Dzham <freebsd@levsha.org.ua>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [new port] textproc/lttoolbox
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         137134
>Category:       ports
>Synopsis:       [new port] textproc/lttoolbox
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jul 25 18:00:07 UTC 2009
>Closed-Date:    Tue Jul 28 17:46:59 UTC 2009
>Last-Modified:  Tue Jul 28 17:50:06 UTC 2009
>Originator:     Mykola Dzham
>Release:        FreeBSD 8.0-BETA2 i386
>Organization:
>Environment:
System: FreeBSD laptop.levsha.org.ua 8.0-BETA2 FreeBSD 8.0-BETA2 #24 r195788: Tue Jul 21 09:10:48 EEST 2009 root@laptop.levsha.org.ua:/usr/local/arch/obj/usr/local/arch/src/sys/LEVSHA i386

>Description:
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 <n><pl>. The generation is the opposite process. 
(c) http://wiki.apertium.org/wiki/Lttoolbox

>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:
#
#	lttoolbox
#	lttoolbox/Makefile
#	lttoolbox/distinfo
#	lttoolbox/pkg-descr
#	lttoolbox/pkg-plist
#
echo c - lttoolbox
mkdir -p lttoolbox > /dev/null 2>&1
echo x - lttoolbox/Makefile
sed 's/^X//' >lttoolbox/Makefile << '266b4a0d068392b95901689a3195f4b3'
X# New ports collection makefile for:  lttoolbox
X# Date created:                14 April 2009
X# Whom:                        Mykola Dzham <freebsd@levsha.org.ua>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	lttoolbox
XPORTVERSION=	3.1.1
XCATEGORIES=	textproc
XMASTER_SITES=	SF
XMASTER_SITE_SUBDIR=	apertium
X
XMAINTAINER=	freebsd@levsha.org.ua
XCOMMENT=	A toolbox for lexical processing, morphological analysis and generation of words
X
XLIB_DEPENDS=	xml2:${PORTSDIR}/textproc/libxml2
X
XGNU_CONFIGURE=	yes
X
XUSE_LDCONFIG=	yes
XUSE_GNOME=	gnomehack pkgconfig
X
XMAN1=	lt-comp.1 lt-expand.1 lt-proc.1 lt-tmxcomp.1 lt-tmxproc.1
X
X.include <bsd.port.mk>
266b4a0d068392b95901689a3195f4b3
echo x - lttoolbox/distinfo
sed 's/^X//' >lttoolbox/distinfo << '783f52ef55b34486208493b6df242c2a'
XMD5 (lttoolbox-3.1.1.tar.gz) = 52c3c4da0701e1aaaaa396fc07009d8f
XSHA256 (lttoolbox-3.1.1.tar.gz) = 27c2bf1dc69a1edf413076d0fc1330e0879504d444485dcc2a631a8ef2f91249
XSIZE (lttoolbox-3.1.1.tar.gz) = 382839
783f52ef55b34486208493b6df242c2a
echo x - lttoolbox/pkg-descr
sed 's/^X//' >lttoolbox/pkg-descr << '34cd951e7dc2d9277b6f0cc5e0cf701d'
Xlttoolbox is a toolbox for lexical processing, morphological analysis
Xand generation of words. The analysis is the process of splitting of
Xwords splitting a word (e.g. cats) into its lemma 'cat' and the
Xgrammatical information <n><pl>.  The generation is the opposite
Xprocess.
XThe package is split into three programs, lt-comp, the compiler,
Xlt-proc, the processor, and lt-expand, which generates all possible
Xmappings between surface forms and lexical forms in the dictionary.
X
XWWW: http://wiki.apertium.org/wiki/Lttoolbox
34cd951e7dc2d9277b6f0cc5e0cf701d
echo x - lttoolbox/pkg-plist
sed 's/^X//' >lttoolbox/pkg-plist << 'e15edb34074f7203162b098986dfcd51'
Xbin/lt-comp
Xbin/lt-expand
Xbin/lt-proc
Xbin/lt-tmxcomp
Xbin/lt-tmxproc
Xinclude/lttoolbox-3.1/lttoolbox/alphabet.h
Xinclude/lttoolbox-3.1/lttoolbox/buffer.h
Xinclude/lttoolbox-3.1/lttoolbox/compiler.h
Xinclude/lttoolbox-3.1/lttoolbox/compression.h
Xinclude/lttoolbox-3.1/lttoolbox/entry_token.h
Xinclude/lttoolbox-3.1/lttoolbox/exception.h
Xinclude/lttoolbox-3.1/lttoolbox/expander.h
Xinclude/lttoolbox-3.1/lttoolbox/fst_processor.h
Xinclude/lttoolbox-3.1/lttoolbox/lt_locale.h
Xinclude/lttoolbox-3.1/lttoolbox/ltstr.h
Xinclude/lttoolbox-3.1/lttoolbox/match_exe.h
Xinclude/lttoolbox-3.1/lttoolbox/match_node.h
Xinclude/lttoolbox-3.1/lttoolbox/match_state.h
Xinclude/lttoolbox-3.1/lttoolbox/my_stdio.h
Xinclude/lttoolbox-3.1/lttoolbox/node.h
Xinclude/lttoolbox-3.1/lttoolbox/pattern_list.h
Xinclude/lttoolbox-3.1/lttoolbox/pool.h
Xinclude/lttoolbox-3.1/lttoolbox/regexp_compiler.h
Xinclude/lttoolbox-3.1/lttoolbox/sorted_vector.h
Xinclude/lttoolbox-3.1/lttoolbox/state.h
Xinclude/lttoolbox-3.1/lttoolbox/tmx_compiler.h
Xinclude/lttoolbox-3.1/lttoolbox/trans_exe.h
Xinclude/lttoolbox-3.1/lttoolbox/transducer.h
Xinclude/lttoolbox-3.1/lttoolbox/xml_parse_util.h
Xlib/liblttoolbox3-3.1.so
Xlib/liblttoolbox3-3.1.so.0
Xlib/liblttoolbox3.a
Xlib/liblttoolbox3.la
Xlib/liblttoolbox3.so
Xlibdata/pkgconfig/lttoolbox-3.1.pc
X%%DATADIR%%/dix.dtd
X@dirrm %%DATADIR%%
X@dirrm include/lttoolbox-3.1/lttoolbox
X@dirrm include/lttoolbox-3.1
e15edb34074f7203162b098986dfcd51
exit

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sun Jul 26 09:59:26 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137134 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Jul 28 17:46:58 UTC 2009 
State-Changed-Why:  
hello world 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137134 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/137134: commit references a PR
Date: Tue, 28 Jul 2009 17:47:16 +0000 (UTC)

 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 <n><pl>.  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 <freebsd at levsha.org.ua>
   
   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)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
