aboutsummaryrefslogtreecommitdiff
path: root/biology/mrbayes
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on -current by un-clobbering LDFLAGS. Also, don'tAdam Weinberger2014-08-152-4/+13
| | | | | | | mute installation commands. Notes: svn path=/head/; revision=364996
* Support stageBaptiste Daroussin2013-12-101-8/+5
| | | | | | | | USE_GMAKE -> USES=gmake use USES=readline:port Notes: svn path=/head/; revision=336072
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | biology) Notes: svn path=/head/; revision=327709
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Fix LIB_DEPENDS on devel/readline: its sh lib version was bumped recently fromIon-Mihai Tetcu2009-05-121-1/+2
| | | | | | | | | | 5 to 6. Forgotten by: araujo@ Reported by: QAT Notes: svn path=/head/; revision=233764
* - Update maintainer's email addressPav Lucistnik2008-05-171-1/+1
| | | | | | | Submitted by: Motomichi Matsuzaki <mzaki@m.u-tokyo.ac.jp> (maintainer) Notes: svn path=/head/; revision=213206
* MrBayes is a program for the Bayesian estimation of phylogeny.Martin Wilke2007-12-154-0/+59
Bayesian inference of phylogeny is based upon a quantity called the posterior probability distribution of trees, which is the probability of a tree conditioned on the observations. The conditioning is accomplished using Bayes's theorem. The posterior probability distribution of trees is impossible to calculate analytically; instead, MrBayes uses a simulation technique called Markov chain Monte Carlo (or MCMC) to approximate the posterior probabilities of trees. WWW: http://mrbayes.csit.fsu.edu/ PR: ports/118542 Submitted by: mzaki at biol.s.u-tokyo.ac.jp Notes: svn path=/head/; revision=203737