Commit graph

2222 commits

Author SHA1 Message Date
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
Muhammad Moinur Rahman
f4b6217896 biology/seaview: Update version 4.6.1=>4.6.2 2017-07-21 17:33:10 +00:00
Johannes M Dieterich
ba31161b03 Chase next distfile update. Upstream contacted whether we would be allowed to host a distfile copy.
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D11586
2017-07-13 21:56:29 +00:00
Johannes M Dieterich
abdfa5f3b6 biology/molden: Unbreak by chasing their latest opaque update to the distribution.
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D11338
2017-07-12 03:37:21 +00:00
Tobias C. Berner
5da7ccc1fb Update math/gsl to 2.4
Exp-Run by:	antoine
PR:		220408
2017-07-03 20:38:11 +00:00
Joseph Mingrone
7b52e9ffb8 biology/diamond: Update to version 0.9.9
Upstream changes: https://github.com/bbuchfink/diamond/releases/tag/v0.9.9
2017-07-03 19:12:18 +00:00
Sunpoet Po-Chuan Hsieh
cb037d3c98 Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
2017-06-27 13:46:53 +00:00
Mark Linimon
45cb752a04 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)
2017-06-25 00:29:09 +00:00
Mathieu Arnold
482eb5f6e3 Mark BROKEN.
=> Attempting to fetch ftp://ftp.cmbi.ru.nl/pub/molgraph/molden/molden5.7.tar.gz
fetch: ftp://ftp.cmbi.ru.nl/pub/molgraph/molden/molden5.7.tar.gz: size mismatch: expected 5339411, actual 5339467
=> Couldn't fetch it - please try to retrieve this

Sponsored by:	Absolight
2017-06-22 08:24:22 +00:00
Joseph Mingrone
c08b519ed5 biology/diamond: Update to version 0.9.8 2017-06-16 14:49:19 +00:00
Dmitry Marakasov
050ce65a94 - Update WWW
- Add LICENSE
- Simplify installation
2017-06-10 09:01:19 +00:00
Wen Heping
6918d8f35f - Update to 0.11.2.2
PR:		219892
Submitted by:	yuri@rawbw.com(maintainer)
2017-06-10 02:03:39 +00:00
Mark Linimon
12cca46a1b Previous commit unbroke the port.
Reported by:	xmj
2017-06-03 12:48:35 +00:00
Joseph Mingrone
9f1a4d5a79 biology/diamond: Update to version 0.9.4
Upstream changes: https://github.com/bbuchfink/diamond/releases/tag/v0.9.4
2017-06-03 12:32:15 +00:00
Sunpoet Po-Chuan Hsieh
3f15a6f87f Remove outdated PERL_LEVEL check 2017-06-01 23:50:33 +00:00
Sunpoet Po-Chuan Hsieh
53be7d1160 Remove outdated PERL_LEVEL check 2017-06-01 23:50:28 +00:00
Sunpoet Po-Chuan Hsieh
045121a5e6 Update WWW 2017-05-30 15:22:06 +00:00
Joseph Mingrone
d4837420de biology/diamond: Update to version 0.9.3
Upstream changes: https://github.com/bbuchfink/diamond/releases

Approved by:	swills (mentor, implicit)
2017-05-29 15:24:01 +00:00
Mark Linimon
6a67297b00 Mark some ports failing on armv6, for errors classified as "clang".
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-27 15:07:11 +00:00
Mark Linimon
c095cd43d0 Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-26 20:02:44 +00:00
Johannes M Dieterich
425a92bbab biology/molden: Chase recent upstream change of molden distfile.
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10864
2017-05-24 03:26:05 +00:00
Jochen Neumeister
26792c0191 - Update to 0.11.2.1
PR:	219396
Submitted by:	Yuri Victorovich (Maintainer) <yuri@rawbw.com>
Approved by:	rene (mentor)
Differential Revision:	https://reviews.freebsd.org/D10856
2017-05-23 22:04:11 +00:00
Joseph Mingrone
addf5b1511 biology/diamond: Update to version 0.9.1
Upstream changes: https://github.com/bbuchfink/diamond/releases

- License has changed to AGPLv3

Approved by:	swills (mentor, implicit)
2017-05-23 11:03:08 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Mark Linimon
ba3c880d59 It is possible that r441426 will fix the build problem on armv6. Give
it a try.

Approved by:	portmgr (tier-2 blanket)
2017-05-21 23:37:34 +00:00
Mark Linimon
fa74598719 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-21 21:55:08 +00:00
Antoine Brodin
3da1c728d4 Mark BROKEN: checksum and size mismatch
Reported by:	pkg-fallout
2017-05-19 18:42:55 +00:00
Wen Heping
b60a5c5e56 - Update to 5.15.0 2017-05-18 02:22:18 +00:00
Mark Linimon
ba601f25ac Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-13 03:35:51 +00:00
Martin Wilke
ee427971f2 - Update to 0.11.1
PR:		219122
Submitted by:	maintainer
2017-05-07 16:06:23 +00:00
Martin Wilke
2d44d0fa3f - Update to 1.5.1 2017-05-07 15:44:34 +00:00
Martin Wilke
177c8291a7 bx-python is a python library and associated set of scripts to allow for rapid
implementation of genome scale analyses. The library contains a variety of
useful modules, but the particular strengths are:

Classes for reading and working with genome-scale multiple local alignments
(in MAF, AXT, and LAV formats). Generic data structure for indexing on disk
files that contain blocks of data associated with intervals on various
sequences (used, for example, to provide random access to individual
alignments in huge files; optomized for use over network filesystems).
Data structures for working with intervals on sequences:
 * "Binned bitsets" which act just like chromosome sized bit arrays,
   but lazily allocate regions and allow large blocks of all set or
   all unset bits to be stored compactly
 * "Intersecter" for performing fast intersection tests that preserve
   both query and target intervals and associated annotation

WWW: https://github.com/bxlab/bx-python

PR:		218757
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2017-05-06 06:07:03 +00:00
Martin Wilke
9ca211c1ff pysam is a lightweight wrapper of the htslib C-API and provides facilities to
read and write SAM/BAM/VCF/BCF/BED/GFF/GTF/FASTA/FASTQ files as well as access
to the command line functionality of the samtools and bcftools packages. The
module supports compression and random access through indexing.

This module provides a low-level wrapper around the htslib C-API as using
cython and a high-level API for convenient access to the data within standard
genomic file formats.

WWW: https://pypi.python.org/pypi/pysam

PR:		218745
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2017-05-06 06:05:24 +00:00
Wen Heping
41624b9113 - Update to 1.69
PR:		218903
Submitted by:	wen@
Approved by:	maintainer
2017-05-03 12:39:28 +00:00
Jan Beich
b324ade02d devel/boost-*: update to 1.64.0
Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
2017-05-02 06:48:10 +00:00
Tobias C. Berner
8c99ed5982 Update math/gsl to 2.3
This release introduces some new features and fixes several bugs:
	http://savannah.gnu.org/forum/forum.php?forum_id=8751

* update to 2.3 and take maintainership
* update math/py-gsl to 2.2.0 for gsl2 support
* update math/rubygem-rb-gsl to 2.1.0.2 for gsl2 support

PR:		218952
Exp-run by:	antoine
Reviewed by:	mat, rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D10522
2017-05-02 05:26:40 +00:00
Mark Linimon
3980169c5f Provide error messages for some ports failing on aarch64, and, in a
few cases, other tier-2 archs.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2017-05-01 19:24:00 +00:00
Larry Rosenman
6840168813 2017-04-30 devel/stormlib-ghost++: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/py-coil: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/py-cmdln: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/privman: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/c-unit: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/py-px: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/nglogc: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/bncsutil-ghost++: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/liblouisxml: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/nxt-python: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/spdict: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/guiloader-c++: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/streamhtmlparser: Unfetchable for more than six months (google code has gone away)
2017-04-30 devel/winpdb: Unfetchable for more than six months (google code has gone away)
2017-04-30 net/opendpi: Unfetchable for more than six months (google code has gone away)
2017-04-30 net/py-pybeanstalk: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/qwit: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/linux-instantbird: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/jabber-pyicq: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/qwit-devel: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/naim: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-im/pwytter: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/sievelog: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/ldapenter: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/py-danzfs: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/plasma-applet-apcups: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/scanmem: Unfetchable for more than six months (google code has gone away)
2017-04-30 sysutils/pdsh: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/superswitcher: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/plasma-applet-playwolf: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/nagaina: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/vboxgtk: Unfetchable for more than six months (google code has gone away)
2017-04-30 deskutils/libgcal: Unfetchable for more than six months (google code has gone away)
2017-04-30 math/carve: Unfetchable for more than six months (google code has gone away)
2017-04-30 math/foma: Unfetchable for more than six months (google code has gone away)
2017-04-30 math/libjbigi: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/gcap: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/freetuxtv: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/bangarang: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/opencinematools: Unfetchable for more than six months (google code has gone away)
2017-04-30 multimedia/vstream-client: Unfetchable for more than six months (google code has gone away)
2017-04-30 biology/treeviewx: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/pylot: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/xpi-pencil: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_myvhost: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/feedonfeeds: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_jail: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/jspacker: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/cocoon: Overly complex port with no maintainer since 2008, requires openjdk 1.6
2017-04-30 www/mod_authz_unixgroup24: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/trac-down: Upstream is gone
www/tengine
2017-04-30 www/arora: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/py-postmarkup: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/py-dotcloud.cli: deprecated in upstream
2017-04-30 www/closure-linter: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/httpsqs: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/sventon: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_authnz_external22: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_authn_otp: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/php-plurk-api: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/py-django-app-plugins: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_authz_unixgroup22: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/squidstats: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/mod_log_firstbyte: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/gaeo: Unfetchable for more than six months (google code has gone away)
2017-04-30 www/xpi-pentadactyl: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-mgmt/py-flowtools: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/ydict: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/py-cconv: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/fqterm: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/libgooglepinyin: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/p5-cconv: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/fcitx-googlepinyin: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/php-cconv: Unfetchable for more than six months (google code has gone away)
2017-04-30 chinese/ibus-table-chinese: Unfetchable for more than six months (google code has gone away)
2017-04-30 databases/jdbm2: Unfetchable for more than six months (google code has gone away)
2017-04-30 databases/akonadi-googledata: Unfetchable for more than six months (google code has gone away)
2017-04-30 lang/ofc: Unfetchable for more than six months (google code has gone away)
2017-04-30 comms/esmska: Unfetchable for more than six months (google code has gone away)
2017-04-30 x11/keynav: Unfetchable for more than six months (google code has gone away)
2017-04-30 x11/hotwire-shell: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/fuzzdb: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/truecrack: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/skipfish: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/py-yara-editor: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/nmapsi4: Unfetchable for more than six months (google code has gone away)
2017-04-30 security/cmd5checkpw: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-p2p/unworkable: Unfetchable for more than six months (google code has gone away)
2017-04-30 net-p2p/rtgui: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/xpi-musicpm: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/pidgin-musictracker: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/logitechmediaserver-superdatetime: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/last-cmus: Unfetchable for more than six months (google code has gone away)
2017-04-30 audio/mehdiaplayer: Unfetchable for more than six months (google code has gone away)
2017-04-30 japanese/nhocr: Unfetchable for more than six months (google code has gone away)
2017-04-30 misc/xsw: Unfetchable for more than six months (google code has gone away)
2017-04-30 dns/py-adns: Unfetchable for more than six months (google code has gone away)
2017-04-30 dns/py-bonjour: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/robocalypto: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/libfov: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/dcross: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/lostfeathers: Unfetchable for more than six months (google code has gone away)
2017-04-30 games/hexglass: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/ibus-table: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/chm2pdf: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/dtdinst: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/py-xmltv: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/ibus-m17n: Unfetchable for more than six months (google code has gone away)
2017-04-30 textproc/libroxml: Unfetchable for more than six months (google code has gone away)
2017-04-30 mail/gnome-gmail-notifier: Unfetchable for more than six months (google code has gone away)
2017-04-30 irc/py-gozerbot: Unfetchable for more than six months (google code has gone away)
2017-04-30 irc/tircd: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/qiviewer: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/py-gchartwrapper: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/svgfig: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/iulib: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/seam-carving-gui: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/py-pyggel: Unfetchable for more than six months (google code has gone away)
2017-04-30 graphics/rubygem-gemojione2: Use graphics/rubygem-gemojione instead
2017-04-30 15:47:51 +00:00
Joseph Mingrone
1b1d7b5d53 biology/py-biom-format: Update to version 2.1.6
Upstream changes: https://github.com/biocore/biom-format/releases/tag/2.1.6

Approved by:	swills (mentor, implicit)
2017-04-29 13:59:15 +00:00
Martin Wilke
0a6f794f91 - Fix shebangs 2017-04-22 12:45:43 +00:00
Martin Wilke
5cf0569ebb - Fix shebangs 2017-04-22 09:25:44 +00:00
Dmitry Marakasov
709dd50bc4 - Fix shebangs
- Add NO_ARCH
- Switch to relative links
2017-04-21 16:28:25 +00:00
Joseph Mingrone
09e24ad52a biology/diamond: Update to version 0.8.38
- The base compilers meet all of Diamond's requirements, so remove
  compiler:c++11-lang from USES definition.
- Upstream release notes:
  https://github.com/bbuchfink/diamond/releases/tag/v0.8.38

Approved by:	swills (mentor, implicit)
2017-04-21 14:46:07 +00:00
Muhammad Moinur Rahman
c63632a1c8 biology/seaview: Update version 4.6=>4.6.1
- Add PORTSCOUT to ignore non-existent 4.6.1.3 version
2017-04-11 18:58:18 +00:00
Joseph Mingrone
37aa0c5071 biology/diamond: Update to version 0.8.37
Upstream changes: https://github.com/bbuchfink/diamond/releases/tag/v0.8.37

Approved by:	swills (mentor, implicit)
2017-04-02 10:55:31 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Ganael LAPLANCHE
d1a60db80b Update devel/tbb to 2017.5
Also bring the following changes:
- Fetch distfiles from Github
- Bump dependent ports' PORTREVISIONs
2017-03-07 12:44:41 +00:00
Mathieu Arnold
bebf3178ae Mark the remaining ports depending on Google Code as DEPRECATED, with an
EXPIRATION_DATE at the end of April 2017.

In the past six months, about a third of the ports marked BROKEN because
they were hosted on Google Code have been fixed.  The remaining must not
be of use to anyone.

With hat:	portmgr
Sponsored by:	Absolight
2017-03-03 16:00:19 +00:00
Wen Heping
65b60971ea - Update to 1.42 2017-03-01 07:00:37 +00:00
Mathieu Arnold
8f570a803c Fix USE_GITHUB's GH_TAGNAME usage.
Sponsored by:	Absolight
2017-02-28 08:33:44 +00:00
Jan Beich
c899e00b62 biology/plinkseq: unbreak with clang 4.0
PR:		216618
Submitted by:	Jason Bacon <bacon4000@gmail.com> (maintainer)
2017-02-27 14:09:25 +00:00
Jan Beich
fe0cf6e909 biology/bowtie2: update to 2.3.0
- Unbreak with Clang 4.0

Changes:	https://github.com/BenLangmead/bowtie2/releases/tag/v2.3.0
PR:		216619
Submitted by:	Jason Bacon <bacon4000@gmail.com> (maintainer)
2017-02-27 14:08:30 +00:00
Mark Linimon
f01a6f4ab3 Mark a few more ports that create large logfiles broken on armv6.
Approved by:	portmgr (tier-2 blanket)
2017-02-26 15:38:10 +00:00
Mark Linimon
89d2c5da0e Mark various ports as broken on armv6: invokes x86 asm.
Approved by:	portmgr (tier-2 blanket)
2017-02-26 12:56:41 +00:00
Danilo Egea Gondolfo
1eeafb12ef - Update to 1.14.9
- Use github
2017-02-24 18:57:56 +00:00
Tijl Coosemans
ab60136c26 Move -fPIC to where Linux puts it so it is limited to a single library. 2017-02-13 22:43:58 +00:00
Joseph Mingrone
160fb7edd1 biology/diamond: Update to version 0.8.36.
Approved by:	swills (mentor, implicit)
2017-02-12 14:04:57 +00:00
Johannes M Dieterich
77dc6181e0 biology/molden: Unbreak port, regenerate checksums, increment PORTREVISION.
Reviewed by:	swills (mentor), pi (former maintainer)
Approved by:	swills (mentor), pi (former maintainer)
Differential Revision:	https://reviews.freebsd.org/D9501
2017-02-11 02:06:03 +00:00
Mark Linimon
9c19df593a Add -fPIC to various ports to enable them to build on armv6.
Approved by:	portmgr (tier-2 blanket)
2017-02-09 18:53:12 +00:00
Dmitry Marakasov
00a8fdd2e6 - Mark BROKEN: does not fetch, size/checksum mismatch
Approved by:	portmgr blanket
2017-02-07 14:20:09 +00:00
Sunpoet Po-Chuan Hsieh
509076e924 Update to 1.5.1
- Update LICENSE
- Add LICENSE_FILE

Changes:	https://github.com/bioruby/bioruby/blob/bioruby-1.5/RELEASE_NOTES.rdoc
		https://github.com/bioruby/bioruby/blob/master/doc/RELEASE_NOTES-1.5.0.rdoc
2017-02-06 23:03:17 +00:00
Joseph Mingrone
696ac89fbd biology/diamond: Update to version 0.8.35.
Version 0.8.35 fixes a compiler error on i386.

Approved by:	swills (mentor, implicit)
2017-02-05 22:23:32 +00:00
Sunpoet Po-Chuan Hsieh
238ff1a7ff Move devel/rubygem-bio to biology/rubygem-bio 2017-02-05 04:26:56 +00:00
Mathieu Arnold
bc19d06784 Bump PORTREVISION for ports affected by the fix the last commit.
Done with:	Tools/scripts/bump-revision.sh
Sponsored by:	Absolight
2017-01-31 16:21:45 +00:00