Commit graph

9472 commits

Author SHA1 Message Date
tsutsui
77e73423c9 textproc/Makefile: + unicode-character-database 2018-04-28 01:09:17 +00:00
tsutsui
11419c11bb textproc/unicode-character-database: import unicode-character-database-10.0.0
The Unicode Character Database (UCD) consists of a number of data files
listing Unicode character properties and related data. It also includes
data files containing test data for conformance to several important
Unicode algorithms. Full documentation for the UCD can be found in
Unicode Standard Annex #44, Unicode Character Database.
http://www.unicode.org/reports/tr44/

These data files are required by the latest ibus-1.5.18.
2018-04-28 01:07:59 +00:00
tsutsui
85037bce44 cldr-emoji-annotation: update to 33.0.0.1.
pkgsrc changes:

- use gmake to handle upstream configure.ac changes

Upstream announcement:
 http://cldr.unicode.org/index/downloads/cldr-33

Unicode CLDR 33 provides an update to the key building blocks for
software supporting the world's languages. This data is used by all
major software systems for their software internationalization and
localization, adapting software to the conventions of different
languages for such common software tasks.

This release had a limited submission phase. The focus was on
improvements to emoji keywords and to the Odia and Assamese locales,
addition of typographic names data, and improvements to the structure
for specifying keyboard layouts.
2018-04-28 01:00:52 +00:00
wiz
07e2a53ee5 gsed: update to 4.5.
* Noteworthy changes in release 4.5 (2018-03-31) [stable]

** Bug fixes

  sed now fails when matching very long input lines (>2GB).
  Before, sed would silently ignore the regex without indicating an
  error. [Bug present at least since sed-3.02]

  sed no longer rejects comments and closing braces after y/// commands.
  [Bug existed at least since sed-3.02]

  sed -E --posix no longer ignores special meaning of '+','?','|' .
  [Bug introduced in the original implementation of --posix option in
  v4.1a-5-gba68fb4]

  sed -i now creates selinux context based on the context of the symlink
  instead of the symlink target. [Bug present since at least sed-4.2]
  sed -i --follow-symlinks remains unchanged.

  sed now treats the sequence '\x5c' (ASCII 92, backslash) as literal
  backslash character, not as an escape prefix character.
  [Bug present since sed-3.02.80]
  Old behavior:
     $ echo z | sed -E 's/(z)/\x5c1/' # identical to 's/(z)/\1/'
     z
  New behavior:
     $ echo z | sed -E 's/(z)/\x5c1/'
     \1
2018-04-27 14:16:23 +00:00
adam
15c4166284 py-natsort: updated to 5.3.0
5.3.0:
Fix bug in assessing fastnumbers version at import-time.
Add ability to consider unicode-decimal numbers as numbers.
2018-04-27 07:00:41 +00:00
adam
023480ee67 py-phonenumbers: updated to 8.9.4
8.9.4:
The new release contains mostly metadata changes.
2018-04-26 13:23:36 +00:00
adam
6f42ee605b py-sphinx: updated to 1.7.4
Release 1.7.4:
Bugs fixed
* domains: Crashed with duplicated objects
* latex: sphinx.writers.latex causes recusrive import
2018-04-26 07:49:29 +00:00
adam
abaeac551a py-sphinx: updated to 1.7.3
1.7.3:
Bugs fixed
* autodoc loses the first staticmethod parameter
* autosummary: too wide two column tables in PDF builds
* Latex customization via _templates/longtable.tex_t is broken
* imgconverter: confused by convert.exe of Windows
* On windows, Sphinx crashed when drives of srcdir and outdir are different
* autodoc ignores type annotated variables
* wrong URLs on warning messages
* latex: latex_show_urls assigns incorrect footnote numbers if hyperlinks exists inside substitutions
* latex with class memoir Error: Font command \sf is not supported
* latex: too slow in proportion to number of auto numbered footnotes
* htmlhelp: The entries in .hhp file is not ordered
* toctree directive tries to glob for URL having query_string
* html search: Upper characters problem in German
* latex: Compilation for German docs failed with LuaLaTeX and XeLaTeX
* duplicated labels detector does not work well in parallel build
* Crashed with extension which returns invalid metadata
2018-04-25 08:08:21 +00:00
schmonz
283a2928f4 Accomplish libtoolization with less patching. 2018-04-23 14:42:03 +00:00
wen
5115297cfd Update to 0.95
Upstream changes:
version 0.95: Sat 21 Apr 01:15:08 CEST 2018
    * fixed #35061: use guid for uniqueness, when available.
      (thanks to avbidder)
    * improved #58422: XML::FeedPP cannot be subclassed.
      (thanks to bitcard)
    * remove useless XML::FeedPP::Common layer
    * fixed #71318: save use of timegm
      (thanks to Brian Gomes Bascoy)
    * fixed #72523: merge of items in channel changes guid
      (thanks to Никулин Юрий)
    * fixed #78407: Empty item in RSS-feed breaks processing
      (thanks to colink)
    * fixed #84798: forgot the 'use' in the documentation
      (thanks to jidanny)
    * fixed #87373: ignore namespace prefixes when you collect a value
      (thanks to Jesse Quinn)
    * fixed #124569: timegm should be called with 4-digit year
      (thanks to bitcardbmw)
    * fixed #125052: returns HASH for empty field
      (thanks to Mark Overmeer)

2011/05/09 (0.45_01) ** DEVELOPER RELEASE
    * supports subclassing. t/47_subclass_content.t added.
      https://rt.cpan.org/Public/Bug/Display.html?id=58422
      (thanks to bitcard)
2018-04-23 13:32:11 +00:00
wen
bcacd8f79f Update to 0.10.1
No upstream changelog found.
2018-04-23 13:28:02 +00:00
adam
29bd0f5320 py-openpyxl: updated to 2.5.3
2.5.3:
Bugfixes:
* Warning level too aggressive.
* Alignment and protection values not saved for named styles.
* Deleting elements from a legend doesn’t work.
* Index names repeated for every row in dataframe.
* Worksheet protection not being stored.
* Exception raised when reading a tooltip.
2018-04-23 12:01:48 +00:00
taca
fd5f4d0de2 textproc/php-intl: unbreak with icu61.1
This fix is taken from a commit of FreeBSD ports:
<https://svnweb.freebsd.org/ports?view=revision&revision=466398>.
2018-04-22 16:43:30 +00:00
adam
0266aefd0d oniguruma: updated to 6.8.2
6.8.2:
Fix: UChar in header causes issue
NEW API: onig_set_callout_user_data_of_match_param() (* omission in 6.8.0)
add doc/CALLOUTS.API and doc/CALLOUTS.API.ja
2018-04-18 07:04:22 +00:00
wiz
e5209a786e Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
wiz
8436f96b5b Recursive PKGREVISION bump for poppler-0.63.0 2018-04-17 05:28:00 +00:00
wiz
c284eb2af5 Recursive PKGREVISION bump for vala-0.40. 2018-04-17 04:25:31 +00:00
wiz
a7b36b9f29 pugixml: update to 1.9.
Maintenance release. Changes:

    Specification changes:

        xml_document::load(const char*) (deprecated in 1.5) now has deprecated attribute; use xml_document::load_string instead

        xml_node::select_single_node (deprecated in 1.5) now has deprecated attribute; use xml_node::select_node instead

    New features:

        Add move semantics support for xml_document and improve move semantics support for other objects

        CMake build now exports include directories

        CMake build with BUILD_SHARED_LIBS=ON now uses dllexport attribute for MSVC

    XPath improvements:

        Rework parser/evaluator to not rely on exceptional control flow; longjmp is no longer used when exceptions are disabled

        Improve error messages for certain invalid expressions such as .[1] or (1

        Minor performance improvements

    Compatibility improvements:

        Fix Texas Instruments compiler warnings

        Fix compilation issues with limits.h for some versions of gcc

        Fix compilation issues with Clang/C2

        Fix implicit fallthrough warnings in gcc 7

        Fix unknown attribute directive warnings in gcc 8

        Fix cray++ compiler errors

        Fix unsigned integer overflow errors with -fsanitize=integer

        Fix undefined behavior sanitizer issues in compact mode
2018-04-16 21:27:54 +00:00
wiz
8ee21bdcf0 Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
wiz
d0a9f7c3cb gtk-doc: update to 1.28.
GTK-Doc 1.28  (Mar 24 2018)
==============

Bug fixes.

 o 791928 : gtk-doc doesn't understand 'stability: Obsolete'
 o 792148 : cmake: Installed GtkDocConfig.cmake has incorrect bindir path
 o 792661 : use pygments to do syntax highlighing
 o 793599 : Please run testsuite with V=0
 o 794051 : rebase: fix on-line location extraction from devhelp files
 o 794182 : private_header regex is broken
2018-04-16 12:49:59 +00:00
fhajny
fedd097549 textproc/py-xlsxwriter: Update to 1.0.4.
- Set the xlsx internal file member datetimes to 1980-01-01 00:00:00
  like Excel so that apps can produce a consistent binary file once
  the workbook :func:`set_properties` ``created`` date is set.
- Fix for jpeg images that reported unknown height/width due to
  unusual SOF markers.
- Added support for blanks in list autofilter.
2018-04-16 12:39:09 +00:00
adam
c106f13fc1 py-html2text: updated to 2018.9.1
2018.9.1
Fix: Non-ASCII in title attribute causes encode error.
Feature: Add support for the <kbd> tag.
Feature: Add support for the <q> tag.
2018-04-14 09:02:57 +00:00
adam
299d329d51 revbump after icu update 2018-04-14 07:33:52 +00:00
adam
f65940ee83 textproc/icu: updated to 61.1
61.1:
Common Changes
* CLDR 33:
  - Two additional locales (Odia, Assamese) were brought up to Modern coverage level.
  - 4 new transforms: fa-fa_FONIPA, ha-ha_NE, nv-nv_FONIPA, vec-vec_FONIPA.
  - New currency code MRU for Mauritania.
  - Arabic native vs. ASCII digits.
  - Data additions & bug fixes.
* Many small API additions, improvements, and bug fixes.

ICU4C Specific Changes
* Added Google double-conversion library for formatting doubles. This is the library used in V8 and a number of other projects for converting doubles to decimals. To avoid name collisions, the library is linked internally under the ICU namespace as icu::double_conversion. Our copy of double_conversion is not intended for public usage.
* Re-wrote U8_NEXT macros to eliminate all library function calls.
2018-04-14 07:05:08 +00:00
jaapb
56ed9d3f04 Revbump associated with the upgrade of lang/ocaml
(this is the upgrade from 4.06 to 4.06.1)
2018-04-13 13:55:27 +00:00
jaapb
9ac19a918b Updated textproc/ocaml-markup to version 0.7.6.
Includes moving the build system to jbuilder and minor improvements.
2018-04-13 12:44:51 +00:00
adam
52dfde851e py-text-unidecode: updated to 1.2
1.2:
Bug fixes.
2018-04-13 07:16:33 +00:00
jaapb
d5463232f1 Revbump for package textproc/ocaml-csv
No upstream changes; just dealing with new files installed by the new
version of jbuilder, plus removing a superfluous dependency on ocaml-lwt
(only needed in case the lwt option is enabled)
2018-04-12 11:10:52 +00:00
fhajny
8a4265e247 textproc/py-xlsxwriter: Update to 1.0.3.
- Added Excel 2010 data bar features such as solid fills and control over the
  display of negative values. See :ref:`working_with_conditional_formats` and
  :ref:`ex_cond_format`.
- Fixed :func:`set_column` parameter names to match docs and other methods.
  Note, this is a backward incompatible change.
- Fixed missing plotarea formatting in pie/doughnut charts.
2018-04-11 15:38:53 +00:00
markd
ba4f2fe9c4 kf5: update to 5.44.0
3 months of bugfixes.
2018-04-11 11:50:34 +00:00
wen
0a24503e2f Update to 2018.003
Upstream changes:
2018.003  Thu Mar 29 2018
# No new features.
! Makefile.PL.sombok
  - CPAN RT#120370: Build fails with recent EUMM and some make variants.
    Patch by Alexandr Ciornii.
2018-04-10 10:51:40 +00:00
schmonz
7efab62c24 Add 'x11' option. Bump PKGREVISION. 2018-04-09 20:17:46 +00:00
adam
86b5ef627b py-jellyfish: updated to 0.6.0
0.6.0:
fix quite a few bugs & differences between C/Py implementations
add wagner-fischer testdata
uppercase soundex result
better error handling in nysiis, soundex, and jaro
2018-04-09 07:34:15 +00:00
schmonz
d6e83f8f98 Add and enable libhighlight. 2018-04-09 02:47:00 +00:00
schmonz
a7817f4073 Extract libhighlight (libtoolized for portability) to its own
package, which highlight and p5-highlight buildlink instead of making
their own static copies (so bump their PKGREVISIONS). While here, fix
build on SmartOS.
2018-04-08 19:40:29 +00:00
adam
9ca27e8f8d py-openpyxl: updated to 2.5.2
2.5.2:
Bugfixes
* High memory use when reading text-heavy files.
* Copying merged cells copies references.
* Cannot set comment size.
* Exception when trying to save workbooks with no views.
* Cannot delete last row or column.
* Cannot read Drawings containing embedded images.
2018-04-07 20:13:02 +00:00
markd
df12e1f1cb {sonnet,syntax-highlighting}: remove Qt5Widgets hack
r1.14 of src/external/gpl3/binutils/dist/bfd/elflink.c may fix the
underlying problem but r1.55 of pkgsrc/x11/qt5-qtbase/Makefile means
we no longer tickle it so remove.
2018-04-07 00:58:12 +00:00
adam
36bc93918f py-sphinx-rtd-theme: updated to 0.3.0
0.3.0 Release

New Features
-------------
* Add html language attribute
* Allow setting 'rel' and 'title' attributes for stylesheets
* Add option to style external links
* Add github, gitlab, bitbucket page arguments option
* Add pygments support
* Add setuptools entry point allowing to use ``sphinx_rtd_theme`` as
  Sphinx ``html_theme`` directly.
* Add language to the JS output variable

Fixes
-----
* Fix some HTML warnings and errors
* Fix many styling issues
* Fix many sidebar glitches
* Fix line number spacing to align with the code lines
* Hide Edit links on auto created pages
* Include missing font files with the theme

Other Changes
--------------
* Significant improvement of our documentation
* Compress our Javascript files
* Updated dependencies
2018-04-06 08:39:31 +00:00
maya
c0e7ceb3dc +yaml-cpp03, krita, opencolorio 2018-04-06 03:47:12 +00:00
maya
cc1da338cd Add new package yaml-cpp03
yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec.
2018-04-06 03:41:07 +00:00
joerg
593945031a Update to py-html-sanitzer-1.4.0:
- don't drop <form>-related elements in the lxml cleaner
- allow better control of element merging
- fix some more cases for nested paragraphs
2018-04-05 13:11:32 +00:00
jaapb
5725d26376 Updated package textproc/ocaml-tyxml to version 4.2.0.
This introduces compatibility with ocaml 4.06, and some other minor
improvements and bugfixes.
2018-04-05 12:00:34 +00:00
wiz
f24f5149f0 mandoc: pull in some upstream fixes/improvements.
* warn about '--' in man page and suggest '\(em' instead
* fix handling of Dq/Do/Dc when converting mdoc to man

Bump PKGREVISION.
2018-04-05 09:20:52 +00:00
chuck
9afc0cdd22 use ${SETENV} ${MAKE_ENV} to avoid locale errors from sort
resolves errors on OSX using the build environment:

sort: string comparison failed: Illegal byte sequence
sort: Set LC_ALL='C' to work around the problem.
sort: The strings compared were `ZERMELO FR\304NKEL SET THEORY\tQNDT\tJF' and `ZERMELO SET THEORY\tQNMY\tOT'.

when building.  Joerg provided pointers on using the build environment.
2018-04-02 17:05:18 +00:00
minskim
147bd26cf7 textproc/rapidjson: Do not treat warnings as errors
This makes the package build with clang-5.
2018-04-02 16:07:47 +00:00
wiz
c25f9390f1 *: reset maintainer for marino on his request 2018-04-02 09:30:06 +00:00
schmonz
d8b9782fc9 Fix Darwin build (by linking with libperl to resolve needed symbols) and
run (by installing as a .bundle where Perl can load it). Still works on
NetBSD. Bump PKGREVISION.
2018-03-31 06:05:40 +00:00
bsiegert
429ee23e50 Revbump all Go packages after 1.10.1 update.
ok wiz@ for committing during freeze
2018-03-30 11:56:19 +00:00
adam
98c768c9e9 py-tablib: Python 3 compatibility fixes 2018-03-30 06:35:44 +00:00
joerg
c8458d9eba Convert build to test dependencies where appropiate. 2018-03-25 20:38:03 +00:00