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.2



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Tue Feb 27 12:13:19 2018 +0100
Changeset:	261befca04ac7c061e4b02d569b1280e8c7b99cf

Modified Files:
	edbrowse/Makefile
	edbrowse/distinfo

Log Message:
edbrowse: Update wip/edbrowse to 3.7.2

Changes:
3.7.2
-----
- Keep third party open source javascript routines in a separate file third.js.
  Licenses are included in that file.
- Deminimize javascript, so line numbers in error messages
  actually convey useful information. The demin command toggles this feature.
  Third party software, in third.js, performs the deminimization.
- Disable javascript timers via the timers command, only for debugging.
- Compile some js functions once in the master window,
  and reference them from all the other windows.
  This saves time and space.
- If an argument is <func then edbrowse runs that function, rather than
  reading in a file or url.
- Sort directory entries by file size or mod time or locale alphabetical
  (the default).
- Run some edbrowse commands in the javascript debugger, particularly e
  number to switch to another session.
- Write our own cssGather and querySelectorAll routines,
  since the jotform routines don't seem to meet our needs.
- Convert javascript or css files from utf16 or utf32 into utf8 before
  processing.

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

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 | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/edbrowse/Makefile b/edbrowse/Makefile
index dcc3fa492e..ce3832cffc 100644
--- a/edbrowse/Makefile
+++ b/edbrowse/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	edbrowse-3.7.1
+DISTNAME=	edbrowse-3.7.2
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_GITHUB:=CMB/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
diff --git a/edbrowse/distinfo b/edbrowse/distinfo
index e85cbcd9e9..969ff77b3a 100644
--- a/edbrowse/distinfo
+++ b/edbrowse/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (edbrowse-3.7.1.tar.gz) = 263cec2cc5abf9929d4a3bdd9eaba7760e944e24
-RMD160 (edbrowse-3.7.1.tar.gz) = a0b3ded967e0a6363bba61fb0ef542321c93d836
-SHA512 (edbrowse-3.7.1.tar.gz) = 82c73a0442b17d9c69742b576242b8acab4de6d2b8514bb23e28a54cbaaad1834972fafa031e93e9822c092670ee4eae86cc3b55af10fb4423346043d7146a54
-Size (edbrowse-3.7.1.tar.gz) = 598563 bytes
+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


Home | Main Index | Thread Index | Old Index