summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2018-01-29Fix RELRO buildryoon1-2/+3
2018-01-28libpagemaker: update to 0.0.4.wiz3-10/+10
libpagemaker 0.0.4 - Add a command line tool for conversion to plain text, called pmd2text. - Require C++11 for build. - Drop outdated MSVC project files. - Fix parsing of page dimensions and shape coordinates in Mac documents. That makes the output at least somewhat useful, but more work is needed to handle big endian files properly. - Fix parsing of color tint in Mac documents. (tdf#109126) - Fix parsing of text formatting attributes in Mac documents. - Properly handle all caps and small caps. - Parse more text formatting attributes. - Parse more paragraph attributes.
2018-01-26TECkit: Avoid bash autogen.sh script, fix SunOS.jperkin3-4/+22
2018-01-25TECkit: Update to 2.5.7, primarily for -Wno-narrowing fixes.jperkin3-25/+16
2017-06-22 Version 2.5.7 Updated Unicode character names and normalization data to 10.0.0 Added a 64-bit Windows build Updated documentation 2016-04-19 Version 2.5.6 Added a diversion of /usr/bin/teckit_compile to avoid a conflict with the texlive-binaries package on Linux 2016-04-11 Version 2.5.5 Split shared libraries into a separate Linux package Made Linux packages multiarch-compatible Fixed compiler warnings 2014-07-09 Version 2.5.4 Improved building and testing scripts Enabled tests to be run on Windows without bash 2014-06-30 Updated Unicode character names and normalization data to 7.0.0 Fixed data normalization bug Updated tests Improved Unicode version updating Fixed compiler warnings 2011-01-13 Updated Unicode character names and normalization data to 6.0.0 Updated copyright dates and contact details 2009-01-30 Fixed returning zero-length strings in Perl 2008-04-07 updated Unicode character names and normalization data to 5.1 now building Windows release with mingw32-gcc instead of CodeWarrior minor compiler bugfixes and code cleanup for portability 2006-03-16 updated Unicode character names and normalization data to 5.0 added license files and docs to subversion repository released new Windows binary package, supporting -x option in teckit_compile
2018-01-10*: Recursive bump for poppler-0.62.0wiz1-3/+2
2018-01-10Recursive revbump associated with the update to OCaml 4.06.jaapb1-2/+2
2018-01-10libmspub: update to 0.1.3.wiz4-40/+7
libmspub 0.1.3 - Workaround a build error on some 32-bit systems. - Parse table row and column sizes. (tdf#89061) - Fix various problems when parsing broken files, found with the help of american-fuzzy-lop and oss-fuzz. - Make the output of pub2foo --help more compatible with help2man. - Extract more metadata from documents. - Require C++11 for build. - Drop outdated MSVC project files. - Handle table cells containing multiple paragraphs correctly. (tdf#89393) - Parse more text formatting attributes: all underline types, small caps, all caps, outline, emboss, engrave, shadow. - Parse text language. - Various minor changes and improvements.
2018-01-07Added license, moved documentation, bumped PKGREVISION.rillig2-13/+12
2018-01-07Fix indentation in buildlink3.mk files.rillig5-10/+10
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
2018-01-05lang/php: reset PKGREVISIONtaca1-2/+1
Reset PKGREVISION with updating of all lang/php* packages.
2018-01-02Added missing LICENSE variable.rillig1-1/+2
2018-01-01Sort PLIST files.rillig3-9/+9
Unsorted entries in PLIST files have generated a pkglint warning for at least 12 years. Somewhat more recently, pkglint has learned to sort PLIST files automatically. Since pkglint 5.4.23, the sorting is only done in obvious, simple cases. These have been applied by running: pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2018-01-01Revbump after boost updateadam30-60/+60
2017-12-30p5-JSON-PP: update to 2.97001.wiz2-7/+7
2.97001 to be released - tweak internal number detector to always considers a flagged value as a string (GH#35, haarg++) - clarify json_pp options (RT-123766; Dan Jacobson)
2017-12-30p5-JSON: update to 2.97001.wiz2-7/+7
2.97001 2017-12-21 - updated backportPP with JSON::PP 2.97001
2017-12-25Pass LDFLAGS to fix RELRO buildryoon2-6/+8
2017-12-24doc2html: comment out dead siteswiz1-4/+3
2017-12-15qkc: Support user CFLAGS.jperkin2-6/+11
2017-12-10Quickly added ALTERNATIVESadam3-3/+7
2017-12-10py-confusable_homoglyphs: added version 3.0.0adam5-1/+63
2017-12-10py-cairosvg: updated to 2.1.2adam2-7/+7
Version 2.1.2: * Fix font-size
2017-12-09converters/php-iconv: Install header file <ext/iconv/php_iconv.h>taca2-1/+11
Install header file ext/iconv/php_iconv.h to fix build problem of www/php-http and www/php-http3. Bump PKGREVISION.
2017-12-08bump for print/poppler major bumpmaya1-2/+2
note: script detailed in `man revbump` insisted on bumping pkgrevision of print/poppler, it's probably wrong, but not committing this change is wronger.
2017-11-30Revbump after textproc/icu updateadam10-17/+20
2017-11-28convmv: update to 2.04.wiz2-7/+7
2.04 - check for valid utf-8 also in upperlower_checkenc() - fix parsable output, missed the path files to run utime() on - add --run-parsable option to blindly run what a file generated with --parsable tells us to do
2017-11-28py-simplejson: updated to 3.13.2adam2-10/+7
Version 3.13.2: * Fix additional Python 2.x compilation issue on Windows
2017-11-26p5-Unicode-Collate: update to 1.25.wiz2-7/+7
1.25 Wed Nov 22 20:48:48 2017 - Makefile.PL: [rt.cpan.org #123631] Switch Unicode::Collate to XSLoader
2017-11-24p5-Unicode-Collate: update to 1.24.wiz2-7/+7
1.24 Sun Nov 19 22:06:03 2017 - xs: [rt.cpan.org #123631] Switch Unicode::Collate to XSLoader
2017-11-24p5-JSON-PP: update to 2.97000.wiz2-7/+7
2.97000 2017-11-21 - fix is_bool to use blessed() instead of ref() (jwrightecs++) - use 5 digit minor version number for a while to avoid confusion (GH#33, dansut) 2.96 2017-11-20 - not to use newer Test::More features (RT-122421 for JSON) 2.95 2017-11-20 - json_pp now prints an encoded json string (RT#123653) - fix is_bool to use ->isa("JSON::PP::Boolean"), instead of UNIVERSAL::isa("JSON::PP::Boolean") (GH#34, aidy++)
2017-11-24p5-JSON: update to 2.97000.wiz2-8/+7
2.97000 2017-11-21 - updated backportPP with JSON::PP 2.97000 - use 5 digit minor version number for a while to avoid confusion - fixed is_bool to use blessed() instead of ref() 2.96 2017-11-20 - fixed packaging issue - updated backportPP with JSON::PP 2.96 - not to use newer Test::More features (RT-122421; ilmari++) 2.95 2017-11-20 - updated backportPP with JSON::PP 2.95
2017-11-23libvisio: update to 0.1.6.wiz2-9/+8
libvisio 0.1.6 - Consider stencil txtxform in binary formats (tdf#67914). - Parse font width scaling. - Fix dependency of tests on time zone (tdf#92396). - Enable building of unit tests without command-line tools. - Remove namespace check for VDX to allow parsing documents produced by lucidchart.com (tdf#98791). - Output shape ID if set. - Fix parsing of text block background color in some cases. - Write bitmaps with color palette correctly. - Deduce text encoding from font name. - Parse theme fill and shadow color. - Parse font scheme in VSDX documents. - Require C++11 for build. - Fix various crashes, leaks and hangs when reading damaged files found by oss-fuzz. - Drop outdated Windows project files. - Fix some issues found by Coverity. - Many other small improvements and fixes.
2017-11-15p5-Unicode-Collate: update to 1.23.wiz2-7/+7
1.23 Mon Nov 13 19:10:28 2017 - Now UCA_Version 36 (for Unicode 10.0.0) is supported. * But the default UCA_Version is still 34. - added nushu.t in t.
2017-11-15p5-Sereal: update to 4.004.wiz2-7/+7
4.004 Sun Nov 12 * Fix build issues from C++ style comments * Fixup build_requires 4.003 Sun Nov 12 * Fixup Devel::CheckLib usage * Do not compress using Snappy if the buffer is larger 2**32 * Build fixes
2017-11-15p5-Sereal-Encoder: update to 4.004.wiz2-7/+7
4.004 Sun Nov 12 * Fix build issues from C++ style comments * Fixup build_requires 4.003 Sun Nov 12 * Fixup Devel::CheckLib usage * Do not compress using Snappy if the buffer is larger 2**32 * Build fixes
2017-11-15p5-Sereal-Decoder: update to 4.004.wiz2-7/+7
4.004 Sun Nov 12 * Fix build issues from C++ style comments * Fixup build_requires 4.003 Sun Nov 12 * Fixup Devel::CheckLib usage * Build fixes
2017-11-13p5-Sereal: update to 4.002.wiz2-9/+9
4.001_001 Mon Feb 6 11:13:40 CEST 2017 * Sereal v4 release with Zstandard compression support https://github.com/facebook/zstd
2017-11-13p5-Sereal-Encoder: update to 4.002.wiz2-8/+11
4.001_001 Mon Feb 6 11:13:40 CEST 2017 * Sereal v4 release with Zstandard compression support https://github.com/facebook/zstd
2017-11-13p5-Sereal-Decoder: update to 4.002.wiz2-7/+10
4.001_001 Mon Feb 6 11:13:40 CEST 2017 * Sereal v4 release with Zstandard compression support https://github.com/facebook/zstd
2017-11-13Update to 1.22wen2-7/+7
Upstream changes: 1.22 Sat Nov 11 10:53:35 2017 - someone suggests using 'exists' for checking the truth of $collator->{mapping}{$variable} and $collator->{maxlength}{$variable}, where $variable may stand for codepoints whose mapping is not defined; though such a problem was not reproduced on my environment.
2017-11-08p5-Unicode-Collate: update to 1.21.wiz3-24/+7
1.21 Sat Nov 4 10:49:19 2017 - mklocale: [rt.cpan.org #121664] . removed from @INC (take 2) - DUCET is updated (for Unicode 9.0.0) as Collate/allkeys.txt. * Please notice that allkeys.txt will be overwritten if you have had other allkeys.txt already. - The default UCA_Version is 34. - added tangut.t in t. - Locale/*.pl and CJK/Korean.pm are updated. 1.20 Fri Nov 3 11:50:21 2017 - XS: [rt.cpan.org #121664] . removed from @INC - U::C::Locale newly supports locales: dsb, lkt.
2017-11-07py-simplejson: updated to 3.12.0adam3-9/+15
Version 3.12.0: * Fix threaded import race condition * Move RawJSON implementation to simplejson.raw_json module * Move JSONDecodeError implementation to simplejson.errors module
2017-10-27Update to 7.4.0ryoon3-20/+19
Changelog: 2017-10-10: Version 7.4.0 * New option --allow-chown to allow file ownership change in old file mode. Option --no-allow-chown does the opposite. * Code cleanup. 2017-07-04: Version 7.3.5 * New flag 0 for option -i, --info. End information lines with a null character instead of a newline character, enabling correct file name interpretation when flag c is used. * Don't print leading spaces when option -i with flag c is used. * Code cleanup. * Manual update. * Translation updates.
2017-10-19py-cairosvg: update to 2.1.1adam2-11/+12
Version 2.1.1 Use cssselect2 and tinycss2 instead of cssselect and tinycss Don’t require lxml anymore Rely on defusedxml to detect unsafe SVG files Use http://www.w3.org/2000/svg as default namespace
2017-10-17Update converters/erlang-iconv to 1.0.6fhajny2-8/+8
- Updating p1_utils to version 1.0.10. - Fix possible overflow of inleft
2017-10-02libzmf: update to 0.0.2.wiz2-8/+7
libzmf-0.0.2 - Allow build with boost older than 1.56. - Require C++11 for build. - Fix various issues found by oss-fuzz. - Minor code cleanups.
2017-10-02libcdr: update to 0.1.4.wiz3-24/+7
libcdr 0.1.4 * Fix several issues found by oss-fuzz. * Require C++11 for build. * Fix issues found by coverity. * Various code cleanups.
2017-09-29Allow narrowing of the data tables GCC 5+.joerg1-1/+7
2017-09-27devel/Makefile: + p5-Convert-UUwiz1-1/+2
2017-09-27converters/p5-Convert-UU: import p5-Convert-UU-0.5201wiz3-0/+24
This package contains a perl module for uuencoding and uudecoding data.
2017-09-26help2man: update to 1.47.5adam2-7/+7
help2man 1.47.5: * Refresh Brazilian Portuguese translation from translation project copy (trivial date change). * Update Swedish translation. * Use POSIX compliant TZ when setting UTC. * Update copyright years.