summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2014-07-23Failing tests is no reason to turn them off.asau1-2/+2
2014-07-23Update to 0.1.1. Ride libwpd bump.wiz4-18/+20
libodfgen 0.1.1 - Export API symbols on Windows. - Fix few minor problems with debug mode. libodfgen 0.1.0 - rebase to librevenge - add spreadsheet generator - split common parts of all generators out to a base class - add tests for all generators - add chart generator - and many other improvements libodfgen 0.0.4 - fix handling of presentation tables - fix handling of presentation notes - fix handling of presentation comments
2014-07-22+ tinyxml2.wiz1-1/+2
2014-07-22Import tinyxml2-2.1.0 as textproc/tinyxml2, packaged for wip bywiz5-0/+58
Niclas Rosenvik. TinyXML-2 parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified, and saved. TinyXML-2 uses a Document Object Model (DOM), meaning the XML data is parsed into a C++ objects that can be browsed and manipulated, and then written to disk or another output stream. You can also construct an XML document from scratch with C++ objects and write this to disk or another output stream. TinyXML (textproc/tinyxml) served the needs of the original author for many years; but it uses memory inefficiently, and doesn't perform as well as desired for mobile devices. The author wanted an XML parser that was a little more modern, a little simpler (the "tiny" had been lost a little over the years), and was a good fit for Android. This led to TinyXML-2.
2014-07-22Update to 3.4.4:wiz2-6/+6
add Veps add Uzbek (Cyrillic) add Tamazight (Latn) add Quechua, Cusco add Saxon, Low add Koongo add Maninkakan, Eastern (Latn) add Kurdish, Central add Akan replace hungarian udhr with utf-8 version MSVC 2010 has finally grown a <stdint.h>
2014-07-22Recursive bump for libwpd shlib name change.wiz2-2/+4
2014-07-22Update to 1.6.6:wiz5-47/+20
Version 1.6.6 of PyEnchant has been released, with the following changes: compatability with latest python releases "wheels" replace "eggs" as the binary distribution format of choice fix possible text corruption when using SpellChecker with a Chunker
2014-07-19Use standard email address (pkgsrc-p5-people should not be MAINTAINER).wiz2-6/+4
2014-07-19Update to 0.0.13:wiz2-6/+6
Proper translation of POD commands and formatting codes into mdoc macros, including correct whitespace handling. Only capital ASCII letters A-Z can start a formatting code. Do not skip the content of invalid formatting codes. Improved handling of filename extensions.
2014-07-18Fix SCO OpenServer 5.0.7/3.2 build.ryoon1-1/+3
2014-07-18Fix SCO OpenSrver 5.0.7/3.2 build.ryoon7-20/+137
Add configuration for SCOOSR5.
2014-07-18Fix SCO OpenServer 5.0.7/3.2 build.ryoon2-1/+19
2014-07-18Fix SCO OpenServer 5.0.7/3.2 build.ryoon4-2/+171
2014-07-18Update sphinxsearch 2.1.9.fhajny2-6/+6
Changes: - fixed #1994, parsing of empty JSON arrays - fixed #1987, handling of index_exact_words with AOT morphology and infixes - fixed #1984, teaching HTML parser to handle hex numbers - fixed #1983, master and agents networking issue - fixed #1977, escaping of characters doesn't work with exceptions - fixed #1968, parsing of WEIGHT() function (queries to distributed indexes affected)
2014-07-18+ p5-Text-Soundexobache1-1/+2
2014-07-18Import p5-Text-Soundex-3.04 as textproc/p5-Text-Soundex.obache3-0/+24
Based on PR pkg/48930 by David H. Gutteridge. Text::Soundex provides an implementation of an algorithm for indexing names by sound, as pronounced in English.
2014-07-17Fix SCO OpenServer 5.0.7/3.2 build.ryoon2-1/+23
2014-07-17Add hack for using gcc builtin atomic function, missing for i386.obache2-2/+17
PR pkg/48990. Bump PKGREVISION.
2014-07-16====================rodent3-35/+41
What's new in 6.2.0 ==================== Merge to upstream Subversion revision 674; upstream code changelog: - Better exclusion of dates when matching phone numbers from text. - Handle phone input in RFC3966 with missing tel: prefix
2014-07-16Updated to latest release, 0.7. Fixed HOMEPAGE. Changes:rodent2-7/+7
Adding support for extended range of integers, large file unsigned references, etc.
2014-07-16Correction to HOMEPAGE and COMMENT linesmef1-3/+3
2014-07-16+p5-Net-IDN-Encode, thanks gdt@mef1-1/+2
2014-07-16Import p5-Net-IDN-Encode-2.200 as textproc/p5-Net-IDN-Encode.mef3-0/+31
Perl module including following modules Net::IDN::Encode -- Internationalized Domain Names in Applications (IDNA) Net::IDN::UTS46 -- Unicode IDNA Compatibility Processing (UTS #46) Net::IDN::Punycode -- ASCII-compatible encoding of Unicode (Punycode, RFC 3492) (security/caff needs this module), thanks gdt@.
2014-07-16Update to 3.48wen2-7/+6
Upstream changes: 3.48 - 2014-03-30 - minor maintenance release - fixed tests 3.47 - 2014-03-27 - minor maintenance release - fixed: missing entities when parsing HTML RT #93604 https://rt.cpan.org/Public/Bug/Display.html?id=93604 - fixed: tests failed when using a version of HTML::TreeBuilder with a non-numeric version - fixed in twig_handlers, '=' in regexps on attributes are turned into 'eq' RT #94295 https://rt.cpan.org/Public/Bug/Display.html?id=94295 3.46 - 2014-03-05 - minor maintenance release - fixed: test failed on Windows 3.45 - 2014-02-27 - minor maintenance release - fixed: link to idented_a format description RT #85400 https://rt.cpan.org/Public/Bug/Display.html?id=85400 fixed by Martin McGrath - fixed: code that gave a warning in 5.19.9 - fixed: RT #86651 https://rt.cpan.org/Ticket/Display.html?id=86773 xml_pp, quote not escaped in attribute values - fixed various typos in docs RT#87660 thanks to David Steinbrunner - fixed: RT #86773 https://rt.cpan.org/Ticket/Display.html?id=86773 CDATA sections in HTML were not properly escaped when using the (default) HTML::TreeBuilder conversion spotted by Marco Pessotto - fixed: RT #85933 https://rt.cpan.org/Ticket/Display.html?id=85933 quotes in attributes were not properly escaped dpotted by Arun Lakhana - added: docs for tools and safe_print_to_file - added: support for XPath variables thanks to Nathan Glenn for the initial implementation - updated: Changes to conform to CPAN::Changes + test
2014-07-16Update to 5.4wen2-7/+6
Upstream changes: Thu May 29 2014 Jeff Fearn <Jeff.Fearn@gmail.com> Release 5.4 Do not escape CDATA content. Tue May 27 2014 Jeff Fearn <Jeff.Fearn@gmail.com> Release 5.3 Fix CDATA not being printed properly by as_XML. RT #95970 Fix Devel::Cover declared as build_requires but not used RT #93155 Fix XML::Catalog version number mismatch. RT #93154 Mon Dec 9 2013 Jeff Fearn <Jeff.Fearn@gmail.com> Release 5.2 Fix local path resolution. RT #90464
2014-07-16Update to 1.12wen2-7/+6
Upstream changes: - 1.12.B55J2qn Thu May 5 19:02:52:49 2011 * made "1.0" float binarize as float again, rather than just "1" int * cleaned up POD && fixed EXPORTED CONSTANTS heads blocking together - 1.10.B52FpLx Mon May 2 15:51:21:59 2011 * added tests for undefined non-standard XML declaration to suppress warnings - 1.8.B2AMvdl Thu Feb 10 22:57:39:47 2011 * aligned .t code * added test for newline before -r to try to resolve: HTTPS://RT.CPAN.Org/Ticket/Display.html?id=65471 (Thanks, Leandro.) * fixed off-by-one error when new gets a readable (non-newline) filename (that's not "filename" without a pre-'filename' param) to resolve: HTTPS://RT.CPAN.Org/Ticket/Display.html?id=65151 (Thanks, Simone.)
2014-07-16Unbump PKGREVISION on select ruby packages.rodent1-2/+1
2014-07-16Update to 1.0.3wen2-9/+8
Upstream changes: 1.03 Wed May 28 2014 - Add test DTDs to MANIFEST 1.02 Tue May 27 2014 - Fix missing DTDs causing build fail on Windows. - Fix non-portable version declaration.
2014-07-16Removing .ri entries from PLIST. NFI why this works with/without therodent2-106/+3
entries on my machine. Seems no other ruby package has them. Bump PKGREVISION.
2014-07-15Bump PKGREVISION for hs-mtl-2.2.1szptvlfn1-1/+2
2014-07-15Update to 2.62. From the changelog:schmonz2-7/+6
2.62 2014/05/31 12:12:39 ! Encode.pm s/2013/2014/ on COPYRIGHT section ! Byte/Makefile.PL CN/Makefile.PL EBCDIC/Makefile.PL Encode/Makefile_PL.e2x Encode.xs JP/Makefile.PL KR/Makefile.PL Symbol/Makefile.PL TW/Makefile.PL bin/enc2xs Merged from perl.git: "Fix Encode 2.60 with g++" http://perl5.git.perl.org/perl.git/commit/89c2544cd3 2.61 2014/05/31 09:48:48 ! bin/piconv Applied: piconv nit + Better error handling when the encoding name is nonexistent Message-Id: <537139A0.1000503@iki.fi> ! Encode.xs Applied: RT #95466: fallback definition of SvIsCOW() is wrong (and hence breaks on 5.8.2 and earlier) https://rt.cpan.org/Ticket/Display.html?id=95466 2.60 2014/04/29 16:25:06 ! Byte/Makefile.PL CN/Makefile.PL EBCDIC/Makefile.PL Encode/Makefile_PL.e2x Encode/encode.h JP/Makefile.PL KR/Makefile.PL Symbol/Makefile.PL TW/Makefile.PL bin/enc2xs encengine.c Applied: more Fix Windows build (of Encode) with VC++ 6.0 http://perl5.git.perl.org/perl.git/commit/9e9002efd1609c7d154f98af43a026320df7582c ! Unicode/Unicode.xs Addressed: sign extension issue found by Coverity #21 https://github.com/dankogai/p5-encode/issues/21 ! Encode/encode.h Encode.xs Unicode/Unicode.xs removed #define U8 U8 https://rt.perl.org/Ticket/Display.html?id=121554 http://perl5.git.perl.org/perl.git/commit/2f2b4ff2c154a8e461857f2e82cb815c238d0d94 2.59 2014/04/06 17:23:55 ! Byte/Makefile.PL CN/Makefile.PL EBCDIC/Makefile.PL Encode.pm Encode.xs Encode/Makefile_PL.e2x JP/Makefile.PL KR/Makefile.PL Symbol/Makefile.PL TW/Makefile.PL bin/enc2xs Restored the signature of Encode_XSEncoding() to address RT#94478 * While https://github.com/dankogai/p5-encode/pull/20 pulls the symnames via argument thus breaks the compatibility with Encode::XX modules with *.ucm, the restored version pulls the symanmes via enc->name[0] so the added 2nd argument is no longer needed. https://rt.cpan.org/Public/Bug/Display.html?id=94478 2.58 2014/03/28 02:37:42 ! bin/piconv Addressed: piconv bug of decoding UTF-16 (with fix) https://github.com/dankogai/p5-encode/issues/19 ! Byte/Makefile.PL CN/Makefile.PL EBCDIC/Makefile.PL Encode.pm Encode.xs Encode/Makefile_PL.e2x JP/Makefile.PL KR/Makefile.PL Symbol/Makefile.PL TW/Makefile.PL bin/enc2xs Pulled: Remap symname [RT #94221] https://github.com/dankogai/p5-encode/pull/20 https://rt.cpan.org/Public/Bug/Display.html?id=94221 ! Encode.pm Pulled: [doc] clarify that CHECK coderefs return octets #18 https://github.com/dankogai/p5-encode/pull/18
2014-07-15Update to 1.62:schmonz2-7/+6
+ CPAN#87891: More sanity checks in podselect() documentation patches by florent.angly@gmail.com, and a bit of stricter checking what clients pass to podselect()
2014-07-15Update to 1.06. From the changelog:schmonz2-7/+6
* e2charnum() was using \d but should use [0-9]. RT#70246 report and fix from MARCGREEN * Added a bunch of pod-related links to SEE ALSO * Added PREREQ_PM, MIN_PERL_VERSION, LICENSE and repo to Makefile.PL * Made strict- and warnings-clean. * Fixed syntax error in abstract: RT#49985 from JDHEDDEN * Fixed typo reported in RT#85374 by dsteinbrunner * Renamed this file to Changes and reformatted as per CPAN::Changes::Spec * Deleted META.yml so MakeMaker will generate MYMETA.{yml,json} * Noted in pod that now being maintained by NEILB * Added link to github repo in pod
2014-07-15Fix broken binary under SCO OpenServer 5.0.7/3.2.ryoon1-2/+7
2014-07-14one more resolve ambiguous usage of log(3).obache2-1/+17
2014-07-12resolve ambiguous usage of log(3).obache2-1/+17
2014-07-11Update to 0.0.12:wiz2-7/+6
Render B<NULL> as .Dv NULL. Correctly check the number of arguments. Show the usage() message if there are too many arguments. Mention the optional "file" argument in the usage() message.
2014-07-10add and enable ruby-yardjnemeth1-1/+2
2014-07-08Switch to using libtool to build the shared library. The bsd.lib.mkjperkin4-29/+23
infrastructure appears to use some constructs which are not currently available in bootstrap-mk-files. Bump PKGREVISION and add BUILDLINK_ABI_DEPENDS on the new revision, as we cannot guarantee that the shared library name didn't change.
2014-07-07Bump from ABI change of zeromq, libsodium dependency addtion.obache1-1/+2
2014-07-06Update to 1.09. From the changelog:schmonz2-6/+6
* Missed defined-or need in csv2xls (RT#95787)
2014-07-06Update to 1.2.18.0. From the changelog:schmonz2-7/+6
- README: Add link to "Getting Started with Xapian". - Mass whitespace clean-up.
2014-07-06Update to 1.2.18. From the changelog:schmonz3-11/+10
indexers: * omindex: + Work around libmagic returning a MIME content-type of "Composite Document File V2 Document[...]" or "application/CDFV2-corrupt" by returning a more suitable filetype based on looking at the file's extension. + The starting URL wasn't previously URL encoded. In 1.3.2, this will be fixed by URL encoding it as we do for the rest of the path, for the 1.2 branch we only URL encode it if it contains a character <= 31 or at least one of '#', '%', ':' or '?'. This avoids a one-off reindex of every document in the database in cases which work OK in practice. + When we skip a file because it exceeds the configured size limit, include that size limit in the message. omega: * Add support for setting the query expansion scheme to use. portability: * Don't compile in unixperm.cc - it isn't currently used, and it fails to build with mingw. (fixes #635, reported by Alexis Denis) * Fix warning when built with GCC 4.7.2 using -Os. * Removed unused inline function, fixing compiler warning.
2014-07-06Update to 1.2.18. From the changelog:schmonz2-6/+6
API: * Document: Fix get_docid() to return the docid for the sub-database (as it is explicitly documented to) for Document objects passed to functors like KeyMaker during the match. (fixes#636, reported by Jeff Rand). * Document: Don't store the termname in OmDocumentTerm - we were only using it in get_description() output and an exception message. Speeds up indexing etext.txt using simpleindex by 0.4%, and should reduce memory usage a bit too. (Change inspired by comments from Vishesh Handa on xapian-devel). * Database: Iterating the values in a particular slot is now a bit more efficient for inmemory and remote backends (but still slow compared to flint, chert and brass). testsuite: * apitest: Expand crashrecovery1 to check that the expected base files exist and ones which shouldn't exist don't. * queryparsertest: Fix testcase for empty wildcard followed by negation to enable FLAG_LOVEHATE so the negation is actually parsed. Fortunately the fixed testcase passes. matcher: * OP_SYNONYM: avoid fetching the doclength if the weighting scheme doesn't need it and the calculated wdf for the synonym is <= doclength_lower_bound for the current subdatabase. (fixes #360) build system: * Releases are now bootstrapped with libtool 2.4.2 instead of 2.4, and with config.guess and config.sub updated to the latest versions. documentation: * Add an example of initializing SimpleStopper using a file listing stopwords. (Patch from Assem Chelli) * Improve the descriptions of the stem_strategy values in the API docs. (Reported by "oilap" on #xapian) * docs/sorting.rst: Fix incorrect parameter types in Xapian::Weight subclass example. * docs/glossary.rst: Add definition of "collection frequency". * HACKING: + makeindex is now in Debian package texlive-binaries. + Replace a link to the outdated autotools "goat book" with a link to the "Portable Shell" chapter of the autoconf manual. * include/xapian/base.h: Remove very out of date comments talking about atomic assignment and locking - since 0.5.0 we've adopted a "user locks" policy. (Reported by Jean-Francois Dockes) examples: * delve: + Add -A <prefix> option to list all terms with a particular prefix. + Send errors to stderr not stdout. + If -v is specified more than once, show even more info in some cases. (NEWS file claimed this was backported in 1.2.15, but it actually wasn't). * quest: + Add --default-op option. + Add --weight option to allow the weighting scheme to be specified. portability: * Explicitly '#include <algorithm>' for std::max(), fixing build with VS2013. (Fixes#641, reported by "boomboo"). * Fix testcase blocksize1 not to try to delete an open database, which isn't possible under Windows. (Fixes #643, reported by Chris Olds) * docs/quickstart.rst: Split --cxxflags and --libs for portability (noted by "Hurricane Tong" on xapian-devel). * Fix warnings with clang 5.0. debug code: * Add assertions that weighting scheme upper bounds aren't exceeded.
2014-07-05Import ruby200-yard-0.8.7.4 as textproc/ruby-yard.rodent5-0/+2388
YARD is a documentation generation tool for the Ruby programming language. It enables the user to generate consistent, usable documentation that can be exported to a number of formats very easily, and also supports extending for custom Ruby constructs such as custom class level definitions.
2014-07-05Limit to ruby193 and newer, there is no ruby18-nokogiri dependency.jperkin1-1/+3
Fixes bulk builds.
2014-07-04Update to 2014.7.3. From the changelog:schmonz3-13/+7
* Fix #8: Remove ``How to do a release`` section from README.md. * Fix #11: Include test directory markdown, html files. * Fix memory leak in using ``handle`` while keeping the old instance of ``html2text``.
2014-07-04+ruby-xpathrodent1-1/+2
2014-07-04Import ruby200-xpath-2.0.0 as textproc/ruby-xpath.rodent4-0/+147
XPath is a Ruby DSL for generating XPath expressions.
2014-07-03Update ruby-text to 1.3.0.obache3-12/+14
* Adds maximum distance optimisation for Levenshtein. * Removes support for Ruby versions before 1.9.