From owner-cvs-all@FreeBSD.ORG Sat Jan 9 12:12:44 2010 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 2D4DA1065679; Sat, 9 Jan 2010 12:12:44 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1CF518FC12; Sat, 9 Jan 2010 12:12:44 +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 o09CCi7w046502; Sat, 9 Jan 2010 12:12:44 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o09CCh74046501; Sat, 9 Jan 2010 12:12:43 GMT (envelope-from wen) Message-Id: <201001091212.o09CCh74046501@repoman.freebsd.org> From: Wen Heping Date: Sat, 9 Jan 2010 12:12:43 +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/databases Makefile ports/databases/py-dbf 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, 09 Jan 2010 12:12:44 -0000 wen 2010-01-09 12:12:43 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/py-dbf Makefile distinfo pkg-descr pkg-plist Log: py-dbf is a pure python package for reading/writing dBase, FoxPro, and Visual FoxPro .dbf files (including memos). Currently supports dBase III, and FoxPro - Visual FoxPro 6 tables. Text is returned as unicode, and codepage settings in tables are honored. Documentation needs work, but author is very responsive to e-mails. WWW: http://pypi.python.org/pypi/dbf/ Revision Changes Path 1.826 +1 -0 ports/databases/Makefile 1.1 +20 -0 ports/databases/py-dbf/Makefile (new) 1.1 +3 -0 ports/databases/py-dbf/distinfo (new) 1.1 +9 -0 ports/databases/py-dbf/pkg-descr (new) 1.1 +19 -0 ports/databases/py-dbf/pkg-plist (new)