bison stable port information

Package: bison
Version: 2.0
Revision: 12
Source: gnu
Maintainer: Darian Lanx
BuildDepends: gawk, libiconv-dev, gettext-bin, gettext-tools, gettext-dev, m4
Depends: gettext, libiconv, m4
ConfigureParams: --with-libiconv-prefix=%p --with-libintl-prefix=%p --mandir=%p/share/man --infodir=%p/share/info
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
InstallScript: <<
make install DESTDIR=%d
rm -f %i/share/locale/locale.alias
rm -f %i/lib/charset.alias
<<
DocFiles: README COPYING AUTHORS NEWS REFERENCES THANKS doc/FAQ
InfoDocs: bison.info
#
Description: Parser generator
DescDetail: <<
Bison is a general-purpose parser generator that converts a grammar
description for an LALR context-free grammar into a C program to parse
that grammar. 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.
<<
DescPackaging: <<
Previous versions by Christoph Pfisterer.

locale.alias is deleted because it is already provided by gettext which
is an essential package, hence we can relay on the file to be always present.
<<
License: GPL/GFDL
Homepage: http://www.gnu.org/software/bison/bison.html
Source-MD5: c17f964fd5504b88b07a183420de25e3

bison _unstable_ port information

Package: bison
Version: 2.3
Revision: 1002
Source: gnu
Maintainer: Darian Lanx
BuildDepends: gawk, libiconv-dev, gettext-bin, gettext-tools, libgettext3-dev, m4
Depends: libgettext3-shlibs, libiconv, m4
ConfigureParams: --with-libiconv-prefix=%p --with-libintl-prefix=%p --mandir=%p/share/man --infodir=%p/share/info --disable-dependency-tracking
NoSetMAKEFLAGS: true
SetMAKEFLAGS: -j1
InfoTest: TestScript: make check || exit 2
InstallScript: <<
cp INSTALL INSTALL.txt
make install DESTDIR=%d
rm -f %i/share/locale/locale.alias
rm -f %i/lib/charset.alias
<<
DocFiles: INSTALL.txt README COPYING AUTHORS NEWS THANKS TODO PACKAGING
InfoDocs: bison.info
#
Description: Parser generator
DescDetail: <<
Bison is a general-purpose parser generator that converts a grammar
description for an LALR context-free grammar into a C program to parse
that grammar. 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.
<<
DescPackaging: <<
Previous versions by Christoph Pfisterer.

locale.alias is deleted because it is already provided by gettext which
is an essential package, hence we can rely on the file to be always present.

The only C++ is in the self-test suite
<<
License: GPL/GFDL
Homepage: http://www.gnu.org/software/bison/bison.html
Source-MD5: 22327efdd5080e2b1acb6e560a04b43a
Source-Checksum: SHA1(4df84c2c5971946111ff1982fb830b3c78d7c57e)