Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] diffr: update to 0.1.4.
@ 2020-05-17 12:08 atweiden
  2020-05-17 12:29 ` atweiden
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: atweiden @ 2020-05-17 12:08 UTC (permalink / raw)
  To: ml

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

There is a new pull request by atweiden against master on the void-packages repository

https://github.com/atweiden/void-packages diffr
https://github.com/void-linux/void-packages/pull/22039

diffr: update to 0.1.4.


A patch file from https://github.com/void-linux/void-packages/pull/22039.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-diffr-22039.patch --]
[-- Type: text/x-diff, Size: 1102 bytes --]

From 93540216b71e83e73507bc1beb49327acf16c3a6 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Sun, 17 May 2020 22:06:54 +1000
Subject: [PATCH] diffr: update to 0.1.4.

---
 srcpkgs/diffr/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/diffr/template b/srcpkgs/diffr/template
index 05705ce66ac..5ebd72bdb6c 100644
--- a/srcpkgs/diffr/template
+++ b/srcpkgs/diffr/template
@@ -1,6 +1,6 @@
 # Template file for 'diffr'
 pkgname=diffr
-version=0.1.3
+version=0.1.4
 revision=1
 build_style=cargo
 short_desc="LCS based diff highlighting tool to ease code review from your terminal"
@@ -9,7 +9,7 @@ license="MIT"
 homepage="https://github.com/mookid/diffr"
 changelog="https://github.com/mookid/diffr/raw/master/CHANGELOG.md"
 distfiles="https://github.com/mookid/diffr/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=7fd8c078a1b94140624a5a021eef059a916f79cdf21cfba7489f83be8fadfaa2
+checksum=2613b57778df4466a20349ef10b9e022d0017b4aee9a47fb07e78779f444f8cb
 
 do_install() {
 	vbin "target/${RUST_TARGET}/release/diffr"

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

* Re: diffr: update to 0.1.4.
  2020-05-17 12:08 [PR PATCH] diffr: update to 0.1.4 atweiden
@ 2020-05-17 12:29 ` atweiden
  2020-05-18  4:04 ` [PR PATCH] [Updated] " atweiden
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: atweiden @ 2020-05-17 12:29 UTC (permalink / raw)
  To: ml

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

New comment by atweiden on void-packages repository

https://github.com/void-linux/void-packages/pull/22039#issuecomment-629789284

Comment:
Broken on 32-bit?

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

* Re: [PR PATCH] [Updated] diffr: update to 0.1.4.
  2020-05-17 12:08 [PR PATCH] diffr: update to 0.1.4 atweiden
  2020-05-17 12:29 ` atweiden
@ 2020-05-18  4:04 ` atweiden
  2020-05-18 11:34 ` Piraty
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: atweiden @ 2020-05-18  4:04 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by atweiden against master on the void-packages repository

https://github.com/atweiden/void-packages diffr
https://github.com/void-linux/void-packages/pull/22039

diffr: update to 0.1.4.


A patch file from https://github.com/void-linux/void-packages/pull/22039.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-diffr-22039.patch --]
[-- Type: text/x-diff, Size: 1239 bytes --]

From 67aed631c523866ad1569bea2d027b92ea350c29 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Sun, 17 May 2020 22:06:54 +1000
Subject: [PATCH] diffr: update to 0.1.4.

---
 srcpkgs/diffr/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/diffr/template b/srcpkgs/diffr/template
index 05705ce66ac..fa0e8a74e04 100644
--- a/srcpkgs/diffr/template
+++ b/srcpkgs/diffr/template
@@ -1,6 +1,6 @@
 # Template file for 'diffr'
 pkgname=diffr
-version=0.1.3
+version=0.1.4
 revision=1
 build_style=cargo
 short_desc="LCS based diff highlighting tool to ease code review from your terminal"
@@ -9,7 +9,11 @@ license="MIT"
 homepage="https://github.com/mookid/diffr"
 changelog="https://github.com/mookid/diffr/raw/master/CHANGELOG.md"
 distfiles="https://github.com/mookid/diffr/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=7fd8c078a1b94140624a5a021eef059a916f79cdf21cfba7489f83be8fadfaa2
+checksum=2613b57778df4466a20349ef10b9e022d0017b4aee9a47fb07e78779f444f8cb
+
+if [ "$XBPS_TARGET_WORDSIZE" != "64" ]; then
+	broken="https://travis-ci.org/github/void-linux/void-packages/jobs/688023480"
+fi
 
 do_install() {
 	vbin "target/${RUST_TARGET}/release/diffr"

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

* Re: diffr: update to 0.1.4.
  2020-05-17 12:08 [PR PATCH] diffr: update to 0.1.4 atweiden
  2020-05-17 12:29 ` atweiden
  2020-05-18  4:04 ` [PR PATCH] [Updated] " atweiden
@ 2020-05-18 11:34 ` Piraty
  2020-05-18 11:36 ` Piraty
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: Piraty @ 2020-05-18 11:34 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/22039#issuecomment-630122407

Comment:
please report this upstream, as it build fine previously

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

* Re: diffr: update to 0.1.4.
  2020-05-17 12:08 [PR PATCH] diffr: update to 0.1.4 atweiden
                   ` (2 preceding siblings ...)
  2020-05-18 11:34 ` Piraty
@ 2020-05-18 11:36 ` Piraty
  2020-05-18 11:36 ` Piraty
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: Piraty @ 2020-05-18 11:36 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/22039#issuecomment-630122407

Comment:
~please report this upstream, as it build fine previously~
please apply upstream's patch https://github.com/mookid/diffr/commit/eca551190affd4ce676bb184cd8cc52e20947bfc#diff-639fbc4ef05b315af92b4d836c31b023

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

* Re: diffr: update to 0.1.4.
  2020-05-17 12:08 [PR PATCH] diffr: update to 0.1.4 atweiden
                   ` (3 preceding siblings ...)
  2020-05-18 11:36 ` Piraty
@ 2020-05-18 11:36 ` Piraty
  2020-05-18 12:26 ` [PR PATCH] [Updated] " atweiden
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: Piraty @ 2020-05-18 11:36 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/22039#issuecomment-630122407

Comment:
~please report this upstream, as it build fine previously~
please apply upstream's patch https://github.com/mookid/diffr/commit/eca551190affd4ce676bb184cd8cc52e20947bfc

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

* Re: [PR PATCH] [Updated] diffr: update to 0.1.4.
  2020-05-17 12:08 [PR PATCH] diffr: update to 0.1.4 atweiden
                   ` (4 preceding siblings ...)
  2020-05-18 11:36 ` Piraty
@ 2020-05-18 12:26 ` atweiden
  2020-05-18 13:32 ` atweiden
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 11+ messages in thread
From: atweiden @ 2020-05-18 12:26 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by atweiden against master on the void-packages repository

https://github.com/atweiden/void-packages diffr
https://github.com/void-linux/void-packages/pull/22039

diffr: update to 0.1.4.


A patch file from https://github.com/void-linux/void-packages/pull/22039.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-diffr-22039.patch --]
[-- Type: text/x-diff, Size: 3661 bytes --]

From 29ea12fac2eb7bb7e919373ae562a23374067a45 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Sun, 17 May 2020 22:06:54 +1000
Subject: [PATCH] diffr: update to 0.1.4.

---
 ...551190affd4ce676bb184cd8cc52e20947bfc.diff | 68 +++++++++++++++++++
 srcpkgs/diffr/template                        |  5 +-
 2 files changed, 71 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/diffr/patches/eca551190affd4ce676bb184cd8cc52e20947bfc.diff

diff --git a/srcpkgs/diffr/patches/eca551190affd4ce676bb184cd8cc52e20947bfc.diff b/srcpkgs/diffr/patches/eca551190affd4ce676bb184cd8cc52e20947bfc.diff
new file mode 100644
index 00000000000..631f846077d
--- /dev/null
+++ b/srcpkgs/diffr/patches/eca551190affd4ce676bb184cd8cc52e20947bfc.diff
@@ -0,0 +1,68 @@
+diff --git a/src/main.rs b/src/main.rs
+index bccc6c4..333438f 100644
+--- a/src/main.rs
++++ b/src/main.rs
+@@ -574,7 +574,7 @@ struct HunkHeader {
+     plus_range: (usize, usize),
+ }
+ 
+-const WIDTH: [usize; 20] = [
++const WIDTH: [u64; 20] = [
+     0,
+     9,
+     99,
+@@ -597,7 +597,7 @@ const WIDTH: [usize; 20] = [
+     9999999999999999999,
+ ];
+ 
+-fn width1(x: usize) -> usize {
++fn width1(x: u64) -> usize {
+     let result = WIDTH.binary_search(&x);
+     match result {
+         Ok(i) | Err(i) => i,
+@@ -613,8 +613,8 @@ impl HunkHeader {
+     }
+ 
+     fn width(&self) -> usize {
+-        2 * width1(self.minus_range.0 + self.minus_range.1)
+-            .max(width1(self.plus_range.0 + self.plus_range.1))
++        2 * width1((self.minus_range.0 + self.minus_range.1) as u64)
++            .max(width1((self.plus_range.0 + self.plus_range.1) as u64))
+             + 1
+     }
+ }
+diff --git a/src/test.rs b/src/test.rs
+index d1254d3..5de7ba4 100644
+--- a/src/test.rs
++++ b/src/test.rs
+@@ -63,12 +63,12 @@ fn parse_line_number_test() {
+ #[test]
+ fn test_width() {
+     for (i, x) in WIDTH.iter().enumerate() {
+-        if x < &usize::max_value() {
++        if x < &u64::max_value() {
+             assert_eq!(format!("{}", x + 1).len(), i + 1);
+         }
+     }
+     assert_eq!(0, width1(0));
+-    fn test(x: usize) {
++    fn test(x: u64) {
+         assert_eq!(format!("{}", x).len(), width1(x));
+     }
+     for i in 1..=10000 {
+@@ -80,7 +80,7 @@ fn test_width() {
+     for i in 0..64 {
+         test(1 << i);
+     }
+-    test(usize::max_value());
++    test(u64::max_value());
+ 
+     assert_eq!("123:456".len(), HunkHeader::new((123, 5), (456, 9)).width());
+     assert_eq!(
+@@ -88,5 +88,5 @@ fn test_width() {
+         HunkHeader::new((123, 999), (456, 9)).width()
+     );
+     assert_eq!("   :456".len(), HunkHeader::new((0, 0), (456, 9)).width());
+-    assert_eq!(MAX_MARGIN, 2 * width1(usize::max_value()) + 1);
++    assert_eq!(MAX_MARGIN, 2 * width1(u64::max_value()) + 1);
+ }
diff --git a/srcpkgs/diffr/template b/srcpkgs/diffr/template
index 05705ce66ac..10779482c19 100644
--- a/srcpkgs/diffr/template
+++ b/srcpkgs/diffr/template
@@ -1,6 +1,6 @@
 # Template file for 'diffr'
 pkgname=diffr
-version=0.1.3
+version=0.1.4
 revision=1
 build_style=cargo
 short_desc="LCS based diff highlighting tool to ease code review from your terminal"
@@ -9,7 +9,8 @@ license="MIT"
 homepage="https://github.com/mookid/diffr"
 changelog="https://github.com/mookid/diffr/raw/master/CHANGELOG.md"
 distfiles="https://github.com/mookid/diffr/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=7fd8c078a1b94140624a5a021eef059a916f79cdf21cfba7489f83be8fadfaa2
+checksum=2613b57778df4466a20349ef10b9e022d0017b4aee9a47fb07e78779f444f8cb
+patch_args="-Np1"
 
 do_install() {
 	vbin "target/${RUST_TARGET}/release/diffr"

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

* Re: diffr: update to 0.1.4.
  2020-05-17 12:08 [PR PATCH] diffr: update to 0.1.4 atweiden
                   ` (5 preceding siblings ...)
  2020-05-18 12:26 ` [PR PATCH] [Updated] " atweiden
@ 2020-05-18 13:32 ` atweiden
  2020-05-18 16:08 ` [PR PATCH] [Updated] " atweiden
  2020-05-18 16:32 ` [PR PATCH] [Merged]: " Piraty
  8 siblings, 0 replies; 11+ messages in thread
From: atweiden @ 2020-05-18 13:32 UTC (permalink / raw)
  To: ml

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

New comment by atweiden on void-packages repository

https://github.com/void-linux/void-packages/pull/22039#issuecomment-630185474

Comment:
> ~please report this upstream, as it build fine previously~
> please apply upstream's patch [mookid/diffr@eca5511](https://github.com/mookid/diffr/commit/eca551190affd4ce676bb184cd8cc52e20947bfc)

- [X] Done 

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

* Re: [PR PATCH] [Updated] diffr: update to 0.1.4.
  2020-05-17 12:08 [PR PATCH] diffr: update to 0.1.4 atweiden
                   ` (6 preceding siblings ...)
  2020-05-18 13:32 ` atweiden
@ 2020-05-18 16:08 ` atweiden
  2020-05-18 16:32 ` [PR PATCH] [Merged]: " Piraty
  8 siblings, 0 replies; 11+ messages in thread
From: atweiden @ 2020-05-18 16:08 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by atweiden against master on the void-packages repository

https://github.com/atweiden/void-packages diffr
https://github.com/void-linux/void-packages/pull/22039

diffr: update to 0.1.4.


A patch file from https://github.com/void-linux/void-packages/pull/22039.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-diffr-22039.patch --]
[-- Type: text/x-diff, Size: 3986 bytes --]

From 809ee2e08998f01ab11bfb206e36e5df4400f88f Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Sun, 17 May 2020 22:06:54 +1000
Subject: [PATCH] diffr: update to 0.1.4.

---
 ...51190affd4ce676bb184cd8cc52e20947bfc.patch | 78 +++++++++++++++++++
 srcpkgs/diffr/template                        |  5 +-
 2 files changed, 81 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/diffr/patches/eca551190affd4ce676bb184cd8cc52e20947bfc.patch

diff --git a/srcpkgs/diffr/patches/eca551190affd4ce676bb184cd8cc52e20947bfc.patch b/srcpkgs/diffr/patches/eca551190affd4ce676bb184cd8cc52e20947bfc.patch
new file mode 100644
index 00000000000..60b9b2f86df
--- /dev/null
+++ b/srcpkgs/diffr/patches/eca551190affd4ce676bb184cd8cc52e20947bfc.patch
@@ -0,0 +1,78 @@
+From eca551190affd4ce676bb184cd8cc52e20947bfc Mon Sep 17 00:00:00 2001
+From: Nathan Moreau <nathan.moreau@m4x.org>
+Date: Thu, 19 Mar 2020 23:47:50 +0100
+Subject: [PATCH] Fix build on 32 bits plateforms.
+
+---
+ src/main.rs | 8 ++++----
+ src/test.rs | 8 ++++----
+ 2 files changed, 8 insertions(+), 8 deletions(-)
+
+diff --git a/src/main.rs b/src/main.rs
+index bccc6c4..333438f 100644
+--- a/src/main.rs
++++ b/src/main.rs
+@@ -574,7 +574,7 @@ struct HunkHeader {
+     plus_range: (usize, usize),
+ }
+ 
+-const WIDTH: [usize; 20] = [
++const WIDTH: [u64; 20] = [
+     0,
+     9,
+     99,
+@@ -597,7 +597,7 @@ const WIDTH: [usize; 20] = [
+     9999999999999999999,
+ ];
+ 
+-fn width1(x: usize) -> usize {
++fn width1(x: u64) -> usize {
+     let result = WIDTH.binary_search(&x);
+     match result {
+         Ok(i) | Err(i) => i,
+@@ -613,8 +613,8 @@ impl HunkHeader {
+     }
+ 
+     fn width(&self) -> usize {
+-        2 * width1(self.minus_range.0 + self.minus_range.1)
+-            .max(width1(self.plus_range.0 + self.plus_range.1))
++        2 * width1((self.minus_range.0 + self.minus_range.1) as u64)
++            .max(width1((self.plus_range.0 + self.plus_range.1) as u64))
+             + 1
+     }
+ }
+diff --git a/src/test.rs b/src/test.rs
+index d1254d3..5de7ba4 100644
+--- a/src/test.rs
++++ b/src/test.rs
+@@ -63,12 +63,12 @@ fn parse_line_number_test() {
+ #[test]
+ fn test_width() {
+     for (i, x) in WIDTH.iter().enumerate() {
+-        if x < &usize::max_value() {
++        if x < &u64::max_value() {
+             assert_eq!(format!("{}", x + 1).len(), i + 1);
+         }
+     }
+     assert_eq!(0, width1(0));
+-    fn test(x: usize) {
++    fn test(x: u64) {
+         assert_eq!(format!("{}", x).len(), width1(x));
+     }
+     for i in 1..=10000 {
+@@ -80,7 +80,7 @@ fn test_width() {
+     for i in 0..64 {
+         test(1 << i);
+     }
+-    test(usize::max_value());
++    test(u64::max_value());
+ 
+     assert_eq!("123:456".len(), HunkHeader::new((123, 5), (456, 9)).width());
+     assert_eq!(
+@@ -88,5 +88,5 @@ fn test_width() {
+         HunkHeader::new((123, 999), (456, 9)).width()
+     );
+     assert_eq!("   :456".len(), HunkHeader::new((0, 0), (456, 9)).width());
+-    assert_eq!(MAX_MARGIN, 2 * width1(usize::max_value()) + 1);
++    assert_eq!(MAX_MARGIN, 2 * width1(u64::max_value()) + 1);
+ }
diff --git a/srcpkgs/diffr/template b/srcpkgs/diffr/template
index 05705ce66ac..10779482c19 100644
--- a/srcpkgs/diffr/template
+++ b/srcpkgs/diffr/template
@@ -1,6 +1,6 @@
 # Template file for 'diffr'
 pkgname=diffr
-version=0.1.3
+version=0.1.4
 revision=1
 build_style=cargo
 short_desc="LCS based diff highlighting tool to ease code review from your terminal"
@@ -9,7 +9,8 @@ license="MIT"
 homepage="https://github.com/mookid/diffr"
 changelog="https://github.com/mookid/diffr/raw/master/CHANGELOG.md"
 distfiles="https://github.com/mookid/diffr/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=7fd8c078a1b94140624a5a021eef059a916f79cdf21cfba7489f83be8fadfaa2
+checksum=2613b57778df4466a20349ef10b9e022d0017b4aee9a47fb07e78779f444f8cb
+patch_args="-Np1"
 
 do_install() {
 	vbin "target/${RUST_TARGET}/release/diffr"

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

* Re: [PR PATCH] [Merged]: diffr: update to 0.1.4.
  2020-05-17 12:08 [PR PATCH] diffr: update to 0.1.4 atweiden
                   ` (7 preceding siblings ...)
  2020-05-18 16:08 ` [PR PATCH] [Updated] " atweiden
@ 2020-05-18 16:32 ` Piraty
  8 siblings, 0 replies; 11+ messages in thread
From: Piraty @ 2020-05-18 16:32 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

diffr: update to 0.1.4.
https://github.com/void-linux/void-packages/pull/22039

Description:


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

* Re: diffr: update to 0.1.4.
  2020-04-11 23:02 [PR PATCH] " mobinmob
@ 2020-04-12  8:46 ` Hoshpak
  0 siblings, 0 replies; 11+ messages in thread
From: Hoshpak @ 2020-04-12  8:46 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/20899#issuecomment-612583432

Comment:
fails on all 32 bit architectures.

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

end of thread, other threads:[~2020-05-18 16:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-17 12:08 [PR PATCH] diffr: update to 0.1.4 atweiden
2020-05-17 12:29 ` atweiden
2020-05-18  4:04 ` [PR PATCH] [Updated] " atweiden
2020-05-18 11:34 ` Piraty
2020-05-18 11:36 ` Piraty
2020-05-18 11:36 ` Piraty
2020-05-18 12:26 ` [PR PATCH] [Updated] " atweiden
2020-05-18 13:32 ` atweiden
2020-05-18 16:08 ` [PR PATCH] [Updated] " atweiden
2020-05-18 16:32 ` [PR PATCH] [Merged]: " Piraty
  -- strict thread matches above, loose matches on Subject: below --
2020-04-11 23:02 [PR PATCH] " mobinmob
2020-04-12  8:46 ` Hoshpak

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 NNTP newsgroup(s).