summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
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
2015-03-13Update ruby-kramdown to 1.5.0.taca5-20/+86
* pkgsrc change: add pkg_alternatives support. Changes are too many to write here, please refer http://kramdown.gettalong.org/news.html.
2015-03-13Update json-glib to 1.0.2prlw14-13/+14
parser: Use the right length for parsing the stream contents json-parser: use length parameter when validating utf-8 generator: Escape Object key names correctly generator: Escape the control characters correctly generator: Add tests for updated string escaping routine build: Include enum-types.[ch] in the introspection sources translation updates
2015-03-12follow the github usage example more closely (no functional change intended)tnn2-9/+8
2015-03-12Needs p5-File-ShareDir. Bump PKGREVISION.tnn1-1/+3
2015-03-12requires gzip as tool in install phasetnn1-2/+2
2015-03-12Move RUBY_VERSION_SUPPORTED restriction from ruby-suikyo/Makefile totaca2-4/+4
suikyo/Makefile.common to restrict both packages ruby18 only.
2015-03-11needs dlopen (xmlmodule.c)tnn1-1/+2
2015-03-10Add GITHUB_PROJECT to fix fetching the distfile, correct CATEGORIES.bsiegert1-3/+4
2015-03-10Add a package for go-text, using the github fetch module.bsiegert6-1/+256
This package contains supplementary Go libraries for text processing, many involving Unicode.
2015-03-10These package are still needed by ruby18 packages.taca1-1/+3
2015-03-10(pkgsrc)mef3-27/+11
- remove patch-aa, no longer necessary. (comment was: Avoid interactive configuration during build.) (upstream) - Update 2.08 to 2.19 ------------------- 2.19 2014-12-17 - Fixed failing tests - caused by updated dictionaries on dict.org - Added a TODO.md file with the things I want to get around to doing. 2.18 2014-06-26 - Some of the dict.org databases have been updated, needing updates to databases. Reported by RJBS. - Converted tests to use eq_or_diff() from Test::Differences, also suggested by RJBS. 2.17 2014-04-25 - Converted all remaining tests to use Test::More - Tidied up SEE ALSO, including fixing of broken links - Tidied up code snippets in the doc - Reformatted code according to my current conventions, and got rid of a few rogue tab characters 2.16 2014-04-20 - Test server config in Net::Dict::TestConfig in t/lib. We no longer prompt for test config -- it hasn't changed in years. - Refactored t/connection.t to use Test::More 2.15 2014-04-04 - tkdict script had a very site-specific #! path. Changed to use env. RT#92184 2.14 2014-03-28 - We weren't correctly handling dictionary db names containing a '-'. Fix from RJBS. 2.13 2013-12-23 - Added "use warnings" to Net::Dict - Specified min perl version as 5.006 in Makefile.PL 2.12 2013-11-18 - Corrected the dependency I meant to add in the previous release. I added a dependency on Net::Dict (ie itself) instead. 2.11 2013-11-15 - Added missing dependency (AppConfig::Std) to Makefile.PL 2.10 2013-07-20 - Reformatted this file according to CPAN::Changes::Spec - Repository details added to metadata (Makefile.PL) and pod - License type added to metadata (Makefile.PL) 2.09 2011-12-18 - Fixed tests that started breaking due to changes in the dict.org server - Renamed ChangeLog to Changes & tweaked formatting to CPAN::Changes::Spec
2015-03-10(pkgsrc)mef3-23/+7
- MASTER_SITES moved, patch-Makefile removed (was to fix help typo) (upstream) - Update to 0.2.7 --------------- version 0.2.7, 09.03.15 -- included a patch from NetBSD
2015-03-09PR pkg/49736: Use MASTER_SITE_GITHUB. From Jonathan Buschmann.tnn1-4/+2