aboutsummaryrefslogtreecommitdiff
path: root/devel/cld
Commit message (Collapse)AuthorAgeFilesLines
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Restore older version of CLD (aka CLD 1): pecl-cld still needs it.Dmitry Sivachenko2015-05-105-0/+59
| | | | | | | Requested by: Gasol Wu <gasol.wu@gmail.com> (pecl-cld port maintainer) Notes: svn path=/head/; revision=385929
* Rename cld --> cld2 (since it corresponds to version 2 of CLD).Dmitry Sivachenko2015-05-104-46/+0
| | | | Notes: svn path=/head/; revision=385927
* Catch up with the ltest version from googlecode's svn repository.Dmitry Sivachenko2015-05-052-5/+5
| | | | | | | | The only revision (r194) fixes compilation procedure and should fix 32-bit archs. Notes: svn path=/head/; revision=385469
* Remove patch forgotten during last update.Dmitry Sivachenko2015-01-141-11/+0
| | | | Notes: svn path=/head/; revision=377010
* Update to the latest snapshot from googlecode as of 13.01.2015.Dmitry Sivachenko2015-01-134-29/+30
| | | | Notes: svn path=/head/; revision=376945
* Cleanup plistBaptiste Daroussin2014-10-271-10/+0
| | | | Notes: svn path=/head/; revision=371544
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-012-1/+3
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=359959
* - 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-085-0/+64
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