From owner-cvs-all@FreeBSD.ORG Wed Aug 2 08:12: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 9F6D016A4E2; Wed, 2 Aug 2006 08:12:12 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3FC4F43D49; Wed, 2 Aug 2006 08:12:12 +0000 (GMT) (envelope-from novel@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 k728CCUa017435; Wed, 2 Aug 2006 08:12:12 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k728CC8k017434; Wed, 2 Aug 2006 08:12:12 GMT (envelope-from novel) Message-Id: <200608020812.k728CC8k017434@repoman.freebsd.org> From: Roman Bogorodskiy Date: Wed, 2 Aug 2006 08:12:12 +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/libcoyotl Makefile distinfo pkg-descr pkg-plist ports/devel/libcoyotl/files patch-test-Makefile.in 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: Wed, 02 Aug 2006 08:12:12 -0000 novel 2006-08-02 08:12:12 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/libcoyotl Makefile distinfo pkg-descr pkg-plist devel/libcoyotl/files patch-test-Makefile.in Log: The Coyotl library collects several C++ tools that have proven useful in many of my programs, but which aren't "big enough" to warrant an individual library. Key features of Coyotl include: -- A polymorphic collection of the best psuedorandom number generators, including the Mersenne Twister and Marsaglia's favorites. -- Utilities for floating-point numbers, including additional functions for trigonometry, least common multiple, greatest common denominator, rounding, and other purposes. -- A simple cross-platform command-line parser. -- A framework for generating random rectangular mazes. -- A template for fixed-point math based on different integer sizes and decimal point locations. -- Templatized sorting utilities (designed before Std. C++'s , but still useful) -- Validation tools for "Design by Contract" programming. WWW: http://www.coyotegulch.com/products/libcoyotl/index.html PR: ports/101209 Submitted by: trasz Revision Changes Path 1.2383 +1 -0 ports/devel/Makefile 1.1 +22 -0 ports/devel/libcoyotl/Makefile (new) 1.1 +3 -0 ports/devel/libcoyotl/distinfo (new) 1.1 +12 -0 ports/devel/libcoyotl/files/patch-test-Makefile.in (new) 1.1 +19 -0 ports/devel/libcoyotl/pkg-descr (new) 1.1 +23 -0 ports/devel/libcoyotl/pkg-plist (new)