Commit graph

9311 commits

Author SHA1 Message Date
adam
1a195d2de4 py-regex: updated to 2018.02.08
regex-2018.02.08:
Bug fixes.
2018-02-09 08:52:07 +00:00
minskim
1b806c991b textproc/Makefile: Add R-jsonlite 2018-02-08 17:36:15 +00:00
minskim
98ce0c739c textproc/R-jsonlite: Import version 1.5
A fast JSON parser and generator optimized for statistical data and
the web. Started out as a fork of 'RJSONIO', but has been completely
rewritten in recent versions. The package offers flexible, robust,
high performance tools for working with JSON in R and is particularly
powerful for building pipelines and interacting with a web API. The
implementation is based on the mapping described in the vignette
(Ooms, 2014). In addition to converting JSON data from/to R objects,
'jsonlite' contains functions to stream, validate, and prettify JSON
data. The unit tests included with the package verify that all edge
cases are encoded and decoded consistently for use with dynamic data
in systems and applications.
2018-02-08 17:35:23 +00:00
mrg
d460fcd72c port these packages to GCC 6:
- audacity: GCC 6 wants std namespace, found via <cmath>.
- smpeg2: don't initialise unsigned with "0-1".
- libclucene/strigi: match GCC 6 (and 7, and 8, and 9.)
2018-02-08 07:28:57 +00:00
jperkin
b951e7b641 libodfgen: Fix -Wtautological-unsigned-enum-zero-compare 2018-02-07 17:03:28 +00:00
jperkin
5eea5ce730 libxml++1: Specify C++03, not C++11 clean. 2018-02-07 16:47:14 +00:00
jperkin
e54cefee7e kde: SUBST_STAGE should be pre-configure, not post-patch.
Performing substitutions during *-patch phases makes it impossible to
generate patches via mkpatches without introducing substitution noise.
2018-02-07 15:35:09 +00:00
adam
a062c8f658 py-regex: updated to 2018.02.03
2018.02.03:
Bug fixes.
2018-02-07 07:59:50 +00:00
maya
efa05b7802 rapidjson: remove -march=native, force fail doxygen configure test.
-march=native yields an error in some configurations.
doxygen is not a dependency, so if the user has it and it's detected,
we have plist mismatches.

PKGREVISION++
2018-02-06 16:25:15 +00:00
minskim
859dc1fda8 textproc/R-stringr: Update to 1.2.0
Notable changes:
- str_match_all() now returns NA if an optional group doesn't match
  (previously it returned ""). This is more consistent with
  str_match() and other match failures.
- In str_replace(), replacement can now be a function that is called
  once for each match and who's return value is used to replace the
  match.
- New str_which() mimics grep().
- A new vignette (vignette("regular-expressions")) describes the
  details of the regular expressions supported by stringr. The main
  vignette (vignette("stringr")) has been updated to give a high-level
  overview of the package.
2018-02-05 18:58:56 +00:00
minskim
8223661446 textproc/R-stringi: Update to 1.1.6
Notable changes since 1.1.2:
- `omit_na=TRUE` in `stri_sub<-` now ignores missing values in any of
  the arguments provided.
- Add support for custom rule-based break iteration, see
  `?stri_opts_brkiter`.
2018-02-05 18:52:05 +00:00
adam
02d2dfc9d4 py-sphinx: updated to 1.6.7
Release 1.6.7:

Bugs fixed
----------
* 1922: html search: Upper characters problem in French
* 4412: Updated jQuery version from 3.1.0 to 3.2.1
* 4438: math: math with labels with whitespace cause html error
* 2437: make full reference for classes, aliased with "alias of"
* 4434: pure numbers as link targets produce warning
* 4477: Build fails after building specific files
* 4449: apidoc: include "empty" packages that contain modules
* 3917: citation labels are tranformed to ellipsis
* 4501: graphviz: epub3 validation error caused if graph is not clickable
* 4514: graphviz: workaround for wrong map ID which graphviz generates
* 4525: autosectionlabel does not support parallel build
* 3953: Do not raise warning when there is a working intersphinx inventory
* 4487: math: ValueError is raised on parallel build. Thanks to jschueller.
* 2372: autosummary: invalid signatures are shown for type annotated functions
* 3942: html: table is not aligned to center even if :align: center
2018-02-05 13:10:59 +00:00
fhajny
339bd1ae95 textproc/yaml-cpp: Update to 0.6.1.
- Fix installation bug in yaml-cpp.pc file.
2018-02-04 17:05:15 +00:00
jperkin
eb151adf97 yamcha: Specify C++03, not C++11 clean. 2018-02-02 15:40:48 +00:00
adam
f083953d74 py-regex: updated to 2018.01.10
2018.01.10:
Bug fixes.
2018-02-02 12:49:58 +00:00
jperkin
772e359263 kcodecs: Handle kcodecs.categories correctly. 2018-02-01 10:09:38 +00:00
wiz
0b3a70d534 textproc/Makefile: + py-html5-parser 2018-01-31 09:24:06 +00:00
wiz
9eb08b5510 textproc/py-html5-parser: import py-html5-parser-0.4.4
A fast, standards compliant, C based, HTML 5 parser for python.
Over thirty times as fast as pure python based parsers, such as
html5lib.
2018-01-31 09:23:30 +00:00
jperkin
aa22fc1514 openjade: Specify C++03, not C++11 clean (access declarations). 2018-01-30 23:24:29 +00:00
markd
b147a3e116 sonnet: SUBST rather than patch 2018-01-30 08:04:59 +00:00
markd
358183937c syntax-highlighting: SUBST rather than patch 2018-01-30 07:58:50 +00:00
adam
6850ec2604 yaml-cpp: updated to 0.6.0
0.6.0:
requires C++11
removes dependency on Boost
bug fixes
performance improvements
2018-01-30 07:22:17 +00:00
markd
c3a018ec45 kcodecs: recommit correct Makefile 2018-01-30 07:14:18 +00:00
markd
9f664caa0e kcodecs: add build dependency on gperf 2018-01-30 05:30:16 +00:00
jperkin
3577da00ae opensp: Specify C++03 (access declarations). 2018-01-29 15:44:09 +00:00
wiz
bff4597ffc Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +00:00
wiz
06c919e90f py-Unidecode: update to 1.0.22.
2018-01-05	unidecode 1.0.22
	* Move to semantic version numbering, no longer following version
	  numbers from the original Perl module. This fixes an issue with
	  setuptools (>= 8) and others expecting major.minor.patch format.
	  (https://github.com/avian2/unidecode/issues/13)
	* Add transliterations for currency signs U+20B0 through U+20BF
	  (thanks to Mike Swanson)
	* Surround transliterations of vulgar fractions with spaces to avoid
	  incorrect combinations with adjacent numerals
	  (thanks to Jeffrey Gerard)
2018-01-28 16:36:59 +00:00
wiz
59d4e3e30b oniguruma: update to 6.7.1.
2018/01/26: Version 6.7.1

2018/01/25: disable USE_TRY_IN_MATCH_LIMIT by default
2018/01/24: implement mechanism of try-in-match-limit
2018/01/24: #76: rename EXPORT to ONIGURUMA_EXPORT
2018/01/15: #73: update for automake 1.15.1
2018/01/14: #74: update description of README
2018/01/10: #72: Correct spelling and grammar in FAQ (English)
2017/12/25: remove USE_COMBINATION_EXPLOSION_CHECK codes
2018-01-28 16:25:36 +00:00
wiz
58a2a977a7 recursive bump after mpfr shlib major bump 2018-01-28 16:24:10 +00:00
wiz
e83b9e8e63 py-openpyxl: add required py-cElementTree dependency
From Fekete, Zoltán in PR 52953.
2018-01-27 08:35:58 +00:00
markd
3518f9f4f9 syntax-highlighting: Install org_kde_ksyntaxhighlighting.categories properly 2018-01-27 04:09:12 +00:00
markd
f015fe6af7 sonnet: install sonnet.categories properly 2018-01-27 03:56:52 +00:00
jperkin
8e93afe364 libclucene: Fix -Wc++11-narrowing. 2018-01-26 15:27:04 +00:00
jperkin
6c9538d5ef hunspell: Fix clang -Wreserved-user-defined-literal error. 2018-01-25 10:43:59 +00:00
adam
14ba38ac6f hyphen: updated to 2.8.8
Hyphen 2.8.8:
- remove last coverity warning, 0 remaining

Hyphen 2.8.7:
- various clang scan-build warning fixes
2018-01-25 05:46:57 +00:00
markd
e9c46ca027 kf5: strip -fvisibility=hidden in all kf5 packages
as it breaks the plugin mechanism due to not being able to
resolve various symbols
2018-01-24 19:06:06 +00:00
adam
1f0f25264e py-pyquery: updated to 1.4.0
1.4.0:
- Refactoring of `.text()` to match firefox behavior.
2018-01-24 11:51:06 +00:00
jaapb
68c3b36ec3 Fixed compilation for package textproc/ocaml-markup 2018-01-22 12:00:02 +00:00
roy
20306fc1f8 Avoid pointless bashisms.
Avoid use of non POSIX local builtin.
Remove bash dependency.
2018-01-21 18:45:27 +00:00
adam
162753422e cmark: updated to 0.28.3
[0.28.3]
* Include GNUInstallDirs in src/CMakeLists.txt.
  This fixes build problems on some cmake versions.

[0.28.2]
* Fixed regression in install dest for static library.
  Due to a mistake, 0.28.1 installed libcmark.a into include/.

[0.28.1]
* --smart: open quote can never occur right after ] or ).
* Fix quadratic behavior in finalize (Vicent Marti).
* Don't use CMAKE_INSTALL_LIBDIR to create libcmark.pc.
  This wasn't getting set in processing libcmark.pc.in, and we
  were getting the wrong entry in libcmark.pc.
  The new approach sets an internal libdir variable to
  lib${LIB_SUFFIX}.  This variable is used both to set the
  install destination and in the libcmark.pc.in template.
* Update README.md, replace make astyle with make format
2018-01-18 17:11:38 +00:00
markd
b0db1b246b textproc: add syntax-highlighting 2018-01-17 20:12:30 +00:00
markd
5e0dc7f5ae kf5: update to 5.41.0
16 months worth of updates. requires qt5>=5.7
2018-01-17 20:11:05 +00:00
jperkin
0781d62eaf icu: Revert previous clang patch, clang was changed instead. 2018-01-16 13:28:12 +00:00
fhajny
b110e56b38 Update textproc/fast_xml to 1.1.28.
Version 1.1.28
- Include Makefile in package generated for hex

Version 1.1.27
- Freeze dependencies in mix.lock file to be more friendly with hex.pm
- Fix ambiguous Elixir syntax in mix.exs
2018-01-16 12:18:21 +00:00
adam
9be1262074 oniguruma: updated to 6.7.0
New feature of version 6.7.0
NEW: hexadecimal codepoint \uHHHH
NEW: add ONIG_SYNTAX_ONIGURUMA (== ONIG_SYNTAX_DEFAULT)
Disabled \N and \O on ONIG_SYNTAX_RUBY
Reduced object size

New feature of version 6.6.1
Fix definition of \X

New feature of version 6.6.0
NEW: ASCII only mode options for character type/property (?WDSP)
NEW: Extended Grapheme Cluster boundary \y, \Y (*original)
NEW: Extended Grapheme Cluster \X
Range-clear (Absent-clear) operator restores previous range in backtrack.

New feature of version 6.5.0
NEW: \K (keep)
NEW: \R (general newline) \N (no newline)
NEW: \O (true anychar)
NEW: if-then-else syntax (?(...)...|...)
NEW: Backreference validity checker (?(xxx)) (*original)
NEW: Absent repeater (?~absent)
NEW: Absent expression (?~|absent|expr) (*original)
NEW: Absent stopper (?~|absent) (*original)

New feature of version 6.4.0
Fix fatal problem of endless repeat on Windows
NEW: call zero (call the total regexp) \g<0>
NEW: relative backref/call by positive number \k<+n>, \g<+n>

New feature of version 6.3.0
NEW: octal codepoint \o{.....}

New feature of version 6.1.2
allow word bound, word begin and word end in look-behind.
NEW option: ONIG_OPTION_CHECK_VALIDITY_OF_STRING

New feature of version 6.1
improved doc/RE
NEW API: onig_scan()

New feature of version 6.0
Update Unicode 8.0 Property/Case-folding
NEW API: onig_unicode_define_user_property()
2018-01-15 08:49:04 +00:00
wiz
783eba0013 p5-Syntax-Highlight-Engine-Kate: update to 0.14.
0.14  2018-01-13 MANWAR
      - Applied patch provided by @gregoa (RT #124073).
2018-01-14 08:18:18 +00:00
jperkin
38339513e8 icu: Don't perform SunOS _STDC_C99 workaround with clang. 2018-01-12 12:43:07 +00:00
wiz
0112d14b6c gtk-doc: update to 1.27.
GTK-Doc 1.27  (Dec 07 2017)
==============

Finetune the python port.

 Changes

 o 773879 : scangobj: Do not generate unused parameters
 o 786174 : Several test failures on Arch Linux
 o 787495 : gtkdoc-fixxref crashes when running vim for syntax highlighting
 o 787768 : Aborts when glib2.0-dev is not installed
 o 787862 : Always open files in text mode and always use utf-8
 o 788473 : fixxref crashes if a .devhelp2.gz file is found
 o 789531 : Don't depend on the system shell
 o 790022 : mkdb: Add support for (not optional) annotation
 o 791131 : gtk-doc and python3: fixxref failures
2018-01-10 22:57:17 +00:00
wiz
4416757774 *: Recursive bump for poppler-0.62.0 2018-01-10 22:16:24 +00:00
jaapb
2db819ded7 Recursive revbump associated with the update to OCaml 4.06. 2018-01-10 16:53:07 +00:00