summaryrefslogtreecommitdiff
path: root/converters/xlHtml-mixedcase/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2002-10-22Rename xlHtml to xlhtml.wiz1-19/+0
2002-10-22Update to 0.5.1. Changes unknown. Closes PR 18510.wiz1-2/+4
2002-09-23Update to 0.5, changes unknown. Convert to buildlink2.wiz1-3/+3
Remove the buildlink2.mk, since the libraries referenced there are not installed any more.
2002-08-31Correct MASTER_SITES. Fixes PR/18060mjl1-2/+2
2002-04-08Update xlhtml package to 0.4.9.3 with HOMEPAGE and MASTER_SITES updates.taca1-5/+5
xlHtml ChangeLog 0.4.9.3 03/19/02 *Began code modularization *Changed pointers to xlhtml web site 0.4.9.2 03/13/02 *Turned over xlhtml to Charles Wyble *Added a patch to support bold formatting 0.4.9.1 03/10/02 * Fixed bug in cole.c which causes errors reading ppthtml files - Takahiro Kamba * Fixed bug in page name output for non-html output * xlhtml now uses Microsoft CodePages - Victor Wagner P.S. My last name isn't "Kamba" but "Kambe". :-)
2001-12-28Update xlhtml package to 0.4nb1 fixing one bug thattaca1-1/+2
ppthtml always print bellow message. travel: cole: No such file or directory
2001-12-10Update xlHtml to 0.4. This should close pkg/14888.taca1-6/+3
Changes from 0.2.8 is here. 0.4 12/03/01 * removed spurrious tab before closing XML tag - Mike Ralphson * Fixed bug in trim edges * Many signed / unsigned cleanups * Updated the xldump utility - Charles Wyble * Added xlcdump utility to dump chart information - Charles Wyble * Added doxygen doco generation - Rafael Kitover * Added patch to support String Formulas - Rafael Kitover * Changed unsupported numeric formats to output using floating point technique with the decimal suppressed. Was truncating to MAXINT. * Fixed bug where CSV was not escaping currency fields - Rafael Kitover * Fixed bug where unknown field types were not escaped in CSV - Rafael Kitover * Fixed bug in cell merging where the whole row was selected * Fixed bug in mailto hyperlink * Now supports custom colors * New command line option -nh to suppress header & body tags in html * Fixed bug where tab delimited was allowing an extra tab at the EOL * Fixed bug in blank cells for CSV output - Thorsten Koch * Added test for negative value in cole_fread * Optimized html further so it suppresses alignment of blank rows * Improved portability to DOS & WIN32 * Moved everything over to U8, U16, U32, F32, & F64 data types. This is in effort to improve support on 64 bit platforms. * Added the xlv script from Asher Blum 0.3 10/19/01 * Added drive letter check for DOS & Windows * Fixed situation where ellipses were not being rendered correctly * Fixed Unicode problem in Label Cells * Fixed problem where cells created by row data were not being updated when the cell was officially created. * Program renamed to xlhtml...all lowercase. * Moved xlHtml over to a new makefile system. It does a static build now. * Finished moving cole library to mkstemp from tempnam() * Cole library unlinks temp files after opening so they are deleted * Fixed Numeric formats that need a comma * Fixed font name to not have Rich Text * Added bounds checking to Row Info opcode * Fixed hyperlinks that are unicode. * Scripts changed to use mkstemp * Added support for many currency & accounting formats * Aggressive optimizations make smaller html now * Fixed several cases where Ascii output had html in it * Added CSV output patch from Rob Arnold * Added support for multiple fonts in same cell * Added patch for continuation from Hironori * Added support for multiple style attributes in same cell * Added support for Hyperlinks * Added XML patch from Jason Venner * Added xls-handler for Apache
2001-11-29A dependency on automake implies a dependency on autoconf; there's no needjlam1-2/+1
to list them both when we listing just automake will do.
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-08-26Update automake to 1.4-p5 (1.5 is available)skrll1-2/+2
Include a bugfix for lisp_LISP independently discovered by me that has been pulled up to the automake-1-4 branch of automake cvs. Changes are: New in 1.4-p5: * Allow AM_PROG_LIBTOOL again. * Diagnose AC_CONFIG_HEADERS the same as AC_CONFIG_HEADER. * Display distributed file list correctly in usage message. * Allow numbers in macro names. * Bugfixes. New in 1.4-p4: * Deal with configure.ac as well as configure.in -- this time for real! * The version numbering system now allows three point version numbers, such as 1.4.4, without thinking they are alpha release numbers. New in 1.4-p3: * Deal with configure.ac as well as configure.in. * Don't complain if `version.texi' is included in multiple places. New in 1.4-p2: * Deal with AC_CONFIG_FILES from autoconf-2.50. * Improvements to f77 support. * DESTDIR now works for script targets. * distcheck-hook works correctly. New in 1.4-p1: * The version numbering system now allows fork identifiers (such as the p1 in this version of automake). * Cope gracefully with various versions of libtool which may or may not require ltconfig, ltcf-c.sh, ltcf-cxx.sh or ltcf-gcj.sh. * Bugfixes.
2001-08-19Mark as USE_BUILDLINK_ONLY and add a buildlink.mk file for use by otherjlam1-1/+2
package Makefiles.
2001-05-14Initial import of xlHtml-0.2.8 into the packages collection.agc1-0/+19
Provided in PR 12882 by Jesse Off (joff@newmonics.com) xlHtml is an Excel 95 and later file converter. Its html output can be used as a Netscape Plugin to let you view xls e-mail attachments. It can also extract regions of a spreadsheet and convert the spreadsheet to pure text rather than html.