Commit graph

2185 commits

Author SHA1 Message Date
Jason W. Bacon
578a3edd2c biology/fasttree: update to version 2.1.10
Approved by:	jrm
Differential Revision:	https://reviews.freebsd.org/D8187
2017-12-05 03:03:38 +00:00
Jason W. Bacon
e1cf50b763 biology/py-macs2: Restrict to python 2.7.
Use ${PYNUMPY} per mat suggestion.

Approved by:    jrm
Differential Revision:  https://reviews.freebsd.org/D13350
2017-12-05 02:59:01 +00:00
Mathieu Arnold
6063af74e8 Add a USES=python:env, that will not add a dependency on Python.
It has the same effect than setting PYTHON_NO_DEPENDS, but in a more
compact way.

Sponsored by:	Absolight
2017-12-04 15:27:29 +00:00
David Chisnall
f9197640d9 Fix configure options for gnustep-make
We were not setting the flag to select the GNUstep ABI, so were defaulting to
using the GCC-compatible version, which was likely to trigger a lot of subtle
bugs.  This was noticed when C++ exceptions thrown through Objective-C stack
frames caused segfaults.
2017-12-03 12:23:53 +00:00
Jason W. Bacon
9956039fdd [new port] biology/py-macs2: Analysis of chromatin immunoprecipitation (ChIP) sequences
Approved by: jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D13322
2017-12-02 20:46:28 +00:00
Jason W. Bacon
429caa13b5 [new port] biology/kallisto: Quantify abundances of transcripts from RNA-Seq data
Approved by: jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D13328
2017-12-02 20:44:28 +00:00
Antoine Brodin
b635ddf14b Fix packaging with python3 2017-12-01 06:18:17 +00:00
Jason W. Bacon
6658b5b134 [unbreak] biology/bwa: Remove old patch files
Approved by: jrm
Differential Revision:  https://reviews.freebsd.org/D13314
2017-12-01 02:42:54 +00:00
Jason W. Bacon
eb53d36e45 [new port] biology/fastqc: Quality control tool for high throughput sequence data
Approved by: jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D13304
2017-11-30 22:54:29 +00:00
Jason W. Bacon
a64acd4f68 biology/py-cutadapt: Remove MASTER_SITE_SUBDIR per mentor comment
Approved by: jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D13303
2017-11-30 22:11:04 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Mark Linimon
bf43557044 For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
2017-11-30 06:13:34 +00:00
Jason W. Bacon
82d79438ee biology/bowtie2: Upgrade to 2.3.3.1
Approved by: jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D13300
2017-11-30 02:59:16 +00:00
Jason W. Bacon
0b07bc6a59 [new port] biology/py-cutadapt: Finds and removes adapter sequences, primers, po
ly-A tails, etc
Approved by: jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D13294
2017-11-29 22:17:43 +00:00
Jason W. Bacon
af6cd877c0 biology/bwa: Upgrade to 0.7.17
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D13283
2017-11-28 15:21:01 +00:00
Jason W. Bacon
8391a24523 biology/vcftools: Upgrade to latest release 0.1.15
Approved by:    jrm (mentor)
Differential Revision:  https://reviews.freebsd.org/D13276
2017-11-27 23:05:40 +00:00
Dmitry Marakasov
0e54a3159c - Switch to options helpers 2017-11-26 09:00:21 +00:00
Joseph Mingrone
6ce3a81f62 biology/diamond: Update to version 0.9.13
Upstream changes: https://github.com/bbuchfink/diamond/releases/tag/v0.9.13
2017-11-17 20:11:05 +00:00
Wen Heping
8c8dc2d005 - Update to 3.1b2
- Pass maintainership to submitter

PR:		223561
Submitted by:	mzaki@niid.go.jp
Approved by:	bacon4000@gmail.com(previous maintainer)
2017-11-11 12:51:52 +00:00
Antoine Brodin
48f5f5e82e Fix the context of some patches so that they apply with stricter patch(1)
PR:		223545
With hat:	portmgr
2017-11-09 20:45:04 +00:00
Joseph Mingrone
587f788379 biology/diamond: Update to version 0.9.12
Upstream changes: https://github.com/bbuchfink/diamond/releases/tag/v0.9.12
2017-11-08 16:06:50 +00:00
Mathieu Arnold
6d9a5c87be Fix USE_GITHUB usage.
Sponsored by:	Absolight
2017-11-06 14:24:39 +00:00
Yuri Victorovich
e42e8b05d1 biology/py-pysam: Update to 0.13
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D12967
2017-11-05 19:12:28 +00:00
Joseph Mingrone
a29978a882 biology/diamond: Update to 0.9.11
Upstream changes: https://github.com/bbuchfink/diamond/releases
2017-11-03 03:45:01 +00:00
Johannes M Dieterich
d9e1351483 biology/molden: chase another intransparent upstream distfile upgrade.
Reviewed by:	swills (mentor), mat
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D12829
2017-11-01 03:48:30 +00:00
Wen Heping
eaf75bad8d - Fix installing scripts and support binaries
- Add LICENSE

PR:		223098
Submitted by:	mzaki@niid.go.jp
2017-10-30 02:27:23 +00:00
Tobias C. Berner
ab02d97865 Update biology/py-pysam to 0.12.0.1
PR:		223254
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
2017-10-26 05:30:35 +00:00
Luca Pizzamiglio
ecaa1024a6 biology/htslib biology/bcftools biology/samtools: Update to 1.6
PR:		223094
Submitted by:	mzaki@niid.go.jp
Approved by:	cartwright@asu.edu (maintainer)
Approved by:	olivier (mentor)
Differential Revision:	https://reviews.freebsd.org/D12768
2017-10-25 10:19:50 +00:00
Joseph Mingrone
f371e4713e biology/iqtree: Add EXAMPLES option and fix mess with installation of
example files in first commit
2017-10-21 17:40:18 +00:00
Joseph Mingrone
1027ca2f40 New port, biology/iqtree: Efficient phylogenomic software
WWW: http://www.iqtree.org/
2017-10-21 16:57:53 +00:00
Baptiste Daroussin
ed29133234 Mark as broken ports with no public distfiles 2017-10-13 11:14:53 +00:00
Baptiste Daroussin
97c03e9174 Remove dead master sites 2017-10-13 11:14:32 +00:00
Johannes M Dieterich
8afffd1d5c biology/molden: unbreak by chasing latest intransparent distfile update.
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D12521
2017-09-28 02:43:40 +00:00
Jan Beich
98eb11b2f0 devel/boost-*: update to 1.65.1
Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:08:16 +00:00
Jan Beich
7e21a6476a devel/boost-*: enable C++11 features
PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:05:05 +00:00
Jan Beich
803b2b14fc biology/ssaha: unbreak with gcc7
In file included from Binary/..//Global/SSAHAMain.cpp:51:0:
Binary/..//Global/SSAHAMain.cpp: In function 'void processQuery(QueryParameterStruct&)':
Binary/..//Global/SSAHAMain.cpp:968:23: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
     assert( pAligner!=false);
                       ^

PR:		222542
2017-09-24 18:45:24 +00:00
Mathieu Arnold
3fcd0e41de Remove USES=execinfo.
PR:		220271
Submitted by:	mat (review), Yasuhiro KIMURA (PR)
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D11488
2017-09-22 10:48:28 +00:00
Ganael LAPLANCHE
31c1655dde Update tbb to 2018 and bump dependent ports' revisions 2017-09-17 07:03:14 +00:00
Sunpoet Po-Chuan Hsieh
d7732264a7 Update to 1.007002
Changes:	http://search.cpan.org/dist/BioPerl-Run/Changes
2017-09-15 19:17:44 +00:00
Sunpoet Po-Chuan Hsieh
ef8d7d7d98 Add p5-Bio-FeatureIO 1.6.905
Bio::FeatureIO is an iterator subsystem for genomic sequence features.

Bio::FeatureIO is a handler module for the formats in the FeatureIO set (eg,
Bio::FeatureIO::GFF). It is the officially sanctioned way of getting at the
format objects, which most people should use.

The Bio::FeatureIO system can be thought of like biological file handles. They
are attached to filehandles with smart formatting rules (eg, GFF format, or BED
format) and can either read or write feature objects (Bio::SeqFeature objects,
or more correctly, Bio::FeatureHolderI implementing objects, of which
Bio::SeqFeature is one such object). If you want to know what to do with a
Bio::SeqFeatureI object, read Bio::SeqFeatureI.

The idea is that you request a stream object for a particular format. All the
stream objects have a notion of an internal file that is read from or written
to. A particular FeatureIO object instance is configured for either input or
output. A specific example of a stream object is the Bio::FeatureIO::gff object.

WWW: http://search.cpan.org/dist/Bio-FeatureIO/
2017-09-15 19:17:17 +00:00
Mathieu Arnold
cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00
Wen Heping
a5d8333869 - Update to 1.007002
Changes: http://search.cpan.org/src/CJFIELDS/BioPerl-1.007002/Changes
2017-09-13 01:45:35 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Sunpoet Po-Chuan Hsieh
905567576c Update to 3.3.20170530
Changes:	https://github.com/stephaneguindon/phyml/releases
2017-09-04 00:01:36 +00:00
Rene Ladan
a91d5178df Remove expired ports:
2017-08-23 games/plee-the-bear: Broken for more than 6 months
2017-08-23 x11-themes/kde-icons-umicons: Broken for more than 6 months
2017-08-23 lang/bigloo: Broken for more than 6 months
2017-08-23 audio/linux-neroaaccodec: Broken for more than 6 months
2017-08-23 x11-themes/kde-icons-dark-glass: Broken for more than 6 months
2017-08-23 misc/fortune-mod-ferengi_rules_of_acquisition: Broken for more than 6 months
2017-08-23 misc/fortune-mod-culmea-culmilor: Broken for more than 6 months
2017-08-23 misc/xyzcmd: Broken for more than 6 months
2017-08-23 russian/fortuneru: Broken for more than 6 months
2017-08-23 security/bdc: Broken for more than 6 months
2017-08-23 x11-themes/kde-icons-icosx: Broken for more than 6 months
2017-08-23 devel/insight: Broken for more than 6 months
2017-08-23 devel/gdb66: Broken for more than 6 months
2017-08-23 biology/biojava: Broken for more than 6 months
2017-08-23 games/xroach: Broken for more than 6 months
2017-08-23 11:33:26 +00:00
David Chisnall
31e0b9f12c Update GNUstep core libraries.
Update the default Objective-C compiler.

Fix various build failures in GNUstep ports from newer versions of the GNUstep
core libraries and from changes to GNUstep Make.

Update various ports that use GNUstep and bump the portrevision of the ones
that haven't had a new release.
2017-08-21 13:26:28 +00:00
Wen Heping
4da10c5d1d - update to 1.70
PR:		221443
Submitted by:	wen@(myself)
Approved by:	maintainer
2017-08-18 12:57:06 +00:00
Joseph Mingrone
5308546037 biology/diamond: Update to version 0.9.10
Upstream changes: https://github.com/bbuchfink/diamond/releases/tag/v0.9.10
2017-08-15 20:45:08 +00:00
Wen Heping
26ae2e86f9 - Update to 1.53 2017-07-23 08:15:07 +00:00
Antoine Brodin
190ced69a2 Deprecate ports BROKEN for more than 6 months 2017-07-22 11:01:38 +00:00