Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2011 19:55:53 -0600
From:      Werner Garcia <werner.garcia@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/156075: [PATCH] graphics/openfst: [SUMMARIZE CHANGES]
Message-ID:  <AANLkTinQrLDxAS=HURTrfdhQSV%2BTrh8dnrjnkAeUpP3J@mail.gmail.com>
Resent-Message-ID: <201103310230.p2V2UCOV057061@freefall.freebsd.org>
In-Reply-To: <201103310133.p2V1XRxm062192@vbox.intnet.com>
References:  <201103310133.p2V1XRxm062192@vbox.intnet.com>

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

>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 <werner.garcia@gmail.com>
+#
+# $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 <bsd.port.mk>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTinQrLDxAS=HURTrfdhQSV%2BTrh8dnrjnkAeUpP3J>