pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/json-glib Update json-glib to 0.10.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b46950dc4b61
branches:  trunk
changeset: 569712:b46950dc4b61
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Jan 17 02:10:38 2010 +0000

description:
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]

diffstat:

 textproc/json-glib/Makefile |  11 ++++-------
 textproc/json-glib/PLIST    |   7 +++++--
 textproc/json-glib/distinfo |   8 ++++----
 3 files changed, 13 insertions(+), 13 deletions(-)

diffs (71 lines):

diff -r 48572542256d -r b46950dc4b61 textproc/json-glib/Makefile
--- a/textproc/json-glib/Makefile       Sun Jan 17 02:02:55 2010 +0000
+++ b/textproc/json-glib/Makefile       Sun Jan 17 02:10:38 2010 +0000
@@ -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@localhost
 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 @@
 
 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 -r 48572542256d -r b46950dc4b61 textproc/json-glib/PLIST
--- a/textproc/json-glib/PLIST  Sun Jan 17 02:02:55 2010 +0000
+++ b/textproc/json-glib/PLIST  Sun Jan 17 02:10:38 2010 +0000
@@ -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/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 -r 48572542256d -r b46950dc4b61 textproc/json-glib/distinfo
--- a/textproc/json-glib/distinfo       Sun Jan 17 02:02:55 2010 +0000
+++ b/textproc/json-glib/distinfo       Sun Jan 17 02:10:38 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index