Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 411515 - dev-util/peg - tools for generating recursive-descent parsers
Summary: dev-util/peg - tools for generating recursive-descent parsers
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Rafael Martins (RETIRED)
URL: http://piumarta.com/software/peg/
Whiteboard:
Keywords:
Depends on:
Blocks: 411895
  Show dependency tree
 
Reported: 2012-04-10 19:52 UTC by Jauhien Piatlicki (RETIRED)
Modified: 2013-02-26 10:36 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
dev-util/peg-0.1.8.ebuild (peg-0.1.8.ebuild,604 bytes, text/plain)
2012-04-10 19:53 UTC, Jauhien Piatlicki (RETIRED)
Details
peg-0.1.8.ebuild (peg-0.1.8.ebuild,528 bytes, text/plain)
2012-04-13 21:43 UTC, Jauhien Piatlicki (RETIRED)
Details
peg-0.1.8-Makefile.patch (peg-0.1.8-Makefile.patch,1.05 KB, patch)
2012-04-13 21:44 UTC, Jauhien Piatlicki (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jauhien Piatlicki (RETIRED) gentoo-dev 2012-04-10 19:52:12 UTC
peg and leg are tools for generating recursive-descent parsers: programs that perform pattern matching on text. They processes a Parsing Expression Grammar (PEG) to produce a program that recognises legal sentences of that grammar.


Reproducible: Always

Steps to Reproduce:
1. Download ebuild
2. Emerge it
3. Test the program
Comment 1 Jauhien Piatlicki (RETIRED) gentoo-dev 2012-04-10 19:53:13 UTC
Created attachment 308451 [details]
dev-util/peg-0.1.8.ebuild
Comment 2 Jauhien Piatlicki (RETIRED) gentoo-dev 2012-04-13 21:43:47 UTC
Created attachment 308829 [details]
peg-0.1.8.ebuild

New version of ebuild.
Comment 3 Jauhien Piatlicki (RETIRED) gentoo-dev 2012-04-13 21:44:10 UTC
Created attachment 308831 [details, diff]
peg-0.1.8-Makefile.patch
Comment 4 Jauhien Piatlicki (RETIRED) gentoo-dev 2012-04-14 21:05:58 UTC
It was added to sunrise and will be available after review:
http://git.overlays.gentoo.org/gitweb/?p=proj/sunrise-reviewed.git;a=tree;f=dev-util/peg
Comment 5 Jauhien Piatlicki (RETIRED) gentoo-dev 2012-05-04 22:32:30 UTC
Version bump to peg-0.1.9, just renaming ebuild and patch.
Comment 6 Michael Palimaka (kensington) gentoo-dev 2013-02-26 06:45:04 UTC
*peg-markdown-0.4.14 (24 Feb 2013)

  24 Feb 2013; Rafael G. Martins <rafaelmartins@gentoo.org>
  +peg-markdown-0.4.14.ebuild, +metadata.xml:
  Initial commit.
Comment 7 Jauhien Piatlicki (RETIRED) gentoo-dev 2013-02-26 10:36:35 UTC
>*peg-0.1.9 (24 Feb 2013)
>
>24 Feb 2013; Rafael G. Martins <rafaelmartins@gentoo.org> +peg-0.1.9.ebuild,
>+metadata.xml:
>Initial commit.

Thank you )