diff options
author | obache <obache@pkgsrc.org> | 2010-01-17 02:10:38 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-01-17 02:10:38 +0000 |
commit | 4002f83eb14ed5771b18dde22430474566f3cb62 (patch) | |
tree | a21b71bd3c68564a6c8a6ed14825f80c7774e896 | |
parent | 2dbb48160823547f22a97f55f2ec95a4a4f150a8 (diff) | |
download | pkgsrc-4002f83eb14ed5771b18dde22430474566f3cb62.tar.gz |
Update json-glib to 0.10.0.
Overview of changes for 0.10.0
==============================
* Fix generation of doubles [Cornelius Hald]
* Add more units to the test suite
* Add JsonNode macros for quick type checking
* Guarantee insertion order when parsing and generating JSON Objects
* Serialize GParamSpecObject properties
* Add serialization and deserialization for GBoxed types
* Add API for serializing GObjects to, and deserializing from, JsonNode
* Build environment fixes
* Documentation fixes
* Generate correct introspection data
* Make JsonSerializable in complete control of deserialization [Tristan Van
Berkom]
-rw-r--r-- | textproc/json-glib/Makefile | 11 | ||||
-rw-r--r-- | textproc/json-glib/PLIST | 7 | ||||
-rw-r--r-- | textproc/json-glib/distinfo | 8 |
3 files changed, 13 insertions, 13 deletions
diff --git a/textproc/json-glib/Makefile b/textproc/json-glib/Makefile index fee128d941b..8672aa28ab0 100644 --- a/textproc/json-glib/Makefile +++ b/textproc/json-glib/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.3 2009/11/20 16:43:26 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2010/01/17 02:10:38 obache Exp $ # -DISTNAME= json-glib-0.8.2 +DISTNAME= json-glib-0.10.0 CATEGORIES= textproc -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/json-glib/0.8/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/json-glib/0.10/} MAINTAINER= obache@NetBSD.org HOMEPAGE= http://live.gnome.org/JsonGlib COMMENT= JSON parser for GLib-based libraries and applications +LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir @@ -17,10 +18,6 @@ USE_TOOLS+= gmake pkg-config PKGCONFIG_OVERRIDE+= json-glib.pc.in -# Workaround for Upstream Bug#562310. -# for more detail, see also PR#41475. -TOOLS_NOOP+= gtkdoc-rebase - TEST_TARGET= check BUILDLINK_API_DEPENDS.glib2+= glib2>=2.16.0 diff --git a/textproc/json-glib/PLIST b/textproc/json-glib/PLIST index 702a70f9d27..7eb8c90d8eb 100644 --- a/textproc/json-glib/PLIST +++ b/textproc/json-glib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2009/10/26 08:27:17 obache Exp $ +@comment $NetBSD: PLIST,v 1.4 2010/01/17 02:10:38 obache Exp $ 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 @@ -23,12 +23,15 @@ share/gtk-doc/html/json-glib/ix02.html 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/json-advanced.html share/gtk-doc/html/json-glib/json-base.html -share/gtk-doc/html/json-glib/json-glib-GObject-integration.html +share/gtk-doc/html/json-glib/json-glib-Boxed-Types-Serialization.html +share/gtk-doc/html/json-glib/json-glib-GObject-Serialization.html share/gtk-doc/html/json-glib/json-glib-JSON-Array.html share/gtk-doc/html/json-glib/json-glib-JSON-Node.html share/gtk-doc/html/json-glib/json-glib-JSON-Object.html +share/gtk-doc/html/json-glib/json-glib-Serializable-Interface.html share/gtk-doc/html/json-glib/json-glib-Versioning-information.html share/gtk-doc/html/json-glib/json-glib.devhelp share/gtk-doc/html/json-glib/json-glib.devhelp2 diff --git a/textproc/json-glib/distinfo b/textproc/json-glib/distinfo index 4e9b1b5ec41..ce6ac28cdd6 100644 --- a/textproc/json-glib/distinfo +++ b/textproc/json-glib/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2009/11/20 16:43:26 drochner Exp $ +$NetBSD: distinfo,v 1.4 2010/01/17 02:10:38 obache Exp $ -SHA1 (json-glib-0.8.2.tar.gz) = 793a25ead4a0d33b1c52c25e5091771bae7b6f77 -RMD160 (json-glib-0.8.2.tar.gz) = 8deb8e9e16cb4d75c8b6984b7c5c94cb7d8d9f5c -Size (json-glib-0.8.2.tar.gz) = 505238 bytes +SHA1 (json-glib-0.10.0.tar.gz) = d60667a2e638cc3bc389f4157df0f94ee4864cd7 +RMD160 (json-glib-0.10.0.tar.gz) = 09c9958b67e803f44e20f8705c6e48899af0ce10 +Size (json-glib-0.10.0.tar.gz) = 526307 bytes |