aboutsummaryrefslogtreecommitdiff
path: root/textproc/libguess
Commit message (Collapse)AuthorAgeFilesLines
* textproc/libguess: allow stagingWilliam Grzybowski2013-09-241-2/+3
| | | | | | | | - Allow stating - Convert lib depends to new format Notes: svn path=/head/; revision=328138
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* textproc/libguess: convert remaining USE_GNOMEWilliam Grzybowski2013-07-051-2/+1
| | | | | | | | | - Convert USE_GNOME to USES as well Reported by: jgh Notes: svn path=/head/; revision=322335
* textproc/libguess: minor fixesWilliam Grzybowski2013-07-051-8/+4
| | | | | | | | | - Trim Makefile header - Remove ABI version in LIB_DEPENDS - USES gmake Notes: svn path=/head/; revision=322332
* - Change MAINTAINER address of all my portsWilliam Grzybowski2013-05-151-1/+1
| | | | | | | Approved by: culot (mentor) Notes: svn path=/head/; revision=318257
* - Fix CATEGORIES order to keep PKGORIGIN happyMarcus von Appen2012-05-131-1/+1
| | | | | | | Reported by: erwin@ via pointyhat Notes: svn path=/head/; revision=296531
* A high-speed character set detection library.Marcus von Appen2012-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> Notes: svn path=/head/; revision=296515