aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/libguess
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistantoine2014-11-161-1/+0
|
* textproc/libguess: allow stagingwg2013-09-241-2/+3
| | | | | - Allow stating - Convert lib depends to new format
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | textproc)
* textproc/libguess: convert remaining USE_GNOMEwg2013-07-051-2/+1
| | | | | | - Convert USE_GNOME to USES as well Reported by: jgh
* textproc/libguess: minor fixeswg2013-07-051-8/+4
| | | | | | - Trim Makefile header - Remove ABI version in LIB_DEPENDS - USES gmake
* - Change MAINTAINER address of all my portswg2013-05-161-1/+1
| | | | Approved by: culot (mentor)
* - Fix CATEGORIES order to keep PKGORIGIN happymva2012-05-131-1/+1
| | | | Reported by: erwin@ via pointyhat
* A high-speed character set detection library.mva2012-05-134-0/+46
libguess employs discrete-finite automata to deduce the character set of the input buffer. The advantage of this is that all character sets can be checked in parallel, and quickly. Right now, libguess passes a byte to each DFA on the same pass, meaning that the winning character set can be deduced as efficiently as possible. libguess is fully reentrant, using only local stack memory for DFA operations. WWW: http://www.atheme.org/project/libguess PR: ports/167686 Submitted by: William Grzybowski <william88@gmail.com>