cvs commit: ports/devel Makefile ports/devel/qjson Makefile
distinfo pkg-descr pkg-plist
Martin Wilke
miwi at FreeBSD.org
Mon Jan 25 08:58:03 UTC 2010
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)
More information about the cvs-ports
mailing list