pkgsrc-WIP-changes archive

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

Added capicxx-core-runtime: GENIVI Common API C++ core tools.



Module Name:	pkgsrc-wip
Committed By:	Aleksej Lebedev <root%zta.lk@localhost>
Pushed By:	zhtw
Date:		Thu May 11 13:24:36 2017 +0200
Changeset:	53f6847f6a3d90188329f704a4a9e2298a20c891

Added Files:
	capicxx-core-runtime/DESCR
	capicxx-core-runtime/Makefile
	capicxx-core-runtime/PLIST
	capicxx-core-runtime/distinfo

Log Message:
Added capicxx-core-runtime: GENIVI Common API C++ core tools.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=53f6847f6a3d90188329f704a4a9e2298a20c891

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 capicxx-core-runtime/DESCR    |  6 ++++++
 capicxx-core-runtime/Makefile | 23 +++++++++++++++++++++++
 capicxx-core-runtime/PLIST    | 41 +++++++++++++++++++++++++++++++++++++++++
 capicxx-core-runtime/distinfo |  6 ++++++
 4 files changed, 76 insertions(+)

diffs:
diff --git a/capicxx-core-runtime/DESCR b/capicxx-core-runtime/DESCR
new file mode 100644
index 0000000000..aa212e1e7e
--- /dev/null
+++ b/capicxx-core-runtime/DESCR
@@ -0,0 +1,6 @@
+GENIVI CommonAPI C++ is a C++ framework for interprocess and network
+communication. The basic objective is not to provide a new mechanism for
+interprocess or network communication (IPC), but to define a high-level
+C++ API, which can be used for different mechanisms. The benefit for
+C++developers should be that they are relieved from details of proprietary
+or little-known communication frameworks or protocols.
diff --git a/capicxx-core-runtime/Makefile b/capicxx-core-runtime/Makefile
new file mode 100644
index 0000000000..a91ffbf906
--- /dev/null
+++ b/capicxx-core-runtime/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	capicxx-core-runtime
+DISTNAME=	3.1.11
+PKGNAME=	${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=GENIVI/}
+DIST_SUBDIR=	${GITHUB_PROJECT}
+
+MAINTAINER=	root%zta.lk@localhost
+HOMEPAGE=	https://github.com/GENIVI/capicxx-core-runtime/
+COMMENT=	GENIVI common API C++ core runtime
+LICENSE=	mpl-2.0
+
+WRKSRC=		${WRKDIR}/capicxx-core-runtime-3.1.11
+USE_CMAKE=	yes
+USE_TOOLS+=	pkg-config
+USE_LANGUAGES=	c c++
+
+PKGCONFIG_OVERRIDE+=	CommonAPI.pc.in
+
+.include "../../wip/dlt-daemon/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/capicxx-core-runtime/PLIST b/capicxx-core-runtime/PLIST
new file mode 100644
index 0000000000..ac734a7bd1
--- /dev/null
+++ b/capicxx-core-runtime/PLIST
@@ -0,0 +1,41 @@
+@comment $NetBSD$
+include/CommonAPI-3.1/CommonAPI/Address.hpp
+include/CommonAPI-3.1/CommonAPI/Attribute.hpp
+include/CommonAPI-3.1/CommonAPI/AttributeCacheExtension.hpp
+include/CommonAPI-3.1/CommonAPI/AttributeExtension.hpp
+include/CommonAPI-3.1/CommonAPI/ByteBuffer.hpp
+include/CommonAPI-3.1/CommonAPI/CallInfo.hpp
+include/CommonAPI-3.1/CommonAPI/CommonAPI.hpp
+include/CommonAPI-3.1/CommonAPI/Config.hpp
+include/CommonAPI-3.1/CommonAPI/ContainerUtils.hpp
+include/CommonAPI-3.1/CommonAPI/Deployable.hpp
+include/CommonAPI-3.1/CommonAPI/Deployment.hpp
+include/CommonAPI-3.1/CommonAPI/Enumeration.hpp
+include/CommonAPI-3.1/CommonAPI/Event.hpp
+include/CommonAPI-3.1/CommonAPI/Export.hpp
+include/CommonAPI-3.1/CommonAPI/Factory.hpp
+include/CommonAPI-3.1/CommonAPI/IniFileReader.hpp
+include/CommonAPI-3.1/CommonAPI/InputStream.hpp
+include/CommonAPI-3.1/CommonAPI/Logger.hpp
+include/CommonAPI-3.1/CommonAPI/LoggerImpl.hpp
+include/CommonAPI-3.1/CommonAPI/MainLoopContext.hpp
+include/CommonAPI-3.1/CommonAPI/OutputStream.hpp
+include/CommonAPI-3.1/CommonAPI/Proxy.hpp
+include/CommonAPI-3.1/CommonAPI/ProxyManager.hpp
+include/CommonAPI-3.1/CommonAPI/Runtime.hpp
+include/CommonAPI-3.1/CommonAPI/SelectiveEvent.hpp
+include/CommonAPI-3.1/CommonAPI/SerializableArguments.hpp
+include/CommonAPI-3.1/CommonAPI/Struct.hpp
+include/CommonAPI-3.1/CommonAPI/Stub.hpp
+include/CommonAPI-3.1/CommonAPI/TypeOutputStream.hpp
+include/CommonAPI-3.1/CommonAPI/Types.hpp
+include/CommonAPI-3.1/CommonAPI/Utils.hpp
+include/CommonAPI-3.1/CommonAPI/Variant.hpp
+include/CommonAPI-3.1/CommonAPI/Version.hpp
+lib/cmake/CommonAPI-${PKGVERSION}/CommonAPIConfig.cmake
+lib/cmake/CommonAPI-${PKGVERSION}/CommonAPIConfigVersion.cmake
+lib/cmake/CommonAPI-${PKGVERSION}/CommonAPITargets-debug.cmake
+lib/cmake/CommonAPI-${PKGVERSION}/CommonAPITargets.cmake
+lib/libCommonAPI.so
+lib/libCommonAPI.so.${PKGVERSION}
+lib/pkgconfig/CommonAPI.pc
diff --git a/capicxx-core-runtime/distinfo b/capicxx-core-runtime/distinfo
new file mode 100644
index 0000000000..dce1502a10
--- /dev/null
+++ b/capicxx-core-runtime/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (capicxx-core-runtime/3.1.11.tar.gz) = 6d7ee52979a165f226d25d63febe567e631cb4e6
+RMD160 (capicxx-core-runtime/3.1.11.tar.gz) = cb43def9773ad2194dabaf2513fbd0a8e2924e26
+SHA512 (capicxx-core-runtime/3.1.11.tar.gz) = 4bc7da9b2fbf8b9107bec74fef087653b3d6b049521f1d010657d1e4c897aeeab8ab671b1f0a79c87a21a15f2e0e913ab0eaf57da5f9d0101d429815b1a4b59a
+Size (capicxx-core-runtime/3.1.11.tar.gz) = 61434 bytes


Home | Main Index | Thread Index | Old Index