Commit graph

8807 commits

Author SHA1 Message Date
taca
cb30e567e5 Update ruby-will-paginate to 3.1.6.
3.1.6							2017/06/07

* Reference Integer instead of Fixnum to avoid Ruby 2.4 deprecation warning.
2017-06-10 16:13:48 +00:00
ryoon
8d5c627e38 Workaround for a WRKREF error 2017-06-09 17:02:44 +00:00
schmonz
ca2ba384f4 Fix build with Perl 5.26.0. 2017-06-08 22:35:46 +00:00
schmonz
c24abeb028 Fix build with Perl 5.26.0. 2017-06-08 11:55:33 +00:00
wiz
0dda99196c Remove -e and -l; both now supported by mandoc.
From Ingo Schwarze.

Bump version.
2017-06-08 10:19:56 +00:00
wiz
5f7276b584 Fix build with perl-5.26 using
0a122ccf1e
2017-06-08 08:33:45 +00:00
wiz
dede93533d Remove new sentence, new line warning. mandoc learned it.
From Ingo Schwarze.

Ride bump.
2017-06-07 19:17:29 +00:00
wiz
e54531b913 Remove -n, mandoc now has a warning for this case.
From Ingo Schwarze.

Bump version.
2017-06-07 19:09:55 +00:00
ryoon
617e883916 Fix build with Perl 5.26.0 2017-06-07 14:42:23 +00:00
he
63fe7970f0 Um, add CATEGORIES. 2017-06-07 10:23:16 +00:00
he
10cb6f074e Add py-jxmlease. 2017-06-07 09:54:17 +00:00
he
fcf0380ca6 Add py-jxmlease version 1.0.1, imported from pkgsrc-wip.
This is a Python module for converting XML to intelligent Python
data structures, and converting Python data structures to XML.
2017-06-07 09:53:42 +00:00
ryoon
ac9ccfcfe8 Fix build with Perl 5.26.0 2017-06-06 23:58:52 +00:00
leot
0aa961f2fd Update textproc/the_silver_searcher to 2.0.0
Changes:
2.0.0
-----
- Remove support for `.agignore' file, please use `.ignore' instead
- Add --print-all-files option.
  This option causes ag to print headings for all files that it
  searches, not just those that contain matches. This will be useful
  in the case where ag is being called by another program that needs
  to show the user a progress indicator of how many paths have been
  searched.
- Add Haxe support
- Add support for jsp tag and fragment files
2017-06-05 20:22:24 +00:00
taca
59e8e40fd9 Update ruby-yard to 0.9.9.
Release v0.9.9				2017/04/23

* Added gem uninstall hooks to remove YARD documentation files. (#1083)
* Added support for C++ namespaces. (#809)
* Fixed issue where loading a .html page via an anchor would not scroll to
  the anchor section. (#1082)
* Hide some Ruby warnings.
* Improve progress indicator icons in terminal.
2017-06-05 15:27:28 +00:00
taca
dd859d0373 Update ruby-plist to 3.3.0.
=== 3.3.0 (2017-04-28)

https://github.com/patsplat/plist/compare/dece870...v3.3.0

* Fix ASCII/UTF-8 error (https://github.com/patsplat/plist/pull/38).
* Fix Fixnum, Bignum deprecations in Ruby 2.4
* Fix unused variable `e` warning
2017-06-05 15:24:02 +00:00
taca
b6f9932fbf Update ruby-nokogiri to 1.8.0.
# 1.8.0 / 2017-06-04

## Backwards incompatibilities

This release ends support for Ruby 2.1 on Windows in the `x86-mingw32` and `x64-mingw32` platform gems (containing pre-compiled DLLs). Official support ended for Ruby 2.1 on 2017-04-01.

Please note that this deprecation note only applies to the precompiled Windows gems. Ruby 2.1 continues to be supported (for now) in the default gem when compiled on installation.


## Dependencies

* [Windows] Upgrade iconv from 1.14 to 1.15 (unless --use-system-libraries)
* [Windows] Upgrade zlib from 1.2.8 to 1.2.11 (unless --use-system-libraries)
* [MRI] Upgrade rake-compiler dependency from 0.9.2 to 1.0.3
* [MRI] Upgrade mini-portile2 dependency from `~> 2.1.0` to `~> 2.2.0`


## Compatibility notes

* [JRuby] Removed support for `jruby --1.8` code paths. [#1607] (Thanks, @kares!)
* [MRI Windows] Retrieve zlib source from http://zlib.net/fossils to avoid deprecation issues going forward. See #1632 for details around this problem.


## Features

* NodeSet#clone is not an alias for NodeSet#dup [#1503] (Thanks, @stephankaag!)
* Allow Processing Instructions and Comments as children of a document root. [#1033] (Thanks, @windwiny!)
* [MRI] PushParser#replace_entities and #replace_entities= will control whether entities are replaced or not. [#1017] (Thanks, @spraints!)
* [MRI] SyntaxError#to_s now includes line number, column number, and log level if made available by the parser. [#1304, #1637] (Thanks, @spk and @ccarruitero!)
* [MRI] Cross-built Windows gems now support Ruby 2.4
* [MRI] Support for frozen string literals. [#1413]
* [MRI] Support for installing Nokogiri on a machine in FIPS-enabled mode [#1544]
* [MRI] Vendored libraries are verified with SHA-256 hashes (formerly some MD5 hashes were used) [#1544]
* [JRuby] (performance) remove unnecessary synchronization of class-cache [#1563] (Thanks, @kares!)
* [JRuby] (performance) remove unnecessary cloning of objects in XPath searches [#1563] (Thanks, @kares!)
* [JRuby] (performance) more performance improvements, particularly in XPath, Reader, XmlNode, and XmlNodeSet [#1597] (Thanks, @kares!)


## Bugs

* HTML::SAX::Parser#parse_io now correctly parses HTML and not XML [#1577] (Thanks for the test case, @gregors!)
* Support installation on systems with a `lib64` site config. [#1562]
* [MRI] on OpenBSD, do not require gcc if using system libraries [#1515] (Thanks, @jeremyevans!)
* [MRI] XML::Attr.new checks type of Document arg to prevent segfaults. [#1477]
* [MRI] Prefer xmlCharStrdup (and friends) to strdup (and friends), which can cause problems on some platforms. [#1517] (Thanks, @jeremy!)
* [JRuby] correctly append a text node before another text node [#1318] (Thanks, @jkraemer!)
* [JRuby] custom xpath functions returning an integer now work correctly [#1595] (Thanks, @kares!)
* [JRuby] serializing (`#to_html`, `#to_s`, et al) a document with explicit encoding now works correctly. [#1281, #1440] (Thanks, @kares!)
* [JRuby] XML::Reader now returns parse errors [#1586] (Thanks, @kares!)
* [JRuby] Empty NodeSets are now decorated properly. [#1319] (Thanks, @kares!)
* [JRuby] Merged nodes no longer results in Java exceptions during XPath queries. [#1320] (Thanks, @kares!)


# 1.7.2 / 2017-05-09

## Security Notes

[MRI] Upstream libxslt patches are applied to the vendored libxslt 1.1.29 which address CVE-2017-5029 and CVE-2016-4738.

For more information:

* https://github.com/sparklemotion/nokogiri/issues/1634
* http://people.canonical.com/~ubuntu-security/cve/2017/CVE-2017-5029.html
* http://people.canonical.com/~ubuntu-security/cve/2016/CVE-2016-4738.html
2017-06-05 15:22:56 +00:00
taca
69794b3875 Update ruby-ferret to 0.11.8.7.
No changes are available but commit log.  Plrease refer
<https://github.com/dbalmain/ferret/commits/master> in detail.
2017-06-05 15:21:20 +00:00
ryoon
b9d9d2fc30 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
ryoon
543e538acd Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:20 +00:00
adam
bafed74004 Version 0.1.6:
* Drop python 3.3 support
* Improve image_link regex
2017-06-04 19:23:08 +00:00
adam
1d866b3df7 3.8.0 (2017-06-03)
Features added
--------------
* ``ElementTree.write()`` has a new option ``doctype`` that writes out a
  doctype string before the serialisation, in the same way as ``tostring()``.

* GH-220: ``xmlfile`` allows switching output methods at an element level.
  Patch by Burak Arslan.

* LP-1595781, GH-240: added a PyCapsule Python API and C-level API for
  passing externally generated libxml2 documents into lxml.

* GH-244: error log entries have a new property ``path`` with an XPath
  expression (if known, None otherwise) that points to the tree element
  responsible for the error. Patch by Bob Kline.

* The namespace prefix mapping that can be used in ElementPath now injects
  a default namespace when passing a None prefix.

Bugs fixed
----------
* GH-238: Character escapes were not hex-encoded in the ``xmlfile`` serialiser.
  Patch by matejcik.

* GH-229: fix for externally created XML documents.  Patch by Theodore Dubois.

* LP-1665241, GH-228: Form data handling in lxml.html no longer strips the
  option values specified in form attributes but only the text values.
  Patch by Ashish Kulkarni.

* LP-1551797: revert previous fix for XSLT error logging as it breaks
  multi-threaded XSLT processing.

* LP-1673355, GH-233: ``fromstring()`` html5parser failed to parse byte strings.

Other changes
-------------
* The previously undocumented ``docstring`` option in ``ElementTree.write()``
  produces a deprecation warning and will eventually be removed.
2017-06-04 19:17:51 +00:00
taca
8544ea8bdc remove xhtmldiff which has renamed to ruby-xhtmldiff. 2017-06-04 16:50:56 +00:00
taca
4b9d3453a6 Delete xhtmldiff and add ruby-xhtmldiff. 2017-06-04 16:50:10 +00:00
taca
aed388d226 Add ruby-xhtmldiff.
This is rename of textproc/xhtmldiff with these changes.

* Prefix PKGNAME with ${RUBY_PKGPREFIX} confirmed by MAINTAINER.
* A few change to fix gemspec file and do not contain extra gemspec file
  in the binary package.
2017-06-04 16:49:35 +00:00
adam
267b577a89 2.4.8 (2017-05-30)
Bugfixes
* AutoFilter.sortState being assignd to the ws.sortState
* Cannot open files created by Microsoft Dynamics`
* Negative percents not case correctly`
* Runtime imports can cause deadlock`

Minor changes
* Preserve any table styles
2017-06-01 16:58:27 +00:00
wiz
ecb5480240 Remove -f. From Ingo Schwarze.
Similar check already in mandoc.

Bump version.
2017-06-01 14:38:50 +00:00
wiz
3d1759c989 Remove -X option, now a style warning in mandoc.
From Ingo Schwarze.

Bump version.
2017-06-01 14:33:28 +00:00
jlam
000f312c98 Use public SHLIB_TYPE instead of private _OPSYS_SHLIB_TYPE. 2017-06-01 13:30:24 +00:00
taca
2e6e72ea55 * Drop setting RUBY_VERSIONS_ACCEPTED since it is now default value. 2017-05-30 14:22:40 +00:00
adam
529eb14e86 Release 1.6.2:
Incompatible changes
* 3789: Do not require typing module for python>=3.5

Bugs fixed
* 3754: HTML builder crashes if HTML theme appends own stylesheets
* 3756: epub: Entity ‘mdash’ not defined
* 3758: Sphinx crashed if logs are emitted in conf.py
* 3755: incorrectly warns about dedent with literalinclude
* 3742: RTD PDF builds of Sphinx own docs are missing an index entry in the bookmarks and table of contents. This is rtfd/readthedocs.org-2857 issue, a workaround is obtained using some extra LaTeX code in Sphinx’s own conf.py
* 3770: Build fails when a “code-block” has the option emphasize-lines and the number indicated is higher than the number of lines
* 3774: Incremental HTML building broken when using citations
* 3772: ‘str object’ has no attribute ‘filename’
* 3763: got epubcheck validations error if epub_cover is set
* 3779: ‘ImportError’ in sphinx.ext.autodoc due to broken ‘sys.meta_path’. Thanks to Tatiana Tereshchenko.
* 3796: env.resolve_references() crashes when non-document node given
* 3803: Sphinx crashes with invalid PO files
* 3791: PDF “continued on next page” for long tables isn’t internationalized
* 3788: smartquotes emits warnings for unsupported languages
* 3807: latex Makefile for make latexpdf is only for unixen
* 3781: double hyphens in option directive are compiled as endashes
* 3817: latex builder raises AttributeError
2017-05-29 16:00:27 +00:00
wiz
dd0a7cb7e5 Recursive bump for lang/vala 2017-05-29 12:20:23 +00:00
adam
7399af6567 bsd.prefs.mk are not needed here 2017-05-26 04:19:59 +00:00
jperkin
59d8bbf6e1 Pointer fixes, found by GCC 7.1 2017-05-24 09:13:09 +00:00
tez
092b899554 Add patch for CVE-2017-5029 2017-05-23 23:37:01 +00:00
mef
36369b2fc1 Updated textproc/jsoncpp 1.7.7 to 1.8.0
---------------------------------------
  - Require cmake>=3.1
  - @cdunn2001 cdunn2001 released this on 15 Dec 2016 21 commits to
    master since this release
  - Plus some other build-related changes. I don't think there is
    anything functionally different from 1.7.7, or even any binary
    incompatibilities, but the cmake change is significant.
2017-05-23 12:35:11 +00:00
mef
50acf82f3c Updated textproc/aha 0.4.9 to 0.4.10.6
--------------------------------------
Version 0.4.10.6 (recent):
- Fixed MANDIR according to the GNU Coding standards, the man file is now installed to $(PREFIX)/share/man instead of $(PREFIX)/man (thanks to Eddie Antonio Santos)

Version 0.4.10.5 (recent):
- Fixed reset of blinking text

Version 0.4.10.4:
- Fixed reset of bold text (thanks to Eric Anderson)
- Improved handling of some rare, but not supported border cases like font changing

Version 0.4.10.3:
- Removed two unused variables (thanks to Anthony "Pi" Martinez)

Version 0.4.10.2:
- Improved README and added screenshot

Version 0.4.10.1:
- Fixed bug with "tput sgr0" (thanks to Hervé Renault)

Version 0.4.10:
- Fixed inverted colours (thanks to Norman Rasmussen)
- Changed contact email address in help and manpage
2017-05-23 10:56:16 +00:00
mef
d5d043871e Updated textproc/cmark 0.26.1 to 0.27.1
---------------------------------------
cmark 0.27.1
 jgm released this on 19 Nov 2016 揃 46 commits to master since this release

 -  Set policy for CMP0063 to avoid a warning (#162).
    Put set_policy under cmake version test.
    Otherwise we get errors in older versions of cmake.
 -  Use VERSION_GREATER to clean up cmake version test.
 -  Improve afl target. Use afl-clang by default. Set default for path.

cmark 0.27.0
 jgm released this on 19 Nov 2016 揃 49 commits to master since this release

 -  Update spec to 0.27.
 -  Fix warnings building with MSVC on Windows (#165, Hugh Bellamy).
 -  Fix CMAKE_C_VISIBILITY_PRESET for cmake versions greater than 1.8
    (e.g. 3.6.2) (#162, Hugh Bellamy). This lets us build swift-cmark
    on Windows, using clang-cl.
 -  Fix for non-matching entities (#161, Yuki Izumi).
 -  Modified print_delimiters (commented out) so it compiles again.
 -  make format: don't change order of includes.
    Changed logic for null/eol checks (#160).
    * only check once for "not at end of line"
    * check for null before we check for newline characters (the
      previous patch would fail for NULL + CR)
 -  Fix by not advancing past both \0 and \n (Yuki Izumi).
 -  Add test for NUL-LF sequence (Yuki Izumi).
 -  Fix memory leak in list parsing (Yuki Izumi).
 -  Use cmark_mem to free where used to alloc (Yuki Izumi).
 -  Allow a shortcut link before a ( (jgm/CommonMark#427).
 -  Allow tabs after setext header line (jgm/commonmark.js#109).
 -  Don't let URI schemes start with spaces.
 -  Fixed h2..h6 HTML blocks (jgm/CommonMark#430). Added regression test.
 -  Autolink scheme can contain digits (Gábor Csárdi)
 -  Fix nullary function declarations in cmark.h (Nick Wellnhofer).
 -  Fixes strict prototypes warnings.
 -  COPYING: Update file name and remove duplicate section and
     (Peter Eisentraut).
 -  Fix typo (Pavlo Kapyshin).
2017-05-23 10:37:20 +00:00
fhajny
cb0ba7c6ba Update textproc/jo to 1.1.
- NEW: type coercion (#55)
- FIX: quotes in quotes and double quotes at begin of string (#47)
- FIX: catch null value in assignmen (#46)
- NEW: support for key:=file.json for reading object values from a file (#43)
- NEW: PPA contributed by Ross Duggan in #32
- FIX: "null" is now handled like we handle "true" and "false"; disable with -B
- NEW: more tests in the test suite
2017-05-19 11:38:36 +00:00
adam
9436c21f41 Release 1.6.1 (released May 16, 2017)
=====================================

Dependencies
------------

1.6b1

* (updated) latex output is tested with Ubuntu trusty's texlive packages (Feb.
  2014) and earlier tex installations may not be fully compliant, particularly
  regarding Unicode engines xelatex and lualatex
* (added) latexmk is required for ``make latexpdf`` on Unix-like platforms

Incompatible changes
--------------------

1.6b1

* 1061, 2336, 3235: Now generation of autosummary doesn't contain imported
  members by default. Thanks to Luc Saffre.
* LaTeX ``\includegraphics`` command isn't overloaded: only ``\sphinxincludegraphics``
  has the custom code to fit image to available width if oversized.
* The subclasses of ``sphinx.domains.Index`` should override ``generate()``
  method.  The default implementation raises NotImplementedError
* LaTeX positioned long tables horizontally centered, and short ones
  flushed left (no text flow around table.) The position now defaults to center in
  both cases, and it will obey Docutils 0.13 ``:align:`` option (refs 3415, 3377)
* option directive also allows all punctuations for the option name (refs: 3366)
* 3413: if :rst:dir:`literalinclude`'s ``:start-after:`` is used, make ``:lines:``
  relative (refs 3412)
* ``literalinclude`` directive does not allow the combination of ``:diff:``
  option and other options (refs: 3416)
* LuaLaTeX engine uses ``fontspec`` like XeLaTeX. It is advised ``latex_engine
  = 'lualatex'`` be used only on up-to-date TeX installs (refs 3070, 3466)
* :confval:`latex_keep_old_macro_names` default value has been changed from
  ``True`` to ``False``. This means that some LaTeX macros for styling are
  by default defined only with ``\sphinx..`` prefixed names. (refs: 3429)
* Footer "Continued on next page" of LaTeX longtable's now not framed (refs: 3497)
* 3529: The arguments of ``BuildEnvironment.__init__`` is changed
* 3082: Use latexmk for pdf (and dvi) targets (Unix-like platforms only)
* 3558: Emit warnings if footnotes and citations are not referenced.  The
  warnings can be suppressed by ``suppress_warnings``.
* latex made available (non documented) colour macros from a file distributed
  with pdftex engine for Plain TeX. This is removed in order to provide better
  support for multiple TeX engines. Only interface from ``color`` or
  ``xcolor`` packages should be used by extensions of Sphinx latex writer.
2017-05-18 20:09:05 +00:00
adam
8127aff372 sphinxcontrib-webuspport provides a Python API to easily integrate Sphinx
documentation into your Web application.
2017-05-18 20:02:32 +00:00
dholland
2f6b817122 Fix previous. Turns out we provided setup.py (!), but it had no rcsid
so I didn't notice.

Fix rpath handling. Needs to link to libxml2mod.so explicitly.
2017-05-16 13:51:50 +00:00
dholland
525fb9c5f8 Add missing rcsid 2017-05-16 13:48:05 +00:00
wiz
2972dcb4c1 Remove -H, it was only needed for mdoc2html when we were still using groff.
From Ingo Schwarze.

Mention Ingo in man page.
Bump version.
2017-05-16 13:27:39 +00:00
dholland
6065a1f7c2 PR pkg/47444 diro: py-libxslt is broken. Needs to link explicitly to
libxml2mod.so, so do that and fix rpath handling.
2017-05-15 18:07:40 +00:00
wiz
4cef099478 More cleanup from Ingo Schwarze.
Remove -a remnants, simplify section header code, delete 9-argument
check - OpenBSD does not use groff for quite some time now.

Bump version.
2017-05-15 09:33:03 +00:00
wiz
8277986f60 The -a checks are covered by mandoc -Tlint as well, remove the option.
From Ingo Schwarze.

Bump version.
2017-05-14 18:04:23 +00:00
wiz
5f46bd92ef Remove -s option. mandoc already warns about trailing whitespace.
From Ingo Schwarze.

Bump version.
2017-05-14 18:00:12 +00:00
jperkin
1b56dde9db Requires libiconv. SunOS requires an explicit -liconv. 2017-05-12 11:34:07 +00:00
jperkin
faf12cab27 SunOS requires an explicit -liconv. 2017-05-12 11:28:51 +00:00