From owner-cvs-ports@FreeBSD.ORG Sat May 14 12:09:56 2005 Return-Path: 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 873C516A4CE; Sat, 14 May 2005 12:09:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 775AC43D49; Sat, 14 May 2005 12:09:56 +0000 (GMT) (envelope-from jylefort@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 j4EC9ubl086487; Sat, 14 May 2005 12:09:56 GMT (envelope-from jylefort@repoman.freebsd.org) Received: (from jylefort@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4EC9u2e086486; Sat, 14 May 2005 12:09:56 GMT (envelope-from jylefort) Message-Id: <200505141209.j4EC9u2e086486@repoman.freebsd.org> From: Jean-Yves Lefort Date: Sat, 14 May 2005 12:09:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/textproc Makefile ports/textproc/py-excelerator Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 14 May 2005 12:09:56 -0000 jylefort 2005-05-14 12:09:56 UTC FreeBSD ports repository Modified files: textproc Makefile Added files: textproc/py-excelerator Makefile distinfo pkg-descr pkg-plist Log: Add py-excelerator. pyExcelerator is a Python library that can generate Excel 97+ files and import Excel 95+ files. It supports Unicode in Excel files, and can use a variety of formatting features and printing options. It can dump Excel and OLE2 compound files. WWW: http://sourceforge.net/projects/pyexcelerator PR: ports/80962 Submitted by: Choe Cheng-Dae Revision Changes Path 1.820 +1 -0 ports/textproc/Makefile 1.1 +38 -0 ports/textproc/py-excelerator/Makefile (new) 1.1 +2 -0 ports/textproc/py-excelerator/distinfo (new) 1.1 +6 -0 ports/textproc/py-excelerator/pkg-descr (new) 1.1 +75 -0 ports/textproc/py-excelerator/pkg-plist (new)