Port details |
- hmmer Profile hidden Markov models for biological sequence analysis
- 3.4 biology =2 3.3.2_1Version of this port present on the latest quarterly branch.
- Maintainer: mzaki@e-mail.ne.jp
- Port Added: unknown
- Last Update: 2024-10-28 12:41:48
- Commit Hash: 8647447
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- http://hmmer.org/
- Description:
- HMMER is an implementation of profile hidden Markov model methods for
sensitive searches of biological sequence databases using multiple sequence
alignments as queries.
Given a multiple sequence alignment as input, HMMER builds a statistical
model called a "hidden Markov model" which can then be used as a query into
a sequence database to find (and/or align) additional homologues of the
sequence family.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/biology/hmmer/ && make install clean
- To add the package, run one of these commands:
- pkg install biology/hmmer
- pkg install hmmer
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: hmmer
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv7 i386 powerpc powerpc64
- distinfo:
- TIMESTAMP = 1729004147
SHA256 (hmmer-3.4.tar.gz) = ca70d94fd0cf271bd7063423aabb116d42de533117343a9b27a65c17ff06fbf3
SIZE (hmmer-3.4.tar.gz) = 19669667
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:
-
- gmake>=4.4.1 : devel/gmake
- Test dependencies:
-
- python3.11 : lang/python311
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Run
-
- biology/barrnap
Configuration Options:
- ===> The following configuration options are available for hmmer-3.4:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
TEST=off: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- biology_hmmer
- USES:
- compiler:c11 gmake perl5 python:test shebangfix
- pkg-message:
- For install:
- HMMER reads three optional environment variables:
HMMERDB - directory location of HMM databases (e.g. PFAM)
BLASTDB - directory location of FASTA-formatted sequence databases
BLASTMAT - directory location of PAM scoring matrices
The BLASTDB and BLASTMAT variables are shared with versions of BLAST such
as NCBI BLAST 2.0 (contained in the biology/ncbi-toolkit port). If these
variables are set, you do not have to specify the full path to your
databases on the command line when using HMMER.
Please see the documentation for more information.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.4 28 Oct 2024 12:41:48 |
Robert Clausecker (fuz) |
biology/hmmer: update to 3.4
Now builds and runs on armv7/aarch64!
Changelog: http://cryptogenomicon.org/hmmer-3-4-release.html
See also file RELEASE-3.4.md in distfile for an extended change log.
Approved by: mzaki@e-mail.ne.jp (maintainer timeout, two weeks)
PR: 282111 |
3.3.2_1 22 Feb 2024 13:23:46 |
Muhammad Moinur Rahman (bofh) |
biology/hmmer: Moved man to share/man
Approved by: portmgr (blanket) |
3.3.2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
3.3.2 11 Oct 2022 20:13:01 |
Jason W. Bacon (jwb) |
biology/hmmer: Update to 3.3.2
No release notes. See commits for changes:
https://github.com/EddyRivasLab/hmmer
PR: 266968
Reported by: mzaki@e-mail.ne.jp |
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) |
3.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 ) |
3.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 ) |
3.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.3 10 Mar 2021 16:09:46 |
pkubaj |
biology/hmmer: disable on powerpc64le and powerpcspe
Altivec/VSX code in this port works only on big-endian POWER.
powerpcspe has neither SSE2 nor Altivec. |
3.3 24 Sep 2020 20:29:35 |
linimon |
Also enable on powerpc64le.
Approved by: portmgr (tier-2 blanket) |
3.3 29 Jan 2020 05:55:12 |
fernape |
biology/hmmer: update to 3.3
PR: 243244
Submitted by: mzaki@e-mail.ne.jp (maintainer) |
3.2.1_1 13 Aug 2019 16:00:39 |
mat |
Convert to UCL & cleanup pkg-message (categories a-c) |
3.2.1_1 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 |
3.2.1 18 Feb 2019 01:30:24 |
linimon |
vec_splats function is not supported by base GCC. Add USES=compiler:c11
to fix build on powerpc platforms.
PR: 235514
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
3.2.1 11 Jul 2018 15:15:04 |
swills |
biology/hmmer: update to 3.2.1
PR: 229693
Submitted by: Motomichi Matsuzaki <mzaki@niid.go.jp> (maintainer) |
3.1b2 18 Dec 2017 04:28:28 |
linimon |
Back out previous commits by jbeich demand. |
3.1b2 18 Dec 2017 02:41:24 |
linimon |
Bah. Remove spare line from cut-and-paste. |
3.1b2 18 Dec 2017 02:32:47 |
linimon |
Attempt to fix build on non-x86 archs. Untested, but does no harm
on x86.
Approved by: portmgr (tier-2 blanket) |
3.1b2 11 Nov 2017 12:51:52 |
wen |
- Update to 3.1b2
- Pass maintainership to submitter
PR: 223561
Submitted by: mzaki@niid.go.jp
Approved by: bacon4000@gmail.com(previous maintainer) |
3.0_1 13 Oct 2017 11:14:32 |
bapt |
Remove dead master sites |
3.0_1 25 Jun 2017 00:29:09 |
linimon |
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket) |
3.0_1 11 Dec 2015 08:48:57 |
miwi |
- Update maintainer mail address
- Update/Remove MASTER_SITE
PR: 204755
Submitted by: jwbacon@tds.net (maintainer)
Approved by: mat (mentor)
Differential Revision: D4493 |
3.0_1 02 Apr 2015 15:41:32 |
amdmi3 |
- Remove deprecated option
- Tweak compiler flags
- Add LICENSE
- Pass maintainership to submitter
PR: 199066
Submitted by: jwbacon@tds.net |
3.0 20 Oct 2014 07:10:48 |
bapt |
Cleanup plist |
3.0 15 Jul 2014 14:54:54 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
While here, use OPTIONS helpers and re-enable manpage installation. |
3.0 30 Dec 2013 18:08:15 |
antoine |
Stage support |
3.0 20 Sep 2013 15:55:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
biology) |
3.0 03 Aug 2013 08:45:52 |
az |
- Convert to new perl framework
- Trim Makefile header |
3.0 20 Jul 2013 15:08:45 |
wen |
- Update to 3.0
- Convert to optionsNG
- Drop maintainership |
2.3.2 01 Oct 2012 14:55:55 |
wen |
- Take maintainership |
2.3.2 01 Oct 2012 14:45:17 |
tabthorpe |
- Reassign to the heap at maintainer's request |
2.3.2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.3.2 01 Feb 2009 08:17:14 |
pgollucci |
- Update download locations, update WWW
Reported by: -fetch-original pointyhat run |
2.3.2 22 Jan 2006 08:20:34 |
edwin |
SHA256ify
Approved by: krion@ |
2.3.2 25 Nov 2004 22:58:29 |
sem |
- Remove a junk white space. |
2.3.2 25 Nov 2004 22:35:52 |
sem |
- Update to 2.3.2
- Add WITH_PVM knob
- Pass maintainership to submitter
PR: ports/74331
Submitted by: Fernan Aguero <fernan(at)iib.unsam.edu.ar> |
2.2.g_1 20 Nov 2004 08:09:49 |
linimon |
With portmgr hat on, reset inactive maintainer. These ports are now up
for adoption. |
2.2.g_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
2.2.g_1 22 Oct 2003 09:29:55 |
osa |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992 |
2.2.g_1 07 Mar 2003 05:56:43 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.2.g_1 11 Jul 2002 10:52:14 |
wjv |
- Add patch that will, for -CURRENT only, change: -pthread -> -lc_r
- Bump $PORTREVISION
Prompted by: Various questions from Rune Linding <linding@EMBL-Heidelberg.DE> |
22 Aug 2001 14:18:10 |
wjv |
- Update port to version 2.2g |
05 Jul 2001 09:58:12 |
wjv |
- General clean-up of port. - Install PDF and HTML documentation. - Take
over maintainership. |
04 Jul 2001 13:16:13 |
wjv |
- Add %%PORTDOCS%% support to pkg-plist. - $INSTALL_MAN -> $INSTALL_DATA in
Makefile where appropriate. |
08 Oct 2000 00:23:30 |
asami |
Convert category biology to new layout. |