summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2015-04-05Depend on devel/py-d2to1. Seems to be the solution for build failure onrodent1-1/+3
OmniOS.
2015-04-02+py-ftfyrodent1-1/+2
2015-04-02Hmm, i thought i imported this already, but apparently not...rodent5-0/+67
Import py27-ftfy-3.4.0 as textproc/py-ftfy. Given Unicode text, make its representation consistent and possibly less broken.
2015-04-02Changelogrodent3-10/+14
========= 0.1.0 (2015-03-15) ------------------ Fix ~~~ - Avoid casting an exception when comparing to non-``Colour`` instances. (fixes #14) [Riziq Sayegh] 0.0.6 (2014-11-18) ------------------ New ~~~ - Provide all missing *2* function by combination with other existing ones (fixes #13). [Valentin Lab] - Provide full access to any color name in HSL, RGB, HEX convenience instances. [Valentin Lab] Now you can call ``colour.HSL.cyan``, or ``colour.HEX.red`` for a direct encoding of ``human`` colour labels to the 3 representations.
2015-03-31Updated to latest release, 7.0.4. No easily-accessible ChangeLog. Assumingrodent2-6/+6
more/better/faster.
2015-03-26SECURITY: Update xerces-c to 3.1.2.bsiegert2-6/+6
** Bug * [XERCESC-1925] - Wrong temporary token type causes regex construction to fail * [XERCESC-1926] - IGXMLScanner can fail to properly set its XSModel. * [XERCESC-1936] - ICUTransService and IconvGNUransService CAN NOT deal with huge file. * [XERCESC-1937] - xsi:type is not applied to root element * [XERCESC-1940] - Problem in prefix parsing while creating Documnet, Element, Attributes on all platforms : Issue is in poolString creation * [XERCESC-1945] - Whitespace in xsi:type * [XERCESC-1947] - XMLUTF8Transcoder::transcodeTo fails with an exception when transcoding single characters that require 3 or more bytes as UTF8. * [XERCESC-1949] - getWholeText leaks memory * [XERCESC-1951] - Missing Libs.private in the xerces-c pkg-config file * [XERCESC-1958] - XMLUni::fgXercesLoadSchema[] is not null-terminated in XMLUni.cpp * [XERCESC-1966] - XMLURL.cpp: isHexDigit() and xlatHexDigit() accept whole alphabet * [XERCESC-1968] - Xerces livelocks while reading external DTD if socket closes prematurely * [XERCESC-1974] - Memory leak occurs if an exception is thrown in TranscodeToStr or TranscodeFromStr constructors * [XERCESC-1978] - DOMDocumentImpl:: getPooledNString(const XMLCh *in, XMLSize_t n) returns incorrect string * [XERCESC-1979] - OutOfMemoryException being thrown on creation of an LS Serializer * [XERCESC-1984] - TranscodeToStr::transcode throws an exception when transcoding to UTF-8 * [XERCESC-1994] - ContentSpecNode::getMaxTotalRange: Operator precedence flaw * [XERCESC-1998] - Add support for GNU/Hurd by using POSIX.1-2001 and POSIX.1-2008 functions * [XERCESC-2000] - enumeration value Loop not handled in switch src/SEnumVal/SEnumVal.cpp: * [XERCESC-2004] - bit operation error in DOMNodeImpl::reverseTreeOrderBitPattern * [XERCESC-2006] - build xerces-c with icu on mingw gcc 4.7.2 * [XERCESC-2011] - Xerces 3.1.1 Xerces.Lib fails to build with new Visual Studio 2012 Update 1 when v110_xp platform is chosen * [XERCESC-2020] - Off-by-one error in TranscodeFromStr (with ICU) * [XERCESC-2023] - Use icu, which is built with features * [XERCESC-2024] - LocalFileFormatTarget leaks file handle * [XERCESC-2028] - Curl Checking * [XERCESC-2031] - Janitor<BinInputStream>::~Janitor() throws in unwind * [XERCESC-2043] - String pooling in DOMDocumentImpl is unsafe, particularly on 64-bit platforms * [XERCESC-2044] - Code analysis revealed multiple potential NULL derefence conditions (currently unconfirmed) * [XERCESC-2045] - XMLString sizeToText/binToText produce mixed case * [XERCESC-2046] - Crash while parsing malformed documents ** Improvement * [XERCESC-1922] - MacOSUnicodeConverter.cpp: ISO C++ forbids comparison between pointer of type 'void *' and pointer-to-function * [XERCESC-1995] - Allow compiling Xerces-C using C++11 (especially Clang) * [XERCESC-1997] - VS2012 Project
2015-03-26Revert changes from previous commit as it was incomplete and thus failed to ↵sevan3-301/+12
address the issue, changes made are much larger upstream. Heads up by tron@
2015-03-26Use the patch from upstream for the upcoming version to address the issue ofsevan4-13/+303
operating systems lacking dirfd(3) as implemented by Ingo Schwarze. Confirmed to resolve build issues on Solaris 9 & higher. Reviewed by wiz@
2015-03-24Update textproc/sphinxsearch to 2.2.8.fhajny2-6/+6
2.2.8 - It is now possible to add an option to an agent description. - fixed #2182, incorrect query results with multiple same destination wordforms - fixed #2181, improved error message on incorrect filters - fixed #2178, ZONESPAN operator for queries with more than two words - fixed #2172, incorrect results with field position fulltext operators - fixed #2171, some index options do not work for template indexes - fixed #2170, joined fields indexation with document id equals to 0 - fixed #2110, crash on snippet generation related to blend_chars inside HTML markup - fixed WLCCS ranking factor computation - fixed memory leak on queries with ZONEs 2.2.7 - added #2112, string equal comparison support for IF() function (for JSON and string attributes) - added #2153, IN() support for mixed and top-level JSON array - fixed #2158, crash at RT index after morphology changed to AOT after index was created - fixed #2155, stopwords got missed on disk chunk save at RT index - fixed #2151, agents statistics missed in case of huge amount of agents - fixed #2139, escape all special characters in JSON result set, according to RFC 4627 - fixed #2123, no pid file created in x64 release built with vs2012 - fixed #2115, indexer crash on wordforms with multiple destination keywords - fixed #2050, multi result set doesn't work without libmysqlclient - fixed #2003, lemmatize_XX_all handling of short and exact words - fixed #1912, reduce indextool memory usage during a check of a huge index - fixed off by one errors in filtering of BIGINT attributes - fixed seamless rotation in prefork mode - fixed snippets crash with blend chars at the beginning of a string
2015-03-22Fix EGG_NAME.joerg1-2/+2
2015-03-22pass --with-lzma to configure scripttnn1-1/+2
2015-03-21don't send standard error to /dev/null, we'd like to know if cp(1) failstnn2-4/+4
2015-03-20Reset PKGREVISION with updating of php54, php55 and php56.taca3-6/+3
2015-03-19Ensure we can find the appropriate sphinx-build, fixes docs build.jperkin1-1/+3
2015-03-19Fix build under Solaris 10.tron2-1/+19
2015-03-18No support for Lua 5.3.joerg1-2/+2
2015-03-18Fix build problems (thanks joerg for the report)mef3-8/+42
- Add Two DEPENDS p5-CPAN-Meta>=2.141170 p5-PerlIO-utf8_strict-[0-9]* - Fix strange issue msgmerge PATH not found problem (by SUBST) - Another strange --previous option is said unknown by msgmerge (with patch-Po4aBuilder.pm)
2015-03-17Update to latest release, 0.6.1. Patch from palo@ in private mail. Changes:rodent2-6/+6
It is a minor release that fixes one issue and adds two improvements: * Explicitly close ZipFile * Avoid zip content in traceback * Improve Python 3 support
2015-03-17Regen patch checksum.ryoon1-2/+2
Thank you, joerg@.
2015-03-17Ensure we pass through LDFLAGS, fixes build with cwrappers.jperkin2-4/+4
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu2-4/+4
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu2-4/+4
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu5-10/+10
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2015-03-15needs yacctnn1-2/+2
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu3-6/+6
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu2-4/+4
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu4-8/+8
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2015-03-15Update tinyxml2 to 2.2.0.nros2-6/+6
Changelog not found.
2015-03-15Use correct regular expression to stop warning on perl 5.20 and later.taca3-3/+19
Bump PKGREVISION.
2015-03-15needs gzip(1) tool in do-install targettnn1-2/+2
2015-03-15Update chasen packages to 2.4.5.taca8-246/+34
It includes security problem of 2.4.4 which was already fixed by official patch. pkgsrc change: Add comment in patches.
2015-03-14Updated to latest stable 0.15. Changes:rodent2-7/+6
version: 0.15 date: 4/01/2015 Various small documentation errors fixed
2015-03-14Fix dependencies. Bump revision.joerg1-2/+3
2015-03-14Update to 1.13.3:wiz4-33/+16
Changes in version 1.13.3, released on March 13, 2015 --- MAJOR NEW FEATURES --- * When a manual is missing from an outdated database, let man(1) show it anyway, using a KISS file system lookup as a fallback. * Use this to always provide man(1), even without database support. * Fatal errors no longer exist. If a file can be opened, mandoc will produce some output; at worst, the output may be almost empty. * New -Wunsupp message level. --- POTENTIONALLY SECURITY RELEVANT BUGFIXES --- * Fix a potential write buffer overrun on incomplete string conditionals. http://mdocml.bsd.lv/cgi-bin/cvsweb/roff.c#rev1.241 * Fix a potential write buffer overrun on backslash at EOF in a conditional. http://mdocml.bsd.lv/cgi-bin/cvsweb/roff.c#rev1.247 * Fix a use after free sometimes hit when validation deletes a block. http://mdocml.bsd.lv/cgi-bin/cvsweb/mdoc_macro.c#rev1.180 --- MAJOR FUNCTIONALLY RELEVANT BUGFIXES --- * Let man(1) show manuals for the current architecture by default, and support the MACHINE environment variable. * Fix the man(1) and apropos(1) -m option, it didn't work at all. * Do not spawn a pager when there is no output. * In makewhatis(8), fix detection of hardlinked manuals on platforms having padding in struct inodev (typically 64bit platforms). --- PORTABILITY IMPROVEMENTS --- * Ignore O_CLOEXEC when the operating system doesn't provide it. * Avoid forward reference to enum type which violates ISO C99. * Support homebrew-style linking on Mac OS X. --- MINOR NEW FEATURES --- * lookup: Accept digit+letter and "n" as section names in man(1), and consistently handle digit+letter in file name extensions. * lookup: Speed up -s/-S by using the "mlinks" rather than the "keys" table. * output: Insert horizontal lines between formatted manual pages. * input: New stricter and more resilient UTF-8 parser. * mdoc(7): Refactor block rewinding for simpler and more robust parsing. * man(7): Use the -Ios option when .TH has less than four arguments. * tbl(7): Implement the "center" option. * tbl(7): New option and format parsers, improved in many respects. * roff(7): Basic implementation of the \o escape sequence (overstrike), and improved rendering of overstrikes in PostScript and PDF output. * Message improvements, in particular for, but not restricted to, eqn(7), tbl(7), and wrong numbers of arguments in mdoc(7) and man(7), in various cases also improving output generated by invalid input. * Delete the -V option. It serves no purpose but keeps confusing people. * gmdiff: Minimal support for Heirloom roff. --- RELIABILITY BUGFIXES --- * tbl(7): Fix a read buffer overrun on 'f' at EOL in a layout. * roff(7): Fix a read buffer overrun on incomplete numerical conditions. * mdoc(7): Fix a NULL pointer access on .Nd followed by an explicit block. * mdoc(7): Fix a NULL pointer access on .It Xo without .Xc. * mdoc(7): Fix a NULL pointer access on .Eo without a tail. * mdoc(7): Fix a NULL pointer access in the validation of empty .St macros. * man(7)/tbl(7): Fix a NULL pointer access on .TS right after .TP. * tbl(7): Fix a NULL pointer access on layout lines without any cells. * eqn(7): Fix NULL pointer accesses in the terminal formatter. * roff(7): Fix a NULL pointer access on trailing \s-/\s+ without an argument. * gz: Fix a potential NULL pointer access after waitpid() failure. * roff(7): Don't let the modulo operator divide by zero. * input: Fix an assertion failure on certain invalid UTF-8 input. * terminal output: Allow arbitrary depth of the font stack (assertion fix). * mdoc(7): Fix assertion failures and endless loops on invalid block closing. * mdoc(7): Fix an assertion failure on .Bl .Sm not followed by .It. * mdoc(7): Fix an assertion failure on .Bl -column ... .El .Ta. * tbl(7): Fix assertion failures by macros inside table data, but do not throw away the macro arguments. * Prevent certain kinds of unreasonable input from producing excessive output, in one case caused by unsigned integer underflow. * Fix a potential memory leak in makewhatis(8) on very long filenames. --- MINOR BUGFIXES --- * mdoc(7): Fix parsing of badly nested blocks with multiple identical blocks. * mdoc(7): Support negative indentations for displays and lists. * mdoc(7): Don't mistreat negative .sp arguments as large positive ones. * mdoc(7): Some spacing fixes for .Eo/.Ec. * man(7): Support negative horizontal widths. * man(7): Do not print out invalid .IP arguments. * man(7): Correctly handle scaling units after .PD. * man(7): Support .RE with an argument. * man(7): Fix restoring indentation after .RS with large negative arguments. * tbl(7): Prevent tables from breaking the filling of preceding text. * tbl(7): Fix vertical spacing at the beginning of tables. * tbl(7): Parser and formatter fixes for line drawing and font modifiers. * tbl(7): Correct handling of blank data lines. * eqn(7): Add sometimes missing whitespace before equation output. * roff(7): Fix vertical scaling, most of it was wrong. * roff(7): Slightly improve \w width measurements. * roff(7): Accept the historic aliases \s10 to \s39 for \s(10 to \s(39. * roff(7): Correctly escape quotes when expanding macro arguments. * roff(7): Correctly handle scaling units in numerical expressions, and some other improvements to the parsing of numerical expressions. * roff(7): Three minor fixes with respect to evaluation of conditionals. * roff(7): Let .it accept numerical expressions, not just constants. * mandoc_char(7): Correct some character names and renderings. * If earlier files set a non-zero exit status, never reset it to zero. --- THANKS TO --- * Jonathan Gray (OpenBSD) for yet more testing with afl (the American Fuzzy Lop security fuzzer), again resulting in many bug reports. * Theo de Raadt (OpenBSD) for suggesting the main new feature (man(1) file system lookup) and for reporting an important bug (pager without output). * Theo Buehler for an important bug report (-s/-S slowness) and for proposing a nice new feature (lines between pages). * Jason McIntyre for an important bug report (hardlink detection) and multiple documentation patches. * Pascal Stumpf (OpenBSD) and Alessandro de Laurenzis for important bug reports (architecture and man -m, respectively). * Thomas Klausner (NetBSD) for proposing a new feature (man(7) -Ios), a bug report, and release testing. * Anthony Bentley, Daniel Dickman, Ted Unangst (OpenBSD) and Kristaps Dzonsons (bsd.lv) for source code patches and bug reports. * Christian Weisgerber (OpenBSD) for more than half a dozen bug reports. * Carsten Kunze (Heirloom troff) for bug reports and release testing. * Antoine Jacoutot (OpenBSD) for release testing. * Alexis Hildebrandt (Homebrew), Baptiste Daroussin (FreeBSD), Jonathan Perkin (SmartOS), Pedro Giffuni (FreeBSD), Svyatoslav Mishyn (Crux Linux), Ulrich Spoerlein (FreeBSD), Jan Stary, Patrick Keshishian, Sebastien Marie, and Steffen Nurpmeso for bug reports.
2015-03-14Update to 3.4.00ryoon7-123/+5
* Sync with ispell-3.4.00. * Use PATCHDIR and DISTINFO_FILE in textproc/ispell.
2015-03-14Update to 3.4.00ryoon6-248/+28
Changelog: Version 3.4.00 ============== - The english.5 manual page has been dropped from the distribution; the english.aff file provides superior documentation (and in any case, most people will use munchlist to apply affixes). - Ispell now supports systems (BSD) that foolish discarded backwards compatibility and insist on using termios. - A function (getline) has been renamed in correct.c to solve compilation problems on some systems. - The manual page now correctly identifies the ispell version that it describes. - It is now possible to insert the ispell version information into shell scripts via the Makefile. - An error has been corrected in the English affix files that caused certain words ending in "th" to be pluralized incorrectly. The dictionaries have been updated to ensure that no incorrect plurals have crept in. - The personal dictionary is now written in a stable order when there are multiple variant capitalizations of a word. - The security of temporary files has been improved on systems that don't have the "mktemp" command. - The deformatters makefile has been changed to be compatible with older versions of make. - A bug in TeX deformatting has been corrected. Previously, two adjacent math-mode environments introduced with dollar signs, such as $a=b$$c=d$, would cause ispell to lose track of whether it was in math mode. - The Makefile now supports a DESTDIR installation prefix (patch from Petter Reinholdtsen) - The American and British Makefiles have been simplified to ensure that dictionaries are always built with the lastest information.
2015-03-14Fix ALTERNATIVES file.taca2-2/+3
Bump PKGREVISION.
2015-03-13Allow build with ruby18. I forgot to commit from 4 days ago...taca1-1/+3
2015-03-13Add pkg_alternatives support.taca3-4/+8
2015-03-13Update ruby-textpow to 1.4.0.taca3-25/+9
* Updated and fixed php syntax. * Updated filename to reflect scopename.
2015-03-13Update ruby-safe_yaml to 1.0.4.taca3-7/+13
1.0.2 ----- - added warning when using Psych + an older version of libyaml
2015-03-13Update ruby-multi_json to 1.11.0.taca3-26/+7
1.11.0 ------ * [Make all adapters read IO object before load](https://github.com/intridea/multi_json/commit/167f559e18d4efee05e1f160a2661d16dbb215d4)
2015-03-13Update ruby-maruku to 0.7.2.taca3-8/+9
0.7.2 * Fix angle-bracket links starting with https:// at the beginning of a line. #126 * Fix error in footnote generation. #129 * Fix for ellipses dissapearing at the end of a line. #131 * Reimplement smartypants for a large overall speed improvement. #132 * #maruku_error will now respect :on_error => :ignore. #133