Date: Mon, 25 Jan 2010 08:58:03 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/qjson Makefile distinfo pkg-descr pkg-plist Message-ID: <201001250858.o0P8w3FF017992@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001250858.o0P8w3FF017992>
