Commit graph

2071 commits

Author SHA1 Message Date
Joseph Mingrone
6999e8c7ba biology/diamond: Update to version 0.8.34.
Upstream changelog: https://github.com/bbuchfink/diamond/releases

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9288
2017-01-23 13:19:17 +00:00
Sunpoet Po-Chuan Hsieh
0e04efec5a Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ 2017-01-20 20:33:30 +00:00
Joseph Mingrone
bdad5154e4 biology/diamond: Update to version 0.8.32.
Upstream changes: https://github.com/bbuchfink/diamond/releases

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9197
2017-01-16 13:38:12 +00:00
Joseph Mingrone
ac30d1f025 biology/diamond: Update to version 0.8.31.
Upstream changelog:

  - Added compositional score adjustments (option --comp-based-stats
    (0,1)). This is a useful feature for filtering false positive hits and
    is enabled by default.

  - Removed --single-domain option and replaced by --max-hsps, to set the
    maximum number of Hsps per query/subject pair, to be consistent with
    BLAST. This option is set to 1 by default as getting more than 1 Hsp
    per subject seems to be confusing users.

  - Added option --no-self-hits to filter identical self-hits.

Approved by:	AMDmi3 (mentor)
Differential Revision:	https://reviews.freebsd.org/D9134
2017-01-12 23:23:19 +00:00
Dmitry Marakasov
9d79e7b146 - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by:	portmgr blanket
2017-01-09 13:16:49 +00:00
Jan Beich
59e02117ae devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
2017-01-06 08:45:03 +00:00
Mathieu Arnold
d83ff1e42e Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
  get out of them are not.
- If the repository was renamed, the old URL will still work, but the
  distribution name will be ith the new name.

Sponsored by:	Absolight
2017-01-03 18:12:13 +00:00
Jan Beich
32d56ae68a Assume "pkg-config zlib" works after 9.x reached EOL
Many ports passed ZLIB_CFLAGS="-I/usr/include" ZLIB_LIBS="-L/usr/lib -lz"
which is unsafe at least with lang/gcc* that override some system headers
and have newer libgcc_s.so that our old version in base may not be
forward-compatible with.
2017-01-03 17:06:49 +00:00
Sunpoet Po-Chuan Hsieh
e0b379fa6f Remove BROKEN_FreeBSD_9
Approved by:	portmgr (blanket)
2017-01-01 03:45:12 +00:00
Joseph Mingrone
ff75dda797 biology/diamond: Update to version 0.8.30
Upstream changes:
- slightly improved sensitivity
- added option to report unaligned queries: --unal (0=no, 1=yes)
- pairwise, XML and SAM format will report unaligned queries by default
- added option to filter alignments by subject cover (--subject-cover)

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D9000
2016-12-30 16:27:25 +00:00
Joseph Mingrone
2da9bd90c8 biology/ncbi-blast+: Add MAKE_JOBS_UNSAFE
PR:		214997
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8882
2016-12-22 16:49:16 +00:00
Sunpoet Po-Chuan Hsieh
4e9e72d815 - Update to 1.007001
Changes:	http://search.cpan.org/dist/BioPerl-Run/Changes
2016-12-20 18:35:26 +00:00
Joseph Mingrone
14eec0f1a6 biology/bowtie2: Update to version 2.2.9
- Update license information.
- Add python to USES (bowtie2-build bowtie2-inspect need python)
- Add DOCS and EXAMPLES options

Approved by:	AMDmi3 (mentor) swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8182
2016-12-20 17:01:27 +00:00
Joseph Mingrone
78fbf405d6 biology/cd-hit: Update to bug-fix release 4.6.6
Changes in version 4.6.6:
Bug fix for cd-hit-dup in variable length input when write out R1 reads

Changes in version 4.6.5:
Add filter for -aL option so that short sequences will be skipped if not
satisfy representative sequences' -aL requirement. This will make compute
faster in clustering settings where sequences in the same cluster are
required to have similar length using -aL -AL option (e.g. -aL 0.9).

Approved by:	AMDmi3 (mentor) swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8186
2016-12-20 16:48:12 +00:00
Joseph Mingrone
80ed0dcb7e biology/jellyfish: Update to version 2.2.6
Upstream changes since version 2.2.4:
- Fix compilation warnings/errors with newer version of gcc (5.3 & 6.1).
- Fix bug in parsing function that made it stop on sequences that consist
  of only empty lines.
- New methods in bindings to enumerate the mers of a string.

Approved by:	AMDmi3 (mentor)
Differential Revision:	https://reviews.freebsd.org/D8204
2016-12-19 16:52:34 +00:00
Sunpoet Po-Chuan Hsieh
29d1225308 - Update *_DEPENDS: Bio::Coordinate family has been moved from biology/p5-BioPerl into biology/p5-Bio-Coordinate
- Bump PORTREVISION for dependency change
2016-12-19 15:54:43 +00:00
Sunpoet Po-Chuan Hsieh
2b3263ca6a - Add p5-Bio-Coordinate 1.007001
Bio::Coordinate classes are used for working with various biological coordinate
systems. See Bio::Coordinate::Collection and Bio::Collection::Pair for examples.

WWW: http://search.cpan.org/dist/Bio-Coordinate/
2016-12-19 15:54:39 +00:00
Sunpoet Po-Chuan Hsieh
2c3cc27c13 - Update to 1.007000
- Change MASTER_SITES back to CPAN
- Update LICENSE
- Add LICENSE_FILE
- Use PORTDOCS
- Convert to options target helper
- Use INSTALL_SCRIPT
- Pet portlint: fix diff header of patch file

Changes:	http://search.cpan.org/dist/BioPerl-Run/Changes
2016-12-19 15:54:34 +00:00
Sunpoet Po-Chuan Hsieh
88681d6d69 - Update to 1.007001
- Update *_DEPENDS
- Use TEST_DEPENDS: Test::Most and URI::Escape are test-only dependencies
- Use PORTDATA, PORTDOCS and PORTEXAMPLES

Changes:	http://search.cpan.org/dist/BioPerl/Changes
2016-12-19 15:54:29 +00:00
Wen Heping
4e26ff06d2 - Update to 2.5.0
PR:		214997
Submitted by:	mzaki@e-mail.ne.jp
Approved by:	maintainer(timeout, > 14 days)
2016-12-19 03:26:54 +00:00
Sunpoet Po-Chuan Hsieh
20ee13c882 - Update to 2.40
- Update *_DEPENDS for biology/p5-bioperl renaming
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/Bio-Graphics/Changes
2016-12-18 15:26:11 +00:00
Sunpoet Po-Chuan Hsieh
a17d97a2e6 - Move biology/p5-bioperl-run to biology/p5-BioPerl-Run
- Sort *_DEPENDS
- Add NO_ARCH
- Bump PORTREVISION for biology/p5-bioperl renaming
2016-12-18 15:25:44 +00:00
Sunpoet Po-Chuan Hsieh
31aeb830a0 - Add LICENSE_FILE
- Add NO_ARCH
- Bump PORTREVISION for biology/p5-bioperl renaming
2016-12-18 15:25:22 +00:00
Sunpoet Po-Chuan Hsieh
b7511f1eeb - Add LICENSE
- Add NO_ARCH
- Sort *_DEPENDS
- Bump PORTREVISION for biology/p5-bioperl renaming
2016-12-18 15:25:18 +00:00
Sunpoet Po-Chuan Hsieh
f14315d775 - Add LICENSE
- Add NO_ARCH
- Bump PORTREVISION for biology/p5-bioperl renaming
2016-12-18 15:25:13 +00:00
Sunpoet Po-Chuan Hsieh
99a028004e - Move biology/p5-bioperl to biology/p5-BioPerl
- Sort *_DEPENDS
- Bump PORTREVISION for dependent ports
2016-12-18 15:25:04 +00:00
Joseph Mingrone
5ac7812bbf biology/diamond: Update to version 0.8.29
Upstream change: fixed an issue that could cause a crash when using view on
incomplete DAA files

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8832
2016-12-18 13:52:32 +00:00
John Marino
1d605495f8 biology/protomol: Support build with C++11 (taken from dports) 2016-12-18 05:34:42 +00:00
John Marino
e3618c8063 biology/blat: Fix build on DF (taken from dports) 2016-12-18 04:46:53 +00:00
John Marino
a6529311aa biology/lamarc: Fix build on DF (taken from dports) 2016-12-18 04:34:33 +00:00
John Marino
6914ea4a9b biology/chemeq: fix build on GCC (taken from dports) 2016-12-18 04:22:26 +00:00
Tijl Coosemans
f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00
Tijl Coosemans
ca2176f4ac Remove libjpeg.so.11 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 16:39:11 +00:00
Gerald Pfeifer
e4b7b9118a Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms), part II.

The first part covered  ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.

This adds ports with USES=fortran and ports using Mk/bsd.octave.mk
which in turn has USES=fortran.

PR:		214965
Reported by:	thierry
2016-12-07 13:24:56 +00:00
Kurt Jaeger
873d480c86 biology/molden: distfile was updated in xwin.c 2016-12-03 17:03:42 +00:00
Mathieu Arnold
8b4093cba5 Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.

PR:		214780
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-12-02 11:58:21 +00:00
Joseph Mingrone
d18c86e30b biology/njplot: Add site in MASTER_SITES because package builders are
timing out during fetch.

Approved by:	AMDmi3 (mentor)
Differential Revision:	https://reviews.freebsd.org/D8651
2016-11-28 15:19:42 +00:00
Joseph Mingrone
92b6cd4ec3 biology/diamond: Update to version 0.8.28
Correct LICENSE and set LICENSE_FILE

Upstream changelog:
- support for gzip compressed files containing multiple gzip streams
- support for the BLAST pairwise format (option -f 0)
- slightly improved sensitivity

Approved by:	AMDmi3 (mentor)
Differential Revision:	https://reviews.freebsd.org/D8652
2016-11-28 15:18:14 +00:00
Mathieu Arnold
2884d5aa32 Fixup USE_GITHUB usage.
It already sets DISTNAME to a very nice unique name, do not set it
yourself.

Sponsored by:	Absolight
2016-11-26 10:09:54 +00:00
Gerald Pfeifer
659c967516 Replace USE_GCC=4.9+ by USE_GCC=yes, now that lang/gcc and the default
version for GCC in the Ports Collection have moved to GCC 4.9.
2016-11-25 21:27:37 +00:00
Jan Beich
a8713d15f4 devel/boost-*: update to 1.62.0
- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
2016-11-23 12:45:46 +00:00
Sunpoet Po-Chuan Hsieh
209b2393e3 - Remove unnecessary USES=shebangfix
- Convert to new options target helper
2016-11-20 23:56:14 +00:00
Gerald Pfeifer
89f8b05214 Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-20 09:38:08 +00:00
John Marino
8ef8485274 biology/avida: Fix ncurses from ports support 2016-11-19 14:56:46 +00:00
Joseph Mingrone
a3fc357457 biology/njplot: Revive and update to version 2.4
Approved by:	AMDmi3 (mentor)
Differential Revision:	https://reviews.freebsd.org/D8518
2016-11-16 14:52:53 +00:00
Mark Linimon
e4b32b72e0 Mark various leaf ports broken on aarch64, and, where appropriate, other
tier-2 archs.

Approved by:	portmgr (tier-2 blanket)
2016-11-11 09:31:02 +00:00
Mark Linimon
5d68e2b905 Attempt to fix build on non-x86 archs.
Approved by:	portmgr (tier-2 blanket)
2016-11-11 09:07:21 +00:00
Kurt Jaeger
8875e10ea5 biology/seqtools: update 4.43.0 -> 4.44.1
- Blixem: Features can now be added to multiple different groups/filters.
- Belvu: Fix a problem where column highlighting can get out of sync
  with the text.
2016-11-11 06:19:10 +00:00
Kurt Jaeger
3a34ede59f biology/molden: add missing LICENSE_NAME
Reported by:	pkg-fallout
2016-11-10 05:13:02 +00:00
Kurt Jaeger
fdb936077d biology/molden: fix distinfo, set LICENSE
Submitted by:	marino
Reported by:	Eduardo Lemos de Sa <eduardo.lemosdesa@gmail.com>
MFH:		2016Q4
2016-11-09 20:49:57 +00:00