From owner-cvs-ports@FreeBSD.ORG Thu Feb 2 12:56:00 2012 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 C01981065673; Thu, 2 Feb 2012 12:56:00 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id ABE7E8FC0C; Thu, 2 Feb 2012 12:56:00 +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 q12Cu0O4050350; Thu, 2 Feb 2012 12:56:00 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q12Cu0Fe050349; Thu, 2 Feb 2012 12:56:00 GMT (envelope-from wen) Message-Id: <201202021256.q12Cu0Fe050349@repoman.freebsd.org> From: Wen Heping Date: Thu, 2 Feb 2012 12:56:00 +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/hs-math-functions Makefile distinfo pkg-descr 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, 02 Feb 2012 12:56:00 -0000 wen 2012-02-02 12:56:00 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/hs-math-functions Makefile distinfo pkg-descr Log: This library provides implementations of special mathematical functions and Chebyshev polynomials. These functions are often useful in statistical and numerical computing. WWW: https://github.com/bos/math-functions Revision Changes Path 1.761 +1 -0 ports/math/Makefile 1.1 +24 -0 ports/math/hs-math-functions/Makefile (new) 1.1 +2 -0 ports/math/hs-math-functions/distinfo (new) 1.1 +5 -0 ports/math/hs-math-functions/pkg-descr (new)