summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2015-07-14Update to 2015.6.21:wiz2-6/+6
2015.6.21 ========= ---- * Fix #31: HTML entities stay inside link. * Fix #71: Coverage detects command line tests. * Fix #39: Documentation update. * Fix #61: Functionality added for optional use of automatic links. * Feature #80: ``title`` attribute is preserved in both inline and reference links. * Feature #82: More command line options. See docs. 2015.6.12 ========= ---- * Feature #76: Making ``pre`` blocks clearer for further automatic formatting. * Fix #71: Coverage detects tests carried out in ``subprocesses`` 2015.6.6 ======== ---- * Fix #24: ``3.200.3`` vs ``2014.7.3`` output quirks. * Fix #61. Malformed links in markdown output. * Feature #62: Automatic version number. * Fix #63: Nested code, anchor bug. * Fix #64: Proper handling of anchors with content that starts with tags. * Feature #67: Documentation all over the module. * Feature #70: Adding tests for the module. * Fix #73: Typo in config documentation.
2015-07-13+ py-pyphenkleink1-1/+2
2015-07-13Import Pyphen-0.9.1 as textproc/py-pyphen.kleink6-0/+141
Pyphen is a pure Python module to hyphenate text using existing Hunspell hyphenation dictionaries.
2015-07-12Comment out dependencies of the stylewiz35-77/+77
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS since pkgsrc enforces the newest perl version anyway, so they should always pick perl, but sometimes (pkg_add) don't due to the design of the {,} syntax. No effective change for the above reason. Ok joerg
2015-07-12Fix MASTER_SITES.wiz1-3/+2
2015-07-12Escape braces in intltool-update. This is evident when using the --versionrodent2-1/+49
option. The programme emits deprecation warnings which break package builds which depend on that output being sane.
2015-07-11Update to 3.3.4wen2-7/+6
Upstream changes: 3.3.4 2015-03-24 23:21:57+0900 - Fix typos in document - Introduce $Text::Xslate::DEFAULT_CACHE_DIR
2015-07-09Update to 0.9.6:wiz2-6/+6
New in 0.9.6: * The data tables and line breaking algorithm have been updated to Unicode version 8.0.0.
2015-07-09Various fixes:jperkin11-11/+171
- Use nbcompat correctly. - Support newer zlib API. - Handle catpages correctly. Fixes build on SunOS at least.
2015-07-09fix typo (thanks dholland@)richard1-2/+2
2015-07-08Add docbook-xml and docbook-xsl to avoid nonet load failures as well asrichard2-4/+10
add to xsltproc-nonet.mk a variable XSLTPROC_PATH allowing packages to specify where to find locally files such as dtds, avoiding warnings like 'warning: failed to load external entity'. At the same time add a BUILD_DEPENDS to libxslt for xsltproc-nonet.mk and bump PKGREVISION.
2015-07-05Update to 3.59:wiz2-6/+6
iso-codes 3.59 -------------- Dr. Tobias Quathamer <toddy@debian.org> Wed, 1 Jul 2015 [ ISO 639 translations ] * Turkish by Volkan Gezer (TP) * Ukrainian by Yuri Chornoivan (TP) * Russian by Dmitry Sivachenko (TP) [ ISO 3166 translations ] * French by Christian Perrier * German by Dr. Tobias Quathamer * Thai by Theppitak Karoonboonyanan * Belarusian by Viktar Siarheichyk. Closes: #789278 [ ISO 639-3 translations ] * Ukrainian by Yuri Chornoivan (TP) * Dutch by Freek de Kruijf (TP) * Russian by Dmitry Sivachenko (TP) * Turkish by Volkan Gezer (TP) [ ISO 639-5 translations ] * Dutch by Freek de Kruijf (TP) [ ISO 15924 translations ] * Ukrainian by Yuri Chornoivan (TP) [ ISO 4217 translations ] * Russian by Dmitry Sivachenko (TP)
2015-07-05Set module type correctly.joerg1-1/+2
2015-07-05Fix latex2html for Perl 5.22. Bump revision.joerg3-9/+37
2015-07-04avoid "compilation error: file ./xsltproc.xml line 10 element refentry"richard1-1/+4
by making sure docbook-xml and docbook-xsl available during build (per wiz@)
2015-07-03Apply the patch for arbitrary-memory-access vulnerability as reportedhe3-3/+94
in https://bugzilla.gnome.org/show_bug.cgi?id=746048. Bump PKGREVISION.
2015-07-03Update to 0.46ryoon2-8/+7
Changelog: * Major changes in release 0.46 (2015-05-21) Man: * Fix handling of preprocessor lines (Debian's #744366) Thanks to Robert Luberda for the patch. * Fix handling of tbl's textblocks (Debian's #748601) Thanks to Robert Luberda for the patch. Sgml: * Silence a warning about useless greediness modifier (Debian's #779435) Translations: * Update Dutch, thanks to Frans Spiesschaert (Debian's #782393) * Update Vietnamese, thanks to Trần Ngọc Quân (Debian's #776896) * Update Brazilian Portuguese, thanks to Rafael Ferreira (Debian's #735644) Documentation: * Update Brazilian Portuguese, thanks to Rafael Ferreira (Debian's #735644)
2015-07-010.06 Tue 21 May 2015rodent2-8/+9
Fixed usage of Dist::Zilla::Plugin::OurPkgVersion so that MetaCPAN will hopefully accept this version Fixed issue with custom formatting parameters not being passed around properly. 0.05 Tue 21 May 2015 Fixed bug with empty <td> tags. 0.04 Tue 19 May 2015 Documentation fix. 0.03 Tue 19 May 2015 New maintainer, Dale Evans http://search.cpan.org/~daleevans/ Handle table headers <th> by treating them like <td> (patch from Alex Aminoff, NBER) Some typos fixed (patch from Fabrizio Regalli) Handle empty table rows without crashing Return () when called in an array context on undefined HTML Converted to Dist::Zilla
2015-07-01Update to 1.0.4:wiz5-41/+10
Release JSON-GLib 1.0.4 build: Enable subdir-objects We need to remove the path specification inside the sources listing, and modify the enumeration type and marshallers generation rules to cope with it (by adding the $(srcdir) when needed). This is similar to the changes there were made to Clutter. Added Bosnian translation build: Enable gtkdoc-check We can verify that the documentation is correct and up to date every time we distcheck by turning on the gtk-doc check tool. build: Clean up gtk-doc stanzas We need to ensure that gtk-doc looks into both the srcdir and the builddir in order to find all annotations. We also don't need to have the .types file under revision control: gtk-doc is perfectly capable of rebuilding it by itself. docs: Add missing symbol indices docs: Add missing annotations configure: test(1) uses = to test for string equality https://bugzilla.gnome.org/show_bug.cgi?id=711600 https://bugzilla.gnome.org/show_bug.cgi?id=746143 Updated Slovak translation MSVC Builds: Rename "Install" Projects Rename the install projects as json-glib-install, so that it would be easier for one to integrate the project set in a grand solution that can be used to build the entire stack, such as for Clutter. MSVC Builds: "Install" the .pdb Files "Install" the .pdb files for the json-glib DLL and the tools to ease debugging people developing or using json-glib, as the .pdb files are already generated for all builds. MSVC 2010 Projects: Clean Up "Installation" The empty lines in the property sheets are not really needed, so remove them. MSVC Builds: Speed Up Release Builds Use the multiprocessor compilation (/MP) option, which can cut down release build times by quite a bit. This will emit a brief warning on debug builds, but otherwise the build will proceed as normal. Also use the /d2Zi+ option for MSVC 2010 (and later) builds so that more useful information can be logged to the .pdb files for the release builds. json-gvariant: Parse json doubles that are whole numbers The json gvariant serializer encodes whole number doubles without a dot. The deserializer needs to be able to parse these as well. Fix problem, and add test cases. https://bugzilla.gnome.org/show_bug.cgi?id=724319 builder: Add missing (transfer) annotation to json_builder_add_value() Document and annotate the fact that json_builder_add_value() takes ownership of the JsonNode passed in to it. https://bugzilla.gnome.org/show_bug.cgi?id=743475 reader: Maintain a stack of member names This fixes the case where, with nested objects, we call: json_reader_read_member (reader, "outer"); // json_reader_get_member_name (reader) == "outer" json_reader_read_member (reader, "inner"); // json_reader_get_member_name (reader) == "inner" // do something useful json_reader_end_member (reader); but at the end, the following assertion no longer holds: // json_reader_get_member_name (reader) == "outer" even though the JsonReader state should have been reset after ending the inner node. Fix it by maintaining a stack of member names. This works with both json_reader_read_member() and json_reader_read_element(). Updates to the unit tests are included. https://bugzilla.gnome.org/show_bug.cgi?id=741824 Handle serialization/deserialization of glong gulong and guint64 Long and unsigned long was properly serialized but not deserialized, guint64 handling is not ideal as the type is cast into a gint64, however this is better than not handling the fundamental type at all. https://bugzilla.gnome.org/show_bug.cgi?id=725972 Drop unnecessary '_' prefix from json_marshal It's not public API anyway, and we use annotations instead of the '_' prefix. Updated Turkish translation Updated Swedish translation Updated Assamese translation Updated German translation doap category core Clean up the enumeration type template Include "config.h" in the enum types template Expands the symbol annotation correctly. Updated Greek translation MSVC 2010+ Projects: Update "Installation" Process Currently, due to the way that Visual Studio 2010+ projects are handled, the "install" project does not re-build upon changes to the sources, as it does not believe that its dependencies have changed, although the changed sources are automatically recompiled. This means that if a part or more of the solution does not build, or if the sources need some other fixes or enhancements, the up-to-date build is not copied automatically, which can be misleading. Improve on the situation by forcing the "install" project to trigger its rebuild, so that the updated binaries can be copied. This does trigger an MSBuild warning, but having that warning is way better than not having an up-to-date build, especially during testing and development. [l10n] Update Catalan translation Post-release version bump to 1.0.3
2015-07-01+p5-Publicanrodent1-1/+2
2015-07-01Import p5-Publican-4.3.1 as textproc/p5-Publican.rodent4-0/+96
Publican is a DocBook publication system, not just a DocBook processing tool. As well as ensuring your DocBook XML is valid, publican works to ensure your XML is up to publishable standard.
2015-07-01+p5-Lingua-EN-{Fathom,Syllable}rodent1-1/+3
2015-07-01Import p5-Lingua-EN-Fathom-1.18 as textproc/p5-Lingua-EN-Fathom.rodent4-0/+29
Measure readability of English text.
2015-07-01Import p5-Lingua-EN-Syllable-0.251 as textproc/p5-Lingua-EN-Syllable.rodent4-0/+27
Routine for estimating syllable count in words.
2015-06-30Recursive revbump associated with update of lang/ocaml to 4.02.2.jaapb8-15/+16
2015-06-29include <cstddef> for ptrdiff_tmarkd2-1/+16
2015-06-29Rename MASTER_SITE_SOURCEFORGE_JP to MASTER_SITE_OSDN.ryoon6-16/+16
sourceforge.jp is renamed to osdn.jp. However its mirror sites are not ready for osdn.jp.
2015-06-14Update to 3.58:wiz2-6/+6
iso-codes 3.58 -------------- Dr. Tobias Quathamer <toddy@debian.org> Mon, 8 Jun 2015 [ General ] * Update autotools files [ ISO 3166 ] * Add "Tanzania" as common name for the state. Thanks to Jack Bates for the suggestion. [ ISO 3166 translations ] * Turkish by Mert Dirik and Atila KOÇ. Closes: #769312 * Slovak by Ivan Masár * Kazakh by Baurzhan Muftakhidinov. Closes: #782649 [ ISO 3166-2 translations ] * Slovak by Ivan Masár * Danish by Joe Hansen (TP) [ ISO 639 translations ] * Slovak by Ivan Masár [ ISO 639-3 translations ] * Polish by Jakub Bogusz (TP) [ ISO 639-5 translations ] * Polish by Jakub Bogusz (TP) [ ISO 4217 translations ] * Greek by Vangelis Skarmoutsos (TP)
2015-06-14Update to texlive 2015.markd4-26/+24
pdfTEX: Support JPEG Exif as well as JFIF; do not even emit a warning if \pdfinclusionerrorlevel is negative; sync with xpdf 3.04. LuaTEX: New library newtokenlib for scanning tokens; bug fixes in the normal random number generator and other places. XeTEX: Image handling fixes; xdvipdfmx binary looked for first as a sibling to xetex; internal XDV opcodes changed. MetaPost: New numbersystem binary; new Japanese-enabled upmpost and updvitomp programs, analogous to up*tex. Infrastructure: The fmtutil script has been reimplemented to read fmtutil.cnf on a per-tree basis, analogous to updmap. Web2C mktex* scripts (including mktexlsr, mktextfm, mktexpk) now prefer programs in their own directory, instead of always using the existing PATH.
2015-06-14ruby-rdtool/buildlink3.mk is no longer used.taca1-19/+0
2015-06-13Update to 0.71wen2-7/+6
Upstream changes: 0.71 2015-05-28 * Fix segmentation fault when btparse fails parsing a long entry. Thanks to Dale Evans. * Stop using UNIVERSAL (5.21.3 requirement). Thanks to Jitka Plesnikova
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz293-477/+586
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-06-11Allow this package build on Ruby 2.2.taca1-4/+2
2015-06-11Allow build on Ruby 2.2.taca1-2/+2
2015-06-11Update ruby-multi_json to 1.11.1.taca2-6/+6
1.11.1 ------ * [Dump method passes options throught for JrJackson adapter](https://github.com/intridea/multi_json/commit/3c730fd12135c3e7bf212f878958004908f13909)
2015-06-11Update ruby-yajl to 1.2.1.taca3-7/+9
Changes are not available except commit log: <https://github.com/brianmario/yajl-ruby/commits/master>.
2015-06-11Allow this package build on Ruby 2.2.taca1-3/+1
2015-06-11Update ruby-text to 1.3.1.taca2-8/+6
pkgsrc change: remove RUBY_VERSION_SUPPORTED since it has default value. * A few fixes for performance improvement.
2015-06-11Allow build on Ruby 2.2.taca1-2/+2
2015-06-11Update ruby-redcarpet to 3.3.1.taca4-10/+13
pkgsrc change: * Add support for pkg_alternatives. * Allow build on Ruby 2.2. Version 3.3.1 * Include the Redcarpet::CLI's file in the gemspec to make it available when downloading. Version 3.3.0 * Fix the stripping of surrounding characters that should be removed during anchor generation. * Provide a Redcarpet::CLI class to create custom binary files. * Relying on Ruby's OptionParser, it's now straightforward to add new options, rely on custom render objects or handle differently the rendering of the provided files. * Undeprecate the compatibility layer for the old RedCloth API. * This layer actually ease the support of libraries supporting different Markdown processors. * Strip out style tags at the HTML-block rendering level when the :no_styles options is enabled ; previously they were only removed inside paragraphs. * Avoid parsing images when the given URL isn't safe and the :safe_links_only option is enabled. Alex Serban * Avoid parsing references inside fenced code blocks so they are now kept in the code snippet. David Waller * Avoid escaping table-of-contents' headers by default. A new :escape_html option is now available for the HTML_TOC object if there are security concerns. * Add the lang- prefix in front of the language's name when using :prettify along with :fenced_code_blocks. * Non-alphanumeric chars are now stripped out from generated anchors (along the lines of Active Support's #parameterize method).
2015-06-11Update ruby-kramdown to 1.7.0.taca3-7/+47
kramdown 1.7.0 released Published on Monday, 27 April 2015 This release brings among other things support for the ‘minted’ syntax highlighter for LaTeX and a new math engine based on MathJax-Node that outputs to MathML. Changes * 4 minor changes: - The syntax highlighter ‘minted’ for the LaTeX converter is now available (fixes issue #93, initial patch #242 by l3kn) - A new math engine based on MathJax-Node that outputs to MathML is now available (patch #240 by Tom Thorogood) - Fixed #244, #246: Fenced code blocks now allow a dash in the code language name (requested and patched by Dennis Günnewig) - The option list in the man page as well in the output of kramdown --help is now sorted. * 2 bug fixes: - Fixed #230: Warning message for method in lib/kramdown/utils/configurable.rb will not show anymore (reported by Robert A. Heiler) - Fixed #239: Handling of single/double quotes in reference style links now follows the same rules as with inline links (reported by Josh Davis) kramdown 1.6.0 released Published on Saturday, 28 February 2015 This release contains many fixes and minor enhancements as well as one major goodie that comes with a small caveat: block IALs can now be applied to link and abbreviation definitions! It may not sound like much but allowing block IALs to be applied to link definitions alleviates the problem that additional attributes could only be specified via span IALs. Now such attributes can be stored together with the URL and title at the link definition, for example: This is a ![resized image]. [resized image]: some_image.jpg "with a title" {: height="36px" width="36px" style="border: 1px solid green"} There is one small caveat, though. Regard the following construct: [linkdef]: http://example.com {:.block-ial} block element, e.g. a paragraph The block IAL would have been applied to the paragraph in previous versions but now it is applied to the link definition. However, such a construct is not very likely encountered in the real world. Changes * 7 minor changes: - Block IALs can now be applied to link and abbreviation definitions (inspired by issue #194 from cabo) - The syntax highlighting engine for Rouge now allows custom formatter classes to be used (issue #214, requested by BackOrder) - The MathJax math engine now allows adding previews (issue #225, requested by jethrogb) - The “toc_levels” option can now also take a Range object (pull request #210 by Jens Krämer) - The generated table of contents of the HTML converter now contains ID attributes on the links so that back-references can be used (issue #195, requested by Ciro Santilli) - A warning is now generated when duplicate HTML attributes are detected (issue #201, requested by winniehell) - Updated used version of prawn to 2.0.0 8 bug fixes: - Fixed #192: Emphasis by using underscore sometimes wrongly worked within a word (reported by Michael Franzl) - Fixed #198: Empty alt attributes on <img> tags are now correctly handled by the kramdown converter (reported by winniehell) - Fixed #200: Trailing whitespace is now really removed in paragraphs (reported by winniehell) - Fixed #220: HTML blocks with attributes weren’t correctly detected when directly after another block (reported by Bill Tozier) - Fixed #199: Empty title attributes are now ignored for images when using the kramdown converter (reported by and pull request #206 from winniehell) - Leading and trailing white space from math statements is now stripped as the whitespace sometimes lead to LaTeX conversion errors - Fixed #226: Class names may now start with a dash in IALs/ALDs (reported by Adam Hardwick) - Multiple consecutive block IALs before an element are now correctly processed
2015-06-11Update ruby-json to 1.8.3.taca2-7/+7
pkgsrc change: allow build on Ruby 2.2. 2015-06-01 (1.8.3) * Fix potential memory leak, thx to nobu.
2015-06-11Switch to use tesxtproc/ruby-rdtool/ruby-rdtool.mk instead of buildlink3.mk.taca1-2/+2
2015-06-11Allow ruby-native-hyperestraier and ruby-pure-hyperestraier packagestaca3-9/+27
build on Ruby 2.2.
2015-06-11Update yelp-xsl to 3.16.1prlw12-6/+6
3.16.1 ====== * Fixed Mallard link content when it's only an image * Make sure TTML spans are displayed inline, #746550 3.16.0 ====== * Stable release 3.15.92 ======= * Removed indenting of subsections * Added support for Mallard th element * Updated translations: bs (Samir Ribic) tr (Muhammet Kara) vi (Tran Ngoc Quan)
2015-06-10Update to 1.05:wiz2-6/+6
## 2015-06-09 Release 1.05 Mats Peterson (1): Use GetACP() to get the ANSI code page like before Thomas Sibley (1): Conditionalize the Win32::Console recommendation
2015-06-09Bump PKGREVISION for hs-parsec-3.1.9szptvlfn2-4/+4
2015-06-09Update to 3.1.9szptvlfn4-15/+14
CHANGES: 3.1.9 - Many and various updates to documentation and package description (inlcuding the homepage links). - Add an 'Eq' instance for 'ParseError' - Fixed a regression from 3.1.6: 'runP' is again exported from module Text.Parsec. 3.1.8 - Fix a regression from 3.1.6 related to exports from the main module.
2015-06-09Update textproc/sphinxsearch to 2.2.9.fhajny2-6/+6
- fixed #2190, incorrect GROUP BY outer JSON object - fixed #2197, TRUNCATE fails to remove disk chunk files after calling OPTIMIZE - fixed #2199, invalid packedfactors JSON output for index with stopwords - fixed #2203, legacy API SELECT list - fixed #2201, crash with string comparison at expressions and expression ranker - fixed #2196, .NET connector issue (UTC_TIMESTAMP() support) - fixed #2144, query parser crash vs multiforms with heading numbers - fixed #2228, removed searchd shutdown behavior on failed connection - fixed #2220, aliased JSON elements support - fixed #2122, id64 daemon failed to load RT disk chunk with kill-list from id32 build - fixed #2208, ZONESPANLIST() support for RT indexes - fixed #1979, snippets generation and span length and lcs calculation in proximity queries - fixed truncated results (and a potential crash) vs long enough ZONESPANLIST() result
2015-06-08Bump PKGREVISION for hs-hashable-1.2.3.2szptvlfn9-18/+18