diff options
author | obache <obache@pkgsrc.org> | 2010-10-16 13:34:29 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-16 13:34:29 +0000 |
commit | 081b61dc6b95ef4c767c780fa73686327389cb2b (patch) | |
tree | a0b6b917321d1f2f0aa34a2b243a201e316c827e /textproc | |
parent | 3c9c31ee615e6cb5fd63172776fa3a0e36776a23 (diff) | |
download | pkgsrc-081b61dc6b95ef4c767c780fa73686327389cb2b.tar.gz |
Update json-glib to 0.12.0.
Overview of changes for 0.12.0
==============================
• Support surrogate pairs in JSON strings [Eiichi Sato]
• Update the test suite
• Add (optional) coverage reports
• Improve strictness of JsonParser
• Improve error reporting of JsonParser
• Add JsonBuilder, a convenience API for programmatic building
of JSON trees [Luca Bruno]
• Add methods for JsonParser and JsonGenerator to handle Input|OutputStream
objects coming from GIO.
• Add JsonReader, a convenience API for cursor-based parsing of
JSON trees
• Depend on GObject-Introspection ≥ 0.9.5
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/json-glib/Makefile | 6 | ||||
-rw-r--r-- | textproc/json-glib/PLIST | 7 | ||||
-rw-r--r-- | textproc/json-glib/distinfo | 8 |
3 files changed, 13 insertions, 8 deletions
diff --git a/textproc/json-glib/Makefile b/textproc/json-glib/Makefile index 3c6e1b3705e..5cee1d76134 100644 --- a/textproc/json-glib/Makefile +++ b/textproc/json-glib/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2010/04/09 01:41:19 obache Exp $ +# $NetBSD: Makefile,v 1.7 2010/10/16 13:34:29 obache Exp $ # -DISTNAME= json-glib-0.10.4 +DISTNAME= json-glib-0.12.0 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/json-glib/0.10/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/json-glib/0.12/} MAINTAINER= obache@NetBSD.org HOMEPAGE= http://live.gnome.org/JsonGlib diff --git a/textproc/json-glib/PLIST b/textproc/json-glib/PLIST index 7eb8c90d8eb..55b6134b6fe 100644 --- a/textproc/json-glib/PLIST +++ b/textproc/json-glib/PLIST @@ -1,15 +1,19 @@ -@comment $NetBSD: PLIST,v 1.4 2010/01/17 02:10:38 obache Exp $ +@comment $NetBSD: PLIST,v 1.5 2010/10/16 13:34:29 obache Exp $ +include/json-glib-1.0/json-glib/json-builder.h include/json-glib-1.0/json-glib/json-enum-types.h include/json-glib-1.0/json-glib/json-generator.h include/json-glib-1.0/json-glib/json-glib.h include/json-glib-1.0/json-glib/json-gobject.h include/json-glib-1.0/json-glib/json-parser.h +include/json-glib-1.0/json-glib/json-reader.h include/json-glib-1.0/json-glib/json-types.h include/json-glib-1.0/json-glib/json-version.h lib/libjson-glib-1.0.la lib/pkgconfig/json-glib-1.0.pc +share/gtk-doc/html/json-glib/JsonBuilder.html share/gtk-doc/html/json-glib/JsonGenerator.html share/gtk-doc/html/json-glib/JsonParser.html +share/gtk-doc/html/json-glib/JsonReader.html share/gtk-doc/html/json-glib/annotation-glossary.html share/gtk-doc/html/json-glib/ch01.html share/gtk-doc/html/json-glib/ch02.html @@ -24,6 +28,7 @@ share/gtk-doc/html/json-glib/ix03.html share/gtk-doc/html/json-glib/ix04.html share/gtk-doc/html/json-glib/ix05.html share/gtk-doc/html/json-glib/ix06.html +share/gtk-doc/html/json-glib/ix07.html share/gtk-doc/html/json-glib/json-advanced.html share/gtk-doc/html/json-glib/json-base.html share/gtk-doc/html/json-glib/json-glib-Boxed-Types-Serialization.html diff --git a/textproc/json-glib/distinfo b/textproc/json-glib/distinfo index 0c7ed6dce25..9666abf2877 100644 --- a/textproc/json-glib/distinfo +++ b/textproc/json-glib/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2010/04/09 01:41:19 obache Exp $ +$NetBSD: distinfo,v 1.7 2010/10/16 13:34:29 obache Exp $ -SHA1 (json-glib-0.10.4.tar.gz) = d41283270e8a104877c30a30ea5abb3dbea1647f -RMD160 (json-glib-0.10.4.tar.gz) = 515b9b81b6877a21c74be4cd14e82382965be267 -Size (json-glib-0.10.4.tar.gz) = 508350 bytes +SHA1 (json-glib-0.12.0.tar.gz) = 6bb0f41eb698a5f631fe4af2548ab951a80e7b8d +RMD160 (json-glib-0.12.0.tar.gz) = a8cda0d16e54949618b218df646cedc3467a6ac7 +Size (json-glib-0.12.0.tar.gz) = 552009 bytes |