Bug 110468 - [NEW PORT] devel/p5-JSON-DWIW: JSON converter that Does What I Want
Summary: [NEW PORT] devel/p5-JSON-DWIW: JSON converter that Does What I Want
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-18 09:20 UTC by chinsan
Modified: 2007-03-18 17:40 UTC (History)
0 users

See Also:


Attachments
p5-JSON-DWIW-0.02.shar (2.46 KB, text/plain)
2007-03-18 09:20 UTC, chinsan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description chinsan freebsd_committer freebsd_triage 2007-03-18 09:20:02 UTC
Other JSON modules require setting several parameters before calling the
conversion methods to do what I want. This module does things by default
that I think should be done when working with JSON in Perl. This module also
encodes and decodes faster than JSON.pm and JSON::Syck in my benchmarks.

This means that any piece of data in Perl will get converted to something in
JSON instead of throwing an exception. It also means that output will be
strict JSON, while accepted input will be flexible, without having to set
any options.

WWW: http://search.cpan.org/dist/JSON-DWIW/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-18 09:20:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

rafan@ wants this PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-18 17:33:40 UTC
rafan       2007-03-18 17:33:36 UTC

  FreeBSD ports repository

  Modified files:
    converters           Makefile 
  Added files:
    converters/p5-JSON-DWIW Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add p5-JSON-DWIW 0.02, JSON converter that Does What I Want.
  
  PR:             ports/110468
  Submitted by:   chinsan
  
  Revision  Changes    Path
  1.138     +1 -0      ports/converters/Makefile
  1.1       +22 -0     ports/converters/p5-JSON-DWIW/Makefile (new)
  1.1       +3 -0      ports/converters/p5-JSON-DWIW/distinfo (new)
  1.1       +11 -0     ports/converters/p5-JSON-DWIW/pkg-descr (new)
  1.1       +7 -0      ports/converters/p5-JSON-DWIW/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 3 Rong-En Fan freebsd_committer freebsd_triage 2007-03-18 17:34:06 UTC
State Changed
From-To: open->closed

New port added. Thanks!