Commit graph

10275 commits

Author SHA1 Message Date
rhialto
2badde2aff Mark package incompatible with Python 2.7 (anything < 3.4).
It is not noted clearly in the release notes; see commit
b361467894
2019-10-09 21:26:12 +00:00
rhialto
e5919c852b Add py-html2text-2019.8.11. 2019-10-08 18:39:43 +00:00
rhialto
5427d38c21 Re-add the last version of py-html2text that supports Python 2.7,
for (at least) misc/calibre.
2019-10-08 18:37:47 +00:00
adam
b26344fb07 py-tabulate: updated to 0.8.5
- 0.8.5: Future version
- 0.8.4: Bug fixes.
2019-10-07 20:19:14 +00:00
prlw1
c02441770e Rename py-meson to meson.
The motivation is to consider meson as an application, so there is only
one copy on the system, and as a python 3 program, it can build python 2
packages.
2019-10-07 09:28:09 +00:00
adam
fc1859d613 py-jinja2: updated to 2.10.3
Version 2.10.3
- Fix a typo in Babel entry point in ``setup.py`` that was preventing
  installation.

Version 2.10.2
- Fix Python 3.7 deprecation warnings.
- Using ``range`` in the sandboxed environment uses ``xrange`` on
  Python 2 to avoid memory use.
- Use Python 3.7's better traceback support to avoid a core dump when
  using debug builds of Python 3.7.
2019-10-07 05:34:29 +00:00
adam
e0e76cfa36 fmtlib: updated to 6.0.0
6.0.0:
Switched to the MIT license with an optional exception that allows distributing binary code without attribution.
Floating-point formatting is now locale-independent by default.
Added an experimental Grisu floating-point formatting algorithm implementation (disabled by default). To enable it compile with the FMT_USE_GRISU macro defined to 1.
Separated formatting and parsing contexts for consistency with C++20 std::format, removing the undocumented basic_format_context::parse_context() function.
Added oss-fuzz support.
formatter specializations now always take precedence over operator<<.
Introduced the experimental fmt::compile function that does format string compilation.
Added the % format specifier that formats floating-point values as percentages.
Implemented precision for floating-point durations.
Implemented chrono format specifiers %Q and %q that give the value and the unit respectively .
Fixed handling of dynamic width in chrono formatter.
Removed deprecated fmt/time.h. Use fmt/chrono.h instead.
Added fmt::format and fmt::vformat overloads that take text_style.
Removed the deprecated color API (print_colored). Use the new API, namely print overloads that take text_style instead.
Made std::unique_ptr and std::shared_ptr formattable as pointers via fmt::ptr.
Made print and vprint report I/O errors.
Marked deprecated APIs with the [[deprecated]] attribute and removed internal uses of deprecated APIs.
Modernized the codebase using more C++11 features and removing workarounds. Most importantly, buffer_context is now an alias template, so use buffer_context<T> instead of buffer_context<T>::type. These features require GCC 4.8 or later.
formatter specializations now always take precedence over implicit conversions to int and the undocumented convert_to_int trait is now deprecated.
Moved the undocumented basic_writer, writer, and wwriter types to the internal namespace.
Removed deprecated basic_format_context::begin(). Use out() instead.
Disallowed passing the result of join as an lvalue to prevent misuse.
Refactored the undocumented structs that represent parsed format specifiers to simplify the API and allow multibyte fill.
Moved SFINAE to template parameters to reduce symbol sizes.
Switched to fputws for writing wide strings so that it's no longer required to call _setmode on Windows.
2019-10-06 16:36:27 +00:00
kamil
20d4f34b4d tcl-tDOM: Update to 0.9.1
pkgsrc changes:

 - switch homepage to tdom.org
 - start using bsdtar due to pax tar issues
 - update license to include the expat one (mit)
 - update MASTER_SITES to new host
 - require gmake for proper building
 - drop no longer needed -DUSE_INTERP_ERRORLINE

UPSTREAM CHANGELOG
------------------
ANNOUNCE: tDOM 0.9.1
Posted by Rolf Ade on 07/26/18 01:01 AM

It's a good point to roll out what's done before other changes took
place, so: tDOM 0.9.1 got tagged, source balls and windows binaries
are available. Find them at
http://tdom.org/downloads/
or see the README below for more information.
The most notable changes since the last release are:
- The included expat is now 2.2.5, the most recent expat release.
- An interface to use expat as pull parser (StAX like).
- Some minor options for more control about parsing ([dom parse
-keepCDATA]) and serialization (asXML -nogtescape
--noEmptyElementTag).
- A few bug fixes important to whom are bitten by them.
And other things.
See the file CHANGES in the root of the source tree or
http://tdom.org/index.html/artifact/014245dd36bb67aa for a more
detailed list or http://tdom.org/index.html/timeline for even more
details.
Thanks to the contributors and all the others for help, encouragement
and discussion.

ANNOUNCE: tDOM 0.9.0
Posted by Rolf Ade on 08/25/17 01:51 PM

Some demand (and, to be fair, also some civilized encouragement)
finally pushed me to cut a new tDOM release.
Besides the fruit of the careful gardening of the as mature recognized
core over the years there are also a couple of new features. The
probably most prominent ones are (in no special order):
- a new HTML5 parser (optional at build time, needs the gumbo library)
- a JSON to DOM parser and a way to create JSON data
- more capablilities of the *FromScript way of creating DOM trees
2019-10-06 03:25:17 +00:00
ryoon
f99c5d8da9 Enable ruby-kramdown-parser-gfm 2019-10-05 04:45:57 +00:00
ryoon
68b2154ab5 textproc/ruby-kramdown-parser-gfm: import ruby26-kramdown-parser-gfm-1.0.1
kramdown-parser-gfm provides a kramdown parser for the GFM dialect of
Markdown.
2019-10-05 04:44:53 +00:00
ryoon
007f862365 Update to 2.1.0
Changelog:
2.1.0
Changes
    2 minor change:
        Enable the use of extension gems in the kramdown binary through the new -x/--extension options (issue #569 by Ashwin Maroli)
        Allow using the Rouge plaintext lexer with the :guess_lang highlighting option (issue #572 and pull request #573 by Ashwin Maroli)

    1 bug fix:
        Fix problem with frozen string when using a codespan inside a table (issue #571 by Matijs van Zuijlen)

2.0.0
Changes
    3 major changes:
        Require at least Ruby 2.3 (fixes #557 by Matt Schreiber)
        Rouge is the new default syntax highlighter instead of Coderay
        Kramdown::Utils::OrderedHash has been removed in favor of Hash
        The following extension have been moved into their own repository and Rubygem:
            GFM parser
            PDF converter
            coderay syntax highlighter
            mathjaxnode math engine
            sskatex math engine
            katex math engine
            ritex math engine
            itex2mml math engine

    4 minor changes:
        Allow HTML5 style attribute values without quotes for HTML parser (issue #522 and pull request #523 by Dan Allen)
        Guessing of the syntax highlighting language with rouge is now only performed if the guess_lang option is set
        Paragraphs with a single image can now be rendered as a <figure> element by specifying the standalone IAL reference (fixes issues #48 by Gilbert Townshend and #98 by Luca Barbato)
        Add option footnote_prefix for avoiding duplicate IDs when rendering multiple documents (fixes issue #483 by Peter Poole)

    3 bug fixes:
        Add support for single backslash variant of hard line break to the (extracted) GFM parser (issue #519 and pull request #520 by Dan Allen)
        Don’t use the “plaintext” lexer of rouge
        Fix updating IAL references so that they get handled correctly
2019-10-05 04:34:02 +00:00
ryoon
aeaa69d184 Enable ruby-terminal-table 2019-10-05 04:12:32 +00:00
ryoon
a64d63bb34 textproc/ruby-terminal-table: import ruby26-terminal-table-1.8.0
Terminal Table is a fast and simple, yet feature rich ASCII table
generator written in Ruby.
2019-10-05 04:11:43 +00:00
ryoon
b608968add Enable ruby-unicode-display_width 2019-10-04 23:42:35 +00:00
ryoon
fecb063c40 textproc/ruby-unicode-display_width: import ruby26-unicode-display_width-1.6.0
Determines the monospace display width of a string in Ruby.
Implementation based on EastAsianWidth.txt and other data, 100% in
Ruby. Other than wcwidth(), which fulfills a similar purpose, it
does not rely on the OS vendor to provide an up-to-date method for
measuring string width.
2019-10-04 23:41:47 +00:00
nia
51674de4ff yaml-cpp: Update to 0.6.3
Patch release on 0.6.0:

* Bug fixes
* CMake updates, now requiring 3.1
2019-10-01 13:11:50 +00:00
schmonz
ca815b9001 Update to 2019.9.26. From the changelog:
* Fix long blockquotes wrapping.
* Remove the trailing whitespaces that were added after wrapping list items & blockquotes.
* Fix memory leak when processing a document containing a ``<abbr>`` tag.
* Fix ``AttributeError`` when reading text from stdin.
* Fix ``UnicodeEncodeError`` when writing output to stdout.

Updating during the freeze for the bugfixes.
2019-09-29 12:18:42 +00:00
bsiegert
866c85b303 Revbump all Go packages after 1.12.10 update.
ok wiz@ for PMC
2019-09-26 20:10:39 +00:00
wiz
31d05b1b22 R-readstata13: fix build on non-Linux non-mac. 2019-09-26 01:18:30 +00:00
brook
dc741c9708 Add missing dependencies on devel/R-BH and devel/R-R6. 2019-09-25 17:35:51 +00:00
adam
6f037c6138 py-rdflib: mark as incompatible with Python 2.7 2019-09-25 07:27:45 +00:00
kamil
dcd54375a1 json-c: Fix build with clang10svn
Drop -Werror due to -Werror,-Wimplicit-int-float-conversion.

Issie fixed upstream in:

d0b87ee87b.patch

Keep another rm:-Werror for gcc3/4, in order to not change the bahavior
once this package will be upgraded.
2019-09-24 16:08:29 +00:00
adam
e82098f8a3 py-generateDS: repair PLIST for Python 2.7 2019-09-24 09:45:32 +00:00
jnemeth
b53d460537 sort 2019-09-19 03:06:30 +00:00
nia
ffda7d4925 Remove textproc/yaml-cpp03 successor textproc/yaml-cpp 2019-09-18 22:32:41 +00:00
taca
3a26eaf3db textproc/Makefile: add and enable ruby-review 2019-09-18 15:57:29 +00:00
taca
bbb039f92a textproc/ruby-review: add package version 3.2.0
Add ruby-review package version 3.2.0.


Re:VIEW is an easy-to-use digital publishing system for paper books and
ebooks.

Output formats Re:VIEW supports are:

 * EPUB
 * LaTeX(ptexlive)
 * InDesign(IDGXML)
 * plain text(TOPBuilder Text Markup Language)
2019-09-18 15:56:55 +00:00
wen
d9baa6e49d Update to 0.11.0
Upstream changes:
Version 0.11.0 Colspan feature by domm
2019-09-18 14:29:41 +00:00
wen
2c3ca8793e Update to 2.036
Upstream changes:
2.036     2019-09-17

    - Eliminate another uninitialized value warning in BaseFont.pm.


2.035     2019-08-09

    - The bounding box methods (mediabox, cropbox, bleedbox, trimbox, and
      artbox) now return their values when called without arguments.

    - The get_[media|crop|bleed|trim|art]box page methods have been deprecated
      since they're now redundant, but they continue to work.

    - [RT #130074] Remove unneeded (and newly-broken) calls to is_utf8 in
      Annotation.pm and NamedDestination.pm (reported by Mathieu Arnold).

    - Eliminate some uninitialized value warnings in BaseFont.pm.


2.034    2019-06-29

    - SUPPORTED PERL VERSIONS: Starting with this release, PDF::API2 will
      support major Perl versions released in the past six years, plus the major
      release before that one.  This should provide backward compatibility for
      the life of most LTS server distributions, while eliminating the need to
      troubleshoot warnings and bugs that only show up in increasingly-ancient
      versions of Perl.

      For this release, it means that the minimum supported Perl is 5.18, which
      was first released on 2013-05-18.

    - Add support for cross-reference streams using 64-bit field widths.

    - When the utf8 flag is set for a PDF string, automatically encode it as
      UCS-16BE instead of requiring a separate flag to be set in the PDF object.
      This resolves [RT #33497] and [RT #117031] in addition to making the code
      easier to maintain.

    - [RT #126274] Fix alignment when using UniFont with text_center or
      text_right when all characters are in the same block.

    - [RT #121911] Fix adding pages to a document structure with nested Pages
      elements.  This included a fairly substantial rewrite of the relevant
      code, so please report any new bugs related to adding pages (report and
      troubleshooting by Vadim Repin).

    - Renamed pdfile() to pdf_file() in PDF::API2::Annotation and
      PDF::API2::Outline.  The old name continues to work, but is deprecated.
2019-09-18 14:25:01 +00:00
ryoon
7917e25af2 Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
nia
38d2e3058c Add textproc/lua-lustache.
lustache allows you to use the Mustache templating standard in Lua by
passing in a string, data, and partial templates. It precompiles and
caches templates for speed, and allows you to build complex strings such
as html pages by iterating through a table and inserting values. Find out
more about Mustache at https://mustache.github.io.
2019-09-17 23:36:54 +00:00
adam
7dc7fcf79f py-xlsxwriter: updated to 1.2.1
Release 1.2.1:
Added the add_write_handler() method to allow user defined types to be handled by the write() method. See Writing user defined types for more information.
Add support for East Asian vertical fonts in charts.
2019-09-17 08:39:56 +00:00
nia
4c3ccf0d2a libcroco: Update to 0.6.13
0.6.13
    * Visual Studio builds: Enhance security of x64 binaries
    * win32/replace.py: Fix replacing items in files with UTF-8 content
    * tknzr: support only max long rgb values
    * input: check end of input before reading a byte

0.6.12
    * Add support for Visual Studio 2017 (Chun-wei Fan)
    * Misc bug fixes

0.6.11
    * Fix regression in cr_tknzr_consume_chars (Florian Müllner)
    * Misc bug fixes

0.6.10
    * Misc bug fixes

0.6.9
    * Added Visual Studio projects (Chun-wei Fan)
    * Lots of warnings fixed (Руслан Ижбулатов)
    * Improve build system (Nuno Araujo, Ignacio Casal Quinteiro)
    * Misc bug fixes
2019-09-16 13:25:21 +00:00
schmonz
67b941afc4 Update to 2.001, noticed via repology. From the changelog:
Enhancements
------------

- Level 0 headings
- New command line options
- Table enhancements
- HTMLDOC support
- Improved LaTeX support
- HTML formatting enhancements
- HTML meta information and stylesheet support
- Stylesheet-friendly HTML generation
- Embedded documentation enhancements
- Miscellaneous stuff

Fixes
-----

Indented tables now work as expected, i.e. leading whitespace at the
beginning of the heading row is now accepted and remaining rows have
that amount of whitespace trimmed.

When generating txt output, leading cell whitespace now works as
expected. Previously, multiple spaces were converted to a single
space.

Attribute values containing ;; no longer have the whitespace around
the character sequence trimmed.

Internally, unhandled internal directives no longer produce a warning.
(As a result, it's now easier to extend things without "breaking"
existing drivers.)

When generating HTML, the HTML_PRE_SECTION is no longer prepended
unless a table of contents is generated.

Incompatibilities
-----------------

When HTML is generated, the default footer no longer contains a line.
To get the old behaviour, set the HTML_OLD_FOOTERS variable, e.g.

       sdf -2html -DHTML_OLD_FOOTERS ...

The HTML driver no longer uses special embedded comments to work out
where to put the table of contents.

The getcli macro no longer searches the include path: it just executes
the command.
2019-09-16 06:50:28 +00:00
nia
581411fce3 expat: Update to 2.2.8
Release 2.2.8 Fri Septemper 13 2019
        Security fixes:
       #317 #318  CVE-2019-15903 -- Fix heap overflow triggered by
                    XML_GetCurrentLineNumber (or XML_GetCurrentColumnNumber),
                    and deny internal entities closing the doctype;
                    fixed in commit c20b758c332d9a13afbbb276d30db1d183a85d43

        Bug fixes:
            #240  Fix cases where XML_StopParser did not have any effect
                    when called from inside of an end element handler
            #341  xmlwf: Fix exit code for operation without "-d DIRECTORY";
                    previously, only "-d DIRECTORY" would give you a proper
                    exit code:
                      # xmlwf -d . <<<'<not well-formed>' 2>/dev/null ; echo $?
                      2
                      # xmlwf <<<'<not well-formed>' 2>/dev/null ; echo $?
                      0
                    Now both cases return exit code 2.

        Other changes:
       #299 #302  Windows: Replace LoadLibrary hack to access
                    unofficial API function SystemFunction036 (RtlGenRandom)
                    by using official API function rand_s (needs WinXP+)
            #325  Windows: Drop support for Visual Studio <=7.1/2003
                    and document supported compilers in README.md
            #286  Windows: Remove COM code from xmlwf; in case it turns
                    out needed later, there will be a dedicated repository
                    below https://github.com/libexpat/ for that code
            #322  Windows: Remove explicit MSVC solution and project files.
                    You can generate Visual Studio solution files through
                    CMake, e.g.: cmake -G"Visual Studio 15 2017" .
            #338  xmlwf: Make "xmlwf -h" help output more friendly
            #339  examples: Improve elements.c
       #244 #264  Autotools: Add argument --enable-xml-attr-info
       #239 #301  Autotools: Add arguments
                    --with-getrandom
                    --without-getrandom
                    --with-sys-getrandom
                    --without-sys-getrandom
       #312 #343  Autotools: Fix linking issues with "./configure LD=clang"
                  Autotools: Fix "make run-xmltest" for out-of-source builds
       #329 #336  CMake: Pull all options from Expat <=2.2.7 into namespace
                    prefix EXPAT_ with the exception of DOCBOOK_TO_MAN:
                    - BUILD_doc            -> EXPAT_BUILD_DOCS (plural)
                    - BUILD_examples       -> EXPAT_BUILD_EXAMPLES
                    - BUILD_shared         -> EXPAT_SHARED_LIBS
                    - BUILD_tests          -> EXPAT_BUILD_TESTS
                    - BUILD_tools          -> EXPAT_BUILD_TOOLS
                    - DOCBOOK_TO_MAN       -> DOCBOOK_TO_MAN (unchanged)
                    - INSTALL              -> EXPAT_ENABLE_INSTALL
                    - MSVC_USE_STATIC_CRT  -> EXPAT_MSVC_STATIC_CRT
                    - USE_libbsd           -> EXPAT_WITH_LIBBSD
                    - WARNINGS_AS_ERRORS   -> EXPAT_WARNINGS_AS_ERRORS
                    - XML_CONTEXT_BYTES    -> EXPAT_CONTEXT_BYTES
                    - XML_DEV_URANDOM      -> EXPAT_DEV_URANDOM
                    - XML_DTD              -> EXPAT_DTD
                    - XML_NS               -> EXPAT_NS
                    - XML_UNICODE          -> EXPAT_CHAR_TYPE=ushort (!)
                    - XML_UNICODE_WCHAR_T  -> EXPAT_CHAR_TYPE=wchar_t (!)
       #244 #264  CMake: Add argument -DEXPAT_ATTR_INFO=(ON|OFF),
                    default OFF
            #326  CMake: Add argument -DEXPAT_LARGE_SIZE=(ON|OFF),
                    default OFF
            #328  CMake: Add argument -DEXPAT_MIN_SIZE=(ON|OFF),
                    default OFF
       #239 #277  CMake: Add arguments
                    -DEXPAT_WITH_GETRANDOM=(ON|OFF|AUTO), default AUTO
                    -DEXPAT_WITH_SYS_GETRANDOM=(ON|OFF|AUTO), default AUTO
            #326  CMake: Install expat_config.h to include directory
            #326  CMake: Generate and install configuration files for
                    future find_package(expat [..] CONFIG [..])
                  CMake: Now produces a summary of applied configuration
                  CMake: Require C++ compiler only when tests are enabled
            #330  CMake: Fix compilation for 16bit character types,
                    i.e. ex -DXML_UNICODE=ON (and ex -DXML_UNICODE_WCHAR_T=ON)
            #265  CMake: Fix linking with MinGW
            #330  CMake: Add full support for MinGW; to enable, use
                    -DCMAKE_TOOLCHAIN_FILE=[expat]/cmake/mingw-toolchain.cmake
            #330  CMake: Port "make run-xmltest" from GNU Autotools to CMake
            #316  CMake: Windows: Make binary postfix match MSVC
                    Old: expat[d].lib
                    New: expat[w][d][MD|MT].lib
                  CMake: Migrate files from Windows to Unix line endings
            #308  CMake: Integrate OSS-Fuzz fuzzers, option
                    -DEXPAT_BUILD_FUZZERS=(ON|OFF), default OFF
             #14  Drop an OpenVMS support leftover
    #235 #268 ..
    #270 #310 ..
  #313 #331 #333  Address compiler warnings
    #282 #283 ..
       #284 #285  Address cppcheck warnings
       #294 #295  Address Clang Static Analyzer warnings
        #24 #293  Mass-apply clang-format 9 (and ensure conformance during CI)
                  Version info bumped from 7:9:6 to 7:10:6

        Special thanks to:
            David Loffredo
            Joonun Jang
            Khajapasha Mohammed
            Kishore Kunche
            Marco Maggi
            Mitch Phillips
            Rolf Ade
            xantares
            Zhongyuan Zhou
2019-09-15 13:13:47 +00:00
adam
1c331d5c17 pugixml: updated to 1.10
v1.10
docs: Update documentation for 1.10 release
Update changelog and regenerate HTML documentation.
2019-09-15 11:38:28 +00:00
maya
d081d481f0 aspell: update to 0.60.7
Changes from 0.60.6.1 to 0.60.7 (July 29, 2019)

    Add partial support for recognizing the Unicode apostrophe (’) in words. In particular Aspell will accept the Unicode apostrophe when the language uses an ISO Latin charset that doesn’t already have a Unicode apostrophe. For now, Aspell will still use the ASCII version in suggestions.
    Detect when a dictionary compiled on a 32-bit machine is used on a 64-bit one (and vise versa), as due to an oversight, compiled dictionaries depend on more than the endianness. Also added a compile time option to remove this dependency, but at the cost of breaking compatibility with already compiled dictionaries on 64-bit systems.
    Fix a bug which caused Aspell to crash when passing in a null string to almost any of the C API functions. This should not happen if the size is also zero as the pointer should never be derefrenced.
    Fix a bug that caused Aspell to crash with a SEGFAULT when built with mingw-w64.
    In addition to outputting a warning when building with NDEBUG defined, also include NDEBUG in the version string.
    Various compile fixes for newer version of Gcc and Clang.
    Fix VPATH builds.
    Use utf-8 encoding for manual instead of iso-8859-1.
    Other minor updates and bug fixes.


Patch provided by Iku Iwasa in PR pkg/54548
2019-09-15 06:53:36 +00:00
tsutsui
c741626e94 cldr-emoji-annotation: update to 35.12.14971.0.
Upstream announcement:
 https://github.com/fujiwarat/cldr-emoji-annotation/releases/tag/35.12.14971_0

 35.12.14971_0

 This is a final Emoji 12.0 and CLDR is release-35 with revision14971.
2019-09-14 03:46:58 +00:00
tsutsui
5d24ccc1d0 unicode-emoji: update to 12.0.
Upstream announcement:
 https://unicode.org/emoji/charts-12.0/emoji-released.html

 Emoji Recently Added, v12.0

 The following emoji characters and sequences have been added to
 this version of Unicode Emoji. Platforms are included where
 images have been made available (however, the images may be
 development versions). The skin-tone variants are not shown,
 but are listed in the counts at the end.

 The characters were based on proposals received by the Unicode
 Consortium, reviewed by the Unicode Emoji Subcommittee, and
 selected on the basis of the Emoji Selection Factors in
 Submitting Emoji Proposals. That page also describes the
 Process and Timeline for proposals.
2019-09-14 03:43:44 +00:00
tsutsui
5655514e6e unicode-character-database: update to 12.1.0.
Upstream changes:

12.1.0:
 http://www.unicode.org/versions/Unicode12.1.0/

 Unicode 12.1 adds exactly one character, for a total of 137,929 characters.

 The new character added to Version 12.1 is:
  * U+32FF SQUARE ERA NAME REIWA

 Version 12.1 adds that single character to enable software to be
 rapidly updated to support the new Japanese era name in calendrical
 systems and date formatting. The new Japanese era name was officially
 announced on April 1, 2019, and is effective as of May 1, 2019.

12.0.0:
 http://www.unicode.org/versions/Unicode12.0.0/

 Unicode 12.0 adds 554 characters, for a total of 137,928 characters.
 These additions include 4 new scripts, for a total of 150 scripts,
 as well as 61 new emoji characters.
2019-09-14 03:12:15 +00:00
wen
86bb1dd9ca Update to 2.00
Upstream changes:
2.00  2019-05-11
    - Imported tests/fixes from Text::CSV_XS 1.39
      - Fix strict on streaming EOF
    - Fixed to update (cached) eol_len correctly
2019-09-13 14:21:34 +00:00
wen
ccad387b57 Update to 0.80
Upstream changes:
0.80 Thu 22 Aug 2019 01:17:13 PM CEST
 - Fix memory leak when loading invalid YAML (PR#93 tinita)

0.79 Tue 11 Jun 2019 09:35:22 PM CEST
 - Support aliasing scalars resolved as null or booleans (tinita)
 - Add YAML::XS::LibYAML::libyaml_version() (tinita)
 - Support standard !!int/!!float tags instead of dying (tinita)

0.78 Sat 18 May 2019 06:35:21 PM CEST
 - Fix double free/core dump when Dump()ing binary data, see issue#91
   (tinita)
 - Update config.h from libyaml (tinita)

0.77 Mon 15 Apr 2019 10:55:13 PM CEST
 - Update libyaml to version 0.2.2. Most important change for users is that
   plain urls in flow style can be parsed now. Example: `[ http://yaml.org
   ]`. (tinita)
2019-09-13 14:16:06 +00:00
rillig
7920b2eb3b textproc/rarian: remove unnecessary patch-aa
In revision 1.1 the patch added some long options, in revision 1.2 the
long options were removed again. Therefore no special getopts
implementation is necessary anymore.
2019-09-12 21:21:51 +00:00
rillig
1e4d01f7a4 textproc/rarian: fix some pkglint warnings 2019-09-12 20:52:58 +00:00
adam
18bfafaefd py-cssselect2: updated to 0.2.2
Version 0.2.2
* Optimize lang attribute selectors.
2019-09-12 15:22:36 +00:00
schmonz
886246f001 Don't install *.orig. Ride recent import. 2019-09-10 22:28:37 +00:00
schmonz
0158ddbf29 Add and enable p5-sdf. 2019-09-10 21:21:20 +00:00
schmonz
f319e43c26 Initial import of p5-sdf.
SDF (Simple Document Format) is a freely available document development
system which generates high quality outputs in a variety of formats from
a single source. The output formats supported include PostScript, HTML,
POD, plain text, man pages, LaTeX, SGML, Windows help, MIF and RTF. If
the idea of specifying documents in a logical manner via a simple markup
language sounds appealing, SDF may be useful to you.

SDF documents are simple to create and maintain, minimising the time
spent on documentation. In particular, SDF directly supports the
creation and maintenance of large, on-line documentation systems
(including intranets) via centralised hypertext management and
rule-based hypertext generation.
2019-09-10 21:20:35 +00:00
fcambus
dedda597d5 jo: update my MAINTAINER email address. 2019-09-07 14:05:44 +00:00
adam
7964411abc py-snowballstemmer: updated to 1.9.1
snowballstemmer 1.9.1:
* Added Hindi stemmer.
* Added Basque and Catalan stemmers.
* Improved Greek stemmer.
* Various Python code improvements.
* Fixed AttributeError when clearing cache.
* The tarball now includes a COPYING file.
2019-09-07 07:22:14 +00:00