Bug 142307 - New port: devel/qjson Qt-based library that maps JSON data to QVariant objects
Summary: New port: devel/qjson Qt-based library that maps JSON data to QVariant objects
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-04 12:40 UTC by Alberto Villa
Modified: 2010-01-25 09:00 UTC (History)
0 users

See Also:


Attachments
file.shar (2.52 KB, text/plain)
2010-01-04 12:40 UTC, Alberto Villa
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alberto Villa 2010-01-04 12:40:00 UTC
JSON (JavaScript Object Notation) is a lightweight data-interchange
format. It can represent integers, real numbers, strings, an ordered
sequence of values, and a collection of name/value pairs.

QJson is a Qt-based library that maps JSON data to QVariant objects.
JSON arrays will be mapped to QVariantList instances, while JSON's
objects will be mapped to QVariantMap.

WWW: http://qjson.sourceforge.net

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2010-01-04 15:48:48 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2010-01-25 08:57:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-01-25 08:58:15 UTC
miwi        2010-01-25 08:58:03 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/qjson          Makefile distinfo pkg-descr pkg-plist 
  Log:
  JSON (JavaScript Object Notation) is a lightweight data-interchange
  format. It can represent integers, real numbers, strings, an ordered
  sequence of values, and a collection of name/value pairs.
  
  QJson is a Qt-based library that maps JSON data to QVariant objects.
  JSON arrays will be mapped to QVariantList instances, while JSON's
  objects will be mapped to QVariantMap.
  
  WWW: http://qjson.sourceforge.net
  
  PR:             ports/142307
  Submitted by:   Alberto Villa <villa.alberto at gmail.com>
  
  Revision  Changes    Path
  1.3797    +1 -0      ports/devel/Makefile
  1.1       +28 -0     ports/devel/qjson/Makefile (new)
  1.1       +3 -0      ports/devel/qjson/distinfo (new)
  1.1       +9 -0      ports/devel/qjson/pkg-descr (new)
  1.1       +15 -0     ports/devel/qjson/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"