From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Mar 31 02:30:13 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A779106566B for ; Thu, 31 Mar 2011 02:30:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C7D408FC12 for ; Thu, 31 Mar 2011 02:30:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p2V2UCcq057067 for ; Thu, 31 Mar 2011 02:30:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p2V2UCOV057061; Thu, 31 Mar 2011 02:30:12 GMT (envelope-from gnats) Resent-Date: Thu, 31 Mar 2011 02:30:12 GMT Resent-Message-Id: <201103310230.p2V2UCOV057061@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Werner Garcia Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 78625106566C for ; Thu, 31 Mar 2011 02:24:59 +0000 (UTC) (envelope-from werner.garcia@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 05B558FC12 for ; Thu, 31 Mar 2011 02:24:58 +0000 (UTC) Received: by wwc33 with SMTP id 33so2192349wwc.31 for ; Wed, 30 Mar 2011 19:24:58 -0700 (PDT) Received: by 10.216.141.94 with SMTP id f72mr2025009wej.38.1301536573075; Wed, 30 Mar 2011 18:56:13 -0700 (PDT) Received: by 10.216.139.129 with HTTP; Wed, 30 Mar 2011 18:55:53 -0700 (PDT) Message-Id: Date: Wed, 30 Mar 2011 19:55:53 -0600 From: Werner Garcia To: FreeBSD-gnats-submit@FreeBSD.org In-Reply-To: <201103310133.p2V1XRxm062192@vbox.intnet.com> References: <201103310133.p2V1XRxm062192@vbox.intnet.com> Cc: Subject: ports/156075: [PATCH] graphics/openfst: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2011 02:30:13 -0000 >Number: 156075 >Category: ports >Synopsis: [PATCH] graphics/openfst: [SUMMARIZE CHANGES] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Mar 31 02:30:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Werner Garcia >Release: FreeBSD 8.2-RELEASE i386 >Organization: >Environment: System: FreeBSD vbox.intnet.com 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 >Description: [DESCRIBE CHANGES] Port maintainer (werner.garcia@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: diff -Ncu openfst2/Makefile openfst/Makefile --- openfst2/Makefile 1969-12-31 18:00:00.000000000 -0600 +++ openfst/Makefile 2011-03-30 19:22:34.000000000 -0600 @@ -0,0 +1,33 @@ +# New ports collection makefile for: openfst +# Date created: 2011-03-30 +# Whom: Werner Garcia +# +# $FreeBSD: ports/graphics/openfst/Makefile,v 1.0 2011/03/30 18:21:02 ade Exp $ +# + +PORTNAME= openfst +PORTVERSION= 1.2.7 +PORTREVISION= 1 +CATEGORIES= graphics +MASTER_SITES= http://openfst.cs.nyu.edu/twiki/pub/FST/FstDownload/ + +MAINTAINER= werner.garcia@gmail.com +COMMENT= OpenFst is a library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs). + +PROJECTHOST= openfst + +MAKE_JOBS_SAFE= yes +USE_AUTOTOOLS= libtool aclocal automake autoconf +USE_LDCONFIG= yes +CPPFLAGS= -I${LOCALBASE}/include +LDFLAGS= -L${LOCALBASE}/lib + +post-patch: + +pre-configure: + @(cd ${CONFIGURE_WRKSRC} \ + && ${SETENV} ${AUTOTOOLS_ENV} ${LIBTOOLIZE} --automake) + +run-autotools:: run-autotools-automake run-autotools-autoconf + +.include diff -Ncu openfst2/distinfo openfst/distinfo --- openfst2/distinfo 1969-12-31 18:00:00.000000000 -0600 +++ openfst/distinfo 2011-03-30 19:19:07.000000000 -0600 @@ -0,0 +1,2 @@ +SHA256 (openfst-1.2.7.tar.gz) = a38b10a7a1b6c054fb15035f3197f566ac6b23bc2acd5958052165ae7ce5c11c +SIZE (openfst-1.2.7.tar.gz) = 668134 Common subdirectories: openfst2/files and openfst/files diff -Ncu openfst2/pkg-descr openfst/pkg-descr --- openfst2/pkg-descr 1969-12-31 18:00:00.000000000 -0600 +++ openfst/pkg-descr 2011-03-30 16:18:18.000000000 -0600 @@ -0,0 +1,7 @@ +OpenFst is a library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs). + +FSTs have key applications in speech recognition and synthesis, machine translation, optical character recognition, pattern matching, string processing, machine learning, information extraction and retrieval among others. Often a weighted transducer is used to represent a probabilistic model (e.g., an n-gram model, pronunciation model). FSTs can be optimized by determinization and minimization, models can be applied to hypothesis sets (also represented as automata) or cascaded by finite-state composition, and the best results can be selected by shortest-path algorithms. + +This library was developed by contributors from Google Research and NYU's Courant Institute. It is intended to be comprehensive, flexible, efficient and scale well to large problems. it has been extensively tested. It is an open source project distributed under the Apache license. + +WWW: http://www.openfst.org diff -Ncu openfst2/pkg-plist openfst/pkg-plist --- openfst2/pkg-plist 1969-12-31 18:00:00.000000000 -0600 +++ openfst/pkg-plist 2011-03-30 17:07:50.000000000 -0600 @@ -0,0 +1,188 @@ +include/fst/arc.h +include/fst/determinize.h +include/fst/intersect.h +include/fst/queue.h +include/fst/statesort.h +include/fst/arcfilter.h +include/fst/dfs-visit.h +include/fst/invert.h +include/fst/randequivalent.h +include/fst/string-weight.h +include/fst/arcmerge.h +include/fst/difference.h +include/fst/lexicographic-weight.h +include/fst/randgen.h +include/fst/symbol-table.h +include/fst/arcsort.h +include/fst/encode.h +include/fst/lock.h +include/fst/random-weight.h +include/fst/synchronize.h +include/fst/arcsum.h +include/fst/epsnormalize.h +include/fst/log.h +include/fst/rational.h +include/fst/test-properties.h +include/fst/cache.h +include/fst/equal.h +include/fst/map.h +include/fst/register.h +include/fst/topsort.h +include/fst/closure.h +include/fst/equivalent.h +include/fst/matcher.h +include/fst/matcher-fst.h +include/fst/relabel.h +include/fst/union-find.h +include/fst/compact-fst.h +include/fst/expanded-fst.h +include/fst/minimize.h +include/fst/replace.h +include/fst/union.h +include/fst/compat.h +include/fst/factor-weight.h +include/fst/mutable-fst.h +include/fst/reverse.h +include/fst/util.h +include/fst/complement.h +include/fst/flags.h +include/fst/partition.h +include/fst/reweight.h +include/fst/vector-fst.h +include/fst/compose-filter.h +include/fst/float-weight.h +include/fst/product-weight.h +include/fst/rmepsilon.h +include/fst/verify.h +include/fst/compose.h +include/fst/fst-decl.h +include/fst/project.h +include/fst/rmfinalepsilon.h +include/fst/visit.h +include/fst/concat.h +include/fst/fst.h +include/fst/properties.h +include/fst/shortest-distance.h +include/fst/weight.h +include/fst/connect.h +include/fst/fstlib.h +include/fst/prune.h +include/fst/shortest-path.h +include/fst/const-fst.h +include/fst/heap.h +include/fst/push.h +include/fst/state-table.h +include/fst/slist.h +include/fst/pair-weight.h +include/fst/config.h +include/fst/tuple-weight.h +include/fst/power-weight.h +include/fst/lookahead-matcher.h +include/fst/script/arcsort.h +include/fst/script/arg-packs.h +include/fst/script/closure.h +include/fst/script/compile-impl.h +include/fst/script/compile.h +include/fst/script/compose.h +include/fst/script/concat.h +include/fst/script/connect.h +include/fst/script/convert.h +include/fst/script/decode.h +include/fst/script/determinize.h +include/fst/script/difference.h +include/fst/script/draw-impl.h +include/fst/script/draw.h +include/fst/script/encode.h +include/fst/script/epsnormalize.h +include/fst/script/equal.h +include/fst/script/equivalent.h +include/fst/script/fst-class.h +include/fst/script/fstscript.h +include/fst/script/info-impl.h +include/fst/script/info.h +include/fst/script/intersect.h +include/fst/script/invert.h +include/fst/script/map.h +include/fst/script/minimize.h +include/fst/script/print-impl.h +include/fst/script/print.h +include/fst/script/project.h +include/fst/script/prune.h +include/fst/script/push.h +include/fst/script/randequivalent.h +include/fst/script/randgen.h +include/fst/script/register.h +include/fst/script/relabel.h +include/fst/script/replace.h +include/fst/script/reverse.h +include/fst/script/reweight.h +include/fst/script/rmepsilon.h +include/fst/script/script-impl.h +include/fst/types.h +include/fst/add-on.h +include/fst/label-reachable.h +include/fst/accumulator.h +include/fst/interval-set.h +include/fst/state-reachable.h +include/fst/lookahead-filter.h +include/fst/generic-register.h +include/fst/edit-fst.h +include/fst/replace-util.h +include/fst/icu.h +include/fst/string.h +include/fst/signed-log-weight.h +include/fst/sparse-tuple-weight.h +include/fst/sparse-power-weight.h +include/fst/expectation-weight.h +include/fst/script/shortest-distance.h +include/fst/script/shortest-path.h +include/fst/script/symbols.h +include/fst/script/synchronize.h +include/fst/script/text-io.h +include/fst/script/topsort.h +include/fst/script/union.h +include/fst/script/weight-class.h +include/fst/script/fstscript-decl.h +lib/libfst.so.0 +lib/libfst.so +lib/libfst.la +lib/libfstscript.so.0 +lib/libfstscript.so +lib/libfstscript.la +bin/fstarcsort +bin/fstclosure +bin/fstcompile +bin/fstcompose +bin/fstconcat +bin/fstconnect +bin/fstconvert +bin/fstdeterminize +bin/fstdifference +bin/fstdraw +bin/fstencode +bin/fstepsnormalize +bin/fstequal +bin/fstequivalent +bin/fstinfo +bin/fstintersect +bin/fstinvert +bin/fstmap +bin/fstminimize +bin/fstprint +bin/fstproject +bin/fstprune +bin/fstpush +bin/fstrandgen +bin/fstrelabel +bin/fstreplace +bin/fstreverse +bin/fstreweight +bin/fstrmepsilon +bin/fstshortestdistance +bin/fstshortestpath +bin/fstsymbols +bin/fstsynchronize +bin/fsttopsort +bin/fstunion +@dirrm include/fst +@dirrm include/fst/script >Release-Note: >Audit-Trail: >Unformatted: