aboutsummaryrefslogtreecommitdiff
blob: 8a64657a9906ad540f606a46e4f0385c71fe3677 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
	<remote-id type="github">InterNetNews/inn</remote-id>
	<bugs-to>https://github.com/InterNetNews/inn/issues</bugs-to>
	<doc>https://www.eyrie.org/~eagle/software/inn/docs/</doc>
	<maintainer>
		<email>eagle@eyrie.org</email>
		<name>Russ Allbery</name>
	</maintainer>
</upstream>
<longdescription>
InterNetNews is a complete Usenet system. The cornerstone of the package is
innd, an NNTP server that multiplexes all I/O. Newsreading is handled by a
separate server, nnrpd, that is spawned for each client. Both innd and nnrpd
have some slight variances from the NNTP protocol.
</longdescription>
<use>
	<flag name="cancel-locks" restrict="&gt;=net-nntp/inn-2.7.1">Enable Cancel-Lock header functionality</flag>
	<flag name="keywords" restrict="&lt;net-nntp/inn-2.7.1">Enable automatic innd keyword generation</flag>
	<flag name="low-memory">Use tagged hash table for history to reduce memory footprint</flag>
	<flag name="largefile" restrict="&lt;net-nntp/inn-2.7.1">Support files larger than 2GB</flag>
</use>
</pkgmetadata>