Sat Jul 13 10:38:32 2013 UTC ()
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


(wiz)
diff -r0 -r1.1 pkgsrc/textproc/jansson/DESCR
diff -r0 -r1.1 pkgsrc/textproc/jansson/Makefile
diff -r0 -r1.1 pkgsrc/textproc/jansson/PLIST
diff -r0 -r1.1 pkgsrc/textproc/jansson/distinfo

File Added: pkgsrc/textproc/jansson/DESCR
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

File Added: pkgsrc/textproc/jansson/Makefile
# $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
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"

File Added: pkgsrc/textproc/jansson/PLIST
@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

File Added: pkgsrc/textproc/jansson/distinfo
$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