This file is indexed.

/usr/share/yorick/packages/installed/yeti_fftw.info is in yorick-yeti-fftw 6.3.1-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: yeti_fftw
Kind: plugin
Version: 6.2.5
Revision: 1
Description: Interface to fftw2
License: GPL
Author: Eric Thiebault
Maintainer: Thibaut Paumard <paumard@users.sourceforge.net>
OS: 
Depends: yorick(>=1.6.02)
Source: http://www.maumae.net/yorick/packages/%o/tarballs/yeti_fftw-%v-%o.tgz
Source-MD5: 
Source-Directory: contrib/yeti
DocFiles: README TODO VERSION NEWS LEGAL doc/README:README.doc doc/FILE_FORMATS doc/*.doc doc/*.pdf doc/*.ps doc/*.tex
Homepage: http://www.maumae.net/yorick/doc/plugins.php
DescDetail: <<
DESCRIPTION
-----------

  Yeti is an extension of Yorick (a fast interpreted interactive data
  processing language written by David Munro) which implements (see QUICK
  REFERENCE below for a list of additional functions) :

   * hash table objects
   * regular expressions
   * complex, real-complex and complex-real FFT by FFTW (the Fastest Fourier
     Transform in the West - version 2)
   * wavelet filtering ("à trou" method)
   * fast convolution along a chosen dimension with various border conditions
   * more string functions
   * memory hacking routines
   * more math functions (sinc, round, arc)
   * generalized matrix-vector multiplication (with possibly sparse matrix)
   * routines to query/check Yorick's symbols
   * support for reading TIFF images
   * morpho-math operators
   * ...

  This distribution of Yeti may come with several extensions (depending
  whether corresponding directories exist or not):

   * yeti_fftw - support for FFTW
   * yeti_regex - support for POSIX regular expressions
   * yeti_tiff - support for reading TIFF images

<<
DescUsage: <<
<<
DescPort: <<
This package will compile Yorick only on MacOSX 10.3.4 or later, because
of a bug in the system math library libm (part of /usr/lib/LibSystem.dylib)
in earlier versions of MacOSX 10.3.
<<