SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

5
devel/libguess/pkg/DESCR Normal file
View file

@ -0,0 +1,5 @@
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.

4
devel/libguess/pkg/PLIST Normal file
View file

@ -0,0 +1,4 @@
include/libguess/
include/libguess/libguess.h
@lib lib/libguess.so.${LIBguess_VERSION}
lib/pkgconfig/libguess.pc