From owner-cvs-all@FreeBSD.ORG Tue Jun 5 07:12:31 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7B62416A421; Tue, 5 Jun 2007 07:12:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 6A96913C4BF; Tue, 5 Jun 2007 07:12:31 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l557CVrS094444; Tue, 5 Jun 2007 07:12:31 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l557CVFE094440; Tue, 5 Jun 2007 07:12:31 GMT (envelope-from miwi) Message-Id: <200706050712.l557CVFE094440@repoman.freebsd.org> From: Martin Wilke Date: Tue, 5 Jun 2007 07:12:31 +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-pyutil 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: Tue, 05 Jun 2007 07:12:31 -0000 miwi 2007-06-05 07:12:31 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-pyutil Makefile distinfo pkg-descr pkg-plist Log: These are a few data structures, classes and functions which we've needed over many years of Python programming and which seem to be of general use to other Python programmers. Many of the modules that have existed in pyutil over the years have subsequently been obsoleted by new features added to the Python language or its standard library, thus showing that we're not alone in wanting tools like these. WWW: http://zooko.com/repos/pyutil/ PR: ports/113185 Submitted by: Chao Shin Revision Changes Path 1.2774 +1 -0 ports/devel/Makefile 1.1 +41 -0 ports/devel/py-pyutil/Makefile (new) 1.1 +3 -0 ports/devel/py-pyutil/distinfo (new) 1.1 +10 -0 ports/devel/py-pyutil/pkg-descr (new) 1.1 +2 -0 ports/devel/py-pyutil/pkg-plist (new)