summaryrefslogtreecommitdiff
path: root/science/crf++/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* science/crf++: Remove expired portMuhammad Moinur Rahman2023-09-301-11/+0
| | | | 2023-09-30 science/crf++: Last upstream activity was in 2015
* Fix compilation on i386Mateusz Piotrowski2020-09-221-0/+11
| | | | | | | | | | | | | | | The error was: In file included from lbfgs.cpp:29: ./common.h:216:18: error: class member cannot be redeclared string_buffer& operator<<(size_t _n) { _UITOA(_n); } ^ ./common.h:214:18: note: previous definition is here string_buffer& operator<<(unsigned int _n) { _UITOA(_n); } ^ Notes: svn path=/head/; revision=549635
* Update to 0.59 (latest commit)Mateusz Piotrowski2020-09-221-21/+0
| | | | | | | | | | | | | | | | - Change MASTER_SITES to GitHub, where upstream moved - Apply some patches from the GitHub Pull Requests to make the port build (upstream seems to lost some files while migrating to GitHub) and patch some bugs - Set licenses - Upstream does not tag releases on GitHub, so it's all guessing what the real version is. 0.59 is what I found in the source code. - Install examples; they are useful to test if the port is working - Remove old patches, they are no longer needed - Update WWW Notes: svn path=/head/; revision=549633
* science/crf++: Fix build with Clang 6Tobias Kortkamp2018-09-011-0/+21
| | | | | | | | | | | feature_index.cpp:174:22: error: no matching function for call to 'make_pair' old2new.insert(std::make_pair<int, int>(it->second.first, new_maxid)); ^~~~~~~~~~~~~~~~~~~~~~~~ http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/crf++-0.54_1.log Notes: svn path=/head/; revision=478668
* - Update to 0.53Cheng-Lung Sung2010-04-201-15/+0
| | | | Notes: svn path=/head/; revision=252940
* Add crf++ 0.42, yet Another CRF toolkit.Cheng-Lung Sung2006-07-281-0/+15
PR: ports/100909 Submitted by: Cheng-Lung Sung <clsung at FreeBSD.org> Notes: svn path=/head/; revision=168927