From owner-svn-ports-all@FreeBSD.ORG Sat Apr 26 15:59:44 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 77B7FE18; Sat, 26 Apr 2014 15:59:44 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 57AA9188D; Sat, 26 Apr 2014 15:59:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3QFxiuD012409; Sat, 26 Apr 2014 15:59:44 GMT (envelope-from demon@svn.freebsd.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3QFxh1k012406; Sat, 26 Apr 2014 15:59:43 GMT (envelope-from demon@svn.freebsd.org) Message-Id: <201404261559.s3QFxh1k012406@svn.freebsd.org> From: Dmitry Sivachenko Date: Sat, 26 Apr 2014 15:59:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352269 - head/math/openfst X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2014 15:59:44 -0000 Author: demon Date: Sat Apr 26 15:59:43 2014 New Revision: 352269 URL: http://svnweb.freebsd.org/changeset/ports/352269 QAT: https://qat.redports.org/buildarchive/r352269/ Log: Update to version 1.4.0. Modified: head/math/openfst/Makefile head/math/openfst/distinfo head/math/openfst/pkg-plist Modified: head/math/openfst/Makefile ============================================================================== --- head/math/openfst/Makefile Sat Apr 26 15:16:13 2014 (r352268) +++ head/math/openfst/Makefile Sat Apr 26 15:59:43 2014 (r352269) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= openfst -PORTVERSION= 1.3.4 -PORTREVISION= 1 +PORTVERSION= 1.4.0 CATEGORIES= math MASTER_SITES= http://www.openfst.org/twiki/pub/FST/FstDownload/ @@ -15,9 +14,9 @@ LICENSE= APACHE20 USE_GCC= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--enable-compact-fsts --enable-const-fsts --enable-far --enable-lookahead-fsts --enable-pdt +CONFIGURE_ARGS+=--enable-compact-fsts --enable-const-fsts --enable-far --enable-linear-fsts --enable-ngram-fsts --enable-lookahead-fsts --enable-pdt post-patch: - ${REINPLACE_CMD} -e s#-ldl## ${WRKSRC}/src/extensions/far/Makefile.in ${WRKSRC}/src/extensions/pdt/Makefile.in ${WRKSRC}/src/bin/Makefile.in ${WRKSRC}/src/test/Makefile.in + ${REINPLACE_CMD} -e s#-ldl## ${WRKSRC}/src/extensions/far/Makefile.in ${WRKSRC}/src/extensions/pdt/Makefile.in ${WRKSRC}/src/bin/Makefile.in ${WRKSRC}/src/test/Makefile.in ${WRKSRC}/src/extensions/linear/Makefile.in .include Modified: head/math/openfst/distinfo ============================================================================== --- head/math/openfst/distinfo Sat Apr 26 15:16:13 2014 (r352268) +++ head/math/openfst/distinfo Sat Apr 26 15:59:43 2014 (r352269) @@ -1,2 +1,2 @@ -SHA256 (openfst-1.3.4.tar.gz) = e95fa96674e1c9d6866bbf79b9cd755c5121ad165b76224c7c6bbfa139399a61 -SIZE (openfst-1.3.4.tar.gz) = 769158 +SHA256 (openfst-1.4.0.tar.gz) = eb557f37560438f03912b4e43335c4c9e72aa486d4f2046127131185eb88f17a +SIZE (openfst-1.4.0.tar.gz) = 822883 Modified: head/math/openfst/pkg-plist ============================================================================== --- head/math/openfst/pkg-plist Sat Apr 26 15:16:13 2014 (r352268) +++ head/math/openfst/pkg-plist Sat Apr 26 15:59:43 2014 (r352269) @@ -13,6 +13,7 @@ bin/fstconnect bin/fstconvert bin/fstdeterminize bin/fstdifference +bin/fstdisambiguate bin/fstdraw bin/fstencode bin/fstepsnormalize @@ -21,6 +22,8 @@ bin/fstequivalent bin/fstinfo bin/fstintersect bin/fstinvert +bin/fstlinear +bin/fstloglinearapply bin/fstmap bin/fstminimize bin/fstprint @@ -66,6 +69,7 @@ include/fst/const-fst.h include/fst/determinize.h include/fst/dfs-visit.h include/fst/difference.h +include/fst/disambiguate.h include/fst/edit-fst.h include/fst/encode.h include/fst/epsnormalize.h @@ -85,6 +89,15 @@ include/fst/extensions/far/main.h include/fst/extensions/far/print-strings.h include/fst/extensions/far/stlist.h include/fst/extensions/far/sttable.h +include/fst/extensions/linear/linear-fst-data-builder.h +include/fst/extensions/linear/linear-fst-data.h +include/fst/extensions/linear/linear-fst.h +include/fst/extensions/linear/linearscript.h +include/fst/extensions/linear/loglinear-apply.h +include/fst/extensions/linear/trie.h +include/fst/extensions/ngram/bitmap-index.h +include/fst/extensions/ngram/ngram-fst.h +include/fst/extensions/ngram/nthbit.h include/fst/extensions/pdt/collection.h include/fst/extensions/pdt/compose.h include/fst/extensions/pdt/expand.h @@ -97,6 +110,7 @@ include/fst/extensions/pdt/replace.h include/fst/extensions/pdt/reverse.h include/fst/extensions/pdt/shortest-path.h include/fst/factor-weight.h +include/fst/filter-state.h include/fst/flags.h include/fst/float-weight.h include/fst/fst-decl.h @@ -118,6 +132,7 @@ include/fst/map.h include/fst/mapped-file.h include/fst/matcher-fst.h include/fst/matcher.h +include/fst/memory.h include/fst/minimize.h include/fst/mutable-fst.h include/fst/pair-weight.h @@ -290,24 +305,41 @@ lib/fst/libfstfar.so.1 lib/fst/libfstfarscript.la lib/fst/libfstfarscript.so lib/fst/libfstfarscript.so.1 +lib/fst/libfstlinearscript.la +lib/fst/libfstlinearscript.so +lib/fst/libfstlinearscript.so.1 lib/fst/libfstlookahead.la lib/fst/libfstlookahead.so lib/fst/libfstlookahead.so.0 +lib/fst/libfstngram.la +lib/fst/libfstngram.so +lib/fst/libfstngram.so.1 lib/fst/libfstpdtscript.la lib/fst/libfstpdtscript.so lib/fst/libfstpdtscript.so.1 +lib/fst/linear_classifier-fst.la +lib/fst/linear_classifier-fst.so +lib/fst/linear_classifier-fst.so.0 +lib/fst/linear_tagger-fst.la +lib/fst/linear_tagger-fst.so +lib/fst/linear_tagger-fst.so.0 +lib/fst/ngram-fst.la +lib/fst/ngram-fst.so +lib/fst/ngram-fst.so.0 lib/fst/olabel_lookahead-fst.la lib/fst/olabel_lookahead-fst.so lib/fst/olabel_lookahead-fst.so.0 lib/libfst.la lib/libfst.so -lib/libfst.so.1 +lib/libfst.so.2 lib/libfstscript.la lib/libfstscript.so lib/libfstscript.so.1 -@dirrm include/fst/script -@dirrm include/fst/extensions/pdt +@dirrm lib/fst @dirrm include/fst/extensions/far +@dirrm include/fst/extensions/linear +@dirrm include/fst/extensions/ngram +@dirrm include/fst/extensions/pdt @dirrm include/fst/extensions +@dirrm include/fst/script @dirrm include/fst -@dirrm lib/fst