aboutsummaryrefslogtreecommitdiff
path: root/biology/fastdnaml
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2000-10-12 12:31:13 +0000
committerJames E. Housley <jeh@FreeBSD.org>2000-10-12 12:31:13 +0000
commit1bc69d7e0ce9117fb4a800b3ffbcb6de72ee189a (patch)
treeb38dfd2fa2832861c5a9d024d34eeaddc4509e55 /biology/fastdnaml
parentf4c24d5f7bd6018c38f732817385f6c0599338b5 (diff)
downloadports-1bc69d7e0ce9117fb4a800b3ffbcb6de72ee189a.tar.gz
ports-1bc69d7e0ce9117fb4a800b3ffbcb6de72ee189a.zip
Initial import of fastDNAml Version 1.2.2
The faster variant of DNAML, makes phylogenetic trees using maximum likelihood PR: 21931 Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
Notes
Notes: svn path=/head/; revision=33727
Diffstat (limited to 'biology/fastdnaml')
-rw-r--r--biology/fastdnaml/Makefile30
-rw-r--r--biology/fastdnaml/distinfo1
-rw-r--r--biology/fastdnaml/pkg-comment1
-rw-r--r--biology/fastdnaml/pkg-descr22
-rw-r--r--biology/fastdnaml/pkg-plist38
5 files changed, 92 insertions, 0 deletions
diff --git a/biology/fastdnaml/Makefile b/biology/fastdnaml/Makefile
new file mode 100644
index 000000000000..203fce448bc6
--- /dev/null
+++ b/biology/fastdnaml/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: fastDNAml
+# Date created: 12 Oct 2000
+# Whom: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
+#
+# $FreeBSD$
+#
+
+PORTNAME= fastdnaml
+PORTVERSION= 1.2.2
+CATEGORIES= biology
+MASTER_SITES= http://geta.life.uiuc.edu:80/~gary/programs/fastDNAml/
+DISTNAME= fastDNAml_${PORTVERSION}
+
+MAINTAINER= mzaki@e-mail.ne.jp
+
+do-build:
+ @(cd ${WRKSRC}/source; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET})
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/source/fastDNAml ${PREFIX}/bin
+ ${MKDIR} ${PREFIX}/bin/${PORTNAME}
+ ${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${PREFIX}/bin/${PORTNAME}
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
+ ${INSTALL_MAN} ${WRKSRC}/docs/*.txt ${PREFIX}/share/doc/${PORTNAME}
+.endif
+
+.include <bsd.port.mk>
diff --git a/biology/fastdnaml/distinfo b/biology/fastdnaml/distinfo
new file mode 100644
index 000000000000..2baf1f29f4b8
--- /dev/null
+++ b/biology/fastdnaml/distinfo
@@ -0,0 +1 @@
+MD5 (fastDNAml_1.2.2.tar.gz) = dd9c737e0f433879500391d0e229f763
diff --git a/biology/fastdnaml/pkg-comment b/biology/fastdnaml/pkg-comment
new file mode 100644
index 000000000000..82a9f02fa95f
--- /dev/null
+++ b/biology/fastdnaml/pkg-comment
@@ -0,0 +1 @@
+The faster variant of DNAML, makes phylogenetic trees using maximum likelihood
diff --git a/biology/fastdnaml/pkg-descr b/biology/fastdnaml/pkg-descr
new file mode 100644
index 000000000000..391df7e37c84
--- /dev/null
+++ b/biology/fastdnaml/pkg-descr
@@ -0,0 +1,22 @@
+fastDNAml is a program for estimating maximum likelihood phylogenetic trees
+from nucleotide sequences.
+
+WWW: http://geta.life.uiuc.edu/~gary/programs/fastDNAml.html
+
+fastDNAml is an attempt to solve the same problem as Joseph Felsenstein's
+DNAML, but to do so faster and using less memory, so that larger trees and/or
+more bootstrap replicates become tractable. Much of fastDNAml is merely a
+recoding of the PHYLIP 3.3 DNAML program from PASCAL to C.
+
+For Felsenstein's phylogenetic analysis softwares, including the latest
+versions of DNAML, visit the PHYLIP Home Page:
+ http://evolution.genetics.washington.edu/phylip.html
+
+When publishing work that based on results from fastDNAml please cite:
+
+ Felsenstein, J. 1981. Evolutionary trees from DNA sequences:
+ A maximum likelihood approach. J. Mol. Evol. 17: 368-376.
+
+ Olsen, G. J., Matsuda, H., Hagstrom, R., and Overbeek, R. 1994.
+ fastDNAml: A tool for construction of phylogenetic trees of DNA
+ sequences using maximum likelihood. Comput. Appl. Biosci. 10: 41-48.
diff --git a/biology/fastdnaml/pkg-plist b/biology/fastdnaml/pkg-plist
new file mode 100644
index 000000000000..d2d7d1f04e57
--- /dev/null
+++ b/biology/fastdnaml/pkg-plist
@@ -0,0 +1,38 @@
+bin/fastDNAml
+bin/fastdnaml/ae2dnaml
+bin/fastdnaml/bootstrap
+bin/fastdnaml/categories
+bin/fastdnaml/categories_file
+bin/fastdnaml/checkpoint_summary
+bin/fastdnaml/clean_checkpoints
+bin/fastdnaml/clean_jumbles
+bin/fastdnaml/dnaml_progress
+bin/fastdnaml/fastDNAml_boot
+bin/fastdnaml/fastDNAml_loop
+bin/fastdnaml/frequencies
+bin/fastdnaml/global
+bin/fastdnaml/iterate_rates
+bin/fastdnaml/jumble
+bin/fastdnaml/min_info
+bin/fastdnaml/n_categories
+bin/fastdnaml/n_files
+bin/fastdnaml/out.PID
+bin/fastdnaml/outgroup
+bin/fastdnaml/printdata
+bin/fastdnaml/quickadd
+bin/fastdnaml/restart
+bin/fastdnaml/scores
+bin/fastdnaml/transition
+bin/fastdnaml/treefile
+bin/fastdnaml/treefile2prolog
+bin/fastdnaml/trees2NEXUS
+bin/fastdnaml/trees2prolog
+bin/fastdnaml/userlengths
+bin/fastdnaml/usertree
+bin/fastdnaml/usertrees
+bin/fastdnaml/weights
+bin/fastdnaml/weights_categories
+share/doc/fastdnaml/fastDNAml_doc_1.2.txt
+share/doc/fastdnaml/fastDNAml_scripts.txt
+@dirrm bin/fastdnaml
+@dirrm share/doc/fastdnaml