From owner-cvs-ports@FreeBSD.ORG Tue Dec 13 13:39:48 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7272A16A41F; Tue, 13 Dec 2005 13:39:48 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3845B43D5D; Tue, 13 Dec 2005 13:39:48 +0000 (GMT) (envelope-from ehaupt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBDDdmdp052840; Tue, 13 Dec 2005 13:39:48 GMT (envelope-from ehaupt@repoman.freebsd.org) Received: (from ehaupt@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBDDdlMa052839; Tue, 13 Dec 2005 13:39:47 GMT (envelope-from ehaupt) Message-Id: <200512131339.jBDDdlMa052839@repoman.freebsd.org> From: Emanuel Haupt Date: Tue, 13 Dec 2005 13:39:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/xlslib Makefile distinfo pkg-descr pkg-plist ports/devel/xlslib/files patch-src_xlslib_label.cpp X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2005 13:39:48 -0000 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 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)