From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Jun 21 08:40:05 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 131631065674 for ; Sun, 21 Jun 2009 08:40:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E1D6F8FC16 for ; Sun, 21 Jun 2009 08:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5L8e4rQ057682 for ; Sun, 21 Jun 2009 08:40:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5L8e4ki057681; Sun, 21 Jun 2009 08:40:04 GMT (envelope-from gnats) Resent-Date: Sun, 21 Jun 2009 08:40:04 GMT Resent-Message-Id: <200906210840.n5L8e4ki057681@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, Wen Heping Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C1D4106566C for ; Sun, 21 Jun 2009 08:31:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 3FB048FC0A for ; Sun, 21 Jun 2009 08:31:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n5L8VpgR072420 for ; Sun, 21 Jun 2009 08:31:51 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n5L8VpIl072419; Sun, 21 Jun 2009 08:31:51 GMT (envelope-from nobody) Message-Id: <200906210831.n5L8VpIl072419@www.freebsd.org> Date: Sun, 21 Jun 2009 08:31:51 GMT From: Wen Heping To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/135880: [NEW PORT]math/p5-Math-Evol:Perl module implements the evolution search strategy 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: Sun, 21 Jun 2009 08:40:05 -0000 >Number: 135880 >Category: ports >Synopsis: [NEW PORT]math/p5-Math-Evol:Perl module implements the evolution search strategy >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: Sun Jun 21 08:40:04 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Wen Heping >Release: FreeBSD 8.0-CURRENT >Organization: ChangAn Middle School >Environment: FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sun Mar 22 22:12:06 CST 2009 root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC i386 >Description: p5-Math-Evol implements the evolution search strategy. Derivatives of the objective function are not required. Constraints can be incorporated. The caller must supply initial values for the variables and for the initial step sizes. WWW: http://search.cpan.org/dist/Math-Evol/ >How-To-Repeat: >Fix: Patch attached with submission follows: # 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: # # p5-Math-Evol # p5-Math-Evol/pkg-descr # p5-Math-Evol/Makefile # p5-Math-Evol/distinfo # p5-Math-Evol/pkg-plist # echo c - p5-Math-Evol mkdir -p p5-Math-Evol > /dev/null 2>&1 echo x - p5-Math-Evol/pkg-descr sed 's/^X//' >p5-Math-Evol/pkg-descr << 'e3d4c72181b06bd44f68f0e5704f1a78' Xp5-Math-Evol implements the evolution search strategy. Derivatives of the Xobjective function are not required. Constraints can be incorporated. The Xcaller must supply initial values for the variables and for the initial Xstep sizes. X XWWW: http://search.cpan.org/dist/Math-Evol/ e3d4c72181b06bd44f68f0e5704f1a78 echo x - p5-Math-Evol/Makefile sed 's/^X//' >p5-Math-Evol/Makefile << 'e6d8fe0228bdcea15dca955f03f7a223' X# New ports collection makefile for: p5-Math-Evol X# Date created: 21 June, 2009 X# Whom: Wen Heping X# X# $FreeBSD$ X# X XPORTNAME= Math-Evol XPORTVERSION= 1.10 XCATEGORIES= math perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= wenheping@gmail.com XCOMMENT= Perl module implements the evolution search strategy X XPERL_CONFIGURE= yes X XMAN1= ps_evol.1 XMAN3= Math::Evol.3 X X.include e6d8fe0228bdcea15dca955f03f7a223 echo x - p5-Math-Evol/distinfo sed 's/^X//' >p5-Math-Evol/distinfo << '9bb7f8676d624ff84c0127c68dddedf2' XMD5 (Math-Evol-1.10.tar.gz) = e32e7a7d7f2877dd7cbf1f017ae49fc4 XSHA256 (Math-Evol-1.10.tar.gz) = ac2f6631959a3ea74effaa237e9a40e7b7cd175a3a7b974e57da3f9f9e1183d4 XSIZE (Math-Evol-1.10.tar.gz) = 21843 9bb7f8676d624ff84c0127c68dddedf2 echo x - p5-Math-Evol/pkg-plist sed 's/^X//' >p5-Math-Evol/pkg-plist << '3327c64800317d28095d5b2f6974cc93' Xbin/ps_evol X%%SITE_PERL%%/Math/Evol.pm X%%SITE_PERL%%/mach/auto/Math/Evol/.packlist X@dirrmtry %%SITE_PERL%%/Math X@dirrm %%SITE_PERL%%/mach/auto/Math/Evol X@dirrmtry %%SITE_PERL%%/mach/auto/Math 3327c64800317d28095d5b2f6974cc93 exit >Release-Note: >Audit-Trail: >Unformatted: