From owner-cvs-all@FreeBSD.ORG Sun Aug 20 06:47:52 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 9531316A4DF; Sun, 20 Aug 2006 06:47:52 +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 61AC043D49; Sun, 20 Aug 2006 06:47:52 +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 k7K6lqcx073661; Sun, 20 Aug 2006 06:47:52 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k7K6lqov073660; Sun, 20 Aug 2006 06:47:52 GMT (envelope-from itetcu) Message-Id: <200608200647.k7K6lqov073660@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sun, 20 Aug 2006 06:47: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/devel Makefile ports/devel/ocaml-pomap 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:47:52 -0000 itetcu 2006-08-20 06:47:52 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/ocaml-pomap Makefile distinfo pkg-descr Log: The Pomap-library implements an ADT that maintains maps of partially ordered elements. Whereas a total order allows you to say whether some element is lower, equal or greater than another one, partial orders also allow for a "don-t know" case. Author: Markus Mottl WWW: http://www.ocaml.info/home/ocaml_sources.html PR: ports/102116 Submitted by: Stanislav Sedov Revision Changes Path 1.2420 +1 -0 ports/devel/Makefile 1.1 +67 -0 ports/devel/ocaml-pomap/Makefile (new) 1.1 +3 -0 ports/devel/ocaml-pomap/distinfo (new) 1.1 +7 -0 ports/devel/ocaml-pomap/pkg-descr (new)