Port details |
- dooble Dooble Web Browser
- 2024.09.29 www =2 2024.08.20Version of this port present on the latest quarterly branch.
- Maintainer: eric@camachat.org
- Port Added: 2021-05-25 02:33:15
- Last Update: 2024-10-02 20:45:55
- Commit Hash: 4b54b45
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://textbrowser.github.io/dooble/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/dooble/ && make install clean
- To add the package, run one of these commands:
- pkg install www/dooble
- pkg install dooble
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dooble
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1727706982
SHA256 (textbrowser-dooble-2024.09.29_GH0.tar.gz) = f25d52bf20385061c5125a1a99182c001dbf2e7624e67254e0dcb4cee5d9859a
SIZE (textbrowser-dooble-2024.09.29_GH0.tar.gz) = 42642337
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- gmake>=4.4.1 : devel/gmake
- xcb.pc : x11/libxcb
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- xcb.pc : x11/libxcb
- libqsqlite.so : databases/qt6-base_sqldriver@sqlite
- Library dependencies:
-
- libOpenGL.so : graphics/libglvnd
- libQt6Core.so : devel/qt6-base
- libQt6Charts.so : x11-toolkits/qt6-charts
- libQt6Qml.so : x11-toolkits/qt6-declarative
- libQt6Positioning.so : devel/qt6-positioning
- libQt6WebChannel.so : www/qt6-webchannel
- libQt6WebEngineCore.so : www/qt6-webengine
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_dooble
- USES:
- compiler:c++17-lang desktop-file-utils gl gmake qmake qt:6 ssl tar xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2024.09.29 02 Oct 2024 20:45:55 |
Fernando Apesteguía (fernape) Author: Eric Camachat |
www/dooble: update to 2024.09.29
ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2024.09.29
* Allow -style terminal argument.
* Attempt to discover terminal file URLs.
* Attempt to load translation files according to QTranslator::load(QLocale(),
"dooble", "_", path, ".qm") and QTranslator::load(QLocale(), "qtbase", "_",
path, ".qm").
* Automatics and constants. Please report errors.
* Everyone loves elapsed time! See Floating Digital Clock.
* New --disable-javascript option.
* New --normal-screen option.
* New --reload-periodically TIME option.
* Removed incorrect text from History label: Private Dooble History windows do
not exist.
* Save the floating history window's geometry only if the window is visible.
Otherwise, the recorded geometry will be invalid in a future session.
* Set QMAKE_MACOSX_DEPLOYMENT_TARGET to 12.0.
* Set terminal URL schemes to HTTPS.
* Source release!
* Windows 11 release!
PR: 281775
Reported by: eric@camachat.org |
2024.08.20 22 Aug 2024 18:46:21 |
Vladimir Druzenko (vvd) Author: Eric Camachat |
www/dooble: update 2024.08.19 → 2024.08.20
Changelog:
- Allow about:blank in address field.
- Corrected Search Engines -> Add Checked. An empty syntax was not
allowed.
https://github.com/textbrowser/dooble/releases/tag/2024.08.20
PR: 280996 |
2024.08.19 20 Aug 2024 19:06:54 |
Vladimir Druzenko (vvd) Author: Eric Camachat |
www/dooble: update 2024.01.25 → 2024.08.19
Changelog:
https://github.com/textbrowser/dooble/releases/tag/2024.08.19
PR: 280920 |
2024.01.25 29 Jan 2024 18:34:50 |
Fernando Apesteguía (fernape) Author: Eric Camachat |
www/dooble: update to 2024.01.25
ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2024.01.25
* Display a history item's data in page's status bar during a hover event.
* New jar scheme. Decompressed files are recorded in the Desktop. The
executables jar and unzip are required.
* QSqlDatabase issues a warning (connect() and nullptr) if QApplication is not
present in Qt 6. A QApplication object must be created before accessing an
SQLite database.
* QWebEngineSettings::ReadingFromCanvasEnabled and Qt 6.6.
* Smaller page buttons in Settings.
PR: 276647
Reported by: eric@camachat.org (maintainer) |
2023.12.25 26 Dec 2023 19:49:41 |
Jason E. Hale (jhale) Author: Eric Camachat |
www/dooble: Update to 2023.12.25
https://github.com/textbrowser/dooble/releases/tag/2023.12.25
PR: 275939 |
2023.11.30 01 Dec 2023 07:56:14 |
Fernando Apesteguía (fernape) Author: Eric Camachat |
www/dooble: update to 2023.11.30
Build only with Qt6.
ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2023.11.30
* Added QSqlDatabase::exec() correction. Please see
https://github.com//pull/199. This item will be included in future release
notes.
* Final LTS release of 2023!
* Final Windows 7 release! Future requests will be accepted only with Patreon
memberships.
* New Address Widget Completer Mode. Please see Settings -> Display.
* New Doxygen files.
* Page translation via Google. GitHub ticket #200.
* Qt 6.5.3 LTS everywhere, except for Windows 7.
PR: 275380
Reported by: eric@camachat.org |
2023.08.30_1 03 Nov 2023 06:56:58 |
Jason E. Hale (jhale) |
www/dooble: Fix build with upcoming Qt 6.6.0
This port builds with -Werror, and due to QSqlDataBase::exec() being
finally marked as deprecated in Qt 6.6.0 [1], it fails to build due to
deprecation warnings. Add upstreamed patch to fix this issue. [2] Port
builds perfectly fine with previous versions of Qt, including 5.x, as it
took 12 years for the soft deprecation in the API notes [3] to actually
take effect. Upstream notes this was an automatic-completion error. [2]
While here: clean up USE_QT for both the qt5 and qt6 flavors and
remove checks for long unsupported (3+ years) versions of Qt 5.x. [4]
[1] https://doc.qt.io/qt-6/qsqldatabase-obsolete.html
[2] https://github.com/textbrowser/dooble/pull/199
[3] https://doc.qt.io/qt-5/qsqldatabase.html
Approved by: portmgr (blanket)
With hat: kde@ [4] |
2023.08.30 02 Sep 2023 17:59:26 |
Fernando Apesteguía (fernape) Author: Eric Camachat |
www/dooble: update to 2023.08.30
ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2023.08.30
* Create new page via double-click on a tab bar. GitHub ticket.
* OS/2 and QLocalServer::UserAccessOption corrections.
* Qt 6.5.2 LTS.
PR: 273467
Reported by: eric@camachat.org (maintainer) |
2023.07.15_1 29 Jul 2023 17:09:34 |
Fernando Apesteguía (fernape) Author: Eric Camachat |
www/dooble: default flavor to qt6
Bump PORTREVISION. This flavor seems to have more requirements in terms of GL
contexts
that Qt5.
PR: 272756
Reported by: eric@camachat.org (maintainer) |
2023.07.15 17 Jul 2023 06:15:59 |
Fernando Apesteguía (fernape) Author: Eric Camachat |
www/dooble: update to 2023.07.15
ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2023.07.15
* Display discovered shorcuts in Settings -> Display. Read-only.
* Initialize s[i] elements in Threefish.
* Introduced --attach and --listen command-line options. If a Dooble instance
is available, a new Dooble instance will attach its URLs to the existing
Dooble instance.
* New executable-current-url command-line option. See Tools -> Current URL
Executable(s). Multiple instances are allowed and Dooble does not verify
content.
* Scoped C++ enumerators.
PR: 272490
Reported by: eric@camachat.org (maintainer) |
2023.05.31_1 20 Jun 2023 09:29:43 |
Fernando Apesteguía (fernape) Author: Eric Camachat |
www/dooble: qt6 flavor fix
sqldriver-sqlite is no longer a part of qt6-base after
https://cgit.freebsd.org/ports/commit/?id=fe629e0d7c4b442064675fb96325afcbd2336521
Add it as a dependency.
PR: 272074
Reported by: eric@camachat.org (maintainer) |
2023.05.31 05 Jun 2023 07:25:19 |
Matthew Seaman (matthew) Author: Eric Camachat |
www/dooble: update to 2023.05.31
Release Notes
- Peek-a-boo, where available. Explore, build, discover.
- Qt 6.5.1.
- Release includes a bunch of accumulated bundles!
- Updated domain-filtering files.
Changes: https://github.com/textbrowser/dooble/releases/tag/2023.05.31
PR: 271790 |
2023.04.20_2 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
2023.04.20 24 Apr 2023 16:25:39 |
Fernando Apesteguía (fernape) Author: Eric Camachat |
www/dooble: update to 2023.04.20
ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2023.04.20
Flavorize port (qt5, qt6)
2023.04.10 Release Notes
* AdGuard DNS file processing. Dooble will now allow importing of
https://adguardteam.github.io/AdGuardSDNSFilter/Filters/filter.txt. Basic
interpretation is included. For example, ||url^ is blocked. All other entries
are ignored. Please see Data/dooble_filter.txt.
* Include default HTTP agent string in About.
* Listen on fullScreenRequested() signal and accept the request. Address, menu
bar, and status bar widgets will be hidden. Other widgets (find, page
notifications, etc.) will remain visible. The Escape key may be used to exit
a (Only the first 15 lines of the commit message are shown above ) |
2023.04.01 05 Apr 2023 05:22:34 |
Fernando Apesteguía (fernape) Author: Eric Camachat |
www/dooble: Update to 2023.04.01
ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2023.04.01
* Added -Wformat-security, -fstack-clash-protection for Linux builds.
* Corrected widget buddies. Buddies are similar to mnemonics.
* Include the text (Private) in private Dooble window titles.
* New Private Window shortcut.
* Relative location character. Please see Settings -> Web.
* Retain proxy information if a proxy is disabled.
* Retrieve a complete locale name for translation file warning in Settings ->
Display.
* The Linux bundle was created on KUbuntu 22.04.
PR: 270585
Reported by: eric@camachat.org (maintainer) |
2023.02.25 28 Feb 2023 09:44:08 |
Fernando Apesteguía (fernape) Author: Eric Camachat |
www/dooble: update to 2023.02.25
ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2023.02.25
* Allow empty Home URL.
* Ignite a search from the address bar.
* Search engine titles must be unique!
PR: 269839
Reported by: eric@camachat.org (maintainer) |
2023.02.20 24 Feb 2023 08:15:43 |
Fernando Apesteguía (fernape) Author: Eric Camachat |
www/dooble: update to 2023.02.20
ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2023.02.20
* Add Tab Behavior. Settings -> Display.
* Corrected state of private Cookies Window.
* Save Purge Periodically setting in private Cookies Window as a separate
setting.
* Show a warning label in Settings -> Web -> Spell Checkers if
qtwebengine_dictionaries cannot be read.
PR: 269750
Reported by: eric@camachat.org (maintainer) |
2023.01.30 01 Feb 2023 11:14:44 |
Fernando Apesteguía (fernape) Author: Eric Camachat |
www/dooble: update to 2023.01.30
ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2023.01.30
Support XDG_CONFIG_HOME.
PR: 269239
Reported by: eric@camachat.org (maintainer) |
2023.01.18 23 Jan 2023 12:23:09 |
Fernando Apesteguía (fernape) Author: Eric Camachat |
www/dooble: update to 2023.01.18
ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2023.01.18
* Do not save private session tabs.
* Dooble profiles through the DOOBLE_HOME environment variable.
* Finicky QFont and empty strings. Some corrections.
* Swiftly download version information and display it in About.
PR: 269071
Reported by: eric@camachat.org (maintainer) |
2023.01.13 18 Jan 2023 10:05:36 |
Fernando Apesteguía (fernape) Author: Eric Camachat |
www/dooble: Update to 2023.01.13
ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2023.01.13
* New setting: Retain Session Tabs. See Settings -> History.
* Special parsing of address text via Control keyboard modifier.
* Spooky Friday!
* memzero() key information.
PR: 268933
Reported by: eric@camachat.org (maintainer) |
2022.12.25 26 Dec 2022 15:29:27 |
Nuno Teixeira (eduardo) Author: Eric Camachat |
www/dooble: Update to 2022.12.25
ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2022.12.25
PR: 268563 |
2022.11.15 30 Nov 2022 06:28:32 |
Fernando Apesteguía (fernape) Author: Eric Camachat |
www/dooble: Update to 2022.11.15
ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2022.11.15
* Application font. Please see Settings->Display.
* Corrected "Waiting for page..." URL host. The URL host may be the current URL
host or the URL host which is loading in the future.
* French dictionary.
* French translation.
* Retain checked cookies. Issue caused by incorrect comparison of Qt::Checked.
PR: 267940
Reported by: eric@camachat.org (maintainer) |
2022.10.15 11 Nov 2022 16:37:15 |
Nuno Teixeira (eduardo) Author: Eric Camachat |
www/dooble: Update to 2022.10.15
ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2022.10.15
PR: 267280 |
2022.06.15 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2022.06.15 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2022.06.15 17 Jun 2022 05:21:00 |
Fernando Apesteguía (fernape) Author: Eric Camachat |
www/dooble: update to 2022.06.15
ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2022.06.15
* Added disable-reading-from-canvas setting.
* Address bar search engine. Also see Tools->Search Engines. A beginning.
* Set Page Floating Menu icons after a new icon set is selected.
* Speedier AES.
* Speedier Threefish.
* Verify QFont::fromString().
PR: 264692
Reported by: eric@camachat.org (maintainer) |
2022.04.04 05 Apr 2022 02:42:28 |
Guangyuan Yang (ygy) Author: Eric Camachat |
www/dooble: Update to 2022.04.04
Changelog: https://github.com/textbrowser/dooble/releases/tag/2022.04.04
PR: 263026 |
2022.02.15 15 Feb 2022 18:00:07 |
Neel Chauhan (nc) Author: Eric Camachat |
www/dooble: update to 2020.02.15
PR: 261972 |
2022.01.15 02 Feb 2022 21:43:49 |
Neel Chauhan (nc) Author: Eric Camachat |
www/dooble: update to 2022.01.15
PR: 261658 |
2021.12.05 15 Dec 2021 16:01:47 |
Fernando Apesteguía (fernape) |
www/dooble: update to 2021.12.05
ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2021.11.05
PR: 259686
Reported by: eric@camachat.org (maintainer) |
2021.08.30 14 Sep 2021 12:24:37 |
Guangyuan Yang (ygy) Author: Eric Camachat |
www/dooble: Update to 2021.08.30
Changelog: https://github.com/textbrowser/dooble/releases/tag/2021.08.30
PR: 258290 |
2021.08.05 18 Aug 2021 19:47:22 |
Neel Chauhan (nc) Author: Eric Camachat |
www/dooble: update to 2021.08.05
PR: 257648 |
2021.07.05 07 Jul 2021 12:01:11 |
Fernando Apesteguía (fernape) |
www/dooble: Update to 2021.07.05
ChangeLog: https://github.com/textbrowser/dooble/releases/tag/2021.07.05
PR: 257011
Reported by: eric@camachat.org (maintainer) |
2021.02.20 25 May 2021 02:31:28 |
Li-Wen Hsu (lwhsu) Author: Eric Camachat |
www/dooble: (new) qt5-webengine based browser, minimal, cute, and usually stable
PR: 250854 |