pkgsrc-WIP-changes archive

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

edbrowse: Update wip/edbrowse to 3.7.3



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Apr 28 21:57:42 2018 +0200
Changeset:	308d5fb8a62b4ef50561eb4a5fe8ecc3bf4f2740

Modified Files:
	edbrowse/Makefile
	edbrowse/distinfo
Added Files:
	edbrowse/patches/patch-src_http.c

Log Message:
edbrowse: Update wip/edbrowse to 3.7.3

Changes:
3.7.3:
------
- Show heading information h1 through h6.
- Specify a different config file on the command line.
- Rewrite the css parser and querySelectorAll machinery in C for efficiency and flexibility.
- Support for gopher.
- A more flexible plugin system that supports arbitrary protocols,
  not just the ones known to edbrowse.
  This can be used to access zip archives and many other structures.
- Edbrowse messages in Italian.
- -b option causes command line arguments to browse or play.
- A better diff algorithm to report which lines have changed.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=308d5fb8a62b4ef50561eb4a5fe8ecc3bf4f2740

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

diffstat:
 edbrowse/Makefile                 |  2 +-
 edbrowse/distinfo                 |  9 +++++----
 edbrowse/patches/patch-src_http.c | 14 ++++++++++++++
 3 files changed, 20 insertions(+), 5 deletions(-)

diffs:
diff --git a/edbrowse/Makefile b/edbrowse/Makefile
index ce3832cffc..a7e5ffab71 100644
--- a/edbrowse/Makefile
+++ b/edbrowse/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	edbrowse-3.7.2
+DISTNAME=	edbrowse-3.7.3
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_GITHUB:=CMB/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
diff --git a/edbrowse/distinfo b/edbrowse/distinfo
index 969ff77b3a..f2ebd37d39 100644
--- a/edbrowse/distinfo
+++ b/edbrowse/distinfo
@@ -1,6 +1,7 @@
 $NetBSD$
 
-SHA1 (edbrowse-3.7.2.tar.gz) = 571b5691bc5b6ade861621df07833770c8b39e2f
-RMD160 (edbrowse-3.7.2.tar.gz) = 49e38e3c6aa32f61bd206717e0273ae508c65398
-SHA512 (edbrowse-3.7.2.tar.gz) = 7a61421389bebbce98fcda1e1ea2ab80d7f429577251862f567592a78fb8dd3e2b4b3e0d82df9db52fcea823468ffbea244795b40575460f115e82a2b3cb9616
-Size (edbrowse-3.7.2.tar.gz) = 679227 bytes
+SHA1 (edbrowse-3.7.3.tar.gz) = 0112ff2f034495d756289c8a41d69d9774ee881a
+RMD160 (edbrowse-3.7.3.tar.gz) = 5dbdf07139b809b89e4449a16dff8bb0629d4760
+SHA512 (edbrowse-3.7.3.tar.gz) = fa1ffeb373e9c917652f96e2b19aabe7578537c8d0ccae944ae7d08ede75e7d166cf4417f75551997d8468442844d13a59c6ef301839e07c2e2851cbfa6e52e9
+Size (edbrowse-3.7.3.tar.gz) = 707515 bytes
+SHA1 (patch-src_http.c) = ea540b6ebfdb7cac509a08038f84286fb0af7133
diff --git a/edbrowse/patches/patch-src_http.c b/edbrowse/patches/patch-src_http.c
new file mode 100644
index 0000000000..1135e4169c
--- /dev/null
+++ b/edbrowse/patches/patch-src_http.c
@@ -0,0 +1,14 @@
+$NetBSD$
+
+Needed for signal(3).
+
+--- src/http.c.orig	2018-03-30 01:25:41.000000000 +0000
++++ src/http.c
+@@ -10,6 +10,7 @@
+ #else
+ #include <sys/wait.h>
+ #endif
++#include <signal.h>
+ #include <time.h>
+ 
+ char *serverData;


Home | Main Index | Thread Index | Old Index