Port details |
- badwolf Minimalist and privacy-oriented WebKitGTK browser
- 1.3.0_3 www
=2 1.3.0_2Version of this port present on the latest quarterly branch. - Maintainer: DtxdF@disroot.org
 - Port Added: 2022-09-10 12:14:22
- Last Update: 2025-03-17 04:02:08
- Commit Hash: e87d813
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://hacktivis.me/projects/badwolf
- Description:
- BadWolf is a minimalist and privacy-oriented WebKitGTK+ browser.
Features:
* Privacy-oriented: No browser-level tracking, multiple ephemeral
isolated sessions per new unrelated tabs, JavaScript off by default.
* Minimalist: Small codebase (~1 500 LoC), reuses existing components
when available or makes them available.
* Customizable: WebKitGTK native extensions, Interface customizable
through CSS.
* Powerful & Usable: Stable User-Interface; The common shortcuts are
available, no vi-modal edition or single-key shortcuts are used.
* No annoyances: Dialogs are only used when required (save file,
print, ...), javascript popups open in a background tab.
¦ ¦ ¦ ¦ 
- 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/badwolf/ && make install clean
- To add the package, run one of these commands:
- pkg install www/badwolf
- pkg install badwolf
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: badwolf
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1695232667
SHA256 (badwolf-1.3.0.tar.gz) = 276dfccba8addfc205ceb10477668e4b2b6a4853f344c86d5c1e35b1c703459f
SIZE (badwolf-1.3.0.tar.gz) = 114477
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
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- gstreamer1-libav>=1.24.12 : multimedia/gstreamer1-libav
- gstreamer1-plugins-bad>=1.24.12 : multimedia/gstreamer1-plugins-bad
- gstreamer1-plugins-good>=1.24.12 : multimedia/gstreamer1-plugins-good
- gstreamer1-plugins>=1.24.12 : multimedia/gstreamer1-plugins
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- gstreamer1-libav>=1.24.12 : multimedia/gstreamer1-libav
- gstreamer1-plugins-bad>=1.24.12 : multimedia/gstreamer1-plugins-bad
- gstreamer1-plugins-good>=1.24.12 : multimedia/gstreamer1-plugins-good
- gstreamer1-plugins>=1.24.12 : multimedia/gstreamer1-plugins
- Library dependencies:
-
- libharfbuzz.so : print/harfbuzz
- libwebkit2gtk-4.0.so : www/webkit2-gtk@40
- libsoup-2.4.so : devel/libsoup
- libatk-1.0.so : accessibility/at-spi2-core
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libxml2.so : textproc/libxml2
- libharfbuzz.so : print/harfbuzz
- libpango-1.0.so : x11-toolkits/pango
- libgstreamer-1.0.so : multimedia/gstreamer1
- libintl.so : devel/gettext-runtime
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for badwolf-1.3.0_3:
GSTREAMER=on: Multimedia support via GStreamer
NLS=on: Native Language Support
====> URI PARSER: you have to select exactly one of them
GURI=off: Use GUri from glib-2.0
LIBSOUP=on: Use libsoup
===> Use 'make config' to modify these settings
- Options name:
- www_badwolf
- USES:
- desktop-file-utils gnome ninja pkgconfig gstreamer gettext
- 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 |
1.3.0_3 17 Mar 2025 04:02:08
    |
Charlie Li (vishwin)  |
gnome.mk: rename gdkpixbuf2 to gdkpixbuf to prepare for port move
The GTK 1-based gdk-pixbuf has not existed for some time.
No functional or package changes. |
1.3.0_3 21 Jan 2025 03:12:20
    |
Charlie Li (vishwin)  |
www/webkit2-gtk: bump consumer PORTREVISIONs after port consolidation
With hat: gnome
PR: 275914 |
1.3.0_2 21 Jan 2025 03:12:19
    |
Charlie Li (vishwin)  |
www/webkit2-gtk: update to 2.46.5
Changelog:
https://github.com/WebKit/WebKit/blob/webkitgtk-2.46.5/Source/WebKit/gtk/NEWS
Now consolidated into one port with flavours since the codebase is
the same, just linked with different libraries resulting in different
SONAMEs and APIs. SONAMEs/flavours:
* GTK3 + libsoup = libwebkit2gtk-4.0 (40)
* GTK3 + libsoup3 = libwebkit2gtk-4.1 (41)
* GTK4 + libsoup3 = libwebkitgtk-6.0 (60)
Despite upstream's recommendation to use clang for better skia
optimisation, this port now USE_GCC due to extensive std::pair copy
constructor use that is not trivial to continue patching to stay
working with our libc++ version 1 ABI. See review D35327 for some
details.
Reported by: eduardo
PR: 275914
Differential Revision: https://reviews.freebsd.org/D45878 |
1.3.0_2 23 Dec 2023 18:14:14
    |
Nuno Teixeira (eduardo)  |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
1.3.0_1 01 Oct 2023 19:21:23
    |
Nuno Teixeira (eduardo)  |
www/badwolf: Fix build without NLS
- Upstream use configure/ninja and stopped using make for builds.
Patch configure to have a NLS knob working
PR: 274102
Approved by: portmgr (build fix blanket) |
1.3.0 28 Sep 2023 07:53:28
    |
Li-Wen Hsu (lwhsu)  Author: Jesús Daniel Colmenares Oviedo |
www/badwolf: Update to 1.3.0
* Pet portfmt.
ChangeLog: https://hacktivis.me/releases/badwolf-1.3.0.txt
* Packagers Highlights:
- You now need to use ninja/samu instead of make, ./configure is still
used as before
- Common but non-standard hardening flags like -D_FORTIFY_SOURCE=2 are
still default but no longer force to allow alternative compilers.
Most distros already default to such flags.
If yours doesn't consider copying such flags if you set custom CFLAGS.
* Additions:
- Support for translated manpages (German, French, Turkish, Vietnamese).
- Add basic (no domain/URL matching yet) UserScripts support.
- Middle-clicks and ctrl+click opens links in a new tab.
* Fixes:
- WebProcess crashes do not clear the URL entry anymore.
- Do not set web-context when old_browser is present..
This fixes crashes with WebKitGTK 2.41+.
PR: 274102 |
1.2.2_2 26 Aug 2023 21:03:32
    |
Po-Chuan Hsieh (sunpoet)  |
*: Rename GTK+ to GTK
GTK+ has been renamed to GTK since 2019.
Reference: https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html
Approved by: portmgr (blanket) |
1.2.2_2 25 Apr 2023 15:17:15
    |
Christian Weisgerber (naddy)  |
audio/opus: bump consumers after update to 1.4 |
1.2.2_1 02 Mar 2023 05:23:10
    |
Tobias C. Berner (tcberner)  |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
1.2.2 11 Sep 2022 13:52:00
    |
Nuno Teixeira (eduardo)  Author: Jesús Daniel Colmenares Oviedo |
www/badwolf: Update to 1.2.2
ChangeLog: https://hacktivis.me/releases/badwolf-1.2.2.txt
PR: 266351 |
1.2.1 09 Sep 2022 22:03:48
    |
Nuno Teixeira (eduardo)  Author: Jesús Daniel Colmenares Oviedo |
www/badwolf: New port: Minimalist and privacy-oriented WebKitGTK+ browser
- submitter becomes maintainer
BadWolf is a minimalist and privacy-oriented WebKitGTK+ browser.
Features:
* Privacy-oriented: No browser-level tracking, multiple ephemeral
isolated sessions per new unrelated tabs, JavaScript off by default.
* Minimalist: Small codebase (~1 500 LoC), reuses existing components
when available or makes them available.
* Customizable: WebKitGTK native extensions, Interface customizable
through CSS.
* Powerful & Usable: Stable User-Interface; The common shortcuts are
available, no vi-modal edition or single-key shortcuts are used.
* No annoyances: Dialogs are only used when required (save file,
print, ...), javascript popups open in a background tab.
WWW: https://hacktivis.me/projects/badwolf
PR: 266179 |