pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/jansson Import jansson-2.4 as textproc/jansson.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f607880eab49
branches:  trunk
changeset: 621594:f607880eab49
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jul 13 10:38:32 2013 +0000

description:
Import jansson-2.4 as textproc/jansson.

Jansson is a C library for encoding, decoding and manipulating JSON
data. It features:

* Simple and intuitive API and data model
* Comprehensive documentation
* No dependencies on other libraries
* Full Unicode support (UTF-8)
* Extensive test suite

diffstat:

 textproc/jansson/DESCR    |   8 ++++++++
 textproc/jansson/Makefile |  22 ++++++++++++++++++++++
 textproc/jansson/PLIST    |   5 +++++
 textproc/jansson/distinfo |   5 +++++
 4 files changed, 40 insertions(+), 0 deletions(-)

diffs (56 lines):

diff -r a248309b7381 -r f607880eab49 textproc/jansson/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/jansson/DESCR    Sat Jul 13 10:38:32 2013 +0000
@@ -0,0 +1,8 @@
+Jansson is a C library for encoding, decoding and manipulating JSON
+data. It features:
+
+* Simple and intuitive API and data model
+* Comprehensive documentation
+* No dependencies on other libraries
+* Full Unicode support (UTF-8)
+* Extensive test suite
diff -r a248309b7381 -r f607880eab49 textproc/jansson/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/jansson/Makefile Sat Jul 13 10:38:32 2013 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1 2013/07/13 10:38:32 wiz Exp $
+
+DISTNAME=      jansson-2.4
+CATEGORIES=    textproc
+MASTER_SITES=  http://www.digip.org/jansson/releases/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://www.digip.org/jansson/
+COMMENT=       C library for encoding, decoding and manipulating JSON data
+LICENSE=       mit
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL=   yes
+USE_TOOLS+=    pkg-config
+
+PKGCONFIG_OVERRIDE+=   jansson.pc.in
+# Fails a self-test because the library exports more symbols than it should.
+# It seems "libtool ... -export-symbols-regex '^json_' ..." doesn't work,
+# at least not on NetBSD-6.99.20/amd64.
+#TEST_TARGET=  check
+
+.include "../../mk/bsd.pkg.mk"
diff -r a248309b7381 -r f607880eab49 textproc/jansson/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/jansson/PLIST    Sat Jul 13 10:38:32 2013 +0000
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2013/07/13 10:38:32 wiz Exp $
+include/jansson.h
+include/jansson_config.h
+lib/libjansson.la
+lib/pkgconfig/jansson.pc
diff -r a248309b7381 -r f607880eab49 textproc/jansson/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/jansson/distinfo Sat Jul 13 10:38:32 2013 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/07/13 10:38:32 wiz Exp $
+
+SHA1 (jansson-2.4.tar.gz) = 994b84fd0b5d9050d01d250c7f90f038a3eeeed0
+RMD160 (jansson-2.4.tar.gz) = 36d31aa220df478c1e6d19e343404b0cbec6360c
+Size (jansson-2.4.tar.gz) = 401597 bytes



Home | Main Index | Thread Index | Old Index