1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

New port: archivers/gzip-hpp: C++ header-only library for gzip compression and decompression

This commit is contained in:
Yuri Victorovich 2021-01-15 07:21:07 +00:00
parent 704a601ca6
commit dde7e55dea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=561620
4 changed files with 37 additions and 0 deletions

View File

@ -36,6 +36,7 @@
SUBDIR += grzip
SUBDIR += gtar
SUBDIR += gzip
SUBDIR += gzip-hpp
SUBDIR += gzrecover
SUBDIR += ha
SUBDIR += hlextract

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -0,0 +1,3 @@
Gzip C++ lib for gzip compression and decompression.
WWW: https://github.com/mapbox/gzip-hpp