summaryrefslogtreecommitdiffstats
path: root/devel/json-glib
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-03-08 05:38:54 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-03-08 05:38:54 +0800
commitd9eae4867a80651a2079a1aa19bfd044a04b5174 (patch)
tree59bffe44f002e93ecd654f833f97a1c2d0c142a0 /devel/json-glib
parent5ceebabbd7f95d749a1870a73d56978baace27c9 (diff)
downloadmarcuscom-ports-d9eae4867a80651a2079a1aa19bfd044a04b5174.tar
marcuscom-ports-d9eae4867a80651a2079a1aa19bfd044a04b5174.tar.gz
marcuscom-ports-d9eae4867a80651a2079a1aa19bfd044a04b5174.tar.bz2
marcuscom-ports-d9eae4867a80651a2079a1aa19bfd044a04b5174.tar.lz
marcuscom-ports-d9eae4867a80651a2079a1aa19bfd044a04b5174.tar.xz
marcuscom-ports-d9eae4867a80651a2079a1aa19bfd044a04b5174.tar.zst
marcuscom-ports-d9eae4867a80651a2079a1aa19bfd044a04b5174.zip
Update to 0.10.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13765 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/json-glib')
-rw-r--r--devel/json-glib/Makefile28
-rw-r--r--devel/json-glib/distinfo3
-rw-r--r--devel/json-glib/pkg-descr23
-rw-r--r--devel/json-glib/pkg-plist52
4 files changed, 106 insertions, 0 deletions
diff --git a/devel/json-glib/Makefile b/devel/json-glib/Makefile
new file mode 100644
index 000000000..f620f4075
--- /dev/null
+++ b/devel/json-glib/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: json-glib
+# Date created: 25 December 2008
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= json-glib
+PORTVERSION= 0.10.2
+CATEGORIES= devel
+MASTER_SITES= GNOME
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= JSON (RFC 4627) interface for Glib
+
+BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection
+RUN_DEPENDS= ${LOCALBASE}/share/gir-1.0/GLib-2.0.gir:${PORTSDIR}/devel/gobject-introspection
+
+USE_GMAKE= yes
+USE_BZIP2= yes
+USE_GNOME= glib20 gnomehack gnomeprefix ltverhack
+USE_AUTOTOOLS= libtool:22
+USE_LDCONFIG= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+.include <bsd.port.mk>
diff --git a/devel/json-glib/distinfo b/devel/json-glib/distinfo
new file mode 100644
index 000000000..a1ce2d13e
--- /dev/null
+++ b/devel/json-glib/distinfo
@@ -0,0 +1,3 @@
+MD5 (json-glib-0.10.2.tar.bz2) = 428cfed3b9aa0df37d3e2215f2ee09dc
+SHA256 (json-glib-0.10.2.tar.bz2) = b252f4a4819da560ffe0c2dfe0b2d014d836c5deefde15b83013dfd8d382c920
+SIZE (json-glib-0.10.2.tar.bz2) = 417175
diff --git a/devel/json-glib/pkg-descr b/devel/json-glib/pkg-descr
new file mode 100644
index 000000000..9f3efb50d
--- /dev/null
+++ b/devel/json-glib/pkg-descr
@@ -0,0 +1,23 @@
+JSON-GLib is a library providing serialization and deserialization support
+for the JavaScript Object Notation (JSON) format described by RFC 4627. JSON is:
+
+a lightweight data-interchange format. It is easy for humans to read and write.
+It is easy for machines to parse and generate. It is based on a subset of the
+JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999.
+JSON is a text format that is completely language independent but uses
+conventions that are familiar to programmers of the C-family of languages,
+including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These
+properties make JSON an ideal data-interchange language. -- From Introducing
+JSON
+
+Many high-level languages already provide native modules for parsing, generating
+and manipulating JSON data streams. JSON-GLib is a C library based on GLib and
+released under the terms of the GNU Lesser General Public License version 2.1.
+It provides a parser and a generator GObject classes and various wrappers for
+the complex data types employed by JSON, such as arrays and objects.
+
+JSON-GLib uses GLib native data types and the generic value container GValue
+for ease of development. It also provides integration with the GObject classes
+for direct serialization into, and deserialization from, JSON data streams.
+
+WWW: http://live.gnome.org/JsonGlib
diff --git a/devel/json-glib/pkg-plist b/devel/json-glib/pkg-plist
new file mode 100644
index 000000000..40f6fcd59
--- /dev/null
+++ b/devel/json-glib/pkg-plist
@@ -0,0 +1,52 @@
+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-types.h
+include/json-glib-1.0/json-glib/json-version.h
+lib/girepository-1.0/Json-1.0.typelib
+lib/libjson-glib-1.0.a
+lib/libjson-glib-1.0.la
+lib/libjson-glib-1.0.so
+lib/libjson-glib-1.0.so.0
+libdata/pkgconfig/json-glib-1.0.pc
+%%DOCSDIR%%/JsonGenerator.html
+%%DOCSDIR%%/JsonParser.html
+%%DOCSDIR%%/annotation-glossary.html
+%%DOCSDIR%%/ch01.html
+%%DOCSDIR%%/ch02.html
+%%DOCSDIR%%/ch03.html
+%%DOCSDIR%%/ch04.html
+%%DOCSDIR%%/home.png
+%%DOCSDIR%%/index.html
+%%DOCSDIR%%/index.sgml
+%%DOCSDIR%%/ix01.html
+%%DOCSDIR%%/ix02.html
+%%DOCSDIR%%/ix03.html
+%%DOCSDIR%%/ix04.html
+%%DOCSDIR%%/ix05.html
+%%DOCSDIR%%/ix06.html
+%%DOCSDIR%%/json-advanced.html
+%%DOCSDIR%%/json-base.html
+%%DOCSDIR%%/json-glib-Boxed-Types-Serialization.html
+%%DOCSDIR%%/json-glib-GObject-Serialization.html
+%%DOCSDIR%%/json-glib-JSON-Array.html
+%%DOCSDIR%%/json-glib-JSON-Node.html
+%%DOCSDIR%%/json-glib-JSON-Object.html
+%%DOCSDIR%%/json-glib-Serializable-Interface.html
+%%DOCSDIR%%/json-glib-Versioning-information.html
+%%DOCSDIR%%/json-glib.devhelp
+%%DOCSDIR%%/json-glib.devhelp2
+%%DOCSDIR%%/json-glib.html
+%%DOCSDIR%%/json-streams.html
+%%DOCSDIR%%/json-tools.html
+%%DOCSDIR%%/left.png
+%%DOCSDIR%%/license.html
+%%DOCSDIR%%/right.png
+%%DOCSDIR%%/style.css
+%%DOCSDIR%%/up.png
+share/gir-1.0/Json-1.0.gir
+@dirrm %%DOCSDIR%%
+@dirrm include/json-glib-1.0/json-glib
+@dirrm include/json-glib-1.0