Received: by mail.netbsd.org (Postfix, from userid 605) id B811E84D83; Fri, 23 Aug 2019 17:15:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3FCA784D4D for ; Fri, 23 Aug 2019 17:15:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id lQLwSZRb3ojm for ; Fri, 23 Aug 2019 17:15:01 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A1D8584D28 for ; Fri, 23 Aug 2019 17:15:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9443EFBF4; Fri, 23 Aug 2019 17:14:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1566580485150500" MIME-Version: 1.0 Date: Fri, 23 Aug 2019 17:14:45 +0000 From: "Alistair G. Crooks" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: agc@netbsd.org X-Mailer: log_accum Message-Id: <20190823171445.9443EFBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1566580485150500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: agc Date: Fri Aug 23 17:14:45 UTC 2019 Modified Files: pkgsrc/devel: Makefile Added Files: pkgsrc/devel/libcbor: DESCR Makefile PLIST distinfo Log Message: Add libcbor version 0.5.0 to the packages collection libcbor is a C library for parsing and generating CBOR, the general-purpose schema-less binary data format. From cbor.io: RFC 7049 Concise Binary Object Representation "The Concise Binary Object Representation (CBOR) is a data format whose design goals include the possibility of extremely small code size, fairly small message size, and extensibility without the need for version negotiation." To generate a diff of this commit: cvs rdiff -u -r1.2900 -r1.2901 pkgsrc/devel/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/devel/libcbor/DESCR \ pkgsrc/devel/libcbor/Makefile pkgsrc/devel/libcbor/PLIST \ pkgsrc/devel/libcbor/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1566580485150500 Content-Disposition: inline Content-Length: 3435 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.2900 pkgsrc/devel/Makefile:1.2901 --- pkgsrc/devel/Makefile:1.2900 Wed Aug 21 12:39:39 2019 +++ pkgsrc/devel/Makefile Fri Aug 23 17:14:45 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2900 2019/08/21 12:39:39 adam Exp $ +# $NetBSD: Makefile,v 1.2901 2019/08/23 17:14:45 agc Exp $ # COMMENT= Development utilities @@ -599,6 +599,7 @@ SUBDIR+= libbinio SUBDIR+= libblkid SUBDIR+= libbonobo SUBDIR+= libbonoboui +SUBDIR+= libcbor SUBDIR+= libcerf SUBDIR+= libcfg+ SUBDIR+= libcompizconfig Added files: Index: pkgsrc/devel/libcbor/DESCR diff -u /dev/null pkgsrc/devel/libcbor/DESCR:1.1 --- /dev/null Fri Aug 23 17:14:45 2019 +++ pkgsrc/devel/libcbor/DESCR Fri Aug 23 17:14:45 2019 @@ -0,0 +1,11 @@ +libcbor is a C library for parsing and generating CBOR, the +general-purpose schema-less binary data format. + +From cbor.io: + +RFC 7049 Concise Binary Object Representation + +"The Concise Binary Object Representation (CBOR) is a data format +whose design goals include the possibility of extremely small code +size, fairly small message size, and extensibility without the need +for version negotiation." Index: pkgsrc/devel/libcbor/Makefile diff -u /dev/null pkgsrc/devel/libcbor/Makefile:1.1 --- /dev/null Fri Aug 23 17:14:45 2019 +++ pkgsrc/devel/libcbor/Makefile Fri Aug 23 17:14:45 2019 @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2019/08/23 17:14:45 agc Exp $ + +DISTNAME= libcbor +PKGNAME= libcbor-${VERSION} +VERSION= 0.5.0 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GITHUB:=PJK/} +GITHUB_TAG= v${VERSION} + +MAINTAINER= pkgsrc-users@pkgsrc.org +HOMEPAGE= https://github.com/PJK/libcbor +COMMENT= Parsing and generate schema-less binary data format +LICENSE= mit + +USE_LANGUAGES+= c c++ +USE_CMAKE= yes +USE_TOOLS+= pkg-config + +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/libcbor/PLIST diff -u /dev/null pkgsrc/devel/libcbor/PLIST:1.1 --- /dev/null Fri Aug 23 17:14:45 2019 +++ pkgsrc/devel/libcbor/PLIST Fri Aug 23 17:14:45 2019 @@ -0,0 +1,27 @@ +@comment $NetBSD: PLIST,v 1.1 2019/08/23 17:14:45 agc Exp $ +include/cbor.h +include/cbor/arrays.h +include/cbor/bytestrings.h +include/cbor/callbacks.h +include/cbor/common.h +include/cbor/configuration.h +include/cbor/data.h +include/cbor/encoding.h +include/cbor/floats_ctrls.h +include/cbor/internal/builder_callbacks.h +include/cbor/internal/encoders.h +include/cbor/internal/loaders.h +include/cbor/internal/memory_utils.h +include/cbor/internal/stack.h +include/cbor/internal/unicode.h +include/cbor/ints.h +include/cbor/maps.h +include/cbor/serialization.h +include/cbor/streaming.h +include/cbor/strings.h +include/cbor/tags.h +lib/libcbor.a +lib/libcbor.so +lib/libcbor.so.0 +lib/libcbor.so.0.0.0 +lib/pkgconfig/libcbor.pc Index: pkgsrc/devel/libcbor/distinfo diff -u /dev/null pkgsrc/devel/libcbor/distinfo:1.1 --- /dev/null Fri Aug 23 17:14:45 2019 +++ pkgsrc/devel/libcbor/distinfo Fri Aug 23 17:14:45 2019 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/08/23 17:14:45 agc Exp $ + +SHA1 (libcbor.tar.gz) = 1d03ae595a02929861dd2735b2abe20cacaaa707 +RMD160 (libcbor.tar.gz) = 7ccc6309a1757a53ecb7b197c1b3704cd9f38ee3 +SHA512 (libcbor.tar.gz) = 5c2e9610d9fbb0bfc59f89a180f70b58539a1760fd39cad696af372c164a87828a23bb4d3a54d8e9d846be5271204800f0ad63656ef830f06a0ccdd10edfdb2c +Size (libcbor.tar.gz) = 719348 bytes --_----------=_1566580485150500--