3e2de8f61cfc71bf724417a7b0a31d33bf63a977
[idzebra-moved-to-github.git] / debian / control
1 Source: idzebra
2 Priority: optional
3 Maintainer: Adam Dickmeiss <adam@indexdata.dk>
4 Build-Depends: debhelper (>= 4.0.0)
5 Standards-Version: 3.6.0
6 Build-Depends: libyaz3-dev (>= 3.0.17), libexpat1-dev, tcl8.4-dev, libbz2-dev, libxslt1-dev
7
8 Package: idzebra-2.0
9 Section: text
10 Architecture: any
11 Depends: idzebra-2.0-common, libidzebra-2.0-dev, idzebra-2.0-utils (= ${Source-Version}), libidzebra-2.0-modules, idzebra-2.0-doc
12 Description: IDZebra virtual package (the works)
13  This virtual package installs all the necessary packages to start
14  working with IDZebra - including utility programs, development libraries,
15  documentation and modules.
16  .
17  IDZebra is a high-performance, general-purpose structured text indexing
18  and retrieval engine. It reads structured records in a variety of input
19  formats (eg. email, XML, MARC) and allows access to them through exact
20  boolean search expressions and relevance-ranked free-text queries.
21
22 Package: libidzebra-2.0-modules
23 Section: libs
24 Architecture: any
25 Depends: libidzebra-2.0-mod-alvis, libidzebra-2.0-mod-dom, libidzebra-2.0-mod-grs-xml, libidzebra-2.0-mod-grs-regx, libidzebra-2.0-mod-grs-marc, libidzebra-2.0-mod-text
26 Description: IDZebra modules 
27  This virtual package contains all base IDZebra filter modules.
28  .
29  IDZebra is a high-performance, general-purpose structured text indexing
30  and retrieval engine. It reads structured records in a variety of input
31  formats (eg. email, XML, MARC) and allows access to them through exact
32  boolean search expressions and relevance-ranked free-text queries.
33
34 Package: idzebra-2.0-common
35 Section: text
36 Architecture: all
37 Description: IDZebra common files
38  This package includes common essential IDZebra configuration files.
39  .
40  IDZebra is a high-performance, general-purpose structured text indexing
41  and retrieval engine. It reads structured records in a variety of input
42  formats (eg. email, XML, MARC) and allows access to them through exact
43  boolean search expressions and relevance-ranked free-text queries.
44
45 Package: idzebra-2.0-examples
46 Section: text
47 Architecture: all
48 Description: IDZebra example configurations
49  This package includes examples for indexing of various
50  data formats like OAI-PMH, Marc21, and MarcXML.
51  .
52  IDZebra is a high-performance, general-purpose structured text indexing
53  and retrieval engine. It reads structured records in a variety of input
54  formats (eg. email, XML, MARC) and allows access to them through exact
55  boolean search expressions and relevance-ranked free-text queries.
56
57 Package: idzebra-2.0-utils
58 Section: text
59 Architecture: any
60 Conflicts: idzebra (<= 1.3.36-2)
61 Depends: ${shlibs:Depends}, libidzebra-2.0 (= ${Source-Version})
62 Recommends: idzebra-2.0-common
63 Suggests: libidzebra-2.0-modules
64 Description: IDZebra utility programs
65  This package contains IDZebra utilities such as the zebraidx indexer
66  utility and the zebrasrv server.
67  .
68  IDZebra is a high-performance, general-purpose structured text indexing
69  and retrieval engine. It reads structured records in a variety of input
70  formats (eg. email, XML, MARC) and allows access to them through exact
71  boolean search expressions and relevance-ranked free-text queries.
72
73 Package: libidzebra-2.0-dev
74 Section: devel
75 Architecture: any
76 Depends: libidzebra-2.0 (= ${Source-Version})
77 Description: IDZebra development
78  This package contains development files for IDZebra, such as libraries
79  and header files.
80  .
81  IDZebra is a high-performance, general-purpose structured text indexing
82  and retrieval engine. It reads structured records in a variety of input
83  formats (eg. email, XML, MARC) and allows access to them through exact
84  boolean search expressions and relevance-ranked free-text queries.
85
86 Package: libidzebra-2.0
87 Section: libs
88 Architecture: any
89 Depends: ${shlibs:Depends}
90 Description: IDZebra libraries
91  This package contains all run-time libraries for IDZebra.
92  .
93  IDZebra is a high-performance, general-purpose structured text indexing
94  and retrieval engine. It reads structured records in a variety of input
95  formats (eg. email, XML, MARC) and allows access to them through exact
96  boolean search expressions and relevance-ranked free-text queries.
97
98 Package: libidzebra-2.0-mod-alvis
99 Section: libs
100 Architecture: any
101 Depends: ${shlibs:Depends}
102 Description: IDZebra filter alvis (XSLT filter for XML)
103  This package includes the alvis filter which uses libxslt1 to
104  transform XML records by XSLT into XML indexable records. 
105  DEPRECATED, better use the libidzebra-2.0-mod-dom indexing filter.
106  .
107  IDZebra is a high-performance, general-purpose structured text indexing
108  and retrieval engine. It reads structured records in a variety of input
109  formats (eg. email, XML, MARC) and allows access to them through exact
110  boolean search expressions and relevance-ranked free-text queries.
111
112 Package: libidzebra-2.0-mod-dom
113 Section: libs
114 Architecture: any
115 Depends: ${shlibs:Depends}
116 Description: IDZebra filter 'dom' (XML DOM internal document model with XSLT)
117  This package includes the 'dom' filter which uses libxslt1 to
118  transform XML records by XSLT into XML indexable records. It can read and 
119  index any binary MARC syntax as well, and is therefore a modern replacement
120  for the 'alvis' and the family of 'grs' filters. 
121  .
122  IDZebra is a high-performance, general-purpose structured text indexing
123  and retrieval engine. It reads structured records in a variety of input
124  formats (eg. email, XML, MARC) and allows access to them through exact
125  boolean search expressions and relevance-ranked free-text queries.
126
127 Package: libidzebra-2.0-mod-text
128 Section: libs
129 Architecture: any
130 Depends: ${shlibs:Depends}
131 Description: IDZebra filter text
132  This package includes the a very simple text filter which indexes
133  all tokens in simple text.
134  .
135  IDZebra is a high-performance, general-purpose structured text indexing
136  and retrieval engine. It reads structured records in a variety of input
137  formats (eg. email, XML, MARC) and allows access to them through exact
138  boolean search expressions and relevance-ranked free-text queries.
139
140 Package: libidzebra-2.0-mod-grs-marc
141 Section: libs
142 Architecture: any
143 Depends: ${shlibs:Depends}
144 Description: IDZebra filter grs.marc (ISO2709 MARC reader)
145  This package includes the grs.marc and grs.marcxml filters that allows
146  IDZebra to read MARC records based on ISO2709.
147  DEPRECATED, better use the libidzebra-2.0-mod-dom indexing filter.
148  .
149  IDZebra is a high-performance, general-purpose structured text indexing
150  and retrieval engine. It reads structured records in a variety of input
151  formats (eg. email, XML, MARC) and allows access to them through exact
152  boolean search expressions and relevance-ranked free-text queries.
153
154 Package: libidzebra-2.0-mod-grs-regx
155 Section: libs
156 Architecture: any
157 Depends: ${shlibs:Depends}
158 Description: IDZebra filters grs.regx, grs.tcl
159  This package includes the grs.regx and grs.tcl filters.
160  .
161  IDZebra is a high-performance, general-purpose structured text indexing
162  and retrieval engine. It reads structured records in a variety of input
163  formats (eg. email, XML, MARC) and allows access to them through exact
164  boolean search expressions and relevance-ranked free-text queries.
165
166 Package: libidzebra-2.0-mod-grs-xml
167 Section: libs
168 Architecture: any
169 Depends: ${shlibs:Depends}
170 Description: IDZebra filter grs.xml (XML filter)
171  This package includes the grs.xml filter which uses Expat to
172  parse records in XML and turn them into IDZebra's internal grs node.
173  DEPRECATED, better use the libidzebra-2.0-mod-dom indexing filter.
174  .
175  IDZebra is a high-performance, general-purpose structured text indexing
176  and retrieval engine. It reads structured records in a variety of input
177  formats (eg. email, XML, MARC) and allows access to them through exact
178  boolean search expressions and relevance-ranked free-text queries.
179
180 Package: idzebra-2.0-doc
181 Section: doc
182 Architecture: all
183 Description: IDZebra documentation
184  This package includes documentation for IDZebra in PDF and HTML.
185  .
186  IDZebra is a high-performance, general-purpose structured text indexing
187  and retrieval engine. It reads structured records in a variety of input
188  formats (eg. email, XML, MARC) and allows access to them through exact
189  boolean search expressions and relevance-ranked free-text queries.
190