Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 411515

Summary: dev-util/peg - tools for generating recursive-descent parsers
Product: Gentoo Linux Reporter: Jauhien Piatlicki (RETIRED) <jauhien>
Component: New packagesAssignee: Rafael Martins (RETIRED) <rafaelmartins>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://piumarta.com/software/peg/
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 411895    
Attachments: dev-util/peg-0.1.8.ebuild
peg-0.1.8.ebuild
peg-0.1.8-Makefile.patch

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 )