aboutsummaryrefslogtreecommitdiff
path: root/devel/xlslib
Commit message (Collapse)AuthorAgeFilesLines
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* - Remove USE_GCC where it can be satisfied with base compiler on followingPav Lucistnik2008-07-251-1/+0
| | | | | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT Notes: svn path=/head/; revision=217485
* Large round of typo fixes in ports/devel (pkg-descr).Jimmy Olgeni2008-06-011-1/+1
| | | | Notes: svn path=/head/; revision=214100
* Mark as broken with gcc4.2 on 64-bit archs.Mark Linimon2007-10-021-1/+9
| | | | Notes: svn path=/head/; revision=200601
* - Update to 0.2.5Martin Wilke2007-04-263-38/+5
| | | | | | | | PR: 112157 Submitted by: Sergey Prikhodko <sergey@network-asp.biz> (maintainer) Notes: svn path=/head/; revision=190979
* Use libtool port instead of included version to avoid objformat a.out botchKris Kennaway2007-02-011-0/+1
| | | | Notes: svn path=/head/; revision=183830
* Remove USE_REINPLACE from all categories starting with DEdwin Groothuis2006-05-041-1/+0
| | | | Notes: svn path=/head/; revision=161363
* Add xlslib, a C++ library for generation of Excel(TM) filesEmanuel Haupt2005-12-135-0/+126
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@network-asp.biz> Notes: svn path=/head/; revision=151097