SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
5
devel/libguess/pkg/DESCR
Normal file
5
devel/libguess/pkg/DESCR
Normal 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
4
devel/libguess/pkg/PLIST
Normal file
|
@ -0,0 +1,4 @@
|
|||
include/libguess/
|
||||
include/libguess/libguess.h
|
||||
@lib lib/libguess.so.${LIBguess_VERSION}
|
||||
lib/pkgconfig/libguess.pc
|
Loading…
Add table
Add a link
Reference in a new issue