Port details |
- mummer Modular system for rapid whole genome alignment
- 4.0.0.b2.2_3 biology =2 4.0.0.b2.2_3Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2007-12-14 20:56:11
- Last Update: 2023-11-06 10:03:47
- Commit Hash: 06df180
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: ART10
- WWW:
- https://mummer.sourceforge.net/
- Description:
- MUMmer is a modular system for the rapid whole genome alignment of finished
or draft sequence. This package provides an efficient suffix tree library,
seed-and-extend alignment, SNP detection, repeat detection, and
visualization tools.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/biology/mummer/ && make install clean
- To add the package, run one of these commands:
- pkg install biology/mummer
- pkg install mummer
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mummer
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1544513160
SHA256 (mummer4-mummer-v4.0.0beta2-2-g277dac5_GH0.tar.gz) = 4b77fb57f0e7994ed0cb9886de23ce620b89cb16734df82ba492dbc750e387f1
SIZE (mummer4-mummer-v4.0.0beta2-2-g277dac5_GH0.tar.gz) = 18369428
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- yaggo : devel/yaggo
- gmake>=4.3 : devel/gmake
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- biology_mummer
- USES:
- autoreconf compiler:c++11-lang gmake libtool perl5 shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.0.0.b2.2_3 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.0.0.b2.2_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.0.0.b2.2_3 20 Jul 2022 14:20:57 |
Tobias C. Berner (tcberner) |
biology: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Andrey Zakhvatov
* Bob Zimmermann <rpz@cse.wustl.edu>
* Camson Huynh <chuynh@biolateral.com.au>
* Dan Siercks <dsiercks@uwm.edu>
* Fernan Aguero <fernan@iib.unsam.edu.ar>
* Hannes Hauswedell <h2+fbsdports@fsfe.org>
* J. Bacon <jwb@FreeBSD.org>
* Jason Bacon <jwb@FreeBSD.org>
* Jeremy <karlj000@unbc.ca> (Only the first 15 lines of the commit message are shown above ) |
4.0.0.b2.2_3 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
4.0.0.b2.2_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.0.0.b2.2_3 25 Oct 2020 23:03:15 |
pkubaj |
biology/mummer: fix build on powerpc64 elfv2 and powerpc64le
Error:
src/tigr/postnuc.cc:174:37: error: non-constant-expression cannot be narrowed
from type 'signed char' to 'char' in initializer list [-Wc++11-narrowing]
Alignments.push_back({ *Mp, CurrCp->dirB } );
Since it may also fix runtime issues on powerpc64 elfv1, bump PORTREVISION. |
4.0.0.b2.2_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
4.0.0.b2.2_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
4.0.0.b2.2 11 Dec 2018 07:48:12 |
yuri |
biology/mummer: Add USES=compiler:c++11-lang |
4.0.0.b2.2 11 Dec 2018 07:43:45 |
yuri |
biology/mummer: Update 3.23 -> 4.0.0beta2-2
Port changes:
* Moved to github
* It now installs itself
* It uses yaggo during build |
3.23_2 11 Dec 2018 07:23:54 |
yuri |
biology/mummer: Take maintainership |
3.23_2 30 Oct 2017 02:27:23 |
wen |
- Fix installing scripts and support binaries
- Add LICENSE
PR: 223098
Submitted by: mzaki@niid.go.jp |
3.23_1 05 Aug 2015 12:18:41 |
amdmi3 |
Fix build on mips by properly respecting compiler and flags |
3.23_1 20 Oct 2014 07:10:48 |
bapt |
Cleanup plist |
3.23_1 19 Jul 2014 22:00:17 |
marino |
biology/mummer: Use OPSYS with OSVERSION
I don't think selecting clang as a function of OSVERSION is generally
desired, but if it's going to happen, make sure FreeBSD-specific
conditions are limited to FreeBSD by comparing OPSYS first. |
3.23_1 27 Jun 2014 14:14:01 |
miwi |
Fix compilation on 10+ (clang)
Fix format of WWW entry in pkg-descr
PR: 190798 |
3.23 11 Jun 2014 18:55:30 |
marino |
Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy. Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.
Approved by: portmgr (implicit) |
3.23 09 Jun 2014 11:21:53 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories A-C.
CR: D196
Approved by: portmgr (bapt) |
3.23 01 Jun 2014 10:54:33 |
ohauer |
- add stage support |
3.23 13 Mar 2014 07:41:34 |
miwi |
- Convert USE_GMAKE to USES |
3.23 21 Feb 2014 13:35:26 |
ehaupt |
Remove trailing whitespaces from category biology |
3.23 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
3.23 03 Jan 2014 15:46:52 |
adamw |
Convert biology to MDOCS and MEXAMPLES |
3.23 20 Sep 2013 15:55:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
biology) |
3.23 17 Jan 2012 00:51:39 |
sylvio |
- Update to 3.23 |
3.22 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
3.22 21 Mar 2010 17:18:20 |
sylvio |
- Update to 3.22
Approved by: itetcu (mentor) |
3.21 27 Nov 2009 22:52:30 |
sylvio |
- Update my mail address to FreeBSD
Approved by: miwi (mentor) |
3.21 28 Aug 2009 14:52:05 |
araujo |
- Update to 3.21.
- Reset maintainer to submitter.
PR: ports/138192
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> |
3.20 14 Dec 2007 20:54:47 |
miwi |
MUMmer is a modular system for the rapid whole genome alignment of finished
or draft sequence. This package provides an efficient suffix tree library,
seed-and-extend alignment, SNP detection, repeat detection, and
visualization tools.
WWW: http://mummer.sourceforge.net/
PR: ports/118142
Submitted by: Tony Maher |