Index: head/www/Makefile =================================================================== --- head/www/Makefile +++ head/www/Makefile @@ -1898,6 +1898,7 @@ SUBDIR += quickie SUBDIR += qupzilla-qt4 SUBDIR += qupzilla-qt5 + SUBDIR += qutebrowser SUBDIR += radicale SUBDIR += red5 SUBDIR += redaxo Index: head/www/qutebrowser/Makefile =================================================================== --- head/www/qutebrowser/Makefile +++ head/www/qutebrowser/Makefile @@ -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 Index: head/www/qutebrowser/distinfo =================================================================== --- head/www/qutebrowser/distinfo +++ head/www/qutebrowser/distinfo @@ -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 Index: head/www/qutebrowser/pkg-descr =================================================================== --- head/www/qutebrowser/pkg-descr +++ head/www/qutebrowser/pkg-descr @@ -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/ Index: head/www/qutebrowser/pkg-message =================================================================== --- head/www/qutebrowser/pkg-message +++ head/www/qutebrowser/pkg-message @@ -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