Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 511940 - dev-php/pecl-discount-1.0.0 - ebuild submission
Summary: dev-php/pecl-discount-1.0.0 - ebuild submission
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-31 10:11 UTC by Anthony Ryan
Modified: 2014-05-31 10:15 UTC (History)
0 users

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


Attachments
pecl-discount.ebuild (pecl-discount.ebuild,477 bytes, text/plain)
2014-05-31 10:11 UTC, Anthony Ryan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Anthony Ryan 2014-05-31 10:11:36 UTC
Created attachment 377922 [details]
pecl-discount.ebuild

http://pecl.php.net/package/markdown

This is a PHP extension found on PECL that wraps app-text/discount to provide fast and heavily tested markdown implementation in PHP.

I am submitting this ebuild because I believe it will benefit the quality of many PHP applications. Markdown has become very common on the internet and there are countless poorly tested implementations. By making it easier for people to use a wrapper for a heavily tested C library, we hopefully help improve the quality of markdown implementations in the wild.

I have heavily tested this library while vetting it for my own markdown parsing needs in PHP.

I have only added USE_PHP="php5-5" because that is where the majority of my testing has occurred.
Comment 1 Anthony Ryan 2014-05-31 10:15:40 UTC
I am closing this for now as the ebuild I have proposed doesn't dynamically link.