Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Aug 2018 08:10:04 +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: r476339 - in head/www: . qhttpengine
Message-ID:  <201808040810.w748A4mj023117@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sat Aug  4 08:10:03 2018
New Revision: 476339
URL: https://svnweb.freebsd.org/changeset/ports/476339

Log:
  New port: www/qhttpengine: HTTP server for Qt applications

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

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat Aug  4 08:02:40 2018	(r476338)
+++ head/www/Makefile	Sat Aug  4 08:10:03 2018	(r476339)
@@ -1907,6 +1907,7 @@
     SUBDIR += pydio
     SUBDIR += pyjamas
     SUBDIR += qdecoder
+    SUBDIR += qhttpengine
     SUBDIR += qooxdoo
     SUBDIR += qt4-webkit
     SUBDIR += qt5-webchannel

Added: head/www/qhttpengine/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/qhttpengine/Makefile	Sat Aug  4 08:10:03 2018	(r476339)
@@ -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>

Added: head/www/qhttpengine/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/qhttpengine/distinfo	Sat Aug  4 08:10:03 2018	(r476339)
@@ -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

Added: head/www/qhttpengine/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/qhttpengine/pkg-descr	Sat Aug  4 08:10:03 2018	(r476339)
@@ -0,0 +1,3 @@
+Simple set of classes for developing HTTP server applications in Qt.
+
+WWW: https://github.com/nitroshare/qhttpengine

Added: head/www/qhttpengine/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/qhttpengine/pkg-plist	Sat Aug  4 08:10:03 2018	(r476339)
@@ -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



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