Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: cppman-0.5.1
@ 2022-01-30 22:51 ram02z
  2022-01-30 23:04 ` [PR PATCH] [Updated] " ram02z
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: ram02z @ 2022-01-30 22:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ram02z/void-packages cppman
https://github.com/void-linux/void-packages/pull/35321

New package: cppman-0.5.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 624d60008728e15bf62a9700635f2bb26ed23f77 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sun, 30 Jan 2022 22:47:38 +0000
Subject: [PATCH] New package: cppman-0.5.1

---
 srcpkgs/cppman/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/cppman/template

diff --git a/srcpkgs/cppman/template b/srcpkgs/cppman/template
new file mode 100644
index 000000000000..0ef51d6c68d3
--- /dev/null
+++ b/srcpkgs/cppman/template
@@ -0,0 +1,14 @@
+# Template file for 'cppman'
+pkgname=cppman
+version=0.5.1
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python python3-BeautifulSoup4 python3-html5lib"
+checkdepends=$depends
+short_desc="C++ 98/11/14 manual pages for Linux"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/aitjcize/cppman"
+distfiles="https://github.com/aitjcize/cppman/archive/${version}.tar.gz"
+checksum=1da27dda46e702063cb9635eac7bd6ca9f73adfab6f015c2659e511fb0f2bcf8

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

* Re: [PR PATCH] [Updated] New package: cppman-0.5.1
  2022-01-30 22:51 [PR PATCH] New package: cppman-0.5.1 ram02z
@ 2022-01-30 23:04 ` ram02z
  2022-01-31 10:33 ` [PR PATCH] [Updated] New package: cppman-0.5.3 ram02z
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ram02z @ 2022-01-30 23:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ram02z/void-packages cppman
https://github.com/void-linux/void-packages/pull/35321

New package: cppman-0.5.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From c85c9c8ab272459059f7d8825ab10aa75367b945 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sun, 30 Jan 2022 22:47:38 +0000
Subject: [PATCH] New package: cppman-0.5.3

---
 srcpkgs/cppman/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/cppman/template

diff --git a/srcpkgs/cppman/template b/srcpkgs/cppman/template
new file mode 100644
index 000000000000..502f49d4fc05
--- /dev/null
+++ b/srcpkgs/cppman/template
@@ -0,0 +1,15 @@
+# Template file for 'cppman'
+pkgname=cppman
+version=0.5.3
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python python3-BeautifulSoup4 python3-html5lib"
+checkdepends=$depends
+short_desc="C++ 98/11/14 manual pages for Linux"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/aitjcize/cppman"
+changelog="https://raw.githubusercontent.com/aitjcize/cppman/master/ChangeLog"
+distfiles="${PYPI_SITE}/c/cppman/cppman-${version}.tar.gz"
+checksum=27b8cee7e99055770d8251f969dcb9c4972342f92250e341bf9e10b9678a9140

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

* Re: [PR PATCH] [Updated] New package: cppman-0.5.3
  2022-01-30 22:51 [PR PATCH] New package: cppman-0.5.1 ram02z
  2022-01-30 23:04 ` [PR PATCH] [Updated] " ram02z
@ 2022-01-31 10:33 ` ram02z
  2022-01-31 16:36 ` ram02z
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ram02z @ 2022-01-31 10:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ram02z/void-packages cppman
https://github.com/void-linux/void-packages/pull/35321

New package: cppman-0.5.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

<!--
#### Testing the changes
- I tested the changes in this PR: **YES**
--->

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 328dc52f8233f8e0045904f5e34056d56eb9b4d9 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sun, 30 Jan 2022 22:47:38 +0000
Subject: [PATCH] New package: cppman-0.5.3

---
 srcpkgs/cppman/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/cppman/template

diff --git a/srcpkgs/cppman/template b/srcpkgs/cppman/template
new file mode 100644
index 000000000000..a42fbde737fe
--- /dev/null
+++ b/srcpkgs/cppman/template
@@ -0,0 +1,15 @@
+# Template file for 'cppman'
+pkgname=cppman
+version=0.5.3
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python python3-BeautifulSoup4 python3-html5lib python3-lxml"
+checkdepends=$depends
+short_desc="C++ 98/11/14 manual pages for Linux"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/aitjcize/cppman"
+changelog="https://raw.githubusercontent.com/aitjcize/cppman/master/ChangeLog"
+distfiles="${PYPI_SITE}/c/cppman/cppman-${version}.tar.gz"
+checksum=27b8cee7e99055770d8251f969dcb9c4972342f92250e341bf9e10b9678a9140

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

* Re: [PR PATCH] [Updated] New package: cppman-0.5.3
  2022-01-30 22:51 [PR PATCH] New package: cppman-0.5.1 ram02z
  2022-01-30 23:04 ` [PR PATCH] [Updated] " ram02z
  2022-01-31 10:33 ` [PR PATCH] [Updated] New package: cppman-0.5.3 ram02z
@ 2022-01-31 16:36 ` ram02z
  2022-02-20 21:39 ` [PR REVIEW] " paper42
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ram02z @ 2022-01-31 16:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ram02z/void-packages cppman
https://github.com/void-linux/void-packages/pull/35321

New package: cppman-0.5.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

<!--
#### Testing the changes
- I tested the changes in this PR: **YES**
--->

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 34f88d5b8bf06c6aa41c82fa620c170595152b92 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sun, 30 Jan 2022 22:47:38 +0000
Subject: [PATCH] New package: cppman-0.5.3

---
 srcpkgs/cppman/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/cppman/template

diff --git a/srcpkgs/cppman/template b/srcpkgs/cppman/template
new file mode 100644
index 000000000000..093f0156ef5e
--- /dev/null
+++ b/srcpkgs/cppman/template
@@ -0,0 +1,15 @@
+# Template file for 'cppman'
+pkgname=cppman
+version=0.5.3
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python python3-BeautifulSoup4 python3-html5lib python3-lxml"
+checkdepends=$depends
+short_desc="C++ 98/11/14 manual pages for Linux"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/aitjcize/cppman"
+changelog="https://raw.githubusercontent.com/aitjcize/cppman/master/ChangeLog"
+distfiles="https://github.com/aitjcize/cppman/archive/${version}.tar.gz"
+checksum=8bfc0f583d5eae86a4fc54c119969d514e166b19b7f3538f9ac4d9fff13694fe

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

* Re: [PR REVIEW] New package: cppman-0.5.3
  2022-01-30 22:51 [PR PATCH] New package: cppman-0.5.1 ram02z
                   ` (3 preceding siblings ...)
  2022-02-20 21:39 ` [PR REVIEW] " paper42
@ 2022-02-20 21:39 ` paper42
  2022-02-21 11:08 ` [PR PATCH] [Updated] " ram02z
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-02-20 21:39 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35321#discussion_r810688090

Comment:
```suggestion
depends="python3-BeautifulSoup4 python3-html5lib python3-lxml"
```

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

* Re: [PR REVIEW] New package: cppman-0.5.3
  2022-01-30 22:51 [PR PATCH] New package: cppman-0.5.1 ram02z
                   ` (2 preceding siblings ...)
  2022-01-31 16:36 ` ram02z
@ 2022-02-20 21:39 ` paper42
  2022-02-20 21:39 ` paper42
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-02-20 21:39 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35321#discussion_r810688249

Comment:
```suggestion
checkdepends="$depends"
```

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

* Re: [PR PATCH] [Updated] New package: cppman-0.5.3
  2022-01-30 22:51 [PR PATCH] New package: cppman-0.5.1 ram02z
                   ` (4 preceding siblings ...)
  2022-02-20 21:39 ` paper42
@ 2022-02-21 11:08 ` ram02z
  2022-02-21 11:10 ` ram02z
  2022-02-21 15:02 ` [PR PATCH] [Merged]: " paper42
  7 siblings, 0 replies; 9+ messages in thread
From: ram02z @ 2022-02-21 11:08 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ram02z/void-packages cppman
https://github.com/void-linux/void-packages/pull/35321

New package: cppman-0.5.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

<!--
#### Testing the changes
- I tested the changes in this PR: **YES**
--->

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From e5d8156dd028a42445e8d99dee1ae2838c70447c Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sun, 30 Jan 2022 22:47:38 +0000
Subject: [PATCH] New package: cppman-0.5.3

---
 srcpkgs/cppman/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/cppman/template

diff --git a/srcpkgs/cppman/template b/srcpkgs/cppman/template
new file mode 100644
index 000000000000..f97c6300b2e5
--- /dev/null
+++ b/srcpkgs/cppman/template
@@ -0,0 +1,15 @@
+# Template file for 'cppman'
+pkgname=cppman
+version=0.5.3
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-BeautifulSoup4 python3-html5lib python3-lxml"
+checkdepends="$depends"
+short_desc="C++ 98/11/14 manual pages for Linux"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/aitjcize/cppman"
+changelog="https://raw.githubusercontent.com/aitjcize/cppman/master/ChangeLog"
+distfiles="https://github.com/aitjcize/cppman/archive/${version}.tar.gz"
+checksum=8bfc0f583d5eae86a4fc54c119969d514e166b19b7f3538f9ac4d9fff13694fe

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

* Re: [PR PATCH] [Updated] New package: cppman-0.5.3
  2022-01-30 22:51 [PR PATCH] New package: cppman-0.5.1 ram02z
                   ` (5 preceding siblings ...)
  2022-02-21 11:08 ` [PR PATCH] [Updated] " ram02z
@ 2022-02-21 11:10 ` ram02z
  2022-02-21 15:02 ` [PR PATCH] [Merged]: " paper42
  7 siblings, 0 replies; 9+ messages in thread
From: ram02z @ 2022-02-21 11:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ram02z/void-packages cppman
https://github.com/void-linux/void-packages/pull/35321

New package: cppman-0.5.3
<!-- Uncomment relevant sections and delete options which are not applicable -->

<!--
#### Testing the changes
- I tested the changes in this PR: **YES**
--->

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 7e24683073ff71e37044a28f22d83a9381990e25 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Sun, 30 Jan 2022 22:47:38 +0000
Subject: [PATCH] New package: cppman-0.5.3

---
 srcpkgs/cppman/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/cppman/template

diff --git a/srcpkgs/cppman/template b/srcpkgs/cppman/template
new file mode 100644
index 000000000000..f97c6300b2e5
--- /dev/null
+++ b/srcpkgs/cppman/template
@@ -0,0 +1,15 @@
+# Template file for 'cppman'
+pkgname=cppman
+version=0.5.3
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-BeautifulSoup4 python3-html5lib python3-lxml"
+checkdepends="$depends"
+short_desc="C++ 98/11/14 manual pages for Linux"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/aitjcize/cppman"
+changelog="https://raw.githubusercontent.com/aitjcize/cppman/master/ChangeLog"
+distfiles="https://github.com/aitjcize/cppman/archive/${version}.tar.gz"
+checksum=8bfc0f583d5eae86a4fc54c119969d514e166b19b7f3538f9ac4d9fff13694fe

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

* Re: [PR PATCH] [Merged]: New package: cppman-0.5.3
  2022-01-30 22:51 [PR PATCH] New package: cppman-0.5.1 ram02z
                   ` (6 preceding siblings ...)
  2022-02-21 11:10 ` ram02z
@ 2022-02-21 15:02 ` paper42
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-02-21 15:02 UTC (permalink / raw)
  To: ml

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

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

New package: cppman-0.5.3
https://github.com/void-linux/void-packages/pull/35321

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

<!--
#### Testing the changes
- I tested the changes in this PR: **YES**
--->

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-02-21 15:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-30 22:51 [PR PATCH] New package: cppman-0.5.1 ram02z
2022-01-30 23:04 ` [PR PATCH] [Updated] " ram02z
2022-01-31 10:33 ` [PR PATCH] [Updated] New package: cppman-0.5.3 ram02z
2022-01-31 16:36 ` ram02z
2022-02-20 21:39 ` [PR REVIEW] " paper42
2022-02-20 21:39 ` paper42
2022-02-21 11:08 ` [PR PATCH] [Updated] " ram02z
2022-02-21 11:10 ` ram02z
2022-02-21 15:02 ` [PR PATCH] [Merged]: " paper42

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