View | Details | Raw Unified | Return to bug 255974 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/Makefile (+1 lines)
Lines 78-83 Link Here
78
    SUBDIR += chpasswd
78
    SUBDIR += chpasswd
79
    SUBDIR += chrome-gnome-shell
79
    SUBDIR += chrome-gnome-shell
80
    SUBDIR += chromium
80
    SUBDIR += chromium
81
    SUBDIR += civetweb
81
    SUBDIR += ckeditor
82
    SUBDIR += ckeditor
82
    SUBDIR += cl-lml
83
    SUBDIR += cl-lml
83
    SUBDIR += cl-lml-sbcl
84
    SUBDIR += cl-lml-sbcl
(-)b/www/civetweb/Makefile (+21 lines)
Added Link Here
1
# Created by: maintainer.freebsd@xpoundit.com
2
3
PORTNAME=	civetweb
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	1.14
6
CATEGORIES=	www
7
8
MAINTAINER=	maintainer.freebsd@xpoundit.com
9
COMMENT=	Embedded C/C++ web server
10
11
LICENSE=	MIT
12
LICENSE_FILE=	${WRKSRC}/LICENSE.md
13
14
USES=		cmake
15
USE_GITHUB=	yes
16
USE_LDCONFIG=	yes
17
18
CMAKE_OFF=	CIVETWEB_BUILD_TESTING
19
CMAKE_ON=	BUILD_SHARED_LIBS CIVETWEB_ENABLE_IPV6 CIVETWEB_ENABLE_SSL
20
21
.include <bsd.port.mk>
(-)b/www/civetweb/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1620823043
2
SHA256 (civetweb-civetweb-v1.14_GH0.tar.gz) = d02d7ab091c8b4edf21fc13a03c6db08a8a8b8605e35e0073251b9d88443c653
3
SIZE (civetweb-civetweb-v1.14_GH0.tar.gz) = 12116842
(-)b/www/civetweb/pkg-descr (+3 lines)
Added Link Here
1
Embedded C/C++ web server
2
3
WWW: https://github.com/civetweb/civetweb
(-)b/www/civetweb/pkg-plist (+11 lines)
Added Link Here
1
bin/civetweb
2
include/civetweb.h
3
lib/cmake/civetweb/FindLibDl.cmake
4
lib/cmake/civetweb/FindLibRt.cmake
5
lib/cmake/civetweb/FindWinSock.cmake
6
lib/cmake/civetweb/civetweb-config-version.cmake
7
lib/cmake/civetweb/civetweb-config.cmake
8
lib/cmake/civetweb/civetweb-targets-%%CMAKE_BUILD_TYPE%%.cmake
9
lib/cmake/civetweb/civetweb-targets.cmake
10
lib/libcivetweb.so
11
lib/libcivetweb.so.1.14.0

Return to bug 255974