summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2013-12-27Update skf to 1.99.7.obache3-11/+23
skf (1.99.7) * ruby 2.1.0 support * fix bug in MIME encoding under early_mime_out mode * further nkf-compatibility * trim some terminal sequence sweep behaviors * UnicodeData undated to 6.3 * fix nkf compatible option --cp932 behavior * fix some bugs
2013-12-23Reset maintainer for resigned developers.wiz1-2/+2
2013-12-11Update to 0.19.6:wiz2-7/+6
Overview of changes between 0.19.5 and 0.19.6 ============================================= * Fix two minor bidi bugs. * Build with new libtool to support ppc64le.
2013-12-11Remove zlib workaround now that zlib.pc generation for builtin is fixed.wiz1-3/+1
2013-12-09Unbreak for builtin zlib.wiz1-2/+4
Improve HOMEPAGE.
2013-12-09Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.obache3-8/+9
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-08Update ruby-unf to 0.1.3.taca2-6/+6
## 0.1.3 (2013-10-25) Features: - Make UNF::Normalizer.instance thread-safe, and deprecate .new. (GH #5)
2013-12-07Update to 2.27203:wiz2-7/+6
2.27203 Thu Oct 17 19:38:55 2013 - fixed return/or in _incr_parse reported and patched by MAUKE, sprout and rjbs https://rt.cpan.org/Public/Bug/Display.html?id=86948
2013-11-30add support for mdds and let pkg-config find zlib now.richard5-27/+36
reduce autotools requirements and make sure pthreads are used. TODO: libixion support (once it is added to pkgsrc)
2013-11-28smbchartool-2.3a_3.0a.diff.gz changed upstream.dholland2-9/+10
(The timestamp in the gzip header changed from January 2005 to November 2007; go figure.) To cope with this, set DIST_SUBDIR, update the distinfo, and bump PKGREVISION to 5.
2013-11-25Update nkf to 2.13, a.k.a. 2.1.3.obache4-13/+11
* merge NKF_python * improve guess option * misc bug fixes
2013-11-23Use find-headers instead of find-files to detect builtin header files.obache1-7/+5
2013-11-22Fix broken build with gcc 4.5.dholland2-1/+17
2013-11-20Revbump after updating devel/boost-libsadam3-18/+17
2013-11-20recursive bump from boost-lib shlib major bump.obache3-4/+6
2013-11-01Revision bump associated with the update of lang/ocaml to version 4.01.jaapb1-2/+2
2013-10-23+ pyzyobache1-1/+2
2013-10-23Import pyzy-0.1.0 as converters/pyzy.obache5-0/+91
This is the Chinese PinYin / Bopomofo (a.k.a Zhuying) conversion library. You can easily write an application which handles the Chinese with it.
2013-10-22Update to 0.0.31: changes undocumented.wiz3-9/+23
2013-10-19Revbump after updating textproc/icuadam1-1/+2
2013-10-10Recursive revbump from pango-1.36.0ryoon2-4/+4
2013-10-02Update to 0.99:wiz2-7/+6
0.99 Sun Sep 1 12:46:14 2013 - by default out-of-range values are treated as if it were U+FFFD when UCA_Version >= 22. - supported overriding out-of-range values (see 'overrideOut' in POD). - modified tests: override.t, illegal.t in t. 0.98 Sat Jun 15 19:44:06 2013 - typo (see [rt.cpan.org #85655] typo fixes)
2013-10-02Update to 0.37:wiz2-7/+7
0.37 Mon Sep 2 07:40 2013 (AMS time) - Windows and C89 fixes - Band-aid: Skip test failing due to hash-randomization [Zefram]
2013-10-02Update to 0.37:wiz2-7/+7
0.37 Mon Sep 2 07:40 2013 (AMS time) - Remove spurious SvREFCOUNT_dec, previously causing memory management problems on some vary invalid input data. - Fixed a memory leak on exception.
2013-10-02Update to 0.18:wiz2-7/+6
0.18 Mon Jul 23 2012 - Add IO::Wrap dependency to Makefile.PL (RT78412). - Change longname() to detect names in newer versions of Outlook. (RT78484)
2013-10-02Update to 1.123:wiz2-6/+6
1.123 2013-09-06 - Fixed pod error in debinhex and added pod tests
2013-09-29Continue on unused constants for Clang.joerg1-2/+2
2013-09-17Update to 0.1.11 to fix the build with Clang due to a broken textjoerg2-8/+15
manipulation. Changes include: - Improved support for various inputs. - Refactorting - Bug fixes
2013-09-13Update ruby-unf to 0.1.2.taca3-7/+8
## 0.1.2 (2013-08-12) Features: - Add license to gemspec. - Adjust dependencies for Ruby 1.8 to satisfy bundler.
2013-09-02Revbump after cairo updateadam2-4/+4
2013-08-31Make warnings about C++11 features (boost) and unknown pragmasjoerg1-1/+6
non-fatal.
2013-08-27Update to 0.09wen2-7/+6
Upstream changes: 0.09 CHANGES: * Add ->chroma method to HSV and HSL spaces * Add distance metrics in HSV and HSL spaces * Allow palette spaces to perform custom closest-match in any color space by using its distance metric
2013-08-27Update to 1.122wen2-7/+6
Upstream changes: 1.122 2013-08-25 - Added unit tests for OO and CRC code 1.121 2013-08-23 - Changes file reformatted thanks to Neil Bowers (NEILB) - Moved to Dist::Zilla's OurPkgVersion for keeping $VERSIONs in sync 1.120 2013-08-22 - First CPAN release by Stephen Nelson (STEPHEN), who's now maintaining this module.
2013-08-24Updated package to latest version, 0.9.9. Removed obsolete patches, took overjaapb6-64/+9
maintainership (all this okayed by the old maintainer, Jeremy C. Reed). Changes from 0.9.2 include (apart from various bugfixes): - WPX_SEEK_END for WPXMemoryInputStream (Laurent Alonso) - Metadata for wpd2html (David Hislop) - Change source code layout so that public headers be in inc/ and its subdirectories - libwpd.h and libwpd-stream.h are not generated headers anymore - Change the way we get version from libwpd build - Improvements to WPXOLEStream class - Added MPL2+ to the licenses libwpd is released under - Revert an accidental ABI change in WPXPropertyList - Link the Windows static libraries with DLL runtimes - libwpd-stream: Add experimental support for ZIP storages - libwpd-stream: Add WPX_SEEK_END to the WPXSeekType enum (Be sure that you are at offset 0 using it and check return value in order to be compatible with lower versions of libwpd) - New Visual Studio 2008 and Visual Studio 2010 build files - Don't output points as integer. This solves some rounding issues along with possibility of writing 10.5 point font size (Fridrich) - General improvement of code quality by buiding with -Weffc++ option (Fridrich) - Improvement of textbox code (Laurent Alonso) - Improvement of arabic charset mapping (Smokey Ardisson) - Build system rewrite and improvement (Tomas Chvatal) - Cleanup of return values (Thomas Klausner) - Conversion of extended characters in WP 42 parser (Fridrich)
2013-08-24Added subdir orcus.jaapb1-1/+2
2013-08-24Packaged converters/orcus, a library that deals with spreadsheet documentsjaapb8-0/+146
(libreoffice dependency).
2013-08-24Added subdir libmwaw.jaapb1-1/+2
2013-08-24Packaged converters/libmwaw, a library for reading old (pre-MacOS X)jaapb5-0/+56
Mac documents. Dependency of libreoffice. (pkglint complains about C not being added to USE_LANGUAGES; this is fine, the package only uses C++)
2013-08-24added libmspub packagejaapb1-1/+2
2013-08-24Packaged converters/libmspub, a library for importing Microsoft Publisherjaapb5-0/+59
documents (used by libreoffice). (pkglint complains about c not being added to USE_LANGUAGES; this is fine, as the package only uses c++)
2013-08-15Update to 1.35wen2-7/+6
Upstream changes: 1.35 Tue Aug 13 19:50:55 PDT 2013 - improve conversion of certain composed characters to MARC8 Some characters should not be fully decomposed before converting them to MARC8. This patch adds a table of such characters, based on Annex A of http://www.loc.gov/marc/marbi/2006/2006-04.html and on some sample records provided by Jason Stephenson of MVLC. - recognize G0 and G1 characters properly When converting from MARC8 to UTF8, MARC::Charset now properly recognizes if a (single-byte) MARC8 character falls in G0 or G1. This is part of the fix for RT#63271 (converting characters in the Extended Cyrillic character set), but should also fix similar issues with converting characters in the extended Arabic set. This commit also means that all MARC8 character sets that support both G0 and G1 wll be properly converted, regardless of whether they're currently set as the G0 or G1 character set. For example, it is now possible to convert Extended Latin as G0 or Basic Latin as G1. This fixes RT#63271 - have MARC::Charset::Code->marc_value() handle G0/G1 conversion Since there's at present no need to do things like have ANSEL be the G0 character set when converting from UTF8 to MARC8, this commit centralizes the logic for deciding whether to return the G0 or G1 MARC8 representation of a character. Also add MARC::Charset::Code->g0_marc_value(), which returns the G0 representation of the character for use by the character DB. - New test cases for converting Vietnamese and Extended Cyrillic text. 1.34 Mon Feb 11 09:10:35 PST 2013 - RT#83257: use AnyDBM_File rather than hardcode GDBM_File To improve portability, use AnyDBM_File to select a DBM rather than rely on GDBM_File. GDBM_File apparently used to be a core module, but not all distributions included it, particularly OS X. In any event, GDBM_File is no longer core. This patch also includes a tweak to allow MARC::Charset to work with NDBM_File and ODBM_File, neither of which support 'exists'. I've tested MARC::Charset successfully on the following DBMs: - GDBM_File - DB_File - NDBM_File - ODBM_File - SDBM_File This is also my preferred order; SDBM_File is selected last because it produces the biggest data file on disk. - RT#38912: fix mapping of double diacritics (ligature and double tilde). Thanks to Thomas P. Ventimiglia for the bug report and test case.
2013-08-03Do not install empty man pages (they confuse makemandb).wiz2-7/+11
Bump PKGREVISION. Reported upstream at https://bugs.freedesktop.org/show_bug.cgi?id=67714
2013-08-01Update skf to 1.99.6.obache4-17/+16
skf (1.99.6) * Fix typo on LWL error process * Fix cygwin python3 compilation -- Seiji Kaneko <efialtes@sourceforge.jp> Fri, 26 Jul 2013 23:13:36 +0900 skf (1.99.5) * Fix x-0213 unicode mapping * further nkf-compatibility * fix utf-16 code detection is escaping too early. * support UTF-32 input
2013-07-26Fix build under Cygwin.ryoon2-1/+137
2013-07-18Add termios.h formerly included by unistd.h.joerg2-10/+18
2013-07-10Update to 3.14. From the changelog:schmonz3-11/+10
* Install to 'site' instead of 'perl' when perl version is 5.12+
2013-07-09Add license, now that it's in pkgsrc.wiz1-2/+2
2013-07-07No need to specify GEM_CLEANBUILD and fix PLIST.taca2-6/+3
Bump PKGREVISION.
2013-07-04+ p5-Unicode-EastAsianWidthwiz1-1/+2
2013-07-04Import p5-Unicode-EastAsianWidth-1.33 as converters/p5-Unicode-EastAsianWidth.wiz3-0/+24
This module provide user-defined Unicode properties that deal with width status of East Asian characters, as specified in http://www.unicode.org/unicode/reports/tr11/.