Bug 154857 - [NEW PORT] devel/p5-MooseX-Types-JSON: JSON and relaxedJSON datatype for Moose
Summary: [NEW PORT] devel/p5-MooseX-Types-JSON: JSON and relaxedJSON datatype for Moose
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-18 07:00 UTC by Jonathan Chu
Modified: 2011-02-18 09:00 UTC (History)
0 users

See Also:


Attachments
p5-MooseX-Types-JSON-0.02.shar (2.53 KB, text/plain)
2011-02-18 07:00 UTC, Jonathan Chu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Chu 2011-02-18 07:00:19 UTC
String type constraints that match valid and relaxed JSON. For the
meaning of 'relaxed,' see JSON::XS. All the heavy lifting in the
background is also done by JSON::XS.

WWW: http://search.cpan.org/dist/MooseX-Types-JSON/

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-02-18 07:00:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Wen Heping freebsd_committer freebsd_triage 2011-02-18 08:12:16 UTC
Responsible Changed
From-To: perl->wen

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2011-02-18 08:53:12 UTC
wen         2011-02-18 08:53:07 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-MooseX-Types-JSON Makefile distinfo pkg-descr 
                               pkg-plist 
  Log:
  String type constraints that match valid and relaxed JSON. For the
  meaning of 'relaxed,' see JSON::XS. All the heavy lifting in the
  background is also done by JSON::XS.
  
  WWW: http://search.cpan.org/dist/MooseX-Types-JSON/
  
  PR:             ports/154857
  Submitted by:   milki <milki@rescomp.berkeley.edu>
  
  Revision  Changes    Path
  1.4231    +1 -0      ports/devel/Makefile
  1.1       +29 -0     ports/devel/p5-MooseX-Types-JSON/Makefile (new)
  1.1       +2 -0      ports/devel/p5-MooseX-Types-JSON/distinfo (new)
  1.1       +5 -0      ports/devel/p5-MooseX-Types-JSON/pkg-descr (new)
  1.1       +6 -0      ports/devel/p5-MooseX-Types-JSON/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Wen Heping freebsd_committer freebsd_triage 2011-02-18 08:54:30 UTC
State Changed
From-To: open->closed

New port added. Thanks!