Port details on branch 2024Q3 |
- bison Parser generator from FSF, (mostly) compatible with Yacc
- 3.8.2_2,1 devel =493 3.8.2_2,1Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-07-10 04:57:24
- Commit Hash: c7c4c9e
- People watching this port, also watch:: gmake, m4, libiconv, gettext, expat
- License: GPLv3+
- WWW:
- https://www.gnu.org/software/bison/
- https://savannah.gnu.org/projects/bison/
- Description:
- Bison is a general-purpose parser generator that converts an annotated
context-free grammar into a deterministic LR or generalized LR (GLR) parser
employing LALR(1) parser tables. As an experimental feature, Bison can also
generate IELR(1) or canonical LR(1) parser tables. Once you are proficient with
Bison, you can use it to develop a wide range of language parsers, from those
used in simple desk calculators to complex programming languages.
Bison is upward compatible with Yacc: all properly-written Yacc grammars ought
to work with Bison with no change. Anyone familiar with Yacc should be able to
use Bison with little trouble. You need to be fluent in C or C++ programming in
order to use Bison. Java is also supported as an experimental feature.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/bison/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/bison
- pkg install bison
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bison
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1632690789
SHA256 (bison-3.8.2.tar.xz) = 9bba0214ccf7f1079c5d59210045227bcf619519840ebfa80cd3849cff5a5bf2
SIZE (bison-3.8.2.tar.xz) = 2817324
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- m4>=1.4.16,1 : devel/m4
- indexinfo : print/indexinfo
- libtextstyle>=0.21 : devel/libtextstyle
- gmake>=4.4.1 : devel/gmake
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- m4>=1.4.16,1 : devel/m4
- indexinfo : print/indexinfo
- Library dependencies:
-
- libtextstyle.so : devel/libtextstyle
- libintl.so : devel/gettext-runtime
- This port is required by:
- for Build
-
- astro/kosmindoormap
- audio/csound
- audio/rezound
- benchmarks/iorate
- biology/sra-tools
- biology/viennarna
- cad/adms
-
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:
- ===> The following configuration options are available for bison-3.8.2_2,1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
NLS=on: Native Language Support
===> Use 'make config' to modify these settings
- Options name:
- devel_bison
- USES:
- charsetfix compiler:c11 cpe gmake iconv localbase perl5 tar:xz gettext
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|