summaryrefslogtreecommitdiff
path: root/converters
AgeCommit message (Collapse)AuthorFilesLines
2007-01-02Update skf to 1.94.6.obache2-8/+8
v1.94.6 2006-12-29 fix JIS X-0213 batch table miss. remove UHC from man (not supported in 1.94).
2007-01-02Update skf to 1.94.5.obache2-8/+8
Changes: v1.94.5 2006-12-16 HKSCS table type error fix. JIS X-0213 further table fix. v1.94.4 2006-11-05 re-fix patch3 issue. v1.94.3 2006-11-02 fix crash by single shift when G1 table is defined and can't read. v1.94.2 2006-10-30 fix nls feature broke on patch 1. v1.94.1 2006-10-27 JEF/IBM DBCS HOST output fix. partial fix for cp943/cp932 treatment inconsistency. Further bound check. fix crash when output char. table can't properly read.
2006-12-19Fixed PKGMANDIR.rillig1-3/+3
2006-12-15DESTDIR support.joerg1-2/+4
2006-12-15Reset maintainer, ben@ has resigned.wiz1-2/+2
2006-12-09Update rss2html to 0.8.2. Patch provided by maintainer in PR 35215.obache2-6/+7
This new release adds support for libcurl. This fixes a problem in chunked encoding. And adds https support.
2006-12-03Added c++ to USE_LANGUAGES because configure (unnecessarily) looks forcbiere1-2/+2
a working C++ preprocessor and the build breaks if there's a non-working CC in PATH otherwise.
2006-12-02Instead of setting compiler flags in each package if it uses C99,jschauma1-7/+2
allow USE_LANGUAGES+=c99 and let gcc and mipspro do the right thing. May need to be reviewed/added for other compilers. ok rillig@
2006-11-18Update to 0.8.7:wiz2-7/+6
CHANGES: 0.8.6 - 0.8.7 - Revert the alignment fix, in order to mimick the way WP for Mac renders the documents (Fridrich) - Support for WP Mac 1.x documents (Fridrich) - Fix memory leak in standalone converters (Andrew Ziem) - Miscellaneous code cleanups (Fridrich) 0.8.5 -> 0.8.6 - Initial support of WP Mac 2.x documents (Fridrich) - Fix an alignment bug where alignment was propagated from multicolumn sections into following single column sections (Fridrich) - Initial conversion of headers/footers in WP42 parser (Fridrich) - Fix some parser errors in WP42 parser; now we seek to the right place and parse correctly all functions (Fridrich) - Fixed crash in wpd2foo if invoked with non-existing filename (Jody Goldberg) - Assure that the table we send to the listener implementation is a valid table independent of how messy the table is in the WP document (Fridrich) - Fix situations where there is no tab position information in WPUs inside the tabulator function; the fallback works now even if the position is 0 like in WP6 for DOS documents. - Try not to crash under any circumstance by sanitizing the code and throwing exception in illogical, but in WP documents very real, situations (sum1, Fridrich) - Make every implementation of WPXInputStream that we use return !0 if a seek fails; be more paranoiac with the result of read functions (sum1, Fridrich) - Ignore corrupted prefix packets in WP5 documents (Fridrich) - Try to convert as much information as possible even in corrupted WP3, WP5 and WP6 documents (Fridrich) - Libwpd now converts many documents that make crash WordPerfect itself. - Fine-tune the WP42 document detection. Detect as many WP42 files as possible while still discarding plain text documents (Fridrich, Marc) - Let the WP6 parser not die if the prefix packet it refers to is corrupted or absent (Fridrich) - Fix hangs while parsing a corrupted WP6ExtendedDocumentSummaryPacket (sum1, Fridrich) - General improvement of libwpd's conversion-success-rate and extensive QA with more than 46'000 real life documents (Mr. SUM1) 0.8.4 -> 0.8.5 - Conversion of font face, size and colour in WP5 parser, including the default font information (Fridrich) - Conversion of foot/endnotes in WP5.x format (Fridrich) - Conversion of headers/footers in WP3 and WP5 parsers (Fridrich) - Prevent negative paragraph margins due to page margin change. Removes the ugly text-border lines running across the text in OpenOffice.org (Fridrich) - Make page margins constant between two hard page breaks (Fridrich) - Convert page margin changes into section margins in multi-column sections - Move absolute position values in multicolumn sections from whatever column they are in into the first one. Fixes the off-page position of the second table in 05mechanicalservice.wpd (Fridrich) - Defer page span change to the end of the current paragraph if it is opened in order to prevent a paragraph break where it is not there in the original document (Fridrich) - Fix http://bugzilla.abisource.com/show_bug.cgi?id=10105, an incorrect conversion of table alignment in WP3.x file format (Fridrich) - Fix small issue with incorrect number of pages in page-spans (Fridrich) - Fix an issue with "==" operator for WPXPageSpan classes. The result is now the same independent on the order of the operands (Fridrich) - Fix http://bugzilla.abisource.com/show_bug.cgi?id=10279, a crash if a table from the middle of the tableList is in footnote and/or endnote (Marc, Fridrich) - Add an option "--info" to wpd2text; called with this option, wpd2text dumps the information of the document instead of converting it. This could be useful for beagle (Fridrich) - Refactoring of the listener structure and split of WPXListener into WPXContentListener and WPXStylesListener (Fridrich, Marc and Cyrille Moureaux as a guest star)
2006-11-14DESTDIR support. Use modular Xorg for wv.joerg5-17/+31
XXX Remove pre-install in libiconv?
2006-11-03DESTDIR support.joerg2-2/+5
2006-10-31Changes 1.2.4:adam2-7/+6
* Fixes crash on malicious documents * Better support for DateTimePicture fields
2006-10-29This package installs perl scripts; add a runtime dependency on perl.minskim1-1/+3
Bump PKGREVISION.
2006-10-14Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz3-8/+9
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz4-11/+11
2006-10-01Update skf to 1.94.0.obache4-34/+95
ChangeLog: (1) Implement fmt equivalent folding with forming. (2) Making Ruby Extension, Perl Extension is enabled. (3) Making rpm package is enabled. (4) New encoding: GB18030, GBK, BIG5-Plus, IBM DBCS(ibm930,3,5,7), cp5022(0,2,3), cp51932. (5) With cp932, cp51932, change to set use-ms-compat, kana-enable and use-compat automatically.
2006-09-16Bump revisions due to gnome-vfs2 update: dbus-glib is now a dependency.jmmv6-10/+12
This fixes problems when some installed packages are outdated. Per wiz@'s request. Grrr, I really hate this kind of change.
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache4-8/+8
2006-09-07Remove ruby-iconv since it merged to ruby18-base.taca3-26/+0
2006-09-07Remove ruby-iconv since it was merged to ruby18-base.taca1-2/+1
2006-09-06Update to 0.4.6, provided by Shaun Amott in PR 34485:wiz2-9/+8
------------------------------------------------------------------------ 2002-03-21 Don Moore <bboy@bboy.net> * ypost: Fixed =yend trailer, 0.45 omitted the "part=" field (thanks to Stephen Lee for noticing this). ------------------------------------------------------------------------
2006-09-03Reset maintainer for people who lost their commit bit.wiz1-2/+2
2006-09-01Enable locale feature.obache2-6/+37
2006-08-24Update skf pacakge to 1.93.11.taca2-8/+8
* fix crash when specify --html-sanitize on Unicode output. * fix U+222a and U+2229 in MS-gaiji area is swapped. Patch was provided by PR pkg/34251 from OBATA Akio.
2006-08-23Do not build this package with python24, which already includes this.minskim1-2/+2
2006-08-10Remove teTeX2 from TEX_ACCEPTED, because the teTeX2 packages will be removedminskim1-2/+2
shortly.
2006-07-22Added "c" to USE_LANGUAGES for packages that use GNU configure scripts,rillig1-2/+2
since they always need a C compiler, even when the source code is completely in C++. For some other packages, stated in the comment that a C compiler is really not needed.
2006-07-19Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrcjlam1-2/+1
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using the default LIBTOOL_OVERRIDE to replace libtool scripts in packages. This just formalizes the fact that LTCONFIG_OVERRIDE is not used meaningfully by pkgsrc.
2006-07-17Update to 1.2.1:wiz2-7/+6
1.2.1 is a minor bugfix release.
2006-07-17Added GNU_PROGRAM_PREFIX to BUILD_DEFS and fixed pkglint warnings.rillig1-4/+6
2006-07-09Update p5-Jcode package to 2.06.taca3-29/+6
# # $Id: Changes,v 2.6 2006/07/02 07:56:06 dankogai Exp dankogai $ # $Revision: 2.6 $ $Date: 2006/07/02 07:56:06 $ ! Jcode.pm t/regex.t t/tr.t Security fix by Hanabusa-san that prevents options from being eval'ed. <20060702140740.9DDB.DOT-DANKOGAI@ziro.org> 2.05 2006/05/16 05:00:19 ! Jcode.pm t/jfold.t Jcode->new('12345678900')->jfold(5) must be ('12345','67890', '0') but the trailing 0 was lost. Message-Id: <6.2.3.4.2.20060516111520.03407f18@mail.sj.estore.co.jp> 2.04 2006/04/15 04:08:30 ! Jcode.pm t/perl581.t Fixed: $j->GIVEN_ENCODING not working as advertized. Message-Id: <20060414152058.2BCE.KSK@be.to> Message-Id: <4355CE4F-6261-458F-8F2F-66BE6831991D@dan.co.jp> 2.03 2005/07/07 04:00:52 ! Jcode.pm t/tr.t Fixed: $j->tr($from, "a-z/") yields unexpected result Message-Id: <20050706114544.D80E.KSK@be.to> Message-Id: <530FB8E2-B09D-4BBA-A271-09F0D91AAD79@dan.co.jp> 2.02 2005/06/29 14:00:09 ! Jcode.pm t/convert.t Addressed: Jcode::convert("constant" ...) croaks because 'Modification of a read-only value attempted'. Reported by Akira Kawamata via htmllint@ring.gr.jp Message-Id: <200506291823.ADF32994.VUONVB@piedey.co.jp> Message-Id: <674CABD0-F30B-4244-AFD6-AE9BFA0F3744@dan.co.jp> 2.01 2005/06/20 06:21:06 ! Makefile.PL vs. ExtUtils::MakeMaker 6.30 -- Thanks, Mike (Castle|Schwern). Message-Id: <20050620041227.GE5165@windhund.schwern.org> 2.00 2005/05/16 19:07:51 ! Jcode.pm 2.00 released ex officio! 1.99_07 2005/03/08 ! Jcode.pm jfold() fixes by nipotan http://blog.livedoor.jp/nipotan/archives/15894714.html 1.99_06 2005/02/19 ! Jcode.pm Jcode/Nihongo.pod tr(), jfold(), m() and s() now accepts flagged UTF-8 strings in addition to EUC-JP strings. ! Jcode.pm Jcode/Nihongo.pod t/jfold.t More patches by makamaka@donzoko.net. Message-Id: <200502180920.j1I9KLvB000550@www231.sakura.ne.jp> 1.99_05 2005/02/18 ! Jcode.pm MANIFEST Makefile.PL + Jcode/Nihongo.pod t/jfold.t Enhancements & Japanese POD with a help from makamaka@donzoko.net. Message-Id: <200502161338.j1GDct2I012566@www231.sakura.ne.jp> 1.99_04 2005/02/15 ! Jcode.pm * Minor pod fixes * More field test at http://openlab.jp/Jcode/ before the official release 1.99_03 2005/02/13 ! Jcode.pm Addressed a bug that Jcode did not handle 'binary' correctly, reported by Takahashi-san + t/append.t Surprisingly, append() was not in the test suite so there. ! Jcode.pm * $j->any_encoding feature added via AUTOLOAD. * More testings * Pod revisions 1.99_02 2005/02/12 - Unicode/_test.pl This file was totally unnecessary but got installed via MakeMaker so it is now removed from MANIFEST ! Makefile.PL Now smarter so that only Jcode.pm is build and installed when appropriate (when your perl is 5.8.1 or better). 1.99_01 2005/02/12 ! * First 2.0-beta.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam8-16/+16
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam8-8/+16
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-07Add an explicit run-time dependency on perl because these packagesjlam1-1/+3
install perl scripts. Bump the PKGREVISION for the dependency change.
2006-07-04Update to 1.03.10. pkg/33915.yyamano2-9/+8
Submitted by OBATA Akio. Thanks! Changes: * SJIS bound check is not properly confirmed. * output default code is not properly defined.
2006-06-21Remove conflicting declaration of malloc(); include stdlib.h instead.minskim2-1/+19
2006-06-18Fix chunk offsets, the isnan part needs math.h, not dlopen.joerg2-9/+9
2006-06-14Update to wv2-0.2.3markd2-7/+6
* Fixed an integer overflow bug (CVE-2006-2197) * Applied a patch by Friedemann Kleint (Fa. metis) with fixes for Solaris / Sun C++ 5.5 Patch 113817-02 2003/08/29. Additionally fixes some tab-related bugs (unique and erase stuff)
2006-06-13Update converters/bibtex2html to 1.82tonio2-6/+6
Version 1.82, 07/06/2006 ======================== o `` and '' translated to &ldquo; and &rdquo; o aesthetic changes: - no more line break between the entry and the links; - more space between an abstract and the next entry o improving date parsing: month field such as "2~" # dec is now parsed o fixed bug: a space after a macro is now discarded
2006-06-09Remove conflicting declaration of malloc(); include stdlib.h instead.minskim2-1/+15
2006-06-09USE_TOOLS+=lexminskim1-1/+2
2006-06-08Explicitly disable NLS. This should fix PLIST problems on Linux,jlam1-1/+7
where glibc has its own gettext functions and the configure script was picking it up and as a result the install process copied a lot of *.mo files into ${PREFIX}.
2006-06-04Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).joerg2-6/+3
While going through the tree, fix some more packages which had similiar issues with too strict conflicts, bump the revisions of those.
2006-06-04Needs Python 2.1+joerg2-2/+4
2006-06-02Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,joerg1-2/+2
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or ap2-* respectively. Add new variables to simplify the Makefile handling. Add CONFLICTS on the old names. Reset revisions of bumped packages. ap-php will now depend on the default Apache and PHP version. All programs using it have an implicit option of the Apache version as well. OK from jlam@ and adrianp@.
2006-05-13Update converters/bibtex2html to 1.81tonio2-6/+6
Version 1.81, 12/05/2006 ======================== o new option --print-keys to display the sorted keys (and exit) o improved date sorting to handle months such as mar # "\slash " # apr o no table anymore with -nokeys (only HTML paragraphs)
2006-05-12Needs C++.rillig1-1/+2
2006-05-09This uses and depends on "c++". Bump PKGREVISION also.reed1-2/+3
2006-04-26Update converters/bibtex2html to 1.80tonio2-8/+7
Version 1.80, 15/3/2006 ======================= o remove leading ./ in front of relative URLs (was introduced a long time ago to circumvent an Internet Explorer bug; see below) o no more escaping of the character & in URLs Version 1.79, 22/2/2006 ======================= o fixed bug with ISO-latin characters in bib2bib conditions o fixed bug with implicit abbrevs (jan, feb, etc.)
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz3-6/+6