From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 3 13:50:01 2008 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 72B321065675 for ; Thu, 3 Jul 2008 13:50:01 +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 48ACD8FC32 for ; Thu, 3 Jul 2008 13:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m63Do1vX018251 for ; Thu, 3 Jul 2008 13:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m63Do1Mh018250; Thu, 3 Jul 2008 13:50:01 GMT (envelope-from gnats) Resent-Date: Thu, 3 Jul 2008 13:50:01 GMT Resent-Message-Id: <200807031350.m63Do1Mh018250@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 D61F2106567F for ; Thu, 3 Jul 2008 13:41:57 +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 AF9308FC36 for ; Thu, 3 Jul 2008 13:41:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m63Dfv8v086140 for ; Thu, 3 Jul 2008 13:41:57 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m63DfvfC086139; Thu, 3 Jul 2008 13:41:57 GMT (envelope-from nobody) Message-Id: <200807031341.m63DfvfC086139@www.freebsd.org> Date: Thu, 3 Jul 2008 13:41:57 GMT From: Wen heping To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/125219: [Update]devel/p5-Algorithm-Evolutionary:update to 0.60 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: Thu, 03 Jul 2008 13:50:01 -0000 >Number: 125219 >Category: ports >Synopsis: [Update]devel/p5-Algorithm-Evolutionary:update to 0.60 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Jul 03 13:50:00 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Wen heping >Release: FreeBSD 7.0 release >Organization: ChangAn Middle School >Environment: FreeBSD tinderbox.wenjing.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: update to 0.60 from 0.54 >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2008-07-03 21:52:36.000000000 +0800 +++ Makefile 2008-07-03 22:01:31.000000000 +0800 @@ -7,8 +7,7 @@ # PORTNAME= Algorithm-Evolutionary -PORTVERSION= 0.54 -PORTREVISION= 1 +PORTVERSION= 0.60 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -27,6 +26,14 @@ MAN3= Algorithm::Evolutionary.3 \ Algorithm::Evolutionary::Experiment.3 \ + Algorithm::Evolutionary::Fitness::Base.3 \ + Algorithm::Evolutionary::Fitness::Knapsack.3 \ + Algorithm::Evolutionary::Fitness::MMDP.3 \ + Algorithm::Evolutionary::Fitness::ONEMAX.3 \ + Algorithm::Evolutionary::Fitness::P_Peaks.3 \ + Algorithm::Evolutionary::Fitness::Royal_Road.3 \ + Algorithm::Evolutionary::Fitness::String.3 \ + Algorithm::Evolutionary::Fitness::wP_Peaks.3 \ Algorithm::Evolutionary::Individual::Base.3 \ Algorithm::Evolutionary::Individual::BitString.3 \ Algorithm::Evolutionary::Individual::String.3 \ @@ -58,6 +65,8 @@ Algorithm::Evolutionary::Op::TournamentSelect.3 \ Algorithm::Evolutionary::Op::TreeMutation.3 \ Algorithm::Evolutionary::Op::VectorCrossover.3 \ + Algorithm::Evolutionary::Run.3 \ + Algorithm::Evolutionary::Utils.3 \ Algorithm::Evolutionary::Wheel.3 \ Algorithm::Evolutionary::XML.3 --- distinfo.orig 2006-03-28 21:30:25.000000000 +0800 +++ distinfo 2008-07-03 21:53:53.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (Algorithm-Evolutionary-0.54.tar.gz) = 5af257efc7c296a1f6271bd92bdb5ad6 -SHA256 (Algorithm-Evolutionary-0.54.tar.gz) = 6379fe4218305c98c9caf207fa31d19a679015ce11c4971fc0a982b9e946c1a0 -SIZE (Algorithm-Evolutionary-0.54.tar.gz) = 51316 +MD5 (Algorithm-Evolutionary-0.60.tar.gz) = f4e19feb347cc0e2ab0728f767acf0df +SHA256 (Algorithm-Evolutionary-0.60.tar.gz) = 58dd4702c1660c36de1ef894b65cad54f437436cef555be1a7c975a5dee15971 +SIZE (Algorithm-Evolutionary-0.60.tar.gz) = 63719 --- pkg-plist.orig 2008-07-03 21:52:21.000000000 +0800 +++ pkg-plist 2008-07-04 05:33:59.000000000 +0800 @@ -3,6 +3,14 @@ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm %%SITE_PERL%%/Algorithm/Evolutionary.pm %%SITE_PERL%%/Algorithm/Evolutionary/Experiment.pm +%%SITE_PERL%%/Algorithm/Evolutionary/Fitness/Base.pm +%%SITE_PERL%%/Algorithm/Evolutionary/Fitness/Knapsack.pm +%%SITE_PERL%%/Algorithm/Evolutionary/Fitness/MMDP.pm +%%SITE_PERL%%/Algorithm/Evolutionary/Fitness/ONEMAX.pm +%%SITE_PERL%%/Algorithm/Evolutionary/Fitness/P_Peaks.pm +%%SITE_PERL%%/Algorithm/Evolutionary/Fitness/Royal_Road.pm +%%SITE_PERL%%/Algorithm/Evolutionary/Fitness/String.pm +%%SITE_PERL%%/Algorithm/Evolutionary/Fitness/wP_Peaks.pm %%SITE_PERL%%/Algorithm/Evolutionary/Individual/Base.pm %%SITE_PERL%%/Algorithm/Evolutionary/Individual/BitString.pm %%SITE_PERL%%/Algorithm/Evolutionary/Individual/String.pm @@ -34,8 +42,11 @@ %%SITE_PERL%%/Algorithm/Evolutionary/Op/TournamentSelect.pm %%SITE_PERL%%/Algorithm/Evolutionary/Op/TreeMutation.pm %%SITE_PERL%%/Algorithm/Evolutionary/Op/VectorCrossover.pm +%%SITE_PERL%%/Algorithm/Evolutionary/Run.pm +%%SITE_PERL%%/Algorithm/Evolutionary/Utils.pm %%SITE_PERL%%/Algorithm/Evolutionary/Wheel.pm %%SITE_PERL%%/Algorithm/Evolutionary/XML.pod +@dirrm %%SITE_PERL%%/Algorithm/Evolutionary/Fitness @dirrm %%SITE_PERL%%/Algorithm/Evolutionary/Individual @dirrm %%SITE_PERL%%/Algorithm/Evolutionary/Op @dirrm %%SITE_PERL%%/Algorithm/Evolutionary >Release-Note: >Audit-Trail: >Unformatted: