Date: Wed, 2 Jun 2021 02:18:50 GMT From: Guangyuan Yang <ygy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f1e718499cb3 - main - www/civetweb: New port: Embedded C/C++ web server Message-ID: <202106020218.1522Io42007503@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=f1e718499cb309115b622453026bbacc4af60d73 commit f1e718499cb309115b622453026bbacc4af60d73 Author: Frank Scholl <maintainer.freebsd@xpoundit.com> AuthorDate: 2021-06-02 02:18:26 +0000 Commit: Guangyuan Yang <ygy@FreeBSD.org> CommitDate: 2021-06-02 02:18:26 +0000 www/civetweb: New port: Embedded C/C++ web server PR: 255974 Approved by: lwhsu (mentor) --- www/Makefile | 1 + www/civetweb/Makefile | 21 +++++++++++++++++++++ www/civetweb/distinfo | 3 +++ www/civetweb/pkg-descr | 3 +++ www/civetweb/pkg-plist | 11 +++++++++++ 5 files changed, 39 insertions(+) diff --git a/www/Makefile b/www/Makefile index dd4783cc6c6b..db02f8e78f5a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -78,6 +78,7 @@ SUBDIR += chpasswd SUBDIR += chrome-gnome-shell SUBDIR += chromium + SUBDIR += civetweb SUBDIR += ckeditor SUBDIR += cl-lml SUBDIR += cl-lml-sbcl diff --git a/www/civetweb/Makefile b/www/civetweb/Makefile new file mode 100644 index 000000000000..b011c9c4e494 --- /dev/null +++ b/www/civetweb/Makefile @@ -0,0 +1,21 @@ +# Created by: maintainer.freebsd@xpoundit.com + +PORTNAME= civetweb +DISTVERSIONPREFIX= v +DISTVERSION= 1.14 +CATEGORIES= www + +MAINTAINER= maintainer.freebsd@xpoundit.com +COMMENT= Embedded C/C++ web server + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +USES= cmake +USE_GITHUB= yes +USE_LDCONFIG= yes + +CMAKE_OFF= CIVETWEB_BUILD_TESTING +CMAKE_ON= BUILD_SHARED_LIBS CIVETWEB_ENABLE_IPV6 CIVETWEB_ENABLE_SSL + +.include <bsd.port.mk> diff --git a/www/civetweb/distinfo b/www/civetweb/distinfo new file mode 100644 index 000000000000..96ea15e1a95d --- /dev/null +++ b/www/civetweb/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1620823043 +SHA256 (civetweb-civetweb-v1.14_GH0.tar.gz) = d02d7ab091c8b4edf21fc13a03c6db08a8a8b8605e35e0073251b9d88443c653 +SIZE (civetweb-civetweb-v1.14_GH0.tar.gz) = 12116842 diff --git a/www/civetweb/pkg-descr b/www/civetweb/pkg-descr new file mode 100644 index 000000000000..e2c4fca9e0c5 --- /dev/null +++ b/www/civetweb/pkg-descr @@ -0,0 +1,3 @@ +Embedded C/C++ web server + +WWW: https://github.com/civetweb/civetweb diff --git a/www/civetweb/pkg-plist b/www/civetweb/pkg-plist new file mode 100644 index 000000000000..29cac23fe22a --- /dev/null +++ b/www/civetweb/pkg-plist @@ -0,0 +1,11 @@ +bin/civetweb +include/civetweb.h +lib/cmake/civetweb/FindLibDl.cmake +lib/cmake/civetweb/FindLibRt.cmake +lib/cmake/civetweb/FindWinSock.cmake +lib/cmake/civetweb/civetweb-config-version.cmake +lib/cmake/civetweb/civetweb-config.cmake +lib/cmake/civetweb/civetweb-targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/civetweb/civetweb-targets.cmake +lib/libcivetweb.so +lib/libcivetweb.so.1.14.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106020218.1522Io42007503>