pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel Add libcbor version 0.5.0 to the packages collec...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fdde2641f06b
branches: trunk
changeset: 338390:fdde2641f06b
user: agc <agc%pkgsrc.org@localhost>
date: Fri Aug 23 17:14:45 2019 +0000
description:
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."
diffstat:
devel/Makefile | 3 ++-
devel/libcbor/DESCR | 11 +++++++++++
devel/libcbor/Makefile | 19 +++++++++++++++++++
devel/libcbor/PLIST | 27 +++++++++++++++++++++++++++
devel/libcbor/distinfo | 6 ++++++
5 files changed, 65 insertions(+), 1 deletions(-)
diffs (96 lines):
diff -r 588413a9499c -r fdde2641f06b devel/Makefile
--- a/devel/Makefile Fri Aug 23 15:42:55 2019 +0000
+++ b/devel/Makefile Fri Aug 23 17:14:45 2019 +0000
@@ -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+= libblkid
SUBDIR+= libbonobo
SUBDIR+= libbonoboui
+SUBDIR+= libcbor
SUBDIR+= libcerf
SUBDIR+= libcfg+
SUBDIR+= libcompizconfig
diff -r 588413a9499c -r fdde2641f06b devel/libcbor/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libcbor/DESCR Fri Aug 23 17:14:45 2019 +0000
@@ -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."
diff -r 588413a9499c -r fdde2641f06b devel/libcbor/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libcbor/Makefile Fri Aug 23 17:14:45 2019 +0000
@@ -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@localhost
+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"
diff -r 588413a9499c -r fdde2641f06b devel/libcbor/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libcbor/PLIST Fri Aug 23 17:14:45 2019 +0000
@@ -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
diff -r 588413a9499c -r fdde2641f06b devel/libcbor/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libcbor/distinfo Fri Aug 23 17:14:45 2019 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index