FreeBSD Bugzilla – Attachment 236322 Details for
Bug 266179
[NEW PORT] www/badwolf: Minimalist and privacy-oriented WebKitGTK+ browser
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add gnome in USES
0001-www-badwolf-new-port.patch (text/plain), 4.29 KB, created by
Jesús Daniel Colmenares Oviedo
on 2022-09-02 23:58:04 UTC
(
hide
)
Description:
Add gnome in USES
Filename:
MIME Type:
Creator:
Jesús Daniel Colmenares Oviedo
Created:
2022-09-02 23:58:04 UTC
Size:
4.29 KB
patch
obsolete
>From fcce42e2f729006046d739c07ae4ed2687347f1b Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Jes=C3=BAs=20Daniel=20Colmenares=20Oviedo?= > <DtxdF@disroot.org> >Date: Fri, 2 Sep 2022 19:35:14 -0400 >Subject: [PATCH] www/badwolf: new port > >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 >--- > www/badwolf/Makefile | 33 +++++++++++++++++++++++++++++++++ > www/badwolf/distinfo | 3 +++ > www/badwolf/pkg-descr | 16 ++++++++++++++++ > www/badwolf/pkg-plist | 17 +++++++++++++++++ > 4 files changed, 69 insertions(+) > create mode 100644 www/badwolf/Makefile > create mode 100644 www/badwolf/distinfo > create mode 100644 www/badwolf/pkg-descr > create mode 100644 www/badwolf/pkg-plist > >diff --git a/www/badwolf/Makefile b/www/badwolf/Makefile >new file mode 100644 >index 000000000..278565eaa >--- /dev/null >+++ b/www/badwolf/Makefile >@@ -0,0 +1,33 @@ >+PORTNAME= badwolf >+PORTVERSION= 1.2.1 >+CATEGORIES= www >+MASTER_SITES= https://hacktivis.me/releases/ >+ >+MAINTAINER= DtxdF@disroot.org >+COMMENT= Minimalist and privacy-oriented WebKitGTK+ browser >+ >+LICENSE= BSD3CLAUSE >+LICENSE_FILE= ${WRKSRC}/COPYING >+ >+LIB_DEPENDS+= libharfbuzz.so:print/harfbuzz \ >+ libwebkit2gtk-4.0.so:www/webkit2-gtk3 >+ >+USES= desktop-file-utils gettext gnome pkgconfig >+HAS_CONFIGURE= yes >+USE_GNOME+= atk cairo gdkpixbuf2 gtk30 libxml2 pango >+ >+OPTIONS_DEFAULT= LIBSOUP >+OPTIONS_SINGLE= URI_PARSER >+OPTIONS_SINGLE_URI_PARSER= GURI LIBSOUP >+ >+URI_PARSER_DESC= URI PARSER >+LIBSOUP_DESC= Use libsoup >+GURI_DESC= Use GUri from glib-2.0 >+ >+LIBSOUP_LIB_DEPENDS= libsoup-2.4.so:devel/libsoup >+GURI_USE_GNOME= glib20 >+ >+LIBSOUP_CONFIGURE_ENV= WITH_URI_PARSER=libsoup2 >+GURI_CONFIGURE_ENV= WITH_URI_PARSER=guri >+ >+.include <bsd.port.mk> >diff --git a/www/badwolf/distinfo b/www/badwolf/distinfo >new file mode 100644 >index 000000000..63e51515c >--- /dev/null >+++ b/www/badwolf/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1662096680 >+SHA256 (badwolf-1.2.1.tar.gz) = 7a658908551bc0389fc43bd04a9decfef3815d28ff2097957bf6ab186a05ffd2 >+SIZE (badwolf-1.2.1.tar.gz) = 80104 >diff --git a/www/badwolf/pkg-descr b/www/badwolf/pkg-descr >new file mode 100644 >index 000000000..06b18df81 >--- /dev/null >+++ b/www/badwolf/pkg-descr >@@ -0,0 +1,16 @@ >+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 >diff --git a/www/badwolf/pkg-plist b/www/badwolf/pkg-plist >new file mode 100644 >index 000000000..dd354dc67 >--- /dev/null >+++ b/www/badwolf/pkg-plist >@@ -0,0 +1,17 @@ >+bin/badwolf >+share/applications/badwolf.desktop >+%%DATADIR%%/de/LC_MESSAGES/Badwolf.mo >+%%DATADIR%%/fr/LC_MESSAGES/Badwolf.mo >+%%DATADIR%%/interface.css >+%%DATADIR%%/pt_BR/LC_MESSAGES/Badwolf.mo >+%%DATADIR%%/tr/LC_MESSAGES/Badwolf.mo >+%%DATADIR%%/vi/LC_MESSAGES/Badwolf.mo >+share/icons/hicolor/128x128/apps/badwolf.png >+share/icons/hicolor/24x24/apps/badwolf.png >+share/icons/hicolor/256x256/apps/badwolf.png >+share/icons/hicolor/32x32/apps/badwolf.png >+share/icons/hicolor/48x48/apps/badwolf.png >+share/icons/hicolor/64x64/apps/badwolf.png >+share/icons/hicolor/scalable/apps/badwolf.svg >+share/man/man1/badwolf.1.gz >+@dir %%DATADIR%%/locale >-- >2.37.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 266179
:
236313
|
236314
|
236315
|
236322
|
236437
|
236440
|
236441
|
236453
|
236457