Summary: | app-text/peg-markdown - an implementation of John Gruber's markdown in C | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jauhien Piatlicki (RETIRED) <jauhien> |
Component: | New packages | Assignee: | Rafael Martins (RETIRED) <rafaelmartins> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://github.com/jgm/peg-markdown | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 411515 | ||
Bug Blocks: | |||
Attachments: |
app-text/peg-markdown-0.4.12.ebuild
peg-markdown-0.4.12-declare.patch peg-markdown-0.4.12-Makefile.patch |
Created attachment 308825 [details, diff]
peg-markdown-0.4.12-declare.patch
Created attachment 308827 [details, diff]
peg-markdown-0.4.12-Makefile.patch
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=app-text/peg-markdown *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. Thanks ) Also I've tested it on x86, so you can add ~x86 keyword to the ebuild. (In reply to comment #6) > Also I've tested it on x86, so you can add ~x86 keyword to the ebuild. I tested it too, but forgot to add the keyword when commiting. My bad. At work now, will add it later. thanks Also, I wasn't aware of this bug, this is why I "ignored" you ebuild, sorry. :( |
Created attachment 308823 [details] app-text/peg-markdown-0.4.12.ebuild An implementation of John Gruber's markdown in C. It uses a parsing expression grammar (PEG) to define the syntax. This should allow easy modification and extension. It currently supports output in HTML, LaTeX, ODF, or groff_mm formats, and adding new formats is relatively easy. Reproducible: always.