pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   nikita
Date:           Fri Apr 28 08:53:46 UTC 2023

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/cppcodec: DESCR Makefile PLIST distinfo

Log Message:
cppcodec: import as devel/cppcodec version 0.2

Header-only C++11 library to encode/decode base64, base64url, base32, base32hex
and hex (a.k.a. base16) as specified in RFC 4648, plus Crockford's base32.

MIT licensed with consistent, flexible API. Supports raw pointers, std::string
and (templated) character vectors without unnecessary allocations.
Cross-platform with measured decent performance and without compiler warnings.


To generate a diff of this commit:
cvs rdiff -u -r1.3958 -r1.3959 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/cppcodec/DESCR \
    pkgsrc/devel/cppcodec/Makefile pkgsrc/devel/cppcodec/PLIST \
    pkgsrc/devel/cppcodec/distinfo

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3958 pkgsrc/devel/Makefile:1.3959
--- pkgsrc/devel/Makefile:1.3958        Tue Apr 25 14:14:23 2023
+++ pkgsrc/devel/Makefile       Fri Apr 28 08:53:46 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3958 2023/04/25 14:14:23 wiz Exp $
+# $NetBSD: Makefile,v 1.3959 2023/04/28 08:53:46 nikita Exp $
 #
 
 COMMENT=       Development utilities
@@ -255,6 +255,7 @@ SUBDIR+=    conftest
 SUBDIR+=       confuse
 SUBDIR+=       cook
 SUBDIR+=       cppcheck
+SUBDIR+=       cppcodec
 SUBDIR+=       cppunit
 SUBDIR+=       cpputest
 SUBDIR+=       cproto

Added files:

Index: pkgsrc/devel/cppcodec/DESCR
diff -u /dev/null pkgsrc/devel/cppcodec/DESCR:1.1
--- /dev/null   Fri Apr 28 08:53:46 2023
+++ pkgsrc/devel/cppcodec/DESCR Fri Apr 28 08:53:46 2023
@@ -0,0 +1,6 @@
+Header-only C++11 library to encode/decode base64, base64url, base32, base32hex
+and hex (a.k.a. base16) as specified in RFC 4648, plus Crockford's base32.
+
+MIT licensed with consistent, flexible API. Supports raw pointers, std::string
+and (templated) character vectors without unnecessary allocations.
+Cross-platform with measured decent performance and without compiler warnings.
Index: pkgsrc/devel/cppcodec/Makefile
diff -u /dev/null pkgsrc/devel/cppcodec/Makefile:1.1
--- /dev/null   Fri Apr 28 08:53:46 2023
+++ pkgsrc/devel/cppcodec/Makefile      Fri Apr 28 08:53:46 2023
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2023/04/28 08:53:46 nikita Exp $
+
+DISTNAME=      cppcodec-0.2
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=tplgy/}
+GITHUB_PROJECT=        cppcodec
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/tplgy/cppcodec/
+COMMENT=       C++11 library to encode/decode various codes
+LICENSE=       mit
+
+USE_LANGUAGES= c c++11
+
+
+.include "../../devel/catch2/buildlink3.mk"
+.include "../../devel/cmake/build.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/cppcodec/PLIST
diff -u /dev/null pkgsrc/devel/cppcodec/PLIST:1.1
--- /dev/null   Fri Apr 28 08:53:46 2023
+++ pkgsrc/devel/cppcodec/PLIST Fri Apr 28 08:53:46 2023
@@ -0,0 +1,27 @@
+@comment $NetBSD: PLIST,v 1.1 2023/04/28 08:53:46 nikita Exp $
+include/cppcodec/base32_crockford.hpp
+include/cppcodec/base32_default_crockford.hpp
+include/cppcodec/base32_default_hex.hpp
+include/cppcodec/base32_default_rfc4648.hpp
+include/cppcodec/base32_hex.hpp
+include/cppcodec/base32_rfc4648.hpp
+include/cppcodec/base64_default_rfc4648.hpp
+include/cppcodec/base64_default_url.hpp
+include/cppcodec/base64_default_url_unpadded.hpp
+include/cppcodec/base64_rfc4648.hpp
+include/cppcodec/base64_url.hpp
+include/cppcodec/base64_url_unpadded.hpp
+include/cppcodec/data/access.hpp
+include/cppcodec/data/raw_result_buffer.hpp
+include/cppcodec/detail/base32.hpp
+include/cppcodec/detail/base64.hpp
+include/cppcodec/detail/codec.hpp
+include/cppcodec/detail/config.hpp
+include/cppcodec/detail/hex.hpp
+include/cppcodec/detail/stream_codec.hpp
+include/cppcodec/hex_default_lower.hpp
+include/cppcodec/hex_default_upper.hpp
+include/cppcodec/hex_lower.hpp
+include/cppcodec/hex_upper.hpp
+include/cppcodec/parse_error.hpp
+share/pkgconfig/cppcodec-1.pc
Index: pkgsrc/devel/cppcodec/distinfo
diff -u /dev/null pkgsrc/devel/cppcodec/distinfo:1.1
--- /dev/null   Fri Apr 28 08:53:46 2023
+++ pkgsrc/devel/cppcodec/distinfo      Fri Apr 28 08:53:46 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/04/28 08:53:46 nikita Exp $
+
+BLAKE2s (cppcodec-0.2.tar.gz) = 39a0e95862f73d8de67c6a163b0e96d09adf1b0e437da39b794d8e46a7b2ef18
+SHA512 (cppcodec-0.2.tar.gz) = 50c9c81cdb12560c87e513e1fd22c1ad24ea37b7d20a0e3044d43fb887f4c6494c69468e4d0811cd2fc1ae8fdb01b01cfb9f3cfdd8611d4bb0221cbd38cbead3
+Size (cppcodec-0.2.tar.gz) = 33984 bytes



Home | Main Index | Thread Index | Old Index