pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/rapidjson
Module Name: pkgsrc
Committed By: minskim
Date: Sun Nov 26 23:37:18 UTC 2017
Added Files:
pkgsrc/textproc/rapidjson: DESCR Makefile PLIST buildlink3.mk distinfo
Log Message:
textproc/rapidjson: Import version 1.1.0
RapidJSON is a JSON parser and generator for C++. It was inspired by
RapidXml.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/rapidjson/DESCR \
pkgsrc/textproc/rapidjson/Makefile pkgsrc/textproc/rapidjson/PLIST \
pkgsrc/textproc/rapidjson/buildlink3.mk \
pkgsrc/textproc/rapidjson/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/textproc/rapidjson/DESCR
diff -u /dev/null pkgsrc/textproc/rapidjson/DESCR:1.1
--- /dev/null Sun Nov 26 23:37:18 2017
+++ pkgsrc/textproc/rapidjson/DESCR Sun Nov 26 23:37:18 2017
@@ -0,0 +1,2 @@
+RapidJSON is a JSON parser and generator for C++. It was inspired by
+RapidXml.
Index: pkgsrc/textproc/rapidjson/Makefile
diff -u /dev/null pkgsrc/textproc/rapidjson/Makefile:1.1
--- /dev/null Sun Nov 26 23:37:18 2017
+++ pkgsrc/textproc/rapidjson/Makefile Sun Nov 26 23:37:18 2017
@@ -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"
Index: pkgsrc/textproc/rapidjson/PLIST
diff -u /dev/null pkgsrc/textproc/rapidjson/PLIST:1.1
--- /dev/null Sun Nov 26 23:37:18 2017
+++ pkgsrc/textproc/rapidjson/PLIST Sun Nov 26 23:37:18 2017
@@ -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
Index: pkgsrc/textproc/rapidjson/buildlink3.mk
diff -u /dev/null pkgsrc/textproc/rapidjson/buildlink3.mk:1.1
--- /dev/null Sun Nov 26 23:37:18 2017
+++ pkgsrc/textproc/rapidjson/buildlink3.mk Sun Nov 26 23:37:18 2017
@@ -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
Index: pkgsrc/textproc/rapidjson/distinfo
diff -u /dev/null pkgsrc/textproc/rapidjson/distinfo:1.1
--- /dev/null Sun Nov 26 23:37:18 2017
+++ pkgsrc/textproc/rapidjson/distinfo Sun Nov 26 23:37:18 2017
@@ -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