From owner-cvs-all@FreeBSD.ORG Mon Mar 20 19:22:13 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD13C16A400; Mon, 20 Mar 2006 19:22:13 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 570CE43D48; Mon, 20 Mar 2006 19:22:13 +0000 (GMT) (envelope-from pav@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 k2KJMD05036130; Mon, 20 Mar 2006 19:22:13 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2KJMDoW036129; Mon, 20 Mar 2006 19:22:13 GMT (envelope-from pav) Message-Id: <200603201922.k2KJMDoW036129@repoman.freebsd.org> From: Pav Lucistnik Date: Mon, 20 Mar 2006 19:22:13 +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/py-utils Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Mar 2006 19:22:13 -0000 pav 2006-03-20 19:22:13 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-utils Makefile distinfo pkg-descr pkg-plist Log: The Voidspace Pythonutils package is a simple way of installing the Voidspace collection of modules. These are currently: ConfigObj 4.1.0 - Easy config file reading/writing validate 0.2.1 - Validation and type conversion system listquote 1.4.0 - String to list conversion StandOut 2.1.0 - Simple logging and output control object pathutils 0.2.4 - For working with paths and files cgiutils 0.3.5 - CGI helpers urlpath 0.1.0 - Functions for handling URLs odict 0.2.1 - Ordered Dictionary Class Several of the Voidspace Projects depend on these modules. They are also useful in their own right of course. They are primarily general utility modules that simplify common programming tasks in Python. WWW: http://www.voidspace.org.uk/python/pythonutils.html PR: ports/94657 Submitted by: Daniel Revision Changes Path 1.2143 +1 -0 ports/devel/Makefile 1.1 +29 -0 ports/devel/py-utils/Makefile (new) 1.1 +3 -0 ports/devel/py-utils/distinfo (new) 1.1 +17 -0 ports/devel/py-utils/pkg-descr (new) 1.1 +65 -0 ports/devel/py-utils/pkg-plist (new)