Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] parsec: update to 150
@ 2020-01-06 17:34 voidlinux-github
  2020-01-08 17:29 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-06 17:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/silvernode/void-packages parsec
https://github.com/void-linux/void-packages/pull/18077

parsec: update to 150


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

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

From 884cf247c875752c54e174f101608f72e8643231 Mon Sep 17 00:00:00 2001
From: mollusk <silvernode@gmail.com>
Date: Tue, 24 Dec 2019 00:55:58 -0700
Subject: [PATCH] parsec: update to 150

---
 srcpkgs/parsec/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/parsec/template b/srcpkgs/parsec/template
index 403c1380b05..f20641a2611 100644
--- a/srcpkgs/parsec/template
+++ b/srcpkgs/parsec/template
@@ -1,6 +1,6 @@
 # Template file for 'parsec'
 pkgname=parsec
-version=147.9
+version=150
 revision=1
 archs="x86_64"
 build_style=fetch
@@ -10,7 +10,7 @@ maintainer="Kozova1 <mug66kk@gmail.com>"
 license="Proprietary"
 homepage="https://parsecgaming.com"
 distfiles="https://s3.amazonaws.com/parsec-build/package/parsec-linux.deb"
-checksum=beed951ebee0189e8c22aa3d9190e1ddc7691c4703379e146a8b812c21b3a273
+checksum=0741a0b535e676853a50d3ff1a6f6b2355fff127b6a0c0e503ad83818ef7bc74
 nopie=yes
 restricted=yes
 
@@ -21,6 +21,6 @@ do_extract() {
 do_install() {
 	tar xf "data.tar.xz" -C ${DESTDIR}
 	vmkdir usr/lib/parsec
-	mv ${DESTDIR}/usr/share/parsec/skel/parsecd-147-9.so ${DESTDIR}/usr/lib/parsec/parsecd-147-9.so
+	mv ${DESTDIR}/usr/share/parsec/skel/parsecd-150-11.so ${DESTDIR}/usr/lib/parsec/parsecd-150-11.so
 	ln -rs ${DESTDIR}/usr/lib/parsec/parsecd-147-9.so ${DESTDIR}/usr/share/parsec/skel/
 }

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

* Re: [PR PATCH] [Updated] parsec: update to 150
  2020-01-06 17:34 [PR PATCH] parsec: update to 150 voidlinux-github
@ 2020-01-08 17:29 ` voidlinux-github
  2020-01-08 17:33 ` voidlinux-github
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-08 17:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/silvernode/void-packages parsec
https://github.com/void-linux/void-packages/pull/18077

parsec: update to 150


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

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

From c1517f4f4c8450eb2b869ad9c144fc4e49e0a31c Mon Sep 17 00:00:00 2001
From: mollusk <silvernode@gmail.com>
Date: Wed, 8 Jan 2020 10:29:29 -0700
Subject: [PATCH] parsec: update to 150

---
 srcpkgs/parsec/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/parsec/template b/srcpkgs/parsec/template
index 403c1380b05..24a9bc9d912 100644
--- a/srcpkgs/parsec/template
+++ b/srcpkgs/parsec/template
@@ -1,6 +1,6 @@
 # Template file for 'parsec'
 pkgname=parsec
-version=147.9
+version=150
 revision=1
 archs="x86_64"
 build_style=fetch
@@ -10,7 +10,7 @@ maintainer="Kozova1 <mug66kk@gmail.com>"
 license="Proprietary"
 homepage="https://parsecgaming.com"
 distfiles="https://s3.amazonaws.com/parsec-build/package/parsec-linux.deb"
-checksum=beed951ebee0189e8c22aa3d9190e1ddc7691c4703379e146a8b812c21b3a273
+checksum=0741a0b535e676853a50d3ff1a6f6b2355fff127b6a0c0e503ad83818ef7bc74
 nopie=yes
 restricted=yes
 
@@ -19,8 +19,8 @@ do_extract() {
 }
 
 do_install() {
-	tar xf "data.tar.xz" -C ${DESTDIR}
+	bsdtar xf "data.tar.xz" -C ${DESTDIR}
 	vmkdir usr/lib/parsec
-	mv ${DESTDIR}/usr/share/parsec/skel/parsecd-147-9.so ${DESTDIR}/usr/lib/parsec/parsecd-147-9.so
-	ln -rs ${DESTDIR}/usr/lib/parsec/parsecd-147-9.so ${DESTDIR}/usr/share/parsec/skel/
+	mv ${DESTDIR}/usr/share/parsec/skel/parsecd-${version}-11.so ${DESTDIR}/usr/lib/parsec/parsecd-${version}-11.so
+	ln -rs ${DESTDIR}/usr/lib/parsec/parsecd-150.so ${DESTDIR}/usr/share/parsec/skel/
 }

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

* Re: parsec: update to 150
  2020-01-06 17:34 [PR PATCH] parsec: update to 150 voidlinux-github
  2020-01-08 17:29 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-08 17:33 ` voidlinux-github
  2020-01-08 18:23 ` voidlinux-github
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-08 17:33 UTC (permalink / raw)
  To: ml

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

New comment by silvernode on void-packages repository

https://github.com/void-linux/void-packages/pull/18077#issuecomment-572175029

Comment:
I went with bsdtar so things should work this time around. 

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

* Re: parsec: update to 150
  2020-01-06 17:34 [PR PATCH] parsec: update to 150 voidlinux-github
  2020-01-08 17:29 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-08 17:33 ` voidlinux-github
@ 2020-01-08 18:23 ` voidlinux-github
  2020-01-08 21:34 ` voidlinux-github
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-08 18:23 UTC (permalink / raw)
  To: ml

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

New comment by silvernode on void-packages repository

https://github.com/void-linux/void-packages/pull/18077#issuecomment-572194695

Comment:
I guess it wants me to find the ID for this license, which there doesn't seem to be anything relevant on SPDX so I'll have to look into this and figure out what I need to supply to the string. Seems like I can just write"custom: proprietary" but I'm not sure.

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

* Re: parsec: update to 150
  2020-01-06 17:34 [PR PATCH] parsec: update to 150 voidlinux-github
                   ` (2 preceding siblings ...)
  2020-01-08 18:23 ` voidlinux-github
@ 2020-01-08 21:34 ` voidlinux-github
  2020-01-09 21:44 ` voidlinux-github
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-08 21:34 UTC (permalink / raw)
  To: ml

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

New comment by silvernode on void-packages repository

https://github.com/void-linux/void-packages/pull/18077#issuecomment-572267134

Comment:
Parsec does not ship a license file with their debian package and only have a terms of service page with a license section which is one paragraph. Should I just not include the license variable at all? the Manual says if there is no license file to default to BSD-2-clause, but xlint complains that there is still no license file. Not sure what to do next. This template was previously merged with license var the way it is.

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

* Re: parsec: update to 150
  2020-01-06 17:34 [PR PATCH] parsec: update to 150 voidlinux-github
                   ` (3 preceding siblings ...)
  2020-01-08 21:34 ` voidlinux-github
@ 2020-01-09 21:44 ` voidlinux-github
  2020-01-12  3:27 ` voidlinux-github
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-09 21:44 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/18077#issuecomment-572770572

Comment:
Manual says to use BSD for package with no files at all, not about lacking license. Set license="custom:proprietary" and ignore warning to use vlicense.

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

* Re: parsec: update to 150
  2020-01-06 17:34 [PR PATCH] parsec: update to 150 voidlinux-github
                   ` (4 preceding siblings ...)
  2020-01-09 21:44 ` voidlinux-github
@ 2020-01-12  3:27 ` voidlinux-github
  2020-01-12  3:27 ` voidlinux-github
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-12  3:27 UTC (permalink / raw)
  To: ml

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

New comment by silvernode on void-packages repository

https://github.com/void-linux/void-packages/pull/18077#issuecomment-573378237

Comment:
> Manual says to use BSD for package with no files at all, not about lacking license. Set license="custom:proprietary" and ignore warning to use vlicense.

Ah, now I feel dumb, I should have followed my instinct. 

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

* Re: parsec: update to 150
  2020-01-06 17:34 [PR PATCH] parsec: update to 150 voidlinux-github
                   ` (5 preceding siblings ...)
  2020-01-12  3:27 ` voidlinux-github
@ 2020-01-12  3:27 ` voidlinux-github
  2020-01-12  6:51 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-12  3:27 UTC (permalink / raw)
  To: ml

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

New comment by silvernode on void-packages repository

https://github.com/void-linux/void-packages/pull/18077#issuecomment-573378237

Comment:
> Manual says to use BSD for package with no files at all, not about lacking license. Set license="custom:proprietary" and ignore warning to use vlicense.

Ah, now I feel dumb, I should have followed my instinct. 

I read the manual but was not sure how to read that part

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

* Re: [PR PATCH] [Updated] parsec: update to 150
  2020-01-06 17:34 [PR PATCH] parsec: update to 150 voidlinux-github
                   ` (6 preceding siblings ...)
  2020-01-12  3:27 ` voidlinux-github
@ 2020-01-12  6:51 ` voidlinux-github
  2020-01-12  9:56 ` voidlinux-github
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-12  6:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/silvernode/void-packages parsec
https://github.com/void-linux/void-packages/pull/18077

parsec: update to 150


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

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

From f4aeba2a8ce81caa9f9d9a840a7d21d2afae9b9a Mon Sep 17 00:00:00 2001
From: mollusk <silvernode@gmail.com>
Date: Sat, 11 Jan 2020 23:51:22 -0700
Subject: [PATCH] parsec: update to 150

---
 srcpkgs/parsec/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/parsec/template b/srcpkgs/parsec/template
index 403c1380b05..e9bee2b94df 100644
--- a/srcpkgs/parsec/template
+++ b/srcpkgs/parsec/template
@@ -1,16 +1,16 @@
 # Template file for 'parsec'
 pkgname=parsec
-version=147.9
+version=150
 revision=1
 archs="x86_64"
 build_style=fetch
 depends="libgcc libGL libglib-static libSM libsndio libstdc++ libX11 libXxf86vm"
 short_desc="Low latency proprietary game streaming application"
 maintainer="Kozova1 <mug66kk@gmail.com>"
-license="Proprietary"
+license="custom:proprietary"
 homepage="https://parsecgaming.com"
 distfiles="https://s3.amazonaws.com/parsec-build/package/parsec-linux.deb"
-checksum=beed951ebee0189e8c22aa3d9190e1ddc7691c4703379e146a8b812c21b3a273
+checksum=0741a0b535e676853a50d3ff1a6f6b2355fff127b6a0c0e503ad83818ef7bc74
 nopie=yes
 restricted=yes
 
@@ -19,8 +19,8 @@ do_extract() {
 }
 
 do_install() {
-	tar xf "data.tar.xz" -C ${DESTDIR}
+	bsdtar xf "data.tar.xz" -C ${DESTDIR}
 	vmkdir usr/lib/parsec
-	mv ${DESTDIR}/usr/share/parsec/skel/parsecd-147-9.so ${DESTDIR}/usr/lib/parsec/parsecd-147-9.so
-	ln -rs ${DESTDIR}/usr/lib/parsec/parsecd-147-9.so ${DESTDIR}/usr/share/parsec/skel/
+	mv ${DESTDIR}/usr/share/parsec/skel/parsecd-${version}-11.so ${DESTDIR}/usr/lib/parsec/parsecd-${version}-11.so
+	ln -rs ${DESTDIR}/usr/lib/parsec/parsecd-150.so ${DESTDIR}/usr/share/parsec/skel/
 }

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

* Re: [PR PATCH] [Updated] parsec: update to 150
  2020-01-06 17:34 [PR PATCH] parsec: update to 150 voidlinux-github
                   ` (7 preceding siblings ...)
  2020-01-12  6:51 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-12  9:56 ` voidlinux-github
  2020-01-12 10:07 ` [PR PATCH] [Updated] parsec: update to 150 [ci-skip] voidlinux-github
  2020-01-12 10:09 ` voidlinux-github
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-12  9:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/silvernode/void-packages parsec
https://github.com/void-linux/void-packages/pull/18077

parsec: update to 150


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

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

From 528ba68c418db867fe69aabac913a2e95b10a38d Mon Sep 17 00:00:00 2001
From: mollusk <silvernode@gmail.com>
Date: Sat, 11 Jan 2020 23:51:22 -0700
Subject: [PATCH] parsec: update to 150 [ci-skip]

---
 srcpkgs/parsec/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/parsec/template b/srcpkgs/parsec/template
index 403c1380b05..e9bee2b94df 100644
--- a/srcpkgs/parsec/template
+++ b/srcpkgs/parsec/template
@@ -1,16 +1,16 @@
 # Template file for 'parsec'
 pkgname=parsec
-version=147.9
+version=150
 revision=1
 archs="x86_64"
 build_style=fetch
 depends="libgcc libGL libglib-static libSM libsndio libstdc++ libX11 libXxf86vm"
 short_desc="Low latency proprietary game streaming application"
 maintainer="Kozova1 <mug66kk@gmail.com>"
-license="Proprietary"
+license="custom:proprietary"
 homepage="https://parsecgaming.com"
 distfiles="https://s3.amazonaws.com/parsec-build/package/parsec-linux.deb"
-checksum=beed951ebee0189e8c22aa3d9190e1ddc7691c4703379e146a8b812c21b3a273
+checksum=0741a0b535e676853a50d3ff1a6f6b2355fff127b6a0c0e503ad83818ef7bc74
 nopie=yes
 restricted=yes
 
@@ -19,8 +19,8 @@ do_extract() {
 }
 
 do_install() {
-	tar xf "data.tar.xz" -C ${DESTDIR}
+	bsdtar xf "data.tar.xz" -C ${DESTDIR}
 	vmkdir usr/lib/parsec
-	mv ${DESTDIR}/usr/share/parsec/skel/parsecd-147-9.so ${DESTDIR}/usr/lib/parsec/parsecd-147-9.so
-	ln -rs ${DESTDIR}/usr/lib/parsec/parsecd-147-9.so ${DESTDIR}/usr/share/parsec/skel/
+	mv ${DESTDIR}/usr/share/parsec/skel/parsecd-${version}-11.so ${DESTDIR}/usr/lib/parsec/parsecd-${version}-11.so
+	ln -rs ${DESTDIR}/usr/lib/parsec/parsecd-150.so ${DESTDIR}/usr/share/parsec/skel/
 }

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

* Re: [PR PATCH] [Updated] parsec: update to 150 [ci-skip]
  2020-01-06 17:34 [PR PATCH] parsec: update to 150 voidlinux-github
                   ` (8 preceding siblings ...)
  2020-01-12  9:56 ` voidlinux-github
@ 2020-01-12 10:07 ` voidlinux-github
  2020-01-12 10:09 ` voidlinux-github
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-12 10:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/silvernode/void-packages parsec
https://github.com/void-linux/void-packages/pull/18077

parsec: update to 150 [ci-skip]


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

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

From 4dc562b896d2a3b00e1a9f64af9a96bd97b27257 Mon Sep 17 00:00:00 2001
From: mollusk <silvernode@gmail.com>
Date: Sun, 12 Jan 2020 03:07:27 -0700
Subject: [PATCH] parsec: update to 150 [ci skip]

---
 srcpkgs/parsec/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/parsec/template b/srcpkgs/parsec/template
index 403c1380b05..e9bee2b94df 100644
--- a/srcpkgs/parsec/template
+++ b/srcpkgs/parsec/template
@@ -1,16 +1,16 @@
 # Template file for 'parsec'
 pkgname=parsec
-version=147.9
+version=150
 revision=1
 archs="x86_64"
 build_style=fetch
 depends="libgcc libGL libglib-static libSM libsndio libstdc++ libX11 libXxf86vm"
 short_desc="Low latency proprietary game streaming application"
 maintainer="Kozova1 <mug66kk@gmail.com>"
-license="Proprietary"
+license="custom:proprietary"
 homepage="https://parsecgaming.com"
 distfiles="https://s3.amazonaws.com/parsec-build/package/parsec-linux.deb"
-checksum=beed951ebee0189e8c22aa3d9190e1ddc7691c4703379e146a8b812c21b3a273
+checksum=0741a0b535e676853a50d3ff1a6f6b2355fff127b6a0c0e503ad83818ef7bc74
 nopie=yes
 restricted=yes
 
@@ -19,8 +19,8 @@ do_extract() {
 }
 
 do_install() {
-	tar xf "data.tar.xz" -C ${DESTDIR}
+	bsdtar xf "data.tar.xz" -C ${DESTDIR}
 	vmkdir usr/lib/parsec
-	mv ${DESTDIR}/usr/share/parsec/skel/parsecd-147-9.so ${DESTDIR}/usr/lib/parsec/parsecd-147-9.so
-	ln -rs ${DESTDIR}/usr/lib/parsec/parsecd-147-9.so ${DESTDIR}/usr/share/parsec/skel/
+	mv ${DESTDIR}/usr/share/parsec/skel/parsecd-${version}-11.so ${DESTDIR}/usr/lib/parsec/parsecd-${version}-11.so
+	ln -rs ${DESTDIR}/usr/lib/parsec/parsecd-150.so ${DESTDIR}/usr/share/parsec/skel/
 }

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

* Re: parsec: update to 150 [ci-skip]
  2020-01-06 17:34 [PR PATCH] parsec: update to 150 voidlinux-github
                   ` (9 preceding siblings ...)
  2020-01-12 10:07 ` [PR PATCH] [Updated] parsec: update to 150 [ci-skip] voidlinux-github
@ 2020-01-12 10:09 ` voidlinux-github
  10 siblings, 0 replies; 12+ messages in thread
From: voidlinux-github @ 2020-01-12 10:09 UTC (permalink / raw)
  To: ml

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

New comment by silvernode on void-packages repository

https://github.com/void-linux/void-packages/pull/18077#issuecomment-573399812

Comment:
There, now travis wont try to build it and fail at the license. I apparently had the [ci skip] syntax wrong the first time. 

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

end of thread, other threads:[~2020-01-12 10:09 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-06 17:34 [PR PATCH] parsec: update to 150 voidlinux-github
2020-01-08 17:29 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-08 17:33 ` voidlinux-github
2020-01-08 18:23 ` voidlinux-github
2020-01-08 21:34 ` voidlinux-github
2020-01-09 21:44 ` voidlinux-github
2020-01-12  3:27 ` voidlinux-github
2020-01-12  3:27 ` voidlinux-github
2020-01-12  6:51 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-12  9:56 ` voidlinux-github
2020-01-12 10:07 ` [PR PATCH] [Updated] parsec: update to 150 [ci-skip] voidlinux-github
2020-01-12 10:09 ` voidlinux-github

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