Commit graph

19 commits

Author SHA1 Message Date
rillig
ad06e02f5b Updated mummer to 3.19.
Changes since 3.18:
- More documentation.
2007-01-18 19:13:10 +00:00
joerg
e7a156d8f4 Fix path to csh in scripts. Bump revision. 2006-12-06 16:52:20 +00:00
minskim
b17d94b7d0 Add csh:run to USE_TOOLS because this package installs csh scripts.
Bump PKGREVISION.
2006-06-21 19:02:03 +00:00
minskim
7667307179 Reorder dirrm@'s so that the package is deinstalled propertly.
PKGREVISION will be bumped with another change shortly.
2006-06-21 19:01:12 +00:00
joerg
220e03980a Fix build with newer versions of GNU make. 2006-04-19 16:50:36 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
schwarz
14bf75a4c7 Updated biology/mummer to release 3.18. Changes include:
- MUMmer now resides at Sourceforge
- new tools such as delta-filter
- more extensive html documentation and examples
- bug fixes
2006-01-29 19:31:43 +00:00
rillig
b71a1d488b 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-12-05 20:49:47 +00:00
jlam
83147ffa68 Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00
kristerw
49cb8e1be9 Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-06-19 01:13:23 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
6fa3382159 Add RMD160 digests in addition to the SHA1 ones. 2005-02-22 21:28:55 +00:00
cube
7e470db80b Update to version 3.15. From David Price in PR#28305.
3.05 - Added -k option to show-coords to only display the best frame for
       overlapping PROmer alignments. Added --[no]optimize option to nucmer
       and promer to allow alignment score optimization to be turned off, i.e
       allow alignments to extend to the ends of sequences rather than
       backtracking to optimize the alignment score. Updated docs.
3.06 - Added -F and -h option to mummer. Changed -mumcand option to
       -mumreference, but left deprecated -mumcand option available. Added
       -maxmatch option to mummer, and changed default behavior of all
       applicable programs to -mumreference (nucmer, promer and mummer).
       Added -w (screen width) option to show-aligns. Updated documentation
       with all of these changes.
3.07 - Added the 'mapview' plotting utility and appropriate documentation.
       Fixed origin wrap shadowing bug in show-tiling when using the -c option.
       NUCmer and PROmer now convert to absolute paths to avoid ambiguity.
3.08 - Added MUMmer examples web docs which gives brief walkthroughs
3.10 - Now Mac OSX compatible. Added -R option to show-tiling.
3.11 - Fixed bug show-tiling -R option. Added some mapview changes. Fixed
       the issue with mummerplot being to faint.
3.12 - Added the --nosimplify option to nucmer for repeat searching. Fixed
       a bug in nucmer and promer. Fixed rounding issue in show-coords.
       Updated citations.
3.13 - Added -d, -g, -G and -o options to show-coords and updated documentation.
       Fixed bug in show-tiling -R
3.14 - Fixed gcc3 compilation bug
3.15 - Fixed --nooptimize in nuc/promer.
2004-12-05 15:24:54 +00:00
snj
74367fe413 Convert to buildlink3. 2004-04-11 04:07:05 +00:00
agc
dc52048e01 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:07:06 +00:00
jschauma
b627116d1b Initial import of mummer, one of the many packages provided by
brook at biology dot nmsu dot edu and his team at NMSU.

Mummer is a system for aligning whole genome sequences. Using an efficient
data structure called a suffix tree, the system is able rapidly to align
sequences containing millions of nucleotides whether in complete or draft
form. MUMmer can also align incomplete genomes; it handles the 100s or 1000s
of contigs from a shotgun sequencing project with ease, and will align them to
another set of contigs or a genome using the NUCmer program included with the
system.
2003-09-27 22:24:56 +00:00