wyebadblock-git: Import wyebadblock-0.0 as wip/wyebadblock-git

An adblock extension using the easylist.txt for wyeb, also webkit2gtk browsers.
This commit is contained in:
Leonardo Taccari 2019-11-10 22:37:31 +01:00
parent 3728b37a2c
commit b28f2781e8
5 changed files with 36 additions and 0 deletions

View File

@ -4993,6 +4993,7 @@ SUBDIR+= wvstreams
SUBDIR+= wxGTK-test
SUBDIR+= wxmaxima-git
SUBDIR+= wyeb-git
SUBDIR+= wyebadblock-git
SUBDIR+= xace
SUBDIR+= xalan-c
SUBDIR+= xalan-c-1.10

1
wyebadblock-git/DESCR Normal file
View File

@ -0,0 +1 @@
An adblock extension using the easylist.txt for wyeb, also webkit2gtk browsers.

26
wyebadblock-git/Makefile Normal file
View File

@ -0,0 +1,26 @@
# $NetBSD: Makefile,v 1.2 2018/09/08 14:10:52 leot Exp $
DISTNAME= wyebadblock-0.0
CATEGORIES= www
MASTER_SITES= https://github.com/jun7/wyebadblock
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/jun7/wyebadblock
COMMENT= adblock extension for wyeb, also webkit2gtk browsers
LICENSE= gnu-gpl-v3
GIT_REPOSITORIES= wyebadblock
GIT_REPO.wyebadblock= https://github.com/jun7/wyebadblock
WRKSRC= ${WRKDIR}/wyebadblock
USE_TOOLS+= gmake pkg-config
MAKE_FILE= makefile
INSTALLATION_DIRS+= bin lib/wyebrowser
.include "../../devel/glib2/buildlink3.mk"
.include "../../www/webkit-gtk/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../wip/mk/git-package.mk"
.include "../../mk/bsd.pkg.mk"

3
wyebadblock-git/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $NetBSD$
bin/wyebab
lib/wyebrowser/adblock.so

5
wyebadblock-git/TODO Normal file
View File

@ -0,0 +1,5 @@
At least with wip/surf-git it crashes with:
GLib (gthread-posix.c): Unexpected error from C library during 'pthread_mutex_unlock': Operation not permitted. Aborting.
Investigate further.