about summary refs log tree commit diff
path: root/pkgs/development/tools/parsing/byacc
AgeCommit message (Collapse)AuthorFilesLines
2024-01-11byacc: 20230521 -> 20240109R. Ryantm1-2/+2
2023-06-01byacc: 20230219 -> 20230521R. Ryantm1-2/+2
2023-04-20byacc: change self to finalAttrsAnderson Torres1-6/+4
2023-03-07Merge pull request #219930 from r-ryantm/auto-update/byaccAnderson Torres1-2/+2
byacc: 20221229 -> 20230219
2023-03-07byacc: refactorAnderson Torres1-6/+7
- Get rid of double with in meta.
2023-03-07byacc: 20221229 -> 20230219R. Ryantm1-2/+2
2023-01-09byacc: 20221106 -> 20221229R. Ryantm1-2/+2
2022-11-09byacc: 20220128 -> 20221106AndersonTorres1-8/+26
Also, add AndersonTorres as maintainer.
2022-02-12byacc: 20211224 -> 20220128R. Ryantm1-2/+2
2022-01-01byacc: 20210808 -> 20211224R. RyanTM1-2/+2
(#152917)
2021-08-13sha was wrongArtturi1-1/+1
2021-08-10byacc: 20210802 -> 20210808R. RyanTM1-2/+2
2021-08-04byacc: 20210619 -> 20210802R. RyanTM1-2/+2
2021-06-22byacc: 20210520 -> 20210619R. RyanTM1-2/+2
2021-06-16byacc: 20210109 -> 20210520R. RyanTM1-2/+2
2021-06-09byacc: 20200910 -> 20210109R. RyanTM1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-11-02byacc: 20200330 -> 20200910R. RyanTM1-2/+2
2020-04-05byacc: 20191125 -> 20200330R. RyanTM1-3/+3
2019-12-23byacc: 20191119 -> 20191125R. RyanTM1-2/+2
2019-11-25byacc: 20190617 -> 20191119R. RyanTM1-2/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-3/+3
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-01byacc: 20180609 -> 20190617R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/byacc/versions
2019-05-10byacc: resulting binary should be named `byacc`Maximilian Bosch1-0/+8
2019-04-15treewide: update homepages to https where availableMatthew Bauer1-1/+1
Based on "problems" from repology: https://repology.org/repository/nix_unstable/problems Mostly simple changes to reflect redirects.
2018-06-14byacc: 20180525 -> 20180609R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/byacc/versions. These checks were done: - built on NixOS - /nix/store/rngxfbcnpk0n5v16msm7dhg609xfg5jp-byacc-20180609/bin/yacc passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 20180609 with grep in /nix/store/rngxfbcnpk0n5v16msm7dhg609xfg5jp-byacc-20180609 - directory tree listing: https://gist.github.com/a6550f00724283aca52496de32c95794 - du listing: https://gist.github.com/85e15144de69a0381160d89701d1b858
2018-05-31byacc: 20180510 -> 20180525 (#41304)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/byacc/versions. These checks were done: - built on NixOS - /nix/store/bz6434x282zsy6xz19nbd3fhzmdr4yzy-byacc-20180525/bin/yacc passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - found 20180525 with grep in /nix/store/bz6434x282zsy6xz19nbd3fhzmdr4yzy-byacc-20180525 - directory tree listing: https://gist.github.com/fffd356f1d450bf13fc3f2bf8a8f5304 - du listing: https://gist.github.com/3e8f1a51d1e20db022ff93cedc85b5a7
2018-05-14byacc: 20170709 -> 20180510 (#40499)R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/byacc/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 20180510 with grep in /nix/store/z8i5f145zpz750hvcbjlncy8kqak8zv2-byacc-20180510 - directory tree listing: https://gist.github.com/328d2b1900cfb911e7567cabf95d80c3 - du listing: https://gist.github.com/cc161fe31193017387ae25b64829aaf2
2018-01-02byacc: 20170201 -> 20170709Will Dietz1-2/+2
http://invisible-island.net/byacc/CHANGES.html#t20170709
2018-01-02invisible-island programs: Fix FTP URL's, use HTTPS, prefer ftpWill Dietz1-2/+2
FTP URL's should use ftp.invisible-island.net.
2017-03-22byacc: 1.9 -> 20170201Renaud1-8/+14
Version bump + source URLs and homepage are updated
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.
2014-11-06Turn more licenses into lib.licenses styleMateusz Kowalczyk1-2/+2
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
2014-09-01Use a more permanent URL for the byacc version we're usingDaniel Peebles1-1/+1
The other one is likely to change with every new release.
2014-08-31Fix byaccDaniel Peebles1-7/+2
2010-07-28* Get rid of many instances of "args: with args;", and other codingEelco Dolstra1-7/+7
guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782
2008-08-06Added:Marc Weber1-0/+21
* dmenu * gftp * micropolis * byacc as a build-time dependency for micropolis contributed by baldo <baldo@quimby.lan> svn path=/nixpkgs/trunk/; revision=12526