summaryrefslogtreecommitdiff
path: root/textproc/json-glib
diff options
context:
space:
mode:
authorobache <obache>2010-01-17 02:10:38 +0000
committerobache <obache>2010-01-17 02:10:38 +0000
commitcd9f6e0d23acd1d003e626ed7d14b98a0c43102a (patch)
treea21b71bd3c68564a6c8a6ed14825f80c7774e896 /textproc/json-glib
parentd3fd8b6aa5c33d3bbac4a7a7610f9798abe6989c (diff)
downloadpkgsrc-cd9f6e0d23acd1d003e626ed7d14b98a0c43102a.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]
Diffstat (limited to 'textproc/json-glib')
-rw-r--r--textproc/json-glib/Makefile11
-rw-r--r--textproc/json-glib/PLIST7
-rw-r--r--textproc/json-glib/distinfo8
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