notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
p5-Algorithm-Evolutionary Library for doing evolutionary computation in Perl
0.82.1 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.82.1Version of this port present on the latest quarterly branch.
Maintainer: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2003-10-24 08:25:37
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
Also Listed In: perl5
License: GPLv2
WWW:
https://metacpan.org/release/Algorithm-Evolutionary
Description:
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. See also: http://opeal.sourceforge.net/
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (164 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-Algorithm-Evolutionary-0.82.1/catalog.mk
  2. /usr/local/share/licenses/p5-Algorithm-Evolutionary-0.82.1/LICENSE
  3. /usr/local/share/licenses/p5-Algorithm-Evolutionary-0.82.1/GPLv2
  4. bin/canonical-genetic-algorithm.pl
  5. bin/rectangle-coverage.pl
  6. bin/tide_bitstring.pl
  7. bin/tide_float.pl
  8. lib/perl5/site_perl/Algorithm/Evolutionary.pm
  9. lib/perl5/site_perl/Algorithm/Evolutionary/Experiment.pm
  10. lib/perl5/site_perl/Algorithm/Evolutionary/Fitness/Any.pm
  11. lib/perl5/site_perl/Algorithm/Evolutionary/Fitness/Base.pm
  12. lib/perl5/site_perl/Algorithm/Evolutionary/Fitness/ECC.pm
  13. lib/perl5/site_perl/Algorithm/Evolutionary/Fitness/Knapsack.pm
  14. lib/perl5/site_perl/Algorithm/Evolutionary/Fitness/MMDP.pm
  15. lib/perl5/site_perl/Algorithm/Evolutionary/Fitness/ONEMAX.pm
  16. lib/perl5/site_perl/Algorithm/Evolutionary/Fitness/P_Peaks.pm
  17. lib/perl5/site_perl/Algorithm/Evolutionary/Fitness/Rastrigin.pm
  18. lib/perl5/site_perl/Algorithm/Evolutionary/Fitness/Royal_Road.pm
  19. lib/perl5/site_perl/Algorithm/Evolutionary/Fitness/String.pm
  20. lib/perl5/site_perl/Algorithm/Evolutionary/Fitness/Trap.pm
  21. lib/perl5/site_perl/Algorithm/Evolutionary/Fitness/ZDT1.pm
  22. lib/perl5/site_perl/Algorithm/Evolutionary/Fitness/wP_Peaks.pm
  23. lib/perl5/site_perl/Algorithm/Evolutionary/Hash_Wheel.pm
  24. lib/perl5/site_perl/Algorithm/Evolutionary/Individual/Any.pm
  25. lib/perl5/site_perl/Algorithm/Evolutionary/Individual/Base.pm
  26. lib/perl5/site_perl/Algorithm/Evolutionary/Individual/BitString.pm
  27. lib/perl5/site_perl/Algorithm/Evolutionary/Individual/Bit_Vector.pm
  28. lib/perl5/site_perl/Algorithm/Evolutionary/Individual/String.pm
  29. lib/perl5/site_perl/Algorithm/Evolutionary/Individual/Tree.pm
  30. lib/perl5/site_perl/Algorithm/Evolutionary/Individual/Vector.pm
  31. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Animated_GIF_Output.pm
  32. lib/perl5/site_perl/Algorithm/Evolutionary/Op/ArithCrossover.pm
  33. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Base.pm
  34. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Bitflip.pm
  35. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Breeder.pm
  36. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Breeder_Diverser.pm
  37. lib/perl5/site_perl/Algorithm/Evolutionary/Op/CX.pm
  38. lib/perl5/site_perl/Algorithm/Evolutionary/Op/CanonicalGA.pm
  39. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Canonical_GA_NN.pm
  40. lib/perl5/site_perl/Algorithm/Evolutionary/Op/ChangeLengthMutation.pm
  41. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Combined.pm
  42. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Convergence_Terminator.pm
  43. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Creator.pm
  44. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Crossover.pm
  45. lib/perl5/site_perl/Algorithm/Evolutionary/Op/DeltaTerm.pm
  46. lib/perl5/site_perl/Algorithm/Evolutionary/Op/EDA_step.pm
  47. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Easy.pm
  48. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Easy_MO.pm
  49. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Eval/General.pm
  50. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Eval/MO_Rank.pm
  51. lib/perl5/site_perl/Algorithm/Evolutionary/Op/FullAlgorithm.pm
  52. lib/perl5/site_perl/Algorithm/Evolutionary/Op/GaussianMutation.pm
  53. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Gene_Boundary_Crossover.pm
  54. lib/perl5/site_perl/Algorithm/Evolutionary/Op/GeneralGeneration.pm
  55. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Generation_Skeleton.pm
  56. lib/perl5/site_perl/Algorithm/Evolutionary/Op/GenerationalTerm.pm
  57. lib/perl5/site_perl/Algorithm/Evolutionary/Op/IncMutation.pm
  58. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Inverover.pm
  59. lib/perl5/site_perl/Algorithm/Evolutionary/Op/LinearFreezer.pm
  60. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Mutation.pm
  61. lib/perl5/site_perl/Algorithm/Evolutionary/Op/NoChangeTerm.pm
  62. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Novelty_Mutation.pm
  63. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Permutation.pm
  64. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Population_Output.pm
  65. lib/perl5/site_perl/Algorithm/Evolutionary/Op/QuadXOver.pm
  66. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Quad_Crossover_Diff.pm
  67. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Replace_Different.pm
  68. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Replace_Worst.pm
  69. lib/perl5/site_perl/Algorithm/Evolutionary/Op/RouletteWheel.pm
  70. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Selector.pm
  71. lib/perl5/site_perl/Algorithm/Evolutionary/Op/SimulatedAnnealing.pm
  72. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Storing.pm
  73. lib/perl5/site_perl/Algorithm/Evolutionary/Op/StringRand.pm
  74. lib/perl5/site_perl/Algorithm/Evolutionary/Op/String_Mutation.pm
  75. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Tournament_Selection.pm
  76. lib/perl5/site_perl/Algorithm/Evolutionary/Op/TreeMutation.pm
  77. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Uniform_Crossover.pm
  78. lib/perl5/site_perl/Algorithm/Evolutionary/Op/Uniform_Crossover_Diff.pm
  79. lib/perl5/site_perl/Algorithm/Evolutionary/Op/VectorCrossover.pm
  80. lib/perl5/site_perl/Algorithm/Evolutionary/Run.pm
  81. lib/perl5/site_perl/Algorithm/Evolutionary/Utils.pm
  82. lib/perl5/site_perl/Algorithm/Evolutionary/Wheel.pm
  83. lib/perl5/site_perl/man/man1/canonical-genetic-algorithm.pl.1.gz
  84. lib/perl5/site_perl/man/man1/rectangle-coverage.pl.1.gz
  85. lib/perl5/site_perl/man/man1/tide_bitstring.pl.1.gz
  86. lib/perl5/site_perl/man/man1/tide_float.pl.1.gz
  87. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary.3.gz
  88. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Experiment.3.gz
  89. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Fitness::Any.3.gz
  90. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Fitness::Base.3.gz
  91. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Fitness::ECC.3.gz
  92. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Fitness::Knapsack.3.gz
  93. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Fitness::MMDP.3.gz
  94. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Fitness::ONEMAX.3.gz
  95. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Fitness::P_Peaks.3.gz
  96. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Fitness::Rastrigin.3.gz
  97. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Fitness::Royal_Road.3.gz
  98. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Fitness::String.3.gz
  99. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Fitness::Trap.3.gz
  100. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Fitness::ZDT1.3.gz
  101. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Fitness::wP_Peaks.3.gz
  102. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Hash_Wheel.3.gz
  103. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Individual::Any.3.gz
  104. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Individual::Base.3.gz
  105. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Individual::BitString.3.gz
  106. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Individual::Bit_Vector.3.gz
  107. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Individual::String.3.gz
  108. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Individual::Tree.3.gz
  109. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Individual::Vector.3.gz
  110. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Animated_GIF_Output.3.gz
  111. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::ArithCrossover.3.gz
  112. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Base.3.gz
  113. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Bitflip.3.gz
  114. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Breeder.3.gz
  115. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Breeder_Diverser.3.gz
  116. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::CX.3.gz
  117. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::CanonicalGA.3.gz
  118. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Canonical_GA_NN.3.gz
  119. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::ChangeLengthMutation.3.gz
  120. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Combined.3.gz
  121. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Convergence_Terminator.3.gz
  122. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Creator.3.gz
  123. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Crossover.3.gz
  124. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::DeltaTerm.3.gz
  125. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::EDA_step.3.gz
  126. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Easy.3.gz
  127. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Easy_MO.3.gz
  128. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Eval::General.3.gz
  129. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Eval::MO_Rank.3.gz
  130. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::FullAlgorithm.3.gz
  131. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::GaussianMutation.3.gz
  132. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Gene_Boundary_Crossover.3.gz
  133. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::GeneralGeneration.3.gz
  134. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Generation_Skeleton.3.gz
  135. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::GenerationalTerm.3.gz
  136. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::IncMutation.3.gz
  137. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Inverover.3.gz
  138. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::LinearFreezer.3.gz
  139. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Mutation.3.gz
  140. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::NoChangeTerm.3.gz
  141. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Novelty_Mutation.3.gz
  142. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Permutation.3.gz
  143. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Population_Output.3.gz
  144. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::QuadXOver.3.gz
  145. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Quad_Crossover_Diff.3.gz
  146. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Replace_Different.3.gz
  147. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Replace_Worst.3.gz
  148. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::RouletteWheel.3.gz
  149. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Selector.3.gz
  150. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::SimulatedAnnealing.3.gz
  151. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Storing.3.gz
  152. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::StringRand.3.gz
  153. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::String_Mutation.3.gz
  154. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Tournament_Selection.3.gz
  155. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::TreeMutation.3.gz
  156. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Uniform_Crossover.3.gz
  157. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::Uniform_Crossover_Diff.3.gz
  158. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Op::VectorCrossover.3.gz
  159. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Run.3.gz
  160. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Utils.3.gz
  161. lib/perl5/site_perl/man/man3/Algorithm::Evolutionary::Wheel.3.gz
  162. @owner
  163. @group
  164. @mode
Collapse this list.
Dependency lines:
  • p5-Algorithm-Evolutionary>0:devel/p5-Algorithm-Evolutionary
To install the port:
cd /usr/ports/devel/p5-Algorithm-Evolutionary/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/p5-Algorithm-Evolutionary
  • pkg install p5-Algorithm-Evolutionary
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-Algorithm-Evolutionary
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1622038062 SHA256 (Algorithm-Evolutionary-0.82.1.tar.gz) = 996942d4091bdeb8cfacf27b501fc3b968b134e51e4b721e694dd3b350bdc875 SIZE (Algorithm-Evolutionary-0.82.1.tar.gz) = 99527

Packages (timestamps in pop-ups are UTC):
p5-Algorithm-Evolutionary
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.82.10.82.10.80_10.82.10.82.1-0.80_1-
FreeBSD:13:quarterly0.82.10.82.10.82.10.82.10.82.10.82.10.82.10.82.1
FreeBSD:14:latest0.82.10.82.10.82.10.82.10.82.10.82.1-0.82.1
FreeBSD:14:quarterly0.82.10.82.1-0.82.10.82.10.82.10.82.10.82.1
FreeBSD:15:latest0.82.10.82.1n/a0.82.1n/a0.82.10.82.10.82.1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-Algorithm-Permute>=0.01 : devel/p5-Algorithm-Permute
  2. p5-Bit-Vector>=0 : math/p5-Bit-Vector
  3. p5-Clone>=0.31 : devel/p5-Clone
  4. p5-GD>=2.17 : graphics/p5-GD
  5. p5-Math-Random>=0.63 : math/p5-Math-Random
  6. p5-Object-Array>=0 : devel/p5-Object-Array
  7. p5-Sort-Key>=0 : devel/p5-Sort-Key
  8. p5-Statistics-Basic>=1.6 : math/p5-Statistics-Basic
  9. p5-String-Random>=0 : devel/p5-String-Random
  10. p5-Tree-DAG_Node>=1.04 : devel/p5-Tree-DAG_Node
  11. p5-XML-LibXML>=1.5 : textproc/p5-XML-LibXML
  12. p5-XML-Parser>=2.40 : textproc/p5-XML-Parser
  13. p5-XML-Parser-Style-EasyTree>=0 : textproc/p5-XML-Parser-Style-EasyTree
  14. p5-YAML>=0 : textproc/p5-YAML
  15. perl5>=5.32.r0<5.33 : lang/perl5.32
  16. perl5>=5.32.r0<5.33 : lang/perl5.32
Runtime dependencies:
  1. p5-Algorithm-Permute>=0.01 : devel/p5-Algorithm-Permute
  2. p5-Bit-Vector>=0 : math/p5-Bit-Vector
  3. p5-Clone>=0.31 : devel/p5-Clone
  4. p5-GD>=2.17 : graphics/p5-GD
  5. p5-Math-Random>=0.63 : math/p5-Math-Random
  6. p5-Object-Array>=0 : devel/p5-Object-Array
  7. p5-Sort-Key>=0 : devel/p5-Sort-Key
  8. p5-Statistics-Basic>=1.6 : math/p5-Statistics-Basic
  9. p5-String-Random>=0 : devel/p5-String-Random
  10. p5-Tree-DAG_Node>=1.04 : devel/p5-Tree-DAG_Node
  11. p5-XML-LibXML>=1.5 : textproc/p5-XML-LibXML
  12. p5-XML-Parser>=2.40 : textproc/p5-XML-Parser
  13. p5-XML-Parser-Style-EasyTree>=0 : textproc/p5-XML-Parser-Style-EasyTree
  14. p5-YAML>=0 : textproc/p5-YAML
  15. perl5>=5.32.r0<5.33 : lang/perl5.32
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_p5-Algorithm-Evolutionary
USES:
perl5
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Algorithm/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Algorithm/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Algorithm/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Algorithm/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/Algorithm/
  7. http://backpan.perl.org/modules/by-module/Algorithm/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Algorithm/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Algorithm/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/Algorithm/
  12. https://www.cpan.org/modules/by-module/Algorithm/
Collapse this list.

Number of commits found: 54

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.82.1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.82.1
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.82.1
14 Jul 2021 16:10:27
commit hash: fee4dfc55cfdb226808b5e03ee48355e3eb0841dcommit hash: fee4dfc55cfdb226808b5e03ee48355e3eb0841dcommit hash: fee4dfc55cfdb226808b5e03ee48355e3eb0841dcommit hash: fee4dfc55cfdb226808b5e03ee48355e3eb0841d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-Algorithm-Evolutionary: Sort PLIST
0.82.1
26 May 2021 19:00:13
commit hash: 104c70150dbe0ed2849cce671caccac9c6f47542commit hash: 104c70150dbe0ed2849cce671caccac9c6f47542commit hash: 104c70150dbe0ed2849cce671caccac9c6f47542commit hash: 104c70150dbe0ed2849cce671caccac9c6f47542 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-Algorithm-Evolutionary: Update to 0.82.1

- Add LICENSE_FILE
- Add NO_ARCH

Changes:	https://metacpan.org/changes/distribution/Algorithm-Evolutionary
0.80_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.80_1
06 Oct 2018 13:06:45
Revision:481365Original commit files touched by this commit
des search for other commits by this committer
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
0.80_1
27 May 2018 20:15:20
Revision:470993Original commit files touched by this commit
sunpoet search for other commits by this committer
Update WWW

search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
0.80_1
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
0.80_1
14 Sep 2015 12:19:50
Revision:396892Original commit files touched by this commit
mat search for other commits by this committer
Make it so that the default Perl is always called perl5.

- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
0.80_1
12 Mar 2015 23:00:03
Revision:381151Original commit files touched by this commit
adamw search for other commits by this committer
Some OCD cleanups on some of the perl@ ports.

- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
  the plist was randomized before committing

A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier.
0.80_1
26 Nov 2014 13:08:38
Revision:373448Original commit files touched by this commit
mat search for other commits by this committer
Change the way Perl modules are installed, update the default Perl to 5.18.

Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.80
31 Oct 2014 15:26:42
Revision:371846Original commit files touched by this commit
jadawin search for other commits by this committer
- Update to 0.80
0.79
27 Oct 2014 10:55:59
Revision:371547Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
0.79
23 Jan 2014 03:28:47
Revision:340796Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.79

Changes:	http://search.cpan.org/dist/Algorithm-Evolutionary/Changes
0.78
27 Oct 2013 12:17:59
Revision:331766Original commit files touched by this commit
vanilla search for other commits by this committer
support STAGEDIR.
0.78
20 Sep 2013 17:13:47
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3)
0.78
02 Aug 2013 18:52:11
Revision:324174Original commit files touched by this commit
mat search for other commits by this committer
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
0.78
29 Mar 2013 00:44:54
Revision:315509Original commit files touched by this commit
eadler search for other commits by this committer
For perl@ owned ports:

- Fix COMMENT
- Trim header
0.78
17 Dec 2012 13:36:43
Revision:309091Original commit files touched by this commit
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.
0.78
10 Jul 2012 04:10:10
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.78
- Add LICENSE

Changes:        http://search.cpan.org/dist/Algorithm-Evolutionary/Changes
0.77_1
01 Jun 2012 05:26:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- update png to 1.5.10
0.77
13 Mar 2012 16:15:36
Original commit files touched by this commit
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)
0.77
08 Mar 2012 18:45:38
Original commit files touched by this commit
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
0.77
01 Sep 2011 13:23:02
Original commit files touched by this commit
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
0.75
17 Dec 2010 06:27:43
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 0.75
ChangeLog:
http://cpansearch.perl.org/src/JMERELO/Algorithm-Evolutionary-0.75/Changes
0.74
26 Sep 2010 00:15:42
Original commit files touched by this commit
wen search for other commits by this committer
- Update to 0.74
0.73_2
24 Sep 2010 02:03:44
Original commit files touched by this commit
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@
0.73_2
24 Sep 2010 00:44:29
Original commit files touched by this commit
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@
0.73_1
28 Mar 2010 06:47:48
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
0.73
16 Mar 2010 23:15:08
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 0.73.

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

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

Changes:
http://search.cpan.org/dist/Algorithm-Evolutionary/Changes
0.67
22 Jul 2009 16:27:08
Original commit files touched by this commit
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)
0.67
07 Apr 2009 16:15:22
Original commit files touched by this commit
mat search for other commits by this committer
Update to 0.67
0.66
27 Mar 2009 22:15:21
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.66
0.65
20 Mar 2009 19:07:42
Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.65
0.64
25 Feb 2009 09:37:01
Original commit files touched by this commit
mat search for other commits by this committer
Update to 0.64
0.60
03 Jul 2008 17:09:58
Original commit files touched by this commit
leeym search for other commits by this committer
- update to 0.60

PR:             125219
Submitted by:   Wen heping <wenheping at gmail.com>
0.54_1
23 May 2008 21:18:39
Original commit files touched by this commit
olgeni search for other commits by this committer
Hunt for typos in devel/p5-*.
0.54_1
04 Mar 2008 11:33:53
Original commit files touched by this commit
leeym search for other commits by this committer
- use CPAN macro
- simplify dependency
- bump PORTREVISION
0.54
08 Sep 2007 00:56:04
Original commit files touched by this commit
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
0.54
28 Mar 2006 13:30:25
Original commit files touched by this commit
tobez search for other commits by this committer
Update to 0.54.  Set maintainer to perl@.
0.53
22 Jan 2006 00:27:03
Original commit files touched by this commit
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
0.53
24 Nov 2005 15:40:04
Original commit files touched by this commit
pav search for other commits by this committer
- Add some SHA256 checksums
0.53
31 Oct 2005 18:24:21
Original commit files touched by this commit
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
0.53
29 Jan 2004 07:24:56
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
0.53
15 Dec 2003 02:52:49
Original commit files touched by this commit
ijliao search for other commits by this committer
requires perl > 5.6.1
0.53
03 Nov 2003 14:03:40
Original commit files touched by this commit
ijliao search for other commits by this committer
unbreak by fixing depend
0.53
03 Nov 2003 03:56:42
Original commit files touched by this commit
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.
0.53
26 Oct 2003 02:44:41
Original commit files touched by this commit
ijliao search for other commits by this committer
fix dependence path
0.53
24 Oct 2003 08:24:44
Original commit files touched by this commit
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: 54