Bug 209597 - [new port] www/p5-Dancer-Plugin-RPC
Summary: [new port] www/p5-Dancer-Plugin-RPC
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: Kurt Jaeger
URL:
Keywords:
Depends on: 209262
Blocks:
  Show dependency treegraph
 
Reported: 2016-05-18 07:41 UTC by Henk van Oers
Modified: 2016-06-02 19:58 UTC (History)
1 user (show)

See Also:


Attachments
The sharfile of this new port (3.23 KB, text/plain)
2016-05-18 07:41 UTC, Henk van Oers
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Henk van Oers 2016-05-18 07:41:55 UTC
Created attachment 170424 [details]
The sharfile of this new port

This module contains two plugins for Dancer: Dancer::Plugin::RPC::XMLRPC
and Dancer::Plugin::RPC::JSONRPC. They are plugins rather than
Plack::Middleware.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-06-02 19:57:31 UTC
A commit references this bug:

Author: pi
Date: Thu Jun  2 19:57:22 UTC 2016
New revision: 416291
URL: https://svnweb.freebsd.org/changeset/ports/416291

Log:
  New port: www/p5-Dancer-Plugin-RPC

  This module contains two plugins for Dancer: Dancer::Plugin::RPC::XMLRPC
  and Dancer::Plugin::RPC::JSONRPC. They are plugins rather than
  Plack::Middleware.

  Dancer::Plugin::RPC::XMLRPC

  This plugin exposes the new keyword "xmlrpc" that is followed by 2
  arguments: the endpoint and the arguments to configure the xmlrpc-calls
  at this endpoint.

  Dancer::Plugin::RPC::JSONRPC

  This plugin exposes the new keyword "jsonrpc" that is followed by
  2 arguments: the endpoint and the arguments to configure the
  jsonrpc-calls at this endpoint.

  See the /t dir for examples (until some tutorial exists)

  WWW: https://metacpan.org/pod/Dancer::Plugin::RPC

  PR:		209597
  Submitted by:	Henk van Oers <hvo.pm@xs4all.nl>

Changes:
  head/www/Makefile
  head/www/p5-Dancer-Plugin-RPC/
  head/www/p5-Dancer-Plugin-RPC/Makefile
  head/www/p5-Dancer-Plugin-RPC/distinfo
  head/www/p5-Dancer-Plugin-RPC/pkg-descr
  head/www/p5-Dancer-Plugin-RPC/pkg-plist
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2016-06-02 19:57:44 UTC
Committed, thanks!