Logoj0ke.net Open Build Service > Projects > internetx > perl-File-Tail > Meta
Sign Up | Log In

Meta Configuration of Package perl-File-Tail

 
1
<package name="perl-File-Tail" project="internetx">
2
  <title>Perl extension for reading from continuosly updated files</title>
3
  <description>The File::Tail module is designed for reading files which are continously
4
appended to (the name comes from the tail -f directive). Usualy such files are
5
logfiles of some description.
6
7
The module tries hard not to busy wait on the file, dynamicaly calcultaing
8
how long it should wait before it pays to try reading the file again.
9
10
The module should handle normal log truncations ("close; move; open"
11
or "cat /dev/null &gt;file") transparently, without losing any input.</description>
12
  <person userid="hostmaster" role="maintainer"/>
13
  <build>
14
    <disable repository="Fedora_7"/>
15
    <disable repository="Fedora_8"/>
16
    <disable repository="Fedora_9"/>
17
    <disable repository="Fedora_Extras_5"/>
18
    <disable repository="Fedora_Extras_6"/>
19
    <disable repository="SLE_10"/>
20
    <disable repository="SLE_11"/>
21
    <disable repository="SUSE_Linux_10.0"/>
22
    <disable repository="SUSE_Linux_10.1"/>
23
    <disable repository="SUSE_Linux_9.3"/>
24
    <disable repository="openSUSE_10.2"/>
25
    <disable repository="openSUSE_10.3"/>
26
    <disable repository="openSUSE_11.0"/>
27
    <disable repository="openSUSE_11.1"/>
28
  </build>
29
</package>
30