Port details on branch 2024Q4 |
- gperf Generates perfect hash functions for sets of keywords
- 3.1_1 devel =52 3.1_1Version of this port present on the latest quarterly branch.
- Maintainer: dinoex@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-01-12 20:18:54
- Commit Hash: a2870b9
- People watching this port, also watch:: gmake, png, libxml2, freetype2, pcre
- License: GPLv3+
- WWW:
- https://www.gnu.org/software/gperf/
- Description:
- While teaching a data structures course at University of California,
Irvine, I developed a program called GPERF that 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.
The gperf.texinfo file explains how the program works, the form of the
input, what options are available, and hints on choosing the best
options for particular key word sets. The texinfo file is readable
both via the GNU emacs `info' command, and is also suitable for
typesetting with TeX.
The enclosed Makefile creates the executable program ``gperf'' and
also runs some tests.
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.
LICENSE: GPLv3 or later
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/devel/gperf/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/gperf
- pkg install gperf
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gperf
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1484078517
SHA256 (gperf-3.1.tar.gz) = 588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2
SIZE (gperf-3.1.tar.gz) = 1215925
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- This port is required by:
- for Build
-
- audio/owntone
- cad/gtkwave
- cad/iverilog
- cad/qucsator
- databases/evolution-data-server
- devel/appstream
- devel/appstream-compose
-
Deleted ports which required this port:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_gperf
- USES:
- cpe
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|