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:
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->closed Committed. Thanks!
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"