From owner-cvs-all@FreeBSD.ORG Fri Jun 22 21:28:10 2012 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 3C656106566C; Fri, 22 Jun 2012 21:28:10 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0FA2B8FC1A; Fri, 22 Jun 2012 21:28:10 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q5MLS9VQ021485; Fri, 22 Jun 2012 21:28:09 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q5MLS9ws021484; Fri, 22 Jun 2012 21:28:09 GMT (envelope-from sunpoet) Message-Id: <201206222128.q5MLS9ws021484@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Jun 2012 21:28:09 +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 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jun 2012 21:28:10 -0000 sunpoet 2012-06-22 21:28:09 UTC FreeBSD ports repository Modified files: math Makefile Log: - Add p5-Math-GMPf 0.35 Math::GMPf is a bigfloat module utilising the GNU MP (GMP) library. Basically this module simply wraps all of the mpf floating point functions provided by that library. See the Math::GMPf test suite for some examples of usage. WWW: http://search.cpan.org/dist/Math-GMPf/ Revision Changes Path 1.786 +1 -0 ports/math/Makefile