[liblucy-perl] 01/01: Initial packaging.

Jonas Smedegaard dr at jones.dk
Fri May 23 18:38:40 UTC 2014


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository liblucy-perl.

commit 47a4da989edc20c4d87d60e3a1ce42297bf55016
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri May 23 20:15:15 2014 +0200

    Initial packaging.
---
 debian/README.source   |   11 +
 debian/changelog       |    6 +
 debian/compat          |    1 +
 debian/control         |   43 ++
 debian/control.in      |   35 ++
 debian/copyright       |  180 +++++++
 debian/copyright_hints | 1298 ++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules           |   39 ++
 debian/source/format   |    1 +
 debian/watch           |    4 +
 10 files changed, 1618 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..f88449e
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,11 @@
+CDBS+git-buildpackage
+---------------------
+
+This source package uses CDBS and git-buildpackage.  NMUs need not (but
+are encouraged to) make special use of these tools.  In particular, the
+debian/control.in file can be completely ignored.
+
+More info here: http://wiki.debian.org/CDBS+git-buildpackage
+
+
+ -- Jonas Smedegaard <dr at jones.dk>  Mon, 18 Feb 2013 12:55:37 +0100
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0ab7315
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+liblucy-perl (0.3.3-1) unstable; urgency=low
+
+  * Initial Release.
+    Closes: bug#706335.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Fri, 23 May 2014 20:15:07 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5569a72
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,43 @@
+Source: liblucy-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ perl,
+ debhelper,
+ dh-buildinfo,
+ perl (<< 5.19.0) | libmodule-build-perl,
+ libcache-memcached-fast-perl,
+ libreadonly-perl,
+ memcached
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblucy-perl
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblucy-perl.git
+Homepage: https://github.com/tokuhirom/Lucy
+
+Package: liblucy-perl
+Architecture: any
+Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Recommends: ${cdbs:Recommends}
+Description: search engine library
+ The Apache Lucy search engine library delivers high-performance,
+ modular full-text search.
+ .
+ Features:
+  * Extremely fast.  A single machine can handle millions of documents.
+  * Scalable to multiple machines.
+  * Incremental indexing (addition/deletion of documents to/from an
+    existing index).
+  * Configurable near-real-time index updates.
+  * Unicode support.
+  * Support for boolean operators AND, OR, and AND NOT; parenthetical
+    groupings; prepended +plus and -minus.
+  * Algorithmic selection of relevant excerpts and highlighting of
+    search terms within excerpts.
+  * Highly customizable query and indexing APIs.
+  * Customizable sorting.
+  * Phrase matching.
+  * Stemming.
+  * Stoplists.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..bd18d32
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,35 @@
+Source: liblucy-perl
+Section: perl
+Priority: optional
+Build-Depends: @cdbs@
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <dr at jones.dk>
+Standards-Version: 3.9.5
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblucy-perl
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblucy-perl.git
+Homepage: https://github.com/tokuhirom/Lucy
+
+Package: liblucy-perl
+Architecture: any
+Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Recommends: ${cdbs:Recommends}
+Description: search engine library
+ The Apache Lucy search engine library delivers high-performance,
+ modular full-text search.
+ .
+ Features:
+  * Extremely fast.  A single machine can handle millions of documents.
+  * Scalable to multiple machines.
+  * Incremental indexing (addition/deletion of documents to/from an
+    existing index).
+  * Configurable near-real-time index updates.
+  * Unicode support.
+  * Support for boolean operators AND, OR, and AND NOT; parenthetical
+    groupings; prepended +plus and -minus.
+  * Algorithmic selection of relevant excerpts and highlighting of
+    search terms within excerpts.
+  * Highly customizable query and indexing APIs.
+  * Customizable sorting.
+  * Phrase matching.
+  * Stemming.
+  * Stoplists.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b47aca9
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,180 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Lucy
+Upstream-Contact: https://github.com/tokuhirom/Lucy/issues
+Source: http://search.cpan.org/dist/Lucy/
+ git://github.com/tokuhirom/Lucy
+
+Files: *
+ lemon/Makefile*
+Copyright: 2013, The Apache Software Foundation
+License: Apache-2.0
+
+Files: lemon/*
+Copyright: None (in the Public Domain)
+License: PD
+ The author of this program disclaims copyright.
+
+Files: modules/analysis/snowstem/source/*
+Copyright: 2002, Richard Boulton
+License: BSD-2-clause
+ License:
+ .
+ Unless otherwise noted, the files within this directory are imported
+ directly from a checkout of the Snowball source code repository.  Some
+ of the files do not contain license headers, by choice of the Snowball
+ project:
+ .
+ http://snowball.tartarus.org/license.php
+ .
+ Comment
+ .
+ Web page at above mentioned URL contained on 20140523 the following:
+ .
+ All the software given out on this Snowball site is covered by the BSD
+ License (see http://www.opensource.org/licenses/bsd-license.html ),
+ with Copyright (c) 2001, Dr Martin Porter, and (for the Java
+ developments) Copyright (c) 2002, Richard Boulton.
+ .
+ Web page for "the BSD License" contained on 20140523 the BSD-2-clause
+ license.
+
+Files: modules/unicode/ucd/*
+ modules/unicode/utf8proc/utf8proc_data.c
+Copyright: 1991-2011, Unicode, Inc.
+License: Unicode
+
+Files: modules/unicode/utf8proc/*
+Copyright: 2009, Public Software Group e. V., Berlin, Germany
+License: Expat
+
+Files: debian/*
+Copyright: 2014, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+
+License: Apache-2.0
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied.  See the License for the specific language governing
+ permissions and limitations under the License.
+ .
+ Comment:
+ .
+ On Debian systems the 'Apache License' version 2.0 is located in
+ '/usr/share/common-licenses/Apache-2.0'.
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+License: Unicode
+ All rights reserved. Distributed under the Terms of Use in
+ http://www.unicode.org/copyright.html.
+ .
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of the Unicode data files and any associated documentation (the
+ "Data Files") or Unicode software and any associated documentation (the
+ "Software") to deal in the Data Files or Software without restriction,
+ including without limitation the rights to use, copy, modify, merge,
+ publish, distribute, and/or sell copies of the Data Files or Software,
+ and to permit persons to whom the Data Files or Software are furnished
+ to do so, provided that (a) the above copyright notice(s) and this
+ permission notice appear with all copies of the Data Files or Software,
+ (b) both the above copyright notice(s) and this permission notice
+ appear in associated documentation, and (c) there is clear notice in
+ each modified Data File or in the Software as well as in the
+ documentation associated with the Data File(s) or Software that the
+ data or software has been modified.
+ .
+ THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
+ WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT
+ HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR
+ ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR
+ SOFTWARE.
+ .
+ Except as contained in this notice, the name of a copyright holder
+ shall not be used in advertising or otherwise to promote the sale, use
+ or other dealings in these Data Files or Software without prior written
+ authorization of the copyright holder.
+
+License: BSD-2-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
+ IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+ TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
+ PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+License: Artistic
+ Comment:
+ .
+ On Debian systems the 'Artistic License' is located in
+ '/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ Comment:
+ .
+ On Debian systems the 'GNU General Public License' version 1 is located
+ in '/usr/share/common-licenses/GPL-1'.
+
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation, either version 3 of the License, or (at your
+ option) any later version.
+ .
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ Public License for more details.
+ .
+ Comment:
+ .
+ On Debian systems the 'GNU General Public License' version 3 is located
+ in '/usr/share/common-licenses/GPL-3'.
diff --git a/debian/copyright_hints b/debian/copyright_hints
new file mode 100644
index 0000000..1e79c82
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,1298 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: FIXME
+Upstream-Contact: FIXME
+Source: FIXME
+Disclaimer: Autogenerated by CDBS
+
+Files: Build.PL
+ buildlib/Lucy/Build.pm
+ buildlib/Lucy/Redacted.pm
+ buildlib/Lucy/Test/TestUtils.pm
+ charmonizer/Makefile
+ charmonizer/Makefile.MSVC
+ charmonizer/Makefile.MinGW
+ charmonizer/charmonize.c
+ charmonizer/src/Charmonizer/Core/Compiler.c
+ charmonizer/src/Charmonizer/Core/Compiler.h
+ charmonizer/src/Charmonizer/Core/ConfWriter.c
+ charmonizer/src/Charmonizer/Core/ConfWriter.h
+ charmonizer/src/Charmonizer/Core/Defines.h
+ charmonizer/src/Charmonizer/Core/HeaderChecker.c
+ charmonizer/src/Charmonizer/Core/HeaderChecker.h
+ charmonizer/src/Charmonizer/Core/OperatingSystem.c
+ charmonizer/src/Charmonizer/Core/OperatingSystem.h
+ charmonizer/src/Charmonizer/Core/Util.c
+ charmonizer/src/Charmonizer/Core/Util.h
+ charmonizer/src/Charmonizer/Probe.c
+ charmonizer/src/Charmonizer/Probe.h
+ charmonizer/src/Charmonizer/Probe/AtomicOps.c
+ charmonizer/src/Charmonizer/Probe/AtomicOps.h
+ charmonizer/src/Charmonizer/Probe/DirManip.c
+ charmonizer/src/Charmonizer/Probe/DirManip.h
+ charmonizer/src/Charmonizer/Probe/Floats.c
+ charmonizer/src/Charmonizer/Probe/Floats.h
+ charmonizer/src/Charmonizer/Probe/FuncMacro.c
+ charmonizer/src/Charmonizer/Probe/FuncMacro.h
+ charmonizer/src/Charmonizer/Probe/Headers.c
+ charmonizer/src/Charmonizer/Probe/Headers.h
+ charmonizer/src/Charmonizer/Probe/Integers.c
+ charmonizer/src/Charmonizer/Probe/Integers.h
+ charmonizer/src/Charmonizer/Probe/LargeFiles.c
+ charmonizer/src/Charmonizer/Probe/LargeFiles.h
+ charmonizer/src/Charmonizer/Probe/Memory.c
+ charmonizer/src/Charmonizer/Probe/Memory.h
+ charmonizer/src/Charmonizer/Probe/UnusedVars.c
+ charmonizer/src/Charmonizer/Probe/UnusedVars.h
+ charmonizer/src/Charmonizer/Probe/VariadicMacros.c
+ charmonizer/src/Charmonizer/Probe/VariadicMacros.h
+ charmonizer/src/Charmonizer/Test.c
+ charmonizer/src/Charmonizer/Test.h
+ charmonizer/src/Charmonizer/Test/TestDirManip.c
+ charmonizer/src/Charmonizer/Test/TestFuncMacro.c
+ charmonizer/src/Charmonizer/Test/TestHeaders.c
+ charmonizer/src/Charmonizer/Test/TestIntegers.c
+ charmonizer/src/Charmonizer/Test/TestLargeFiles.c
+ charmonizer/src/Charmonizer/Test/TestUnusedVars.c
+ charmonizer/src/Charmonizer/Test/TestVariadicMacros.c
+ clownfish/include/CFC.h
+ clownfish/perl/Build.PL
+ clownfish/perl/buildlib/Clownfish/CFC/Build.pm
+ clownfish/perl/lib/Clownfish.pod
+ clownfish/perl/lib/Clownfish/CFC.pm
+ clownfish/perl/lib/Clownfish/CFC.xs
+ clownfish/perl/lib/Clownfish/CFC/Base.pm
+ clownfish/perl/lib/Clownfish/CFC/Binding/Core.pm
+ clownfish/perl/lib/Clownfish/CFC/Binding/Core/Aliases.pm
+ clownfish/perl/lib/Clownfish/CFC/Binding/Core/Class.pm
+ clownfish/perl/lib/Clownfish/CFC/Binding/Core/File.pm
+ clownfish/perl/lib/Clownfish/CFC/Binding/Core/Function.pm
+ clownfish/perl/lib/Clownfish/CFC/Binding/Core/Method.pm
+ clownfish/perl/lib/Clownfish/CFC/Binding/Perl.pm
+ clownfish/perl/lib/Clownfish/CFC/Binding/Perl/Class.pm
+ clownfish/perl/lib/Clownfish/CFC/Binding/Perl/Constructor.pm
+ clownfish/perl/lib/Clownfish/CFC/Binding/Perl/Method.pm
+ clownfish/perl/lib/Clownfish/CFC/Binding/Perl/Subroutine.pm
+ clownfish/perl/lib/Clownfish/CFC/Binding/Perl/TypeMap.pm
+ clownfish/perl/lib/Clownfish/CFC/CBlock.pm
+ clownfish/perl/lib/Clownfish/CFC/Class.pm
+ clownfish/perl/lib/Clownfish/CFC/DocuComment.pm
+ clownfish/perl/lib/Clownfish/CFC/Dumpable.pm
+ clownfish/perl/lib/Clownfish/CFC/File.pm
+ clownfish/perl/lib/Clownfish/CFC/Function.pm
+ clownfish/perl/lib/Clownfish/CFC/Hierarchy.pm
+ clownfish/perl/lib/Clownfish/CFC/Method.pm
+ clownfish/perl/lib/Clownfish/CFC/ParamList.pm
+ clownfish/perl/lib/Clownfish/CFC/Parcel.pm
+ clownfish/perl/lib/Clownfish/CFC/Parser.pm
+ clownfish/perl/lib/Clownfish/CFC/Symbol.pm
+ clownfish/perl/lib/Clownfish/CFC/Type.pm
+ clownfish/perl/lib/Clownfish/CFC/Util.pm
+ clownfish/perl/lib/Clownfish/CFC/Variable.pm
+ clownfish/perl/t/000-load.t
+ clownfish/perl/t/001-util.t
+ clownfish/perl/t/050-docucomment.t
+ clownfish/perl/t/051-symbol.t
+ clownfish/perl/t/100-type.t
+ clownfish/perl/t/101-primitive_type.t
+ clownfish/perl/t/102-integer_type.t
+ clownfish/perl/t/103-float_type.t
+ clownfish/perl/t/104-void_type.t
+ clownfish/perl/t/105-object_type.t
+ clownfish/perl/t/106-va_list_type.t
+ clownfish/perl/t/107-arbitrary_type.t
+ clownfish/perl/t/108-composite_type.t
+ clownfish/perl/t/200-function.t
+ clownfish/perl/t/201-method.t
+ clownfish/perl/t/202-overridden_method.t
+ clownfish/perl/t/203-final_method.t
+ clownfish/perl/t/300-variable.t
+ clownfish/perl/t/301-param_list.t
+ clownfish/perl/t/400-class.t
+ clownfish/perl/t/401-c_block.t
+ clownfish/perl/t/402-parcel.t
+ clownfish/perl/t/403-file.t
+ clownfish/perl/t/500-hierarchy.t
+ clownfish/perl/t/600-parser.t
+ clownfish/perl/t/cfsource/Animal.cfh
+ clownfish/perl/t/cfsource/Animal/Dog.cfh
+ clownfish/perl/t/cfsource/Animal/Util.cfh
+ clownfish/perl/typemap
+ clownfish/ruby/Rakefile
+ clownfish/src/CFCBase.c
+ clownfish/src/CFCBase.h
+ clownfish/src/CFCBindAliases.c
+ clownfish/src/CFCBindAliases.h
+ clownfish/src/CFCBindClass.c
+ clownfish/src/CFCBindClass.h
+ clownfish/src/CFCBindCore.c
+ clownfish/src/CFCBindCore.h
+ clownfish/src/CFCBindFile.c
+ clownfish/src/CFCBindFile.h
+ clownfish/src/CFCBindFunction.c
+ clownfish/src/CFCBindFunction.h
+ clownfish/src/CFCBindMethod.c
+ clownfish/src/CFCBindMethod.h
+ clownfish/src/CFCCBlock.c
+ clownfish/src/CFCCBlock.h
+ clownfish/src/CFCClass.c
+ clownfish/src/CFCClass.h
+ clownfish/src/CFCDocuComment.c
+ clownfish/src/CFCDocuComment.h
+ clownfish/src/CFCDumpable.c
+ clownfish/src/CFCDumpable.h
+ clownfish/src/CFCFile.c
+ clownfish/src/CFCFile.h
+ clownfish/src/CFCFunction.h
+ clownfish/src/CFCHierarchy.c
+ clownfish/src/CFCHierarchy.h
+ clownfish/src/CFCLexHeader.c
+ clownfish/src/CFCLexHeader.l
+ clownfish/src/CFCMemPool.c
+ clownfish/src/CFCMemPool.h
+ clownfish/src/CFCMethod.c
+ clownfish/src/CFCMethod.h
+ clownfish/src/CFCParamList.c
+ clownfish/src/CFCParamList.h
+ clownfish/src/CFCParcel.c
+ clownfish/src/CFCParcel.h
+ clownfish/src/CFCParser.c
+ clownfish/src/CFCParser.h
+ clownfish/src/CFCSymbol.c
+ clownfish/src/CFCSymbol.h
+ clownfish/src/CFCType.c
+ clownfish/src/CFCType.h
+ clownfish/src/CFCUtil.c
+ clownfish/src/CFCUtil.h
+ clownfish/src/CFCVariable.c
+ clownfish/src/CFCVariable.h
+ core/Lucy/Analysis/Analyzer.c
+ core/Lucy/Analysis/Analyzer.cfh
+ core/Lucy/Analysis/CaseFolder.c
+ core/Lucy/Analysis/CaseFolder.cfh
+ core/Lucy/Analysis/EasyAnalyzer.c
+ core/Lucy/Analysis/EasyAnalyzer.cfh
+ core/Lucy/Analysis/Inversion.c
+ core/Lucy/Analysis/Inversion.cfh
+ core/Lucy/Analysis/Normalizer.c
+ core/Lucy/Analysis/Normalizer.cfh
+ core/Lucy/Analysis/PolyAnalyzer.c
+ core/Lucy/Analysis/PolyAnalyzer.cfh
+ core/Lucy/Analysis/RegexTokenizer.c
+ core/Lucy/Analysis/RegexTokenizer.cfh
+ core/Lucy/Analysis/SnowballStemmer.c
+ core/Lucy/Analysis/SnowballStemmer.cfh
+ core/Lucy/Analysis/SnowballStopFilter.c
+ core/Lucy/Analysis/SnowballStopFilter.cfh
+ core/Lucy/Analysis/StandardTokenizer.c
+ core/Lucy/Analysis/StandardTokenizer.cfh
+ core/Lucy/Analysis/Token.c
+ core/Lucy/Analysis/Token.cfh
+ core/Lucy/Docs/DevGuide.cfh
+ core/Lucy/Docs/FileLocking.cfh
+ core/Lucy/Document/Doc.c
+ core/Lucy/Document/Doc.cfh
+ core/Lucy/Document/HitDoc.c
+ core/Lucy/Document/HitDoc.cfh
+ core/Lucy/Highlight/HeatMap.c
+ core/Lucy/Highlight/HeatMap.cfh
+ core/Lucy/Highlight/Highlighter.c
+ core/Lucy/Highlight/Highlighter.cfh
+ core/Lucy/Index/BackgroundMerger.c
+ core/Lucy/Index/BackgroundMerger.cfh
+ core/Lucy/Index/BitVecDelDocs.c
+ core/Lucy/Index/BitVecDelDocs.cfh
+ core/Lucy/Index/DataReader.c
+ core/Lucy/Index/DataReader.cfh
+ core/Lucy/Index/DataWriter.c
+ core/Lucy/Index/DataWriter.cfh
+ core/Lucy/Index/DeletionsReader.c
+ core/Lucy/Index/DeletionsReader.cfh
+ core/Lucy/Index/DeletionsWriter.c
+ core/Lucy/Index/DeletionsWriter.cfh
+ core/Lucy/Index/DocReader.c
+ core/Lucy/Index/DocReader.cfh
+ core/Lucy/Index/DocVector.c
+ core/Lucy/Index/DocVector.cfh
+ core/Lucy/Index/DocWriter.c
+ core/Lucy/Index/DocWriter.cfh
+ core/Lucy/Index/FilePurger.c
+ core/Lucy/Index/FilePurger.cfh
+ core/Lucy/Index/HighlightReader.c
+ core/Lucy/Index/HighlightReader.cfh
+ core/Lucy/Index/HighlightWriter.c
+ core/Lucy/Index/HighlightWriter.cfh
+ core/Lucy/Index/IndexManager.c
+ core/Lucy/Index/IndexManager.cfh
+ core/Lucy/Index/IndexReader.c
+ core/Lucy/Index/IndexReader.cfh
+ core/Lucy/Index/Indexer.c
+ core/Lucy/Index/Indexer.cfh
+ core/Lucy/Index/Inverter.c
+ core/Lucy/Index/Inverter.cfh
+ core/Lucy/Index/LexIndex.c
+ core/Lucy/Index/LexIndex.cfh
+ core/Lucy/Index/Lexicon.c
+ core/Lucy/Index/Lexicon.cfh
+ core/Lucy/Index/LexiconReader.c
+ core/Lucy/Index/LexiconReader.cfh
+ core/Lucy/Index/LexiconWriter.c
+ core/Lucy/Index/LexiconWriter.cfh
+ core/Lucy/Index/PolyLexicon.c
+ core/Lucy/Index/PolyLexicon.cfh
+ core/Lucy/Index/PolyReader.c
+ core/Lucy/Index/PolyReader.cfh
+ core/Lucy/Index/Posting.c
+ core/Lucy/Index/Posting.cfh
+ core/Lucy/Index/Posting/MatchPosting.c
+ core/Lucy/Index/Posting/MatchPosting.cfh
+ core/Lucy/Index/Posting/RawPosting.c
+ core/Lucy/Index/Posting/RawPosting.cfh
+ core/Lucy/Index/Posting/RichPosting.c
+ core/Lucy/Index/Posting/RichPosting.cfh
+ core/Lucy/Index/Posting/ScorePosting.c
+ core/Lucy/Index/Posting/ScorePosting.cfh
+ core/Lucy/Index/PostingList.c
+ core/Lucy/Index/PostingList.cfh
+ core/Lucy/Index/PostingListReader.c
+ core/Lucy/Index/PostingListReader.cfh
+ core/Lucy/Index/PostingListWriter.c
+ core/Lucy/Index/PostingListWriter.cfh
+ core/Lucy/Index/PostingPool.c
+ core/Lucy/Index/PostingPool.cfh
+ core/Lucy/Index/RawLexicon.c
+ core/Lucy/Index/RawLexicon.cfh
+ core/Lucy/Index/RawPostingList.c
+ core/Lucy/Index/RawPostingList.cfh
+ core/Lucy/Index/SegLexicon.c
+ core/Lucy/Index/SegLexicon.cfh
+ core/Lucy/Index/SegPostingList.c
+ core/Lucy/Index/SegPostingList.cfh
+ core/Lucy/Index/SegReader.c
+ core/Lucy/Index/SegReader.cfh
+ core/Lucy/Index/SegWriter.c
+ core/Lucy/Index/SegWriter.cfh
+ core/Lucy/Index/Segment.c
+ core/Lucy/Index/Segment.cfh
+ core/Lucy/Index/Similarity.c
+ core/Lucy/Index/Similarity.cfh
+ core/Lucy/Index/SkipStepper.c
+ core/Lucy/Index/SkipStepper.cfh
+ core/Lucy/Index/Snapshot.c
+ core/Lucy/Index/Snapshot.cfh
+ core/Lucy/Index/SortCache.c
+ core/Lucy/Index/SortCache.cfh
+ core/Lucy/Index/SortCache/NumericSortCache.c
+ core/Lucy/Index/SortCache/NumericSortCache.cfh
+ core/Lucy/Index/SortCache/TextSortCache.c
+ core/Lucy/Index/SortCache/TextSortCache.cfh
+ core/Lucy/Index/SortFieldWriter.c
+ core/Lucy/Index/SortFieldWriter.cfh
+ core/Lucy/Index/SortReader.c
+ core/Lucy/Index/SortReader.cfh
+ core/Lucy/Index/SortWriter.c
+ core/Lucy/Index/SortWriter.cfh
+ core/Lucy/Index/TermInfo.c
+ core/Lucy/Index/TermInfo.cfh
+ core/Lucy/Index/TermStepper.c
+ core/Lucy/Index/TermStepper.cfh
+ core/Lucy/Index/TermVector.c
+ core/Lucy/Index/TermVector.cfh
+ core/Lucy/Index/ZombieKeyedHash.c
+ core/Lucy/Index/ZombieKeyedHash.cfh
+ core/Lucy/Object/BitVector.c
+ core/Lucy/Object/BitVector.cfh
+ core/Lucy/Object/ByteBuf.c
+ core/Lucy/Object/ByteBuf.cfh
+ core/Lucy/Object/CharBuf.c
+ core/Lucy/Object/CharBuf.cfh
+ core/Lucy/Object/Err.c
+ core/Lucy/Object/Err.cfh
+ core/Lucy/Object/Hash.c
+ core/Lucy/Object/Hash.cfh
+ core/Lucy/Object/Host.cfh
+ core/Lucy/Object/I32Array.c
+ core/Lucy/Object/I32Array.cfh
+ core/Lucy/Object/LockFreeRegistry.c
+ core/Lucy/Object/LockFreeRegistry.cfh
+ core/Lucy/Object/Num.c
+ core/Lucy/Object/Num.cfh
+ core/Lucy/Object/Obj.c
+ core/Lucy/Object/Obj.cfh
+ core/Lucy/Object/VArray.c
+ core/Lucy/Object/VArray.cfh
+ core/Lucy/Object/VTable.c
+ core/Lucy/Object/VTable.cfh
+ core/Lucy/Plan/Architecture.c
+ core/Lucy/Plan/Architecture.cfh
+ core/Lucy/Plan/BlobType.c
+ core/Lucy/Plan/BlobType.cfh
+ core/Lucy/Plan/FieldType.c
+ core/Lucy/Plan/FieldType.cfh
+ core/Lucy/Plan/FullTextType.c
+ core/Lucy/Plan/FullTextType.cfh
+ core/Lucy/Plan/NumericType.c
+ core/Lucy/Plan/NumericType.cfh
+ core/Lucy/Plan/Schema.c
+ core/Lucy/Plan/Schema.cfh
+ core/Lucy/Plan/StringType.c
+ core/Lucy/Plan/StringType.cfh
+ core/Lucy/Plan/TextType.c
+ core/Lucy/Plan/TextType.cfh
+ core/Lucy/Search/ANDMatcher.c
+ core/Lucy/Search/ANDMatcher.cfh
+ core/Lucy/Search/ANDQuery.c
+ core/Lucy/Search/ANDQuery.cfh
+ core/Lucy/Search/BitVecMatcher.c
+ core/Lucy/Search/BitVecMatcher.cfh
+ core/Lucy/Search/Collector.c
+ core/Lucy/Search/Collector.cfh
+ core/Lucy/Search/Collector/SortCollector.c
+ core/Lucy/Search/Collector/SortCollector.cfh
+ core/Lucy/Search/Compiler.c
+ core/Lucy/Search/Compiler.cfh
+ core/Lucy/Search/HitQueue.c
+ core/Lucy/Search/HitQueue.cfh
+ core/Lucy/Search/Hits.c
+ core/Lucy/Search/Hits.cfh
+ core/Lucy/Search/IndexSearcher.c
+ core/Lucy/Search/IndexSearcher.cfh
+ core/Lucy/Search/LeafQuery.c
+ core/Lucy/Search/LeafQuery.cfh
+ core/Lucy/Search/MatchAllMatcher.c
+ core/Lucy/Search/MatchAllMatcher.cfh
+ core/Lucy/Search/MatchAllQuery.c
+ core/Lucy/Search/MatchAllQuery.cfh
+ core/Lucy/Search/MatchDoc.c
+ core/Lucy/Search/MatchDoc.cfh
+ core/Lucy/Search/Matcher.c
+ core/Lucy/Search/Matcher.cfh
+ core/Lucy/Search/NOTMatcher.c
+ core/Lucy/Search/NOTMatcher.cfh
+ core/Lucy/Search/NOTQuery.c
+ core/Lucy/Search/NOTQuery.cfh
+ core/Lucy/Search/NoMatchMatcher.c
+ core/Lucy/Search/NoMatchMatcher.cfh
+ core/Lucy/Search/NoMatchQuery.c
+ core/Lucy/Search/NoMatchQuery.cfh
+ core/Lucy/Search/ORMatcher.c
+ core/Lucy/Search/ORMatcher.cfh
+ core/Lucy/Search/ORQuery.c
+ core/Lucy/Search/ORQuery.cfh
+ core/Lucy/Search/PhraseMatcher.c
+ core/Lucy/Search/PhraseMatcher.cfh
+ core/Lucy/Search/PhraseQuery.c
+ core/Lucy/Search/PhraseQuery.cfh
+ core/Lucy/Search/PolyMatcher.c
+ core/Lucy/Search/PolyMatcher.cfh
+ core/Lucy/Search/PolyQuery.c
+ core/Lucy/Search/PolyQuery.cfh
+ core/Lucy/Search/PolySearcher.c
+ core/Lucy/Search/PolySearcher.cfh
+ core/Lucy/Search/Query.c
+ core/Lucy/Search/Query.cfh
+ core/Lucy/Search/QueryParser.c
+ core/Lucy/Search/QueryParser.cfh
+ core/Lucy/Search/RangeMatcher.c
+ core/Lucy/Search/RangeMatcher.cfh
+ core/Lucy/Search/RangeQuery.c
+ core/Lucy/Search/RangeQuery.cfh
+ core/Lucy/Search/RequiredOptionalMatcher.c
+ core/Lucy/Search/RequiredOptionalMatcher.cfh
+ core/Lucy/Search/RequiredOptionalQuery.c
+ core/Lucy/Search/RequiredOptionalQuery.cfh
+ core/Lucy/Search/Searcher.c
+ core/Lucy/Search/Searcher.cfh
+ core/Lucy/Search/SeriesMatcher.c
+ core/Lucy/Search/SeriesMatcher.cfh
+ core/Lucy/Search/SortRule.c
+ core/Lucy/Search/SortRule.cfh
+ core/Lucy/Search/SortSpec.c
+ core/Lucy/Search/SortSpec.cfh
+ core/Lucy/Search/Span.c
+ core/Lucy/Search/Span.cfh
+ core/Lucy/Search/TermMatcher.c
+ core/Lucy/Search/TermMatcher.cfh
+ core/Lucy/Search/TermQuery.c
+ core/Lucy/Search/TermQuery.cfh
+ core/Lucy/Search/TopDocs.c
+ core/Lucy/Search/TopDocs.cfh
+ core/Lucy/Store/CompoundFileReader.c
+ core/Lucy/Store/CompoundFileReader.cfh
+ core/Lucy/Store/CompoundFileWriter.c
+ core/Lucy/Store/CompoundFileWriter.cfh
+ core/Lucy/Store/DirHandle.c
+ core/Lucy/Store/DirHandle.cfh
+ core/Lucy/Store/FSDirHandle.c
+ core/Lucy/Store/FSDirHandle.cfh
+ core/Lucy/Store/FSFileHandle.c
+ core/Lucy/Store/FSFileHandle.cfh
+ core/Lucy/Store/FSFolder.c
+ core/Lucy/Store/FSFolder.cfh
+ core/Lucy/Store/FileHandle.c
+ core/Lucy/Store/FileHandle.cfh
+ core/Lucy/Store/FileWindow.c
+ core/Lucy/Store/FileWindow.cfh
+ core/Lucy/Store/Folder.c
+ core/Lucy/Store/Folder.cfh
+ core/Lucy/Store/InStream.c
+ core/Lucy/Store/InStream.cfh
+ core/Lucy/Store/Lock.c
+ core/Lucy/Store/Lock.cfh
+ core/Lucy/Store/LockFactory.c
+ core/Lucy/Store/LockFactory.cfh
+ core/Lucy/Store/OutStream.c
+ core/Lucy/Store/OutStream.cfh
+ core/Lucy/Store/RAMDirHandle.c
+ core/Lucy/Store/RAMDirHandle.cfh
+ core/Lucy/Store/RAMFile.c
+ core/Lucy/Store/RAMFile.cfh
+ core/Lucy/Store/RAMFileHandle.c
+ core/Lucy/Store/RAMFileHandle.cfh
+ core/Lucy/Store/RAMFolder.c
+ core/Lucy/Store/RAMFolder.cfh
+ core/Lucy/Store/SharedLock.c
+ core/Lucy/Store/SharedLock.cfh
+ core/Lucy/Test.c
+ core/Lucy/Test.cfh
+ core/Lucy/Test/Analysis/TestAnalyzer.c
+ core/Lucy/Test/Analysis/TestAnalyzer.cfh
+ core/Lucy/Test/Analysis/TestCaseFolder.c
+ core/Lucy/Test/Analysis/TestCaseFolder.cfh
+ core/Lucy/Test/Analysis/TestNormalizer.c
+ core/Lucy/Test/Analysis/TestNormalizer.cfh
+ core/Lucy/Test/Analysis/TestPolyAnalyzer.c
+ core/Lucy/Test/Analysis/TestPolyAnalyzer.cfh
+ core/Lucy/Test/Analysis/TestRegexTokenizer.c
+ core/Lucy/Test/Analysis/TestRegexTokenizer.cfh
+ core/Lucy/Test/Analysis/TestSnowballStemmer.c
+ core/Lucy/Test/Analysis/TestSnowballStemmer.cfh
+ core/Lucy/Test/Analysis/TestSnowballStopFilter.c
+ core/Lucy/Test/Analysis/TestSnowballStopFilter.cfh
+ core/Lucy/Test/Analysis/TestStandardTokenizer.c
+ core/Lucy/Test/Analysis/TestStandardTokenizer.cfh
+ core/Lucy/Test/Highlight/TestHighlighter.c
+ core/Lucy/Test/Highlight/TestHighlighter.cfh
+ core/Lucy/Test/Index/TestDocWriter.c
+ core/Lucy/Test/Index/TestDocWriter.cfh
+ core/Lucy/Test/Index/TestHighlightWriter.c
+ core/Lucy/Test/Index/TestHighlightWriter.cfh
+ core/Lucy/Test/Index/TestIndexManager.c
+ core/Lucy/Test/Index/TestIndexManager.cfh
+ core/Lucy/Test/Index/TestPolyReader.c
+ core/Lucy/Test/Index/TestPolyReader.cfh
+ core/Lucy/Test/Index/TestPostingListWriter.c
+ core/Lucy/Test/Index/TestPostingListWriter.cfh
+ core/Lucy/Test/Index/TestSegWriter.c
+ core/Lucy/Test/Index/TestSegWriter.cfh
+ core/Lucy/Test/Index/TestSegment.c
+ core/Lucy/Test/Index/TestSegment.cfh
+ core/Lucy/Test/Index/TestSnapshot.c
+ core/Lucy/Test/Index/TestSnapshot.cfh
+ core/Lucy/Test/Object/TestBitVector.c
+ core/Lucy/Test/Object/TestBitVector.cfh
+ core/Lucy/Test/Object/TestByteBuf.c
+ core/Lucy/Test/Object/TestByteBuf.cfh
+ core/Lucy/Test/Object/TestCharBuf.c
+ core/Lucy/Test/Object/TestCharBuf.cfh
+ core/Lucy/Test/Object/TestHash.c
+ core/Lucy/Test/Object/TestHash.cfh
+ core/Lucy/Test/Object/TestI32Array.c
+ core/Lucy/Test/Object/TestI32Array.cfh
+ core/Lucy/Test/Object/TestLockFreeRegistry.c
+ core/Lucy/Test/Object/TestLockFreeRegistry.cfh
+ core/Lucy/Test/Object/TestNum.c
+ core/Lucy/Test/Object/TestNum.cfh
+ core/Lucy/Test/Object/TestObj.c
+ core/Lucy/Test/Object/TestObj.cfh
+ core/Lucy/Test/Object/TestVArray.c
+ core/Lucy/Test/Object/TestVArray.cfh
+ core/Lucy/Test/Plan/TestArchitecture.c
+ core/Lucy/Test/Plan/TestArchitecture.cfh
+ core/Lucy/Test/Plan/TestBlobType.c
+ core/Lucy/Test/Plan/TestBlobType.cfh
+ core/Lucy/Test/Plan/TestFieldType.c
+ core/Lucy/Test/Plan/TestFieldType.cfh
+ core/Lucy/Test/Plan/TestFullTextType.c
+ core/Lucy/Test/Plan/TestFullTextType.cfh
+ core/Lucy/Test/Plan/TestNumericType.c
+ core/Lucy/Test/Plan/TestNumericType.cfh
+ core/Lucy/Test/Search/TestLeafQuery.c
+ core/Lucy/Test/Search/TestLeafQuery.cfh
+ core/Lucy/Test/Search/TestMatchAllQuery.c
+ core/Lucy/Test/Search/TestMatchAllQuery.cfh
+ core/Lucy/Test/Search/TestNOTQuery.c
+ core/Lucy/Test/Search/TestNOTQuery.cfh
+ core/Lucy/Test/Search/TestNoMatchQuery.c
+ core/Lucy/Test/Search/TestNoMatchQuery.cfh
+ core/Lucy/Test/Search/TestPhraseQuery.c
+ core/Lucy/Test/Search/TestPhraseQuery.cfh
+ core/Lucy/Test/Search/TestPolyQuery.c
+ core/Lucy/Test/Search/TestPolyQuery.cfh
+ core/Lucy/Test/Search/TestQueryParser.c
+ core/Lucy/Test/Search/TestQueryParser.cfh
+ core/Lucy/Test/Search/TestQueryParserLogic.c
+ core/Lucy/Test/Search/TestQueryParserLogic.cfh
+ core/Lucy/Test/Search/TestQueryParserSyntax.c
+ core/Lucy/Test/Search/TestQueryParserSyntax.cfh
+ core/Lucy/Test/Search/TestRangeQuery.c
+ core/Lucy/Test/Search/TestRangeQuery.cfh
+ core/Lucy/Test/Search/TestReqOptQuery.c
+ core/Lucy/Test/Search/TestReqOptQuery.cfh
+ core/Lucy/Test/Search/TestSeriesMatcher.c
+ core/Lucy/Test/Search/TestSeriesMatcher.cfh
+ core/Lucy/Test/Search/TestTermQuery.c
+ core/Lucy/Test/Search/TestTermQuery.cfh
+ core/Lucy/Test/Store/MockFileHandle.c
+ core/Lucy/Test/Store/MockFileHandle.cfh
+ core/Lucy/Test/Store/TestCompoundFileReader.c
+ core/Lucy/Test/Store/TestCompoundFileReader.cfh
+ core/Lucy/Test/Store/TestCompoundFileWriter.c
+ core/Lucy/Test/Store/TestCompoundFileWriter.cfh
+ core/Lucy/Test/Store/TestFSDirHandle.c
+ core/Lucy/Test/Store/TestFSDirHandle.cfh
+ core/Lucy/Test/Store/TestFSFileHandle.c
+ core/Lucy/Test/Store/TestFSFileHandle.cfh
+ core/Lucy/Test/Store/TestFSFolder.c
+ core/Lucy/Test/Store/TestFSFolder.cfh
+ core/Lucy/Test/Store/TestFileHandle.c
+ core/Lucy/Test/Store/TestFileHandle.cfh
+ core/Lucy/Test/Store/TestFolder.c
+ core/Lucy/Test/Store/TestFolder.cfh
+ core/Lucy/Test/Store/TestFolderCommon.c
+ core/Lucy/Test/Store/TestFolderCommon.cfh
+ core/Lucy/Test/Store/TestIOChunks.c
+ core/Lucy/Test/Store/TestIOChunks.cfh
+ core/Lucy/Test/Store/TestIOPrimitives.c
+ core/Lucy/Test/Store/TestIOPrimitives.cfh
+ core/Lucy/Test/Store/TestInStream.c
+ core/Lucy/Test/Store/TestInStream.cfh
+ core/Lucy/Test/Store/TestRAMDirHandle.c
+ core/Lucy/Test/Store/TestRAMDirHandle.cfh
+ core/Lucy/Test/Store/TestRAMFileHandle.c
+ core/Lucy/Test/Store/TestRAMFileHandle.cfh
+ core/Lucy/Test/Store/TestRAMFolder.c
+ core/Lucy/Test/Store/TestRAMFolder.cfh
+ core/Lucy/Test/TestSchema.c
+ core/Lucy/Test/TestSchema.cfh
+ core/Lucy/Test/TestUtils.c
+ core/Lucy/Test/TestUtils.cfh
+ core/Lucy/Test/Util/BBSortEx.c
+ core/Lucy/Test/Util/BBSortEx.cfh
+ core/Lucy/Test/Util/TestAtomic.c
+ core/Lucy/Test/Util/TestAtomic.cfh
+ core/Lucy/Test/Util/TestIndexFileNames.c
+ core/Lucy/Test/Util/TestIndexFileNames.cfh
+ core/Lucy/Test/Util/TestJson.c
+ core/Lucy/Test/Util/TestJson.cfh
+ core/Lucy/Test/Util/TestMemory.c
+ core/Lucy/Test/Util/TestMemory.cfh
+ core/Lucy/Test/Util/TestMemoryPool.c
+ core/Lucy/Test/Util/TestMemoryPool.cfh
+ core/Lucy/Test/Util/TestNumberUtils.c
+ core/Lucy/Test/Util/TestNumberUtils.cfh
+ core/Lucy/Test/Util/TestPriorityQueue.c
+ core/Lucy/Test/Util/TestPriorityQueue.cfh
+ core/Lucy/Test/Util/TestStringHelper.c
+ core/Lucy/Test/Util/TestStringHelper.cfh
+ core/Lucy/Util/Atomic.c
+ core/Lucy/Util/Atomic.cfh
+ core/Lucy/Util/Debug.c
+ core/Lucy/Util/Debug.cfh
+ core/Lucy/Util/Freezer.c
+ core/Lucy/Util/Freezer.cfh
+ core/Lucy/Util/IndexFileNames.c
+ core/Lucy/Util/IndexFileNames.cfh
+ core/Lucy/Util/Json.c
+ core/Lucy/Util/Json.cfh
+ core/Lucy/Util/Memory.c
+ core/Lucy/Util/Memory.cfh
+ core/Lucy/Util/MemoryPool.c
+ core/Lucy/Util/MemoryPool.cfh
+ core/Lucy/Util/NumberUtils.c
+ core/Lucy/Util/NumberUtils.cfh
+ core/Lucy/Util/PriorityQueue.c
+ core/Lucy/Util/PriorityQueue.cfh
+ core/Lucy/Util/ProcessID.c
+ core/Lucy/Util/ProcessID.cfh
+ core/Lucy/Util/Sleep.c
+ core/Lucy/Util/Sleep.cfh
+ core/Lucy/Util/SortExternal.c
+ core/Lucy/Util/SortExternal.cfh
+ core/Lucy/Util/SortUtils.c
+ core/Lucy/Util/SortUtils.cfh
+ core/Lucy/Util/Stepper.c
+ core/Lucy/Util/Stepper.cfh
+ core/Lucy/Util/StringHelper.c
+ core/Lucy/Util/StringHelper.cfh
+ core/Lucy/Util/ToolSet.h
+ core/LucyX/Search/FilterMatcher.c
+ core/LucyX/Search/FilterMatcher.cfh
+ core/LucyX/Search/MockMatcher.c
+ core/LucyX/Search/MockMatcher.cfh
+ core/LucyX/Search/ProximityMatcher.c
+ core/LucyX/Search/ProximityMatcher.cfh
+ core/LucyX/Search/ProximityQuery.c
+ core/LucyX/Search/ProximityQuery.cfh
+ devel/benchmarks/extract_reuters.plx
+ devel/benchmarks/indexers/BenchmarkingIndexer.pm
+ devel/benchmarks/indexers/LuceneIndexer.java
+ devel/benchmarks/indexers/lucy_indexer.plx
+ devel/bin/UnicodeTable.pm
+ devel/bin/format_changes_entry.pl
+ devel/bin/gen_charmonizer_makefiles.pl
+ devel/bin/lucytidy.pl
+ devel/bin/release_commands.pl
+ devel/bin/smoke.pl
+ devel/bin/update_version
+ devel/bin/valgrind_triggers.pl
+ devel/conf/astylerc
+ devel/conf/lucyperl.supp
+ devel/conf/perltidyrc
+ lemon/Makefile
+ lemon/Makefile.MSVC
+ lemon/Makefile.MinGW
+ lib/Lucy.pm
+ lib/Lucy.pod
+ lib/Lucy/Analysis/Analyzer.pm
+ lib/Lucy/Analysis/Analyzer.pod
+ lib/Lucy/Analysis/CaseFolder.pm
+ lib/Lucy/Analysis/CaseFolder.pod
+ lib/Lucy/Analysis/EasyAnalyzer.pm
+ lib/Lucy/Analysis/EasyAnalyzer.pod
+ lib/Lucy/Analysis/Inversion.pm
+ lib/Lucy/Analysis/Normalizer.pm
+ lib/Lucy/Analysis/Normalizer.pod
+ lib/Lucy/Analysis/PolyAnalyzer.pm
+ lib/Lucy/Analysis/PolyAnalyzer.pod
+ lib/Lucy/Analysis/RegexTokenizer.pm
+ lib/Lucy/Analysis/RegexTokenizer.pod
+ lib/Lucy/Analysis/SnowballStemmer.pm
+ lib/Lucy/Analysis/SnowballStemmer.pod
+ lib/Lucy/Analysis/SnowballStopFilter.pm
+ lib/Lucy/Analysis/SnowballStopFilter.pod
+ lib/Lucy/Analysis/StandardTokenizer.pm
+ lib/Lucy/Analysis/StandardTokenizer.pod
+ lib/Lucy/Analysis/Token.pm
+ lib/Lucy/Docs/Cookbook.pod
+ lib/Lucy/Docs/Cookbook/CustomQuery.pod
+ lib/Lucy/Docs/Cookbook/CustomQueryParser.pod
+ lib/Lucy/Docs/Cookbook/FastUpdates.pod
+ lib/Lucy/Docs/DevGuide.pm
+ lib/Lucy/Docs/DevGuide.pod
+ lib/Lucy/Docs/DocIDs.pod
+ lib/Lucy/Docs/FileFormat.pod
+ lib/Lucy/Docs/FileLocking.pm
+ lib/Lucy/Docs/FileLocking.pod
+ lib/Lucy/Docs/IRTheory.pod
+ lib/Lucy/Docs/Tutorial.pod
+ lib/Lucy/Docs/Tutorial/Analysis.pod
+ lib/Lucy/Docs/Tutorial/BeyondSimple.pod
+ lib/Lucy/Docs/Tutorial/FieldType.pod
+ lib/Lucy/Docs/Tutorial/Highlighter.pod
+ lib/Lucy/Docs/Tutorial/QueryObjects.pod
+ lib/Lucy/Docs/Tutorial/Simple.pod
+ lib/Lucy/Document/Doc.pm
+ lib/Lucy/Document/Doc.pod
+ lib/Lucy/Document/HitDoc.pm
+ lib/Lucy/Document/HitDoc.pod
+ lib/Lucy/Highlight/HeatMap.pm
+ lib/Lucy/Highlight/Highlighter.pm
+ lib/Lucy/Highlight/Highlighter.pod
+ lib/Lucy/Index/BackgroundMerger.pm
+ lib/Lucy/Index/BackgroundMerger.pod
+ lib/Lucy/Index/DataReader.pm
+ lib/Lucy/Index/DataReader.pod
+ lib/Lucy/Index/DataWriter.pm
+ lib/Lucy/Index/DataWriter.pod
+ lib/Lucy/Index/DeletionsReader.pm
+ lib/Lucy/Index/DeletionsWriter.pm
+ lib/Lucy/Index/DeletionsWriter.pod
+ lib/Lucy/Index/DocReader.pm
+ lib/Lucy/Index/DocReader.pod
+ lib/Lucy/Index/DocVector.pm
+ lib/Lucy/Index/DocWriter.pm
+ lib/Lucy/Index/FilePurger.pm
+ lib/Lucy/Index/HighlightReader.pm
+ lib/Lucy/Index/HighlightWriter.pm
+ lib/Lucy/Index/IndexManager.pm
+ lib/Lucy/Index/IndexManager.pod
+ lib/Lucy/Index/IndexReader.pm
+ lib/Lucy/Index/IndexReader.pod
+ lib/Lucy/Index/Indexer.pm
+ lib/Lucy/Index/Indexer.pod
+ lib/Lucy/Index/Inverter.pm
+ lib/Lucy/Index/Lexicon.pm
+ lib/Lucy/Index/Lexicon.pod
+ lib/Lucy/Index/LexiconReader.pm
+ lib/Lucy/Index/LexiconReader.pod
+ lib/Lucy/Index/LexiconWriter.pm
+ lib/Lucy/Index/PolyLexicon.pm
+ lib/Lucy/Index/PolyReader.pm
+ lib/Lucy/Index/PolyReader.pod
+ lib/Lucy/Index/Posting.pm
+ lib/Lucy/Index/Posting/MatchPosting.pm
+ lib/Lucy/Index/Posting/RichPosting.pm
+ lib/Lucy/Index/Posting/ScorePosting.pm
+ lib/Lucy/Index/PostingList.pm
+ lib/Lucy/Index/PostingList.pod
+ lib/Lucy/Index/PostingListReader.pm
+ lib/Lucy/Index/PostingListReader.pod
+ lib/Lucy/Index/PostingListWriter.pm
+ lib/Lucy/Index/SegLexicon.pm
+ lib/Lucy/Index/SegPostingList.pm
+ lib/Lucy/Index/SegReader.pm
+ lib/Lucy/Index/SegReader.pod
+ lib/Lucy/Index/SegWriter.pm
+ lib/Lucy/Index/SegWriter.pod
+ lib/Lucy/Index/Segment.pm
+ lib/Lucy/Index/Segment.pod
+ lib/Lucy/Index/Similarity.pm
+ lib/Lucy/Index/Similarity.pod
+ lib/Lucy/Index/Snapshot.pm
+ lib/Lucy/Index/Snapshot.pod
+ lib/Lucy/Index/SortCache.pm
+ lib/Lucy/Index/SortReader.pm
+ lib/Lucy/Index/SortWriter.pm
+ lib/Lucy/Index/TermInfo.pm
+ lib/Lucy/Index/TermVector.pm
+ lib/Lucy/Object/BitVector.pm
+ lib/Lucy/Object/BitVector.pod
+ lib/Lucy/Object/ByteBuf.pm
+ lib/Lucy/Object/CharBuf.pm
+ lib/Lucy/Object/Err.pm
+ lib/Lucy/Object/Err.pod
+ lib/Lucy/Object/Hash.pm
+ lib/Lucy/Object/Host.pm
+ lib/Lucy/Object/I32Array.pm
+ lib/Lucy/Object/LockFreeRegistry.pm
+ lib/Lucy/Object/Num.pm
+ lib/Lucy/Object/Obj.pm
+ lib/Lucy/Object/Obj.pod
+ lib/Lucy/Object/VArray.pm
+ lib/Lucy/Object/VTable.pm
+ lib/Lucy/Plan/Architecture.pm
+ lib/Lucy/Plan/Architecture.pod
+ lib/Lucy/Plan/BlobType.pm
+ lib/Lucy/Plan/BlobType.pod
+ lib/Lucy/Plan/FieldType.pm
+ lib/Lucy/Plan/FieldType.pod
+ lib/Lucy/Plan/Float32Type.pm
+ lib/Lucy/Plan/Float64Type.pm
+ lib/Lucy/Plan/FullTextType.pm
+ lib/Lucy/Plan/FullTextType.pod
+ lib/Lucy/Plan/Int32Type.pm
+ lib/Lucy/Plan/Int64Type.pm
+ lib/Lucy/Plan/Schema.pm
+ lib/Lucy/Plan/Schema.pod
+ lib/Lucy/Plan/StringType.pm
+ lib/Lucy/Plan/StringType.pod
+ lib/Lucy/Search/ANDMatcher.pm
+ lib/Lucy/Search/ANDQuery.pm
+ lib/Lucy/Search/ANDQuery.pod
+ lib/Lucy/Search/BitVecMatcher.pm
+ lib/Lucy/Search/Collector.pm
+ lib/Lucy/Search/Collector.pod
+ lib/Lucy/Search/Collector/BitCollector.pm
+ lib/Lucy/Search/Collector/BitCollector.pod
+ lib/Lucy/Search/Collector/SortCollector.pm
+ lib/Lucy/Search/Compiler.pm
+ lib/Lucy/Search/Compiler.pod
+ lib/Lucy/Search/HitQueue.pm
+ lib/Lucy/Search/Hits.pm
+ lib/Lucy/Search/Hits.pod
+ lib/Lucy/Search/IndexSearcher.pm
+ lib/Lucy/Search/IndexSearcher.pod
+ lib/Lucy/Search/LeafQuery.pm
+ lib/Lucy/Search/LeafQuery.pod
+ lib/Lucy/Search/MatchAllQuery.pm
+ lib/Lucy/Search/MatchAllQuery.pod
+ lib/Lucy/Search/MatchDoc.pm
+ lib/Lucy/Search/Matcher.pm
+ lib/Lucy/Search/Matcher.pod
+ lib/Lucy/Search/NOTMatcher.pm
+ lib/Lucy/Search/NOTQuery.pm
+ lib/Lucy/Search/NOTQuery.pod
+ lib/Lucy/Search/NoMatchQuery.pm
+ lib/Lucy/Search/NoMatchQuery.pod
+ lib/Lucy/Search/ORQuery.pm
+ lib/Lucy/Search/ORQuery.pod
+ lib/Lucy/Search/ORScorer.pm
+ lib/Lucy/Search/PhraseQuery.pm
+ lib/Lucy/Search/PhraseQuery.pod
+ lib/Lucy/Search/PolyCompiler.pm
+ lib/Lucy/Search/PolyQuery.pm
+ lib/Lucy/Search/PolyQuery.pod
+ lib/Lucy/Search/PolySearcher.pm
+ lib/Lucy/Search/PolySearcher.pod
+ lib/Lucy/Search/Query.pm
+ lib/Lucy/Search/Query.pod
+ lib/Lucy/Search/QueryParser.pm
+ lib/Lucy/Search/QueryParser.pod
+ lib/Lucy/Search/RangeQuery.pm
+ lib/Lucy/Search/RangeQuery.pod
+ lib/Lucy/Search/RequiredOptionalMatcher.pm
+ lib/Lucy/Search/RequiredOptionalQuery.pm
+ lib/Lucy/Search/RequiredOptionalQuery.pod
+ lib/Lucy/Search/Searcher.pm
+ lib/Lucy/Search/Searcher.pod
+ lib/Lucy/Search/SortRule.pm
+ lib/Lucy/Search/SortRule.pod
+ lib/Lucy/Search/SortSpec.pm
+ lib/Lucy/Search/SortSpec.pod
+ lib/Lucy/Search/Span.pm
+ lib/Lucy/Search/Span.pod
+ lib/Lucy/Search/TermQuery.pm
+ lib/Lucy/Search/TermQuery.pod
+ lib/Lucy/Search/TopDocs.pm
+ lib/Lucy/Simple.pm
+ lib/Lucy/Store/FSFileHandle.pm
+ lib/Lucy/Store/FSFolder.pm
+ lib/Lucy/Store/FSFolder.pod
+ lib/Lucy/Store/FileHandle.pm
+ lib/Lucy/Store/Folder.pm
+ lib/Lucy/Store/Folder.pod
+ lib/Lucy/Store/InStream.pm
+ lib/Lucy/Store/Lock.pm
+ lib/Lucy/Store/Lock.pod
+ lib/Lucy/Store/LockErr.pm
+ lib/Lucy/Store/LockErr.pod
+ lib/Lucy/Store/LockFactory.pm
+ lib/Lucy/Store/LockFactory.pod
+ lib/Lucy/Store/OutStream.pm
+ lib/Lucy/Store/RAMFile.pm
+ lib/Lucy/Store/RAMFileHandle.pm
+ lib/Lucy/Store/RAMFolder.pm
+ lib/Lucy/Store/RAMFolder.pod
+ lib/Lucy/Test.pm
+ lib/Lucy/Test/Util/BBSortEx.pm
+ lib/Lucy/Util/Debug.pm
+ lib/Lucy/Util/IndexFileNames.pm
+ lib/Lucy/Util/Json.pm
+ lib/Lucy/Util/MemoryPool.pm
+ lib/Lucy/Util/PriorityQueue.pm
+ lib/Lucy/Util/SortExternal.pm
+ lib/Lucy/Util/Stepper.pm
+ lib/Lucy/Util/StringHelper.pm
+ lib/LucyX/Index/ByteBufDocReader.pm
+ lib/LucyX/Index/ByteBufDocWriter.pm
+ lib/LucyX/Index/LongFieldSim.pm
+ lib/LucyX/Index/ZlibDocReader.pm
+ lib/LucyX/Index/ZlibDocWriter.pm
+ lib/LucyX/Remote/ClusterSearcher.pm
+ lib/LucyX/Remote/SearchClient.pm
+ lib/LucyX/Remote/SearchServer.pm
+ lib/LucyX/Search/Filter.pm
+ lib/LucyX/Search/MockMatcher.pm
+ lib/LucyX/Search/ProximityQuery.pm
+ lib/LucyX/Search/ProximityQuery.pod
+ modules/analysis/snowstem/devel/update_snowstem.pl
+ modules/analysis/snowstop/devel/update_snowstop.pl
+ sample/FlatQueryParser.pm
+ sample/PrefixQuery.pm
+ sample/indexer.pl
+ sample/search.cgi
+ sample/us_constitution/index.html
+ sample/us_constitution/uscon.css
+ t/001-build_indexes.t
+ t/002-lucy.t
+ t/015-sort_external.t
+ t/018-host.t
+ t/021-vtable.t
+ t/023-stepper.t
+ t/025-debug.t
+ t/026-serialization.t
+ t/028-sortexrun.t
+ t/050-ramfile.t
+ t/051-fsfile.t
+ t/102-strings_io.t
+ t/105-folder.t
+ t/106-locking.t
+ t/109-read_locking.t
+ t/110-shared_lock.t
+ t/111-index_manager.t
+ t/152-inversion.t
+ t/154-regex_tokenizer.t
+ t/200-doc.t
+ t/201-hit_doc.t
+ t/204-doc_reader.t
+ t/205-seg_reader.t
+ t/207-seg_lexicon.t
+ t/208-terminfo.t
+ t/209-seg_lexicon_heavy.t
+ t/210-deldocs.t
+ t/211-seg_posting_list.t
+ t/213-segment_merging.t
+ t/214-spec_field.t
+ t/215-term_vectors.t
+ t/216-schema.t
+ t/217-poly_lexicon.t
+ t/218-del_merging.t
+ t/219-byte_buf_doc.t
+ t/220-zlib_doc.t
+ t/221-sort_writer.t
+ t/224-lex_reader.t
+ t/233-background_merger.t
+ t/302-many_fields.t
+ t/304-verify_utf8.t
+ t/305-indexer.t
+ t/306-dynamic_schema.t
+ t/308-simple.t
+ t/309-span.t
+ t/310-heat_map.t
+ t/311-hl_selection.t
+ t/400-match_posting.t
+ t/501-termquery.t
+ t/502-phrasequery.t
+ t/504-similarity.t
+ t/505-hit_queue.t
+ t/506-collector.t
+ t/507-filter.t
+ t/508-hits.t
+ t/509-poly_searcher.t
+ t/510-remote_search.t
+ t/511-sort_spec.t
+ t/513-matcher.t
+ t/514-and_matcher.t
+ t/515-range_query.t
+ t/518-or_scorer.t
+ t/519-req_opt_matcher.t
+ t/520-match_doc.t
+ t/523-and_query.t
+ t/524-poly_query.t
+ t/525-match_all_query.t
+ t/526-not_query.t
+ t/527-req_opt_query.t
+ t/528-leaf_query.t
+ t/529-no_match_query.t
+ t/532-sort_collector.t
+ t/550-cluster_searcher.t
+ t/601-queryparser.t
+ t/602-boosts.t
+ t/603-query_boosts.t
+ t/604-simple_search.t
+ t/605-store_pos_boost.t
+ t/607-queryparser_multi_field.t
+ t/610-queryparser_logic.t
+ t/611-queryparser_syntax.t
+ t/613-proximityquery.t
+ t/701-uscon.t
+ t/999-remove_indexes.t
+ t/binding/016-varray.t
+ t/binding/017-hash.t
+ t/binding/019-obj.t
+ t/binding/022-bytebuf.t
+ t/binding/029-charbuf.t
+ t/binding/034-err.t
+ t/binding/101-simple_io.t
+ t/binding/150-polyanalyzer.t
+ t/binding/151-analyzer.t
+ t/binding/153-case_folder.t
+ t/binding/155-snowball_stop_filter.t
+ t/binding/156-snowball_stemmer.t
+ t/binding/157-normalizer.t
+ t/binding/158-standard_tokenizer.t
+ t/binding/159-easyanalyzer.t
+ t/binding/206-snapshot.t
+ t/binding/303-highlighter.t
+ t/binding/506-collector.t
+ t/binding/702-sample.t
+ t/binding/800-stack.t
+ t/charmonizer/001-integers.t
+ t/charmonizer/002-func_macro.t
+ t/charmonizer/003-headers.t
+ t/charmonizer/004-large_files.t
+ t/charmonizer/005-unused_vars.t
+ t/charmonizer/006-variadic_macros.t
+ t/charmonizer/007-dirmanip.t
+ t/core/012-priority_queue.t
+ t/core/013-bit_vector.t
+ t/core/016-varray.t
+ t/core/017-hash.t
+ t/core/019-obj.t
+ t/core/022-bytebuf.t
+ t/core/024-memory_pool.t
+ t/core/029-charbuf.t
+ t/core/030-number_utils.t
+ t/core/031-num.t
+ t/core/032-string_helper.t
+ t/core/033-index_file_names.t
+ t/core/035-json.t
+ t/core/036-i32_array.t
+ t/core/037-atomic.t
+ t/core/039-memory.t
+ t/core/050-ram_file_handle.t
+ t/core/051-fs_file_handle.t
+ t/core/052-instream.t
+ t/core/053-file_handle.t
+ t/core/054-io_primitives.t
+ t/core/055-io_chunks.t
+ t/core/061-ram_dir_handle.t
+ t/core/062-fs_dir_handle.t
+ t/core/103-fs_folder.t
+ t/core/104-ram_folder.t
+ t/core/105-folder.t
+ t/core/111-index_manager.t
+ t/core/112-cf_writer.t
+ t/core/113-cf_reader.t
+ t/core/150-analyzer.t
+ t/core/150-polyanalyzer.t
+ t/core/153-case_folder.t
+ t/core/154-regex_tokenizer.t
+ t/core/155-snowball_stop_filter.t
+ t/core/156-snowball_stemmer.t
+ t/core/157-normalizer.t
+ t/core/158-standard_tokenizer.t
+ t/core/206-snapshot.t
+ t/core/216-schema.t
+ t/core/220-doc_writer.t
+ t/core/221-highlight_writer.t
+ t/core/222-posting_list_writer.t
+ t/core/223-seg_writer.t
+ t/core/225-polyreader.t
+ t/core/230-full_text_type.t
+ t/core/231-blob_type.t
+ t/core/232-numeric_type.t
+ t/core/234-field_type.t
+ t/core/301-segment.t
+ t/core/303-highlighter.t
+ t/core/501-termquery.t
+ t/core/502-phrasequery.t
+ t/core/515-range_query.t
+ t/core/523-and_query.t
+ t/core/525-match_all_query.t
+ t/core/526-not_query.t
+ t/core/527-req_opt_query.t
+ t/core/528-leaf_query.t
+ t/core/529-no_match_query.t
+ t/core/530-series_matcher.t
+ t/core/531-or_query.t
+ xs/Lucy/Analysis/CaseFolder.c
+ xs/Lucy/Analysis/RegexTokenizer.c
+ xs/Lucy/Document/Doc.c
+ xs/Lucy/Index/DocReader.c
+ xs/Lucy/Index/Inverter.c
+ xs/Lucy/Index/PolyReader.c
+ xs/Lucy/Index/SegReader.c
+ xs/Lucy/Object/Err.c
+ xs/Lucy/Object/Host.c
+ xs/Lucy/Object/LockFreeRegistry.c
+ xs/Lucy/Object/Obj.c
+ xs/Lucy/Object/VTable.c
+ xs/Lucy/Store/FSFolder.c
+ xs/XSBind.c
+ xs/XSBind.h
+Copyright: *No copyright*
+License: Apache-2.0
+ FIXME
+
+Files: CHANGES
+ CONTRIBUTING
+ INSTALL
+ MANIFEST
+ META.json
+ META.yml
+ README
+ charmonizer/README
+ clownfish/perl/MANIFEST
+ clownfish/src/CFCLexHeader.h
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/source/format
+ debian/watch
+ devel/benchmarks/README.txt
+ lemon/README
+ lemon/lempar.c
+ modules/analysis/snowstem/source/README
+ modules/analysis/snowstem/source/include/libstemmer.h
+ modules/analysis/snowstem/source/libstemmer/libstemmer_utf8.c
+ modules/analysis/snowstem/source/libstemmer/modules_utf8.h
+ modules/analysis/snowstem/source/runtime/api.c
+ modules/analysis/snowstem/source/runtime/api.h
+ modules/analysis/snowstem/source/runtime/header.h
+ modules/analysis/snowstem/source/runtime/utilities.c
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_danish.c
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_danish.h
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_dutch.c
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_dutch.h
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_english.c
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_english.h
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_finnish.c
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_finnish.h
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_french.c
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_french.h
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_german.c
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_german.h
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_hungarian.c
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_hungarian.h
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_italian.c
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_italian.h
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_norwegian.c
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_norwegian.h
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_porter.c
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_porter.h
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_portuguese.c
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_portuguese.h
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_romanian.c
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_romanian.h
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_russian.c
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_russian.h
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_spanish.c
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_spanish.h
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_swedish.c
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_swedish.h
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_turkish.c
+ modules/analysis/snowstem/source/src_c/stem_UTF_8_turkish.h
+ modules/analysis/snowstem/source/test/README
+ modules/analysis/snowstem/source/test/tests.json
+ modules/analysis/snowstop/source/snowball_stoplists.c
+ modules/unicode/ucd/WordBreakTest.json
+ modules/unicode/utf8proc/tests.json
+ sample/README.txt
+ sample/us_constitution/amend1.txt
+ sample/us_constitution/amend10.txt
+ sample/us_constitution/amend11.txt
+ sample/us_constitution/amend12.txt
+ sample/us_constitution/amend13.txt
+ sample/us_constitution/amend14.txt
+ sample/us_constitution/amend15.txt
+ sample/us_constitution/amend16.txt
+ sample/us_constitution/amend17.txt
+ sample/us_constitution/amend18.txt
+ sample/us_constitution/amend19.txt
+ sample/us_constitution/amend2.txt
+ sample/us_constitution/amend20.txt
+ sample/us_constitution/amend21.txt
+ sample/us_constitution/amend22.txt
+ sample/us_constitution/amend23.txt
+ sample/us_constitution/amend24.txt
+ sample/us_constitution/amend25.txt
+ sample/us_constitution/amend26.txt
+ sample/us_constitution/amend27.txt
+ sample/us_constitution/amend3.txt
+ sample/us_constitution/amend4.txt
+ sample/us_constitution/amend5.txt
+ sample/us_constitution/amend6.txt
+ sample/us_constitution/amend7.txt
+ sample/us_constitution/amend8.txt
+ sample/us_constitution/amend9.txt
+ sample/us_constitution/art1sec1.txt
+ sample/us_constitution/art1sec10.txt
+ sample/us_constitution/art1sec2.txt
+ sample/us_constitution/art1sec3.txt
+ sample/us_constitution/art1sec4.txt
+ sample/us_constitution/art1sec5.txt
+ sample/us_constitution/art1sec6.txt
+ sample/us_constitution/art1sec7.txt
+ sample/us_constitution/art1sec8.txt
+ sample/us_constitution/art1sec9.txt
+ sample/us_constitution/art2sec1.txt
+ sample/us_constitution/art2sec2.txt
+ sample/us_constitution/art2sec3.txt
+ sample/us_constitution/art2sec4.txt
+ sample/us_constitution/art3sec1.txt
+ sample/us_constitution/art3sec2.txt
+ sample/us_constitution/art3sec3.txt
+ sample/us_constitution/art4sec1.txt
+ sample/us_constitution/art4sec2.txt
+ sample/us_constitution/art4sec3.txt
+ sample/us_constitution/art4sec4.txt
+ sample/us_constitution/art5.txt
+ sample/us_constitution/art6.txt
+ sample/us_constitution/art7.txt
+ sample/us_constitution/preamble.txt
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: modules/unicode/utf8proc/utf8proc.c
+ modules/unicode/utf8proc/utf8proc.h
+Copyright: 2009, Public Software Group e. V., Berlin, Germany
+License: Expat
+ FIXME
+
+Files: clownfish/src/CFCFunction.c
+Copyright: && !isdigit && c != '_') { return false; }
+License: Apache-2.0
+ FIXME
+
+Files: clownfish/src/CFCParseHeader.y
+Copyright: CLASS qualified_id(E) . { A = S_start_class(state, B, C, NULL, E, NULL, NULL ); }
+  CLASS qualified_id(E) . { A = S_start_class(state, NULL, C, NULL, E, NULL, NULL ); }
+  CLASS qualified_id(E) class_inheritance(G). { A = S_start_class(state, B, C, NULL, E, NULL, G ); }
+  CLASS qualified_id(E) class_inheritance(G). { A = S_start_class(state, NULL, C, NULL, E, NULL, G ); }
+  CLASS qualified_id(E) cnick(F) . { A = S_start_class(state, B, C, NULL, E, F, NULL ); }
+  CLASS qualified_id(E) cnick(F) . { A = S_start_class(state, NULL, C, NULL, E, F, NULL ); }
+  CLASS qualified_id(E) cnick(F) class_inheritance(G). { A = S_start_class(state, B, C, NULL, E, F, G ); }
+  CLASS qualified_id(E) cnick(F) class_inheritance(G). { A = S_start_class(state, NULL, C, NULL, E, F, G ); }
+  EQUALS scalar_constant(D)
+  SEMICOLON
+  array_postfix(E)
+  asterisk_postfix(D)
+  cnick(D) SEMICOLON
+  declaration_modifier_list(D) CLASS qualified_id(E) . { A = S_start_class(state, B, C, D, E, NULL, NULL ); }
+  declaration_modifier_list(D) CLASS qualified_id(E) . { A = S_start_class(state, NULL, C, D, E, NULL, NULL ); }
+  declaration_modifier_list(D) CLASS qualified_id(E) class_inheritance(G). { A = S_start_class(state, B, C, D, E, NULL, G ); }
+  declaration_modifier_list(D) CLASS qualified_id(E) class_inheritance(G). { A = S_start_class(state, NULL, C, D, E, NULL, G ); }
+  declaration_modifier_list(D) CLASS qualified_id(E) cnick(F) . { A = S_start_class(state, B, C, D, E, F, NULL ); }
+  declaration_modifier_list(D) CLASS qualified_id(E) cnick(F) . { A = S_start_class(state, NULL, C, D, E, F, NULL ); }
+  declaration_modifier_list(D) CLASS qualified_id(E) cnick(F) class_inheritance(G). { A = S_start_class(state, B, C, D, E, F, G ); }
+  declaration_modifier_list(D) CLASS qualified_id(E) cnick(F) class_inheritance(G). { A = S_start_class(state, NULL, C, D, E, F, G ); }
+License: Apache-2.0
+ FIXME
+
+Files: core/Lucy/Util/Json/JsonParser.y
+Copyright: COLON value(D) COMMA
+  COLON value(D) RIGHT_CURLY_BRACKET
+  COMMA
+  RIGHT_CURLY_BRACKET
+  RIGHT_SQUARE_BRACKET
+License: Apache-2.0
+ FIXME
+
+Files: devel/bin/gen_word_break_data.pl
+Copyright: 1991-2011, Unicode, Inc. Distributed under
+  there is clear notice in each
+License: Apache-2.0
+ FIXME
+
+Files: debian/rules
+Copyright: 2014, Jonas Smedegaard <dr at jones.dk>
+License: GPL-3+
+ FIXME
+
+Files: devel/conf/rat-excludes
+Copyright: on generated lexers
+License: Public domain Apache-2.0
+ FIXME
+
+Files: LICENSE
+Copyright: [yyyy
+License: Public domain Apache-2.0 BSD (3 clause) MIT/X11 (BSD like)
+ FIXME
+
+Files: lemon/lemon.c
+Copyright: ){ /* Identifiers */
+  ){ cp++; continue; } /* Skip all white space */
+  || c=='_') ) cp++;
+License: UNKNOWN
+ FIXME
+
+Files: NOTICE
+Copyright: 2013, The Apache Software Foundation
+License: UNKNOWN
+ FIXME
+
+Files: modules/unicode/utf8proc/utf8proc_data.c
+Copyright: 1991-2007, Unicode, Inc. Distributed
+  there is clear notice in each modified Data File or
+License: UNKNOWN
+ FIXME
+
+Files: modules/unicode/ucd/WordBreak.tab
+Copyright: 1991-2011, Unicode, Inc. Distributed under
+  there is clear notice in each
+License: UNKNOWN
+ FIXME
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..4a1959a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,39 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2014 Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for Lucy
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+include /usr/share/cdbs/1/rules/upstream-tarball.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/class/perl-build.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+pkg = $(DEB_SOURCE_PACKAGE)
+
+DEB_UPSTREAM_PACKAGE = Lucy
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/C/CR/CREAMYG
+DEB_UPSTREAM_TARBALL_MD5 = b43bae463f9a7f8283ea3e7ad2ca3b25
+
+# Needed by upstream build
+bdeps = perl (<< 5.19.0) | libmodule-build-perl
+
+# Needed by upstream testsuite
+deps-test = libcache-memcached-fast-perl, libreadonly-perl
+deps-test +=, memcached
+
+CDBS_BUILD_DEPENDS +=, $(bdeps), $(deps), $(deps-test)
+CDBS_DEPENDS_$(pkg) = $(deps)
+CDBS_RECOMMENDS_$(pkg) = $(recommends)
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..46ebe02
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..74c05f7
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# compare versions by each digit: upstream strip trailing zeros
+version = 3
+https://metacpan.org/release/Lucy .*/Lucy-([\d.]+)\.tar\.gz
+http://www.cpan.org/authors/id/C/CR/CREAMYG/Lucy-([\d.]+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblucy-perl.git



More information about the Pkg-perl-cvs-commits mailing list