| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
22 Mar 2013 20:06:15
0.8.1
|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
13 Jan 2013 14:05:05
0.8.1
|
avilla  |
- Update to 0.8.1.
- Use OPTIONSng.
- Improve COMMENT. |
06 Jun 2012 06:44:38
0.7.1_2
|
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
01 Jun 2012 05:26:28
0.7.1_2
|
dinoex  |
- update png to 1.5.10 |
03 Jul 2011 14:59:23
0.7.1_1
|
ohauer  |
-remove MD5 |
12 Jun 2010 10:41:02
0.7.1_1
|
avilla  |
- Install documentation.
- Fix cmake modules path.
- Add LICENSE.
- Bump PORTREVISION.
PR: ports/147765
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
Approved by: miwi (mentor) |
26 Jan 2010 22:53:08
0.7.1
|
avilla  |
- Update my e-mail address in the ports I maintain.
Approved by: miwi (mentor) |
25 Jan 2010 08:58:03
0.7.1
|
miwi  |
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> |