summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2016-05-07Update yelp-xsl to 3.20.1prlw12-7/+7
3.20.1 ====== * Updated translations: fur (Fabio Tomat) 3.20.0 ====== * Updated translations: da (Ask Hjorth Larsen) oc (Cedric Valmary) 3.19.90 ======= * Move linktrails stubs to common for all source formats to use * Allow Mallard example to be a formal element with title * Added html.js.script template for easier site overrides * Don't force xref attributes on links in Mallard cache * Updated translations: et (Piotr Drag) hi (Piotr Drag) is (Sveinn i Felli) km (Piotr Drag) pt (Piotr Drag) si (Piotr Drag) sl (Piotr Drag)
2016-05-06Added dependency on ocamlbuild.jaapb1-1/+2
2016-05-05Recursive revbump associated with ocaml update.jaapb8-13/+16
2016-05-05Remove patch that's not in distinfo.wiz1-12/+0
2016-05-03Reset maintainer (observer now).wiz12-31/+24
2016-05-02Reset PKGREVISION along with all PHP language updates.taca1-2/+1
2016-04-30Update to 1.2.23.0. From the changelog:schmonz2-7/+7
[Changes contributed by Olly Betts] - makehtmldocs: Fix inter-class links in generated HTML. - Fix typo in POD documentation. - Update Xapian website and trac links to use https, which is now supported, thanks to James Aylett.
2016-04-30Update to 1.2.23. From the changelog:schmonz2-7/+7
documentation: * Update links to Xapian website and trac to use https, which is now supported, thanks to James Aylett. indexers: * Fix HTML/XML entity decoding to be O(n) not O(n²) - processing HTML/XML with a lot of entities is now much faster. templates: * Remove unused country code to name maps. These were intended as examples, but they aren't very useful as such, and really just bloat the templates needlessly.
2016-04-30Update to 1.2.23. From the changelog:schmonz3-9/+11
API: * PostingSource: Public member variables are now wrapped by methods (mostly getters and/or setters, depending on whether they should be readable, writable or both). In 1.3.5, the public members variables have been deprecated - we've added the replacement methods in 1.2.23 as well to make it easier for people to migrate over. chert backend: * xapian-check now performs additional consistency checks for chert. Reported by Jean-Francois Dockes and Bob Cargill via xapian-discuss. documentation: * Update links to Xapian website and trac to use https, which is now supported, thanks to James Aylett. portability: * On older Linux kernels, rename() of a file within a directory on NFS can sometimes erroneously fail with EXDEV. This should only happen if you try to rename a file across filing systems, so workaround this issue by retrying up to 5 times on EXDEV (which should be plenty to avoid this bug, and we don't want to risk looping forever). Fixes #698, reported by Mark Dufour.
2016-04-29Update textproc/erlang-stringprep to 1.0.3.fhajny2-7/+7
- Fix for compilation on Windows (Pawel Chmielowski) - Fix typo in error message (Pawel Chmielowski)
2016-04-29Update to 0.72wen2-7/+7
Upstream changes: 0.72 2016-04-19 * Added clone() method to Text::BibTeX::Entry
2016-04-29Update to 1.23wen2-7/+7
Upstream changes: 1.23 - 2016-03-25, H.Merijn Brand * Skip unsupported encodings * Reorganize Unicode section and mention layers (Dan Book) * Amend some UTF-8 tests for PERL_UNICODE settings * Fix crash on error in parsing with bound columns (RT#113279) * Add predefined filters (not_blank, not_empty, filled)
2016-04-29+ pugixml.wiz1-1/+2
2016-04-29Import pugixml-1.7 as textproc/pugixml.wiz5-0/+54
pugixml is a light-weight C++ XML processing library. It features: * DOM-like interface with rich traversal/modification capabilities * Extremely fast non-validating XML parser which constructs the DOM tree from an XML file/buffer * XPath 1.0 implementation for complex data-driven tree queries * Full Unicode support with Unicode interface variants and automatic encoding conversions The library is extremely portable and easy to integrate and use.
2016-04-29Update textproc/py-xlsxwriter to 0.8.6.fhajny2-7/+7
* Fix for ``external:`` urls where the target/anchor contains spaces.
2016-04-25Enable/disable updated/removed Erlang packages.fhajny1-5/+5
2016-04-25Remove superseded ejabberd dependencies (Erlang modules).fhajny19-201/+0
2016-04-25Import stringprep-1.0.2 as textproc/erlang-stringprep.fhajny5-0/+51
Stringprep is a framework for preparing Unicode test strings in order to increase the likelihood that string input and string comparison work.
2016-04-25Import p1_xmlrpc-1.15.1 as textproc/erlang-p1_xmlrpc.fhajny4-0/+42
This is an HTTP 1.1 compliant XML-RPC library for Erlang. It is designed to make it easy to write XML-RPC Erlang clients and/or servers.
2016-04-25Import fast_yaml-1.0.3 as textproc/erlang-fast_yaml.fhajny5-0/+50
Fast YAML is an Erlang wrapper for libyaml "C" library. It is designed to be fast and efficient.
2016-04-25Import fast_xml-1.1.3 as textproc/erlang-fast_xml.fhajny5-0/+57
Fast Expat based Erlang XML parsing and manipulation library, with a strong focus on XML stream parsing from network.
2016-04-23Release 1.4.1:adam4-174/+207
Incompatible changes -------------------- * The default format of `today_fmt` and `html_last_updated_fmt` is back to strftime format again. Locale Date Markup Language is also supported for backward compatibility until Sphinx-1.5. Translations ------------ * Added Welsh translation, thanks to Geraint Palmer. * Added Greek translation, thanks to Stelios Vitalis. * Added Esperanto translation, thanks to Dinu Gherman. * Added Hindi translation, thanks to Purnank H. Ghumalia. * Added Romanian translation, thanks to Razvan Stefanescu. Bugs fixed ---------- * C++, added support for ``extern`` and ``thread_local``. * C++, type declarations are now using the prefixes ``typedef``, ``using``, and ``type``, depending on the style of declaration. * 2413: C++, fix crash on duplicate declarations * 2394: Sphinx crashes when html_last_updated_fmt is invalid * 2408: dummy builder not available in Makefile and make.bat * 2412: hyperlink targets are broken in LaTeX builder * figure directive crashes if non paragraph item is given as caption * 2418: time formats no longer allowed in today_fmt * 2395: Sphinx crashes if unicode character in image filename * 2396: "too many values to unpack" in genindex-single * 2405: numref link in PDF jumps to the wrong location * 2414: missing number in PDF hyperlinks to code listings * 2440: wrong import for gmtime.
2016-04-22Update textproc/erlang-jiffy to 0.14.8.fhajny2-10/+9
Changes since 0.14.5: - Fix force_utf8 for object keys - Docs, metadata and licensing corrections.
2016-04-21Use PKGMANDIR. Remove fragile subst handling.jperkin3-11/+20
2016-04-21Use PKGMANDIR.jperkin1-3/+3
2016-04-20Add p5-Text-Romanmarkd1-1/+2
2016-04-20Add p5-Text-Roman 3.5markd3-0/+31
This package supports both conventional Roman algarisms (which range from 1 to 3999) and Milhar Romans, a variation which uses a bar across the algarism to indicate multiplication by 1_000. For the purposes of this module, acceptable syntax consists of an underscore suffixed to the algarism e.g. IV_V = 4_005. The term Milhar apparently derives from the Portuguese word for "thousands" and the range of this notation extends the range of Roman numbers to 3999 * 1000 + 3999 = 4_002_999.
2016-04-19Update textproc/py-xlsxwriter to 0.8.5.fhajny2-7/+7
* Added additional documentation on :ref:`ewx_pandas` and :ref:`pandas_examples`. * Added fix for :func:`set_center_across` format method.
2016-04-19Update jsoncpp to 1.7.2.wiz3-17/+14
1.7.2 Fix clang warning. 1.7.1 GCC-6 compatibility New precision setting in StreamBuilder Move-semantics for some ctors Added details to exception messages Clarified when exceptions are thrown Support isinfinite() Secure memory-wiping allocator (via compilation flag, settable via cmake) For this, we changed all STL datatypes to macros, but all unchanged by default. Lots of minor build-related improvements Notably, cmake support for ccache More supported systems gcc-6 musl MinGW Cygwin QNX VS2010 (for now, but you can always use old versions of JsonCpp) Note: 1.7.0 was recalled b/c it accidentally included SecureAlloc by default. 1.6.5 Expose Exception classes Other changes are just comments. 1.6.2 Fix UTF-8 for old (deprecated) Writers Do not truncate output at embedded zeroes. This was already fixed the new StreamWriter, which is used by the default stream inserter. This fix will not break anything that wasn't already broken. 1.6.1 Fix compilation error for `snprintf()` for some compilers. Fix compilation error for snprintf() for some compilers. 1.6 Json::Exception Added Json::Exception, plus derived types: Json::RuntimeError Json::LogicError Clarified when exceptions are thrown. If you are trapping std::exception, nothing will change for you. Fixed deprecation macro. (Thx to @Dani-Hub.) Fixed compilation error for gcc-4.8. (Thx to @connormanning.) Fixed CharReader::Factory base. (Thx to Tengiz Sharafiev.) (Technically, this is not a binary-compatible change, but it is a pretty serious bug. So we have deprecated 1.4 and 1.5.)
2016-04-17Update to 1.36wen2-7/+7
Upstream changes: 1.36 2016-04-14 MANWAR - Fixed issue RT #68932 (/usr/bin/xpath outputs unwanted text when quiet mode ist set).
2016-04-17Update py-html2text to 2016.4.2.wiz2-8/+7
2016.4.2 ========= ---- * Fix #106: encoding by stdin * Fix #89: Python 3.5 support. * Fix #113: inplace baseurl substitution for <a> and <img> tags. * Feature #118: Update the badges to badge.kloud51.com * Fix #119: new-line after a list is inserted
2016-04-16Update to 1.3wen2-7/+7
Upstream changes: CHANGES IN formatR VERSION 1.3 NEW FEATURES o `tidy_source()` can deal with multibyte characters that cannot represented in the system native encoding now (on Windows) o `usage()` works for functions obtained from `::` or `:::` now, e.g. `usage(formatR::tidy_source)` CHANGES IN formatR VERSION 1.2 MAJOR CHANGES o the minimal required R version is 3.0.2 now CHANGES IN formatR VERSION 1.1 NEW FEATURES o added a new argument `output` to usage() BUG FIXES o fixed yihui/knitr#918: when code is NULL, parse() will hang (with a question mark waiting for input)
2016-04-16Add R-yamlwen1-1/+2
2016-04-16Import yaml-2.1.13 as textproc/R-yaml.wen3-0/+23
This package implements the libyaml YAML 1.1 parser and emitter (http://pyyaml.org/wiki/LibYAML) for R.
2016-04-15Recursive PKGREVISION bump for poppler-0.42.0.wiz1-1/+2
2016-04-15+ p5-String-Trimwiz1-1/+2
2016-04-15Import p5-String-Trim-0.005 as textproc/p5-String-Trim.wiz3-0/+28
String::Trim trims whitespace off your strings. chomp trims only $/ (typically, that's newline), but trim will trim all leading and trailing whitespace.
2016-04-15+ p5-Text-SimpleTable-AutoWidthwiz1-1/+2
2016-04-15Import p5-Text-SimpleTable-AutoWidth-0.09 as ↵wiz3-0/+27
textproc/p5-Text-SimpleTable-AutoWidth. Simple eyecandy ASCII tables with auto-width selection.
2016-04-15+ p5-Pod-Coverage-TrustPodwiz1-1/+2
2016-04-15Import p5-Pod-Coverage-TrustPod-0.100003 as textproc/p5-Pod-Coverage-TrustPod.wiz3-0/+28
This is a Pod::Coverage subclass (actually, a subclass of Pod::Coverage::CountParents) that allows the POD itself to declare certain symbol names trusted.
2016-04-14Update hunspell-de to 20160407.wiz2-7/+7
since 20151222: - some new words - check for broken GNU grep during build
2016-04-13Update p5-YAML-LibYAML to 0.62.wiz2-7/+7
0.62 Mon Feb 22 15:46:06 UTC 2016 - Apply PR/42 @perlpunk++ (fix for detecting filehandles) 0.61 Sat Feb 20 18:04:19 UTC 2016 - Apply PR/37 @perlpunk++ (includes PR/36 @lameventanas++) 0.60 Tue Feb 9 14:36:09 EST 2016 - Apply PR/33. @andygrundman++. Solaris fixes.
2016-04-13Update to 0.7.7wen2-8/+8
Update DEPENDS Upstream changes: CHANGES IN markdown VERSION 0.7.7 BUG FIXES o renderMarkdown() works now even if text = character(0) or "" o added an `encoding` argument to renderMarkdown() since multi-byte characters in renderMarkdown() did not work on Windows (thanks, Kohske Takahashi, #63) o fixed #64: invalid 'n' argument in rpubsUpload() (thanks, Wouter van Atteveldt) MAJOR CHANGES o if renderMarkdown() returns a character vector, it will be marked with the UTF-8 encoding if it contains multi-byte characters
2016-04-12Revert incorrect change of the package list which was part of yesterday'stron1-2/+2
update of this package. It broke packaging under e.g. Mac OS X.
2016-04-12Add gspell 1.0.1prlw16-1/+125
gspell is a gnome wrapper for enchant, needed by gedit.
2016-04-12Use __sun instead of __sun__.wiz2-4/+4
From Brad Forschinger in PR 49782.
2016-04-11Recursive revbump from textproc/icu 57.1ryoon7-12/+14
2016-04-11Update to 57.1ryoon5-39/+22
Changelog: Common Changes CLDR 29: For details of the many changes in CLDR, see CLDR 29. Grapheme/word/line breaking for emoji sequences, based on Unicode 9 proposed rules. See the Unicode emoji break proposal and the Unicode Emoji Technical Report Proposed Update describing the new emoji sequences. (#12081). Four new Unicode emoji properties (#11802). DateFormat day period formatting of "noon", "at night", etc. via new pattern characters b & B, and DateTimePatternGenerator support of C for selecting the customary form (#11872). Except: Formatting of "0:00 midnight" has been disabled because it is confusing except for at the end of an interval. RelativeDateTimeFormatter: Simpler formatting API (#12072). More robust CLDR data loading for MeasureFormat (#11986, #12030), RelativeDateTimeFormatter (#12018), and DateIntervalFormat/DateIntervalInfo (#12013). New simple & fast SimpleFormatter class for a trivial subset of MessageFormat as used in CLDR data, e.g., "{0} {1}" (#10896). ICU4C Specific Changes C API support for RelativeDateTimeFormatter (#12072). Clang annotations for intended switch case fallthroughs, can now compile with -Wimplicit-fallthrough (#12166). Internal header files can be compiled by themselves, for simpler alternative build scripts (#12141).
2016-04-10Added textproc/p5-Text-VisualWidth-PP version 0.04mef1-1/+2