pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   pin
Date:           Wed Jul  8 09:28:22 UTC 2020

Modified Files:
        pkgsrc/www: Makefile

Log Message:
www/badwolf: import new package

badwolf is a minimalist browser that cares about privacy, it is based on
WebKitGTK and thus also accepts WebKitGTK (and dependencies) flags and
environment variables.

Runtime configuration specific to badwolf will probably get added at a later
release.

- No browser-level tracking, multiple ephemeral isolated sessions per new
  unrelated tabs, JavaScript off by default.
- Small codebase (~1 500 LoC), reuses existing components when available or
  makes it available.
- WebKitGTK native extensions, Interface customizable through CSS.
- Stable User-Interface; The common shortcuts are available (and documented),
  no vi-modal edition or single-key shortcuts are used.
- Dialogs are only used when required, javascript popups open in a
  background tab.


To generate a diff of this commit:
cvs rdiff -u -r1.1464 -r1.1465 pkgsrc/www/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1464 pkgsrc/www/Makefile:1.1465
--- pkgsrc/www/Makefile:1.1464  Sun Jun 21 20:26:57 2020
+++ pkgsrc/www/Makefile Wed Jul  8 09:28:22 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1464 2020/06/21 20:26:57 wiz Exp $
+# $NetBSD: Makefile,v 1.1465 2020/07/08 09:28:22 pin Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -55,6 +55,7 @@ SUBDIR+=      august
 SUBDIR+=       aws
 SUBDIR+=       aws-demos
 SUBDIR+=       awstats
+SUBDIR+=       badwolf
 SUBDIR+=       bannerfilter
 SUBDIR+=       bins
 SUBDIR+=       bkedit



Home | Main Index | Thread Index | Old Index