From owner-cvs-ports@FreeBSD.ORG Fri Sep 23 18:58:31 2011 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 DC350106566B; Fri, 23 Sep 2011 18:58:31 +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 CC8EC8FC13; Fri, 23 Sep 2011 18:58:31 +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 p8NIwVVA041938; Fri, 23 Sep 2011 18:58:31 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p8NIwV09041937; Fri, 23 Sep 2011 18:58:31 GMT (envelope-from sunpoet) Message-Id: <201109231858.p8NIwV09041937@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 23 Sep 2011 18:58:31 +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-Prime-XS 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, 23 Sep 2011 18:58:32 -0000 sunpoet 2011-09-23 18:58:31 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-Prime-XS Makefile distinfo pkg-descr pkg-plist Log: - Add p5-Math-Prime-XS 0.24 Math::Prime::XS detects and calculates prime numbers by either applying Modulo operator division, the Sieve of Eratosthenes, a Summation calculation or Trial division. WWW: http://search.cpan.org/dist/Math-Prime-XS/ Revision Changes Path 1.730 +1 -0 ports/math/Makefile 1.1 +33 -0 ports/math/p5-Math-Prime-XS/Makefile (new) 1.1 +2 -0 ports/math/p5-Math-Prime-XS/distinfo (new) 1.1 +5 -0 ports/math/p5-Math-Prime-XS/pkg-descr (new) 1.1 +9 -0 ports/math/p5-Math-Prime-XS/pkg-plist (new)