Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wen c595f7f46f Update to 2.1, from Wen Heping(myself) in PR 43395
Add LICENSE
Remove unneeded MESSAGE file

Upstream changes:
Version 2.1
----------------------------------------------------------------------
* Fixed bug 196 "clustalx: user feedback about use of secondary structure
  printed to console" - secondary structure is now used if specified
  in Alignment -> Alignment Parameters -> Secondary Structure Parameters
  UserParameters->getGui() should be used when ClustalW code needs to
  know if a function has been called from ClustalX

* Fixed bug 204 "Nexus alignment format contain invalid line" - the amino
  acid alphabet line has been removed

* Missing/corrupted file names in ClustalX status messages have been
  fixed

* Fixed bug 175 "msf/pileup files cannot be read if sequences names are
  all numbers" - this happened if a line such as
528244          .......... .......... .......... .......... ..........
  was present in the first block of the file

* Fixed bug 192 "Alignment in Phylip Format broken for big Alignments"

* Fixed bug 198 "Warning about divergent sequences gets printed to
  console in ClustalX"

* Fixed bug 151 "clustalx doesn't switch to profile alignment mode when
  profile12 is given on cmdline"

----------------------------------------------------------------------
Version 2.0.12
----------------------------------------------------------------------

* Fixed bug 189 "Fixed filename used for iteration":
Now Creating temporary file and added error check

* Fixed bug 180 "Pairwise NJ tree: final bracket missing"

* Fixed bug 178 "Seg-fault on 64bit when -quicktree -upgma for sequences with high identity":
  Using relative error now to avoid unsafe comparison which led to
  incorrect branching

* Fixed Bug 176 "iteration doesn't iterate if -usetree is used as well"

* Fixed bug 162 "percent identity file option in clustalW not working":
Added -pim as command line option. See help

* Fixed bug 155 "upgma trees cannot be read"

* Fixed bug 147 "report duplicate sequences":
 "ClustalW/X now report offending sequences which are empty, duplicates etc

* Fixed bug 134 "Exit when encountering unrecognized cmdline params":
ClustalW now exits when encountering invalid values for command line
arguments instead of just reverting to default values

* Fixed bug 185 "clustal alignments differ between interactive and commandline mode"
window-gap and ktuple initialisation now fixed and made the same
between commandline and interactive mode

* Fixed bug 184 "error messages are send to stdout"

* Fixed bug when weights are 0, and nseq > INT_SCALE_FACTOR in UPGMA
  code (see RootedGuideTree.cpp)

* General code cleanup
- Introduced return values where control reached end of non-void function
- Removed unused variables
- Removed comparison between signed and unsigned integer expressions
- Removed deprecated conversion from string constant to char*



----------------------------------------------------------------------
Version 2.0.11
----------------------------------------------------------------------

* fixed file extension bug 166 in interactive mode

* Fixed bug 169, memory violation for DNA/RNA k-tuple

* Cut down distance calculation, symmetric matrix


----------------------------------------------------------------------
Version 2.0.10
----------------------------------------------------------------------

* Fixed g++-4.3 compilation errors

* Added new -quiet command line flag

* Added new -stats=<file> command line flag

* Fixed bug 142: command separator can now be mixed "/" and "-" on all platforms

* Fixed bug 141: profile merging and saving failed

* Fixed bug 139: saving of column quality scores

* Updated help files (new flags, new colour parameter format)


----------------------------------------------------------------------
Version 2.0.9
----------------------------------------------------------------------

* GUI now responding and giving feedback during alignment

* automatic automake os detection

* new OS_ define (set by clustalw/configure clustalx/clustalx.pro)

* got rid of qt3 dependencies

* removed QScrollArea bug workaround (fixed in Qt 4.3)

* Fixed bug 135: Last sequence and last residue not displayed on MacOSX

* Fixed bug 123: secondary structure profile alignment in clustalX on Mac

* Fixed g++-4.3 build error (include climits.h)


----------------------------------------------------------------------
Version 2.0.8
----------------------------------------------------------------------

* Implemented maxseqlen cmdline switch

* Updated help-file

* Fixed Bug 123: loading profile using gap penalties (ClustalX, Mac)

* Fixed bug 133: providing profiles on command line fails (ClustalX)

* Fixed bug 125: Angle bracket inside sequence

* Fixed bug 129: Early exit on empty sequence

* Fixed a couple of possible memory leaks


----------------------------------------------------------------------
Version 2.0.7
----------------------------------------------------------------------

* Fixed bug 121: CRLF  in sequence names (Pearson) are not trimmed

* Fixed bug 122: convert option broken

* Fixed reopened bug 114: profile alignment input didn't work with new
  getSeqRange routines

* Fixed bug 119: build with g++ 4.3

----------------------------------------------------------------------
Version 2.0.6
----------------------------------------------------------------------

* Fixed bug 77: fasta input performance issue

* Fixed bug 114: segfault while doing profile alignment with secondary
  structure mask

* Removed unncessary id console output in EMBLFileParser.cpp

* Fixed Bugs 108 and 109 and allowed mixed-case command line options


----------------------------------------------------------------------
Version 2.0.5
----------------------------------------------------------------------

* Fixed bug 105: Disallowed combination of "Reset Gaps"
  and Iteration in GUI

* Fixed bug 104 "reset all gaps doesn't work"

* Changed command line separator for Mac to hyphen instead slash

* Fixed full command line parsing for ClustalX after help flag


----------------------------------------------------------------------
Version 2.0.4
----------------------------------------------------------------------

* Updated URLs in help files

* Fixed bug 96: error message when loading alignment with identical
  sequence names

* Made console output look more like 1.83

* Fixed bug 100: "Scores in clustalw2.0 don't match clustalw1.83"
  getMatrix was called with wrong scaling factor

* Fixed bug 99: "stars in input not ignored"
  Asterisks were changed to gaps in alignment

* New command line option: -fullhelp which dumps the built-in help
  file content.

* Quickfix for bug 94 "quicktree seqfault"


----------------------------------------------------------------------
<= Version 2.0.3
----------------------------------------------------------------------

* Added LICENSE file to distribution
This file contains the information about commercial licensing of
clustal as well as FAQ for licensing issues

* Added README file to distribution
This is the file that lists the files and directories on the Clustal
FTP site.  It also includes acknowledgements of people who have
contributed binaries

* Removed .pro Qt file from the distribution
pro-file should be generated anew using qmake and modified according
to build requirements, i.e. no need for version control.

* Fixed bug where ClustalX2 was not processing command line args

* Fixed Segfault on opening helpfile.  Happened on Linux only with -O2
and when calling binary directly, not using the wrapper

* Added debian packaging files

* Added support for help command line flag GUI/xmenus version
When requesting help file, graphical version of command line help is
displayed (1.83 tried to open clustalw help)

* Added complete automake (configure etc) system according to the
following websites:
- http://www.openismus.com/documents/linux/automake/automake.shtml
- http://www.bioinf.uni-freiburg.de/~mmann/HowTo/automake.html

* clustalw files source files have been moved to subdir

* Fixed bug #53 change MAXNAMESTODISPLAY back to 10 from 30.
This fixes problem of large amount of space between sequence name and
actual alignment in clustal output files

* This solves bug #72 with long lines (5000+) in fasta files
changed code to use strings rather than arrays.  Needed to add delim
parameter to getline in order to read files formatted for different
OSs on different platforms.

* Fixed Bug 79:
"The count of amino acids in the ClustalX Postscript output not correct"
Off-by-one issue

* ClustalX and ClustalW version numbers are now the same and defined in
ClustalW code (automake)

* Fixed problem with compilation of ClustalX2 with gcc3
avoiding gcc3 error message: cannot declare member function
QDir::currentPath'

* Target now clustalw2 instead of clustalw

* Fixed Bug 46
added in aminoacid code O for pyrrolysine

* Fixed bug 89
changed clustalw2.0 to conform to 1.83 behaviour for width of sequence
ID and alignment

* Fixed bug 90
changed clustalw2.0 to conform to 1.83 behaviour leading spaces are
stripped from FASTA identifiers.

* Fixed bug 91
Clustalw2.0 now handles pseudo-FASTA/MoST format files. Strips out
numbers and spaces.
2012-12-13 13:27:13 +00:00
archivers Reset maintainer on his request. 2012-12-12 10:44:06 +00:00
audio Reset maintainer on his request. 2012-12-12 10:44:06 +00:00
benchmarks + ramspeed 2012-12-04 10:33:56 +00:00
biology Update to 2.1, from Wen Heping(myself) in PR 43395 2012-12-13 13:27:13 +00:00
bootstrap Fix "bootstrap --unprivileged" failure on Haiku 2012-10-02 21:02:21 +00:00
cad Fix inline usage. 2012-11-16 00:33:17 +00:00
chat Note: Psi 0.15 uses a new profile data format. Data from 0.14 and 2012-12-07 23:52:09 +00:00
comms remove obsolete patches (replaced by patch-estic-*.cc) 2012-12-13 09:08:39 +00:00
converters Update to 0.0.22: 2012-12-08 23:49:36 +00:00
cross There is already a 'static' keyword present for part of this patch, so 2012-12-12 23:44:40 +00:00
databases Changed buildlink include to generic mysql file instead of specific package 2012-12-13 13:02:16 +00:00
devel Remove patch that probably was intended to be removed with the 1.20.4 2012-12-13 09:10:32 +00:00
distfiles
doc Updated databases/ocaml-mysql to 1.1.1nb2 2012-12-13 13:02:32 +00:00
editors Update to 20110905 provided by ISIHARA Takanori in PR 47079. 2012-12-12 12:47:50 +00:00
emulators Reset maintainer on his request. 2012-12-12 10:44:06 +00:00
filesystems Update OpenAFS to 1.6.1. 2012-12-01 15:22:32 +00:00
finance + moneyguru. 2012-10-27 19:43:33 +00:00
fonts Update to 1.013 2012-12-10 09:17:24 +00:00
games + marathon-evil. 2012-12-12 16:27:17 +00:00
geography +libgeotiff 2012-12-11 23:36:48 +00:00
graphics Update to 2.2.4, provided by ISIHARA Takanori in PR 46167. 2012-12-12 12:56:25 +00:00
ham Update to 2.0.5. 2012-11-21 02:09:06 +00:00
inputmethod Fix use of uninitialized memory. Can't use a default argument of 2012-11-19 23:21:39 +00:00
lang Reset maintainer on his request. 2012-12-12 10:44:06 +00:00
licenses Add Sleepycat Public License, used by Oracle's Berkely DB. 2012-12-13 00:19:10 +00:00
mail Remove patches that were probably intended to go away with the 1.2.0 update. 2012-12-13 09:14:22 +00:00
math Update to 2.2. Changes not documented. 2012-12-12 12:45:18 +00:00
mbone Remove xextproto/buildlink3.mk in most cases where it occurs with 2012-10-23 10:24:02 +00:00
meta-pkgs gcc 4.7.x patches. 2012-11-23 20:46:41 +00:00
misc Update to 1.4.0, provided by ISIHARA Takanori in PR 47075. 2012-12-12 13:10:54 +00:00
mk Add Sleepycat Public License, used by Oracle's Berkely DB. 2012-12-13 00:19:10 +00:00
multimedia Fix RPATH of bin/ffmpeg010. 2012-12-12 11:01:21 +00:00
net Remove obsolete patch. 2012-12-13 09:14:52 +00:00
news Fix return type confusion. 2012-11-19 03:00:14 +00:00
packages
parallel Update to parallel-20121122 2012-12-02 10:38:51 +00:00
pkgtools Add sleepycat-public to default allowed licenses here as well. 2012-12-13 08:30:10 +00:00
print Unbreak on {Mir,Openâ‰}BSD by excluding the use of memalign. 2012-12-12 16:37:08 +00:00
regress
security - ssh2. 2012-12-12 22:44:19 +00:00
shells + fish. 2012-12-12 13:22:04 +00:00
sysutils + slocate 2012-12-12 15:26:34 +00:00
templates
textproc Reset maintainer on his request. 2012-12-12 10:44:06 +00:00
time Update to 2012h, the usual time zone changes. 2012-12-09 15:08:10 +00:00
wm Fix distinfo 2012-12-12 21:06:20 +00:00
www Mark some test dependencies as BUILD_DEPENDS instead of full ones. 2012-12-13 10:02:09 +00:00
x11 Remove patch that was probably intended to go away in previous cleanup. 2012-12-13 09:15:45 +00:00
Makefile
pkglocate Fix PR 39648: 2010-11-11 19:56:34 +00:00
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.