From owner-cvs-ports@FreeBSD.ORG Sun Aug 20 06:51:35 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE54B16A4E5; Sun, 20 Aug 2006 06:51:35 +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 7BF7543D68; Sun, 20 Aug 2006 06:51:31 +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 k7K6pVi0074087; Sun, 20 Aug 2006 06:51:31 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7K6pUl1074086; Sun, 20 Aug 2006 06:51:30 GMT (envelope-from itetcu) Message-Id: <200608200651.k7K6pUl1074086@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 20 Aug 2006 06:51:30 +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-res 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: Sun, 20 Aug 2006 06:51:36 -0000 itetcu 2006-08-20 06:51:30 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/ocaml-res Makefile distinfo pkg-descr Log: This OCaml-library consists of a set of modules which implement automatically resizing (= reallocating) datastructures that consume a contiguous part of memory. This allows appending and removing of elements to/from arrays (both boxed and unboxed), strings (-> buffers), bit strings and weak arrays while still maintaining fast constant-time access to elements. There are also functors that allow the generation of similar modules which use different reallocation strategies. Author: Markus Mottl WWW: http://www.ocaml.info/home/ocaml_sources.html PR: ports/102107 Submitted by: Stanislav Sedov Revision Changes Path 1.2422 +1 -0 ports/devel/Makefile 1.1 +67 -0 ports/devel/ocaml-res/Makefile (new) 1.1 +3 -0 ports/devel/ocaml-res/distinfo (new) 1.1 +12 -0 ports/devel/ocaml-res/pkg-descr (new)