2009-06-14 19:34:35 by Joerg Sonnenberger | Files touched by this commit (21) |
Log message:
Remove @dirrm entries from PLISTs
|
2008-03-03 02:10:06 by Johnny C. Lam | Files touched by this commit (16) |
Log message:
Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.
|
2006-10-04 22:47:03 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
|
2006-09-09 04:42:02 by OBATA Akio | Files touched by this commit (113) |
Log message:
Rename variable MAKEFILE to MAKE_FILE.
|
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
2005-04-19 17:42:49 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Enable pkgviews installation.
|
2005-02-22 22:28:56 by Alistair G. Crooks | Files touched by this commit (20) |
Log message:
Add RMD160 digests in addition to the SHA1 ones.
|
2004-12-03 16:15:13 by Thomas Klausner | Files touched by this commit (409) |
Log message:
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
|
2004-08-17 01:34:58 by Ben Collver | Files touched by this commit (3) |
Log message:
Update to clustalw 1.83. Changes since 1.8 include:
* The FASTA format has been added to the list of alignment output
options.
* It is now possible to save the residue ranges (appended after the
sequence names) when saving a specified range of the alignment.
* The efficiency of the neighour-joining algorithm has been improved.
This work was done by Tadashi Koike at the Center for Information
Biology and DNA Data Bank of Japan and FUJITSU Limited.
Some example speedups are given below : (timings on a SPARC64 CPU)
No. of sequences original NJ new NJ
200 0' 12" 0.1"
500 9' 19" 1.4"
1000 XXXX 0' 31"
* ClustalW now returns error codes for some common errors when exiting.
This may be useful for people who run clustalw automatically from within
a script.
Error codes are:
1 bad command line option
2 cannot open sequence file
3 wrong format in sequence file
4 sequence file contains only 1 sequence (for multiple
alignments)
* Alignments can now be saved in Nexus format, for compatibility with
PAUP, MacClade etc. For a description of the Nexus format, see:
Maddison, D. R., D. L. Swofford and W. P. Maddison. 1997.
NEXUS: an extensible file format for systematic information.
Systematic Biology 46:590-621.
* Phylogenetic trees can also be saved in nexus format.
* A ClustalW icon has been designed for MAC and PC systems.
|
2004-01-29 14:34:24 by grant beattie | Files touched by this commit (1) |
Log message:
make sure we use ${CC}.
|