From owner-cvs-all@FreeBSD.ORG Sat Aug 22 22:10:53 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29194106568B; Sat, 22 Aug 2009 22:10:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 18F0E8FC1D; Sat, 22 Aug 2009 22:10:53 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n7MMAq7P053071; Sat, 22 Aug 2009 22:10:52 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n7MMAqTg053070; Sat, 22 Aug 2009 22:10:52 GMT (envelope-from miwi) Message-Id: <200908222210.n7MMAqTg053070@repoman.freebsd.org> From: Martin Wilke Date: Sat, 22 Aug 2009 22:10:52 +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/textproc Makefile ports/textproc/py-xlwt Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Aug 2009 22:10:53 -0000 miwi 2009-08-22 22:10:52 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/py-xlwt Makefile distinfo pkg-descr pkg-plist Log: Library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003 XLS files, on any platform, with Python 2.3 to 2.6 xlwt is a library for generating spreadsheet files that are compatible with Excel 97/2000/XP/2003, OpenOffice.org Calc, and Gnumeric. xlwt has full support for Unicode. Excel spreadsheets can be generated on any platform without needing Excel or a COM server. The only requirement is Python 2.3 to 2.6. xlwt is a fork of pyExcelerator. WWW: http://www.python-excel.org/ PR: ports/137969 Submitted by: Dikshie Revision Changes Path 1.1373 +1 -0 ports/textproc/Makefile 1.1 +19 -0 ports/textproc/py-xlwt/Makefile (new) 1.1 +3 -0 ports/textproc/py-xlwt/distinfo (new) 1.1 +11 -0 ports/textproc/py-xlwt/pkg-descr (new) 1.1 +152 -0 ports/textproc/py-xlwt/pkg-plist (new)