From owner-cvs-ports@FreeBSD.ORG Sat Apr 11 11:46:18 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 338FD1065809; Sat, 11 Apr 2009 11:46:18 +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 22E458FC1C; Sat, 11 Apr 2009 11:46:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n3BBkIaB018754; Sat, 11 Apr 2009 11:46:18 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n3BBkIoZ018753; Sat, 11 Apr 2009 11:46:18 GMT (envelope-from miwi) Message-Id: <200904111146.n3BBkIoZ018753@repoman.freebsd.org> From: Martin Wilke Date: Sat, 11 Apr 2009 11:46:18 +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-MPC Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Apr 2009 11:46:19 -0000 miwi 2009-04-11 11:46:18 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-MPC Makefile distinfo pkg-descr pkg-plist Log: p5-Math-MPC is a module wraps the MPC library functions. The MPC library is a C library for multiple-precision complex number computations with exact rounding. It is based on the MPFR C library which, in turn, is based on the GMP C library. WWW: http://search.cpan.org/dist/Math-MPC PR: ports/133396 Submitted by: Wen Heping Revision Changes Path 1.592 +1 -0 ports/math/Makefile 1.1 +24 -0 ports/math/p5-Math-MPC/Makefile (new) 1.1 +3 -0 ports/math/p5-Math-MPC/distinfo (new) 1.1 +7 -0 ports/math/p5-Math-MPC/pkg-descr (new) 1.1 +7 -0 ports/math/p5-Math-MPC/pkg-plist (new)