cvs commit: ports/devel Makefile ports/devel/xlslib Makefile distinfo pkg-descr pkg-plist ports/devel/xlslib/files patch-src_xlslib_label.cpp

Emanuel Haupt ehaupt at FreeBSD.org
Tue Dec 13 05:39:48 PST 2005


ehaupt      2005-12-13 13:39:47 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/xlslib         Makefile distinfo pkg-descr pkg-plist 
    devel/xlslib/files   patch-src_xlslib_label.cpp 
  Log:
  Add xlslib, a C++ library for generation of Excel(TM) files
  
  xlsLib is a multiplatform, C++ developed, library for dynamically
  generating Excel(TM) files (*.xls). It allows the generation of Excel(TM)
  compatible files without the need of any other external software.
  
      * Easy to use, fully object oriented, API.
      * Excel 95 (TM) format spreadsheets.
      * Multiple worksheets.
      * All standard font's styles and colors.
      * All standard cell's styles, colors and properties.
      * All standard cell's border-styles and colors.
      * Three basic type of cells:
            o Blank.
            o Label. The text in labels can be formated in all standard styles.
            o Number. All standard number-formats are supported.
      * Merged cells.
      * Handling of cells using ranges.
  
  PR:             89933
  Submitted by:   Sergey Prikhodko <sergey at network-asp.biz>
  
  Revision  Changes    Path
  1.2065    +1 -0      ports/devel/Makefile
  1.1       +30 -0     ports/devel/xlslib/Makefile (new)
  1.1       +3 -0      ports/devel/xlslib/distinfo (new)
  1.1       +29 -0     ports/devel/xlslib/files/patch-src_xlslib_label.cpp (new)
  1.1       +18 -0     ports/devel/xlslib/pkg-descr (new)
  1.1       +46 -0     ports/devel/xlslib/pkg-plist (new)


More information about the cvs-all mailing list