From owner-svn-ports-head@freebsd.org Sat Jan 30 13:47:59 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7D1B2A7329C; Sat, 30 Jan 2016 13:47:59 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 593861462; Sat, 30 Jan 2016 13:47:59 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0UDlwdx036387; Sat, 30 Jan 2016 13:47:58 GMT (envelope-from demon@FreeBSD.org) Received: (from demon@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0UDlwmX036384; Sat, 30 Jan 2016 13:47:58 GMT (envelope-from demon@FreeBSD.org) Message-Id: <201601301347.u0UDlwmX036384@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: demon set sender to demon@FreeBSD.org using -f From: Dmitry Sivachenko Date: Sat, 30 Jan 2016 13:47:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407526 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jan 2016 13:47:59 -0000 Author: demon Date: Sat Jan 30 13:47:57 2016 New Revision: 407526 URL: https://svnweb.freebsd.org/changeset/ports/407526 Log: Update to version 1.5.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 Jan 30 13:16:37 2016 (r407525) +++ head/math/openfst/Makefile Sat Jan 30 13:47:57 2016 (r407526) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= openfst -PORTVERSION= 1.4.1 -PORTREVISION= 4 +PORTVERSION= 1.5.0 CATEGORIES= math MASTER_SITES= http://www.openfst.org/twiki/pub/FST/FstDownload/ @@ -15,10 +14,9 @@ LICENSE= APACHE20 USES= compiler:c++11-lib libtool USE_LDCONFIG= ${LOCALBASE}/lib/fst GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--enable-compact-fsts --enable-const-fsts --enable-far --enable-linear-fsts --enable-ngram-fsts --enable-lookahead-fsts --enable-pdt +CONFIGURE_ARGS+=--enable-bin --enable-compact-fsts --enable-compress --enable-const-fsts --enable-far --enable-linear-fsts --enable-lookahead-fsts --enable-mpdt --enable-ngram-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 ${WRKSRC}/src/extensions/linear/Makefile.in - ${REINPLACE_CMD} -e s#isspace#std::isspace# ${WRKSRC}/src/include/fst/tuple-weight.h ${WRKSRC}/src/include/fst/sparse-tuple-weight.h ${WRKSRC}/src/include/fst/pair-weight.h + ${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 ${WRKSRC}/src/extensions/compress/Makefile.in ${WRKSRC}/src/extensions/mpdt/Makefile.in .include Modified: head/math/openfst/distinfo ============================================================================== --- head/math/openfst/distinfo Sat Jan 30 13:16:37 2016 (r407525) +++ head/math/openfst/distinfo Sat Jan 30 13:47:57 2016 (r407526) @@ -1,2 +1,2 @@ -SHA256 (openfst-1.4.1.tar.gz) = e671bf6bd4425a1fed4e7543a024201b74869bfdd029bdf9d10c53a3c2818277 -SIZE (openfst-1.4.1.tar.gz) = 824020 +SHA256 (openfst-1.5.0.tar.gz) = 01c2b810295a942fede5b711bd04bdc9677855c846fedcc999c792604e02177b +SIZE (openfst-1.5.0.tar.gz) = 1007252 Modified: head/math/openfst/pkg-plist ============================================================================== --- head/math/openfst/pkg-plist Sat Jan 30 13:16:37 2016 (r407525) +++ head/math/openfst/pkg-plist Sat Jan 30 13:47:57 2016 (r407526) @@ -3,11 +3,13 @@ bin/farcreate bin/farequal bin/farextract bin/farinfo +bin/farisomorphic bin/farprintstrings bin/fstarcsort bin/fstclosure bin/fstcompile bin/fstcompose +bin/fstcompress bin/fstconcat bin/fstconnect bin/fstconvert @@ -22,6 +24,7 @@ bin/fstequivalent bin/fstinfo bin/fstintersect bin/fstinvert +bin/fstisomorphic bin/fstlinear bin/fstloglinearapply bin/fstmap @@ -31,6 +34,7 @@ bin/fstproject bin/fstprune bin/fstpush bin/fstrandgen +bin/fstrandmod bin/fstrelabel bin/fstreplace bin/fstreverse @@ -42,6 +46,10 @@ bin/fstsymbols bin/fstsynchronize bin/fsttopsort bin/fstunion +bin/mpdtcompose +bin/mpdtexpand +bin/mpdtinfo +bin/mpdtreverse bin/pdtcompose bin/pdtexpand bin/pdtinfo @@ -77,6 +85,11 @@ include/fst/equal.h include/fst/equivalent.h include/fst/expanded-fst.h include/fst/expectation-weight.h +include/fst/extensions/compress/compress-script.h +include/fst/extensions/compress/compress.h +include/fst/extensions/compress/elias.h +include/fst/extensions/compress/fstgzfile.h +include/fst/extensions/compress/randmod.h include/fst/extensions/far/compile-strings.h include/fst/extensions/far/create.h include/fst/extensions/far/equal.h @@ -85,6 +98,7 @@ include/fst/extensions/far/far.h include/fst/extensions/far/farlib.h include/fst/extensions/far/farscript.h include/fst/extensions/far/info.h +include/fst/extensions/far/isomorphic.h include/fst/extensions/far/main.h include/fst/extensions/far/print-strings.h include/fst/extensions/far/stlist.h @@ -95,6 +109,13 @@ include/fst/extensions/linear/linear-fst include/fst/extensions/linear/linearscript.h include/fst/extensions/linear/loglinear-apply.h include/fst/extensions/linear/trie.h +include/fst/extensions/mpdt/compose.h +include/fst/extensions/mpdt/expand.h +include/fst/extensions/mpdt/info.h +include/fst/extensions/mpdt/mpdt.h +include/fst/extensions/mpdt/mpdtscript.h +include/fst/extensions/mpdt/read_write_utils.h +include/fst/extensions/mpdt/reverse.h include/fst/extensions/ngram/bitmap-index.h include/fst/extensions/ngram/ngram-fst.h include/fst/extensions/ngram/nthbit.h @@ -122,6 +143,7 @@ include/fst/icu.h include/fst/intersect.h include/fst/interval-set.h include/fst/invert.h +include/fst/isomorphic.h include/fst/label-reachable.h include/fst/lexicographic-weight.h include/fst/lock.h @@ -182,6 +204,7 @@ include/fst/script/info-impl.h include/fst/script/info.h include/fst/script/intersect.h include/fst/script/invert.h +include/fst/script/isomorphic.h include/fst/script/map.h include/fst/script/minimize.h include/fst/script/print-impl.h @@ -226,6 +249,7 @@ include/fst/topsort.h include/fst/tuple-weight.h include/fst/types.h include/fst/union-find.h +include/fst/union-weight.h include/fst/union.h include/fst/util.h include/fst/vector-fst.h @@ -294,28 +318,37 @@ lib/fst/ilabel_lookahead-fst.so.0 lib/fst/ilabel_lookahead-fst.so.0.0.0 lib/fst/libfstcompact.so lib/fst/libfstcompact.so.1 -lib/fst/libfstcompact.so.1.0.0 +lib/fst/libfstcompact.so.1.0.5 +lib/fst/libfstcompressscript.so +lib/fst/libfstcompressscript.so.1 +lib/fst/libfstcompressscript.so.1.0.5 lib/fst/libfstconst.so lib/fst/libfstconst.so.1 -lib/fst/libfstconst.so.1.0.0 +lib/fst/libfstconst.so.1.0.5 lib/fst/libfstfar.so lib/fst/libfstfar.so.1 -lib/fst/libfstfar.so.1.0.0 +lib/fst/libfstfar.so.1.0.5 lib/fst/libfstfarscript.so lib/fst/libfstfarscript.so.1 -lib/fst/libfstfarscript.so.1.0.0 +lib/fst/libfstfarscript.so.1.0.5 +lib/fst/libfstgzfile.so +lib/fst/libfstgzfile.so.1 +lib/fst/libfstgzfile.so.1.0.5 lib/fst/libfstlinearscript.so lib/fst/libfstlinearscript.so.1 -lib/fst/libfstlinearscript.so.1.0.0 +lib/fst/libfstlinearscript.so.1.0.5 lib/fst/libfstlookahead.so -lib/fst/libfstlookahead.so.0 -lib/fst/libfstlookahead.so.0.0.0 +lib/fst/libfstlookahead.so.1 +lib/fst/libfstlookahead.so.1.0.5 +lib/fst/libfstmpdtscript.so +lib/fst/libfstmpdtscript.so.1 +lib/fst/libfstmpdtscript.so.1.0.5 lib/fst/libfstngram.so lib/fst/libfstngram.so.1 -lib/fst/libfstngram.so.1.0.0 +lib/fst/libfstngram.so.1.0.5 lib/fst/libfstpdtscript.so lib/fst/libfstpdtscript.so.1 -lib/fst/libfstpdtscript.so.1.0.0 +lib/fst/libfstpdtscript.so.1.0.5 lib/fst/linear_classifier-fst.so lib/fst/linear_classifier-fst.so.0 lib/fst/linear_classifier-fst.so.0.0.0 @@ -329,8 +362,8 @@ lib/fst/olabel_lookahead-fst.so lib/fst/olabel_lookahead-fst.so.0 lib/fst/olabel_lookahead-fst.so.0.0.0 lib/libfst.so -lib/libfst.so.3 -lib/libfst.so.3.0.0 +lib/libfst.so.1 +lib/libfst.so.1.0.5 lib/libfstscript.so lib/libfstscript.so.1 -lib/libfstscript.so.1.0.0 +lib/libfstscript.so.1.0.5