aboutsummaryrefslogtreecommitdiff
path: root/devel/cld/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Remove NO_STAGE as these have been tested to be safeBryan Drewery2013-09-251-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=328226
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 1) Notes: svn path=/head/; revision=327722
* A port from the CLD (Compact Language Detector) library embedded inDmitry Sivachenko2013-02-081-0/+17
Google's Chromium browser. The library detects the language from provided UTF8 text (plain text or HTML). https://code.google.com/p/chromium-compact-language-detector/ Notes: svn path=/head/; revision=311938