diff options
Diffstat (limited to 'devel/json-glib')
-rw-r--r-- | devel/json-glib/Makefile | 26 | ||||
-rw-r--r-- | devel/json-glib/distinfo | 2 | ||||
-rw-r--r-- | devel/json-glib/pkg-descr | 23 | ||||
-rw-r--r-- | devel/json-glib/pkg-plist | 123 |
4 files changed, 174 insertions, 0 deletions
diff --git a/devel/json-glib/Makefile b/devel/json-glib/Makefile new file mode 100644 index 000000000..dd7e6616d --- /dev/null +++ b/devel/json-glib/Makefile @@ -0,0 +1,26 @@ +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> +# $FreeBSD$ +# $MCom$ + +PORTNAME= json-glib +PORTVERSION= 1.0.0 +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 + +USES= gmake libtool pathfix pkgconfig tar:xz +USE_GNOME= glib20 gnomeprefix introspection +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libjson-glib-1.0.so.0 + +.include <bsd.port.mk> diff --git a/devel/json-glib/distinfo b/devel/json-glib/distinfo new file mode 100644 index 000000000..4eb39ac94 --- /dev/null +++ b/devel/json-glib/distinfo @@ -0,0 +1,2 @@ +SHA256 (json-glib-1.0.0.tar.xz) = dbf558d2da989ab84a27e4e13daa51ceaa97eb959c2c2f80976c9322a8f4cdde +SIZE (json-glib-1.0.0.tar.xz) = 547100 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..39f5b9027 --- /dev/null +++ b/devel/json-glib/pkg-plist @@ -0,0 +1,123 @@ +bin/json-glib-format +bin/json-glib-validate +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-gvariant.h +include/json-glib-1.0/json-glib/json-parser.h +include/json-glib-1.0/json-glib/json-path.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-macros.h +include/json-glib-1.0/json-glib/json-version.h +lib/libjson-glib-1.0.la +lib/libjson-glib-1.0.so +lib/libjson-glib-1.0.so.0 +lib/libjson-glib-1.0.so.0.0.0 +lib/girepository-1.0/Json-1.0.typelib +libdata/pkgconfig/json-glib-1.0.pc +%%DOCSDIR%%/JsonBuilder.html +%%DOCSDIR%%/JsonGenerator.html +%%DOCSDIR%%/JsonParser.html +%%DOCSDIR%%/JsonPath.html +%%DOCSDIR%%/JsonReader.html +%%DOCSDIR%%/annotation-glossary.html +%%DOCSDIR%%/ch01.html +%%DOCSDIR%%/ch02.html +%%DOCSDIR%%/ch03.html +%%DOCSDIR%%/ch05.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%%/ix07.html +%%DOCSDIR%%/ix08.html +%%DOCSDIR%%/json-advanced.html +%%DOCSDIR%%/json-base.html +%%DOCSDIR%%/json-format-tool.html +%%DOCSDIR%%/json-glib-Boxed-Types-Serialization.html +%%DOCSDIR%%/json-glib-GObject-Serialization.html +%%DOCSDIR%%/json-glib-JSON-Array.html +%%DOCSDIR%%/json-glib-JSON-GVariant-Integration.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.devhelp2 +%%DOCSDIR%%/json-glib.html +%%DOCSDIR%%/json-streams.html +%%DOCSDIR%%/json-tools.html +%%DOCSDIR%%/json-validate-tool.html +%%DOCSDIR%%/left-insensitive.png +%%DOCSDIR%%/left.png +%%DOCSDIR%%/license.html +%%DOCSDIR%%/right-insensitive.png +%%DOCSDIR%%/right.png +%%DOCSDIR%%/style.css +%%DOCSDIR%%/tools.html +%%DOCSDIR%%/up-insensitive.png +%%DOCSDIR%%/up.png +share/gir-1.0/Json-1.0.gir +share/locale/as/LC_MESSAGES/json-glib-1.0.mo +share/locale/bg/LC_MESSAGES/json-glib-1.0.mo +share/locale/bn_IN/LC_MESSAGES/json-glib-1.0.mo +share/locale/ca/LC_MESSAGES/json-glib-1.0.mo +share/locale/ca@valencia/LC_MESSAGES/json-glib-1.0.mo +share/locale/cs/LC_MESSAGES/json-glib-1.0.mo +share/locale/da/LC_MESSAGES/json-glib-1.0.mo +share/locale/de/LC_MESSAGES/json-glib-1.0.mo +share/locale/el/LC_MESSAGES/json-glib-1.0.mo +share/locale/en_GB/LC_MESSAGES/json-glib-1.0.mo +share/locale/eo/LC_MESSAGES/json-glib-1.0.mo +share/locale/es/LC_MESSAGES/json-glib-1.0.mo +share/locale/et/LC_MESSAGES/json-glib-1.0.mo +share/locale/eu/LC_MESSAGES/json-glib-1.0.mo +share/locale/fr/LC_MESSAGES/json-glib-1.0.mo +share/locale/fur/LC_MESSAGES/json-glib-1.0.mo +share/locale/gl/LC_MESSAGES/json-glib-1.0.mo +share/locale/he/LC_MESSAGES/json-glib-1.0.mo +share/locale/hi/LC_MESSAGES/json-glib-1.0.mo +share/locale/hu/LC_MESSAGES/json-glib-1.0.mo +share/locale/id/LC_MESSAGES/json-glib-1.0.mo +share/locale/it/LC_MESSAGES/json-glib-1.0.mo +share/locale/ja/LC_MESSAGES/json-glib-1.0.mo +share/locale/ko/LC_MESSAGES/json-glib-1.0.mo +share/locale/ky/LC_MESSAGES/json-glib-1.0.mo +share/locale/lt/LC_MESSAGES/json-glib-1.0.mo +share/locale/lv/LC_MESSAGES/json-glib-1.0.mo +share/locale/ml/LC_MESSAGES/json-glib-1.0.mo +share/locale/nb/LC_MESSAGES/json-glib-1.0.mo +share/locale/pl/LC_MESSAGES/json-glib-1.0.mo +share/locale/or/LC_MESSAGES/json-glib-1.0.mo +share/locale/pa/LC_MESSAGES/json-glib-1.0.mo +share/locale/pt/LC_MESSAGES/json-glib-1.0.mo +share/locale/pt_BR/LC_MESSAGES/json-glib-1.0.mo +share/locale/ru/LC_MESSAGES/json-glib-1.0.mo +share/locale/sk/LC_MESSAGES/json-glib-1.0.mo +share/locale/sl/LC_MESSAGES/json-glib-1.0.mo +share/locale/sr/LC_MESSAGES/json-glib-1.0.mo +share/locale/sr@latin/LC_MESSAGES/json-glib-1.0.mo +share/locale/sv/LC_MESSAGES/json-glib-1.0.mo +share/locale/te/LC_MESSAGES/json-glib-1.0.mo +share/locale/tg/LC_MESSAGES/json-glib-1.0.mo +share/locale/tr/LC_MESSAGES/json-glib-1.0.mo +share/locale/ug/LC_MESSAGES/json-glib-1.0.mo +share/locale/uk/LC_MESSAGES/json-glib-1.0.mo +share/locale/vi/LC_MESSAGES/json-glib-1.0.mo +share/locale/zh_CN/LC_MESSAGES/json-glib-1.0.mo +share/locale/zh_HK/LC_MESSAGES/json-glib-1.0.mo +share/locale/zh_TW/LC_MESSAGES/json-glib-1.0.mo +@dirrmtry share/locale/ky/LC_MESSAGES +@dirrmtry share/locale/ky +@dirrmtry share/locale/fur/LC_MESSAGES +@dirrmtry share/locale/fur +@dirrm %%DOCSDIR%% +@dirrm include/json-glib-1.0/json-glib +@dirrm include/json-glib-1.0 |