Bug 248041 - www/p5-Web-Machine: add new port
Summary: www/p5-Web-Machine: add new port
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: Mikael Urankar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-07-17 11:06 UTC by Mikael Urankar
Modified: 2020-07-24 11:07 UTC (History)
0 users

See Also:


Attachments
v1 (3.59 KB, patch)
2020-07-17 11:06 UTC, Mikael Urankar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikael Urankar freebsd_committer freebsd_triage 2020-07-17 11:06:01 UTC
Created attachment 216512 [details]
v1

required for RT 5.0.0
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-07-24 10:07:03 UTC
A commit references this bug:

Author: mikael
Date: Fri Jul 24 10:06:56 UTC 2020
New revision: 543237
URL: https://svnweb.freebsd.org/changeset/ports/543237

Log:
  www/p5-Web-Machine: create port

  Web::Machine provides a RESTful web framework modeled as a state machine.
  You define one or more resource classes. Each resource represents a single
  RESTful URI end point, such as a user, an email, etc. The resource class can
  also be the target for POST requests to create a new user, email, etc.

  Each resource is a state machine, and each request for a resource is handled by
  running the request through that state machine.

  Web::Machine is built on top of Plack, but it handles the full request and
  response cycle.

  PR:		248041

Changes:
  head/www/Makefile
  head/www/p5-Web-Machine/
  head/www/p5-Web-Machine/Makefile
  head/www/p5-Web-Machine/distinfo
  head/www/p5-Web-Machine/pkg-descr
  head/www/p5-Web-Machine/pkg-plist