Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -0,0 +1,3 @@
Jsonm is a non-blocking streaming codec to decode and encode the JSON data
format. It can process JSON text without blocking on IO and without a complete
in-memory representation of the data.

View File

@@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.1 2014/11/06 11:37:33 jaapb Exp $
DISTNAME= jsonm-0.9.1
CATEGORIES= textproc
MASTER_SITES= http://erratique.ch/software/jsonm/releases/
EXTRACT_SUFX= .tbz
MAINTAINER= jaapb@NetBSD.org
HOMEPAGE= http://erratique.ch/software/jsonm/
COMMENT= OCaml streaming codec for JSON
LICENSE= modified-bsd
OCAML_USE_FINDLIB= yes
OCAML_USE_OASIS= yes
.include "../../mk/ocaml.mk"
.include "../../textproc/ocaml-uutf/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,11 @@
@comment $NetBSD: PLIST,v 1.1 2014/11/06 11:37:33 jaapb Exp $
bin/jsontrip
bin/ocamltweets
${OCAML_SITELIB}/jsonm/META
${PLIST.ocaml-opt}${OCAML_SITELIB}/jsonm/jsonm.a
${OCAML_SITELIB}/jsonm/jsonm.cma
${OCAML_SITELIB}/jsonm/jsonm.cmi
${PLIST.ocaml-opt}${OCAML_SITELIB}/jsonm/jsonm.cmx
${PLIST.ocaml-opt}${OCAML_SITELIB}/jsonm/jsonm.cmxa
${PLIST.ocaml-opt}${OCAML_SITELIB}/jsonm/jsonm.cmxs
${OCAML_SITELIB}/jsonm/jsonm.mli

View File

@@ -0,0 +1,14 @@
# $NetBSD: buildlink3.mk,v 1.1 2014/11/06 11:37:33 jaapb Exp $
BUILDLINK_TREE+= ocaml-jsonm
.if !defined(OCAML_JSONM_BUILDLINK3_MK)
OCAML_JSONM_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.ocaml-jsonm+= ocaml-jsonm>=0.9.1
BUILDLINK_PKGSRCDIR.ocaml-jsonm?= ../../textproc/ocaml-jsonm
.include "../../textproc/ocaml-uutf/buildlink3.mk"
.endif # OCAML_JSONM_BUILDLINK3_MK
BUILDLINK_TREE+= -ocaml-jsonm

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2014/11/06 11:37:33 jaapb Exp $
SHA1 (jsonm-0.9.1.tbz) = 733fe089fb91ac79ac885e9c80d5554aca3e7805
RMD160 (jsonm-0.9.1.tbz) = b28c2f168b8068c9d867a9a68b0a0289380f1288
Size (jsonm-0.9.1.tbz) = 64843 bytes