From owner-svn-ports-all@freebsd.org Sat Nov 18 09:41:20 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBAD0DF30A9; Sat, 18 Nov 2017 09:41:20 +0000 (UTC) (envelope-from novel@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 mx1.freebsd.org (Postfix) with ESMTPS id A2E3269C70; Sat, 18 Nov 2017 09:41:20 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAI9fJHE035974; Sat, 18 Nov 2017 09:41:19 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAI9fJWJ035969; Sat, 18 Nov 2017 09:41:19 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201711180941.vAI9fJWJ035969@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sat, 18 Nov 2017 09:41:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r454419 - in head/www: . qutebrowser X-SVN-Group: ports-head X-SVN-Commit-Author: novel X-SVN-Commit-Paths: in head/www: . qutebrowser X-SVN-Commit-Revision: 454419 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.25 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, 18 Nov 2017 09:41:20 -0000 Author: novel Date: Sat Nov 18 09:41:18 2017 New Revision: 454419 URL: https://svnweb.freebsd.org/changeset/ports/454419 Log: Qutebrowser is a keyboard-focused browser with a minimal GUI. It's based on Python and PyQt5 and free software, licensed under the GPL. It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl. Reviewed by: lwhsu Differential Revision: https://reviews.freebsd.org/D13113 Added: head/www/qutebrowser/ head/www/qutebrowser/Makefile (contents, props changed) head/www/qutebrowser/distinfo (contents, props changed) head/www/qutebrowser/pkg-descr (contents, props changed) head/www/qutebrowser/pkg-message (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Nov 18 09:39:37 2017 (r454418) +++ head/www/Makefile Sat Nov 18 09:41:18 2017 (r454419) @@ -1898,6 +1898,7 @@ SUBDIR += quickie SUBDIR += qupzilla-qt4 SUBDIR += qupzilla-qt5 + SUBDIR += qutebrowser SUBDIR += radicale SUBDIR += red5 SUBDIR += redaxo Added: head/www/qutebrowser/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/qutebrowser/Makefile Sat Nov 18 09:41:18 2017 (r454419) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= qutebrowser +DISTVERSION= 1.0.3 +CATEGORIES= www + +MAINTAINER= novel@FreeBSD.org +COMMENT= Keyboard-focused browser with a minimal GUI + +LICENSE= GPLv3 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs \ + ${PYTHON_PKGNAMEPREFIX}pygments>=0:textproc/py-pygments \ + ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2 \ + ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml \ + ${PYTHON_PKGNAMEPREFIX}pyPEG2>=0:textproc/py3-pyPEG2 + +USES= python:3.5+ pyqt:5 +USE_PYQT= core opengl printsupport sql webkit webkitwidgets widgets qml +USE_QT5= sql-sqlite3 +USE_PYTHON= distutils autoplist +USE_GITHUB= yes +GH_TAGNAME= v${DISTVERSION} + +.include Added: head/www/qutebrowser/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/qutebrowser/distinfo Sat Nov 18 09:41:18 2017 (r454419) @@ -0,0 +1,3 @@ +TIMESTAMP = 1510404914 +SHA256 (qutebrowser-qutebrowser-1.0.3-v1.0.3_GH0.tar.gz) = 00e6b4c101351482e68d4e3b3718b1e6f0722a54a353769bdda3acfba72b5805 +SIZE (qutebrowser-qutebrowser-1.0.3-v1.0.3_GH0.tar.gz) = 2803721 Added: head/www/qutebrowser/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/qutebrowser/pkg-descr Sat Nov 18 09:41:18 2017 (r454419) @@ -0,0 +1,6 @@ +Qutebrowser is a keyboard-focused browser with a minimal GUI. +It's based on Python and PyQt5 and free software, licensed under the GPL. + +It was inspired by other browsers/addons like dwb and Vimperator/Pentadactyl. + +WWW: https://www.qutebrowser.org/ Added: head/www/qutebrowser/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/qutebrowser/pkg-message Sat Nov 18 09:41:18 2017 (r454419) @@ -0,0 +1,6 @@ +Currently, the port supports only the QtWebKit backend. + +On the first start, qutebrowser will warn that it cannot use QtWebEngine, +one should press 'Force QtWebKit backend'. Or one could simply start it with: + + qutebrowser --backend webkit