summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2015-04-03Add test dependency.wiz1-1/+3
2015-04-03Update to 1.003004, based on PR 49771 by kj Woolley.wiz2-6/+6
1.003004 - 2015-03-14 - caveat added to documentation about type checking the object returned by new() (John SJ Anderson, RT#102733)
2015-04-03Update to 7.2.1:wiz2-6/+6
2015-04-01: Version 7.2.1 * Fix: Skip the GB18030 tests when the system does not support the Chinese locale with GB18030 character encoding. * Fix: Small corrections in the manual in section GB18030 and OPTIONS -m.
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu3-6/+6
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2015-03-10Fix build on ARM, insprired by upstream issue #2.joerg3-2/+25
2015-03-08Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby.taca1-1/+2
2015-03-08needs dlopen for bindtextdomain.sotnn1-1/+2
2015-03-01Add pkg_alternatives support.taca3-4/+6
Bump PKGREVISION. Use rubygems's --format-executable option.
2015-02-27Master site is gone (for 10+ years?), but FreeBSD maintains atnn2-13/+10
local copy of this utility so switch to their version. Changes: Now actually works with current generation fedora rpms.
2015-02-27Update to 0.7.1:wiz2-8/+7
This is a maintenance release. It primarily includes bug fixes and build fixes since the 0.7.0 release with no new features. That said, the most notable aspect of this release is that it is buildable with the version 0.9.0 of the Ixion library which was just released a week ago. So, if you are trying to package and distribute the newly-released Ixion library but are unable to do so because of Orcus not being buildable with it, you might be interested in this release.
2015-02-13Update to 7.2ryoon3-7/+8
Changelog: 2015-02-11: Version 7.2. New Japanese translation of the UI messages. Support Chinese GB18030 locale. On Unix/Linux convert UTF-16 to the locale encoding. It is no longer required that the locale encoding is UTF-8.
2015-02-13Don't use GNU ld arguments on SunOS.jperkin2-1/+24
2015-02-08Also specify linker search path. Fixes build on at least SunOS.fhajny1-2/+2
2015-02-04Update to 0.3.4ryoon3-6/+20
Changelog: 11/9/2014: - AppleWorks/ClarisWorks parser[draw]: try to send master pages on each page of the final documents try to do not cut shapes, pictures which are on several pages (by creating bigger pages) 10/29/2014: - MacDraw Pro: add a parser for MacDraw Pro v1 -------- version 0.3.4 (start) ------------- 10/2/2014: - RagTime v5-v6: begin to find the main structures in a document, to be continued... - fix some coverity problems. 9/12/2014: - AppleWorks: add a presentation parser 8/22/2014: - MacDraw II: add a parser for MacDraw II v1.0-v1.1 -------- version 0.3.3 (start) -------------
2015-02-04Add libpagemakerryoon1-1/+2
2015-02-04Import libpagemaker-0.0.2 as converters/libpagemaker.ryoon6-0/+65
The library and utilities for Adobe PageMaker file.
2015-02-02cppunit is required afer alladam1-2/+2
2015-02-02Add upstream bug report URL.wiz2-3/+4
2015-02-02Fixed buildlinking; disabled documentation building as in other libraries.adam3-481/+15
2015-02-02Fixed buildlinkingadam2-8/+9
2015-02-02Changes 0.0.2:adam3-16/+34
- Better handling of invalid input in RVNGDirectoryStream functions. - Add documentation for RVNGDirectoryStream. - Add text:outline-level to allowed paragraph properties. This is to allow import libraries to handle headings properly. - Properly handle units in all generators, instead of expecting everything is in inches. - Implement open/closeGroup for RVNGSVGDrawingGenerator. - Improve handling of layers in RVNGSVGPresentationGenerator. - Handle master pages in RVNGSVGDrawingGenerator and RVNGSVGPresentationGenerator. - Simple handling of tables in RVNGSVGDrawingGenerator and RVNGSVGPresentationGenerator: just create a text box for each cell. - Fix return value of RVNGStringStream::seek when seeking to end. - Fix some warnings found by Coverity. - Use symbol visibility on Linux. The library only exports public functions now. - Fix several crashes or hangs when reading broken OLE2 or Zip files, found with the help of american-fuzzy-lop. - Add fo:language, fo:country and fo:script to allowed span properties. - Handle headings in RVNGHTMLTextGenerator.
2015-02-01Update to 1.46.5:wiz2-7/+6
Version 1.46 July 7, 2014 * Add German, Ukranian and Polish translations of info documentation. * Add Hungarian and Norwegian Bokmaal translations.
2015-02-01Update ruby-unf to 0.1.4.taca2-6/+6
* No changes are available for 0.1.4 but it is trivial fixes not for working codes.
2015-01-28Fix PLIST for doxygen-1.8.9 and depend on that version.wiz2-16/+10
Bump PKGREVISION.
2015-01-20Revbump associated with update of lang/ocaml.jaapb1-1/+2
2015-01-16Update to 1.09:wiz2-6/+6
1.09 Thu Dec 18 21:39:18 2014 - XS: a workaround for perl 5.6.x to handle noncharacters U+FFFF etc. is abandoned. Perl 5.8.0 or later is recommended for handling these noncharacters.
2015-01-16Update to 0.3.1:wiz3-6/+22
libwps-0.3.1 - Fix parsing of floating-point numbers in specific cases. - Fix several minor issues reported by Coverity and Clang. - Check arguments of public functions. Passing NULL no longer causes a crash. - Use symbol visibility on Linux. The library only exports the public functions now. - Import @TERM and @CTERM functions (fdo#86241). - Handle LICS character encoding in spreadsheets (fdo#87222). - Fix a crash when reading a broken file, found with the help of american-fuzzy-lop.
2015-01-16Update to 0.3.2:wiz2-6/+6
28/7/2014: - AppleWorks/ClarisWorks: manage multiple headers/footers + better rebuilding of complex group 1/7/2014: - MacDraw: add a parser for v0 and v1 documents 22/6/2014: - RagTime: add a parser to parse v2 and v3 documents 6/6/2014: - rewrite MWAWCellContent::double2Date to avoid problem with 32/64 time_t values - correct many <<small>> problems
2015-01-16Update to 0.1.2:wiz3-7/+22
libe-book 0.1.2 - Check arguments of public functions. Passing NULL no longer causes a crash. - Use symbol visibility on Linux. The library only exports the two public functions now. - Fix handling of --enable-experimental configure option. - Fix various crashes and hangs when reading broken files, found with the help of american-fuzzy-lop. - FictionBook v.2: + Fix incorrect mime type for JPEG images that occurs occasionally in FB2 files. + Handle zipped files that contain more than one file. + Add support for headings. + Add support for text language. - Broad Band eBook: + Convert dimensions and font sizes correctly. This makes the output actually usable :-) + Parse basic paragraph and character properties. + Add initial support for images. Only Plot tag is supported, as Canvas is much more complex and can contain other objects too, not just a single image. + Recognize GIF images too. + Parse important page properties, like dimensions and margins. + Substitute the default fonts embedded on the devices for Liberation fonts. + Try to reconstruct headings from table of contents.
2015-01-14Update to 3.15:wiz3-11/+10
2015-01-12 Gisle Aas <gisle@ActiveState.com> Release 3.15 Avoid compilation warnings on Windows. Restore compatibility with perl-5.4
2015-01-07Bump PKGREVISION for hs-scientific-0.3.3.5szptvlfn2-4/+4
2015-01-06Bump PKGREVISION for hs-scientific-0.3.3.4szptvlfn2-4/+4
2015-01-04Update to 0.1.1:wiz4-8/+40
libvisio 0.1.1 - Fix a minor issue reported by Coverity. - Check arguments of public functions. Passing NULL no longer causes a crash. - Set a minimal thickness for arrow markers to ensure they are visible. - Fix a crash when reading a broken file, found with the help of american-fuzzy-lop. - Use symbol visibility on Linux. The library only exports the two public functions now. - Import document metadata (fdo#86664).
2015-01-04Update to 0.1.2:wiz3-7/+22
libmspub 0.1.2 - Check arguments of public functions. Passing NULL no longer causes a crash. - Use symbol visibility on Linux. The library only exports the two public functions now. - Fix several crashes and hangs when reading broken files, found with the help of american-fuzzy-lop. - Add support for embedded fonts. - Add initial support for tables. - Parse document metadata.
2014-12-30Update to 0.1.1:wiz3-7/+22
libabw 0.1.1 - Use symbol visibility on Linux. The library only exports the two public functions now. - Handle text language. - Honor global setting of writing mode. - Handle basic document metadata. - Handle headings. - Fix the loss of text formatting attributes that would happen in certain cases. - Several other smaller changes and improvements.
2014-12-12Bump PKGREVISION for hs-text-1.2.0.3szptvlfn2-4/+4
2014-12-12Bump PKGREVISION for hs-text-1.2.0.2 || hs-hashable-1.2.3.0szptvlfn2-4/+4
2014-12-12Uses tex-hyperref.joerg1-1/+2
2014-12-09Udate 1.003002 to 1.003003mef2-6/+6
1.003003 - 2014-12-06 - ensure an old Cpanel::JSON::XS is upgraded if it is too old, as it will always be used in preference to JSON::XS - avoid "JSON::XS::Boolean::* redefined" warnings caused by an old JSON::XS loaded at the same time as a newer Cpanel::JSON::XS
2014-12-09Update 1.97 o 1.98mef2-7/+6
Version 1.98, July 4, 2014 ========================== o fixed escaping of character & in URLs o fixed translation of -- and --- (contributed by Gabriel Scherer) o more macros: \dj \DJ (contributed by Domenico Bianculli) o \textsuperscript o temporary files are now created in the current directory to avoid bibtex error "Not writing to ... (openout_any = p)." o fixed a bug with non-ascii characters in php-output
2014-12-09Update 1.07 to 1.08mef2-6/+6
1.08 Sat Dec 6 20:12:55 2014 - DUCET is updated (for Unicode 7.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 30. - *.pl and *.pm are updated so that they have same the version number.
2014-12-04Add chinese to categoryobache1-2/+2
2014-12-01Support cwrappers for packages appending arguments in the wrappers.joerg2-2/+4
2014-12-01Update to 0.1.1:wiz3-7/+22
libcdr 0.1.1 * Fix several problems found by Coverity. * Fix crash when NULL is passed as input stream. * Fix various crashes and hangs when reading broken files found with the help of american-fuzzy-lop. * Only export public symbols on Linux.
2014-12-01+ openccobache1-1/+2
2014-12-01Import opencc-0.4.2 as converters/opencc.obache5-0/+88
Open Chinese Convert (OpenCC) is an opensource project for conversion between Traditional Chinese and Simplified Chinese, supporting character-level conversion, phrase-level conversion, variant conversion and regional idioms among Mainland China, Taiwan and Hong kong.
2014-11-29Disable some warnings from clang that prevent the Boost detection.joerg1-1/+8
2014-11-23Bump PKGREVISION for hs-transformers-0.4.2.0szptvlfn2-4/+4