From owner-cvs-all@FreeBSD.ORG Tue Jun 28 01:49:49 2011 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 4BF47106564A; Tue, 28 Jun 2011 01:49:49 +0000 (UTC) (envelope-from stephen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3C35F8FC16; Tue, 28 Jun 2011 01:49:49 +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 p5S1nn6e035459; Tue, 28 Jun 2011 01:49:49 GMT (envelope-from stephen@repoman.freebsd.org) Received: (from stephen@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p5S1nnTv035458; Tue, 28 Jun 2011 01:49:49 GMT (envelope-from stephen) Message-Id: <201106280149.p5S1nnTv035458@repoman.freebsd.org> From: Stephen Montgomery-Smith Date: Tue, 28 Jun 2011 01:49:49 +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/ocamlgsl Makefile distinfo pkg-descr pkg-plist ports/math/ocamlgsl/files patch-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, 28 Jun 2011 01:49:49 -0000 stephen 2011-06-28 01:49:49 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/ocamlgsl Makefile distinfo pkg-descr pkg-plist math/ocamlgsl/files patch-Makefile Log: - New port math/ocamlgsl ocamlgsl is an interface to GSL (GNU scientific library), for the Objective Caml langage. WWW: http://oandrieu.nerim.net/ocaml/gsl/ PR: ports/156307 Submitted by: Klaus Aehlig Approved by: maho (mentor) Revision Changes Path 1.707 +1 -0 ports/math/Makefile 1.1 +33 -0 ports/math/ocamlgsl/Makefile (new) 1.1 +2 -0 ports/math/ocamlgsl/distinfo (new) 1.1 +29 -0 ports/math/ocamlgsl/files/patch-Makefile (new) 1.1 +4 -0 ports/math/ocamlgsl/pkg-descr (new) 1.1 +106 -0 ports/math/ocamlgsl/pkg-plist (new)