From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 1 18:41:25 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A1E7716A4E1 for ; Tue, 1 Aug 2006 18:41:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8160143D62 for ; Tue, 1 Aug 2006 18:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k71IeO4i043965 for ; Tue, 1 Aug 2006 18:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k71IeOi9043964; Tue, 1 Aug 2006 18:40:24 GMT (envelope-from gnats) Resent-Date: Tue, 1 Aug 2006 18:40:24 GMT Resent-Message-Id: <200608011840.k71IeOi9043964@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, trasz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A45616A505 for ; Tue, 1 Aug 2006 18:35:15 +0000 (UTC) (envelope-from trasz@pin.if.uz.zgora.pl) Received: from pin.if.uz.zgora.pl (pin.if.uz.zgora.pl [212.109.128.251]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A3BC43D77 for ; Tue, 1 Aug 2006 18:35:09 +0000 (GMT) (envelope-from trasz@pin.if.uz.zgora.pl) Received: by pin.if.uz.zgora.pl (Postfix, from userid 1001) id 02BE439912; Tue, 1 Aug 2006 20:35:37 +0200 (CEST) Message-Id: <20060801183538.02BE439912@pin.if.uz.zgora.pl> Date: Tue, 1 Aug 2006 20:35:37 +0200 (CEST) From: trasz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/101209: [NEW PORT] devel/libcoyotl: Collection of useful C++ classes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Aug 2006 18:41:25 -0000 >Number: 101209 >Category: ports >Synopsis: [NEW PORT] devel/libcoyotl: Collection of useful C++ classes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Aug 01 18:40:23 GMT 2006 >Closed-Date: >Last-Modified: >Originator: trasz >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD pin.if.uz.zgora.pl 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat Jun 3 01:12:10 CEST >Description: 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. Author: Scott Robert Ladd WWW: http://www.coyotegulch.com/products/libcoyotl/index.html Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- libcoyotl-3.1.0.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # libcoyotl # libcoyotl/pkg-descr # libcoyotl/Makefile # libcoyotl/pkg-plist # libcoyotl/files # libcoyotl/files/patch-test-Makefile.in # libcoyotl/distinfo # echo c - libcoyotl mkdir -p libcoyotl > /dev/null 2>&1 echo x - libcoyotl/pkg-descr sed 's/^X//' >libcoyotl/pkg-descr << 'END-of-libcoyotl/pkg-descr' XThe Coyotl library collects several C++ tools that have proven useful Xin many of my programs, but which aren't "big enough" to warrant Xan individual library. X XKey features of Coyotl include: X -- A polymorphic collection of the best psuedorandom number generators, X including the Mersenne Twister and Marsaglia's favorites. X -- Utilities for floating-point numbers, including additional functions X for trigonometry, least common multiple, greatest common denominator, X rounding, and other purposes. X -- A simple cross-platform command-line parser. X -- A framework for generating random rectangular mazes. X -- A template for fixed-point math based on different integer sizes X and decimal point locations. X -- Templatized sorting utilities (designed before Std. C++'s , X but still useful) X -- Validation tools for "Design by Contract" programming. X XAuthor: Scott Robert Ladd XWWW: http://www.coyotegulch.com/products/libcoyotl/index.html END-of-libcoyotl/pkg-descr echo x - libcoyotl/Makefile sed 's/^X//' >libcoyotl/Makefile << 'END-of-libcoyotl/Makefile' X# New ports collection makefile for: libcoyotl X# Date created: 2006-08-01 X# Whom: trasz X# X# $FreeBSD$ X# X XPORTNAME= libcoyotl XPORTVERSION= 3.1.0 XCATEGORIES= devel XMASTER_SITES= http://www.coyotegulch.com/distfiles/ X XMAINTAINER= trasz@pin.if.uz.zgora.pl XCOMMENT= Collection of useful C++ classes X XINSTALLS_SHLIB= yes XGNU_CONFIGURE= yes XCONFIGURE_ARGS= CPPFLAGS=-I${PREFIX}/include/ LDFLAGS=-L${PREFIX}/lib/ X X.include END-of-libcoyotl/Makefile echo x - libcoyotl/pkg-plist sed 's/^X//' >libcoyotl/pkg-plist << 'END-of-libcoyotl/pkg-plist' Xlib/libcoyotl-3.1.so.4 Xlib/libcoyotl.la Xlib/libcoyotl.a Xinclude/libcoyotl/array.h Xinclude/libcoyotl/cmwc4096.h Xinclude/libcoyotl/command_line.h Xinclude/libcoyotl/crccalc.h Xinclude/libcoyotl/kissrng.h Xinclude/libcoyotl/maze.h Xinclude/libcoyotl/maze_recursive.h Xinclude/libcoyotl/maze_renderer.h Xinclude/libcoyotl/mtwister.h Xinclude/libcoyotl/mwc1038.h Xinclude/libcoyotl/mwc256.h Xinclude/libcoyotl/prng.h Xinclude/libcoyotl/realutil.h Xinclude/libcoyotl/sortutil.h Xinclude/libcoyotl/validator.h Xbin/test_prng Xbin/test_maze X@dirrm include/libcoyotl END-of-libcoyotl/pkg-plist echo c - libcoyotl/files mkdir -p libcoyotl/files > /dev/null 2>&1 echo x - libcoyotl/files/patch-test-Makefile.in sed 's/^X//' >libcoyotl/files/patch-test-Makefile.in << 'END-of-libcoyotl/files/patch-test-Makefile.in' Xdiff -urN test.orig/Makefile.in test/Makefile.in X--- test.orig/Makefile.in Tue Aug 1 18:01:32 2006 X+++ test/Makefile.in Tue Aug 1 18:01:44 2006 X@@ -112,7 +112,7 @@ X INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ X LDFLAGS = @LDFLAGS@ X LIBOBJS = @LIBOBJS@ X-LIBS = -L../libcoyotl -lrt -lpng -lcoyotl X+LIBS = -L../libcoyotl -lpng -lcoyotl X LIBTOOL = @LIBTOOL@ X LN_S = @LN_S@ X LTLIBOBJS = @LTLIBOBJS@ END-of-libcoyotl/files/patch-test-Makefile.in echo x - libcoyotl/distinfo sed 's/^X//' >libcoyotl/distinfo << 'END-of-libcoyotl/distinfo' XMD5 (libcoyotl-3.1.0.tar.gz) = 5c1d9cfce494f123f52c399b39925bdb XSHA256 (libcoyotl-3.1.0.tar.gz) = 540cb2e131cc345f94eaa1a7682532e200b57efd6b6a5e2d9e68aa7819f63860 XSIZE (libcoyotl-3.1.0.tar.gz) = 346384 END-of-libcoyotl/distinfo exit --- libcoyotl-3.1.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: