pkgsrc-WIP-changes archive

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

Import badwolf: new package



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Sat Jul 4 13:48:27 2020 +0200
Changeset:	9a4db77fa2727515539aea2701998939a929b01b

Modified Files:
	Makefile
Added Files:
	badwolf/DESCR
	badwolf/Makefile
	badwolf/PLIST
	badwolf/distinfo

Log Message:
Import badwolf: new package

BadWolf is a minimalist and privacy-oriented WebKitGTK+ browser.
- 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 see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9a4db77fa2727515539aea2701998939a929b01b

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

diffstat:
 Makefile         |  1 +
 badwolf/DESCR    | 10 ++++++++++
 badwolf/Makefile | 28 ++++++++++++++++++++++++++++
 badwolf/PLIST    | 18 ++++++++++++++++++
 badwolf/distinfo |  6 ++++++
 5 files changed, 63 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index e06801bd43..f5816d7abd 100644
--- a/Makefile
+++ b/Makefile
@@ -224,6 +224,7 @@ SUBDIR+=	axel
 SUBDIR+=	azureus
 SUBDIR+=	backintime
 SUBDIR+=	backplane
+SUBDIR+=	badwolf
 SUBDIR+=	bagel
 SUBDIR+=	bakery
 SUBDIR+=	baler
diff --git a/badwolf/DESCR b/badwolf/DESCR
new file mode 100644
index 0000000000..6440315af1
--- /dev/null
+++ b/badwolf/DESCR
@@ -0,0 +1,10 @@
+BadWolf is a minimalist and privacy-oriented WebKitGTK+ browser.
+- 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.
diff --git a/badwolf/Makefile b/badwolf/Makefile
new file mode 100644
index 0000000000..b1c30ed3c8
--- /dev/null
+++ b/badwolf/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD$
+
+DISTNAME=	badwolf-1.0.0
+CATEGORIES=	www
+MASTER_SITES=	https://hacktivis.me/releases/
+
+MAINTAINER=	pin%NetBSD.org@localhost
+HOMEPAGE=	https://hacktivis.me/projects/badwolf
+COMMENT=	Minimalist and privacy-oriented webkit browser
+LICENSE=	modified-bsd
+
+USE_TOOLS+=		pkg-config
+
+SUBST_CLASSES+=		prefix
+SUBST_MESSAGE.prefix=	Fixing paths.
+SUBST_STAGE.prefix=	pre-configure
+SUBST_SED.prefix+=	-e 's,/usr/local,${PREFIX},g'
+SUBST_SED.prefix+=	-e 's,share/man,${PKGMANDIR},g'
+SUBST_FILES.prefix+=	Makefile
+
+TOOL_DEPENDS+=	gperf-[0-9]*:../../devel/gperf
+
+.include "../../www/webkit-gtk/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../net/libsoup/buildlink3.mk"
+.include "../../graphics/adwaita-icon-theme/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/badwolf/PLIST b/badwolf/PLIST
new file mode 100644
index 0000000000..d411d621fa
--- /dev/null
+++ b/badwolf/PLIST
@@ -0,0 +1,18 @@
+@comment $NetBSD$
+bin/badwolf
+man/man1/badwolf.1
+share/applications/badwolf.desktop
+share/badwolf/interface.css
+share/badwolf/locale/fr/LC_MESSAGES/Badwolf.mo
+share/badwolf/locale/pt_BR/LC_MESSAGES/Badwolf.mo
+share/doc/${PKGNAME}/KnowledgeBase.md
+share/doc/${PKGNAME}/README.md
+share/doc/${PKGNAME}/interface.txt
+share/doc/${PKGNAME}/usr.bin.badwolf
+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
diff --git a/badwolf/distinfo b/badwolf/distinfo
new file mode 100644
index 0000000000..f7e909944b
--- /dev/null
+++ b/badwolf/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (badwolf-1.0.0.tar.gz) = 9a8e32432472426e493eef3aedfcd6309121937a
+RMD160 (badwolf-1.0.0.tar.gz) = 028e34288f7e40edce8cfb148a0146354d7d062c
+SHA512 (badwolf-1.0.0.tar.gz) = 72437709a32937c33dc0509f94efbb5f3551b039017d3067b02f5d2b275eb4f3883dba8dc1c1b4b82bfa31a7b174f5fa393ceeefaf627d9b6c27be0fea5a0652
+Size (badwolf-1.0.0.tar.gz) = 69676 bytes


Home | Main Index | Thread Index | Old Index