Commit graph

1804 commits

Author SHA1 Message Date
adam
8b4f592612 Version 3.11.1:
* Fix issue with item_sort_key when speedups are available, and add
  auto-discovery to test suites to prevent similar regressions

Version 3.11.0:
* docstring fix in JSONEncoder
* Call PyObject_IsTrue() only once for the strict argument of scanner
* Fix a crash with unencodable encoding in the encoder
* Remove unused imports
* Remove remnants of Python 2.4 support
* Fix argument checking errors in _speedups.c
* Remove the `__init__` methods in extension classes
* Fix typo in the doc for loads
* Add Python 3.6 to testing matrix and PyPI metadata
2017-07-03 17:13:11 +00:00
manu
f4a12fd138 Add wkhtmltopdf 0.12.4
wkhtmltopdf and wkhtmltoimage are open source (LGPLv3) command line
tools to render HTML into PDF and various image formats using the
Qt WebKit rendering engine. These run entirely "headless" and do
not require a display or display service.
2017-06-23 07:12:19 +00:00
markd
4e5ed44976 Update to TeXlive 2017
Updated converters/dvi2tty to 6.0.0nb1
  Updated fonts/afm2pl to 0.7.1nb3
  Updated fonts/gsftopkk to 1.19.2nb8
  Updated fonts/lcdftypetools to 2.106
  Updated fonts/ps2pkm to 1.8nb1
  Updated fonts/ttf2pk to 2.0nb3
  Updated fonts/ttfdump to 0.5.5nb4
  Updated print/cjkutils to 4.8.4nb2
  Updated print/dvidvi to 1.1nb1
  Updated print/dviljk to 2.6.5nb8
  Updated print/dvipdfmx to 20170318
  Updated print/dvipsk to 5.997
  Updated print/kpathsea to 6.2.3
  Updated print/lacheck to 1.28nb2
  Updated print/luatex to 1.0.4
  Updated print/ptexenc to 1.3.5
  Updated print/seetexk to 1.1nb3
  Updated print/tex4ht to 0.0.20170523
  Updated print/vlna to 1.5nb3
  Updated print/web2c to 2017
  Updated print/xdvik to 22.87.03nb1
  Updated print/xetex to 0.99997
  Updated print/xpdfopen to 0.86nb2
  Updated textproc/makeindexk to 2.15nb9
  Updated textproc/mendexk to 2.6fnb7
2017-06-20 20:50:49 +00:00
ryoon
7b15eea1fd Regen distinfo 2017-06-11 23:58:41 +00:00
wiz
40f0e84f6d Remove outdated comment, tests work. 2017-06-08 22:19:14 +00:00
adam
499d974761 chardet 3.0.4
This minor bugfix release just fixes some packaging and documentation issues:
* Fix issue with setup.py where pytest_runner was always being installed.
* Make sure test.py is included in the manifest
* Fix a bunch of old URLs in the README and other docs.
* Update documentation to no longer imply we test/support Python 3 versions before 3.3
2017-06-08 19:06:51 +00:00
ryoon
f160a76c7f Fix incorrect fix 2017-06-07 23:53:58 +00:00
ryoon
c8c56989c3 Fix build with Perl 5.26.0 2017-06-07 14:29:59 +00:00
ryoon
4e39900de6 Fix build from Perl 5.26.0 2017-06-06 08:22:45 +00:00
ryoon
1344d8d8e3 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:22:16 +00:00
jklos
c32ed72537 Update JSON to 2.94:
2.94 2017-05-29
    - fixed VERSION issue caused by VERSION methods added to abstract
      backend packages (RT-121892; ppisar++)
    - fixed a test for perl 5.6
2017-06-04 02:49:37 +00:00
wiz
6e179fc28a Updated p5-JSON to 2.93.
2.93 2017-05-19
    - add VERSION methods to (abstract) backend packages
    - explained backward incompatibility about backend method
    - updated VERSIONs of backportPP modules
2017-05-29 11:00:17 +00:00
mef
af0888e3ba Added converters/p5-Sereal version 0.330 2017-05-28 13:25:53 +00:00
mef
2e413bb6ff Import p5-Sereal-0.330 as converters/p5-Sereal.
This is an experimental module. Before using it in production, please get
in touch with the authors!

Sereal is an efficient, compact-output, binary and feature-rich
serialization protocol. The Perl encoder is implemented as the
Sereal::Encoder module, the Perl decoder correspondingly as
Sereal::Decoder. They are distributed separately to allow for safe
upgrading without downtime. (Hint: Upgrade the decoder everywhere first,
then the encoder.)

This Sereal module is a very thin wrapper around both Sereal::Encoder and
Sereal::Decoder. It depends on both and loads both. So if you have a user
of both encoder and decoder, it is enough to depend on a particular version
of Sereal and you'll get the most recent released versions of
Sereal::Encoder and Sereal::Decoder whose version is smaller than or equal
to the version of Sereal you depend on.

The protocol specification and many other bits of documentation can be
found in the github repository. Right now, the specification is at
   https://github.com/Sereal/Sereal/blob/master/sereal_spec.pod, there is a
discussion of the design objectives in
   https://github.com/Sereal/Sereal/blob/master/README.pod, and the output of
our benchmarks can be seen at
https://github.com/Sereal/Sereal/wiki/Sereal-Comparison-Graphs.
2017-05-28 13:23:34 +00:00
schmonz
867019e394 Update to 1.303. From the changelog:
- fixes RT 121752: Fix typos referencing wrong section of RFC 3548
  (John Wittkoski)
- fixes RT 107998 by making the decode methods case insensitive
  as encoding will always use uppercase (Chase Whitener)

I don't feel very MAINTAINERy about this one, so I'll let pkgsrc-users@ have at it.
2017-05-23 00:37:03 +00:00
wiz
69a4998824 Updated p5-JSON to 2.92.
2.92 2017-05-15
    - production release

2.91_04 2017-01-10
	- updated backportPP with JSON::PP 2.91_04

2.91_03 2017-01-09
	- reworked documentation, based on the one for JSON::XS
	- updated backportPP with JSON::PP 2.91_03

2.91_02 2016-12-04
	- fixed not to fail tests under Perl 5.25.* (srezic++)

2.91_01 2016-12-03
	- PERL_JSON_BACKEND now accepts Cpanel::JSON::XS as well
	- tweaked tests to support various backends
	- made convert_blessed_universally (for Perl 5.18+) and
	  support_by_pp less harmful
	- fixed N/A exit code in Makefile.PL (bulk88)
	- various doc patches from gregoa, topaz, zoffix, singingfish,
	  yanick, dsteinbrunner, Toby Inkster
	- removed duplicated tests
	- removed base.pm dependency
	- updated backportPP with JSON::PP 2.91_01
2017-05-17 11:07:52 +00:00
wiz
cd535ed2db Updated convmv to 2.01.
2.01
- map : instead of / in SFU mapping tables
2017-05-17 10:37:07 +00:00
adam
000a06cbfd Changes 3.0.3:
This release fixes a crash when debugging logging was enabled.
2017-05-17 07:09:53 +00:00
jperkin
6b547497bb Convert CXXFLAGS setting C++ standard to USE_LANGUAGES. 2017-05-03 08:38:38 +00:00
wiz
c983c47ae4 Recursive bump for poppler-0.54.0 2017-05-02 13:37:30 +00:00
ryoon
76884737ca Recursive revbump from boost update 2017-04-30 01:21:19 +00:00
wiz
4239dc1794 Add missing unused test dependency.
See also https://github.com/chardet/chardet/issues/120
2017-04-23 16:08:02 +00:00
adam
75a9285105 Revbump after icu update 2017-04-22 21:03:07 +00:00
taca
732c0b94ab Update ruby-unf_ext to 0.0.7.4.
## 0.0.7.4 (2017-04-19)

- Fix build on ARM and GCC 6 again.

## 0.0.7.3 (2017-04-11)

- Update the base Unicode version to 9.

- Fix compile issues on ARM and GCC 6.
2017-04-22 16:11:03 +00:00
wiz
0462b390e2 Updated py-chardet to 3.0.2.
chardet 3.0.2

Fixes an issue where detect would sometimes return None instead of a dict with the keys encoding, language, and confidence (Issue #113, PR #114).


chardet 3.0.1

This bugfix release fixes a crash in the EUC-TW prober when it encountered certain strings (Issue #67).


chardet 3.0.0

This release is long overdue, but still mostly serves as a placeholder
for the impending 4.0.0 release, which will have retrained models
for better accuracy. For now, this release will get the following
improvements up on PyPI:

    Added support for Turkish ISO-8859-9 detection (PR #41, thanks @queeup)
    Commented out large unused sections of Big5 and EUC-KR tables to save memory (8bc4b89)
    Removed Python 3.2 from testing, but add 3.4 - 3.6
    Ensure that stdin is open with mode 'rb' for chardetect CLI. (PR #38, thanks @lpsinger)
    Fixed chardetect crash with non-ascii file names (PR #39, thanks @nkanaev)
    Made naming conventions more Pythonic throughout (no more mTypicalPositiveRatio, and instead typical_positive_ratio)
    Modernized test scripts and infrastructure so we've got Travis testing and all that stuff
    Rename filter_without_english_words to filter_international_words and make it match current Mozilla implementation (PR #44, thanks @rsnair2)
    Updated filter_english_letters to match C implementation (c665459)
    Temporarily disabled Hungarian ISO-8859-2 and Windows-1250 detection because it is very inaccurate (da6c0a0)
    Allow CLI sub-package to be importable (PR #55)
    Add a hypotheis-based test (PR #66, thanks @DRMacIver)
    Strip endianness from UTF with BOM predictions so that the encoding can be passed directly to bytes.decode() (PR #73, thanks @snoack)
    Fixed broken links in docs (PR #90, thanks @roskakori)
    Added early exit to chardetect when encoding is detected instead of looping through entire file (PR #103, thanks @jpz)
    Use bytearray objects internally instead of wrap_ord calls, which provides a nice performance boost across the board (PR #106)
    Add language property to probers and UniversalDetector results (PR #180)
    Mark the 5 known test failures as such so we can have more useful Travis build results in the meantime (d588407)
2017-04-19 17:24:16 +00:00
fhajny
adf6efe2d4 Update converters/erlang-iconv to 1.0.4.
- Update rebar.config.script
- Use p1_utils 1.0.7
2017-04-13 18:27:21 +00:00
jperkin
62e27dac9d Explicitly override iconv checks on SunOS, as GNU libiconv will change its
own signature based on whether it finds itself already installed somewhere,
which then breaks software (e.g. QT) which assumes its native signature.

Restricted to SunOS for now as that's where it has been tested with positive
results, but likely will be useful everywhere.

Bump PKGREVISION.
2017-03-30 12:40:31 +00:00
joerg
6a32265dbd Extend SHA512 checksums to various files I have on my local distfile
mirror.
2017-03-23 17:06:45 +00:00
joerg
4d00e24682 GC options.mk, not used since the last update years ago. Add SHA512
checksum.
2017-03-23 13:49:56 +00:00
wiz
35af9ad2e0 Add missing dependency on py-pyutil. Bump PKGREVISION. 2017-03-03 12:38:29 +00:00
kamil
4c9fa135ff + converters/pdf2svg 2017-02-25 10:17:44 +00:00
kamil
aa6bd6bc20 Import pdf2svg-0.2.3 as converters/pdf2svg.
A very small utility to convert PDF files to SVG files using Poppler and Cairo.
2017-02-25 10:16:20 +00:00
wiz
e8e50143b3 Update python 3.x status after py-twisted now supports 3.x. 2017-02-14 10:26:27 +00:00
ryoon
72c3cb198b Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
wiz
54323e1a3f Remove references to old perl versions. 2017-02-07 12:16:48 +00:00
wiz
7ac05101c6 Recursive bump for harfbuzz's new graphite2 dependency. 2017-02-06 13:54:36 +00:00
wiz
da894d10b9 Remove orcus, unused. 2017-02-06 07:10:00 +00:00
ryoon
e529e82dff Add libstaroffice 2017-02-04 01:42:23 +00:00
ryoon
5450894cec Import libstaroffice-0.0.2 as converters/libstaroffice.
The purpose of libstaroffice is to build a filter for old StarOffice's
documents(.sdc, .sdw, ...) based on librevenge.
2017-02-04 01:41:41 +00:00
ryoon
bab0039499 Add libzmf 2017-02-04 01:39:26 +00:00
ryoon
c6be81fa6b Import libzmf-0.0.1 as converters/libzmf.
libzmf is a library that parses the file format of Zoner Callisto/Draw
documents. Currently it only understands documents created by Zoner
Draw version 4 and 5.
2017-02-04 01:38:36 +00:00
wiz
32c31c16af Updated orcus0.12 to 0.12.1.
orcus 0.12.1

  * fix build when --disable-spreadsheet-model is specified and the
    ixion headers are not present.

  * fix loading of file streams on Windows.

  * get the debug flag to work again
2017-01-24 07:43:50 +00:00
wiz
3aac3627a2 Fix version number in COMMENT and DESCR. 2017-01-24 07:38:00 +00:00
wiz
e854e86919 Remove orcus0.8, obsolete after libreoffice4 removal. 2017-01-24 07:37:09 +00:00
wiz
684aa52807 Remove libwps03, not needed after libreoffice4 removal. 2017-01-24 07:31:01 +00:00
agc
30b55df38e Convert all occurrences (353 by my count) of
MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
2017-01-19 18:52:01 +00:00
wen
7da30247c8 Update to 1.003008
Update DEPENDS

Upstream changes:
1.003008 - 2016-10-03
 - added an INSTALLATION section to documentation, to clarify the use of
   dynamic prerequisites in Makefile.PL
 - minimize prereqs listed in META.json to avoid giving the appearance of XS
   prerequisites, and confusing static inspection tools such as metacpan.org.

1.003007 - 2016-09-11
 - no changes since 1.003006_001

1.003006_001 - 2016-06-28
 - bump prereq on JSON::PP, to ensure we get the fix for parsing utf8-encoded
   values (in JSON::PP 2.27300)
 - we now always upgrade JSON::XS if it is installed and below version 3.0,
   due to changes in handling booleans
 - remove test dependency on Test::Without::Module (RT#115394)
2017-01-19 14:16:34 +00:00
kleink
93d69b202e Update py-cairosvg to 1.0.20.
Version 1.0.20, released on 2016-02-23
======================================

* Allow the user to give parent size


Version 1.0.19, released on 2015-10-30
======================================

* Drastically improve the performance of ``Node()``


Version 1.0.18, released on 2015-10-20
======================================

* Use cairo groups to apply filters


Version 1.0.17, released on 2015-10-09
======================================

* Fix scale and position of markers


Version 1.0.16, released on 2015-08-05
======================================

* Support the text-rendering property
2017-01-13 17:32:47 +00:00
fhajny
a8e30534cf Update converters/erlang-iconv to 1.0.3.
- Use p1_utils 1.0.6
- Make sure iconv isn't compiled to native code
2017-01-03 18:25:29 +00:00
jperkin
cf32c4d741 Use "${MV} || ${TRUE}" and "${RM} -f" consistently in post-install targets. 2017-01-03 13:23:01 +00:00