On Tue, Mar 8, 2016 at 10:18 AM, Stuart Henderson <s...@spacehopper.org> wrote: > On 2016/03/07 23:47, Abel Abraham Camarillo Ojeda wrote: >> hi ports >> >> This plugin enables Mojolicious to automatically generate Devel::NYTProf >> profiles and routes for your app >> >> tgz attached >> >> also, note PLIST: >> >> @comment $OpenBSD$ >> ${P5SITE}/Mojolicious/Plugin/NYTProf.pm >> ${P5SITE}/Mojolicious/Plugin/README.pod >> @man man/man3p/Mojolicious::Plugin::NYTProf.3p >> @man man/man3p/Mojolicious::Plugin::README.3p >> >> >> what is commonly done with these README files? > > same as you have done there: > > $ pkglocate ::README > p5-DBD-mysql-4.033:databases/p5-DBD-mysql:/usr/local/man/man3p/DBD::README.3p > p5-HTML-FormatText-WithLinks-AndTables-0.06:www/p5-HTML-FormatText-WithLinks-AndTables:/usr/local/man/man3p/HTML::FormatText::WithLinks::README.3p > p5-PerlIO-via-Timeout-0.32:devel/p5-PerlIO-via-Timeout:/usr/local/man/man3p/PerlIO::via::README.3p > p5-Test-MockObject-1.20150527:devel/p5-Test-MockObject:/usr/local/man/man3p/Test::README.3p > > And I think that is OK as long as it doesn't cause a conflict with > existing ports. >
oh, thanks Stuart, so is this OK to commit? thanks