diff --git a/archivers/Makefile b/archivers/Makefile index f0572e6b2bfb..c45bbfd882aa 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -36,6 +36,7 @@ SUBDIR += grzip SUBDIR += gtar SUBDIR += gzip + SUBDIR += gzip-hpp SUBDIR += gzrecover SUBDIR += ha SUBDIR += hlextract diff --git a/archivers/gzip-hpp/Makefile b/archivers/gzip-hpp/Makefile new file mode 100644 index 000000000000..ca497426e35a --- /dev/null +++ b/archivers/gzip-hpp/Makefile @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= gzip-hpp +DISTVERSIONPREFIX= v +DISTVERSION= 0.1.0-1 +DISTVERSIONSUFFIX= -g7546b35 +CATEGORIES= archivers devel + +MAINTAINER= yuri@FreeBSD.org +COMMENT= C++ header-only library for gzip compression and decompression + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +USE_GITHUB= yes +GH_ACCOUNT= mapbox + +NO_BUILD= yes +NO_ARCH= yes + +PLIST_FILES= include/gzip/compress.hpp \ + include/gzip/config.hpp \ + include/gzip/decompress.hpp \ + include/gzip/utils.hpp \ + include/gzip/version.hpp + +do-install: + cd ${WRKSRC}/include && ${COPYTREE_SHARE} gzip ${STAGEDIR}${PREFIX}/include + +.include diff --git a/archivers/gzip-hpp/distinfo b/archivers/gzip-hpp/distinfo new file mode 100644 index 000000000000..0821b2ee8543 --- /dev/null +++ b/archivers/gzip-hpp/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1610694448 +SHA256 (mapbox-gzip-hpp-v0.1.0-1-g7546b35_GH0.tar.gz) = b369a96eac6294cb7d2f499caa0b09c90b1e894c79ff65681f14f00ad81c527f +SIZE (mapbox-gzip-hpp-v0.1.0-1-g7546b35_GH0.tar.gz) = 59345 diff --git a/archivers/gzip-hpp/pkg-descr b/archivers/gzip-hpp/pkg-descr new file mode 100644 index 000000000000..c1b83c0f5823 --- /dev/null +++ b/archivers/gzip-hpp/pkg-descr @@ -0,0 +1,3 @@ +Gzip C++ lib for gzip compression and decompression. + +WWW: https://github.com/mapbox/gzip-hpp