pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/rapidjson textproc/rapidjson: Import version ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51115705d94d
branches:  trunk
changeset: 372058:51115705d94d
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Nov 26 23:37:18 2017 +0000

description:
textproc/rapidjson: Import version 1.1.0

RapidJSON is a JSON parser and generator for C++. It was inspired by
RapidXml.

diffstat:

 textproc/rapidjson/DESCR         |   2 +
 textproc/rapidjson/Makefile      |  19 +++++++++++++
 textproc/rapidjson/PLIST         |  56 ++++++++++++++++++++++++++++++++++++++++
 textproc/rapidjson/buildlink3.mk |  13 +++++++++
 textproc/rapidjson/distinfo      |   6 ++++
 5 files changed, 96 insertions(+), 0 deletions(-)

diffs (116 lines):

diff -r 897e12d2f8bb -r 51115705d94d textproc/rapidjson/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/rapidjson/DESCR  Sun Nov 26 23:37:18 2017 +0000
@@ -0,0 +1,2 @@
+RapidJSON is a JSON parser and generator for C++. It was inspired by
+RapidXml.
diff -r 897e12d2f8bb -r 51115705d94d textproc/rapidjson/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/rapidjson/Makefile       Sun Nov 26 23:37:18 2017 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2017/11/26 23:37:18 minskim Exp $
+
+DISTNAME=      rapidjson-1.1.0
+CATEGORIES=    textproc
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=Tencent/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://rapidjson.org/
+COMMENT=       Fast JSON parser/generator with SAX/DOM style API
+LICENSE=       modified-bsd
+
+USE_CMAKE=     yes
+USE_TOOLS+=    pkg-config
+USE_LANGUAGES= c++11
+
+PKGCONFIG_OVERRIDE+=   RapidJSON.pc.in
+
+.include "../../mk/bsd.pkg.mk"
diff -r 897e12d2f8bb -r 51115705d94d textproc/rapidjson/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/rapidjson/PLIST  Sun Nov 26 23:37:18 2017 +0000
@@ -0,0 +1,56 @@
+@comment $NetBSD: PLIST,v 1.1 2017/11/26 23:37:18 minskim Exp $
+include/rapidjson/allocators.h
+include/rapidjson/document.h
+include/rapidjson/encodedstream.h
+include/rapidjson/encodings.h
+include/rapidjson/error/en.h
+include/rapidjson/error/error.h
+include/rapidjson/filereadstream.h
+include/rapidjson/filewritestream.h
+include/rapidjson/fwd.h
+include/rapidjson/internal/biginteger.h
+include/rapidjson/internal/diyfp.h
+include/rapidjson/internal/dtoa.h
+include/rapidjson/internal/ieee754.h
+include/rapidjson/internal/itoa.h
+include/rapidjson/internal/meta.h
+include/rapidjson/internal/pow10.h
+include/rapidjson/internal/regex.h
+include/rapidjson/internal/stack.h
+include/rapidjson/internal/strfunc.h
+include/rapidjson/internal/strtod.h
+include/rapidjson/internal/swap.h
+include/rapidjson/istreamwrapper.h
+include/rapidjson/memorybuffer.h
+include/rapidjson/memorystream.h
+include/rapidjson/msinttypes/inttypes.h
+include/rapidjson/msinttypes/stdint.h
+include/rapidjson/ostreamwrapper.h
+include/rapidjson/pointer.h
+include/rapidjson/prettywriter.h
+include/rapidjson/rapidjson.h
+include/rapidjson/reader.h
+include/rapidjson/schema.h
+include/rapidjson/stream.h
+include/rapidjson/stringbuffer.h
+include/rapidjson/writer.h
+lib/cmake/RapidJSON/RapidJSONConfig.cmake
+lib/cmake/RapidJSON/RapidJSONConfigVersion.cmake
+lib/pkgconfig/RapidJSON.pc
+share/doc/RapidJSON/examples/CMakeLists.txt
+share/doc/RapidJSON/examples/capitalize/capitalize.cpp
+share/doc/RapidJSON/examples/condense/condense.cpp
+share/doc/RapidJSON/examples/filterkey/filterkey.cpp
+share/doc/RapidJSON/examples/filterkeydom/filterkeydom.cpp
+share/doc/RapidJSON/examples/jsonx/jsonx.cpp
+share/doc/RapidJSON/examples/messagereader/messagereader.cpp
+share/doc/RapidJSON/examples/parsebyparts/parsebyparts.cpp
+share/doc/RapidJSON/examples/pretty/pretty.cpp
+share/doc/RapidJSON/examples/prettyauto/prettyauto.cpp
+share/doc/RapidJSON/examples/schemavalidator/schemavalidator.cpp
+share/doc/RapidJSON/examples/serialize/serialize.cpp
+share/doc/RapidJSON/examples/simpledom/simpledom.cpp
+share/doc/RapidJSON/examples/simplereader/simplereader.cpp
+share/doc/RapidJSON/examples/simplewriter/simplewriter.cpp
+share/doc/RapidJSON/examples/tutorial/tutorial.cpp
+share/doc/RapidJSON/readme.md
diff -r 897e12d2f8bb -r 51115705d94d textproc/rapidjson/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/rapidjson/buildlink3.mk  Sun Nov 26 23:37:18 2017 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2017/11/26 23:37:18 minskim Exp $
+
+BUILDLINK_TREE+=       rapidjson
+
+.if !defined(RAPIDJSON_BUILDLINK3_MK)
+RAPIDJSON_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.rapidjson+=      rapidjson>=1.1.0
+BUILDLINK_DEPMETHOD.rapidjson?=                build
+BUILDLINK_PKGSRCDIR.rapidjson?=                ../../textproc/rapidjson
+.endif # RAPIDJSON_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -rapidjson
diff -r 897e12d2f8bb -r 51115705d94d textproc/rapidjson/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/rapidjson/distinfo       Sun Nov 26 23:37:18 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/11/26 23:37:18 minskim Exp $
+
+SHA1 (rapidjson-1.1.0.tar.gz) = a3e0d043ad3c2d7638ffefa3beb30a77c71c869f
+RMD160 (rapidjson-1.1.0.tar.gz) = 68070c7b518bedc2a8865b39f8da472e3ec006c2
+SHA512 (rapidjson-1.1.0.tar.gz) = 2e82a4bddcd6c4669541f5945c2d240fb1b4fdd6e239200246d3dd50ce98733f0a4f6d3daa56f865d8c88779c036099c52a9ae85d47ad263686b68a88d832dff
+Size (rapidjson-1.1.0.tar.gz) = 1019402 bytes



Home | Main Index | Thread Index | Old Index