From owner-cvs-ports@FreeBSD.ORG Fri Jun 22 21:29:38 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F2D3B106566B; Fri, 22 Jun 2012 21:29:37 +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 C58258FC1C; Fri, 22 Jun 2012 21:29:37 +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 q5MLTb51021664; Fri, 22 Jun 2012 21:29:37 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q5MLTbYW021663; Fri, 22 Jun 2012 21:29:37 GMT (envelope-from sunpoet) Message-Id: <201206222129.q5MLTbYW021663@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 22 Jun 2012 21:29:37 +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-GMPq 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: Fri, 22 Jun 2012 21:29:38 -0000 sunpoet 2012-06-22 21:29:37 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-GMPq Makefile distinfo pkg-descr pkg-plist Log: - Add p5-Math-GMPq 0.35 Math::GMPq is a bigrational module utilising the GNU MP (GMP) library. Basically this module simply wraps all of the mpq rational functions provided by that library. See the Math::GMPq test suite for some examples of usage. IMPORTANT: If your perl was built with '-Duse64bitint' you need to assign all integers larger than 52-bit in a 'use integer;' block. Failure to do so can result in the creation of the variable as an NV (rather than an IV) - with a resultant loss of precision. WWW: http://search.cpan.org/dist/Math-GMPq/ Revision Changes Path 1.787 +1 -0 ports/math/Makefile 1.1 +27 -0 ports/math/p5-Math-GMPq/Makefile (new) 1.1 +2 -0 ports/math/p5-Math-GMPq/distinfo (new) 1.1 +11 -0 ports/math/p5-Math-GMPq/pkg-descr (new) 1.1 +16 -0 ports/math/p5-Math-GMPq/pkg-plist (new)