summaryrefslogtreecommitdiff
path: root/biology
AgeCommit message (Collapse)Author
2018-04-01- Update to 1.61Wen Heping
2018-03-31biology/stacks: Software pipeline for building loci from short-read sequencesJason W. Bacon
Reviewed by: mat Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D14885
2018-03-29biology/libgtextutils: Unbreak for FreeBSD 12Jason W. Bacon
Reported by: pkg-fallout Approved by: jrm Differential Revision: https://reviews.freebsd.org/D14892
2018-03-28biology/bamtools: API and toolkit for handling BAM filesJason W. Bacon
Approved by: jrm Differential Revision: https://reviews.freebsd.org/D14877
2018-03-27biology/ncbi-blast+: Upgrade to 2.7.1Jason W. Bacon
Patch Makefile.in.top to cleanly support DESTDIR Also resolves 225002, conflict with libproj PR: 226037 Reported by: wen Reviewed by: mat rene Approved by: jrm Differential Revision: https://reviews.freebsd.org/D14854
2018-03-23biology/iqtree: Update to version 1.6.3Joseph Mingrone
Upstream changes: https://github.com/Cibiv/IQ-TREE/releases/tag/v1.6.3
2018-03-21biology/py-pysam: Update to 0.14.1Yuri Victorovich
Also silenced STRIP_CMD. Reported by: portscout
2018-03-18Mark broken on armvX and mips.Mark Linimon
2018-03-18Mark the latest version broken on armvX. Note: 2.1.8.3 built ok.Mark Linimon
Approved by: portmgr (tier-2 blanket)
2018-03-17biology/diamond: Update to version 0.9.19Joseph Mingrone
Upstream changes: https://github.com/bbuchfink/diamond/releases/tag/v0.9.19
2018-03-15biology/diamond: Update to version 0.9.18-49Joseph Mingrone
Pull in commits after the 0.9.18 release for build fixes. Upstream changes: https://github.com/bbuchfink/diamond/releases/tag/v0.9.18
2018-03-11Return maho@'s ports to the pool after his commit bit expired.Rene Ladan
With hat: portmgr
2018-03-10Remove now-useless, commented-out lines.Mark Linimon
Approved by: portmgr (tier-2 blanket)
2018-03-10Bump PORTREVISIONs of all users of math/mpc that we just updated toGerald Pfeifer
version 1.1.0 (via revision 464079).
2018-03-10biology/seqan-apps, biology/seqan: Update to 2.4.0Yuri Victorovich
Port changes for biology/seqan-apps: * Changed to DISTVERSION * Updated COMMENT * Added USES=compiler:openmp * Removed BROKEN_xx (upstream now claims support for these architectures) * Removed USE_GCC * Added SSE4/AVX2/NATIVE SIMD options Port changes for biology/seqan: * Changed to DISTVERSION * Added NO_ARCH * Added PORTDOCS=* * Updated do-install PR: 225682 Submitted by: Hannes Hauswedell <h2+fbsdports@fsfe.org> (maintainer) Approved by: tcberner (mentor, implicit)
2018-03-03biology/iqtree: Update to version 1.6.2Joseph Mingrone
Upstream changes: http://www.iqtree.org/release/v1.6.2
2018-02-19Reduce dependency on the python2 metaportAntoine Brodin
PR: 225752 Submitted by: Yasuhiro KIMURA
2018-02-10biology/py-pysam: Update to 0.14Yuri Victorovich
Changelog: https://github.com/pysam-developers/pysam/releases/tag/v0.14 Reported by: portscout Approved by: tcberner (mentor, implicit)
2018-02-10biology/py-bx-python: Update to 0.8.1Yuri Victorovich
Additional port changes: * Changed to DISTVERSION. * Added USE_PYTHON=cython. * Added stripping. * Updated maintainer e-mail. Reported compiler warnings to the upstream. Reported by: portscout Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D14283
2018-02-08Canonicalize PyPi WWWs:Dmitry Marakasov
- Switch to https:// - Remove trailing slashes Approved by: portmgr blanket
2018-02-01biology/diamond: Update to version 0.9.17Joseph Mingrone
Upstream changes: https://github.com/bbuchfink/diamond/releases/tag/v0.9.17
2018-02-01- Update to 3.3.20180129Wen Heping
2018-01-31Multiple ports:Jason W. Bacon
Change maintainer email bacon4000@gmail.com to jwb@FreeBSD.org Remove Created by comments for same user Approved by: jrm (mentor) Differential Revision: https://reviews.freebsd.org/D14128
2018-01-18devel/boost-*: update to 1.66.0Jan Beich
Changes: http://www.boost.org/users/history/version_1_66_0.html PR: 223922 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D13279
2018-01-11- Convert to option helper install target (add OPTIONS_DEFINE=DOCSAlexey Dokuchaev
when it was missing) - Invoke INSTALL_DATA where appropriate instead of INSTALL_MAN - Fix some whitespace and formatting bugs along the way
2018-01-06Update Qt5 ports to 5.9.3.Raphael Kubo da Costa
This took quite a lot of time because Qt's own build system underwent several changes in 5.8.0 that took a while to adapt to. And, of course, qt5-webengine is a behemoth that we need to patch like crazy due to its bundling of Chromium. In fact, most of the Chromium patches in qt5-webengine have been imported with no changes from www/chromium@433510 ("www/chromium: update to 56.0.2924.87"). New port: accessibility/qt5-speech Bigger changes to Qt5 ports we had to make: - Qt now allows using a configure.json file to define configuration options and specify configuration checks that can be done when qmake is invoked. However, configure.json checks done in a subdirectory only propagates to subdirectories, and checks elsewhere will fail if all .pro files are being parsed at once (i.e. qmake -recursive), so several ports had to switch to USES=qmake:norecursive along with manual additional qmake invocations in subdirectories in order to work. It's been mentioned in a few places such as Qt's bug tracker that qmake's recursive mode is pretty much deprecated, so we might switch to non-recursive mode by default in the future. - Uses/qmake.mk: Introduce QMAKE_CONFIGURE_ARGS. qmake now accepts arbitrary options such as '-foo' and '-no-bar' at the end of the command-line. They can be specified in QMAKE_CONFIGURE_ARGS. - graphics/qt5-wayland: The port can only be built if graphics/mesa-libs is built with the WAYLAND option, so a corresponding option (off by default) was added to the port. - misc/qt5-doc: Switch to a pre-built documentation tarball. The existing port was not working with Qt 5.9. Instead of trying to fix it, switch to what Gentoo does and fetch a tarball that already contains all documentation so that we do not have to build anything at all. The tarball's name and location in download.qt.io look a bit weird, but it seems to work fine. - www/qt5-webengine: Use binutils from ports, Chromium's GN build system generates a build.ninja that uses ar(1) with the @file syntax that is not supported by BSD ar, so we need to use GNU ar from binutils. - x11-toolkits/qt5-declarative-render2d: This port was merged into the main Qt Declarative repository upstream, and into x11-toolkits/qt5-quick in the ports tree. Changes to other ports we had to make: - biology/ugene: Drop a '#define point "."' that is not present in more recent versions of the port. Defining a macro with such a common name causes build issues with Qt 5.9, which uses |point| as an argument name in methods. - cad/qelectrotech: Fix plist with Qt 5.9. Directories are no longer installed with `cp -f -R', but rather `qmake install qinstall', which does not install %%DATADIR%%/elements/10_electric/20_manufacturers_articles/bosch_rexroth/.directory That's a local file that should not even have been part of the tarball anyway. - chinese/gcin-qt5: Add additional private Qt directories (which should not be used in the first place) to get the port to build with Qt 5.9. - devel/qtcreator: Fix plist with Qt 5.9. Something changed in qdoc and some test classes no longer generate documentation files. - security/keepassx-devel: Import a patch sent upstream almost a year ago to fix the build with Qt 5.9. Thanks to antoine for the exp-run, and tcberner and Laurent Cimon <laurent@nuxi.ca> for landing changes in our qt-5.9 branch. PR: 224849
2018-01-05biology/seaview: Update version 4.6.2=>4.6.3Muhammad Moinur Rahman
- Added pkg-plist to pet portlint Relnotes: http://doua.prabi.fr/software/seaview_data/CHANGES
2018-01-02New USES=eigenTobias C. Berner
Usage: USES=eigen:<version>[,<type>] version: 2 or 3 (required) type: build (default), run For example: USES=eigen:2,build,run will add a BUILD- and RUN_DEPENDS on math/eigen2, and USES=eigen:3 will add a BUILD_DEPENDS on math/eigen3. * Convert the existing ports to use it - biology/iqtree: remove run time dependency (seemed not to be needed) - graphics/movit: remove run time dependency (seemed not to be needed) - science/avogadro: add run time dependeny (installed cmake file requires it to be present) Reviewed by: rakuco, mat Differential Revision: https://reviews.freebsd.org/D13702
2018-01-01- Update to 3.697Wen Heping
2018-01-01- Update to 5.16.0Wen Heping
2017-12-29biology/iqtree: Fix distinfo after upstream re-released v1.6.1Joseph Mingrone
2017-12-28biology/iqtree: Update to version 1.6.1Joseph Mingrone
Upstream changes: https://github.com/Cibiv/IQ-TREE/releases
2017-12-27Disable the extra flag "-march=native" on arm to fix builds.Mark Linimon
Approved by: portmgr (tier-2 blanket) Obtained from: lonesome.com -exp run
2017-12-26Update to 2.0.1Sunpoet Po-Chuan Hsieh
Changes: https://github.com/rvosa/bio-phylo/releases
2017-12-22biology/canu: Replace += with = for dependsJason W. Bacon
Approved by: jrm Differential Revision: https://reviews.freebsd.org/D13574
2017-12-22- Fix build on 11+Dmitry Marakasov
Approved by: portmgr blanket
2017-12-22[new port] biology/canu: Single molecule sequence assemblerJason W. Bacon
Approved by: jrm (mentor) or wen (mentor) Differential Revision: https://reviews.freebsd.org/D13574
2017-12-21Try to bring some consistency to ports that have x86-specific pieces.Mark Linimon
- in general, if we think that the code is not architecture-specific, and instead just enables x86 assembler by default, those should use BROKEN rather than IGNORE. This will allow them to be attempted with TRYBROKEN. - spell i386 as x86. - spell asm as assembler. - pet portlint. These changes should have no effect on tier-1 builds. Approved by: portmgr (tier-2 blanket)
2017-12-20Switch from swig 2.0 to swig 3.0Baptiste Daroussin
2017-12-19Mark more recently failing ports broken on aarch64.Mark Linimon
While here, pet portlint and reformat some other BROKEN statements. Approved by: portmgr (tier-2 blanket)
2017-12-18Back out previous commits by jbeich demand.Mark Linimon
2017-12-18Bah. Remove spare line from cut-and-paste.Mark Linimon
2017-12-18Attempt to fix build on non-x86 archs. Untested, but does no harmMark Linimon
on x86. Approved by: portmgr (tier-2 blanket)
2017-12-13biology/diamond: Update to version 0.9.14Joseph Mingrone
Upstream changes: https://github.com/bbuchfink/diamond/releases/tag/v0.9.14
2017-12-12biology/seqtools: re-try on powerpc* after r449590Jan Beich
2017-12-11- Those ports fail to build with python3Antoine Brodin
- Add some explicit FLAVOR to dependencies where needed
2017-12-11Mark several ports newly broken on arm.Mark Linimon
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
2017-12-10biology/py-biom-format: Add required dependency on math/py-pandas and doJoseph Mingrone
not install tests.
2017-12-09[new port] biology/p5-TrimGalore: Wrapper around Cutadapt and FastQC for ↵Jason W. Bacon
adapter and quality trimming Approved by: jrm (mentor) Differential Revision: D13400
2017-12-09These are also broken on aarch64 in the same way as armv6/7.Mark Linimon
Approved by: portmgr (tier-2 blanket)