pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wyebadblock-git: Import wyebadblock-0.0 as wip/wyebadblock-git
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Sun Nov 10 22:37:31 2019 +0100
Changeset: b28f2781e8c2dac41c17e28bbe2503b48d13b4c5
Modified Files:
Makefile
Added Files:
wyebadblock-git/DESCR
wyebadblock-git/Makefile
wyebadblock-git/PLIST
wyebadblock-git/TODO
Log Message:
wyebadblock-git: Import wyebadblock-0.0 as wip/wyebadblock-git
An adblock extension using the easylist.txt for wyeb, also webkit2gtk browsers.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b28f2781e8c2dac41c17e28bbe2503b48d13b4c5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
wyebadblock-git/DESCR | 1 +
wyebadblock-git/Makefile | 26 ++++++++++++++++++++++++++
wyebadblock-git/PLIST | 3 +++
wyebadblock-git/TODO | 5 +++++
5 files changed, 36 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index fc952e9acc..61f7d0c688 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/wyebadblock-git/DESCR b/wyebadblock-git/DESCR
new file mode 100644
index 0000000000..d60a3338c1
--- /dev/null
+++ b/wyebadblock-git/DESCR
@@ -0,0 +1 @@
+An adblock extension using the easylist.txt for wyeb, also webkit2gtk browsers.
diff --git a/wyebadblock-git/Makefile b/wyebadblock-git/Makefile
new file mode 100644
index 0000000000..2363dd3364
--- /dev/null
+++ b/wyebadblock-git/Makefile
@@ -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@localhost
+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"
diff --git a/wyebadblock-git/PLIST b/wyebadblock-git/PLIST
new file mode 100644
index 0000000000..03a26b1d3a
--- /dev/null
+++ b/wyebadblock-git/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/wyebab
+lib/wyebrowser/adblock.so
diff --git a/wyebadblock-git/TODO b/wyebadblock-git/TODO
new file mode 100644
index 0000000000..ff7ed52307
--- /dev/null
+++ b/wyebadblock-git/TODO
@@ -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.
Home |
Main Index |
Thread Index |
Old Index