cd51 FreshPorts -- devel/p5-Algorithm-Evolutionary
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
p5-Algorithm-Evolutionary 0.78 devel on this many watch lists=0 search for ports that depend on this port
Library for doing evolutionary computation in Perl
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 24 Oct 2003 08:25:37
Also Listed In: perl5
License: GPLv2


It's a library for doing evolutionary computation in Perl.

Algorithm::Evolutionary was formerly called OPEAL, which is an acronym for
Obvious Pearl Evolutionary Algorithm Library.

The design principles of Algorithm::Evolutionary are:
    * It should be easy to program any kind of evolutionary algorithm; all
      chromosome representations and operators are possible.
    * An XML dialect called EvoSpec is used as a language for description of
      algorithms and for representation of the state of an algorithm. This
      could make Algorithm::Evolutionary interoperable with other EA libraries,
      such as EO or JEO.

WWW: http://search.cpan.org/dist/Algorithm-Evolutionary/
WWW: http://opeal.sourceforge.net/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/p5-Algorithm-Permute
  2. math/p5-Bit-Vector
  3. devel/p5-Clone
  4. graphics/p5-GD
  5. math/p5-Math-Random
  6. devel/p5-Object-Array
  7. math/p5-Statistics-Basic
  8. devel/p5-String-Random
  9. devel/p5-Tree-DAG_Node
  10. textproc/p5-XML-LibXML
  11. textproc/p5-XML-Parser
  12. textproc/p5-XML-Parser-Style-EasyTree
  13. textproc/p5-YAML
  14. lang/perl5.14
Required To Run:
  1. devel/p5-Algorithm-Permute
  2. math/p5-Bit-Vector
  3. devel/p5-Clone
  4. graphics/p5-GD
  5. math/p5-Math-Random
  6. devel/p5-Object-Array
  7. math/p5-Statistics-Basic
  8. devel/p5-String-Random
  9. devel/p5-Tree-DAG_Node
  10. textproc/p5-XML-LibXML
  11. textproc/p5-XML-Parser
  12. textproc/p5-XML-Parser-Style-EasyTree
  13. textproc/p5-YAML
  14. lang/perl5.14
There are no ports dependent upon this port

To install the port: cd /usr/ports/devel/p5-Algorithm-Evolutionary/ && make install clean
To add the package: pkg_add -r p5-Algorithm-Evolutionary


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Algorithm/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Algorithm/
  4. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Algorithm/
  5. ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Algorithm/
  6. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Algorithm/
  7. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Algorithm/
  8. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/Algorithm/
  9. ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Algorithm/
  10. ftp://mirror.hiwaay.net/CPAN/modules/by-module/Algorithm/
  11. http://at.cpan.org/modules/by-module/Algorithm/
  12. http://backpan.perl.org/modules/by-module/Algorithm/
  13. http://cpan.nctu.edu.tw/modules/by-module/Algorithm/
  14. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Algorithm/
  15. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Algorithm/
  16. http://www.cpan.dk/modules/by-module/Algorithm/
  17. http://www.cpan.dk/modules/by-module/Algorithm/

Number of commits found: 36

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
29 Mar 2013 00:44:54
Original commit files touched by this commit  0.78
eadler search for other commits by this committer
For perl@ owned ports:

- Fix COMMENT
- Trim header
17 Dec 2012 13:36:43
Original commit files touched by this commit  0.78
az search for other commits by this committer
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
10 Jul 2012 04:10:10
Original commit files touched by this commit  0.78
sunpoet search for other commits by this committer
- Update to 0.78
- Add LICENSE

Changes:        http://search.cpan.org/dist/Algorithm-Evolutionary/Changes
01 Jun 2012 05:26:28
Original commit files touched by this commit  0.77_1
dinoex search for other commits by this committer
- update png to 1.5.10
13 Mar 2012 16:15:36
Original commit files touched by this commit  0.77
pgollucci search for other commits by this committer
- Revert ports/165605 as requested by portmgr@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
08 Mar 2012 18:45:38
Original commit files touched by this commit  0.77
pgollucci search for other commits by this committer
- Remove ports that only work with < perl 5.12 (devel/p5-B-Size,
devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
01 Sep 2011 13:23:02
Original commit files touched by this commit  0.77
sunpoet search for other commits by this committer
- Update to 0.77
- Update *_DEPENDS
- Sort MAN1 and MAN3
- Pet portlint

Changes:        http://search.cpan.org/dist/Algorithm-Evolutionary/Changes
17 Dec 2010 06:27:43
Original commit files touched by this commit  0.75
wen search for other commits by this committer
- Update to 0.75
ChangeLog:
http://cpansearch.perl.org/src/JMERELO/Algorithm-Evolutionary-0.75/Changes
26 Sep 2010 00:15:42
Original commit files touched by this commit  0.74
wen search for other commits by this committer
- Update to 0.74
24 Sep 2010 02:03:44
Original commit files touched by this commit  0.73_2
pgollucci search for other commits by this committer
- only 13% of the p5- ports embed @comment $FreeBSD$:
  so standarize and remove it

With Hat:   perl@
24 Sep 2010 00:44:29
Original commit files touched by this commit  0.73_2
pgollucci search for other commits by this committer
- %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/auto
  are part of lang/perl5* pkg-plist
- Bump PORTREVISIONs

With Hat:   perl@
28 Mar 2010 06:47:48
Original commit files touched by this commit  0.73_1
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
16 Mar 2010 23:15:08
Original commit files touched by this commit  0.73
tobez search for other commits by this committer
Update to 0.73.

Changes: http://search.cpan.org/dist/Algorithm-Evolutionary/Changes
05 Feb 2010 11:46:55
Original commit files touched by this commit  0.72_1
dinoex search for other commits by this committer
- update to jpeg-8
27 Jan 2010 11:44:15
Original commit files touched by this commit  0.72
wen search for other commits by this committer
- Update to 0.72
13 Sep 2009 16:45:59
Original commit files touched by this commit  0.71
tobez search for other commits by this committer
Update to 0.71.

Changes: http://search.cpan.org/dist/Algorithm-Evolutionary/Changes
28 Jul 2009 14:30:50
Original commit files touched by this commit  0.70
tobez search for other commits by this committer
Update to 0.70.

Changes:
http://search.cpan.org/dist/Algorithm-Evolutionary/Changes
22 Jul 2009 16:27:08
Original commit files touched by this commit  0.67
pgollucci search for other commits by this committer
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
07 Apr 2009 16:15:22
Original commit files touched by this commit  0.67
mat search for other commits by this committer
Update to 0.67
27 Mar 2009 22:15:21
Original commit files touched by this commit  0.66
miwi search for other commits by this committer
- Update to 0.66
20 Mar 2009 19:07:42
Original commit files touched by this commit  0.65
miwi search for other commits by this committer
- Update to 0.65
25 Feb 2009 09:37:01
Original commit files touched by this commit  0.64
mat search for other commits by this committer
Update to 0.64
03 Jul 2008 17:09:58
Original commit files touched by this commit  0.60
leeym search for other commits by this committer
- update to 0.60

PR:             125219
Submitted by:   Wen heping <wenheping at gmail.com>
23 May 2008 21:18:39
Original commit files touched by this commit  0.54_1
olgeni search for other commits by this committer
Hunt for typos in devel/p5-*.
04 Mar 2008 11:33:53
Original commit files touched by this commit  0.54_1
leeym search for other commits by this committer
- use CPAN macro
- simplify dependency
- bump PORTREVISION
08 Sep 2007 00:56:04
Original commit files touched by this commit  0.54
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
28 Mar 2006 13:30:25
Original commit files touched by this commit  0.54
tobez search for other commits by this committer
Update to 0.54.  Set maintainer to perl@.
22 Jan 2006 00:27:03
Original commit files touched by this commit  0.53
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
24 Nov 2005 15:40:04
Original commit files touched by this commit  0.53
pav search for other commits by this committer
- Add some SHA256 checksums
31 Oct 2005 18:24:21
Original commit files touched by this commit  0.53
erwin search for other commits by this committer
Let the IGNORE message make a bit more sense and change it from:

===>  p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.

to:

===>  p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.

Approved by:    silence on -ports
29 Jan 2004 07:24:56
Original commit files touched by this commit  0.53
trevor search for other commits by this committer
SIZEify.
15 Dec 2003 02:52:49
Original commit files touched by this commit  0.53
ijliao search for other commits by this committer
requires perl > 5.6.1
03 Nov 2003 14:03:40
Original commit files touched by this commit  0.53
ijliao search for other commits by this committer
unbreak by fixing depend
03 Nov 2003 03:56:42
Original commit files touched by this commit  0.53
kris search for other commits by this committer
Mark BROKEN (see bento logs).  These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
26 Oct 2003 02:44:41
Original commit files touched by this commit  0.53
ijliao search for other commits by this committer
fix dependence path
24 Oct 2003 08:24:44
Original commit files touched by this commit  0.53
ijliao search for other commits by this committer
add p5-Algorithm-Evolutionary 0.53
A library for doing evolutionary computation in Perl

Number of commits found: 36

2854
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24523
Broken 217
Deprecated 473
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 133
Set to expire 511
Interactive 33
new 24 hours 7
new 48 hours10
new 7 days28
new fortnight77
new month210

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0