summaryrefslogtreecommitdiff
path: root/textproc/randlm/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* textproc/randlm: fix build on powerpc*Piotr Kubaj2022-02-211-2/+20
| | | | rdtsc() is available only on amd64 / i386.
* Fix build of textproc/randlm with recent versions of clang.Dimitry Andric2017-12-215-0/+55
| | | | | | | | | | Approved by: portmgr blanket Submitted by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> PR: 216056 MFH: 2017Q4 Notes: svn path=/head/; revision=456948
* Do not insist on c++11.Dmitry Sivachenko2014-09-013-35/+0
| | | | Notes: svn path=/head/; revision=366896
* Allow to build with clang compiler.Dmitry Sivachenko2014-09-016-0/+100
| | | | Notes: svn path=/head/; revision=366882
* New port: randlm.Dmitry Sivachenko2014-08-302-0/+24
A toolkit for bulding randomized language models. WWW: http://randlm.sourceforge.net/ Notes: svn path=/head/; revision=366625