From owner-cvs-all@FreeBSD.ORG Tue Jun 29 12:03:07 2010 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 C88D81065670; Tue, 29 Jun 2010 12:03:07 +0000 (UTC) (envelope-from sylvio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B7FAF8FC0C; Tue, 29 Jun 2010 12:03:07 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o5TC37ss002694; Tue, 29 Jun 2010 12:03:07 GMT (envelope-from sylvio@repoman.freebsd.org) Received: (from sylvio@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o5TC37rF002693; Tue, 29 Jun 2010 12:03:07 GMT (envelope-from sylvio) Message-Id: <201006291203.o5TC37rF002693@repoman.freebsd.org> From: Sylvio Cesar Teixeira Date: Tue, 29 Jun 2010 12:03:07 +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/octave-forge-fenv Makefile distinfo pkg-descr pkg-plist ports/math/octave-forge-fenv/files patch-src_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: Tue, 29 Jun 2010 12:03:07 -0000 sylvio 2010-06-29 12:03:07 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/octave-forge-fenv Makefile distinfo pkg-descr pkg-plist math/octave-forge-fenv/files patch-src_Makefile Log: The octave-forge package is the result of the GNU Octave Repositry project, which is intended to be a central location for custom scripts, funcitons and extensions for GNU Octave, contains the source for all the functions plus build and install scripts. This is fenv. On supported architectures, change the rounding mode of the floating point arithmetics (to nearest, up, down, to zero) or change the precision of the test the properties of the floating point arithmetics. WWW: http://octave.sourceforge.net/ PR: ports/147601 Submitted by: Stephen Montgomery-Smith Feature safe: yes Revision Changes Path 1.663 +1 -0 ports/math/Makefile 1.1 +23 -0 ports/math/octave-forge-fenv/Makefile (new) 1.1 +3 -0 ports/math/octave-forge-fenv/distinfo (new) 1.1 +17 -0 ports/math/octave-forge-fenv/files/patch-src_Makefile (new) 1.1 +13 -0 ports/math/octave-forge-fenv/pkg-descr (new) 1.1 +1 -0 ports/math/octave-forge-fenv/pkg-plist (new)