Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2020 09:25:50 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530872 - in head/www: . cpp-httplib
Message-ID:  <202004060925.0369PogX099519@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Apr  6 09:25:50 2020
New Revision: 530872
URL: https://svnweb.freebsd.org/changeset/ports/530872

Log:
  New port: www/cpp-httplib: C++ header-only HTTP/HTTPS server and client library

Added:
  head/www/cpp-httplib/
  head/www/cpp-httplib/Makefile   (contents, props changed)
  head/www/cpp-httplib/distinfo   (contents, props changed)
  head/www/cpp-httplib/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Mon Apr  6 08:36:16 2020	(r530871)
+++ head/www/Makefile	Mon Apr  6 09:25:50 2020	(r530872)
@@ -88,6 +88,7 @@
     SUBDIR += colly
     SUBDIR += coppermine
     SUBDIR += cplanet
+    SUBDIR += cpp-httplib
     SUBDIR += cpr
     SUBDIR += crawl
     SUBDIR += crp

Added: head/www/cpp-httplib/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/cpp-httplib/Makefile	Mon Apr  6 09:25:50 2020	(r530872)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME=	cpp-httplib
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.5.8
+CATEGORIES=	www devel
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	C++ header-only HTTP/HTTPS server and client library
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		cmake
+USE_GITHUB=	yes
+GH_ACCOUNT=	yhirose
+
+NO_ARCH=	yes
+NO_BUILD=	yes
+
+PLIST_FILES=	include/httplib/httplib.h \
+		share/httplib/cmake/httplibConfig.cmake
+
+.include <bsd.port.mk>

Added: head/www/cpp-httplib/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/cpp-httplib/distinfo	Mon Apr  6 09:25:50 2020	(r530872)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1586164682
+SHA256 (yhirose-cpp-httplib-v0.5.8_GH0.tar.gz) = 184d4fe79fc836ee26aa8635b3240879af4c6f17257fc7063d0b77a0cf856dfc
+SIZE (yhirose-cpp-httplib-v0.5.8_GH0.tar.gz) = 540633

Added: head/www/cpp-httplib/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/cpp-httplib/pkg-descr	Mon Apr  6 09:25:50 2020	(r530872)
@@ -0,0 +1,4 @@
+A C++11 single-file header-only cross platform HTTP/HTTPS library.
+It's extremely easy to setup. Just include httplib.h file in your code!
+
+WWW: https://github.com/yhirose/cpp-httplib



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004060925.0369PogX099519>