* [PR PATCH] kup: update to 0.10.0.
@ 2024-10-25 1:24 Astate
2024-10-25 12:29 ` Astate
` (9 more replies)
0 siblings, 10 replies; 11+ messages in thread
From: Astate @ 2024-10-25 1:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 469 bytes --]
There is a new pull request by Astate against master on the void-packages repository
https://github.com/Astate/void-packages kup
https://github.com/void-linux/void-packages/pull/52769
kup: update to 0.10.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
A patch file from https://github.com/void-linux/void-packages/pull/52769.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kup-52769.patch --]
[-- Type: text/x-diff, Size: 1815 bytes --]
From c61ea36b6eeed897b3877ec7fca710e5c43e1aa1 Mon Sep 17 00:00:00 2001
From: Zacharie Roy <zacharieroy@gmail.com>
Date: Thu, 24 Oct 2024 21:19:56 -0400
Subject: [PATCH] kup: update to 0.10.0.
---
srcpkgs/kup/template | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index dd3f1dc81df5a8..dac151adb6ffce 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -1,17 +1,17 @@
# Template file for 'kup'
pkgname=kup
-version=0.9.1
-revision=4
+version=0.10.0
+revision=1
build_style=cmake
-hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons
- kpackage gettext kconfig"
-makedepends="cmake qt5-devel kcoreaddons-devel ki18n-devel kio-devel ksolid-devel
- kidletime-devel knotifications-devel kconfig-devel kinit-devel kjobwidgets-devel
- libgit2-devel plasma-framework-devel"
+configure_args="-DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DQT_MAJOR_VERSION=6 -DCMAKE_INSTALL_PREFIX=/usr"
+hostmakedepends="extra-cmake-modules kf6-kdoctools kf6-kcoreaddons gettext kf6-kconfig kf6-kcmutils"
+makedepends="cmake qt6-base qt6-declarative kf6-kcoreaddons-devel kf6-ki18n-devel kf6-kio-devel kf6-solid-devel
+ kf6-kidletime-devel kf6-knotifications-devel kf6-kconfig-devel kf6-kjobwidgets-devel
+ libgit2-devel kf6-kcmutils-devel libplasma-devel plasma5support-devel"
depends="rsync"
short_desc="Kup is created to keep backups of personal files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.kde.org/applications/utilities/kup/"
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=5597d215b025bfc76aa290efbe187fb6f92313fbdc40628b851180c535610976
+checksum=ac58f3f789973cac5f2b70a81683294e90f7f84fa3b399116b398bca6eff1b0a
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
@ 2024-10-25 12:29 ` Astate
2024-10-25 23:36 ` [PR REVIEW] " classabbyamp
` (8 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Astate @ 2024-10-25 12:29 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 190 bytes --]
New comment by Astate on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#issuecomment-2437654248
Comment:
i tested with rsync and with bup and it's working
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PR REVIEW] kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
2024-10-25 12:29 ` Astate
@ 2024-10-25 23:36 ` classabbyamp
2024-10-26 0:30 ` [PR PATCH] [Updated] " Astate
` (7 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2024-10-25 23:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 203 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#discussion_r1817450214
Comment:
don't set CMAKE_BUILD_TYPE or CMAKE_INSTALL_PREFIX
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PR PATCH] [Updated] kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
2024-10-25 12:29 ` Astate
2024-10-25 23:36 ` [PR REVIEW] " classabbyamp
@ 2024-10-26 0:30 ` Astate
2024-10-26 21:33 ` [PR REVIEW] " AnInternetTroll
` (6 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Astate @ 2024-10-26 0:30 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 520 bytes --]
There is an updated pull request by Astate against master on the void-packages repository
https://github.com/Astate/void-packages kup
https://github.com/void-linux/void-packages/pull/52769
kup: update to 0.10.0.
#### Testing the changes
- I tested the changes in this PR: **YES**
- i tested with rsync and with bup
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
Fixe #52752
A patch file from https://github.com/void-linux/void-packages/pull/52769.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kup-52769.patch --]
[-- Type: text/x-diff, Size: 2783 bytes --]
From c61ea36b6eeed897b3877ec7fca710e5c43e1aa1 Mon Sep 17 00:00:00 2001
From: Zacharie Roy <zacharieroy@gmail.com>
Date: Thu, 24 Oct 2024 21:19:56 -0400
Subject: [PATCH 1/2] kup: update to 0.10.0.
---
srcpkgs/kup/template | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index dd3f1dc81df5a8..dac151adb6ffce 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -1,17 +1,17 @@
# Template file for 'kup'
pkgname=kup
-version=0.9.1
-revision=4
+version=0.10.0
+revision=1
build_style=cmake
-hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons
- kpackage gettext kconfig"
-makedepends="cmake qt5-devel kcoreaddons-devel ki18n-devel kio-devel ksolid-devel
- kidletime-devel knotifications-devel kconfig-devel kinit-devel kjobwidgets-devel
- libgit2-devel plasma-framework-devel"
+configure_args="-DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DQT_MAJOR_VERSION=6 -DCMAKE_INSTALL_PREFIX=/usr"
+hostmakedepends="extra-cmake-modules kf6-kdoctools kf6-kcoreaddons gettext kf6-kconfig kf6-kcmutils"
+makedepends="cmake qt6-base qt6-declarative kf6-kcoreaddons-devel kf6-ki18n-devel kf6-kio-devel kf6-solid-devel
+ kf6-kidletime-devel kf6-knotifications-devel kf6-kconfig-devel kf6-kjobwidgets-devel
+ libgit2-devel kf6-kcmutils-devel libplasma-devel plasma5support-devel"
depends="rsync"
short_desc="Kup is created to keep backups of personal files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.kde.org/applications/utilities/kup/"
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=5597d215b025bfc76aa290efbe187fb6f92313fbdc40628b851180c535610976
+checksum=ac58f3f789973cac5f2b70a81683294e90f7f84fa3b399116b398bca6eff1b0a
From 11d3bb9d24487cce0e8130fb1411cc4c30dd29fb Mon Sep 17 00:00:00 2001
From: Zacharie Roy <zacharieroy@gmail.com>
Date: Fri, 25 Oct 2024 20:30:03 -0400
Subject: [PATCH 2/2] kup: update to 0.10.0.
---
srcpkgs/kup/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index dac151adb6ffce..c466d2a15fd35f 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -3,7 +3,7 @@ pkgname=kup
version=0.10.0
revision=1
build_style=cmake
-configure_args="-DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DQT_MAJOR_VERSION=6 -DCMAKE_INSTALL_PREFIX=/usr"
+configure_args="-DQT_MAJOR_VERSION=6"
hostmakedepends="extra-cmake-modules kf6-kdoctools kf6-kcoreaddons gettext kf6-kconfig kf6-kcmutils"
makedepends="cmake qt6-base qt6-declarative kf6-kcoreaddons-devel kf6-ki18n-devel kf6-kio-devel kf6-solid-devel
kf6-kidletime-devel kf6-knotifications-devel kf6-kconfig-devel kf6-kjobwidgets-devel
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PR REVIEW] kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (2 preceding siblings ...)
2024-10-26 0:30 ` [PR PATCH] [Updated] " Astate
@ 2024-10-26 21:33 ` AnInternetTroll
2024-10-27 0:57 ` [PR PATCH] [Updated] " Astate
` (5 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: AnInternetTroll @ 2024-10-26 21:33 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 212 bytes --]
New review comment by AnInternetTroll on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#discussion_r1817933129
Comment:
```suggestion
homepage="https://apps.kde.org/kup/"
```
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PR PATCH] [Updated] kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (3 preceding siblings ...)
2024-10-26 21:33 ` [PR REVIEW] " AnInternetTroll
@ 2024-10-27 0:57 ` Astate
2024-11-12 22:46 ` ddmgh
` (4 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: Astate @ 2024-10-27 0:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 520 bytes --]
There is an updated pull request by Astate against master on the void-packages repository
https://github.com/Astate/void-packages kup
https://github.com/void-linux/void-packages/pull/52769
kup: update to 0.10.0.
#### Testing the changes
- I tested the changes in this PR: **YES**
- i tested with rsync and with bup
#### Local build testing
- I built this PR locally for my native architecture, (x86_64)
Fixe #52752
A patch file from https://github.com/void-linux/void-packages/pull/52769.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kup-52769.patch --]
[-- Type: text/x-diff, Size: 3701 bytes --]
From c61ea36b6eeed897b3877ec7fca710e5c43e1aa1 Mon Sep 17 00:00:00 2001
From: Zacharie Roy <zacharieroy@gmail.com>
Date: Thu, 24 Oct 2024 21:19:56 -0400
Subject: [PATCH 1/3] kup: update to 0.10.0.
---
srcpkgs/kup/template | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index dd3f1dc81df5a8..dac151adb6ffce 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -1,17 +1,17 @@
# Template file for 'kup'
pkgname=kup
-version=0.9.1
-revision=4
+version=0.10.0
+revision=1
build_style=cmake
-hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons
- kpackage gettext kconfig"
-makedepends="cmake qt5-devel kcoreaddons-devel ki18n-devel kio-devel ksolid-devel
- kidletime-devel knotifications-devel kconfig-devel kinit-devel kjobwidgets-devel
- libgit2-devel plasma-framework-devel"
+configure_args="-DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DQT_MAJOR_VERSION=6 -DCMAKE_INSTALL_PREFIX=/usr"
+hostmakedepends="extra-cmake-modules kf6-kdoctools kf6-kcoreaddons gettext kf6-kconfig kf6-kcmutils"
+makedepends="cmake qt6-base qt6-declarative kf6-kcoreaddons-devel kf6-ki18n-devel kf6-kio-devel kf6-solid-devel
+ kf6-kidletime-devel kf6-knotifications-devel kf6-kconfig-devel kf6-kjobwidgets-devel
+ libgit2-devel kf6-kcmutils-devel libplasma-devel plasma5support-devel"
depends="rsync"
short_desc="Kup is created to keep backups of personal files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.kde.org/applications/utilities/kup/"
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=5597d215b025bfc76aa290efbe187fb6f92313fbdc40628b851180c535610976
+checksum=ac58f3f789973cac5f2b70a81683294e90f7f84fa3b399116b398bca6eff1b0a
From 11d3bb9d24487cce0e8130fb1411cc4c30dd29fb Mon Sep 17 00:00:00 2001
From: Zacharie Roy <zacharieroy@gmail.com>
Date: Fri, 25 Oct 2024 20:30:03 -0400
Subject: [PATCH 2/3] kup: update to 0.10.0.
---
srcpkgs/kup/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index dac151adb6ffce..c466d2a15fd35f 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -3,7 +3,7 @@ pkgname=kup
version=0.10.0
revision=1
build_style=cmake
-configure_args="-DBUILD_TESTING=OFF -DCMAKE_BUILD_TYPE=Release -DQT_MAJOR_VERSION=6 -DCMAKE_INSTALL_PREFIX=/usr"
+configure_args="-DQT_MAJOR_VERSION=6"
hostmakedepends="extra-cmake-modules kf6-kdoctools kf6-kcoreaddons gettext kf6-kconfig kf6-kcmutils"
makedepends="cmake qt6-base qt6-declarative kf6-kcoreaddons-devel kf6-ki18n-devel kf6-kio-devel kf6-solid-devel
kf6-kidletime-devel kf6-knotifications-devel kf6-kconfig-devel kf6-kjobwidgets-devel
From 93921b2c836f41489b7200a409617acdc199b56b Mon Sep 17 00:00:00 2001
From: Zacharie <zacharieroy@gmail.com>
Date: Sat, 26 Oct 2024 20:57:00 -0400
Subject: [PATCH 3/3] Update srcpkgs/kup/template
update homepage
Co-authored-by: Luca Matei Pintilie <luca@lucamatei.com>
---
srcpkgs/kup/template | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/srcpkgs/kup/template b/srcpkgs/kup/template
index c466d2a15fd35f..e8c6393969c115 100644
--- a/srcpkgs/kup/template
+++ b/srcpkgs/kup/template
@@ -12,6 +12,6 @@ depends="rsync"
short_desc="Kup is created to keep backups of personal files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later"
-homepage="https://www.kde.org/applications/utilities/kup/"
+homepage="https://apps.kde.org/kup/"
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=ac58f3f789973cac5f2b70a81683294e90f7f84fa3b399116b398bca6eff1b0a
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (4 preceding siblings ...)
2024-10-27 0:57 ` [PR PATCH] [Updated] " Astate
@ 2024-11-12 22:46 ` ddmgh
2024-11-12 22:48 ` classabbyamp
` (3 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: ddmgh @ 2024-11-12 22:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 380 bytes --]
New comment by ddmgh on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#issuecomment-2471750653
Comment:
Hello! Thanks for the work here in relation to #52752. New to Linux/Void/GitHub and I noticed some of the check builds here failed for x86_64. Does this mean this PR is not really ready for testing until these failures are resolved? Thanks.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (5 preceding siblings ...)
2024-11-12 22:46 ` ddmgh
@ 2024-11-12 22:48 ` classabbyamp
2024-11-13 0:15 ` Astate
` (2 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2024-11-12 22:48 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 188 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#issuecomment-2471756438
Comment:
only the cross-compiled builds are broken
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (6 preceding siblings ...)
2024-11-12 22:48 ` classabbyamp
@ 2024-11-13 0:15 ` Astate
2024-11-13 21:43 ` classabbyamp
2024-11-15 16:15 ` ddmgh
9 siblings, 0 replies; 11+ messages in thread
From: Astate @ 2024-11-13 0:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 271 bytes --]
New comment by Astate on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#issuecomment-2471993668
Comment:
> only the cross-compiled builds are broken
What next step if i dont how to résolve cross compile?
The x86_64 work well now
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (7 preceding siblings ...)
2024-11-13 0:15 ` Astate
@ 2024-11-13 21:43 ` classabbyamp
2024-11-15 16:15 ` ddmgh
9 siblings, 0 replies; 11+ messages in thread
From: classabbyamp @ 2024-11-13 21:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 330 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#issuecomment-2474872361
Comment:
read the build log to see how it failed. in this case, it failed to find a file, so find the package that contains it and add it to hostmakedepends (`xlocate Qt6HostInfoConfig.cmake`)
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: kup: update to 0.10.0.
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
` (8 preceding siblings ...)
2024-11-13 21:43 ` classabbyamp
@ 2024-11-15 16:15 ` ddmgh
9 siblings, 0 replies; 11+ messages in thread
From: ddmgh @ 2024-11-15 16:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1735 bytes --]
New comment by ddmgh on void-packages repository
https://github.com/void-linux/void-packages/pull/52769#issuecomment-2479334129
Comment:
New to this stuff and, when I went to build it, I received the following:
```
CMake Error at /usr/share/cmake-3.30/Modules/CMakeFindDependencyMacro.cmake:76 (find_package):
Could not find a configuration file for package "KF6CoreAddons" that is
compatible with requested version "6.7.0".
The following configuration files were considered but not accepted:
/usr/lib64/cmake/KF6CoreAddons/KF6CoreAddonsConfig.cmake, version: 6.6.0
/usr/lib/cmake/KF6CoreAddons/KF6CoreAddonsConfig.cmake, version: 6.6.0
/lib64/cmake/KF6CoreAddons/KF6CoreAddonsConfig.cmake, version: 6.6.0
/lib/cmake/KF6CoreAddons/KF6CoreAddonsConfig.cmake, version: 6.6.0
Call Stack (most recent call first):
/usr/lib64/cmake/KF6Package/KF6PackageConfig.cmake:55 (find_dependency)
/usr/share/cmake-3.30/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
/usr/lib64/cmake/Plasma/PlasmaConfig.cmake:52 (find_dependency)
CMakeLists.txt:51 (find_package)
-- Configuring incomplete, errors occurred!
=> ERROR: kup-0.10.0_1: do_configure: 'CFLAGS="-DNDEBUG ${CFLAGS/ -pipe / }" CXXFLAGS="-DNDEBUG ${CXXFLAGS/ -pipe / }" cmake ${cmake_args} ${configure_args} ${LIBS:+-DCMAKE_C_STANDARD_LIBRARIES="$LIBS"} ${LIBS:+-DCMAKE_CXX_STANDARD_LIBRARIES="$LIBS"} ${wrksrc}/${build_wrksrc}' exited with 1
=> ERROR: in do_configure() at common/build-style/cmake.sh:77
```
This appears to have happened after building all the dependencies, which took about a day on a two core virtual machine.
It appears something is out-of-sync, but I'm uncertain of the best way to resolve it.
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-11-15 16:15 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-25 1:24 [PR PATCH] kup: update to 0.10.0 Astate
2024-10-25 12:29 ` Astate
2024-10-25 23:36 ` [PR REVIEW] " classabbyamp
2024-10-26 0:30 ` [PR PATCH] [Updated] " Astate
2024-10-26 21:33 ` [PR REVIEW] " AnInternetTroll
2024-10-27 0:57 ` [PR PATCH] [Updated] " Astate
2024-11-12 22:46 ` ddmgh
2024-11-12 22:48 ` classabbyamp
2024-11-13 0:15 ` Astate
2024-11-13 21:43 ` classabbyamp
2024-11-15 16:15 ` ddmgh
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).