SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/gperf/pkg/DESCR
Normal file
15
devel/gperf/pkg/DESCR
Normal file
|
@ -0,0 +1,15 @@
|
|||
GPERF generates perfect hash functions for sets of key words.
|
||||
A perfect hash function is simply:
|
||||
|
||||
A hash function and a data structure that allows
|
||||
recognition of a key word in a set of words using
|
||||
exactly 1 probe into the data structure.
|
||||
|
||||
Output from the GPERF program is used to recognize reserved words in
|
||||
the GNU C, GNU C++, and GNU Pascal compilers, as well as with the GNU
|
||||
indent program.
|
||||
|
||||
Authors: Douglas C. Schmidt and Bruno Haible
|
||||
|
||||
Gperf was bundled with libg++. Now that libg++ has been removed from
|
||||
the main tree, some people may find gperf useful.
|
5
devel/gperf/pkg/PLIST
Normal file
5
devel/gperf/pkg/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
@bin bin/gperf
|
||||
@info info/gperf.info
|
||||
@man man/man1/gperf.1
|
||||
share/doc/gperf/
|
||||
share/doc/gperf/gperf.html
|
Loading…
Add table
Add a link
Reference in a new issue