Commit graph

3189 commits

Author SHA1 Message Date
Kai Knoblich
256e9bc3b5 biology/py-crossmap: Fix build with Python 3.8+
* Add missing dependency devel/py-nose that is required to build.  With
  Python 3.6/3.7 there are no build issues because the sdist contains
  Python Eggs of "nose" for these versions.

While I'm here:

* Set NO_ARCH because the port has no architecture specific files.
* Make it concurrent safe, package installs a script and bump
  PORTREVISION due package change.

PR:		253815
Approved by:	portmgr (build fix)
MFH:		No (The port was added after the 2021Q1 branch)
2021-04-21 09:44:44 +02:00
Kai Knoblich
aaa6b0fc85 biology/py-bigwig: Fix packaging with Python 3.8+
* Apply the same fix as in 9cb5898561 by
  stripping libraries by wildcard paths.

* Also use PYTHONPREFIX_SITELIBDIR instead PYTHON_SITELIBDIR to make
  the port PREFIX safe while I'm here.

PR:		253815
Approved by:	python (with hat)
2021-04-21 09:41:29 +02:00
Yuri Victorovich
b9f16eadc9 New port: biology/py-resdk: Resolwe SDK to interact with Resolwe server and Resolwe Bioinformatics 2021-04-19 21:22:01 -07:00
Jason W. Bacon
3bc87a0f1a biology/snpeff: Improvements to Makefile and patches
Reported by:    Omp
2021-04-19 11:41:58 -05:00
Yuri Victorovich
8e65beb783 biology/abyss: Update 2.2.5 -> 2.3.0-3 2021-04-18 13:19:56 -07:00
Jason W. Bacon
5164d38ee5 biology/snpeff: Genetic variant annotation and effect prediction toolbox
Genetic variant annotation and functional effect prediction toolbox. It
annotates and predicts the effects of genetic variants on genes and proteins
(such as amino acid changes).
2021-04-18 13:46:29 -05:00
Jason W. Bacon
15458dfbac biology/bbmap: BBMap short read aligner, and other bioinformatic tools
This package includes BBMap, a short read aligner, as well as various other
bioinformatic tools. It is written in pure Java, can run on any platform, and
has no dependencies other than Java being installed (compiled for Java 6 and
higher). All tools are efficient and multithreaded.
2021-04-18 11:21:29 -05:00
Jason W. Bacon
48ddc73c58 biology/bowtie2: Add support for powerpc64le
PR:             255092
Submitted by:   pkubaj
2021-04-18 10:53:14 -05:00
Jason W. Bacon
1b6e8568ce biology/readseq: Remove $FreeBSD$ tag inserted to silence portlint 2021-04-18 09:20:28 -05:00
Jason W. Bacon
49a1ada632 biology/readseq: Read and reformat biosequences, Java command-line version
Sequence reading library developed by the Ribosomal Database Project.  It can
handle genbank, embl, fasta, fastq, sff and sto files, can read from files or
streams, and can handle indexing files.
2021-04-18 08:53:02 -05:00
Yuri Victorovich
0944666313 biology/seqkit: Change WWW to the project URL (from GitHub URL) 2021-04-16 21:00:56 -07:00
Yuri Victorovich
2aa37d819d New port: biology/seqkit: Cross-platform and ultrafast toolkit for FASTA/Q file manipulation 2021-04-16 14:04:16 -07:00
Yuri Victorovich
b2993cf7f6 biology/ngs-sdk: Fix build on non-amd64 architectures that was broken by explicit 'amd64' instead of $ARCH
Reported by:	fallout
2021-04-15 10:01:31 -07:00
Tobias Kortkamp
ffbc3bd937
Clean up some things
- Remove duplicate variables
- Remove nop variables
- Sort categories
- Remove redundant option descriptions that match the default ones

Reported by:	portscan
2021-04-15 10:31:56 +02:00
Ganael LAPLANCHE
9ee8484809 devel/onetbb: Update to 2021.2.0 and bump dependencies
Changelog: https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
2021-04-14 12:08:05 +02:00
Joseph Mingrone
46fc7df854
biology/diamond: Update to 2.0.9
https://github.com/bbuchfink/diamond/releases/tag/v2.0.9
2021-04-12 21:55:49 -03:00
Jason W. Bacon
fd20bf82b6 biology/mothur: Update to 1.45.2
Numerous bug fixes and enhancements since 1.43.0

Approved by:    yuri
2021-04-12 19:29:17 -05:00
Jason W. Bacon
9128727562 biology/py-crossmap: Lift over genomics coordinates between assemblies
CrossMap is a program for genome coordinates conversion between different
assemblies (such as hg18 (NCBI36) <=> hg19 (GRCh37)). It supports commonly used
file formats including BAM, CRAM, SAM, Wiggle, BigWig, BED, GFF, GTF, MAF VCF,
and gVCF.
2021-04-12 18:37:51 -05:00
Jason W. Bacon
dfcece22a2 biology/py-bigwig: Python access to bigWig files using libBigWig
A python extension, written in C, for quick access to bigBed files and access
to and creation of bigWig files. This extension uses libBigWig for local and
remote file access.
2021-04-12 18:24:20 -05:00
Yuri Victorovich
353678f54b biology/ncbi-vdb: Restore static libs installed with symlinks as shared libs are usually installed
Symlinks like this libxx.a->libxx.a.N.N.N first looked broken but it turned out that this is intentional.

PR:		223273
2021-04-12 11:03:14 -07:00
Yuri Victorovich
fc2fe6e33a biology/ngs-sdk: Restore static libs installed with symlinks as shared libs are usually installed
Symlinks like this libxx.a->libxx.a.N.N.N first looked broken but it turned out that this is intentional.
2021-04-12 10:47:50 -07:00
Yuri Victorovich
d55fba431a New port: biology/ncbi-vdb: NCBI's virtualized back-end for accessing Sequence Read Archive
PR:		223273
Submitted by:	Motomichi Matsuzaki <mzaki@niid.go.jp> (original version)
2021-04-12 02:29:42 -07:00
Yuri Victorovich
dd048035a8 biology/ngs-sdk: Improve the 'install' target and other parts of Makefile, report issues to upstream. 2021-04-12 01:51:03 -07:00
Jason W. Bacon
a2fa05009f biology/minimap2: Update to 2.18
Numerous bug fixes and a few minor improvements

Reported by:    portscout
2021-04-11 14:18:02 -05:00
Jason W. Bacon
a5f08a7c01 biology/vsearch: Update to 2.17.0
Afterthoughts from the recent 2.16.0 release
(Minor bug fixes and enhancements to the new orient subcommand)

Reported by:    portscout
2021-04-10 09:02:55 -05:00
Joseph Mingrone
ac46e01537
biology/hyphy: Update to 2.5.30 2021-04-07 22:54:50 -03:00
Rene Ladan
5980fd40bc Remove expired ports:
2021-04-01 ftp/wzdftpd: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 astro/roadmap: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 games/cosmo: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 games/bomberinstinct: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 games/drm: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 games/bygfoot: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 games/cre: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 irc/hybserv: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 irc/xaric: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 mail/elmo: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 misc/cave: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 security/bugs: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 security/dmitry: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 security/doorman: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 shells/esh: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 sysutils/cpu: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 textproc/libcrm114: No known users, dead upstream
2021-04-01 x11/wmmatrix: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 x11/wmxss: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 x11/tycoon: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 x11/xgrab: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 x11/xbanner: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 x11/bricons: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 x11/xmon: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 games/cavezofphear: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 astro/saoimage: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 audio/ksmp3play: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 audio/jamin: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 audio/musicbox-tag-editor: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 audio/nspmod: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 audio/cdplay: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 audio/gimmix: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 audio/ghostess: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 audio/wmrecord: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 audio/toolame: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 audio/shout: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 biology/grappa: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 biology/phylip: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 biology/lagan: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 cad/varkon: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 cad/transcalc: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 comms/seyon: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 comms/efax: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 converters/vda2fbd: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 converters/shftool: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 devel/openzz: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 devel/sourcenav: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 devel/gb: Unmaintained and dead upstream
2021-04-01 dns/checkdns: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 dns/inadyn-mt: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 editors/gate: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 editors/thoteditor: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 emulators/cinc: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 emulators/e-uae: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 emulators/dtcyber: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 ftp/jftpgw: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-01 ftp/pureadmin: Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
2021-04-02 textproc/hs-pandoc-citeproc: Integrated into textproc/hs-pandoc
2021-04-07 19:54:26 +02:00
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
135fdeebb9
all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Piotr Kubaj
8f0ebbe09b biology/pear-merger: enable on aarch64, armv6, armv7, riscv64
It should build now.
2021-04-06 15:04:16 +02:00
Piotr Kubaj
5b92ed01d9 biology/trimadap: fix build on powerpc64le
Requires GCC for its SSE translation.
2021-04-06 11:53:56 +02:00
Piotr Kubaj
2ffa084df9 biology/pear-merger: fix build on non-x86
Builds fine with GCC.
2021-04-06 11:50:56 +02:00
Jason W. Bacon
83581c6e7c biology/subread: Update to 2.0.2
Minor bug fixes and enhancements

Reported by:    portscout
2021-03-30 15:30:27 +00:00
Yuri Victorovich
6393f0979a biology/molden: Fix build with gfortran10 2021-03-29 21:51:03 +00:00
Yuri Victorovich
d66a1aba3d biology/igv: Update 2.8.13 -> 2.9.4 2021-03-28 16:41:33 +00:00
Piotr Kubaj
31c522e5dd biology/vcflib: fix build on powerpc64le
Use GCC for its SSE -> AltiVec translation:
In file included from src/ssw.cpp:38:
In file included from /usr/lib/clang/11.0.1/include/emmintrin.h:13:
In file included from /usr/lib/clang/11.0.1/include/xmmintrin.h:13:
/usr/lib/clang/11.0.1/include/mmintrin.h:33:5: error: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
    __builtin_ia32_emms();
2021-03-28 16:39:24 +00:00
Jason W. Bacon
058ca0ab15 biology/vsearch: Update to 2.16.0
Add "orient" subcommand
A few other fixes and enhancements

Reported by:    portscout
2021-03-24 18:43:42 +00:00
Rene Ladan
b217c7fc9c Mark ports recursively depending on Python 2.7 for expiration on June 23.
For ports optionally dependending on Python 2.7, just mark those options
as expired. Remove konquerer from the x11/kde-baseapps metaport and bump
its PORTREVISION.

Submitted by:	rene
Reviewed by:	portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri
Approved by:	portmgr
Differential Revision:	https://reviews.freebsd.org/D28665
2021-03-24 13:34:35 +00:00
Jason W. Bacon
633c71fbf7 biology/vcf2hap: Generate .hap file from VCF for haplohseq
vcf2hap is a simple tool for generating a .hap file from a VCF. The .hap file
is required by haplohseq.  vcf2hap is extremely fast and requires a trivial
amount of memory regardless of the size of the VCF file.
2021-03-23 16:32:29 +00:00
Jason W. Bacon
aa8e14f1c1 biology/ad2vcf: Add allelic depth info from a SAM stream to a VCF file
ad2vdf extracts allelic depth info from a SAM stream and adds it to a
corresponding single-sample VCF file.  SAM input is read via stdin and the VCF
input file is taken as a command-line argument. This allows expensive BAM/CRAM
decoding to be performed in parallel by a separate samtools process.
2021-03-23 15:15:00 +00:00
Alexey Dokuchaev
2ed87b8454 - Update Unipro UGENE to version 38.0
- Garbage-collect no longer needed patches
- Make COMMENT shorter and closer to upstream
- Stop building bundled SQLite, use ours!
2021-03-23 14:20:49 +00:00
Alexey Dokuchaev
ee895ff14c Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line.
2021-03-22 10:17:43 +00:00
Jason W. Bacon
5a899ba8ed biology/vcf-split: Split a multi-sample VCF into single-sample VCFs
Vcf-split splits a multi-sample VCF into single-sample VCFs, writing thousands
of output files simultaneously.  Parsing the TOPMed human chromosome 1 BCF
with bcftools takes two days, so extracting the 137,977 samples one at a time
or using thousands of parallel readers of the same file is impractical.
Vcf-split solves this by generating thousands of single-sample outputs during
a single sweep through the multi-sample input.
2021-03-21 15:17:27 +00:00
Jason W. Bacon
f28acb9dcb biology/biolibc: Low-level high-performance bioinformatics library
Biolibc is a library of fast, memory-efficient, low-level functions for
processing biological data.  Like libc, it consists of numerous disparate,
general-purpose functions which could be used by a wide variety of
applications.  These include functions for streaming common file formats such
as SAM and VCF, string functions specific to bioinformatics, etc.
2021-03-21 15:10:17 +00:00
Jason W. Bacon
6f516a8acf biology/htslib: Update to 1.12
biology/samtools: Update to 1.12
biology/bcftools: Update to 1.12

Numerous enhancements, performance improvements, and bug fixes since 1.11

Build-tested all other htslib dependents, no revbumps should be needed

Reported by:    portscout
2021-03-20 17:14:32 +00:00
Jason W. Bacon
4249433768 biology/generand: Update to 0.1.2
Generate proper VCF and SAM headers and valid CIGAR strings
2021-03-20 14:31:48 +00:00
Jason W. Bacon
6098465fc2 biology/py-multiqc: Update to 1.10
Numerous new features, a few bug fixes since 1.9

Reported by:    portscout
2021-03-20 14:25:48 +00:00
Yuri Victorovich
ff793ad62f biology/ngs-sdk: Update 2.10.9 -> 2.11.0
Reported by:	portscout
2021-03-20 06:39:38 +00:00
Loïc Bartoletti
0b7a24020a PyQt5: Update PyQt5 to 5.15.4 and py-qtbuilder to 1.9.1
PR:		254218
Exp-run by:	antoine
2021-03-16 09:29:53 +00:00
Jason W. Bacon
2a2e0641ce biology/generand: Generate random genomic data in FAST[AQ], SAM, or VCF format
Generate random genomic data in FASTA/FASTQ, SAM, or VCF format, suitable for
small academic examples or test inputs of arbitrary size.  Output can be piped
directly to programs or redirected to a file and edited to taste.
2021-03-15 20:09:28 +00:00
Yuri Victorovich
7fc2386376 biology/abyss: Add PORTSCOUT line 2021-03-14 05:17:40 +00:00
Yuri Victorovich
2fdb4f61f6 Move: biology/py-fastTSNE -> math/py-openTSNE
Project was renamed and reimplemented.
2021-03-13 23:37:12 +00:00
Yuri Victorovich
5ed6a57df1 biology/gatk: Fix fetch
Reported by:	fallout
2021-03-13 18:55:14 +00:00
Yuri Victorovich
9dc9096a3c biology/gatk: Update 4.1.9.0 -> 4.2.0.0 2021-03-12 04:27:49 +00:00
Joseph Mingrone
59815b0604 biology/diamond: Update to 2.0.8
https://github.com/bbuchfink/diamond/releases/tag/v2.0.8
2021-03-11 12:41:20 +00:00
Piotr Kubaj
50428b20a4 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.
2021-03-10 16:09:46 +00:00
Piotr Kubaj
fdfcb6370c biology/py-scikit-bio: fix build on powerpc64
GCC is also necessary on powerpc64:
In file included from skbio/alignment/_ssw_wrapper.c:626:
In file included from skbio/alignment/_lib/ssw.h:17:
In file included from /usr/lib/clang/11.0.1/include/emmintrin.h:13:
In file included from /usr/lib/clang/11.0.1/include/xmmintrin.h:13:
/usr/lib/clang/11.0.1/include/mmintrin.h:50:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
    return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
2021-03-09 10:38:33 +00:00
Piotr Kubaj
db9e4eb879 biology/py-scikit-bio: fix build on powerpc64le
Use GCC:
In file included from skbio/alignment/_ssw_wrapper.c:626:
In file included from skbio/alignment/_lib/ssw.h:17:
In file included from /usr/lib/clang/11.0.1/include/emmintrin.h:13:
In file included from /usr/lib/clang/11.0.1/include/xmmintrin.h:13:
/usr/lib/clang/11.0.1/include/mmintrin.h:50:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
    return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
2021-03-09 01:21:22 +00:00
Loïc Bartoletti
108f234f7f PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0
* PyQt5: update to 5.15.3

This is a minor feature and bug-fix release. There are corresponding releases of the other PyQt5-related packages.

 - Added the missing QImage.setAlphaChannel().
 - Support for the QtNetworkAuth library has been moved to a separate PyQtNetworkAuth package.
 - Wheels no longer bundle the corresponding Qt libraries and instead automatically install them from an external wheel.

* QScintilla2: update to 2.12.0

This adds support for Qt6 and removes support for Qt4.

 - Change the new distname (again)i due to a conflict
 - Use the new sip-build system

* devel/py-qtbuilder: update to 1.9.0
* devel/py-sip: fix flavor for sip-distinfo

PR:		253865
Exp-run by:	antoine
2021-03-08 06:49:17 +00:00
Antoine Brodin
17a6de9d39 Unbreak INDEX 2021-03-06 21:18:14 +00:00
Jason W. Bacon
5245f428ea py-cutadapt: Update to 3.3
Numerous small bug fixes and enhancements, code refactoring

py-xopen: Update to 1.1.0

Required by cutadapt 3.3
Drop python 3.5 support
Add isal support (not yet utilized in FreeBSD port)
2021-03-06 17:55:38 +00:00
Yuri Victorovich
f87818e540 biology/libbigwig: Update 0.4.4 -> 0.4.6 2021-03-06 00:16:34 +00:00
Piotr Kubaj
0d3d925193 biology/spoa: fix build on non-x86
In file included from /wrkdirs/usr/ports/biology/spoa/work/spoa-4.0.7/src/dispatcher.cpp:7:
/usr/local/include/cpuinfo_x86.h:228:2: error: "Including cpuinfo_x86.h from a non-x86 target."
#error "Including cpuinfo_x86.h from a non-x86 target."
2021-03-04 19:18:53 +00:00
Piotr Kubaj
18226fe063 biology/bwa: fix build on powerpc64le
Use GCC's SSE->Altivec translation:
In file included from ksw.c:29:
In file included from /usr/lib/clang/11.0.1/include/emmintrin.h:13:
In file included from /usr/lib/clang/11.0.1/include/xmmintrin.h:13:
/usr/lib/clang/11.0.1/include/mmintrin.h:50:12: error: invalid conversion between vector type '__m64' (vector of 1 'long long' value) and integer type 'int' of different size
    return (__m64)__builtin_ia32_vec_init_v2si(__i, 0);
2021-03-02 15:01:55 +00:00
Yuri Victorovich
a030f455ea biology/py-bx-python: Update 0.8.9 -> 0.8.10 2021-02-27 03:55:36 +00:00
Joseph Mingrone
f07f561c0c biology/hyphy: Update to 2.5.29
https://github.com/veg/hyphy/releases/tag/2.5.29
2021-02-25 01:39:51 +00:00
Joseph Mingrone
97d3e19474 biology/hyphy: Update to 2.5.28
https://github.com/veg/hyphy/releases/tag/2.5.28
2021-02-23 19:09:01 +00:00
Ganael LAPLANCHE
34fdd4dc58 Introduce devel/onetbb and mark devel/tbb as legacy
Intel oneAPI tbb 2021.1 (onetbb) has been released[1][2] and has deprecated
several interfaces over tbb 2020, breaking most dependent ports.

Old tbb 2020 will be kept for a certain time to allow transition but will be
removed in a near future as it CONFLICTS with devel/onetbb. New ports should
now use devel/onetbb instead of devel/tbb.

We tried to move a maximum number of dependent ports to devel/onetbb (or
disable dependency when not possible), but some of them still remain stuck
to devel/tbb. Remaining ones have not been identified as major dependencies
themselves and will be fixed as soon as updates are available from upstream.

PR:		252648, 252688 [3], 252683 [4], 252651 [5], 252690 [3], 252693 [3],
	252695 [3], 252696 [3], 252786 [3], 252649, 252868 [6], 252870 [5],
	252684 [7], 252785 [7]
Approved by:	yuri [3], jwb [4], thierry [5], FreeBSD@Shaneware.biz [6],
	maintainer timeout [7]

[1] https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
[2] https://software.intel.com/content/www/us/en/develop/articles/tbb-revamp.html
2021-02-19 15:14:46 +00:00
Yuri Victorovich
937af7340a biology/spoa: Fix build after recent devel/cereal update; Fix LIB_DEPENDS
Reported by:	fallout
2021-02-19 09:22:30 +00:00
Mark Linimon
3c5310b723 Mark BROKEN in 13/14 (via latest llvm update). 2021-02-17 21:59:47 +00:00
Joseph Mingrone
93cbba555f biology/diamond: Update to 2.0.7
https://github.com/bbuchfink/diamond/releases/tag/v2.0.7
2021-02-17 16:43:27 +00:00
Neel Chauhan
1385312c50 Update a few GNUstep ports:
* devel/gnustep-make: Update to 2.8.0
 * lang/gnustep-base: Update to 1.27.0
 * x11-toolkits/gnustep-back: update to 0.28.0
 * x11-toolkits/gnustep-gui: update to 0.28.0

Also bump PORTREVISION on dependent ports.
2021-02-14 23:21:02 +00:00
Jason W. Bacon
2730cd269d biology/py-multiqc: Update to 1.9
Fix runtime error due to incompatibility of 1.8 with latest matplotlib
Drop python2 support
Numerous new features and bug fixes
2021-02-05 01:37:04 +00:00
Jason W. Bacon
3d92ad6430 biology/fastqc: Update to 0.11.9
Minor bug fixes since 0.11.8
2021-02-04 15:56:33 +00:00
Yuri Victorovich
796bc858a2 biology/bioparser: Update 3.0.12 -> 3.0.12-2
Install target is added.
2021-02-03 19:08:28 +00:00
Jason W. Bacon
b9a6bfa5fa biology/py-cutadapt: Update to 3.2
biology/py-dnaio: Update to 0.5.0
archivers/py-xopen: Update to 1.0.0

Numerous bug fixes and enhancements since cutadapt 3.2

Document cutadapt dependency versions dnaio~=0.5.0 xopen~=1.0.0
Bump python dependency to 3.6+ to restrict package builds
2021-02-02 20:39:09 +00:00
Jason W. Bacon
aad6ba1685 biology/bowtie2: Reverse switch to devel/onetbb
Mistakenly believed onetbb was already committed

PR:             252683
2021-01-30 17:43:56 +00:00
Jason W. Bacon
1daa1d9193 biology/bowtie2: Switch to devel/onetbb
PR:             252683
Submitted by:   martymac
2021-01-30 17:39:53 +00:00
Jason W. Bacon
d3b9bdbb62 biology/vsearch: Update to 2.15.2
Code clean up and modernization

Reported by:    portscout
2021-01-30 15:31:11 +00:00
Sunpoet Po-Chuan Hsieh
4aa27da231 Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+
PR:		250103
2021-01-30 13:29:58 +00:00
Joseph Mingrone
059ebf3da7 biology/hyphy: Update to version 2.5.27
https://github.com/veg/hyphy/releases/tag/2.5.27
2021-01-27 11:33:53 +00:00
Jason W. Bacon
3c0ec18494 biology/kallisto: Add -lz for pending hdf5 upgrade
PR:             252965
Submitted by:   thierry
2021-01-26 01:34:20 +00:00
Jason W. Bacon
1be2189fb5 biology/bedtools: Upgrade to 2.30.0
Several bug fixes and performance enhancements

Reported by:    portscout
2021-01-24 18:25:39 +00:00
Jason W. Bacon
92b5f80904 biology/haplohseq: Fix example scripts for python 3
Also clean up plist
2021-01-23 19:31:49 +00:00
Jason W. Bacon
ed49d2418f biology/bedtools: License changed upstream 2021-01-22 14:55:02 +00:00
Yuri Victorovich
9607e839e2 biology/gatk: Add the WITH_LARGE_FILES option. 2021-01-22 02:50:38 +00:00
Yuri Victorovich
470760f412 biology/gatk: Update 4.1.8.1 -> 4.1.9.0 2021-01-21 23:15:40 +00:00
Mark Linimon
7b1d50abc2 Fix build on GCC-based systems by adding compiler:c++14-lang to USES:
CMake Error in CMakeLists.txt:
  Target "runTests" requires the language dialect "CXX14" , but CMake does
  not know the compile flags to use to enable it.

Approved by:	portmgr (tier-2 blanket)
2021-01-20 02:31:33 +00:00
Mark Linimon
2f70a05762 Add compiler:c++11-lang to USES to fix build on GCC-based systems:
CMake Error in CMakeLists.txt:
  Target "rampler" requires the language dialect "CXX11" , but CMake does not
  know the compile flags to use to enable it.

Approved by:	portmgr (tier-2 blanket)
2021-01-20 02:30:13 +00:00
Yuri Victorovich
dcbbedf21e biology/bioparser: Cosmetic changes 2021-01-19 09:56:15 +00:00
Yuri Victorovich
3f71b2e05d New port: biology/rampler: Standalone module for sampling genomic sequences 2021-01-19 09:49:53 +00:00
Yuri Victorovich
14a3d5e688 New port: biology/edlib: Fast C++ library for sequence alignment using edit distance 2021-01-19 09:41:54 +00:00
Yuri Victorovich
1446cc829c New port: biology/spoa: C++ implementation of the partial order alignment (POA) algorithm 2021-01-19 09:28:00 +00:00
Yuri Victorovich
f579f97eec New port: biology/biosoup: Collection of C++ header-only data structures for bioinformatics 2021-01-19 09:01:41 +00:00
Yuri Victorovich
352da80b91 New port: biology/bioparser: C++ header only parsing library for several formats in bioinformatics 2021-01-19 07:56:49 +00:00
Mark Linimon
c9edd6a5af Mark BROKEN on riscv64 the same as on aarch64.
While here, pet portlint (Makevar order).

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com build testing
2021-01-19 02:29:16 +00:00
Mark Linimon
58d53fb823 Mark BROKEN on riscv64 the same as armv*:
# make[2]: cannot open makefile..

Note the filname reported is "Makefile." (e.g. probably empty suffix).

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com build testing
2021-01-19 02:26:53 +00:00
Piotr Kubaj
652059e7b0 biology/vsearch: enable on powerpc64le 2021-01-16 17:51:56 +00:00
Joseph Mingrone
3d9e4abbe0 biology/hyphy: Update to version 2.5.26
https://github.com/veg/hyphy/releases/tag/2.5.26
2021-01-15 20:09:29 +00:00
Jason W. Bacon
d0029e3e01 biology/haplohseq: Restrict to python3
Also remove extraneous @dir from plist

Reported by:    rene
2021-01-15 00:08:06 +00:00
Antoine Brodin
29a9d959e5 Hook haplohseq to the build 2021-01-14 21:44:50 +00:00
Jason W. Bacon
eb0d9154a7 biology/haplohseq: Resurrect and fix python2 dependency
Move upstream to Github fork
2021-01-14 15:51:19 +00:00
Danilo G. Baio
b53abbd839 Remove PY_SPHINX from ports using Python 3
Approved by:	 portmgr blanket
Differential Revision:	https://reviews.freebsd.org/D28093
2021-01-14 14:34:38 +00:00
Joseph Mingrone
ed900cd58f biology/iqtree: Remove USES=compiler:openmp, fix amd64 clang++ build
- USES=compiler:openmp still forces building with GCC.  This is no longer
  necessary on tier 1 platforms, which have openmp in base.

- Mark broken on i386, because base clang doesn't have 64 bit atomic
  functions for i386 (see bug 230888).

PR:		247753, 252379
Submitted by:	cmt (based on)
2021-01-12 18:12:12 +00:00
Joseph Mingrone
56dac58885 biology/hyphy: Remove USES=compiler:openmp
USES=compiler:openmp still forces building with GCC.  This is no longer
necessary on tier 1 platforms, which have openmp in the base system.

PR:		247753, 252379
2021-01-11 17:54:42 +00:00
Jason W. Bacon
d139fe0bb6 biology/star: Drop dependency on gcc
Replace compiler:openmp with compiler:c++11-lang and localbase

PR:             port/247753, ports/252379
2021-01-11 17:39:52 +00:00
Jason W. Bacon
bced63b1b3 biology/stacks: Drop dependency on gcc
Replace compiler:openmp with compiler:c++11-lang and localbase
Set USE_GCC for i386 to work around limitations in clang atomic (PR 230888)

PR:             port/247753, ports/252379
2021-01-11 17:27:30 +00:00
Jason W. Bacon
ef66586163 biology/ncbi-blast+: Drop dependency on gcc
Replace compiler:openmp with compiler:c++14-lang
Clang build also requires localbase:ldflags and a source patch to explicitly
set variables to shared
GCC-based platforms still require -latomic

PR:             port/247753, ports/252379
2021-01-11 17:17:35 +00:00
Jason W. Bacon
426575b829 biology/gcta: Drop dependency on gcc
Replace compiler:openmp with compiler:c++11-lang
Clang build also requires localbase:ldflags
Build tested on amd64, i386 and powerpc64 12.x-RELEASE

PR:             port/247753, ports/252379
2021-01-11 17:09:37 +00:00
Jason W. Bacon
e1d8f0f9ca biology/fasttree: Drop dependency on gcc
Simply remove compiler:openmp
Builds with base compiler on amd64, i386, and powerpc64 12.x-RELEASE

PR:             port/247753, ports/252379
2021-01-11 16:58:13 +00:00
Jason W. Bacon
f5e841741a biology/cd-hit: Drop dependency on gcc
Simply remove compiler:openmp
Builds with base compiler on amd64, i386, and powerpc64

PR:             port/247753, ports/252379
2021-01-11 16:55:15 +00:00
Jason W. Bacon
1348c56403 biology/canu: Drop dependency on gcc
Replace compiler:openmp with compiler:c++11-lang and localbase

PR:             port/247753, ports/252379
2021-01-11 16:51:15 +00:00
Joseph Mingrone
006187bc28 biology/py-biom-format: Update to version 2.1.10
https://github.com/biocore/biom-format/releases/tag/2.1.10
2021-01-11 05:28:11 +00:00
Joseph Mingrone
959aa35d1a biology/hyphy: Update to version 2.5.25
https://github.com/veg/hyphy/releases/tag/2.5.25
2021-01-11 02:51:29 +00:00
Jason W. Bacon
2a7a94c304 biology/pooler: Upgrade to 1.76
Fixes race condition for make jobs in upstream Makefile

PR:             252352
Submitted by:   silas-freebsd@flatline.org.uk
2021-01-08 22:44:13 +00:00
Jason W. Bacon
ad36c9cb17 biology/gemma: Upgrade to 0.98.3
Minor bug fixes and enhancements

Reported by:    portscout
2021-01-02 22:05:58 +00:00
Mark Linimon
f2fbf5a1ed For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN.

While here, pet portlint (Makevar order).

Approved by:	portmgr (tier-2 blanket)
2021-01-02 01:46:08 +00:00
Alexey Dokuchaev
8f46816990 - Update Unipro UGENE port to version 37.0
- Drop no longer used WebEngine dependencies
- Force SSE2 on i386 (required for the build)
- Chase HTTP 301 redirection in the WWW line
2020-12-31 13:43:09 +00:00
Antoine Brodin
aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00
Greg Lewis
05e1cc8a0a Restrict to Java 8, since this doesn't compile with Java 11
PR:			251774
2020-12-26 23:01:20 +00:00
Antoine Brodin
14be7bd191 scipy 1.5.4 is only compatible with python 3.6+
Reported by:	pkg-fallout
2020-12-24 09:03:39 +00:00
Joseph Mingrone
a2869b87e2 biology/hyphy: Update to version 2.5.24
https://github.com/veg/hyphy/releases/tag/2.5.24
2020-12-20 20:21:52 +00:00
Joseph Mingrone
8d1a5bb642 biology/diamond: Update to version 2.0.6
https://github.com/bbuchfink/diamond/releases/tag/v2.0.6
2020-12-20 20:21:41 +00:00
Sunpoet Po-Chuan Hsieh
6b24a39b63 Set CMAKE options explicitly 2020-12-20 15:23:50 +00:00
Sunpoet Po-Chuan Hsieh
cf864357a8 Add EXPAT, LIBXML and XERCES options
It allows choosing XML parser library.
2020-12-19 20:05:55 +00:00
Yuri Victorovich
1e9c3897fb biology/ngs-sdk: Update 2.10.5 -> 2.10.9
Reported by:	portscout
2020-12-17 20:12:12 +00:00
Yuri Victorovich
426f00c49a biology/py-pyfaidx: Update 0.5.9.1 -> 0.5.9.2
Reported by:	portscout
2020-12-17 02:40:59 +00:00
Loïc Bartoletti
ecb5b21c9e Update PyQt5 to 5.15.2, sip to 5.5.0, py-qtbuilder to 1.6.0 and py-qt5-sip to 12.8.1
PR:		251764
Exp-run by: antoine
2020-12-15 17:56:00 +00:00
Thierry Thomas
0b5864f66c - Upgrade math/eigen3 to 3.3.8;
- Add some dependencies which might be detected by Find_Package but not registered;

- Bump PORTREVISION of consumers.

PR:		250833
Submitted by:	/me
Approved by:	tcberner@ (KDE / maintainer) + exp-run
2020-12-12 17:04:37 +00:00
Sunpoet Po-Chuan Hsieh
1b255e1ef8 Update to 5.19.0
Changes:	https://github.com/sbmlteam/libsbml/releases
2020-12-10 21:30:19 +00:00
Loïc Bartoletti
47b26d9293 Update Qt/PySide2 to 5.15.2 / PyQt to 5.15.1 / SIP to 5.4.0
This commit combines several updates.

- Update Qt to 5.12.2
- Update PyQt to 5.15.1
- Since PySide 5.15.1 is broken with Qt 5.15.2, so PySide and Shiboken are also updated to 5.15.2.
- Update sip to 5.4.0

SIP is a collection of tools  to create Python bindings for C and C++ libraries and used by PyQt and wxPython. There are some changes with sip5 [1]:
- python 3.5+ is required
- sip drops support of old deprecated methods as sipdistutils & cie.
- this version breaks also PyQt5 extension ABI. SIP files will be installed in ${PYTHON_SITELIBDIR}/PyQt${_PYQT_VERSION}/bindings
- some ports will use the new pyqtbuilder package with the pyproject.toml setup. Instead if the project have a setup.py, you should use sip-build to build it.
- if a port needs sip, it should also needs pysip. BTW, py-qt5-core requires pysip, so that should be enough for PyQt packages.

List of ports impacted by this change. Most of the patches have been integrated or are in the process of being integrated upstream:

- devel/libsavitar
- graphics/py-python-poppler-qt5
- net-im/scudcloud
- net/libarcus
- print/py-frescobaldi
- science/py-veusz
- graphics/qgis and graphics/qgis-ltr
- deskutils/calibre

A special note regarding calibre. New versions require sip>=5, we update it to the latest version (thanks to madpilot@)

science/scidavis will remove the PyQt binding soon and there is no patch planned, so we remove the python option (ok makc@)

While here, convert some ports to USE_PYQT (cad/cura, cad/uranium, devel/eric6, ...)

Thanks to tcberner and adridg!

[1] https://www.riverbankcomputing.com/static/Docs/sip/

PR:                250853
Exp-run by:        antoine
2020-12-08 20:03:07 +00:00
Yuri Victorovich
d47e2761a4 biology/viennarna: Update 2.4.16 -> 2.4.17 2020-12-06 20:14:53 +00:00
Joseph Mingrone
273b0bb5c1 biology/diamond: Update to version 2.0.5
https://github.com/bbuchfink/diamond/releases/tag/v2.0.5
2020-12-01 22:27:24 +00:00
Yuri Victorovich
46be868baa biology/igv: Fix fetch by fixing a small left-over mistake
PR:		250980
Reported by:	jwb
2020-11-30 17:29:48 +00:00
Yuri Victorovich
24ab3a884b biology/igv: 2.5.3 -> 2.8.13
PR:		250980
2020-11-30 01:06:37 +00:00
Piotr Kubaj
29410b915b biology/tabixpp: fix build on GCC architectures
c++ -O2 -pipe -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing  -isystem /usr/local/include  -fPIC -c tabix.cpp -Ihtslib
In file included from /usr/local/include/htslib/hts.h:37,
                 from /usr/local/include/htslib/tbx.h:30,
                 from tabix.hpp:5,
                 from tabix.cpp:1:
/usr/local/include/htslib/kstring.h: In function 'int ks_resize(kstring_t*, size_t)':
/usr/local/include/htslib/kstring.h:149: error: 'SIZE_MAX' was not declared in this scope
tabix.cpp: In constructor 'Tabix::Tabix(std::string&)':
tabix.cpp:15: warning: 'bgzf_is_bgzf' is deprecated (declared at /usr/local/include/htslib/bgzf.h:263)
tabix.cpp:15: warning: 'bgzf_is_bgzf' is deprecated (declared at /usr/local/include/htslib/bgzf.h:263)
2020-11-23 16:13:15 +00:00
Adam Weinberger
db15051ca5 Add education virtual category
PR:		248402
Submitted by:	PauAmma
2020-11-20 07:16:06 +00:00
Joseph Mingrone
acaba2fd81 biology/hyphy: Update to version 2.5.23
Upstream changes: https://github.com/veg/hyphy/releases/tag/2.5.23
2020-11-19 10:53:55 +00:00
Joseph Mingrone
9764ff1c09 biology/hyphy: Update to version 2.5.22
Upstream changes: https://github.com/veg/hyphy/releases/tag/2.5.22hf
2020-11-18 10:54:03 +00:00
Jason W. Bacon
2394925fbc biology/ncbi-blast+: Upgrade to 2.11.0
A few bug fixes and performance improvements since 2.10.0
Also overcomes GCC 10 build issues

PR:             ports/246700
Reported by:    linimon
2020-11-16 18:25:03 +00:00
Yuri Victorovich
03f06f3f48 biology/py-pysam: Update 0.16.0 -> 0.16.0.1 2020-11-15 19:26:37 +00:00
Jason W. Bacon
018d7f39c9 biology/pooler: Optimise DNA sequencing primer-set combinations
Optimise combinations of primers and minimise the formation of dimers in
multiplexed PCR.

Primer Pooler can:

* Check through each proposed pool for combinations that are likely to form
  dimers

* Automatically move prospective amplicons between proposed pools to reduce
  dimer formation

* Automatically search the genome sequence to find which amplicons overlap, and
  place their corresponding primers in separate pools

* Optionally keep pool sizes within a specified range

* Handle thousands of primers without being slow (useful for high-throughput
  sequencing applications)

* Do all of the above with degenerate primers too.

WWW: http://ssb22.user.srcf.net/pooler/

PR:             ports/251065
Submitted by:   Silas S. Brown <silas-freebsd@flatline.org.uk>
2020-11-15 18:50:17 +00:00
Yuri Victorovich
ab28e1a45e biology/viennarna: Update 2.4.15 -> 2.4.16 2020-11-11 23:27:38 +00:00
Yuri Victorovich
b669f2116e biology/py-xenaPython: Update 1.0.10 -> 1.0.14 2020-11-11 05:27:43 +00:00
Jason W. Bacon
899ed588d9 biology/vt: Fix build with htslib 1.11
Reported by:    fallout
2020-11-09 00:35:58 +00:00
Jason W. Bacon
1b81e82619 biology/gcta: Switch eigen3 dep to USES framework
PR:             ports/250949
Reported by:    lbartoletti
2020-11-08 14:31:00 +00:00
Jason W. Bacon
07edabadbe biology/bowtie2: Upgrade to 2.4.2
Minor bug fix release

Reported by:    portscout
2020-11-07 13:47:41 +00:00
Jason W. Bacon
b0ab3ea009 biology/bcftools: Upgrade to 1.11
Numerous new features, bug fixes and performance enhancements
https://github.com/samtools/bcftools/releases/tag/1.11

Reported by:    portscout
2020-11-05 20:34:03 +00:00
Jason W. Bacon
025ca27d46 biology/samtools: Upgrade to 1.11
Numerous new features, bug fixes and performance enhancements
https://github.com/samtools/samtools/releases/tag/1.11

Reported by:    portscout
2020-11-05 20:32:39 +00:00
Jason W. Bacon
6fd02632f0 biology/htslib: Upgrade to 1.11.0
Numerous bug fixes, new features and performance improvements since 1.10
https://github.com/samtools/htslib/releases/tag/1.11

Reported by:    portscout
2020-11-05 20:30:50 +00:00
Joseph Mingrone
c0b2681b80 biology/hyphy: Update to version 2.5.21 2020-10-30 14:05:47 +00:00
Piotr Kubaj
4c1ed61171 biology/mummer: fix build on powerpc64 elfv2 and powerpc64le
Error:
src/tigr/postnuc.cc:174:37: error: non-constant-expression cannot be narrowed from type 'signed char' to 'char' in initializer list [-Wc++11-narrowing]
        Alignments.push_back({ *Mp, CurrCp->dirB } );

Since it may also fix runtime issues on powerpc64 elfv1, bump PORTREVISION.
2020-10-25 23:03:14 +00:00
Piotr Kubaj
1fd667b477 biology/mothur: fix build on powerpc64le
New PPC hardware usually uses little-endian systems. Let __BIG_ENDIAN__ and __LITTLE_ENDIAN__ define endianness.
2020-10-19 10:30:11 +00:00
Joseph Mingrone
9c9a2cecb6 biology/hyphy: Update to version 2.5.20 2020-10-16 23:43:17 +00:00
Jason W. Bacon
92ede5b056 biology/py-biopython: Upgrade to 1.78
Eliminates Bio.Alphabet
Other minor improvements

PR:             ports/250324
Submitted by:   Mauricio Herrera Cuadra
2020-10-16 19:12:43 +00:00
Joseph Mingrone
520d533f8b biology/hyphy: Update to version 2.5.19
Upstream changes: https://github.com/veg/hyphy/releases/tag/2.5.19
2020-10-13 01:05:45 +00:00
Piotr Kubaj
d471265e28 biology/gmap: enable on powerpc64le
Doesn't build on powerpc64 due to missing big-endian code variants, but builds on powerpc64le.
2020-10-09 13:23:12 +00:00
Loïc Bartoletti
2933bb22c3 Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5
- Use pypi for PYQT [1]
- Add devel/py-qt5-sip (Don't use it for now. It will be used in future updates of PyQt with py-sip >= 5)
- Add missing py-qt5 ports: comms/py-qt5-sensors, devel/py-qt5-location, devel/py-qt5-remoteobjects, net/py-qt5-networkauth
- Strip libs
- Refactor *_PATH and *_PORT parts

[1] RiverBankComputing doesn't offer links to download latest version of some ports

PR:		247369
Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D25749
Exp-run by:	antoine
2020-10-05 15:50:03 +00:00
Sunpoet Po-Chuan Hsieh
4453cd341c Convert REINPLACE_CMD to patch file 2020-09-29 18:23:04 +00:00
Sunpoet Po-Chuan Hsieh
7d33b22118 Update PYTHON option to use Python 3 2020-09-27 19:30:20 +00:00
Mark Linimon
56ba7b05c4 Allow building on powerpc64le.
Approved by:	portmgr (tier-2 blanket)
2020-09-27 07:44:15 +00:00
Mark Linimon
694ca2a5d8 Canonicalize powerpc64le CXXFLAGS to be the same as powerpc64.
Approved by:	portmgr (tier-2 blanket)
2020-09-27 07:41:33 +00:00
Yuri Victorovich
8e7137a413 biology/abyss: Update 2.2.4 -> 2.2.5
Reported by:	portscout
2020-09-27 06:59:05 +00:00
Yuri Victorovich
655b66b2e4 biology/ncbi-cxx-toolkit: Fix build on 13
Reported by:	fallout
2020-09-27 04:57:44 +00:00
Joseph Mingrone
7f9181e95c biology/py-biom-format: Fix fetch and relax scipy requirement
- The broken fetch was due to a commit error.

- The relaxing of the scipy constraint is temporary until scipy can be
  updated.
2020-09-26 09:10:37 +00:00
Yuri Victorovich
9ea8f6721b biology/ncbi-cxx-toolkit: Update 21.0.0 -> 22.0.0 2020-09-25 06:57:43 +00:00
Joseph Mingrone
fd1ca09f9f biology/py-biom-format: Update to version 2.1.8
Upstream changes:
https://github.com/biocore/biom-format/releases/tag/2.1.8
2020-09-25 01:03:03 +00:00
Yuri Victorovich
9c49891589 biology/py-scikit-bio: Fix build on the i386 architecture
Reported by:	fallout
MFH:		2020Q3
2020-09-24 23:16:26 +00:00
Mark Linimon
7b6fb490d7 Also enable on powerpc64le.
Approved by:	portmgr (tier-2 blanket)
2020-09-24 20:38:59 +00:00
Mark Linimon
fbf95f4a64 Also enable on powerpc64le.
Approved by:	portmgr (tier-2 blanket)
2020-09-24 20:29:35 +00:00
Joseph Mingrone
f244f722da biology/py-biom-format: Restore in preparation for an update to v2.1.8
Version 2.1.8 supports python 3
2020-09-24 19:31:43 +00:00
Jason W. Bacon
12d8a81d51 biology/gmap: Upgrade to 2020.09.12
First upgrade in 5 years, so numerous improvements
Unsure if powerpc is still supported upstream
Code mentions power8, but does not build on my Mac G5
2020-09-22 00:55:39 +00:00
Stefan Eßer
136b2d0c4c Fix build with -fno-common 2020-09-21 18:14:57 +00:00
Antoine Brodin
9e6683e879 Unbreak bulk -a 2020-09-19 14:15:42 +00:00
Rene Ladan
b2e5755eb8 Remove expired ports:
2020-09-15 audio/abraca: Uses deprecated version of python
2020-09-15 audio/ardour5: Uses deprecated version of python
2020-09-15 audio/cplay: Uses deprecated version of python
2020-09-15 audio/cpp-xmms2: Uses deprecated version of python
2020-09-15 audio/p5-xmms2: Uses deprecated version of python
2020-09-15 biology/haplohseq: Uses deprecated version of python
2020-09-15 biology/tophat: Uses deprecated version of python
2020-09-15 chinese/ibus-array: Uses deprecated version of python
2020-09-15 comms/congruity: Uses deprecated version of python
2020-09-15 comms/libbtbb: Uses deprecated version of python
2020-09-15 comms/quisk: Uses deprecated version of python
2020-09-15 databases/mtools-mongodb: Uses deprecated version of python
2020-09-15 databases/mydbf2mysql: Uses deprecated version of python
2020-09-15 databases/ntdb: Uses deprecated version of python
2020-09-15 databases/pgloader: Uses deprecated version of python
2020-09-15 databases/pgtune: Uses deprecated version of python
2020-09-15 databases/postgresql-libpqxx3: Uses deprecated version of python
2020-09-15 databases/postgresql-libpqxx4: Uses deprecated version of python
2020-09-15 databases/py-sqlite3dbm: Uses deprecated version of python
2020-09-15 databases/pydbx: Uses deprecated version of python
2020-09-15 databases/pyspatialite: Uses deprecated version of python
2020-09-15 deskutils/ljcharm: Uses deprecated version of python
2020-09-15 deskutils/mat: Uses deprecated version of python
2020-09-15 devel/aap: Uses deprecated version of python
2020-09-15 devel/apr2: Uses deprecated version of python
2020-09-15 devel/bbfreeze-loader: Uses deprecated version of python
2020-09-15 devel/bicyclerepair: Uses deprecated version of python
2020-09-15 devel/bzrtools: Uses deprecated version of python
2020-09-15 devel/codeville: Uses deprecated version of python
2020-09-15 devel/cvs2svn: Uses deprecated version of python
2020-09-15 devel/cx_Freeze: Uses deprecated version of python
2020-09-15 devel/euca2ools: Uses deprecated version of python
2020-09-15 devel/evolution-gconf-tools: Uses deprecated version of python
2020-09-15 devel/git-bzr-ng: Uses deprecated version of python
2020-09-15 devel/git-cvs: Uses deprecated version of python
2020-09-15 devel/git-remote-hg: Uses deprecated version of python
2020-09-15 devel/grumpy: Uses deprecated version of python
2020-09-15 devel/hg-git: Uses deprecated version of python
2020-09-15 devel/libnxt: Uses deprecated version of python
2020-09-15 devel/libredblack: Uses deprecated version of python
2020-09-15 devel/llvm-cheri: Uses deprecated version of python
2020-09-15 devel/phpsh: Uses deprecated version of python
2020-09-15 devel/py-backports.shutil_which: Uses deprecated version of python
2020-09-15 devel/py-notify: Uses deprecated version of python
2020-09-15 devel/py-pybloomfiltermmap: Uses deprecated version of python
2020-09-15 devel/py-qserve: Uses deprecated version of python
2020-09-15 devel/py-subvertpy: Uses deprecated version of python
2020-09-15 devel/py_static_check: Uses deprecated version of python
2020-09-15 devel/pyst: Uses deprecated version of python
2020-09-15 devel/runsnakerun: Uses deprecated version of python
2020-09-15 devel/tailor: Uses deprecated version of python
2020-09-15 devel/uatraits: Uses deprecated version of python
2020-09-15 dns/nsec3walker: Uses deprecated version of python
2020-09-15 dns/sshfp: Uses deprecated version of python
2020-09-15 editors/medit: Uses deprecated version of python
2020-09-15 emulators/dynagen: Uses deprecated version of python
2020-09-15 emulators/wxmupen64plus: Uses deprecated version of python
2020-09-15 games/diameter: Uses deprecated version of python
2020-09-15 games/kiki: Uses deprecated version of python
2020-09-15 games/lightyears: Uses deprecated version of python
2020-09-15 games/outerspace: Uses deprecated version of python
2020-09-15 games/pachi-game-engine: Uses deprecated version of python
2020-09-15 graphics/caffe: Uses deprecated version of python
2020-09-15 graphics/cloudcompare: Uses deprecated version of python
2020-09-15 graphics/kudu: Uses deprecated version of python
2020-09-15 graphics/pecomato: Uses deprecated version of python
2020-09-15 graphics/py-editobj: Uses deprecated version of python
2020-09-15 graphics/py-mayavi: Uses deprecated version of python
2020-09-15 graphics/pymorph: Uses deprecated version of python
2020-09-15 graphics/tilecache: Uses deprecated version of python
2020-09-15 graphics/uniconvertor: Uses deprecated version of python
2020-09-15 japanese/mailman: Uses deprecated version of python
2020-09-15 java/eclipse-pydev: Uses deprecated version of python
2020-09-15 lang/cdent: Uses deprecated version of python
2020-09-15 lang/julia06: Uses deprecated version of python
2020-09-15 lang/julia07: Uses deprecated version of python
2020-09-15 lang/julia11: Uses deprecated version of python
2020-09-15 lang/tinypy: Uses deprecated version of python
2020-09-15 mail/cleanup-maildir: Uses deprecated version of python
2020-09-15 mail/courier-pythonfilter: Uses deprecated version of python
2020-09-15 mail/getmail: Uses deprecated version of python
2020-09-15 mail/muttils: Uses deprecated version of python
2020-09-15 mail/nohtml: Uses deprecated version of python
2020-09-15 mail/offlineimap: Uses deprecated version of python
2020-09-15 mail/openemm2015: Uses deprecated version of python
2020-09-15 math/blitz++: Uses deprecated version of python
2020-09-15 math/openfst: Uses deprecated version of python
2020-09-15 math/py-fpconst: Uses deprecated version of python
2020-09-15 misc/hb: Uses deprecated version of python
2020-09-15 misc/mtail: Uses deprecated version of python
2020-09-15 misc/wotsap: Uses deprecated version of python
2020-09-15 multimedia/freevo: Uses deprecated version of python
2020-09-15 multimedia/quodlibet: Uses deprecated version of python
2020-09-15 multimedia/tovid: Uses deprecated version of python
2020-09-15 net/ceph13: Uses deprecated version of python
2020-09-15 net/cloud-init-azure: Uses deprecated version of python
2020-09-15 net/exabgp: Uses deprecated version of python
2020-09-15 net/exaddos: Uses deprecated version of python
2020-09-15 net/fb: Uses deprecated version of python
2020-09-15 net/flent: Uses deprecated version of python
2020-09-15 net/flowgrep: Uses deprecated version of python
2020-09-15 net/googlecl: Uses deprecated version of python
2020-09-15 net/mininet: Uses deprecated version of python
2020-09-15 net/nfs-ganesha: Uses deprecated version of python
2020-09-15 net/opensips: Uses deprecated version of python
2020-09-15 net/py-python-ntlm: Uses deprecated version of python
2020-09-15 net/splatd: Uses deprecated version of python
2020-09-15 net-im/centerim-devel: Uses deprecated version of python
2020-09-15 net-im/fugu: Uses deprecated version of python
2020-09-15 net-im/proxy65: Uses deprecated version of python
2020-09-15 net-mgmt/crmsh: Uses deprecated version of python
2020-09-15 net-mgmt/librenms-agent: Uses deprecated version of python
2020-09-15 net-p2p/couchpotato: Uses deprecated version of python
2020-09-15 news/rawdog: Uses deprecated version of python
2020-09-15 ports-mgmt/portell: Uses deprecated version of python
2020-09-15 print/biblio-py: Uses deprecated version of python
2020-09-15 science/brian: Uses deprecated version of python
2020-09-15 science/paraview: Uses deprecated version of python
2020-09-15 security/arm: Uses deprecated version of python
2020-09-15 security/ismtp: Uses deprecated version of python
2020-09-15 security/py-halberd: Uses deprecated version of python
2020-09-15 security/switzerland: Uses deprecated version of python
2020-09-15 security/tsshbatch: Uses deprecated version of python
2020-09-15 shells/lshell: Uses deprecated version of python
2020-09-15 sysutils/abck: Uses deprecated version of python
2020-09-15 sysutils/condor: Uses deprecated version of python
2020-09-15 sysutils/farbot: Uses deprecated version of python
2020-09-15 sysutils/fusefs-wikipediafs: Uses deprecated version of python
2020-09-15 sysutils/heartbeat: Uses deprecated version of python
2020-09-15 sysutils/isomd5sum: Uses deprecated version of python
2020-09-15 sysutils/py-stdiff: Uses deprecated version of python
2020-09-15 sysutils/tren: Uses deprecated version of python
2020-09-15 textproc/doclifter: Uses deprecated version of python
2020-09-15 textproc/ibus-el: Uses deprecated version of python
2020-09-15 textproc/p5-WWW-Google-SiteMap: Deprecated upstream, see textproc/p5-Search-Sitemap
2020-09-15 textproc/plover: Uses deprecated version of python
2020-09-15 textproc/py-esmre: Uses deprecated version of python
2020-09-15 textproc/py-libxslt: Uses deprecated version of python
2020-09-15 textproc/py-pdfminer: Uses deprecated version of python
2020-09-15 textproc/translate-toolkit: Uses deprecated version of python
2020-09-15 www/bluefish: Uses deprecated version of python
2020-09-15 www/calendarserver: Uses deprecated version of python
2020-09-15 www/geeknote: Uses deprecated version of python
2020-09-15 www/go-appengine-sdk: Uses deprecated version of python
2020-09-15 www/google-appengine: Uses deprecated version of python
2020-09-15 www/libhpack: Uses deprecated version of python
2020-09-15 www/mkapachepw: Uses deprecated version of python
2020-09-15 www/mod_pagespeed: Uses deprecated version of python
2020-09-15 www/mod_python35: Uses deprecated version of python
2020-09-15 www/py-qp: Uses deprecated version of python
2020-09-15 www/py-url: Uses deprecated version of python
2020-09-15 www/pyblosxom: Uses deprecated version of python
2020-09-15 www/pyjamas: Uses deprecated version of python
2020-09-15 www/roundup: Uses deprecated version of python
2020-09-15 www/varnish-libvmod-awsrest: Uses deprecated version of python
2020-09-15 www/waccess: Uses deprecated version of python
2020-09-15 www/wadcomblog: Uses deprecated version of python
2020-09-15 www/webcheck: Uses deprecated version of python
2020-09-15 www/woof: Uses deprecated version of python
2020-09-15 x11-drivers/xf86-video-qxl: uses deprecated version of python
2020-09-15 x11-fm/twander: Uses deprecated version of python
2020-09-15 x11-wm/compizconfig-python: Uses deprecated version of python
2020-09-15 x11-wm/fvwm-crystal: Uses deprecated version of python
2020-09-19 13:01:00 +00:00
Jason W. Bacon
57b67ec18e biology/subread: Add -fcommon for clang 11
Reported by:    pkg-fallout
2020-09-18 00:57:35 +00:00
Jason W. Bacon
719076a220 biology/canu: Upgrade to 2.1
Numerous functional improvements for ease of use and output quality
A few bug fixes

Reported by:    portscout
2020-09-14 22:27:37 +00:00
Yuri Victorovich
b0453c9897 biology/py-pyfaidx: Update 0.5.5.2 -> 0.5.9.1 2020-09-13 19:05:30 +00:00
Yuri Victorovich
f99bcb9c0e biology/gatk: Fix build
For some reason the -deps archive had a wrong size, perhaps because it was regenerated and not uploaded.
-deps was generated by me.
Updating distinfo.

Reported by:	fallout
2020-09-08 19:25:36 +00:00
Yuri Victorovich
b82fb7ff7d biology/viennarna: Update 2.4.14 -> 2.4.15 2020-09-07 21:49:07 +00:00
Yuri Victorovich
2353dc4187 biology/gatk: Update 4.1.8.0 -> 4.1.8.1 2020-09-06 02:16:44 +00:00
Fernando Apesteguía
0add9fcff9 biology/mapm3: Reformat patches.
Make them compliant with the expected format.
2020-09-04 12:24:23 +00:00
Fernando Apesteguía
64680c4bd0 biology/mapm3: Fix build with llvm11, gcc10
Another instance of -fno-common issue.

While here:

 * strip executables
 * add license

PR:	249077
Submitted by:	tphilipp@potion-studios.com (maintainer)
MFH:	2020Q3 (build fix, -fno-common)
2020-09-04 11:28:24 +00:00
Joseph Mingrone
3a2ec6d491 biology/hyphy: Update to version 2.5.18 and add AVX option
The AVX option is off by default, because hyphy will crash on systems
without advanced vector extensions support.
2020-09-02 17:47:10 +00:00
Yuri Victorovich
d50977910e biology/py-ete3: Update 3.1.1 -> 3.1.2
Reported by:	portscout
2020-09-02 03:54:04 +00:00
Joseph Mingrone
bc66849a97 biology/diamond: Update to version 2.0.4
Upstream changes:
https://github.com/bbuchfink/diamond/releases/tag/v2.0.3
https://github.com/bbuchfink/diamond/releases/tag/v2.0.4

Port changes:
Remove a patch that was upstreamed:
https://github.com/bbuchfink/diamond/pull/378
2020-08-30 16:14:22 +00:00
Jason W. Bacon
6ded3faed8 biology/picard-tools: Remove extraneous file
Reported by:    Roman Bogorodskiy
2020-08-30 14:06:54 +00:00
Niclas Zeising
a1b290c54d Extend expiration of ports broken with -fno-common
Extend the expiration of unmaintained leaf ports that are broken with
-fno-common and previously had a short expiration date.  The new date is set
to 2021-04-01, meaning the ports will be in the 2021Q2 branch, giving people
until 2021-06-30 (10 months from now) to fix issues.
Improve the wording of the deprecation message, mentioning both llvm 11 and
-fno-common.
Bump portrevision to force reinstall.  This way the warning message about
deprecation will be displayed to users installing or reinstalling the
software.

MFH:		2020Q3 (maybe)
2020-08-30 09:47:49 +00:00
Roman Bogorodskiy
8ccd925b80 Chase security/p11-kit update
After switch to meson libp11-kit.so no longer has symbols
in the LIBP11_KIT_1.0 namespace. As a workaround, bump
PORTREVISION of consumers to get those rebuilt.

See more details in the comments of the linked PR.

PR:		248819
Reported by:	John Hein
2020-08-30 03:10:23 +00:00
Tobias C. Berner
84824b9b09 biology/: Fix build with clang11 and deprecate ports@ ports 2020-08-29 08:34:51 +00:00
Tobias C. Berner
159fcd4b30 biology/phyml: fix build on recent current
mostly backport of:
	3574fb82d5

Obtained from:	3574fb82d5
2020-08-29 08:34:27 +00:00
Tobias C. Berner
7f618356c8 biology/cufflinks: fix build on recent current 2020-08-28 18:24:04 +00:00
Tobias C. Berner
6b8c279e7b biology/bwa: fix build on recent current
Obtained from:	2a1ae7b6f3
2020-08-28 11:17:13 +00:00
Rene Ladan
09df8f4601 Remove expired ports:
2020-08-26 audio/timidity++-tcltk: Broken for more than 6 months
2020-08-26 biology/pbcopper: Broken for more than 6 months
2020-08-26 devel/ace: Broken for more than 6 months
2020-08-26 devel/bin86: Broken for more than 6 months
2020-08-26 devel/erlang-oserl: Broken for more than 6 months
2020-08-20 emulators/qemu40: Please consider using qemu or qemu41
2020-08-26 games/linux-darwinia-demo: Broken for more than 6 months
2020-08-26 games/linux-defcon: Broken for more than 6 months
2020-08-26 games/linux-uplink-demo: Broken for more than 6 months
2020-08-26 games/xevil: Broken for more than 6 months
2020-08-26 games/xminesweep: Broken for more than 6 months
2020-08-26 graphics/backfract: Broken for more than 6 months
2020-08-26 japanese/kanjipad: Broken for more than 6 months
2020-08-26 japanese/xdtp: Broken for more than 6 months
2020-08-26 korean/hpscat: Broken for more than 6 months
2020-08-26 math/barvinok: Broken for more than 6 months
2020-08-26 math/openmesh: Broken for more than 6 months
2020-08-26 math/rehearse: Broken for more than 6 months
2020-08-26 net/hinfo: Broken for more than 6 months
2020-08-26 science/fleur: Broken for more than 6 months
2020-08-26 science/lm: Broken for more than 6 months
2020-08-26 security/ddos_scan: Broken for more than 6 months
2020-08-26 security/gag: Broken for more than 6 months
2020-08-26 security/py-keystone: Broken for more than 6 months
2020-08-26 sysutils/mono-kmod: mastersite disappeared, unfetchable
2020-08-26 x11-themes/gtk-cleanice-engine: Broken for more than 6 months
2020-08-26 x11-wm/aewm: Broken for more than 6 months
2020-08-27 11:25:47 +00:00
Yuri Victorovich
49bf1df227 biology/hhsuite: Update 3.2.0 -> 3.3.0
Reported by:	portscout
2020-08-27 04:28:24 +00:00
Kyle Evans
349be39472 biology/paml: fix the build with LLVM 11
LLVM 11 switched from -fcommon to -fno-common by default. This revealed a
slight misposition of names in paml.h, which caused one symbol per enum
that's not used anywhere.

The fix just moves the names back so that the enums are named that, rather
than creating new unused symbols.

Reviewed by:	zeising
Approved by:	jrm (maintainer)
MFH:		2020Q3
2020-08-20 17:07:03 +00:00
Joseph Mingrone
9c4faf08b0 biology/hyphy: Update to version 2.5.17
Upstream changes:
https://github.com/veg/hyphy/releases/tag/2.5.16
https://github.com/veg/hyphy/releases/tag/2.5.17
2020-08-20 16:15:22 +00:00
Danilo G. Baio
91987153e5 devel/ipython: Update to 7.17.0
IPython 7.17+ supports Python 3.7 and above, following NEP 29.
Update consumers to use Python >= 3.7 (avoid break bulk -a).

Changelog:	https://ipython.readthedocs.io/en/latest/whatsnew/version7.html?highlight=7.17#ipython-7-17

Approved by:	dbaio (python, maintainer)
2020-08-15 12:50:57 +00:00
Rene Ladan
b6cb229310 Remove deprecated ports:
2020-08-15 archivers/py-backports.lzma: Uses deprecated version of python
2020-08-15 archivers/py-bup: Uses deprecated version of python
2020-08-15 archivers/py-librtfcomp: Uses deprecated version of python
2020-08-15 audio/blop-lv2: Uses deprecated version of python
2020-08-15 audio/bs2b-lv2: Uses deprecated version of python
2020-08-15 audio/py-gmusicproxy: Uses deprecated version of python
2020-08-15 audio/py-karaoke: Uses deprecated version of python
2020-08-15 audio/py-openal: Uses deprecated version of python
2020-08-15 audio/py-py-jack: Uses deprecated version of python
2020-08-15 audio/py-xmms2: Uses deprecated version of python
2020-08-15 audio/triceratops-lv2: Uses deprecated version of python
2020-08-15 biology/py-biom-format: Uses deprecated version of python
2020-08-15 comms/py-bulksms: Uses deprecated version of python
2020-08-15 comms/py-gammu: Uses deprecated version of python
2020-08-15 databases/py-geoalchemy: Uses deprecated version of python
2020-08-15 databases/py-htsql-mysql: Uses deprecated version of python
2020-08-15 databases/py-htsql-pgsql: Uses deprecated version of python
2020-08-15 databases/py-mysql2pgsql: Uses deprecated version of python
2020-08-15 databases/py-oursql: Uses deprecated version of python
2020-08-15 databases/py-pyPgSQL: Uses deprecated version of python
2020-08-15 databases/py-pyhs: Uses deprecated version of python
2020-08-15 databases/py-pytc: Uses deprecated version of python
2020-08-15 databases/py-riak: Uses deprecated version of python
2020-08-15 databases/py-umemcache: Uses deprecated version of python
2020-08-15 devel/py-Breve: Uses deprecated version of python
2020-08-15 devel/py-PyODE: Uses deprecated version of python
2020-08-15 devel/py-akismet: Uses deprecated version of python
2020-08-15 devel/py-aspects: Uses deprecated version of python
2020-08-15 devel/py-backports.tempfile: Uses deprecated version of python
2020-08-15 devel/py-backports.weakref: Uses deprecated version of python
2020-08-15 devel/py-cfgparse: Uses deprecated version of python
2020-08-15 devel/py-ciphon: Uses deprecated version of python
2020-08-15 devel/py-cjson: Uses deprecated version of python
2020-08-15 devel/py-clonedigger: Uses deprecated version of python
2020-08-15 devel/py-cuisine: Uses deprecated version of python
2020-08-15 devel/py-deliciousapi: Uses deprecated version of python
2020-08-15 devel/py-dialog: Uses deprecated version of python
2020-08-15 devel/py-efl: Uses deprecated version of python
2020-08-15 devel/py-ezpyinline: Uses deprecated version of python
2020-08-15 devel/py-fsm: Uses deprecated version of python
2020-08-15 devel/py-gdbgui: Uses deprecated version of python
2020-08-15 devel/py-gearman: Uses deprecated version of python
2020-08-15 devel/py-generate: Uses deprecated version of python
2020-08-15 devel/py-geotypes: Uses deprecated version of python
2020-08-15 devel/py-gitosis: Uses deprecated version of python
2020-08-15 devel/py-google-apputils: Uses deprecated version of python
2020-08-15 devel/py-hghooks: Uses deprecated version of python
2020-08-15 devel/py-instant: Uses deprecated version of python
2020-08-15 devel/py-jcc: Uses deprecated version of python
2020-08-15 devel/py-json-py: Uses deprecated version of python
2020-08-15 devel/py-json-sempai: Uses deprecated version of python
2020-08-15 devel/py-jsonlib: Uses deprecated version of python
2020-08-15 devel/py-jsonlib2: Uses deprecated version of python
2020-08-15 devel/py-jsonrpclib: Uses deprecated version of python
2020-08-15 devel/py-kayako: Uses deprecated version of python
2020-08-15 devel/py-kid: Uses deprecated version of python
2020-08-15 devel/py-kjbuckets: Uses deprecated version of python
2020-08-15 devel/py-kqueue: Uses deprecated version of python
2020-08-15 devel/py-log4py: Uses deprecated version of python
2020-08-15 devel/py-mwlib.ext: Uses deprecated version of python
2020-08-15 devel/py-mx-experimental: Uses deprecated version of python
2020-08-15 devel/py-option_merge: Uses deprecated version of python
2020-08-15 devel/py-prioritized_methods: Uses deprecated version of python
2020-08-15 devel/py-protocols: Uses deprecated version of python
2020-08-15 devel/py-ptrace: Uses deprecated version of python
2020-08-15 devel/py-pydoop: Uses deprecated version of python
2020-08-15 devel/py-pyke: Uses deprecated version of python
2020-08-15 devel/py-pymtbl: Uses deprecated version of python
2020-08-15 devel/py-pyshapelib: Uses deprecated version of python
2020-08-15 devel/py-pytemplate: Uses deprecated version of python
2020-08-15 devel/py-python2-pythondialog: Uses deprecated version of python
2020-08-15 devel/py-pyutil: Uses deprecated version of python
2020-08-15 devel/py-pyvalid: Uses deprecated version of python
2020-08-15 devel/py-pyxml2obj: Uses deprecated version of python
2020-08-15 devel/py-qpid: Uses deprecated version of python
2020-08-15 devel/py-repoze.what-pylons: Uses deprecated version of python
2020-08-15 devel/py-repoze.who-friendlyform: Uses deprecated version of python
2020-08-15 devel/py-robotframework-ride: Uses deprecated version of python
2020-08-15 devel/py-ruamel.ordereddict: Uses deprecated version of python
2020-08-15 devel/py-sanetime: Uses deprecated version of python
2020-08-15 devel/py-selectors34: Uses deprecated version of python
2020-08-15 devel/py-sqlcc: Uses deprecated version of python
2020-08-15 devel/py-statgrab: Uses deprecated version of python
2020-08-15 devel/py-tconfpy: Uses deprecated version of python
2020-08-15 devel/py-terminable_thread: Uses deprecated version of python
2020-08-15 devel/py-trace2html: Uses deprecated version of python
2020-08-15 devel/py-tvrage: Uses deprecated version of python
2020-08-15 devel/py-tw.forms: Uses deprecated version of python
2020-08-15 devel/py-uncompyle2: Uses deprecated version of python
2020-08-15 devel/py-yum-metadata-parser: Uses deprecated version of python
2020-08-15 devel/rubygem-warden127: No longer needed
2020-08-15 dns/py-dnschain: Uses deprecated version of python
2020-08-15 dns/py-idnkit2: Uses deprecated version of python
2020-08-15 games/colobot: Uses deprecated version of python
2020-08-15 games/endgame-singularity: Uses deprecated version of python
2020-08-15 games/katawa-shoujo: Uses deprecated version of RenPy
2020-08-15 games/pyfa: Uses deprecated version of python
2020-08-15 games/renpy6: Uses deprecated version of python
2020-08-15 games/solarwolf: Uses deprecated version of python
2020-08-15 games/thudboard: Uses deprecated version of python
2020-08-15 graphics/djvusmooth: Uses deprecated version of python
2020-08-15 graphics/py-glewpy: Uses deprecated version of python
2020-08-15 graphics/py-openexr: Uses deprecated version of python
2020-08-15 graphics/py-poppler: Uses deprecated version of python
2020-08-15 graphics/py-pygooglechart: Uses deprecated version of python
2020-08-15 graphics/py-sane: Uses deprecated version of python
2020-08-15 graphics/py-stltools: Uses deprecated version of python
2020-08-15 graphics/sk1: Uses deprecated version of python
2020-08-15 japanese/py-mecab: Uses deprecated version of python
2020-08-15 japanese/py-tegaki-gtk: Uses deprecated version of python
2020-08-15 lang/py-mx-base: Uses deprecated version of python
2020-08-15 mail/mailpile: Uses deprecated version of python
2020-08-15 math/py-ffc: Uses deprecated version of python
2020-08-15 math/py-fiat: Uses deprecated version of python
2020-08-15 math/py-nzmath: Uses deprecated version of python
2020-08-15 math/py-pymc: Uses deprecated version of python
2020-08-15 math/py-ufl: Uses deprecated version of python
2020-08-15 misc/py-socli: Uses deprecated version of python
2020-08-15 misc/py-yolk: Uses deprecated version of python
2020-08-15 multimedia/py-flvlib: Uses deprecated version of python
2020-08-15 net/py-gspreadsheet: Uses deprecated version of python
2020-08-15 net/py-libnet: Uses deprecated version of python
2020-08-15 net/py-netlib: Uses deprecated version of python
2020-08-15 net/py-pynmsg: Uses deprecated version of python
2020-08-15 net/py-rainbowstream: Uses deprecated version of python
2020-08-15 net/py-wolframalpha: Uses deprecated version of python
2020-08-15 net-im/empathy: Uses deprecated version of python
2020-08-15 net-im/farsight2: Uses deprecated version of python
2020-08-15 net-im/py-xmpppy: Uses deprecated version of python
2020-08-15 net-im/telepathy-farsight: Uses deprecated version of python
2020-08-15 net-im/telepathy-python: Uses deprecated version of python
2020-08-15 net-im/telepathy-rakia: Uses deprecated version of python
2020-08-15 net-mgmt/py-pynsca: Uses deprecated version of python
2020-08-15 net-mgmt/py-yapsnmp: Uses deprecated version of python
2020-08-15 net-p2p/py-py2play: Uses deprecated version of python
2020-08-15 news/py-yenc: Uses deprecated version of python
2020-08-15 print/py-pyscript: Uses deprecated version of python
2020-08-15 print/py-stapler: Uses deprecated version of python
2020-08-15 print/py-trml2pdf: Uses deprecated version of python
2020-08-15 science/py-PyQuante: Uses deprecated version of python
2020-08-15 science/py-mlpy: Uses deprecated version of python
2020-08-15 science/py-ws2300: Uses deprecated version of python
2020-08-15 security/py-PF: Uses deprecated version of python
2020-08-15 security/py-cracklib: Uses deprecated version of python
2020-08-15 security/py-fteproxy: Uses deprecated version of python
2020-08-15 security/py-onetime: Uses deprecated version of python
2020-08-15 security/py-pydeep: Uses deprecated version of python
2020-08-15 security/py-slowaes: Uses deprecated version of python
2020-08-15 security/py-sslstrip: Uses deprecated version of python
2020-08-15 security/py-volatility: Uses deprecated version of python
2020-08-15 sysutils/py-analyzemft: Uses deprecated version of python
2020-08-15 sysutils/py-cdmi: Uses deprecated version of python
2020-08-15 sysutils/py-ezjailremote: Uses deprecated version of python
2020-08-15 sysutils/py-gmailfs-fuse: Uses deprecated version of python
2020-08-15 sysutils/py-ploy_ec2: Uses deprecated version of python
2020-08-15 sysutils/py-ploy_fabric: Uses deprecated version of python
2020-08-15 sysutils/py-scriptine: Uses deprecated version of python
2020-08-15 sysutils/py-superlance: Uses deprecated version of python
2020-08-15 textproc/py-bugzillatools: Uses deprecated version of python
2020-08-15 textproc/py-elib.intl: Uses deprecated version of python
2020-08-15 textproc/py-errorhandler: Uses deprecated version of python
2020-08-15 textproc/py-hyperestraier-python: Uses deprecated version of python
2020-08-15 textproc/py-pyes: Uses deprecated version of python
2020-08-15 textproc/py-pyhwp: Uses deprecated version of python
2020-08-15 textproc/py-sphinx_numfig: Uses deprecated version of python
2020-08-15 www/py-HTMLgen: Uses deprecated version of python
2020-08-15 www/py-albatross: Uses deprecated version of python
2020-08-15 www/py-amf: Uses deprecated version of python
2020-08-15 www/py-apachelog: Uses deprecated version of python
2020-08-15 www/py-aws-requests-auth: Uses deprecated version of python
2020-08-15 www/py-clientform: Uses deprecated version of python
2020-08-15 www/py-django-appmedia: Uses deprecated version of python
2020-08-15 www/py-django-evolution: Uses deprecated version of python
2020-08-15 www/py-fedex: Uses deprecated version of python
2020-08-15 www/py-formalchemy: Uses deprecated version of python
2020-08-15 www/py-frappe-bench: Uses deprecated version of python
2020-08-15 www/py-funkload: Uses deprecated version of python
2020-08-15 www/py-goobook: Uses deprecated version of python
2020-08-15 www/py-poster: Uses deprecated version of python
2020-08-15 www/py-pyquery: Uses deprecated version of python
2020-08-15 www/py-pysearch: Uses deprecated version of python
2020-08-15 www/py-pywebdav: Uses deprecated version of python
2020-08-15 www/py-slimmer: Uses deprecated version of python
2020-08-15 www/py-surl: Uses deprecated version of python
2020-08-15 www/py-tmdb3: Uses deprecated version of python
2020-08-15 www/py-trello: Uses deprecated version of python
2020-08-15 www/py-uliweb: Uses deprecated version of python
2020-08-15 www/py-wsgiauth: Uses deprecated version of python
2020-08-15 x11-toolkits/py-wax: Uses deprecated version of python
2020-08-15 x11-toolkits/py-wxPython-common: Uses deprecated version of python
2020-08-15 x11-toolkits/py-wxPython28-common: Uses deprecated version of python
2020-08-15 10:50:58 +00:00
Yuri Victorovich
c6113702a3 biology/graphlan: Remove the 2.7 limitation on python because it's no longer needed 2020-08-14 04:59:29 +00:00
Yuri Victorovich
152f1a83b5 biology/groopm: Remove python's 2.7 restriction placed here by mistake 2020-08-13 19:19:23 +00:00
Joseph Mingrone
c565364c26 biology/diamond: Update to version 2.0.2
Upstream changes:
https://github.com/bbuchfink/diamond/releases/tag/v2.0.1
https://github.com/bbuchfink/diamond/releases/tag/v2.0.2
2020-08-07 11:20:11 +00:00
Yuri Victorovich
1856336100 biology/py-gtfparse: Update 1.2.0 -> 1.2.1
Reported by:	portscout
2020-08-07 04:13:00 +00:00
Jason W. Bacon
7197facae5 biology/samtools: Upgrade to 1.10
Numerous bug fixes and enhancements:
https://github.com/samtools/samtools/releases/tag/1.10

Take maintainership per ports/248089

PR:             ports/248089
2020-08-03 18:22:06 +00:00
Jason W. Bacon
3d154d8bbc biology/bcftools: Upgrade to 1.10.2
Numerous bug fixes and enhancements since 1.9:
https://github.com/samtools/bcftools/tags

Take maintainership per ports/248089.

PR:             ports/248089
2020-08-03 18:16:54 +00:00
Jason W. Bacon
551f57c4e0 biology/vt: Patch to work with htslib 1.10.2
Minor API changes requiring type casts
2020-08-03 17:42:32 +00:00
Jason W. Bacon
fb3f006dcf biology/htslib: Upgrade to 1.10.2
Numerous bug fixes and enhancements since 1.9:
https://github.com/samtools/htslib/tags

Bump PORTREVISION on dependents that don't require additional patching

PR:             248089
2020-08-03 17:40:04 +00:00
Jason W. Bacon
c3b030a079 biology/kallisto: Revert to 0.46.1
0.46.2 has long-standing regressions that are not being addressed, including
a seg fault when using --genomebam.
Also revert to bundled htslib in preparation for biology/htslib upgrade
to 1.10.  Kallisto source contains modified bits of htslib 1.4.1 that are
incompatible with htslib > 1.9.
2020-08-03 15:45:21 +00:00
Joseph Mingrone
32248779ba biology/diamond: Update to version 2.0.0
Upstream changes: https://github.com/bbuchfink/diamond/releases/tag/v2.0.0
2020-07-28 02:39:00 +00:00
Antoine Brodin
37a49a023d Deprecate ports broken for more than 6 months 2020-07-26 07:32:00 +00:00
Sunpoet Po-Chuan Hsieh
c3ac2a84a9 Update to 2.0.1
Changes:	https://github.com/bioruby/bioruby/blob/master/RELEASE_NOTES.rdoc
2020-07-24 07:49:43 +00:00
Sunpoet Po-Chuan Hsieh
c0f387431a Add rubygem-bio-shell 1.0.0
bio-shell, providing BioRuby Shell, is a command-line interface for BioRuby, an
open source bioinformatics library for Ruby.

This code has historically been part of the BioRuby gem, but has been split into
its own gem as part of an effort to modularize BioRuby. bio-shell and many more
plugins are available at biogems.info.

WWW: https://github.com/bioruby/bioruby-shell
2020-07-24 07:08:11 +00:00
Sunpoet Po-Chuan Hsieh
8ed0c4eaeb Add rubygem-bio-old-biofetch-emulator 1.0.0
bio-old-biofetch-emulator emulates Bio::Fetch object in BioRuby as if
discontinued BioRuby BioFetch server were still alive. It overrides methods and
objects in Bio::Fetch, and if the old BioRuby BioFetch server's URL is given, it
intercepts all requests and converts them into existing web services such as
TogoWS, KEGG REST API, NCBI E-Utilities, and GenomeNet(genome.jp).

WWW: https://github.com/ngoto/bioruby-old-biofetch-emulator
2020-07-24 07:08:05 +00:00
Sunpoet Po-Chuan Hsieh
6b5447a39b Add rubygem-bio-executables 1.0.0
bio-executables is a collection of miscellaneous utilities for bioinformatics
that were formerly part of the BioRuby core ("bio" gem). Because of reducing
complexity, they were moved to this gem.

This code has historically been part of the BioRuby gem, but has been split into
its own gem as part of an effort to modularize BioRuby. bio-executables and many
more plugins are available at biogems.info.

WWW: https://github.com/bioruby/bioruby-executables
2020-07-24 07:08:00 +00:00
Ganael LAPLANCHE
b4b8dbee42 Update devel/tbb to 2020.3 and bump dependent ports' revisions
Changelog: https://github.com/oneapi-src/oneTBB/blob/v2020.3/CHANGES
2020-07-17 10:12:25 +00:00
Antoine Brodin
05e7068032 Unbreak bulk -a 2020-07-14 07:59:28 +00:00
Fernando Apesteguía
eeb65f1dea biology/phyml: update to 3.3.20200621
From ChangeLog: https://github.com/stephaneguindon/phyml/releases/tag/v3.3.20200621

This release fixes a few minor bugs (see recent commits). The manual also gives
extra XML configuration information in order to apply fancy substitution models
(e.g., CAT-like) on single- or multiple-gene data sets

Reported by:	portscout
2020-07-10 09:45:48 +00:00
Yuri Victorovich
7c58728f1a biology/gatk: Update 4.1.7.0 -> 4.1.8.0 2020-07-09 00:40:56 +00:00
Piotr Kubaj
c39c3cf66a biology/cufflinks: fix build on GCC architectures
Using Boost requires modern compiler.

MFH:		2020Q3 (fix build blanket)
2020-07-08 10:37:07 +00:00
Niclas Zeising
0e32330f15 Chanse update of devel/libffi
Chase the devel/libffi update
Bump portrevision of all dependent ports to chace shard library version bump
in libffi.
Update LIB_DEPENDS lines where needed to not require a specific version of
libffi.so.

PR:		247028 (for tracking)
2020-07-04 18:11:42 +00:00
Tobias Kortkamp
815d0dd7cb biology/psi88: Unbreak build with GCC 10
ctplot.f:69:29:

   69 |       CALL SYMBOL (XA,YA,.15,STRING,ANGLE,K)
      |                             1
Error: Rank mismatch in argument 'string' at (1) (scalar and rank-1)

http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/psi88-1.0_16.log

PR:		246700
2020-07-04 12:15:58 +00:00
Tobias Kortkamp
4636ef2c1b biology/bowtie: Unbreak build with GCC 10
In file included from ebwt.h:43,
                 from ebwt_build.cpp:11:
processor_support.h:52:22: error: extended character “ is not valid in an identifier
   52 |         std::cerr << “ERROR: please define __cpuid() for this build.\n”;
      |                      ^
processor_support.h:52:72: error: extended character ” is not valid in an identifier
   52 |         std::cerr << “ERROR: please define __cpuid() for this build.\n”;
      |                                                                      ^

http://package18.nyi.freebsd.org/data/121amd64-default-PR244494/2020-06-10_18h04m44s/logs/errors/bowtie-1.1.2_9.log

PR:		246700
2020-07-04 10:46:08 +00:00
Joseph Mingrone
5848822bf5 biology/diamond: Update to version 0.9.36
Upstream changes: https://github.com/bbuchfink/diamond/releases/tag/v0.9.36
2020-07-03 11:22:49 +00:00
Tobias C. Berner
e2cd5999be Bump devel/jsoncpp consumers after r540853.
Reported by:	Kevin Oberman <rkoberman@gmail.com>
2020-06-30 17:46:18 +00:00
Joseph Mingrone
26bcffc642 biology/hyphy: Update to version 2.5.15
Upstream changes: https://github.com/veg/hyphy/releases/tag/2.5.15
2020-06-28 16:40:33 +00:00
Joseph Mingrone
bca3b9c7c6 biology/diamond: Update to version 0.9.35
Upstream changes: https://github.com/bbuchfink/diamond/releases/tag/v0.9.35
2020-06-27 16:26:54 +00:00
Sunpoet Po-Chuan Hsieh
aae33b1c39 Move devel/p5-IO-stringy to devel/p5-IO-Stringy and update to 2.113
- Fix LICENSE_FILE
- Update pkg-descr
- Update WWW
- Bump PORTREVISION of dependent ports for dependency change

Changes:	https://metacpan.org/changes/distribution/IO-Stringy
2020-06-26 11:55:23 +00:00
Yuri Victorovich
bfb73bae45 biology/py-bx-python: Update 0.8.8 -> 0.8.9
Reported by:	portscout
2020-06-26 04:17:11 +00:00
Muhammad Moinur Rahman
0f6a33fa25 biology/seaview: Update version 5.0.3=>5.0.4
Relnotes:	http://doua.prabi.fr/software/seaview_data/CHANGES
2020-06-22 17:34:44 +00:00
Jason W. Bacon
364ffe7adb biology/vsearch: Update to 2.15.0
Numerous minor enhancements
2020-06-20 14:31:59 +00:00
Sunpoet Po-Chuan Hsieh
cb333cf1ec Move devel/swig30 to devel/swig and update to 4.0.1
- Do not silence installation message
- Update dependent ports:
  - Fix build with swig 4.0.1
  - Update *_DEPENDS
  - Remove BINARY_ALIAS

Changes:	http://www.swig.org/news.php
PR:		246613
Exp-run by:	antoine
2020-06-17 18:17:45 +00:00
Yuri Victorovich
40cd9173f1 biology/py-loompy: Update 2.0.17 -> 3.0.6 2020-06-16 02:26:08 +00:00
Yuri Victorovich
ebcf683eeb biology/py-gffutils: Update 0.10 -> 0.10.1 2020-06-16 02:10:08 +00:00
Muhammad Moinur Rahman
d1fc6f0742 biology/seaview: Update version 5.0.2=>5.0.3
Relnotes:	http://doua.prabi.fr/software/seaview_data/CHANGES
2020-06-14 09:24:18 +00:00
Antoine Brodin
ae73d29444 Unbreak bulk -a 2020-06-13 15:05:44 +00:00
Jason W. Bacon
4a5b8a759b biology/picard-tools: CLI tools for manipulating sequencing data
Picard is a set of command line tools for manipulating high-throughput
sequencing (HTS) data and formats such as SAM/BAM/CRAM and VCF. These file
formats are defined in the Hts-specs repository.
2020-06-13 13:54:47 +00:00
Jason W. Bacon
3fadea798f biology/py-biopython: Set python requirement to 3.6+
New requirement for v1.77 overlooked during upgrade
2020-06-13 13:42:12 +00:00
Joseph Mingrone
f177208d8a biology/diamond: Update to version 0.9.34
Upstream changes: https://github.com/bbuchfink/diamond/releases/tag/v0.9.34
2020-06-12 12:12:12 +00:00
Yuri Victorovich
6be1f6208a biology/py-pysam: Update 0.15.4 -> 0.16.0
Reported by:	potscout
2020-06-09 05:03:48 +00:00
Mark Linimon
45b857df74 Add compiler:c++0x to USES to fix build on GCC-based systems:
cc1plus: error: unrecognized command line option "-std=c++0x

Approved by:	portmgr (tier-2 blanket)
2020-06-05 03:49:53 +00:00
Jason W. Bacon
c81fc00817 biology/bioawk: BWK awk modified for biological data
Bioawk is an extension to Brian Kernighan's awk, adding the support of several
common biological data formats, including optionally gzip'ed BED, GFF, SAM,
VCF, FASTA/Q and TAB-delimited formats with column names. It also adds a few
built-in functions and an command line option to use TAB as the input/output
delimiter. When the new functionality is not used, bioawk is intended to behave
exactly the same as the original BWK awk.
2020-06-05 02:45:33 +00:00
Jason W. Bacon
a156fdcf52 biology/subread: Read alignment, quantification and mutation discovery
The Subread package comprises a suite of software programs for processing
next-gen sequencing read data including:

    Subread: a general-purpose read aligner
    Subjunc: a read aligner developed for aligning RNA-seq reads
    featureCounts: a software program developed for counting reads to genomic
    features such as genes, exons, promoters and genomic bins.
    Sublong: a long-read aligner that is designed based on seed-and-vote.
    exactSNP: discovers SNPs by testing signals against local background noise.
2020-06-05 01:55:49 +00:00
Jason W. Bacon
c468c4c36e bioloty/vt: Discovers short variants from Next Generation Sequencing data 2020-06-04 18:28:13 +00:00
Joseph Mingrone
1337e0f38e biology/diamond: Update to version 0.9.33
Upstream changes: https://github.com/bbuchfink/diamond/releases/tag/v0.9.33
2020-06-03 21:44:36 +00:00
Joseph Mingrone
e677d43938 biology/hyphy: Update to version 2.5.14
Upstream changes: https://github.com/veg/hyphy/releases/tag/2.5.14
2020-05-30 19:39:11 +00:00
Joseph Mingrone
b6ff694fa1 biology/iqtree: Update to version 2.0.6
Upstream changes: https://github.com/Cibiv/IQ-TREE/releases/tag/v2.0.6
2020-05-30 18:43:26 +00:00
Yuri Victorovich
9a1ae269a1 biology/abyss: Update 2.2.3 -> 2.2.4 2020-05-30 09:10:44 +00:00
Tobias Kortkamp
c7259fc4f0 Clean up some things
Reported by:	portscan
2020-05-30 00:57:02 +00:00
Jason W. Bacon
176e391e4b biology/py-biopython: Upgrade to 1.77
Upstream support for python 3

PR:             ports/246763
Submitted by:   Mauricio Herrera Cuadra <mauricio@arareko.net>
2020-05-29 02:03:29 +00:00