From owner-cvs-ports@FreeBSD.ORG Thu Jan 10 23:31:58 2008 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 B61B316A421; Thu, 10 Jan 2008 23:31:58 +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 BEAF413C442; Thu, 10 Jan 2008 23:31:58 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0ANVw88033353; Thu, 10 Jan 2008 23:31:58 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0ANVwJt033347; Thu, 10 Jan 2008 23:31:58 GMT (envelope-from miwi) Message-Id: <200801102331.m0ANVwJt033347@repoman.freebsd.org> From: Martin Wilke Date: Thu, 10 Jan 2008 23:31:58 +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-Complex 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: Thu, 10 Jan 2008 23:31:58 -0000 miwi 2008-01-10 23:31:58 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/p5-Math-Complex Makefile distinfo pkg-descr pkg-plist Log: This package lets you create and manipulate complex numbers. By default, Perl limits itself to real numbers, but an extra use statement brings full complex support, along with a full set of mathematical functions typically associated with and/or extended to complex numbers. WWW: http://search.cpan.org/dist/Math-Complex/ PR: ports/119441 Submitted by: Jin-Shan Tseng Revision Changes Path 1.470 +1 -0 ports/math/Makefile 1.1 +22 -0 ports/math/p5-Math-Complex/Makefile (new) 1.1 +3 -0 ports/math/p5-Math-Complex/distinfo (new) 1.1 +6 -0 ports/math/p5-Math-Complex/pkg-descr (new) 1.1 +7 -0 ports/math/p5-Math-Complex/pkg-plist (new)