notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
bison175 A parser generator from FSF, (mostly) compatible with Yacc
1.75_2 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.75_2Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2005-09-02 08:07:48
Last Update: 2005-09-04 18:33:15
SVN Revision: UNKNOWN
License: not specified in port
Description:
Bison is a tool used to write parsers, such as the parser for GNU cc. It is similar to Yacc, which is included in the base FreeBSD system. The main difference between Bison and Yacc that I know of is that Bison supports the @N construction, which gives you access to the starting and ending line number and character number associated with any of the symbols in the current rule. Also, Bison supports the command `%expect N' which says not to mention the conflicts if there are N shift/reduce conflicts and no reduce/reduce conflicts. The differences in the algorithms stem mainly from the horrible kludges that Johnson had to perpetrate to make Yacc fit in a PDP-11. Also, Bison uses a faster but less space-efficient encoding for the parse tables (see Corbett's PhD thesis from Berkeley, "Static Semantics in Compiler Error Recovery", June 1985, Report No. UCB/CSD 85/251), and more modern technique for generating the lookahead sets. (See "Efficient Construction of LALR(1) Lookahead Sets" by F. DeRemer and A. Pennello, in ACM TOPLS Vol 4 No 4, October 1982. Their technique is the standard one now.)
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • bison>0:devel/bison175
No installation instructions:
This port has been deleted.
PKGNAME: bison
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gm4 : devel/m4
Runtime dependencies:
  1. gm4 : devel/m4
Library dependencies:
  1. intl : devel/gettext
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (24 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.chg.ru/pub/gnu/bison/
  3. ftp://ftp.de.uu.net/pub/gnu/bison/
  4. ftp://ftp.dti.ad.jp/pub/GNU/bison/
  5. ftp://ftp.gnu.org/gnu/bison/
  6. ftp://ftp.informatik.hu-berlin.de/pub/gnu/bison/
  7. ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/bison/
  8. ftp://ftp.kddlabs.co.jp/GNU/bison/
  9. ftp://ftp.leo.org/pub/comp/os/unix/gnu/bison/
  10. ftp://ftp.lip6.fr/pub/gnu/bison/
  11. ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/bison/
  12. ftp://ftp.nstu.ru/pub/mirrors/ftp.gnu.org/gnu/bison/
  13. ftp://ftp.sunsite.org.uk/package/gnu/bison/
  14. ftp://ftp.wustl.edu/mirrors/gnu/bison/
  15. ftp://www.t.ring.gr.jp/pub/GNU/bison/
  16. http://ftp.funet.fi/pub/gnu/prep/bison/
  17. http://ftp.gnu.org/gnu/bison/
  18. http://ftp.lug.udel.edu/pub/gnu/bison/
  19. http://ftp.rediris.es/sites/ftp.gnu.org/pub/bison/
  20. http://gatekeeper.dec.com/pub/GNU/bison/
  21. http://gnu.mirror.mcgill.ca/bison/
  22. http://mirrors.usc.edu/pub/gnu/bison/
  23. http://www.gtlib.cc.gatech.edu/pub/gnu/gnu/bison/
  24. http://www.t.ring.gr.jp/archives/GNU/bison/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.75_2
04 Sep 2005 18:33:15
Original commit files touched by this commit
ade search for other commits by this committer
A few more cleanups after recent events with bison

* lose the bison175 port, it's not needed for now and will
  only confuse matters
* clean up devel/Makefile, modules, and MOVED appropriately
* take maintainership of the bison* ports

Approved by:    portmgr
1.75_2
02 Sep 2005 08:27:36
Original commit files touched by this commit
pav search for other commits by this committer
- Set NO_LATEST_LINK
1.75_2
02 Sep 2005 08:02:34
Original commit files touched by this commit
pav search for other commits by this committer
- Update conflicts

Number of commits found: 3