From owner-cvs-all@FreeBSD.ORG Fri Jul 18 13:15:24 2008 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 AD99A1065683; Fri, 18 Jul 2008 13:15:24 +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 8DDE08FC49; Fri, 18 Jul 2008 13:15:24 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m6IDFOMl071501; Fri, 18 Jul 2008 13:15:24 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m6IDFOCG071500; Fri, 18 Jul 2008 13:15:24 GMT (envelope-from miwi) Message-Id: <200807181315.m6IDFOCG071500@repoman.freebsd.org> From: Martin Wilke Date: Fri, 18 Jul 2008 13:15:24 +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/math Makefile ports/math/py-gmpy Makefile distinfo pkg-descr 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: Fri, 18 Jul 2008 13:15:24 -0000 miwi 2008-07-18 13:15:24 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/py-gmpy Makefile distinfo pkg-descr Log: Readded in math/ A C-coded Python extension module that wraps the GMP library to provide to Python code fast multiprecision arithmetic (integer, rational, and float), random number generation, advanced number-theoretical functions, and more. WWW: http://code.google.com/p/gmpy/ Revision Changes Path 1.485 +1 -0 ports/math/Makefile 1.1 +25 -0 ports/math/py-gmpy/Makefile (new) 1.1 +3 -0 ports/math/py-gmpy/distinfo (new) 1.1 +6 -0 ports/math/py-gmpy/pkg-descr (new)