summaryrefslogtreecommitdiffstats
path: root/development/qjson
Commit message (Collapse)AuthorAgeFilesLines
* Various: standardize newline handling and whitespace in .info files Jason Woodward2010-09-121-1/+1
| | | | | | | Most DOWNLOAD values use newline escapes, but some previously did not - let's standardize that. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
* Various: Set perms to 0644 on all SlackBuild scripts Robby Workman2010-06-041-0/+0
| | | | | | | | | These will (ideally, assuming we remember when generating tarballs) still be mode 0755 inside the tarballs, but we would prefer to have them mode 0644 on the server. It's probably not really important, but just call us OCD like that. ;-) Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
* development/qjson: Misc automated cleanups. David Somero2010-06-041-1/+13
| | | | Signed-off-by: David Somero <xgizzmo@slackbuilds.org>
* development/qjson: Fixed for bash4. David Somero2010-05-191-2/+2
|
* development/qjson: Added. otzy_0072010-05-154-0/+103
QJson is a qt-based library that maps JSON data to QVariant objects. Thanks to "otzy_007".