unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#32312] [PATCH] gnu: Add urlscan.
@ 2018-07-30  9:42 Efraim Flashner
  2018-08-22 21:08 ` Leo Famulari
  2018-08-28 23:56 ` bug#32312: " Efraim Flashner
  0 siblings, 2 replies; 3+ messages in thread
From: Efraim Flashner @ 2018-07-30  9:42 UTC (permalink / raw)
  To: 32312; +Cc: Efraim Flashner

* gnu/packages/mail.scm (urlscan): New variable.
---
 gnu/packages/mail.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 3d7b0e463..33733bbc0 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2554,3 +2554,29 @@ and binaries. It supports offline reading, scoring and killfiles, yEnc, NZB,
 PGP handling, multiple servers, and secure connections.")
     ;; License of the docs: fdl-1.1; Others: gpl2.
     (license (list fdl1.1+ gpl2))))
+
+(define-public urlscan
+  (package
+    (name "urlscan")
+    (version "0.8.7")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "urlscan" version))
+        (sha256
+         (base32
+          "1f29bk0pmxas39i4xpnx37l1gis97qv9w44cgzwshsg9cbz56fk4"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-urwid" ,python-urwid)))
+    (home-page "https://github.com/firecat53/urlscan")
+    (synopsis "View/select the URLs in an email message or file")
+    (description
+     "Urlscan is a small program that is designed to integrate with the
+@code{mutt} mailreader to allow you to easily launch a Web browser for URLs
+contained in email messages.  It parses an email message or file and scans it
+for URLs and email addresses.  It then displays the URLs and their context
+within the message, and allows you to choose one or more URLs to send to your
+Web browser.  Alternatively, it send a list of all URLs to stdout.  It is a
+replacement for the @code{urlview} program.")
+    (license gpl2)))
-- 
2.18.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#32312] [PATCH] gnu: Add urlscan.
  2018-07-30  9:42 [bug#32312] [PATCH] gnu: Add urlscan Efraim Flashner
@ 2018-08-22 21:08 ` Leo Famulari
  2018-08-28 23:56 ` bug#32312: " Efraim Flashner
  1 sibling, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2018-08-22 21:08 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: 32312

[-- Attachment #1: Type: text/plain, Size: 175 bytes --]

On Mon, Jul 30, 2018 at 12:42:23PM +0300, Efraim Flashner wrote:
> * gnu/packages/mail.scm (urlscan): New variable.

There is a new version out, 0.9.0. LGTM with that update!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#32312: [PATCH] gnu: Add urlscan.
  2018-07-30  9:42 [bug#32312] [PATCH] gnu: Add urlscan Efraim Flashner
  2018-08-22 21:08 ` Leo Famulari
@ 2018-08-28 23:56 ` Efraim Flashner
  1 sibling, 0 replies; 3+ messages in thread
From: Efraim Flashner @ 2018-08-28 23:56 UTC (permalink / raw)
  To: 32312-done

[-- Attachment #1: Type: text/plain, Size: 227 bytes --]

Patch pushed

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-08-28 23:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-30  9:42 [bug#32312] [PATCH] gnu: Add urlscan Efraim Flashner
2018-08-22 21:08 ` Leo Famulari
2018-08-28 23:56 ` bug#32312: " Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).