From owner-cvs-all@FreeBSD.ORG Sat Oct 7 20:43:53 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2119916A40F; Sat, 7 Oct 2006 20:43:53 +0000 (UTC) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B52BA43D5E; Sat, 7 Oct 2006 20:43:52 +0000 (GMT) (envelope-from alepulver@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k97Khqc5013150; Sat, 7 Oct 2006 20:43:52 GMT (envelope-from alepulver@repoman.freebsd.org) Received: (from alepulver@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k97KhqTj013149; Sat, 7 Oct 2006 20:43:52 GMT (envelope-from alepulver) Message-Id: <200610072043.k97KhqTj013149@repoman.freebsd.org> From: Alejandro Pulver Date: Sat, 7 Oct 2006 20:43:52 +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/ltl Makefile distinfo pkg-descr pkg-message pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Oct 2006 20:43:53 -0000 alepulver 2006-10-07 20:43:52 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/ltl Makefile distinfo pkg-descr pkg-message pkg-plist Log: LTL is a C++ class template library for scientific computing which provides high performance via SSE3 floating point support for vector operations. Useful for array processing, image processing, FITS and ASCII I/O, and linear algebra (astronomical and scientific computing, in short). LTL provides dynamic arrays of up to 5-dimensions, subarrays and slicing, support for fixed size vectors and matrices including basic linear algebra operations, expression templates based evaluation, and I/O facilities for ascii and FITS format files. Users of the boost and blitz++ library may find the cross-pollination of these unique features to be fruitful. WWW: http://www.mpe.mpg.de/~drory/ltl/ PR: ports/103310 Submitted by: rossiya Revision Changes Path 1.424 +1 -0 ports/math/Makefile 1.1 +38 -0 ports/math/ltl/Makefile (new) 1.1 +3 -0 ports/math/ltl/distinfo (new) 1.1 +13 -0 ports/math/ltl/pkg-descr (new) 1.1 +9 -0 ports/math/ltl/pkg-message (new) 1.1 +89 -0 ports/math/ltl/pkg-plist (new)