From owner-svn-ports-all@freebsd.org Sat Aug 4 08:10:05 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 89DAF1061EFA; Sat, 4 Aug 2018 08:10:05 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E7358AB4C; Sat, 4 Aug 2018 08:10:05 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1F7664D15; Sat, 4 Aug 2018 08:10:05 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w748A5lm023122; Sat, 4 Aug 2018 08:10:05 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w748A4mj023117; Sat, 4 Aug 2018 08:10:04 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201808040810.w748A4mj023117@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 4 Aug 2018 08:10:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476339 - in head/www: . qhttpengine X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/www: . qhttpengine X-SVN-Commit-Revision: 476339 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Aug 2018 08:10:05 -0000 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 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