Bug 222897 - [New port] p5-Dancer-Plugin-CORS: cross origin resource scanning for browsers
Summary: [New port] p5-Dancer-Plugin-CORS: cross origin resource scanning for browsers
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-10 09:03 UTC by Nick Hibma
Modified: 2019-01-05 16:54 UTC (History)
1 user (show)

See Also:


Attachments
ports directory structure (2.36 KB, text/plain)
2017-10-10 09:03 UTC, Nick Hibma
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Hibma freebsd_committer freebsd_triage 2017-10-10 09:03:15 UTC
Created attachment 187044 [details]
ports directory structure

New port of Dancer::Plugin::CORS:

"Cross origin resource sharing is a feature used by modern web browser to bypass
cross site scripting restrictions. A web service can provide those rules from
which origin a client is allowed to make cross-site requests. This module helps
you to setup such rules."
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-01-05 16:53:51 UTC
A commit references this bug:

Author: swills
Date: Sat Jan  5 16:52:56 UTC 2019
New revision: 489355
URL: https://svnweb.freebsd.org/changeset/ports/489355

Log:
  www/p5-Dancer-Plugin-CORS: create port

  Cross origin resource sharing is a feature used by modern web browser to bypass
  cross site scripting restrictions. A webservice can provide those rules from
  which origin a client is allowed to make cross-site requests. This module helps
  you to setup such rules.

  WWW: http://search.cpan.org/dist/Dancer-Plugin-CORS/

  PR:		222897
  Submitted by:	n_hibma

Changes:
  head/www/Makefile
  head/www/p5-Dancer-Plugin-CORS/
  head/www/p5-Dancer-Plugin-CORS/Makefile
  head/www/p5-Dancer-Plugin-CORS/distinfo
  head/www/p5-Dancer-Plugin-CORS/pkg-descr
  head/www/p5-Dancer-Plugin-CORS/pkg-plist
Comment 2 Steve Wills freebsd_committer freebsd_triage 2019-01-05 16:54:02 UTC
Committed, thanks!