mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
support STAGEDIR.
This commit is contained in:
parent
60aa3676a4
commit
fd4e35831a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331766
@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= AI::Pathfinding::AStar.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,4 @@
|
||||
%%PERL5_MAN3%%/AI::Pathfinding::AStar.3.gz
|
||||
%%SITE_PERL%%/AI/Pathfinding/AStar.pm
|
||||
%%SITE_PERL%%/AI/Pathfinding/AStar/AStarNode.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/Pathfinding/AStar/.packlist
|
||||
|
@ -24,26 +24,4 @@ USES= perl5
|
||||
USE_PERL5= configure
|
||||
CONFIGURE_ARGS+=</dev/null
|
||||
|
||||
MAN1= aiprolog.1
|
||||
MAN3= AI::Prolog.3 \
|
||||
AI::Prolog::Article.3 \
|
||||
AI::Prolog::Builtins.3 \
|
||||
AI::Prolog::ChoicePoint.3 \
|
||||
AI::Prolog::Cookbook.3 \
|
||||
AI::Prolog::Engine.3 \
|
||||
AI::Prolog::Engine::Primitives.3 \
|
||||
AI::Prolog::Introduction.3 \
|
||||
AI::Prolog::KnowledgeBase.3 \
|
||||
AI::Prolog::Parser.3 \
|
||||
AI::Prolog::Parser::PreProcessor.3 \
|
||||
AI::Prolog::Parser::PreProcessor::Math.3 \
|
||||
AI::Prolog::Term.3 \
|
||||
AI::Prolog::Term::Cut.3 \
|
||||
AI::Prolog::Term::Number.3 \
|
||||
AI::Prolog::TermList.3 \
|
||||
AI::Prolog::TermList::Clause.3 \
|
||||
AI::Prolog::TermList::Primitive.3 \
|
||||
AI::Prolog::TermList::Step.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,23 +1,46 @@
|
||||
bin/aiprolog
|
||||
%%SITE_PERL%%/AI/Prolog/Introduction.pod
|
||||
%%PERL5_MAN3%%/AI::Prolog.3.gz
|
||||
%%PERL5_MAN3%%/AI::Prolog::Article.3.gz
|
||||
%%PERL5_MAN3%%/AI::Prolog::Builtins.3.gz
|
||||
%%PERL5_MAN3%%/AI::Prolog::ChoicePoint.3.gz
|
||||
%%PERL5_MAN3%%/AI::Prolog::Cookbook.3.gz
|
||||
%%PERL5_MAN3%%/AI::Prolog::Engine.3.gz
|
||||
%%PERL5_MAN3%%/AI::Prolog::Engine::Primitives.3.gz
|
||||
%%PERL5_MAN3%%/AI::Prolog::Introduction.3.gz
|
||||
%%PERL5_MAN3%%/AI::Prolog::KnowledgeBase.3.gz
|
||||
%%PERL5_MAN3%%/AI::Prolog::Parser.3.gz
|
||||
%%PERL5_MAN3%%/AI::Prolog::Parser::PreProcessor.3.gz
|
||||
%%PERL5_MAN3%%/AI::Prolog::Parser::PreProcessor::Math.3.gz
|
||||
%%PERL5_MAN3%%/AI::Prolog::Term.3.gz
|
||||
%%PERL5_MAN3%%/AI::Prolog::Term::Cut.3.gz
|
||||
%%PERL5_MAN3%%/AI::Prolog::Term::Number.3.gz
|
||||
%%PERL5_MAN3%%/AI::Prolog::TermList.3.gz
|
||||
%%PERL5_MAN3%%/AI::Prolog::TermList::Clause.3.gz
|
||||
%%PERL5_MAN3%%/AI::Prolog::TermList::Primitive.3.gz
|
||||
%%PERL5_MAN3%%/AI::Prolog::TermList::Step.3.gz
|
||||
%%SITE_PERL%%/AI/Prolog.pm
|
||||
%%SITE_PERL%%/AI/Prolog/Article.pod
|
||||
%%SITE_PERL%%/AI/Prolog/TermList.pm
|
||||
%%SITE_PERL%%/AI/Prolog/Parser.pm
|
||||
%%SITE_PERL%%/AI/Prolog/Builtins.pod
|
||||
%%SITE_PERL%%/AI/Prolog/ChoicePoint.pm
|
||||
%%SITE_PERL%%/AI/Prolog/Cookbook.pod
|
||||
%%SITE_PERL%%/AI/Prolog/Term.pm
|
||||
%%SITE_PERL%%/AI/Prolog/Engine.pm
|
||||
%%SITE_PERL%%/AI/Prolog/Engine/Primitives.pm
|
||||
%%SITE_PERL%%/AI/Prolog/Introduction.pod
|
||||
%%SITE_PERL%%/AI/Prolog/KnowledgeBase.pm
|
||||
%%SITE_PERL%%/AI/Prolog/Parser.pm
|
||||
%%SITE_PERL%%/AI/Prolog/Parser/PreProcessor.pm
|
||||
%%SITE_PERL%%/AI/Prolog/Parser/PreProcessor/Math.pm
|
||||
%%SITE_PERL%%/AI/Prolog/TermList/Primitive.pm
|
||||
%%SITE_PERL%%/AI/Prolog/TermList/Clause.pm
|
||||
%%SITE_PERL%%/AI/Prolog/TermList/Step.pm
|
||||
%%SITE_PERL%%/AI/Prolog/Engine/Primitives.pm
|
||||
%%SITE_PERL%%/AI/Prolog/Term.pm
|
||||
%%SITE_PERL%%/AI/Prolog/Term/Cut.pm
|
||||
%%SITE_PERL%%/AI/Prolog/Term/Number.pm
|
||||
%%SITE_PERL%%/AI/Prolog.pm
|
||||
%%SITE_PERL%%/AI/Prolog/TermList.pm
|
||||
%%SITE_PERL%%/AI/Prolog/TermList/Clause.pm
|
||||
%%SITE_PERL%%/AI/Prolog/TermList/Primitive.pm
|
||||
%%SITE_PERL%%/AI/Prolog/TermList/Step.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/Prolog/.packlist
|
||||
man/man1/aiprolog.1.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/Prolog
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI
|
||||
@dirrm %%SITE_PERL%%/AI/Prolog/TermList
|
||||
@dirrm %%SITE_PERL%%/AI/Prolog/Term
|
||||
@dirrm %%SITE_PERL%%/AI/Prolog/Parser/PreProcessor
|
||||
@ -25,6 +48,3 @@ bin/aiprolog
|
||||
@dirrm %%SITE_PERL%%/AI/Prolog/Engine
|
||||
@dirrm %%SITE_PERL%%/AI/Prolog
|
||||
@dirrmtry %%SITE_PERL%%/AI
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/Prolog/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/Prolog
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI
|
||||
|
@ -16,8 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Agent.3 Agent::Transport::TCP.3 \
|
||||
Agent::Transport.3 Agent::Message.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,7 @@
|
||||
%%PERL5_MAN3%%/Agent.3.gz
|
||||
%%PERL5_MAN3%%/Agent::Message.3.gz
|
||||
%%PERL5_MAN3%%/Agent::Transport.3.gz
|
||||
%%PERL5_MAN3%%/Agent::Transport::TCP.3.gz
|
||||
%%SITE_PERL%%/Agent.pm
|
||||
%%SITE_PERL%%/Agent/Message.pm
|
||||
%%SITE_PERL%%/Agent/Transport.pm
|
||||
|
@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Algorithm::Annotate.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%PERL5_MAN3%%/Algorithm::Annotate.3.gz
|
||||
%%SITE_PERL%%/Algorithm/Annotate.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Annotate/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/Algorithm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Annotate
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Annotate
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm
|
||||
@dirrmtry %%SITE_PERL%%/Algorithm
|
||||
|
@ -13,7 +13,4 @@ COMMENT= Module for merging hierarchies using the C3 algorithm
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= Algorithm::C3.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,3 @@
|
||||
%%PERL5_MAN3%%/Algorithm::C3.3.gz
|
||||
%%SITE_PERL%%/Algorithm/C3.pm
|
||||
@dirrmtry %%SITE_PERL%%/Algorithm
|
||||
|
@ -16,7 +16,4 @@ MAKE_JOBS_UNSAFE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Algorithm::Cluster.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,4 @@
|
||||
%%PERL5_MAN3%%/Algorithm::Cluster.3.gz
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/Cluster.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/Cluster/Record.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Cluster/.packlist
|
||||
@ -5,5 +6,5 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Cluster/Cluster.so
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Cluster
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/Cluster
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/Cluster
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Algorithm
|
||||
|
@ -15,11 +15,7 @@ BUILD_DEPENDS= p5-Set-Object>0:${PORTSDIR}/devel/p5-Set-Object \
|
||||
p5-Test-Deep>0:${PORTSDIR}/devel/p5-Test-Deep
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= Algorithm::Dependency::Objects.3 \
|
||||
Algorithm::Dependency::Objects::Ordered.3
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,5 @@
|
||||
%%PERL5_MAN3%%/Algorithm::Dependency::Objects.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Dependency::Objects::Ordered.3.gz
|
||||
%%SITE_PERL%%/Algorithm/Dependency/Objects.pm
|
||||
%%SITE_PERL%%/Algorithm/Dependency/Objects/Ordered.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Dependency/Objects/.packlist
|
||||
|
@ -14,17 +14,7 @@ RUN_DEPENDS= p5-Params-Util>=0.31:${PORTSDIR}/devel/p5-Params-Util
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
BUILD_DEPENDS+= p5-Test-ClassAPI>=0.6:${PORTSDIR}/devel/p5-Test-ClassAPI
|
||||
|
||||
MAN3= Algorithm::Dependency.3 \
|
||||
Algorithm::Dependency::Item.3 \
|
||||
Algorithm::Dependency::Ordered.3 \
|
||||
Algorithm::Dependency::Source.3 \
|
||||
Algorithm::Dependency::Source::File.3 \
|
||||
Algorithm::Dependency::Source::HoA.3 \
|
||||
Algorithm::Dependency::Source::Invert.3 \
|
||||
Algorithm::Dependency::Weight.3
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,14 +1,22 @@
|
||||
%%PERL5_MAN3%%/Algorithm::Dependency.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Dependency::Item.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Dependency::Ordered.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Dependency::Source.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Dependency::Source::File.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Dependency::Source::HoA.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Dependency::Source::Invert.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Dependency::Weight.3.gz
|
||||
%%SITE_PERL%%/Algorithm/Dependency.pm
|
||||
%%SITE_PERL%%/Algorithm/Dependency/Item.pm
|
||||
%%SITE_PERL%%/Algorithm/Dependency/Ordered.pm
|
||||
%%SITE_PERL%%/Algorithm/Dependency/Source.pm
|
||||
%%SITE_PERL%%/Algorithm/Dependency/Source/Invert.pm
|
||||
%%SITE_PERL%%/Algorithm/Dependency/Source/File.pm
|
||||
%%SITE_PERL%%/Algorithm/Dependency/Source/HoA.pm
|
||||
%%SITE_PERL%%/Algorithm/Dependency/Source/Invert.pm
|
||||
%%SITE_PERL%%/Algorithm/Dependency/Weight.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Dependency/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Dependency
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Dependency
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm
|
||||
@dirrm %%SITE_PERL%%/Algorithm/Dependency/Source
|
||||
@dirrm %%SITE_PERL%%/Algorithm/Dependency
|
||||
@dirrmtry %%SITE_PERL%%/Algorithm/Dependency
|
||||
@dirrmtry %%SITE_PERL%%/Algorithm
|
||||
|
@ -32,87 +32,4 @@ TEST_DEPENDS= p5-Pod-Escapes>=0:${PORTSDIR}/textproc/p5-Pod-Escapes \
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN1= canonical-genetic-algorithm.pl.1 \
|
||||
rectangle-coverage.pl.1 \
|
||||
tide_bitstring.pl.1 \
|
||||
tide_float.pl.1
|
||||
MAN3= Algorithm::Evolutionary.3 \
|
||||
Algorithm::Evolutionary::Experiment.3 \
|
||||
Algorithm::Evolutionary::Fitness::Any.3 \
|
||||
Algorithm::Evolutionary::Fitness::Base.3 \
|
||||
Algorithm::Evolutionary::Fitness::ECC.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::Rastrigin.3 \
|
||||
Algorithm::Evolutionary::Fitness::Royal_Road.3 \
|
||||
Algorithm::Evolutionary::Fitness::String.3 \
|
||||
Algorithm::Evolutionary::Fitness::Trap.3 \
|
||||
Algorithm::Evolutionary::Fitness::ZDT1.3 \
|
||||
Algorithm::Evolutionary::Fitness::wP_Peaks.3 \
|
||||
Algorithm::Evolutionary::Hash_Wheel.3 \
|
||||
Algorithm::Evolutionary::Individual::Any.3 \
|
||||
Algorithm::Evolutionary::Individual::Base.3 \
|
||||
Algorithm::Evolutionary::Individual::BitString.3 \
|
||||
Algorithm::Evolutionary::Individual::Bit_Vector.3 \
|
||||
Algorithm::Evolutionary::Individual::String.3 \
|
||||
Algorithm::Evolutionary::Individual::Tree.3 \
|
||||
Algorithm::Evolutionary::Individual::Vector.3 \
|
||||
Algorithm::Evolutionary::Op::Animated_GIF_Output.3 \
|
||||
Algorithm::Evolutionary::Op::ArithCrossover.3 \
|
||||
Algorithm::Evolutionary::Op::Base.3 \
|
||||
Algorithm::Evolutionary::Op::Bitflip.3 \
|
||||
Algorithm::Evolutionary::Op::Breeder.3 \
|
||||
Algorithm::Evolutionary::Op::Breeder_Diverser.3 \
|
||||
Algorithm::Evolutionary::Op::CX.3 \
|
||||
Algorithm::Evolutionary::Op::CanonicalGA.3 \
|
||||
Algorithm::Evolutionary::Op::Canonical_GA_NN.3 \
|
||||
Algorithm::Evolutionary::Op::ChangeLengthMutation.3 \
|
||||
Algorithm::Evolutionary::Op::Combined.3 \
|
||||
Algorithm::Evolutionary::Op::Convergence_Terminator.3 \
|
||||
Algorithm::Evolutionary::Op::Creator.3 \
|
||||
Algorithm::Evolutionary::Op::Crossover.3 \
|
||||
Algorithm::Evolutionary::Op::DeltaTerm.3 \
|
||||
Algorithm::Evolutionary::Op::EDA_step.3 \
|
||||
Algorithm::Evolutionary::Op::Easy.3 \
|
||||
Algorithm::Evolutionary::Op::Easy_MO.3 \
|
||||
Algorithm::Evolutionary::Op::Eval::General.3 \
|
||||
Algorithm::Evolutionary::Op::Eval::MO_Rank.3 \
|
||||
Algorithm::Evolutionary::Op::FullAlgorithm.3 \
|
||||
Algorithm::Evolutionary::Op::GaussianMutation.3 \
|
||||
Algorithm::Evolutionary::Op::Gene_Boundary_Crossover.3 \
|
||||
Algorithm::Evolutionary::Op::GeneralGeneration.3 \
|
||||
Algorithm::Evolutionary::Op::Generation_Skeleton.3 \
|
||||
Algorithm::Evolutionary::Op::GenerationalTerm.3 \
|
||||
Algorithm::Evolutionary::Op::IncMutation.3 \
|
||||
Algorithm::Evolutionary::Op::Inverover.3 \
|
||||
Algorithm::Evolutionary::Op::LinearFreezer.3 \
|
||||
Algorithm::Evolutionary::Op::Mutation.3 \
|
||||
Algorithm::Evolutionary::Op::NoChangeTerm.3 \
|
||||
Algorithm::Evolutionary::Op::Novelty_Mutation.3 \
|
||||
Algorithm::Evolutionary::Op::Permutation.3 \
|
||||
Algorithm::Evolutionary::Op::Population_Output.3 \
|
||||
Algorithm::Evolutionary::Op::QuadXOver.3 \
|
||||
Algorithm::Evolutionary::Op::Quad_Crossover_Diff.3 \
|
||||
Algorithm::Evolutionary::Op::Replace_Different.3 \
|
||||
Algorithm::Evolutionary::Op::Replace_Worst.3 \
|
||||
Algorithm::Evolutionary::Op::RouletteWheel.3 \
|
||||
Algorithm::Evolutionary::Op::Selector.3 \
|
||||
Algorithm::Evolutionary::Op::SimulatedAnnealing.3 \
|
||||
Algorithm::Evolutionary::Op::Storing.3 \
|
||||
Algorithm::Evolutionary::Op::StringRand.3 \
|
||||
Algorithm::Evolutionary::Op::String_Mutation.3 \
|
||||
Algorithm::Evolutionary::Op::TournamentSelect.3 \
|
||||
Algorithm::Evolutionary::Op::Tournament_Selection.3 \
|
||||
Algorithm::Evolutionary::Op::TreeMutation.3 \
|
||||
Algorithm::Evolutionary::Op::Uniform_Crossover.3 \
|
||||
Algorithm::Evolutionary::Op::Uniform_Crossover_Diff.3 \
|
||||
Algorithm::Evolutionary::Op::VectorCrossover.3 \
|
||||
Algorithm::Evolutionary::Run.3 \
|
||||
Algorithm::Evolutionary::Utils.3 \
|
||||
Algorithm::Evolutionary::Wheel.3 \
|
||||
Algorithm::Evolutionary::XML.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,6 +2,83 @@ bin/canonical-genetic-algorithm.pl
|
||||
bin/rectangle-coverage.pl
|
||||
bin/tide_bitstring.pl
|
||||
bin/tide_float.pl
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Experiment.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Fitness::Any.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Fitness::Base.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Fitness::ECC.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Fitness::Knapsack.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Fitness::MMDP.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Fitness::ONEMAX.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Fitness::P_Peaks.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Fitness::Rastrigin.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Fitness::Royal_Road.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Fitness::String.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Fitness::Trap.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Fitness::ZDT1.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Fitness::wP_Peaks.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Hash_Wheel.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Individual::Any.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Individual::Base.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Individual::BitString.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Individual::Bit_Vector.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Individual::String.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Individual::Tree.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Individual::Vector.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Animated_GIF_Output.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::ArithCrossover.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Base.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Bitflip.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Breeder.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Breeder_Diverser.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::CX.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::CanonicalGA.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Canonical_GA_NN.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::ChangeLengthMutation.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Combined.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Convergence_Terminator.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Creator.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Crossover.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::DeltaTerm.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::EDA_step.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Easy.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Easy_MO.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Eval::General.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Eval::MO_Rank.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::FullAlgorithm.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::GaussianMutation.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Gene_Boundary_Crossover.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::GeneralGeneration.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Generation_Skeleton.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::GenerationalTerm.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::IncMutation.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Inverover.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::LinearFreezer.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Mutation.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::NoChangeTerm.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Novelty_Mutation.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Permutation.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Population_Output.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::QuadXOver.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Quad_Crossover_Diff.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Replace_Different.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Replace_Worst.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::RouletteWheel.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Selector.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::SimulatedAnnealing.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Storing.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::StringRand.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::String_Mutation.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::TournamentSelect.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Tournament_Selection.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::TreeMutation.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Uniform_Crossover.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::Uniform_Crossover_Diff.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Op::VectorCrossover.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Run.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Utils.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::Wheel.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::Evolutionary::XML.3.gz
|
||||
%%SITE_PERL%%/Algorithm/Evolutionary.pm
|
||||
%%SITE_PERL%%/Algorithm/Evolutionary/Experiment.pm
|
||||
%%SITE_PERL%%/Algorithm/Evolutionary/Fitness/Any.pm
|
||||
@ -80,6 +157,10 @@ bin/tide_float.pl
|
||||
%%SITE_PERL%%/Algorithm/Evolutionary/Wheel.pm
|
||||
%%SITE_PERL%%/Algorithm/Evolutionary/XML.pod
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Evolutionary/.packlist
|
||||
man/man1/canonical-genetic-algorithm.pl.1.gz
|
||||
man/man1/rectangle-coverage.pl.1.gz
|
||||
man/man1/tide_bitstring.pl.1.gz
|
||||
man/man1/tide_float.pl.1.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Evolutionary
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm
|
||||
@dirrm %%SITE_PERL%%/Algorithm/Evolutionary/Op/Eval
|
||||
|
@ -20,10 +20,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Algorithm::FloodControl.3 Algorithm::FloodControl::Backend::Cache::Memcached.3 \
|
||||
Algorithm::FloodControl::Backend::Cache::Memcached::Fast.3 \
|
||||
Algorithm::FloodControl::Backend::Cache::FastMmap.3 \
|
||||
Algorithm::FloodControl::Backend.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,13 +1,18 @@
|
||||
%%PERL5_MAN3%%/Algorithm::FloodControl.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::FloodControl::Backend.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::FloodControl::Backend::Cache::FastMmap.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::FloodControl::Backend::Cache::Memcached.3.gz
|
||||
%%PERL5_MAN3%%/Algorithm::FloodControl::Backend::Cache::Memcached::Fast.3.gz
|
||||
%%SITE_PERL%%/Algorithm/FloodControl.pm
|
||||
%%SITE_PERL%%/Algorithm/FloodControl/Backend.pm
|
||||
%%SITE_PERL%%/Algorithm/FloodControl/Backend/Cache/FastMmap.pm
|
||||
%%SITE_PERL%%/Algorithm/FloodControl/Backend/Cache/Memcached.pm
|
||||
%%SITE_PERL%%/Algorithm/FloodControl/Backend/Cache/Memcached/Fast.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/FloodControl/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/FloodControl
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/FloodControl
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm
|
||||
@dirrmtry %%SITE_PERL%%/Algorithm/FloodControl/Backend/Cache/Memcached
|
||||
@dirrmtry %%SITE_PERL%%/Algorithm/FloodControl/Backend/Cache
|
||||
@dirrmtry %%SITE_PERL%%/Algorithm/FloodControl/Backend
|
||||
@dirrmtry %%SITE_PERL%%/Algorithm/FloodControl
|
||||
@dirrm %%SITE_PERL%%/Algorithm/FloodControl/Backend/Cache/Memcached
|
||||
@dirrm %%SITE_PERL%%/Algorithm/FloodControl/Backend/Cache
|
||||
@dirrm %%SITE_PERL%%/Algorithm/FloodControl/Backend
|
||||
@dirrm %%SITE_PERL%%/Algorithm/FloodControl
|
||||
@dirrmtry %%SITE_PERL%%/Algorithm
|
||||
|
@ -14,7 +14,4 @@ COMMENT= Fast (XS) implementation of the Longest Common Subsequence Algorithm
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Algorithm::LCS.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,7 +1,8 @@
|
||||
%%PERL5_MAN3%%/Algorithm::LCS.3.gz
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Algorithm/LCS.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LCS/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LCS/LCS.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LCS/LCS.so
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LCS
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LCS
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Algorithm
|
||||
|
@ -10,10 +10,7 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Calculate the Modulus 10 Double Add Double checksum
|
||||
|
||||
MAN3= Algorithm::LUHN.3
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,4 @@
|
||||
%%PERL5_MAN3%%/Algorithm::LUHN.3.gz
|
||||
%%SITE_PERL%%/Algorithm/LUHN.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LUHN/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/LUHN
|
||||
|
@ -14,7 +14,4 @@ COMMENT= Perl class capable of creating Markov chains and output based on them
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= Algorithm::MarkovChain.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,4 @@
|
||||
%%PERL5_MAN3%%/Algorithm::MarkovChain.3.gz
|
||||
%%SITE_PERL%%/Algorithm/MarkovChain.pm
|
||||
%%SITE_PERL%%/Algorithm/MarkovChain/Base.pm
|
||||
@dirrm %%SITE_PERL%%/Algorithm/MarkovChain
|
||||
|
@ -16,7 +16,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Algorithm::Merge.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Merge/.packlist
|
||||
%%PERL5_MAN3%%/Algorithm::Merge.3.gz
|
||||
%%SITE_PERL%%/Algorithm/Merge.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Merge/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Merge
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm
|
||||
@dirrmtry %%SITE_PERL%%/Algorithm
|
||||
|
@ -13,7 +13,4 @@ COMMENT= Perl modules to find the minimum and maximum of an array
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Algorithm::MinMax.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,4 @@
|
||||
%%PERL5_MAN3%%/Algorithm::MinMax.3.gz
|
||||
%%SITE_PERL%%/Algorithm/MinMax.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/MinMax/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/MinMax
|
||||
|
@ -13,7 +13,4 @@ COMMENT= Perl class performing Bayesian prediction of categories
|
||||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= Algorithm::NaiveBayes.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,4 @@
|
||||
%%PERL5_MAN3%%/Algorithm::NaiveBayes.3.gz
|
||||
%%SITE_PERL%%/Algorithm/NaiveBayes.pm
|
||||
%%SITE_PERL%%/Algorithm/NaiveBayes/Model/Discrete.pm
|
||||
%%SITE_PERL%%/Algorithm/NaiveBayes/Model/Frequency.pm
|
||||
|
@ -16,7 +16,4 @@ LICENSE_COMB= dual
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Algorithm::Networksort.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,4 @@
|
||||
%%PERL5_MAN3%%/Algorithm::Networksort.3.gz
|
||||
%%SITE_PERL%%/Algorithm/Networksort.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Networksort/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Networksort
|
||||
|
@ -16,7 +16,4 @@ LICENSE= MIT
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Algorithm::Numerical::Shuffle.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,4 @@
|
||||
%%PERL5_MAN3%%/Algorithm::Numerical::Shuffle.3.gz
|
||||
%%SITE_PERL%%/Algorithm/Numerical/Shuffle.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Numerical/Shuffle/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Numerical/Shuffle
|
||||
|
@ -14,7 +14,4 @@ COMMENT= A perl module that performs aliasing services
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Alias.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%PERL5_MAN3%%/Alias.3.gz
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Alias.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Alias/Alias.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Alias/Alias.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Alias/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Alias/Alias.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Alias/Alias.so
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Alias
|
||||
|
@ -14,19 +14,4 @@ COMMENT= Easy access to data in many formats
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= AnyData.3 \
|
||||
AnyData::Format::CSV.3 \
|
||||
AnyData::Format::Fixed.3 \
|
||||
AnyData::Format::HTMLtable.3 \
|
||||
AnyData::Format::Ini.3 \
|
||||
AnyData::Format::Mp3.3 \
|
||||
AnyData::Format::Paragraph.3 \
|
||||
AnyData::Format::Passwd.3 \
|
||||
AnyData::Format::Pipe.3 \
|
||||
AnyData::Format::Tab.3 \
|
||||
AnyData::Format::Weblog.3 \
|
||||
AnyData::Format::XML.3 \
|
||||
AnyData::Storage::File.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,16 @@
|
||||
%%PERL5_MAN3%%/AnyData.3.gz
|
||||
%%PERL5_MAN3%%/AnyData::Format::CSV.3.gz
|
||||
%%PERL5_MAN3%%/AnyData::Format::Fixed.3.gz
|
||||
%%PERL5_MAN3%%/AnyData::Format::HTMLtable.3.gz
|
||||
%%PERL5_MAN3%%/AnyData::Format::Ini.3.gz
|
||||
%%PERL5_MAN3%%/AnyData::Format::Mp3.3.gz
|
||||
%%PERL5_MAN3%%/AnyData::Format::Paragraph.3.gz
|
||||
%%PERL5_MAN3%%/AnyData::Format::Passwd.3.gz
|
||||
%%PERL5_MAN3%%/AnyData::Format::Pipe.3.gz
|
||||
%%PERL5_MAN3%%/AnyData::Format::Tab.3.gz
|
||||
%%PERL5_MAN3%%/AnyData::Format::Weblog.3.gz
|
||||
%%PERL5_MAN3%%/AnyData::Format::XML.3.gz
|
||||
%%PERL5_MAN3%%/AnyData::Storage::File.3.gz
|
||||
%%SITE_PERL%%/AnyData.pm
|
||||
%%SITE_PERL%%/AnyData/Format/Base.pm
|
||||
%%SITE_PERL%%/AnyData/Format/CSV.pm
|
||||
@ -19,8 +32,8 @@
|
||||
%%SITE_PERL%%/AnyData/Storage/PassThru.pm
|
||||
%%SITE_PERL%%/AnyData/Storage/RAM.pm
|
||||
%%SITE_PERL%%/AnyData/Storage/TiedHash.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyData/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyData
|
||||
@dirrm %%SITE_PERL%%/AnyData/Storage
|
||||
@dirrm %%SITE_PERL%%/AnyData/Format
|
||||
@dirrm %%SITE_PERL%%/AnyData
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyData/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyData
|
||||
|
Loading…
Reference in New Issue
Block a user