aboutsummaryrefslogtreecommitdiff
path: root/mail/osbf-lua
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 5).Alexey Dokuchaev2020-05-281-1/+1
| | | | Notes: svn path=/head/; revision=536748
* Cleanup plistAntoine Brodin2014-11-221-2/+0
| | | | Notes: svn path=/head/; revision=373086
* 1: Stagify.Vanilla I. Shu2014-08-272-2/+27
| | | | | | | 2: add LICENSE. Notes: svn path=/head/; revision=366288
* Resetting maintainership on ports that have not been staged and without anyBaptiste Daroussin2014-07-041-1/+1
| | | | | | | | | pending PR (related to stage) With hat: portmgr Notes: svn path=/head/; revision=360579
* Replace lang/lua with the new lang/lua51Baptiste Daroussin2014-05-261-2/+1
| | | | | | | | | | | lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1 Make the default lua lua52 Make all lua ports using USES=lua Approved by: portmgr (implicit) Notes: svn path=/head/; revision=355360
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | mail) Notes: svn path=/head/; revision=327742
* - Convert to OptionsNGMartin Wilke2013-03-071-9/+7
| | | | | | | | | - Trim header Reviewed by: bapt Notes: svn path=/head/; revision=313599
* Fix typos in COMMENTCarlo Strub2012-07-291-1/+1
| | | | | | | Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301684
* - Respect CCMartin Wilke2011-11-281-0/+3
| | | | | | | | | | PR: 162531 Submitted by: Jan Beich <jbeich@tormail.net> Approved by: maintainer timeout Feature safe: yes Notes: svn path=/head/; revision=286566
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276989
* OSBF-Lua (Orthogonal Sparse Bigrams with confidence Factor) is a Lua C ↵Felippe de Meirelles Motta2009-02-015-0/+76
module for text classification. It is a port of the OSBF classifier implemented in the CRM114 project. This implementation attempts to put focus on the classification task itself by using Lua as the scripting language, a powerful yet light-weight and fast language, which makes it easier to build and test more elaborated filters and training methods. WWW: http://osbf-lua.luaforge.net/ Submitted by: RicardoSSP <ricardo.katz@gmail.com> (via mail) Reviewed by: myself Notes: svn path=/head/; revision=227385