From owner-cvs-all@FreeBSD.ORG Fri Aug 4 16:05: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 8257916A4DF; Fri, 4 Aug 2006 16:05:53 +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 4D4D543D46; Fri, 4 Aug 2006 16:05:53 +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 k74G5rxa005260; Fri, 4 Aug 2006 16:05:53 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k74G5rl9005259; Fri, 4 Aug 2006 16:05:53 GMT (envelope-from itetcu) Message-Id: <200608041605.k74G5rl9005259@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 4 Aug 2006 16:05:53 +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-annexlib 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: Fri, 04 Aug 2006 16:05:53 -0000 itetcu 2006-08-04 16:05:53 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/ocaml-annexlib Makefile distinfo pkg-descr Log: An extension Library This is mostly to fill in some gaps in the standard and unix libraries, either for completeness or because they're things I find myself needing a lot of the time, and a few modules that aren't worthy of being their own releases. Enjoy. Most of this used to be part of an old library (stew) that I broke up into a couple of smaller ones. This one /was/ extlib, now annexlib. Its companion is mathlib. See supplied documentation for additional info. Author: Shawn Wagner WWW: http://raevnos.pennmush.org/code/extlib/ PR: ports/101207 Submitted by: Stanislav Sedov Revision Changes Path 1.2395 +1 -0 ports/devel/Makefile 1.1 +57 -0 ports/devel/ocaml-annexlib/Makefile (new) 1.1 +3 -0 ports/devel/ocaml-annexlib/distinfo (new) 1.1 +13 -0 ports/devel/ocaml-annexlib/pkg-descr (new)