summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
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
2014-11-22Unbreak non-macos build after previous.dholland1-2/+2
2014-11-22Unbreak help2man build on Mac OS X Tiger. Put the localized info pagesbsiegert2-12/+9
into the "nls" option. PKGREVISION++. Patch provided by Sevan Janiyan in PR pkg/49059.
2014-11-201.18 Tue May 27 22:04:23 2014mef2-7/+6
- XSUB is now deprecated and removed. see perl 5.20.0, perldelta, Internal Changes, deprecation of uvuni_to_utf8 etc. - Thank you for everything !!
2014-11-201.07 Tue May 27 23:18:23 2014mef2-7/+6
- XS: for the world without utf8n_to_uvuni(). 1.06 Tue May 27 21:11:09 2014 - 0.67's improved discontiguous contractions is invalidated by default and is supported as a parameter 'long_contraction.' 1.05 Sat May 24 16:30:42 2014 - XS: avoid unused expression 1; for no-op. (see [rt.cpan.org #95866] compilation noise)
2014-11-202.27300mef2-7/+6
- fixed a problem about substr in perl 5.8.6 and below many people report this issue and patched by haarg[at]haarg.org
2014-11-201.003002 - 2014-11-16mef2-6/+6
- correctly fix boolean interoperability with older Cpanel::JSON::MaybeXS 1.003001 - 2014-11-13 - fix boolean interoperability with older Cpanel::JSON::MaybeXS 1.003_000 - 2014-10-30 - add :legacy tag to support legacy apps 1.002006 - 2014-10-22 - add some additional test diagnostics, to help find bad version combinations of JSON backends 1.002005 - 2014-10-12 - fix "can I haz XS?" logic precedence in Makefile.PL - added the ':all' export tag - removed dependency on Safe::Isa - repository moved to git://git.shadowcat.co.uk/p5sagit/JSON-MaybeXS.git 1.002004 - 2014-10-11 - support use of PUREPERL_ONLY in Makefile.PL to avoid adding an XS dependency - new is_bool() interface 1.002003 - 2014-10-07 - document how to use booleans
2014-11-201.38 2014-09-29 16:42:08Zmef2-6/+6
- real fix to tests from 1.37 1.37 2014-09-29 16:29:44Z - fix tests to use a higher precedence operator, to avoid confusing newer Test::More::cmp_ok. 1.36 2014-08-26 05:54:35Z - many improvements to tests and their coverage - $ENV{JSON_ANY_CONFIG} can no longer override constructor arguments 1.35 2014-08-16 00:51:05Z - clarify deprecation status in documentation
2014-11-200.11 2014/06/01 21:07:03mef2-7/+6
[BUGFIXES] * Unit-test floating-point numbers with approx delta tests; use Test::Number::Delta (RT94761)
2014-11-20Update skf to 1.99.10obache2-7/+7
skf (1.99.10) * fix -X meant -x in skf-compatible mode * [Security] fix s_in crashes due to inproper G0 table handling * fix python detection on cygwin mode
2014-11-07Revbump after updating boostadam7-13/+14
2014-11-03Remove libgee0.8.prlw12-4/+5
libgee now contains the most recent version of libgee, which follows the 0.8 API. If in the future, that API changes, we can copy libgee back to libgee0.8, and carry on updating libgee.
2014-10-27Update to 7.1:wiz3-8/+8
2014-10-06: Version 7.1 * New: Option -i, --info to print file information. This new option prints number of DOS, Unix, and Mac line breaks, the byte order mark, and if the file is text or binary. And it can print the names of files that would be converted. 2014-09-09: Version 7.0 * New: automated self-tests. * New: option -u to keep UTF-16 encoding. * New: option -v to print information about BOMs and converted line breaks. * Change: stdio mode does not automatically set quiet mode. * Change: stdio mode does not automatically force conversion of binaries. An error is returned when the stdin stream contains a binary symbol. * Bugfix: dos2unix -l created DOS line breaks from Mac line breaks. * Bugfix: system error number was not always returned. * Bugfix: an Unicode input file disabled 7bit and iso mode for next input files. * Bugfix: mac2unix help text, options -b and -r. * The code has been cleaned up.
2014-10-27Update to 3.6.5:wiz2-6/+6
Version 3.6.5 released 2014-10-24 * Importing bug fix for reference leak when an error occurs during dict encoding https://github.com/simplejson/simplejson/issues/109
2014-10-18Bump PKGREVISION for hs-vector-0.10.12.1szptvlfn2-4/+4
2014-10-15Remove unused pacthes.ryoon3-62/+0
Thank you, Richard PALO.
2014-10-13Update to 0.7.0ryoon4-48/+51
* Change to 0.8.0 branch * Change license to mpl-2.0 from mit Changelog: Add some more formats.
2014-10-12Update to 1.46.4:wiz3-26/+6
help2man (1.46.4) unstable; urgency=medium * Include architecture.mk and buildflags.mk into rules to replace the multiple calls to dpkg-architecture and to pick up the correct hardening flags. * Add $(LDFLAGS) when building preload to pick up -z relro (see https://wiki.debian.org/Hardening). * Minor correction to Norwegian Bokmaal translation. * Minor correction to Brazilian Portuguese translation. * Escape dashes in --name flag for groff (see lintian tag: hyphen-used-as-minus-sign). * Fix example using AM_MISSING_PROG in documentation: this macro no longer requires the third argument.
2014-10-12Update to 2.3.0:wiz2-6/+6
Changes not found.
2014-10-09Revbump for ocaml 4.02.0.jaapb1-2/+2
(Some packages omitted because they will be updated to new versions)
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz16-48/+16
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz7-14/+7
2014-10-07Revbump after updating libwebp and icuadam7-14/+14
2014-10-05Update to 3.6.4:wiz2-6/+6
Version 3.6.4 released 2014-09-29 * Important bug fix for dump when only sort_keys is set https://github.com/simplejson/simplejson/issues/106
2014-10-01Update to 1.46.3:wiz3-7/+9
help2man (1.46.3) unstable; urgency=medium * Update Serbian translation (thanks to Мирослав Николић). * Add Spanish translation (thanks to Antonio Ceballos). -- Brendan O'Dea <bod@debian.org> Sun, 21 Sep 2014 19:01:16 +1000
2014-09-13Bump PKGREVISION for hs-text-1.2.0.0szptvlfn2-3/+4
2014-09-07+ hs-aesonszptvlfn1-1/+2
2014-09-07Import aeson-0.7.0.6 as converters/hs-aeson,szptvlfn5-0/+92
packaged for wip. A JSON parsing and encoding library optimized for ease of use and high performance. To get started, see the documentation for the Data.Aeson module. (A note on naming: in Greek mythology, Aeson was the father of Jason.)
2014-09-07Update to 1.46.2:wiz3-7/+8
Version 1.46 July 7, 2014 * Add German, Ukranian and Polish translations of info documentation. * Add Hungarian and Norwegian Bokmaal translations.
2014-09-06Update skf to 1.99.9.obache3-10/+9
skf (1.99.9) * fix nkf compatible mode applied on inappropriate situation * fix k_in setting is ignored * fix "ansel" doesn't properly defined * fix document incorrectly declared UTF-16 as little endian.
2014-09-02Ensure 'cd dir && make' rules are executed in a sub-shell, allowing us tojperkin3-9/+24
remove MAKE_JOBS_SAFE=no. We can't depend on gmake due to circular dependencies.
2014-08-29make it clear what package depend onszptvlfn1-1/+2
discussed with wiz@.
2014-08-29Version 1.0.9, released on 2014-08-12rodent2-6/+6
===================================== * Don't crash when gradients are applied to paths