blob: 9430830004dea69fa410168fb33e814f23f37855 (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
<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>
<remote-id type="cpe">cpe:/a:inn:inn</remote-id>
</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=">=net-nntp/inn-2.7.1">Enable Cancel-Lock header functionality</flag>
<flag name="low-memory">Use tagged hash table for history to reduce memory footprint</flag>
</use>
<origin>srcux</origin>
</pkgmetadata>
|