aboutsummaryrefslogtreecommitdiff
path: root/math/openfst
Commit message (Collapse)AuthorAgeFilesLines
* Update to version 1.6.3.Dmitry Sivachenko2017-09-253-32/+46
| | | | Notes: svn path=/head/; revision=450581
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-1/+1
| | | | | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275 Notes: svn path=/head/; revision=449591
* These ports now build on powerpc64.Mark Linimon2017-04-101-2/+0
| | | | | | | | | While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=438123
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-04-011-0/+1
| | | | | | | | | | | | | | | | | lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707 Notes: svn path=/head/; revision=437439
* Now builds on sparc64.Mark Linimon2016-11-031-1/+0
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=425252
* math/openfst: unbreak on 9.xJan Beich2016-10-031-0/+1
| | | | | | | | | | | | symbol-table-ops.cc: In function 'bool fst::AddAuxiliarySymbols(const string&, int64, int64, fst::SymbolTable*)': symbol-table-ops.cc:131:43: error: 'to_string' is not a member of 'std' if (index != syms->AddSymbol(prefix + std::to_string(i), index)) { ^ Reported by: pkg-fallout Approved by: portmgr blanket Notes: svn path=/head/; revision=423165
* Mark as broken on sparc64.Mark Linimon2016-09-181-0/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=422391
* Update to version 1.5.4.Dmitry Sivachenko2016-08-253-31/+33
| | | | Notes: svn path=/head/; revision=420845
* Update to version 1.5.3.Dmitry Sivachenko2016-08-203-29/+34
| | | | Notes: svn path=/head/; revision=420505
* many ports: mark broken on powerpc64Steve Wills2016-04-211-0/+2
| | | | Notes: svn path=/head/; revision=413746
* Tarball has been rerolled with minor changesĀ§, most notable is an additionDmitry Sivachenko2016-02-192-5/+2
| | | | | | | of libdl check to configure so we can stop patching Makefiles. Notes: svn path=/head/; revision=409194
* Update to version 1.5.1.Dmitry Sivachenko2016-02-173-42/+44
| | | | Notes: svn path=/head/; revision=409049
* Update to version 1.5.0.Dmitry Sivachenko2016-01-303-19/+50
| | | | Notes: svn path=/head/; revision=407526
* Use std::isspace instead of isspace to fix the following compile error inDmitry Sivachenko2014-10-231-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | py-fst: In file included from fst/_fst.cpp:322: In file included from /usr/local/include/fst/fstlib.h:49: In file included from /usr/local/include/fst/fst.h:34: In file included from /usr/local/include/fst/arc.h:31: In file included from /usr/local/include/fst/power-weight.h:24: /usr/local/include/fst/tuple-weight.h:179:14: error: call to 'isspace' is ambiguous } while (isspace(c)); ^~~~~~~ /usr/include/ctype.h:57:5: note: candidate function int isspace(int); ^ /usr/include/c++/v1/cctype:125:38: note: candidate function inline _LIBCPP_INLINE_VISIBILITY int isspace(int __c) {return __libcpp_isspace(__c);} /usr/include/ctype.h:57:5: note: candidate function int isspace(int); ^ /usr/include/c++/v1/cctype:125:38: note: candidate function inline _LIBCPP_INLINE_VISIBILITY int isspace(int __c) {return __libcpp_isspace(__c);} Notes: svn path=/head/; revision=371396
* Use correct directory for USE_LDCONFIG;Dmitry Sivachenko2014-10-202-10/+2
| | | | | | | Remove obsoleted @dirrm's. Notes: svn path=/head/; revision=371271
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-042-35/+36
| | | | | | | | | - Fix build on 9.x: requires unordered_map, thus c++11-lib Approved by: portmgr blanket Notes: svn path=/head/; revision=360568
* Update to 1.4.1.Dmitry Sivachenko2014-04-303-5/+5
| | | | Notes: svn path=/head/; revision=352678
* Fix plist.Dmitry Sivachenko2014-04-261-1/+0
| | | | Notes: svn path=/head/; revision=352270
* Update to version 1.4.0.Dmitry Sivachenko2014-04-263-10/+41
| | | | Notes: svn path=/head/; revision=352269
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-0/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* Use gcc to fix compile problem with clang (it's libc++ does not support TR1).Dmitry Sivachenko2014-01-031-0/+1
| | | | | | | Thanks to dim@ for helping. Notes: svn path=/head/; revision=338554
* - rename AL2 to APACHE20 in Mk/bsd.licenses.db.mkOlli Hauer2013-12-302-4/+1
| | | | | | | | | | | | | | | | | - svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20 - add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk - add entry in UPDATING - bulk change all ports AL2 => APACHE20 - math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4 PR: ports/184785 Submitted by: ohauer Reviewed by: tabthorpe Approved by: portmgr (tabthorpe@) Notes: svn path=/head/; revision=338168
* New port : openfst.Dmitry Sivachenko2013-12-264-0/+359
OpenFst is a library for constructing, combining, optimizing, and searching weighted finite-state transducers (FSTs). Weighted finite-state transducers are automata where each transition has an input label, an output label, and a weight. The more familiar finite-state acceptor is represented as a transducer with each transition's input and output label equal. Finite-state acceptors are used to represent sets of strings (specifically, regular or rational sets); finite-state transducers are used to represent binary relations between pairs of strings (specifically, rational transductions). The weights can be used to represent the cost of taking a particular transition. Notes: svn path=/head/; revision=337544