New port: www/qhttpengine: HTTP server for Qt applications
This commit is contained in:
parent
89d221b9b7
commit
e9744dc48b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476339
5 changed files with 49 additions and 0 deletions
|
@ -1907,6 +1907,7 @@
|
|||
SUBDIR += pydio
|
||||
SUBDIR += pyjamas
|
||||
SUBDIR += qdecoder
|
||||
SUBDIR += qhttpengine
|
||||
SUBDIR += qooxdoo
|
||||
SUBDIR += qt4-webkit
|
||||
SUBDIR += qt5-webchannel
|
||||
|
|
20
www/qhttpengine/Makefile
Normal file
20
www/qhttpengine/Makefile
Normal file
|
@ -0,0 +1,20 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= qhttpengine
|
||||
DISTVERSION= 1.0.1-5
|
||||
DISTVERSIONSUFFIX= -g43f55df
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= HTTP server for Qt applications
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= cmake:outsource qt:5
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= nitroshare
|
||||
USE_QT= core network buildtools_build qmake_build
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/qhttpengine/distinfo
Normal file
3
www/qhttpengine/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1533369822
|
||||
SHA256 (nitroshare-qhttpengine-1.0.1-5-g43f55df_GH0.tar.gz) = bb69156551255395489e86a8c5169dda53451a2a4cce658929b893cffaee3e03
|
||||
SIZE (nitroshare-qhttpengine-1.0.1-5-g43f55df_GH0.tar.gz) = 108045
|
3
www/qhttpengine/pkg-descr
Normal file
3
www/qhttpengine/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Simple set of classes for developing HTTP server applications in Qt.
|
||||
|
||||
WWW: https://github.com/nitroshare/qhttpengine
|
22
www/qhttpengine/pkg-plist
Normal file
22
www/qhttpengine/pkg-plist
Normal file
|
@ -0,0 +1,22 @@
|
|||
include/qhttpengine/basicauthmiddleware.h
|
||||
include/qhttpengine/filesystemhandler.h
|
||||
include/qhttpengine/handler.h
|
||||
include/qhttpengine/ibytearray.h
|
||||
include/qhttpengine/localauthmiddleware.h
|
||||
include/qhttpengine/localfile.h
|
||||
include/qhttpengine/middleware.h
|
||||
include/qhttpengine/parser.h
|
||||
include/qhttpengine/proxyhandler.h
|
||||
include/qhttpengine/qhttpengine_export.h
|
||||
include/qhttpengine/qiodevicecopier.h
|
||||
include/qhttpengine/qobjecthandler.h
|
||||
include/qhttpengine/range.h
|
||||
include/qhttpengine/server.h
|
||||
include/qhttpengine/socket.h
|
||||
lib/cmake/qhttpengine/qhttpengineConfig-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/qhttpengine/qhttpengineConfig.cmake
|
||||
lib/cmake/qhttpengine/qhttpengineConfigVersion.cmake
|
||||
lib/libqhttpengine.so
|
||||
lib/libqhttpengine.so.1
|
||||
lib/libqhttpengine.so.1.0.1
|
||||
libdata/pkgconfig/qhttpengine.pc
|
Loading…
Reference in a new issue