pkgsrc/math
wiz 94caff876f Update to 2.16, provided by Mark E. Perkins in PR 30934:
2.16 January 6 2005 - Major

    + Rewrote and reinstated the write_comment() method to take
      account of the changes in the Excel 97+ comment format.
      Currently conflicts with insert_bitmap(), see docs.

    + Added standard styles such as comma, percent and currency.

    ! Changed write_url() methods to allow numbers or formulas
      as well as strings as the optional text.
      Requested by many.

    + Documented use of encoding flag in add_worksheet() to allow
      handling of UTF-16 sheet names.

    + Added encoding flag to merge_range() method to allow
      handling of UTF-16 strings. Requested by many.
      Added merge6.pl example program.

    + Added hide_zero() worksheet method to allow hiding of zero
      values in cells.

    + Added print_across() worksheet method to allow changing of
      the default print direction.

    + Added right_to_left() worksheet method to allow changing of
      the default worksheet direction in eastern versions of Excel.

    + Documented the Worksheet hide() method.

    + Added comments1.pl and comments2.pl example programs.

    + Added tests for the internal methods used by write_comment().



2.15 September 18 2005 - Minor

    ! Changed OLE container stream name from "Book" to "Workbook"
      for compatibility with some third party apps.
      Thanks Wieland Pusch and Kevin McMahon.

    ! Fixed bug that caused all worksheets to be selected in
      OpenOfficeOrg causing strange linking of data between
      Worksheets. Thanks  M. Brodbelt. See
      http://rt.cpan.org/NoAuth/Bug.html?id=14094
      http://www.openoffice.org/issues/show_bug.cgi?id=52955

    ! Changed file creation from end of program to the start of
      program in order to avoid race conditions and extra file
      creation on VMS.

    + Added optional user supplied results for formulas as a
      workaround for uncalcuated values in some non-Excel apps.
      Added formula_result.pl example of above.


2.14 May 9 2005 - Minor

    ! Fixed handling of Unicode font names.


2.13 April 20 2005 - Minor

    ! Made it a fatal error to use a merged format in a non-
      merged cell (and vice-versa). This is a temporary measure
      to prevent people from shooting themselves in the foot
      until the Format.pm code can be refactored.

    + Add 01_merge_formats.t test for above.

    + Added date_time tests.


2.12 March 22 2005 - Minor

    + Added further Unicode support. The following methods now
      handle uft8 in perl 5.8:
      add_worksheet()
      set_header()
      set_footer()
      set_font()
      set_num_format()

    + Added unicode_cyrillic.pl example.

    + Added 01_add_worksheet.t test.


2.11 September 30 2004 - Minor

    - Removed undocumented date_time handling from write() to
      avoid potential false matches.

    + Added add_write_handler() method to allow users to add
      their own data handlers to write().

    + Added 4 write_handler examples.


2.10 September 23 2004 - Major

    + Added chart support via external templates.
      Added Chart.pm and add_chart_ext() method to Workbook object.
      Added /charts directory with examples and documentation

    + Added write_date_time() worksheet method for writing dates
      and times in Excel date format.
      Added date_time.pl example.

    + Added automatic Unicode handling via utf8 in perl 5.8 and
      later. Thanks Mark Fowler.
      Added several unicode_*.pl examples in different encodings.
      Thanks to Sean Burke for the sample encodings.

    + Added write_to_scalar.pl example in order to answer frequently
      asked question about writing an Excel file to a scalar.


2.04 August 18 2004 - Minor

    ! Fixed handling of Euro symbol in num_format() strings.

    ! Renamed the Excel 5 style merge() format to the more correct
      center_across(). Updated examples accordingly.

    ! Added bug warning about using merge formats outside of
      merged ranges.

    + Fixed handling of doubled double quotes in formula strings.
      Thanks to a tip from merlyn.

    + The 2.xx versions are now compatible with MS Access. Removed
      statements to the contrary.


2.03 July 4 2004 - Minor

    ! Fixed bug that prevented column outlines from displaying.
      Thanks to Marc Rosenthal.

    ! Enhanced add_worksheet() name checking to exclude case-
      insensitive duplicate names.
      Thanks to James Wilkinson.

    ! Internal fix to number of rows in several (unseen) places.

    + Added mod_perl 2 example program from Matisse Enzer. Thanks.


2.02 May 28 2004 - Minor

    + Fixed internal version numbers to keep CPAN.pm happy.
      Thanks to David Dyck.

    + Minor changes to demo.pl merge5.pl and the html docs.


2.01 May 27 2004 - Major

    This version is a MAJOR revision to Spreadsheet::WriteExcel. The
    format of the Excel file that it produces has been updated from
    Excel 5 to Excel 97. This allows support for long, 32k character
    strings and Unicode.

    DUE TO THE MAJOR INTERNAL CHANGES IT IS RECOMMENDED THAT YOU TEST
    THIS UPGRADE FULLY BEFORE DEPLOYING IT.

    Also note that this version can be 1.5 to 2 times slower than
    previous versions and the write_comment() method has been
    temporarily removed. These issues will be fixed in later releases.


    + Changed the default Excel format to Excel 97.

    + Added support for strings up to 32767 character.

    + Added support for Unicode strings.

    + Improved speed in relation to pre-release versions.
      However, it is still slower than the 1.xx versions.

    + Improved OpenOffice.org support.

    + Added more examples: diag_border.pl, indent.pl,
      unicode.pl, unicode_japan.pl, unicode_list.pl

    + Changed the distro dir structure.

    - Temporarily removed write_comment() support since the Excel 5
      version isn't compatible with Excel 97+.


1.01 May 24 2004 - Minor

    ! Small non-bug fix to write_comment().


0.43 April 28 2004 - Minor

    ! Fixed longstanding bug where page setup features didn't
      show up in OpenOffice.org.

    ! Fixed localised @_ bug when using threaded perls.
      Thanks Tamas Gulacsi and Stephan Loescher.


0.42 August 26 2003 - Minor

    ! Fixed bug when using IO::Sclalar object as a filehandle.
      Thanks to Kyle R. Burton and David Robins.

    ! Fixed minor formula parser bug.
      Thanks Michael Braig

    ! Fixed handling of column sizing for widths less than 1
      unit (again). Thanks to Rubio (again).

    ! Failed new() returns undef instead of croak()ing as per docs.
2006-03-08 06:04:59 +00:00
..
abs Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
admesh Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
algae Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
antixls Initial import of antixls, an Excel file to text converter. 2006-03-07 15:19:59 +00:00
aribas Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
bc Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
blas Cosmetics: use BSD_INSTALL_LIB 2005-09-05 13:22:00 +00:00
blitz++ Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
calc * Teach the tools framework how to supply the pkgsrc version of 2006-03-05 16:27:22 +00:00
calcoo Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
capc-calc Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
cln Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
dcdflib.c Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
dcdflib.f Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
dfftpack Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
djbfft Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
eispack Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ess * Teach the tools framework how to supply the pkgsrc version of 2006-03-05 16:27:22 +00:00
eukleides * Teach the tools framework how to supply the pkgsrc version of 2006-03-05 16:27:22 +00:00
euler Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
fftpack Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
fftw Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
fftw2 * Teach the tools framework how to supply the pkgsrc version of 2006-03-05 16:27:22 +00:00
fftwf Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
galculator Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
gap Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
gcalctool Belatedly bump PKGREVISION for all libtasn1 dependencies, since 2006-03-06 00:18:10 +00:00
geg Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
glpk Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
gnumeric Belatedly bump PKGREVISION for all libtasn1 dependencies, since 2006-03-06 00:18:10 +00:00
gp-autpgrp Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
gp-factint Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
gp-fplsa Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
gp-grape Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
gp-grpconst Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
gp-lag Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
grace Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
graphopt Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
grpn Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
gsl Update to 1.7: 2005-09-30 12:31:28 +00:00
gtklife Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
guppi Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
lapack Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
libffm Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
libmatheval Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
linpack Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ltm Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
mapm Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
mathomatic Update mathomatic to 12.5.10. 2006-03-02 00:34:39 +00:00
maxima Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
mcsim * Teach the tools framework how to supply the pkgsrc version of 2006-03-05 16:27:22 +00:00
meschach Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
metis Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
minpack Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
mpfr update to 2.2.0 2006-03-02 19:09:39 +00:00
mtl Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
newmat Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
ntl Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
octave * Teach the tools framework how to supply the pkgsrc version of 2006-03-05 16:27:22 +00:00
octave-current * Teach the tools framework how to supply the pkgsrc version of 2006-03-05 16:27:22 +00:00
octave-forge Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
odepack Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
otter Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Math-Base85 This module handles numbers in base 85, via strings and Math::BigInt. 2005-08-13 07:59:41 +00:00
p5-Math-Bezier Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Math-BigInteger Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Math-FFT Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Math-GMP Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Math-Interpolate Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Math-MatrixReal Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Math-Pari Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Math-Random Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Number-Compare Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Number-Latin Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Set-Crontab Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Set-Infinite Bump the PKGREVISIONs of all (638) packages that hardcode the locations 2005-08-06 06:19:03 +00:00
p5-Spreadsheet-ParseExcel Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
p5-Spreadsheet-WriteExcel Update to 2.16, provided by Mark E. Perkins in PR 30934: 2006-03-08 06:04:59 +00:00
pari Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
pari-galdata Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
pear-Numbers_Roman Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
pear-Numbers_Words Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
php-bcmath Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
pspp Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-fpconst Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
py-numarray Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-Numeric Let the package find BLAS and LAPACK routines on Mac OS X. This makes the 2006-03-01 19:15:07 +00:00
py-pytables Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-rpy Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-Scientific Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
py-Scientific-doc Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
qalculate Changes 0.9.2: 2006-02-24 21:09:13 +00:00
qalculate-bases Changes 0.9.2: 2006-02-24 21:09:13 +00:00
qalculate-currency Changes 0.9.2: 2006-02-24 21:09:13 +00:00
qalculate-gtk Belatedly bump PKGREVISION for all libtasn1 dependencies, since 2006-03-06 00:18:10 +00:00
qalculate-kde Changes 0.9.2: 2006-02-24 21:09:13 +00:00
qalculate-units Changes 0.9.2: 2006-02-24 21:09:13 +00:00
quadpack Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
R * Teach the tools framework how to supply the pkgsrc version of 2006-03-05 16:27:22 +00:00
R-abind Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
R-CGIwithR Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
R-chron Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
R-clim.pact Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
R-DAAG Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
R-date Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
R-genetics Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
R-geoR Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
R-GRASS Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
R-gstat Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
R-httpRequest Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
R-hwde Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
R-ISwR Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
R-lmm Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
R-mapproj Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
R-maps Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
R-Matrix Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
R-PHYLOGR Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
R-pixmap Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
R-R2HTML Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
R-RArcInfo Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
R-Rcmdr Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
R-sgeostat Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
R-shapefiles Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
R-statmod Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
R-wle Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
randlib Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
ruby-gsl Bump PKGREVISION by update of ruby18-base package. 2006-01-03 15:07:28 +00:00
sc Use errno from errno.h, don't define it manually. Fix a case 2005-11-10 17:23:17 +00:00
scilab Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
slatec Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
snns Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
statist Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
superlu Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
tasp-vsipl Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
tochnog Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
udunits Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
vista Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
xeukleides Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
xgap Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
xldlas Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
xlife Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
xlispstat Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
xmgr Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
yacas Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
yorick * Teach the tools framework how to supply the pkgsrc version of 2006-03-05 16:27:22 +00:00
Makefile Add antixls (noted by wiz). 2006-03-07 23:22:05 +00:00