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

12
textproc/jsoncpp/DESCR Normal file
View File

@@ -0,0 +1,12 @@
JSON (JavaScript Object Notation) is a lightweight data-interchange
format. It can represent integer, real number, string, an ordered
sequence of value, and a collection of name/value pairs.
JsonCpp is a simple API to manipulate JSON value, handle serialization
and unserialization to string.
It can also preserve existing comment in unserialization/serialization
steps, making it a convenient format to store user input files.
Unserialization parsing is user friendly and provides precise error
reports.

22
textproc/jsoncpp/Makefile Normal file
View File

@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.2 2014/05/09 07:37:21 wiz Exp $
DISTNAME= jsoncpp-src-0.6.0rc2svn276
PKGNAME= ${DISTNAME:C/-src//}
CATEGORIES= textproc
MASTER_SITES= # manually extracted from SVN
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://jsoncpp.sourceforge.net/
COMMENT= JSON reader and writer in C++
LICENSE= mit
USE_CMAKE= yes
USE_LANGUAGES= c c++
WRKSRC= ${WRKDIR}/jsoncpp
# for tests
PYTHON_FOR_BUILD_ONLY= yes
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.6.0rc2nb20140217
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"

12
textproc/jsoncpp/PLIST Normal file
View File

@@ -0,0 +1,12 @@
@comment $NetBSD: PLIST,v 1.1 2014/04/18 22:26:08 wiz Exp $
include/json/assertions.h
include/json/autolink.h
include/json/config.h
include/json/features.h
include/json/forwards.h
include/json/json.h
include/json/reader.h
include/json/value.h
include/json/version.h
include/json/writer.h
lib/libjsoncpp.a

View File

@@ -0,0 +1,13 @@
# $NetBSD: buildlink3.mk,v 1.1 2014/04/18 22:26:08 wiz Exp $
BUILDLINK_TREE+= jsoncpp
.if !defined(JSONCPP_BUILDLINK3_MK)
JSONCPP_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.jsoncpp+= jsoncpp>=0.6.0rc2svn276
BUILDLINK_PKGSRCDIR.jsoncpp?= ../../textproc/jsoncpp
BUILDLINK_DEPMETHOD.jsoncpp?= build
.endif # JSONCPP_BUILDLINK3_MK
BUILDLINK_TREE+= -jsoncpp

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2014/04/18 22:26:08 wiz Exp $
SHA1 (jsoncpp-src-0.6.0rc2svn276.tar.gz) = 47a36b612343bb93ba89532b822eb9f851380ddf
RMD160 (jsoncpp-src-0.6.0rc2svn276.tar.gz) = 1d9ff19fafd2ffb080774cd17215315cfca248f5
Size (jsoncpp-src-0.6.0rc2svn276.tar.gz) = 342225 bytes