From owner-dev-commits-ports-all@freebsd.org Tue May 25 02:32:06 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D8ACA6420B4; Tue, 25 May 2021 02:32:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FpylV5l2nz3DDW; Tue, 25 May 2021 02:32:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AD30E159DD; Tue, 25 May 2021 02:32:06 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14P2W6Yd085252; Tue, 25 May 2021 02:32:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14P2W6nY085251; Tue, 25 May 2021 02:32:06 GMT (envelope-from git) Date: Tue, 25 May 2021 02:32:06 GMT Message-Id: <202105250232.14P2W6nY085251@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Li-Wen Hsu Subject: git: ca62af712909 - main - www/dooble: (new) qt5-webengine based browser, minimal, cute, and usually stable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ca62af712909cca934c7b3c843e53810ea2579d7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 May 2021 02:32:06 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca62af712909cca934c7b3c843e53810ea2579d7 commit ca62af712909cca934c7b3c843e53810ea2579d7 Author: Eric Camachat AuthorDate: 2021-05-25 02:26:54 +0000 Commit: Li-Wen Hsu CommitDate: 2021-05-25 02:31:28 +0000 www/dooble: (new) qt5-webengine based browser, minimal, cute, and usually stable PR: 250854 --- www/Makefile | 1 + www/dooble/Makefile | 44 ++++++++++++++++++++++++++++++++++++++++++++ www/dooble/distinfo | 3 +++ www/dooble/pkg-descr | 20 ++++++++++++++++++++ 4 files changed, 68 insertions(+) diff --git a/www/Makefile b/www/Makefile index 33d1a7b88f3a..4c6ac36cf6ff 100644 --- a/www/Makefile +++ b/www/Makefile @@ -108,6 +108,7 @@ SUBDIR += dfileserver SUBDIR += dhttpd SUBDIR += dillo2 + SUBDIR += dooble SUBDIR += dojo SUBDIR += dojo-shrinksafe SUBDIR += dokuwiki diff --git a/www/dooble/Makefile b/www/dooble/Makefile new file mode 100644 index 000000000000..10013a0b0706 --- /dev/null +++ b/www/dooble/Makefile @@ -0,0 +1,44 @@ +PORTNAME= dooble +DISTVERSION= 2021.02.20 +CATEGORIES= www + +MAINTAINER= eric@camachat.org +COMMENT= Dooble Web Browser + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/../LICENSE + +USES= compiler:c++17-lang desktop-file-utils gmake qmake qt:5 ssl tar \ + xorg + +USE_GITHUB= yes +GH_ACCOUNT= textbrowser + +USE_QT= concurrent core gui network printsupport sql webengine widgets \ + xml buildtools_build qmake_build +USE_XORG= xcb + +QMAKE_SOURCE_PATH= ${PORTNAME}.pro +WRKSRC_SUBDIR= 2.x + +PLIST_FILES= ${PREFIX}/share/applications/${PORTNAME}.desktop \ + ${PREFIX}/share/pixmaps/${PORTNAME}.png \ + bin/${PORTNAME} + +.include + +QT5_VER_MINOR= ${QT5_VERSION:C/^[0-9]+\.//:C/\..+$//} +.if ${QT5_VER_MINOR} < 15 +BROKEN= Qt 5.15 or higher required, using 5.${QT5_VER_MINOR} now +.endif + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/Dooble ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps + ${INSTALL_DATA} ${WRKSRC}/Icons/Logo/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png + desktop-file-edit --remove-category=Web --add-category=Network --add-category=WebBrowser ${WRKSRC}/${PORTNAME}.desktop + desktop-file-edit --set-key=Exec --set-value=${PREFIX}/bin/${PORTNAME} ${WRKSRC}/${PORTNAME}.desktop + desktop-file-edit --set-icon=${PREFIX}/share/pixmaps/${PORTNAME}.png ${WRKSRC}/${PORTNAME}.desktop + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${STAGEDIR}${PREFIX}/share/applications/${PORTNAME}.desktop + +.include diff --git a/www/dooble/distinfo b/www/dooble/distinfo new file mode 100644 index 000000000000..c3862fae25fb --- /dev/null +++ b/www/dooble/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1614118092 +SHA256 (textbrowser-dooble-2021.02.20_GH0.tar.gz) = c7519b90b084566b4f2229179f39e5c29d988fc1ad098ff9f8d2251fa0afbb25 +SIZE (textbrowser-dooble-2021.02.20_GH0.tar.gz) = 97885460 diff --git a/www/dooble/pkg-descr b/www/dooble/pkg-descr new file mode 100644 index 000000000000..c92201a602dd --- /dev/null +++ b/www/dooble/pkg-descr @@ -0,0 +1,20 @@ +Dooble, the weather bug browser. Minimal, cute, and unusually stable. + + - A Web browser! + - Basic themes. + - Compact. + - Cookie crusher. + - Custom search engines. + - Custom style sheets. + - Documented. + - Domain restrictions. + - Favorites. + - Floating digital clock. + - FreeBSD, Linux, Mac, Windows. + - Gopher support. + - Multiple private instances, including downloads. + - Original implementations of AES-256, Threefish-256. + - Qt-only dependency. + - Windows portable. + +WWW: https://textbrowser.github.io/dooble/