Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id ECE1F1A9239 for ; Mon, 1 Feb 2021 11:19:18 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 296CD84D47; Mon, 1 Feb 2021 11:19:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6570284D3D for ; Mon, 1 Feb 2021 11:19:17 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id v-D7Uo-LXuOU for ; Mon, 1 Feb 2021 11:19:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8B97D84CF1 for ; Mon, 1 Feb 2021 11:19:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 84D1AFA91; Mon, 1 Feb 2021 11:19:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1612178356273010" MIME-Version: 1.0 Date: Mon, 1 Feb 2021 11:19:16 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/www/emacs-w3m-snapshot To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210201111916.84D1AFA91@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1612178356273010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Mon Feb 1 11:19:16 UTC 2021 Modified Files: pkgsrc/www/emacs-w3m-snapshot: Makefile distinfo pkgsrc/www/emacs-w3m-snapshot/patches: patch-w3mhack.el Log Message: (www/emacs-w3m) Updated from 1.4.632.20190920.1116 to 1.4.632.20210106.2144 Followings are from ChangeLog but some 450 lines are omitted, sorry 2020-01-05 Katsumi Yamaoka * w3m.el (w3m-download): Add option to w3m so to work for downloading any kinds of contents ([emacs-w3m:13731]). Thanks to Kinoshita-san. 2021-01-03 Boruch Baum * w3m.el (w3m-view-previous-page): When currently in an "about://" url, return to the calling url (PR#89 for upstream). * w3m-hist.el (w3m-history-push): Don't put "about://" pages in the history (PR#89 for upstream). 2020-12-28 Boruch Baum * w3m.el (w3m-select-buffer-mode): * w3m-session.el (w3m-session-select-mode): Set variable buffer-quit-function (PR#88). 2020-12-22 Boruch Baum (w3m-perldoc-pretty): New function. (w3m-perldoc): Use them. .... ( omimt some 450 lines) ... 2019-10-02 Katsumi Yamaoka Abolish w3m-max-anchor-sequence (issue #71) * w3m.el (w3m-max-anchor-sequence): Abolish. * w3m-form.el (w3m-form-parse-and-fontify): * w3m.el (w3m-clear-local-variables, w3m-copy-local-variables) (w3m-fontify-anchors, w3m-next-anchor, w3m-previous-anchor): Don't handle/use w3m-max-anchor-sequence. 2019-10-01 Katsumi Yamaoka w3m-next-anchor and w3m-previous-anchor return t if success (issue #71) * w3m.el (w3m-next-anchor, w3m-previous-anchor): Return t if success. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/emacs-w3m-snapshot/Makefile cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/emacs-w3m-snapshot/distinfo cvs rdiff -u -r1.3 -r1.4 \ pkgsrc/www/emacs-w3m-snapshot/patches/patch-w3mhack.el Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1612178356273010 Content-Disposition: inline Content-Length: 3435 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/emacs-w3m-snapshot/Makefile diff -u pkgsrc/www/emacs-w3m-snapshot/Makefile:1.16 pkgsrc/www/emacs-w3m-snapshot/Makefile:1.17 --- pkgsrc/www/emacs-w3m-snapshot/Makefile:1.16 Thu Oct 31 22:41:44 2019 +++ pkgsrc/www/emacs-w3m-snapshot/Makefile Mon Feb 1 11:19:16 2021 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2019/10/31 22:41:44 mef Exp $ +# $NetBSD: Makefile,v 1.17 2021/02/01 11:19:16 mef Exp $ VERSION= 1.4.632 -DATE_TIME= 20190920.1116 -HASH= c9cdb7e +DATE_TIME= 20210106.2144 +HASH= f29aada DISTNAME= w3m-el-snapshot_${VERSION}+0.${DATE_TIME}.${HASH} PKGNAME= ${EMACS_PKGNAME_PREFIX}emacs-${DISTNAME:S/-el-snapshot_/-/:S/+0//:S/.${HASH}//} CATEGORIES= www Index: pkgsrc/www/emacs-w3m-snapshot/distinfo diff -u pkgsrc/www/emacs-w3m-snapshot/distinfo:1.13 pkgsrc/www/emacs-w3m-snapshot/distinfo:1.14 --- pkgsrc/www/emacs-w3m-snapshot/distinfo:1.13 Thu Oct 31 22:41:44 2019 +++ pkgsrc/www/emacs-w3m-snapshot/distinfo Mon Feb 1 11:19:16 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.13 2019/10/31 22:41:44 mef Exp $ +$NetBSD: distinfo,v 1.14 2021/02/01 11:19:16 mef Exp $ -SHA1 (w3m-el-snapshot_1.4.632+0.20190920.1116.c9cdb7e.orig.tar.gz) = 30b6373819a34000d96d3a81c0260ecf523d2827 -RMD160 (w3m-el-snapshot_1.4.632+0.20190920.1116.c9cdb7e.orig.tar.gz) = 986ad61041e8f66519a8a72c5664743dd365acf0 -SHA512 (w3m-el-snapshot_1.4.632+0.20190920.1116.c9cdb7e.orig.tar.gz) = 34dbf0d838fb460cfe9442b140b7083511ba804d4d629ba0417acffca972c108c3a1c40c7fbc9db1b1a669c1a974c6e82bdefe97adf9f3c3ce538102e0648d75 -Size (w3m-el-snapshot_1.4.632+0.20190920.1116.c9cdb7e.orig.tar.gz) = 1061974 bytes +SHA1 (w3m-el-snapshot_1.4.632+0.20210106.2144.f29aada.orig.tar.gz) = 6bc1c3d01ac1f1a41a6f5c724535fd92f7c152c4 +RMD160 (w3m-el-snapshot_1.4.632+0.20210106.2144.f29aada.orig.tar.gz) = 71f828c04302322019c9e8f0be7ce1c73f34f9a0 +SHA512 (w3m-el-snapshot_1.4.632+0.20210106.2144.f29aada.orig.tar.gz) = 01c1932a1df084f8f43c47866c499b747f244dd136afba743991b763d4d1c8e631967eb5d131e41eafbd6bcc618af238510b434a74f100ba47b5575c9958b0b8 +Size (w3m-el-snapshot_1.4.632+0.20210106.2144.f29aada.orig.tar.gz) = 1069670 bytes SHA1 (patch-Makefile.in) = 5e3c1d6335c72c2644f3b6136dace3358a6ba347 SHA1 (patch-w3m.el) = a4c14deed274e984f854255513ce49dbd320eb83 -SHA1 (patch-w3mhack.el) = 074487089804e8685d53f7cf5918843945990710 +SHA1 (patch-w3mhack.el) = 1716431b4201ab9f672b900946dc874b928bd713 Index: pkgsrc/www/emacs-w3m-snapshot/patches/patch-w3mhack.el diff -u pkgsrc/www/emacs-w3m-snapshot/patches/patch-w3mhack.el:1.3 pkgsrc/www/emacs-w3m-snapshot/patches/patch-w3mhack.el:1.4 --- pkgsrc/www/emacs-w3m-snapshot/patches/patch-w3mhack.el:1.3 Thu Oct 31 22:41:44 2019 +++ pkgsrc/www/emacs-w3m-snapshot/patches/patch-w3mhack.el Mon Feb 1 11:19:16 2021 @@ -1,4 +1,4 @@ -$NetBSD: patch-w3mhack.el,v 1.3 2019/10/31 22:41:44 mef Exp $ +$NetBSD: patch-w3mhack.el,v 1.4 2021/02/01 11:19:16 mef Exp $ CF-SX2# cd /tmp/www/emacs-w3m-snapshot/work/emacs-w3m-emacs-w3m-c9cdb7e/ @@ -10,7 +10,7 @@ mime-w3m.el:38:1:Error: Cannot open load --- emacs-w3m-emacs-w3m-c9cdb7e/w3mhack.el.orig 2019-09-20 20:16:36.000000000 +0900 +++ w3mhack.el 2019-10-30 21:16:09.444149861 +0900 -@@ -256,6 +256,10@@ There seems to be no shell command which +@@ -256,6 +256,10 @@ There seems to be no shell command which (push (file-name-directory x) paths)) (if (setq x (locate-library "gnus")) (push (file-name-directory x) paths)) --_----------=_1612178356273010--