From owner-cvs-all@FreeBSD.ORG Sun Aug 20 06:49:12 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 0AEAD16A4DA; Sun, 20 Aug 2006 06:49:12 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBCA443D49; Sun, 20 Aug 2006 06:49:11 +0000 (GMT) (envelope-from itetcu@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 k7K6nBip073803; Sun, 20 Aug 2006 06:49:11 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7K6nBDr073802; Sun, 20 Aug 2006 06:49:11 GMT (envelope-from itetcu) Message-Id: <200608200649.k7K6nBDr073802@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 20 Aug 2006 06:49:11 +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/devel Makefile ports/devel/ocaml-lacaml Makefile distinfo pkg-descr 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: Sun, 20 Aug 2006 06:49:12 -0000 itetcu 2006-08-20 06:49:11 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/ocaml-lacaml Makefile distinfo pkg-descr Log: This OCaml-library interfaces the BLAS-library (Basic Linear Algebra Subroutines) and LAPACK-library (Linear Algebra routines), which are written in FORTRAN. This allows people to write high-performance numerical code for applications that need linear algebra. Author: Markus Mottl WWW: http://www.ocaml.info/home/ocaml_sources.html PR: ports/102115 Submitted by: Stanislav Sedov Revision Changes Path 1.2421 +1 -0 ports/devel/Makefile 1.1 +84 -0 ports/devel/ocaml-lacaml/Makefile (new) 1.1 +3 -0 ports/devel/ocaml-lacaml/distinfo (new) 1.1 +9 -0 ports/devel/ocaml-lacaml/pkg-descr (new)