R3 is an URL router library with high performance, thus, it's implemented in C. It compiles your route paths into a prefix trie. By using the constructed prefix trie in the start-up time, you can dispatch routes with efficiency. WWW: http://search.cpan.org/dist/Router-R3/ -- Depends on https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194212
There's no attachment here. Also, don't forget to attach the poudriere test log too.
Created attachment 149263 [details] shell archive
Created attachment 149264 [details] poudriere test log
everything is okay except for how shar is generated. https://www.freebsd.org/doc/en/books/porters-handbook/porting-submitting.html Specifically, "Next, build the shar(1) file. Assuming the port is called oneko, cd to the directory above where the oneko directory is located, and then type: shar `find oneko` > oneko.shar" You generated it in the directory itself, it needs to be above the p5-Router-R3 directory at least.
Created attachment 149367 [details] shell archive - Remove cvs tag - Strip shared library
Created attachment 149368 [details] poudriere log
Comment on attachment 149367 [details] shell archive remove "patch" attribute, this is a shar file
there's only one problem. Fix it and I'll promote: "@${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Router/R3/R3.so" remove "@" symbol. We don't suppress installation commands.
Created attachment 149370 [details] shell archive - Remove @ symbol putting in front of $STRIP_CMD.
Thanks! I'm assigning this patch-ready port to perl@ group.
Testing @work.
A commit references this bug: Author: pi Date: Sun Feb 8 21:30:29 UTC 2015 New revision: 378688 URL: https://svnweb.freebsd.org/changeset/ports/378688 Log: New port: devel/p5-Router-R3 R3 is an URL router library with high performance, thus, it's implemented in C. It compiles your route paths into a prefix trie. By using the constructed prefix trie in the start-up time, you can dispatch routes with efficiency. WWW: http://search.cpan.org/dist/Router-R3/ PR: 194230 Submitted by: Gasol Wu <gasol.wu@gmail.com> Reviewed by: marino Changes: head/devel/Makefile head/devel/p5-Router-R3/ head/devel/p5-Router-R3/Makefile head/devel/p5-Router-R3/distinfo head/devel/p5-Router-R3/pkg-descr head/devel/p5-Router-R3/pkg-plist
Committed, thanks. And thank you for your patience.