Date: Wed, 16 May 2018 00:01:22 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470096 - head/www/p5-Plack-Middleware-CrossOrigin Message-ID: <201805160001.w4G01Mw8086665@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed May 16 00:01:22 2018 New Revision: 470096 URL: https://svnweb.freebsd.org/changeset/ports/470096 Log: Fix LICENSE - Add NO_ARCH - Update pkg-descr - Fix WWW - Take maintainership Modified: head/www/p5-Plack-Middleware-CrossOrigin/Makefile head/www/p5-Plack-Middleware-CrossOrigin/pkg-descr (contents, props changed) Modified: head/www/p5-Plack-Middleware-CrossOrigin/Makefile ============================================================================== --- head/www/p5-Plack-Middleware-CrossOrigin/Makefile Wed May 16 00:01:17 2018 (r470095) +++ head/www/p5-Plack-Middleware-CrossOrigin/Makefile Wed May 16 00:01:22 2018 (r470096) @@ -6,15 +6,17 @@ CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Plack Middleware headers to allow Cross-Origin Resource Sharing -LICENSE= GPLv1 +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Plack>=0:www/p5-Plack -RUN_DEPENDS= p5-Plack>=0:www/p5-Plack +RUN_DEPENDS:= ${BUILD_DEPENDS} +NO_ARCH= yes USES= perl5 USE_PERL5= configure Modified: head/www/p5-Plack-Middleware-CrossOrigin/pkg-descr ============================================================================== --- head/www/p5-Plack-Middleware-CrossOrigin/pkg-descr Wed May 16 00:01:17 2018 (r470095) +++ head/www/p5-Plack-Middleware-CrossOrigin/pkg-descr Wed May 16 00:01:22 2018 (r470096) @@ -1,4 +1,8 @@ -Turn free-text queries into SQL WHERE clauses. The idea is to allow you to treat -your database like a free-text search index, when it really isn't. +Plack::Middleware::CrossOrigin adds Cross Origin Request Sharing headers used by +modern browsers to allow XMLHttpRequest to work across domains. This module will +also help protect against CSRF attacks in some browsers. -WWW: http://search.cpan.org/dist/Search-QueryParser-SQL/ +This module attempts to fully conform to the CORS spec, while allowing +additional flexibility in the values specified for the of the headers. + +WWW: http://search.cpan.org/dist/Plack-Middleware-CrossOrigin/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805160001.w4G01Mw8086665>