summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2011-02-21Bump PKGREVISION due to ABI change of ruby18-base.taca1-2/+2
2011-02-05Fix build with gcc4.3markd2-1/+16
2011-02-04Fix building with Clang; switch to .tar.bz2adam3-5/+20
2011-02-04Switch to .tar.bz2adam2-5/+6
2011-02-04Changes 0.9.1:adam3-6/+21
* Parse correctly WP 2 for Mac documents without resource fork * Improvements in parsing of pictures in WP1 parser * Fix wrong sizes of some functions in WP1 and WP42 parsers * Fix handling of character attributes
2011-02-04Update skf to 1.97.4.obache2-7/+7
* fix encode wrap doesn't work on CR/LF environment. * fix early mime output feature isn't suppressed as expected.
2011-01-29Fix build with gcc4.3markd2-1/+16
2011-01-25backout previous -- fixed in libwmf where the dependency comes fromdrochner1-2/+1
2011-01-25pull in x11/libX11/buildlink3.mk, as this links with libX11.chuck1-1/+2
otherwise, "make configure" fails when X11_TYPE=modular (cannot find -lX11).
2011-01-23err, really fixtnn1-3/+3
2011-01-23fix dependency patternstnn1-3/+3
2011-01-211.34 Tue Dec 14 22:20:00 CET 2010gls2-6/+6
- fix a one-byte-past-end-write buffer overflow in UURepairData (reported, analysed and testcase provided by Marco Walther). - quoted-printable decoding was completely broken, try a fix.
2011-01-16Remove "--without-libiconv-prefix", almost no configure script recognizes it.wiz1-3/+1
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz4-7/+8
2010-12-22Add and enable pear-I18n_UnicodeNormalizer.taca1-1/+2
2010-12-22Importing pear-I18N_UnicodeNormalizer version 1.0.0.taca3-0/+33
PHP classes to provide Unicode Normalization. Performs the 4 normalizations: NFD: Canonical Decomposition NFC: Canonical Decomposition, followed by Canonical Composition NFKD: Compatibility Decomposition NFKC: Compatibility Decomposition, followed by Canonical Composition Complies with the official Unicode.org regression test. Uses UTF8 binary strings natively but can normalize a string in any UTF format. Fully tested with phpUnit. Code coverage test close to 100%.
2010-12-09Re-add part of revision 1.3 to fix build under Mac OS X Leopard and newer.tron1-1/+4
2010-12-08Fix build on OS X 10.4 (Tiger) by disabling nls on that OS version only.abs2-23/+26
(The package needs to build a shared lib & I don't feel like converting it to libtool for ancient OS X) Bump PKGREVISION
2010-12-07update odt2txt to 0.4reed2-6/+7
The changes include: Mention other file formats than ODT in the manual page Remove check for mime type Fix typo in manual page Make iconv usage configurable Build on HP-UX 11 This is for PR #43599
2010-12-02Update to 3.13:wiz3-13/+14
2010-10-26 Gisle Aas <gisle@ActiveState.com> Release 3.13 The fix in v3.12 to try to preserve the SvUTF8 flag was buggy and actually managed to set the flag on strings that did not have it originally. 2010-10-25 Gisle Aas <gisle@ActiveState.com> Release 3.12 Don't change SvUTF8 flag on the strings encoded [RT#60105] Documentation tweaks 2010-10-24 Gisle Aas <gisle@ActiveState.com> Release 3.11 Provide encode_base64url and decode_base64url functions to process the base64 scheme for "URL applications". The decode_base64() does not issue warnings on suspect input data any more. 2010-10-11 Gisle Aas <gisle@ActiveState.com> Release 3.10 Provide functions to calculate the length of encoded and decoded base64 strings [RT#62404]
2010-12-02Update to 2.27:wiz2-7/+6
2.27 Sun Oct 31 20:32:46 2010 [JSON::PP] - Some optimizations (gfx) [JSON::PP::5005] - added missing B module varibales (makamaka) 2.26 Tue Sep 28 17:41:37 2010 [JSON::PP] - cleaned up code and enhanced sort option efficiency in encode. 2.25 Tue Sep 28 16:47:08 2010 [JSON] - JSON::Backend::XS::Supportable always executed a needless process with JSON::XS backend. This made encode/decode a bit slower. 2.24 Mon Sep 27 10:56:24 2010 [JSON::PP] - tweaked code. - optimized code in hash object encoding. 2.23 Sun Sep 26 22:08:12 2010 [JSON::PP] - modified tied object handling in encode. it made encoding speed faster. pointed by https://rt.cpan.org/Ticket/Display.html?id=61604 - modified t/e10_bignum.t for avoiding a warning in using Math::BigInt dev version
2010-11-30Add perl to tools for included perl script.wiz1-2/+2
2010-11-28Don't buildlink against X11adam1-2/+1
2010-11-27Add patch to avoid trying to fetch setuptools-darcs.gdt3-2/+19
2010-11-27Express dependency on py-darcsver.gdt1-4/+2
2010-11-27Work around upstream bug where more python bits are fetched from thegdt3-2/+19
net at build time. See http://tahoe-lafs.org/trac/zfec/ticket/11 . PKGREVISION++
2010-11-26Added buildlink3.mkadam1-0/+14
2010-11-25Update to 0.2.0: changes undocumented, but probably relatedwiz4-17/+185
to libwpd-0.9.0 update.
2010-11-25Update to 0.2.0:wiz3-28/+14
0.1.x - 0.2.0 - Rewrite the library to reuse wherever possible the libwpd types and APIs. - Rewrite the libwpg API to be similar to the libwpd API where the arguments are passed as pairs of attribute name and values. - Convert the embedded text inside graphics. - Remove implementation of stream abstraction class and use the libwpd WPXInputStream implementations.
2010-11-25Remove libgsf here as well.wiz1-2/+1
2010-11-25Bump PKGREVISION for libwpd shlib name change.wiz3-3/+6
2010-11-25Update to 0.9.0. Bump API depends for shlib name change.wiz4-27/+25
CHANGES: 0.8.x - 0.9.0 - Conversion of page-numbering (William) - Conversion of embedded images and text boxes in WP1, WP3, WP5 and WP6 documents (Fridrich) - Conversion of password protected WP1, WP3, WP42 and WP5 documents (Fridrich) - Conversion of annotations/comments in WP6 parser (Fridrich) - Fix some greek characters so that Text written in WP5.1 with Printer Polyglott convert correct. - Fix unicode mappings of some older Symbol and Dingbats fonts (Fridrich) - Drop the libgsf dependency in favour of pure C++ implementation of the WPXInputStream interface (Fridrich, Ariya) - Fix the footnote/endnote/comment/annotation/textbox writing in wpd2html converter - Improve metadata parsing (David Hislop)
2010-11-18Add buildlink3.mk.wiz1-0/+14
2010-11-17Fix decoding of message/partial. Explanation:is3-3/+84
mpack-1.6 introduced more security on Unix-like systems by creating and using a helper function, os_createnewfile, that uses O_CREAT|O_EXCL. Unfortunately, it also uses it to write the total number of parts temporary file, which fails if more than one part contains the total number (as mpack creates them!) The new code compares old and new totals, if both exist, and only writes the new total, if the old didn't exist. Problem solved and one sanity check more at the same time.
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-11-11Changes 1.2.9:adam4-35/+11
* Restore binary compatibility again, 1.2.8 broke it Changes 1.2.8: * Fix bug 10025: Segfault trying to parse certain word documents * Fix bug 12746: Tables not imported from MS Word documents * Fix Bug 11433 wvWare hangs on this seemingly blank word doc * Buildfix: Remove unused LINK_WIN32_DLL check * Buildfix: link with -no-undefined Changes 1.2.7: * Bug 12353: Regression: newlines not imported anymore * Cross building improvements * Fix build issue: 'libtool: link: `-::-' is not valid version information' * Bug 12353: configure.ac in 1.2.6 release says 1.2.5 Changes 1.2.6: Important: * Restore the soversion major to the value of 1.2.4 because ABI didn't change. Fixes: * Bug 11547: unportable test construct. * Fix typos in wvWare's help message. * Fix a few mis-matched wvMalloc/malloc/wvFree/free combinations. Use glib to allocate and free all of our memory. * Bug 9355: a NULL pointer was causing a crash. * Bug 9705: Default font alignment in paragraph was incorrect. * Bug 10125: Crash in the PAP handling. * Fix a memory leak in wvRTF. * Bug 12034: Fix a huge performance issue while loading images. * Fix invalid writes in wvConfig.c
2010-11-10Changes 1.13.1:adam11-125/+42
* The library and the iconv program now understand platform dependent aliases, for better compatibility with the platform's own iconv_open function. Examples: "646" on Solaris, "iso88591" on HP-UX, "IBM-1252" on AIX. * For stateful encodings, when the input ends with a shift sequence followed by invalid input, the iconv function now increments the input pointer past the shift sequence before returning (size_t)(-1) with errno = EILSEQ. This is also like GNU libc's iconv() behaves. * The library exports a new function iconv_open_into() that stores the conversion descriptor in pre-allocated memory, rather than allocating fresh memory for it. * Added CP1131 converter.
2010-11-05s/LIBEXIF_HACKS_MK/LIBICONV_HACKS_MK/shattered1-3/+3
2010-11-02Set LICENSE.wiz1-1/+2
2010-11-02Update skf to 1.97.3.obache2-7/+7
skf (1.97.3) * fix index of JIS X-0208(1978) table. * fix x-0201 kana to x-0208 kana conversion. * nkf-compatibility: fix -X option. * several nkf-compatibility feature fix and added.
2010-10-16+ libwpg, libwps.wiz1-1/+3
2010-10-16Initial import of libwpg-0.1.3:wiz4-0/+55
Libwpg project is a collection of library and tools to work with graphics in WPG (WordPerfect Graphics) format. WPG is the format used among others in Corel sofware, such as WordPerfect(tm) and Presentations(tm).
2010-10-16Initial import of libwps-0.1.2:wiz4-0/+40
libwps is a library for reading Microsoft Works documents.
2010-10-09Set LICENSE.wiz1-1/+2
2010-09-15Update nkf to 2.11, a.k.a. 2.1.1.obache4-12/+11
bug fix release * add MS_Kanji as alias of Shift_JIS. * fixes wrong convertion from Hankaku-Kana to Zenkaku-Kana with eucJP-ms and eucJP-ascii. * fixes mis-conversion from Hankaku-Kana to Zenkaku-Kana with CP50220. * other some bug fixes.
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-09-12Add patches which I forgot to commit.taca2-0/+18
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-4/+3
* Add LICENSE. * Remove RUBY_HAS_ARCHLIB.
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca2-3/+6
* Add LICENSE. * Explicitly set script of encoding for ruby19. Bump PKGREVISION.
2010-09-07* Mark these packages Ruby 1.8.x support only.taca1-1/+2
* Add some comments and a little clean up. No functional change.