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

Bug 511940

Summary: dev-php/pecl-discount-1.0.0 - ebuild submission
Product: Gentoo Linux Reporter: Anthony Ryan <anthonyryan1>
Component: [OLD] DevelopmentAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED OBSOLETE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: pecl-discount.ebuild

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.