From owner-cvs-all@FreeBSD.ORG Sat Feb 10 14:38:18 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 047FE16A414; Sat, 10 Feb 2007 14:38:18 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id C32E013C4B5; Sat, 10 Feb 2007 14:38:17 +0000 (UTC) (envelope-from mux@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l1AEcHLj074505; Sat, 10 Feb 2007 14:38:17 GMT (envelope-from mux@repoman.freebsd.org) Received: (from mux@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l1AEcH72074504; Sat, 10 Feb 2007 14:38:17 GMT (envelope-from mux) Message-Id: <200702101438.l1AEcH72074504@repoman.freebsd.org> From: Maxime Henrion Date: Sat, 10 Feb 2007 14:38:16 +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/p5-Math-BigInt-GMP 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: Sat, 10 Feb 2007 14:38:18 -0000 mux 2007-02-10 14:38:16 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-BigInt-GMP Makefile distinfo pkg-descr pkg-plist Log: Add math/p5-Math-BigInt-GMP, a backend for the Math::BigInt module that uses the C libgmp library for fast bignum computations. Reviewed by: tobez Revision Changes Path 1.443 +1 -0 ports/math/Makefile 1.1 +27 -0 ports/math/p5-Math-BigInt-GMP/Makefile (new) 1.1 +3 -0 ports/math/p5-Math-BigInt-GMP/distinfo (new) 1.1 +9 -0 ports/math/p5-Math-BigInt-GMP/pkg-descr (new) 1.1 +9 -0 ports/math/p5-Math-BigInt-GMP/pkg-plist (new)