Commit graph

2137 commits

Author SHA1 Message Date
Wen Heping
389b0168c4 - Update to 5.12.0 2016-03-27 07:09:34 +00:00
Dmitry Marakasov
8add7f1f02 - Clarify LICENSE
- Add LICENSE_FILE
- Remove USES=tar:bzip2 (incorrect and no-op with USE_GITHUB)
- Drop unneeded (and incorrect anyway) PKG_CONFIG_PATH

Approved by:	portmgr blanket
2016-03-24 14:12:23 +00:00
Dmitry Marakasov
ee6e0c4336 Jellyfish is a tool for fast, memory-efficient counting of k-mers in DNA.
A k-mer is a substring of length k, and counting the occurrences of all such
substrings is a central step in many analyses of DNA sequence. JELLYFISH can
count k-mers quickly by using an efficient encoding of a hash table and by
exploiting the "compare-and-swap" CPU instruction to increase parallelism.

WWW: http://www.genome.umd.edu/jellyfish.html

PR:		207929
Submitted by:	bacon4000@gmail.com
2016-03-24 13:53:06 +00:00
Raphael Kubo da Costa
bc3c1d13d6 New port: biology/bowtie2.
Bowtie is an ultrafast, memory-efficient short read aligner. It aligns short
DNA sequences (reads) to the human genome at a rate of over 25 million 35-bp
reads per hour.

This is Bowtie version 2, which will need to coexists with Bowtie 1 for the
foreseeable future. Both are required by certain genomics pipelines, in some
cases (e.g. Trinity) by the same pipeline.

WWW: https://github.com/BenLangmead/bowtie2

PR:		207908
Submitted by:	Jason Bacon <bacon4000@gmail.com>
2016-03-23 11:22:39 +00:00
Raphael Kubo da Costa
66631eff75 New port: biology/slclust.
Slclust is a utility that performs single-linkage clustering with the option of
applying a Jaccard similarity coefficient to break weakly bound clusters into
distinct clusters.

WWW: http://sourceforge.net/projects/slclust/

PR:		207997
Submitted by:	Jason Bacon <bacon4000@gmail.com>
2016-03-23 11:00:44 +00:00
Wen Heping
ce265985eb Trimmomatic performs a variety of useful trimming tasks for illumina
NGS paired-end and single ended data.

WWW: http://www.usadellab.org/cms/?page=trimmomatic

PR:		208044
Submitted by:	bacon4000@gmail.com
2016-03-17 08:21:14 +00:00
Kurt Jaeger
9cae6c02e4 New port: biology/p5-transdecoder
TransDecoder identifies candidate coding regions within transcript
sequences, such as those generated by de novo RNA-Seq transcript
assembly using Trinity, or constructed based on RNA-Seq alignments
to the genome using Tophat and Cufflinks.

WWW: http://transdecoder.github.io/

PR:		207993
Submitted by:	Jason Bacon <bacon4000@gmail.com>
2016-03-16 20:12:32 +00:00
Kurt Jaeger
aeb5be07de biology/seqtools: 4.40.0 -> 4.41.1
- mostly internal changes, some build fixes
2016-03-14 19:40:34 +00:00
Mathieu Arnold
018eeadae5 Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.
Fix distinfo for the offending ports.

lang/yorick's tag was moved, and the added patch was no longer needed.

PR:			207644
Submitted by:		mat
Exp-run by by:		antoine
Sponsored by:		Absolight
Differential Revision:	https://reviews.freebsd.org/D4268
2016-03-08 13:09:12 +00:00
Raphael Kubo da Costa
b8b592e17b New port: biology/bowtie.
Bowtie is an ultrafast, memory-efficient short read aligner. It aligns short
DNA sequences (reads) to the human genome at a rate of over 25 million 35-bp
reads per hour.

WWW: http://bowtie-bio.sourceforge.net/index.shtml

PR:		206939
Submitted by:	Jason Bacon <bacon4000@gmail.com>
2016-03-05 13:21:26 +00:00
Raphael Kubo da Costa
feaee54d6e New port: biology/vcftools.
A set of tools written in Perl and C++ for working with VCF files, such as
those generated by the 1000 Genomes Project.

WWW: https://github.com/vcftools/vcftools

PR:		206926
Submitted by:	Jason Bacon <bacon4000@gmail.com>
2016-02-26 17:07:59 +00:00
Wen Heping
9a1421510b - Update to 3.2.0
- Update pkg-descr

PR:		205890
Submitted by:	tkato432@yahoo.com
2016-02-26 13:03:05 +00:00
Danilo Egea Gondolfo
a995c42a3b - Update to 1.14.7 2016-02-20 16:05:59 +00:00
Wen Heping
e6194eb011 - Update to 1.34 2016-02-12 13:18:37 +00:00
Kurt Jaeger
0236757375 biology/seqtools: 4.39.3 -> 4.40.0
- Blixem can now accept a 'command' tag in a gff line for a region
  feature. The given command should return gff and will be run by
  blixem on the given region.
- Blixem now supports fetching sequence data over https.
2016-02-06 10:17:31 +00:00
John Marino
1e92f54830 biology/mapm3: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
Also link with libncurses, not libtermcap

approved by:	infrastructure blanket
2016-02-01 22:09:10 +00:00
John Marino
e8ac90dd1c biology/samtools: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-02-01 21:59:14 +00:00
Kurt Jaeger
9b767e68dc biology/molden: updated distfile, take maintainer
- upstream distfile is moving target with same version number

Submitted by:	antoine
2016-01-20 19:31:52 +00:00
Antoine Brodin
a31ae1a6f3 Mark BROKEN: checksum and size mismatch
Reported by:	pkg-fallout
2016-01-20 18:57:11 +00:00
Wen Heping
9411038eac The bedtools utilities are a suite of tools for performing a wide range of
genomics analysis tasks.  The most widely-used of these tools enable genome
arithmetic, i.e., set theory on the genome.  For example, with bedtools one
can intersect, merge, count, complement, and shuffle genomic intervals from
multiple files in common genomic formats such as BAM, BED, GFF/GTF, and VCF.

Although each individual utility is designed to do a relatively simple task,
e.g., intersect two interval files, more sophisticated analyses can be
conducted by stringing together multiple bedtools operations on the command
line or in shell scripts.

WWW: http://bedtools.readthedocs.org/

PR:		204536
Submitted by:	scottcheloha@gmail.com
2016-01-19 08:56:34 +00:00
Kurt Jaeger
d997d56941 biology/molden: 5.0.7 -> 5.4
Changes:
- Missing hydrogens atoms of HETATM molecules (pdb files) are stored locally.
- Pdb files can now be clipped.
- Fixes missing residues. Introduces an alternative way of generating rotamers,
  without using z-matrices. This potentially a faster algorithm.
- Supports Movie making through avconv/ffmpeg.
- calculates the Electron Localization Function (ELF).
- Updated code of ambfor/ambmd to speed up optimisations/MD of proteins
  solvated in water (Jan, 2014).

PR:		204341
2016-01-18 19:32:37 +00:00
Steve Wills
f0b0908dc5 mark ports that don't work with Ruby 2.3
PR:		205774
2016-01-17 07:06:25 +00:00
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
Dmitry Marakasov
94817f0784 Add Public Domain support to ports license framework. You can now use
LICENSE=  PD

Note that although Public Domain is not technically a license, it's
handled in the same way as licenses here, which is a common practice
(Arch, Gentoo, Fedora, Debian, even FOSSology do the same).

Convert all ports which redefine Public Domain LICENSE to LICENSE=PD.

Approved by:	portmgr (bapt)
Differential Revision:	D4149
2016-01-12 14:33:21 +00:00
Pawel Pekala
8bdf0587e8 Remove deprecated PLIST_DIRSTRY and also no longer needed PLIST_DIRS 2016-01-09 18:26:40 +00:00
John Marino
684965ad7c biology/crux is not jobs safe
This cython-based port has failed on me a couple of times in a bulk build.
I'm not sure what the actual problem is but the issue is itermittent.
2015-12-30 19:49:17 +00:00
John Marino
7b3cd29d73 biology/htslib: Replace FreeBSD-specific fix with a generic one
This port will not build if ENOTRECOVERABLE is not defined, period.
It's not necessary to check OPSYS and version, just apply the fallback
definition if it's not defined.  This unbreaks DragonFly after last
commit.
2015-12-29 15:05:44 +00:00
Mathieu Arnold
7823fa4b7e Cleanup GH_* and variables order.
Sponsored by:	Absolight
2015-12-29 14:30:46 +00:00
Rene Ladan
357e5ae814 biology/consed: undeprecate, it presumably builds fine but it is restricted.
Add a note to ports/LEGAL
2015-12-26 13:26:27 +00:00
Wen Heping
394d4a451c - Update to 7.266
PR:		205558
Submitted by:	cartwright@asu.edu(maintainer)
2015-12-25 07:19:00 +00:00
Jason Unovitch
d5dffd3623 biology/{bcftools,htslib,samtools}: update 1.2.x -> 1.3
- Update ports to 1.3 and set BUILD_DEPENDS of dependent ports to require
  version 1.3 of htslib.
- Add CURL option to htslib
- Add TEST_TARGET with perl and bash dependencies for testing
- Tidy up spacing and pkg-message's

PR:		205524
PR:		205525
PR:		205526
Submitted by:	cartwright@asu.edu (maintainer)
2015-12-25 01:31:09 +00:00
Steve Wills
25b1bd5ff4 mark some of the ports that don't build on powerpc64 for me 2015-12-13 16:07:27 +00:00
Martin Wilke
9146c80d02 - Update maintainer mail address
- Update/Remove MASTER_SITE

PR:		204755
Submitted by:	 jwbacon@tds.net (maintainer)
Approved by:	mat (mentor)
Differential Revision:	D4493
2015-12-11 08:48:56 +00:00
Wen Heping
ba2ac3376e - Update to 1.32
- Add LICENSE
- Pet portlint
2015-12-11 00:59:39 +00:00
Kurt Jaeger
2625cb4896 biology/seqtools: 4.39.2 -> 4.39.3
- Blixem
  Further improve the display of features in the detail view
  when they have transparent fill, making sure that they have a
  visible border.
2015-12-05 13:20:21 +00:00
Kurt Jaeger
39967f1619 biology/seqtools: 4.39.1 -> 4.39.2
- Blixem:
  Improve the display of features in the detail view when they
  have transparent fill.
2015-12-01 20:50:34 +00:00
Dmitry Marakasov
679776ad35 - Mark BROKEN: checksum mismatch:
fetch: http://www.platonsoft.nl/spek/xraysoft/unix/platon.tar.gz: size mismatch: expected 12080181, actual 12080357
2015-11-29 03:13:34 +00:00
Rene Ladan
691f434f54 Remove expired ports:
2015-11-26 audio/pecl-id3: Broken for more than 6 months
2015-11-26 dns/geta: Broken for more than 6 months
2015-11-26 finance/openerp-web: Broken for more than 6 months
2015-11-26 devel/py-async: Further using of this module is not encouraged by upstream
2015-11-26 chinese/kon2: Depends on expiring chinese/cce
2015-11-26 games/linux-skulltag: Depends on expiring audio/linux-fmodapi
2015-11-26 archivers/wzip: Broken for more than 6 months
2015-11-26 databases/sybtcl: Broken for more than 6 months
2015-11-26 biology/povchem: Broken for more than 6 months
2015-11-26 audio/btc: Broken for more than 6 months
2015-11-26 astro/wmglobe: Broken for more than 6 months
2015-11-26 graphics/pyro: Broken for more than 6 months
2015-11-26 graphics/jpeg2ps: Broken for more than 6 months
2015-11-26 chinese/gugod-clean: Broken for more than 6 months
2015-11-26 comms/bforce: Broken for more than 6 months
2015-11-26 cad/geda-docs: Broken for more than 6 months
2015-11-26 chinese/cwtexttf: Broken for more than 6 months
2015-11-26 comms/zmtx-zmrx: Broken for more than 6 months
2015-11-26 astro/sky2000: Broken for more than 6 months
2015-11-26 deskutils/libopensync-plugin-file: Broken for more than 6 months
2015-11-26 databases/sqlite-ext-mobigroup: Broken for more than 6 months
2015-11-26 chinese/bg5ps: Broken for more than 6 months
2015-11-26 deskutils/x-tile: Broken for more than 6 months
2015-11-26 graphics/pure-gl: Broken for more than 6 months
2015-11-26 audio/dvda-author: Broken for more than 6 months
2015-11-26 chinese/oxim: Broken for more than 6 months
2015-11-26 editors/spe: Broken for more than 6 months
2015-11-26 audio/mpdscribble: Broken for more than 6 months
2015-11-26 cad/geda-symcheck: Broken for more than 6 months
2015-11-26 audio/linux-fmodapi: Broken for more than 6 months
2015-11-26 audio/pure-audio: Broken for more than 6 months
2015-11-26 editors/bpatch: Broken for more than 6 months
2015-11-26 benchmarks/geekbench: Broken for more than 6 months
2015-11-26 graphics/icoconvert: Broken for more than 6 months
2015-11-26 cad/geda-utils: Broken for more than 6 months
2015-11-26 deskutils/tomboy-plugin-wordcount: Broken for more than 6 months
2015-11-26 graphics/sketch: Broken for more than 6 months
2015-11-26 ftp/spegla: Broken for more than 6 months
2015-11-26 graphics/clutter-box2d: Broken for more than 6 months
2015-11-26 audio/scmpc: Broken for more than 6 months
2015-11-26 ftp/gnusget: Broken for more than 6 months
2015-11-26 comms/gpsk31: Broken for more than 6 months
2015-11-26 cad/geda-gschem: Broken for more than 6 months
2015-11-26 audio/ampache: Broken for more than 6 months
2015-11-26 cad/slffea: Broken for more than 6 months
2015-11-26 audio/cripple: Broken for more than 6 months
2015-11-26 cad/geda-gattrib: Broken for more than 6 months
2015-11-26 cad/findhier: Broken for more than 6 months
2015-11-26 biology/njplot: Broken for more than 6 months
2015-11-26 audio/wmmp: Broken for more than 6 months
2015-11-26 x11/avant-window-navigator: Broken for more than 6 months
2015-11-26 cad/geda-netlist: Broken for more than 6 months
2015-11-26 deskutils/libopensync-plugin-sunbird: Broken for more than 6 months
2015-11-26 biology/ortep3: Broken for more than 6 months
2015-11-26 astro/aa: Broken for more than 6 months
2015-11-26 french/belote: Broken for more than 6 months
2015-11-26 converters/p5-String-SetUTF8: Broken for more than 6 months
2015-11-26 cad/geda-examples: Broken for more than 6 months
2015-11-26 editors/yasnippet: Broken for more than 6 months
2015-11-26 audio/musica: Broken for more than 6 months
2015-11-26 graphics/rubyphoto: Broken for more than 6 months
2015-11-26 german/bsdpaste: Broken for more than 6 months
2015-11-26 audio/amrcoder: Broken for more than 6 months
2015-11-26 sysutils/bashburn: Broken for more than 6 months
2015-11-26 editors/e93: Broken for more than 6 months
2015-11-26 audio/tepsonic: Broken for more than 6 months
2015-11-26 astro/ephem: Broken for more than 6 months
2015-11-26 chinese/cce: Broken for more than 6 months
2015-11-26 graphics/qcread: Broken for more than 6 months
2015-11-26 databases/py-sqlkit: Broken for more than 6 months
2015-11-26 databases/usogres: Broken for more than 6 months
2015-11-26 cad/libgeda: Broken for more than 6 months
2015-11-26 chinese/p5-Lingua-ZH-BPMFConvert: Broken for more than 6 months
2015-11-26 french/alphabet_sounds_fr: Broken for more than 6 months
2015-11-26 deskutils/mrundlg: Broken for more than 6 months
2015-11-26 databases/erlang-mysql: Broken for more than 6 months
2015-11-26 graphics/linux-XnViewMP: Broken for more than 6 months
2015-11-26 deskutils/akamaru: Broken for more than 6 months
2015-11-26 dns/p5-Net-DNS-ZoneCheck: Broken for more than 6 months
2015-11-26 astro/dgpsip: Broken for more than 6 months
2015-11-26 databases/pecl-handlersocket: Broken for more than 6 months
2015-11-26 audio/cymbaline: Broken for more than 6 months
2015-11-26 french/dico: Broken for more than 6 months
2015-11-26 comms/qpage: Broken for more than 6 months
2015-11-26 audio/sonice: Broken for more than 6 months
2015-11-26 cad/geda-symbols: Broken for more than 6 months
2015-11-26 databases/java-mybatis: Broken for more than 6 months
2015-11-26 databases/openbase-jdbc: Broken for more than 6 months
2015-11-27 www/mediawiki119: Please upgrade to mediawiki-1.25
2015-11-28 www/R-cran-Rpad: Unmaintained upstream
2015-11-28 23:08:03 +00:00
Ruslan Makhmatkhanov
ba777286a4 biology/platon: fix fetching
Add working mirror.
Also update file size in distinfo - checksum is not changed
and I dunno why. But with old file size it warns that expected
size was different.

PR:		204491
Submitted by:	Walter Schwarzenfeld <w.litter@aon.at>
2015-11-19 20:13:00 +00:00
Dmitry Marakasov
06b5e03128 - Switch to options helpers 2015-11-19 00:51:15 +00:00
Kurt Jaeger
25eb138c74 biology/seqtools: Fix distinfo, WWW
- Side effect of the seqtools automated build system

Submitted by:	pkg-fallout
2015-11-18 10:53:48 +00:00
Kurt Jaeger
ccc48e7454 biology/seqtools: 4.39.0 -> 4.39.1
- Fix a bug in Belvu where the display was being initialised in
  command-line-only modes.
2015-11-13 18:46:02 +00:00
Danilo Egea Gondolfo
bf0e8b65de - Update to 1.14.6 2015-11-09 16:02:13 +00:00
Antoine Brodin
496ac41eab Mark a few ports BROKEN: unfetchable 2015-11-09 12:59:03 +00:00
Kurt Jaeger
d2b692548d biology/seqtools: 4.36 -> 4.39.0
- Blixem
  o There is now an optional setting to highlight "maybe-canonical"
    splice sites in Blixem. This can be used to help identify
    problems where the strand is incorrect in the input data - it
    highlights splice sites in a different colour if they would be
    canonical were they on the other strand.
  o Fixed a bug with colinearity lines when an alignment's cigar
    string contains introns.
  o There are now separate feedback boxes for the selected sequence
    name coordinates. Hover over each box to see a tooltip describing
    its contents.
2015-11-08 16:39:58 +00:00
Danilo Egea Gondolfo
a34263a374 - Update to 1.14.5 2015-11-06 12:03:25 +00:00
Mathieu Arnold
065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00
John Marino
b30f22964e biology/seaview: Broken, Does not fetch (checksum mismatch) 2015-11-02 08:14:30 +00:00
Guido Falsi
7e8a49a1b6 - Update to 2015.09.21
- Add License
- Add SIMD option disabled by default to avoid creating official
  packags with CPU specific optimizations
- Add pkg-message explaining how to get an optimized binary
- Assign maintainership to submitter

PR:		203334
Submitted by:	jwbacon at tds.net
Approved by:	Maintainer timeout
2015-10-27 18:49:48 +00:00
Antoine Brodin
3afa450ba3 Deprecate ports broken for more than 6 months 2015-10-25 19:35:28 +00:00
Muhammad Moinur Rahman
7d14f3b04f biology/seaview: Update version 4.5.4.7=>4.5.4.8 2015-10-20 11:51:32 +00:00
Danilo Egea Gondolfo
4c7370b9c9 - Update to 36.3.8
- Pass maintainership to submitter

PR:		203817
Submitted by:	Wendell Borges <wendell@bsd.com.br>
2015-10-16 13:31:10 +00:00
Dmitry Marakasov
1cda3966bb - Add LICENSE_FILE
- Switch to options helpers
2015-10-14 23:51:20 +00:00
Dmitry Marakasov
ae3c5920f8 - Pet portlint
- Add LICENSE
- Drop unneeded WX_UNICODE
2015-10-14 23:50:11 +00:00
Sunpoet Po-Chuan Hsieh
560f9c44ee - Fix typo
Approved by:	portmgr (blanket)
2015-10-10 23:15:16 +00:00
Danilo Egea Gondolfo
5ebebc61eb - Update to 1.14.4 2015-10-07 00:26:33 +00:00
Danilo Egea Gondolfo
37a2e23f0b - Update to 1.14.3 2015-10-01 23:28:23 +00:00
Muhammad Moinur Rahman
b9b8b6782d biology/seaview: Update version 4.5.4.6=>4.5.4.7 2015-10-01 10:02:21 +00:00
Ruslan Makhmatkhanov
8e9799c052 biology/grappa: define license (GPLv2)
As per the web site, the license for GRAPPA is GPLv2
https://www.cs.unm.edu/~moret/GRAPPA/

PR:		202426
Submitted by:	George <george@nycbug.org>
2015-09-25 18:55:08 +00:00
Ruslan Makhmatkhanov
164e1138b8 BWA is a program for aligning sequencing reads against a large reference
genome (e.g. human genome). It has two major components, one for read shorter
than 150bp and the other for longer reads.

WWW: http://sourceforge.net/projects/bio-bwa/

PR:		203158
Submitted by:	Jason Bacon <jwbacon@tds.net>
2015-09-25 18:39:36 +00:00
Ruslan Makhmatkhanov
e20b08bbfc Fast indexing and retrieval of FASTA records from flat file data bases.
WWW: http://sourceforge.net/projects/cdbfasta/

PR:		203233
Submitted by:	Jason Bacon <jwbacon@tds.net>
2015-09-25 18:37:24 +00:00
Ruslan Makhmatkhanov
835d05fd2c Simple and quick FastQ and FastA tool for file reading and conversion.
WWW: https://github.com/fstrozzi/Fastool

PR:		203293
Submitted by:	Jason Bacon <jwbacon@tds.net>
2015-09-25 18:35:14 +00:00
Ruslan Makhmatkhanov
2b9505d069 FastTree infers approximately-maximum-likelihood phylogenetic trees from
alignments of nucleotide or protein sequences. FastTree can handle alignments
with up to a million of sequences in a reasonable amount of time and memory.

WWW: http://www.microbesonline.org/fasttree/

PR:		203295
Submitted by:	Jason Bacon <jwbacon@tds.net>
2015-09-25 18:34:29 +00:00
Ruslan Makhmatkhanov
4d7b4d8d90 The FASTX-Toolkit is a collection of command line tools for Short-Reads
FASTA/FASTQ files preprocessing.

WWW: http://hannonlab.cshl.edu/fastx_toolkit/

PR:		203318
Submitted by:	Jason Bacon <jwbacon@tds.net>
2015-09-25 18:33:18 +00:00
Ruslan Makhmatkhanov
036ac0906d Gordon's text utilities.
WWW: https://github.com/agordon/libgtextutils

PR:		203309
Submitted by:	Jason Bacon <jwbacon@tds.net>
2015-09-25 18:31:28 +00:00
Jimmy Olgeni
686b747c39 Typos, whitespace and capitalization fixes (A-F). 2015-09-20 19:59:03 +00:00
Wen Heping
4a34be3e77 - Use compiler:openmp instead of gcc
- Minor cleanup

Reported by:	danfe@
2015-09-19 13:12:44 +00:00
Wen Heping
cd1751b03f CD-HIT is a very widely used program for clustering and comparing protein or
nucleotide sequences.

WWW: http://weizhong-lab.ucsd.edu/cd-hit/

PR:		203183
Submitted by:	jwbacon@tds.net
2015-09-19 11:16:51 +00:00
David Chisnall
9156bf1b9e Make all GNUstep ports install into the System domain so that the Local domain is available for stuff built from source.
Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain.

The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision.

Approved by:	bapt (mentor)
Differential Revision:	https://reviews.freebsd.org/D2977
2015-09-19 10:33:34 +00:00
Danilo Egea Gondolfo
09e9fc3c2f - Update to 1.14.2 2015-09-17 12:54:47 +00:00
Baptiste Daroussin
e0de738591 Remove ansi version fo wxGTK 2.8 and only keep the unicode version
All applications in the ports tree works correctly with unicode version of wxGTK

Newer version of wxGTK are unicode only (3.0+)

Note that now WX_UNICODE macro is noop
2015-09-16 19:51:26 +00:00
Muhammad Moinur Rahman
9787ec44da biology/seaview: Update version 4.5.4.4=>4.5.4.6 2015-09-15 14:44:47 +00:00
Mathieu Arnold
afae652a2a Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
2015-09-14 12:19:48 +00:00
Baptiste Daroussin
d59c43836a Enfoce unicode version of wxGTK 2015-09-13 18:45:47 +00:00
Danilo Egea Gondolfo
ac8989c768 - Update to 1.14.1 2015-09-13 18:05:54 +00:00
Sunpoet Po-Chuan Hsieh
c9368d48f9 - Add LICENSE
- Add NO_ARCH
- Use BROKEN_RUBY22
- While I'm here, use single space after WWW:

Approved by:	portmgr (blanket)
With hat:	ruby
2015-09-03 16:23:37 +00:00
Alexey Dokuchaev
4abd2afa2c - Unbreak on PowerPC by using atomicops implementation for Linux and GCC
__sync_* functions family
- Remove BROKEN_ia64: it never had been first-class architecture, killed
  officially in -CURRENT for a while now
- Sanitize installation commands and sort the knobs while I am here
2015-09-02 12:29:09 +00:00
Alexey Dokuchaev
052e315217 - Do not falsely advertise that PowerPC build runs out of space and fails
- Remove redundant PKGMESSAGE assignment and sanitize symlinks while here
2015-09-02 10:35:25 +00:00
Alexey Dokuchaev
670f0e0e42 Unbreak the build on PowerPC (at least) by always using va_copy() macro for
copying variable argument lists, not just on AMD64.
2015-09-02 10:10:06 +00:00
Alexey Dokuchaev
a56efba135 Unbreak the build on PowerPC, it had nothing to do with "error in pthreads":
configure script was passing `-faltivec' to the compiler, while this flag is
non-standard and only supported on Mac OS X/Darwin systems.

Also replace Apple-specific Altivec detection with querying the "hw.altivec"
sysctl instead.
2015-09-02 09:23:05 +00:00
Dmitry Marakasov
83235e7fc9 - Switch to options helpers 2015-09-02 03:04:09 +00:00
Raphael Kubo da Costa
3705667db1 Switch to USES=iconv:build.
The port does not use iconv on its own, the only dependency comes via
libxml2, which has one header that includes iconv.h.
2015-08-25 13:15:17 +00:00
Mathieu Arnold
bc0d524329 Fix previous commit.
Pointy hat to:	mat
Sponsored by:	Absolight
2015-08-19 13:41:51 +00:00
Mathieu Arnold
bb271f0bf7 Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3412?
2015-08-19 13:29:59 +00:00
Philip M. Gollucci
71f877793d biology/ugene: qt4-linguist -> qt4-linguisttools
- add USES=desktop-file-utils

PR:                  202138
Submitted by:        s3erios@gmail.com
Approved by:         h2+fbsdports@fsfe.org
2015-08-18 20:02:45 +00:00
Mathieu Arnold
21a283f3be Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
2015-08-17 14:20:40 +00:00
Kurt Jaeger
0269d640fc biology/seqtools: 4.35 -> 4.36
Minor under-the-hood changes
2015-08-08 11:22:24 +00:00
Dmitry Marakasov
a70208be74 Fix build on mips by properly respecting compiler and flags 2015-08-05 12:18:41 +00:00
Mathieu Arnold
53cb289f4a Update to 1.65.
PR:		201888
Submitted by:	brueffer
Approved by:	maintainer
Sponsored by:	Absolight
2015-08-05 10:32:31 +00:00
Antoine Brodin
afe5727737 Unbreak
Reported by:	pkg-fallout
2015-07-28 17:52:11 +00:00
Alexey Dokuchaev
856105bda2 - Fix four cases of an obvious typo: LICENSE_FILES -> LICENSE_FILE
- While here: move knobs to their expected location, remove useless check
  for ${PORT_OPTIONS:MDOCS} when installing documentation, standardize
  Makefile headers
2015-07-25 15:06:48 +00:00
Alexey Dokuchaev
0a216b375c - Update Unipro UGENE to version 1.17.0 (documentation was also rerolled)
- Remove no longer required local source code tweaks (picked up upstream)
2015-07-15 07:18:08 +00:00
Danilo Egea Gondolfo
88e7c8d386 - Update to 1.14.0
- Use install-strip
2015-07-12 18:25:07 +00:00
Kurt Jaeger
97a21e2f53 biology/seqtools: 4.34.1 -> 4.35
- Blixem bug fix in sorting features, RT 473624
- Compilation of the seqtools in parallel, RT 467905
- Fix bug with sorting by similarity/identity to first sequence (RT:473624)
- Fix an error compiling with multiple threads (RT:467905)
2015-07-07 14:17:51 +00:00
Adam Weinberger
26f58ed1c0 After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,
and in fact now leads to incorrect permissions.

Remove all instances of it from perl@ ports.
2015-06-29 15:47:44 +00:00
Wen Heping
0c0c24c6a2 - Update options 2015-06-28 15:30:41 +00:00
Wen Heping
65167a114c - Update to 3.6.11
- Convert to optionsNG
2015-06-28 13:31:38 +00:00
Baptiste Daroussin
16cbf75f61 Use BROKEN helpers 2015-06-27 14:30:19 +00:00
Baptiste Daroussin
58dc978e42 Use BROKEN helpers 2015-06-27 14:29:25 +00:00
Dmitry Marakasov
043cdf9d8f - Add LICENSE
- Fix shebangs

Approved by:	porgmgr (bapt)
2015-06-25 09:32:18 +00:00
Adam Weinberger
34ed372f38 Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. The
downside to having this set is that portscout cannot find new releases
when the username changes (which happens often in large projects with
multiple maintainers).
2015-06-24 15:16:23 +00:00
Baptiste Daroussin
2e55acc16d Convert to COPYTREE_SHARE
Use options helpers
2015-06-23 06:58:19 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Dmitry Marakasov
ca76221d98 - Fix shebangs
MFH:		2015Q2
2015-06-11 10:17:24 +00:00
Kurt Jaeger
def75b1a0f New port: biology/bcftools
BCFtools is a set of utilities that manipulate variant calls in the
Variant Call Format (VCF) and its binary counterpart BCF. All
commands work transparently with both VCFs and BCFs, both
uncompressed and BGZF-compressed.

WWW: http://www.htslib.org/

PR:		199747
Submitted by:	cartwright@asu.edu
2015-06-05 21:01:13 +00:00
Dmitry Marakasov
fa5163da2f - Strip binaries 2015-06-03 17:27:08 +00:00
Bartek Rutkowski
b23eb33111 biology/mafft: update 7.149 -> 7.221
PR:		200603
Submitted by:	Reed A. Cartwright <cartwright@asu.edu> (maintainer)
2015-06-03 17:04:19 +00:00
Dmitry Marakasov
4d4b259bcd - Add NO_ARCH
Approved by:	portmgr blanket
2015-05-31 13:37:20 +00:00
Dmitry Marakasov
9464d224ca - Fix shebangs
- Add NO_ARCH
- Add missing EXAMPLES option

Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-30 12:31:59 +00:00
Alexey Dokuchaev
14e4d92279 Update Unipro UGENE to version 1.16.2. 2015-05-28 08:11:59 +00:00
Mathieu Arnold
8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00
Muhammad Moinur Rahman
9885162820 biology/seaview: Update version 4.5.4=>4.5.4.4 2015-05-22 11:09:23 +00:00
Wen Heping
f028652e52 - Update to 7.1.3 2015-05-18 01:27:46 +00:00
Wen Heping
e05d953fd2 - Update to 3.6.9 and unbreak 2015-05-18 00:24:33 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Wen Heping
e277ea8c7b - Update to 5.11.4 2015-05-12 08:58:14 +00:00
Mathieu Arnold
88bfe4bd43 Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
2015-05-11 18:34:57 +00:00
Adam Weinberger
03f1abf704 Reassign biology/ perl modules to perl@.
While here:

Regenerate p5-AcePerl's patches using makepatch.
Make p5-Bio-ASN1-EntrezGene depend on p5-bioperl, instead of the
other way around. Bump PORTREVISION on those two ports.
2015-05-08 18:12:36 +00:00
Wen Heping
fac1a2b00f - Update to 36.3.7a 2015-05-07 02:33:57 +00:00
Kurt Jaeger
681df24d3b biology/seqtools: 4.33 -> 4.34.1
Blixem
- Added functionality to shift-select a range of coordinates,
  and copy the reference/match sequence for that range.
- DNA search now highlights the resultant range of coordinates.
- Added a splitter bar to allow the variations track to be resized.
- Dotter
  Fix a crash pressing Esc on an undocked alignment or greyramp tool.
- All
  Code reorganisation: the codebase is now in C++ rather than C,
  and a new module 'gbtools' has been created for generic
  utility functions.
2015-05-06 20:30:53 +00:00
Mathieu Arnold
c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00
Wen Heping
7fc484154b - Unbreak
PR:		199734
Submitted by:	jwbacon@tds.net(maintainer)
2015-05-04 06:08:59 +00:00
Antoine Brodin
9a9b4fb54c Mark BROKEN: fails to configure
===>  Configuring for ncbi-blast+-2.2.30_2
configure: error: --localstatedir=/var:  unknown option;  use --help to show usage

Reported by:	pkg-fallout
2015-04-28 12:29:12 +00:00
John Marino
c66b4d5283 biology/ncbi-blast+: Add additionl MASTER_SITE to unbreak fetch
The distfile was rerolled but nobody knows why (not a good sign).  The
maintainer has added a new MASTER_SITE with the original distfile in
order to unbreak fetch.

PR:		199474
Submitted by:	maintainer (Jason Bacon)
2015-04-25 14:21:58 +00:00
Mathieu Arnold
18d6818fe4 ${ENV} does not exist, it is called ${SETENV}. 2015-04-13 14:49:37 +00:00
John Marino
0d28709839 biology/seaview: Unbreak -- it fetches fine
The second MASTER_SITES entry worked fine, so this must have been a
transient fetch problem.  I removed the first entry which is still
failing though.

Approved by:	blanket
2015-04-11 15:49:57 +00:00
John Marino
24651f6747 biology/platon: Upgrade from 05 MAR 2015 => 30 MAR 2015 to unbreak
As noted by previous commit, upstream rerolls the same distfile
frequently.  When FreeBSD cache was removed, the port broke.  I'm fixing
it again with a new digest, but I'm also defining DIST_SUBDIR, which is
the correct thing to do with rerolls-by-policy.

Also I removed the bad backup MASTER_SITES and tested in poudriere.
2015-04-11 15:41:22 +00:00
John Marino
1402a5b211 biology/p5-Bio-ASN1-EntrezGene: bump PORTEPOCH
Apparently in some world I don't live in 1.091 > 1.70
pkg needs this port's epoch to be bumped

reported by: 	wen
2015-04-11 15:19:03 +00:00
John Marino
ddfbdcb255 biology/p5-Bio-ASN1-EntrezGene: Upgrade 1.09 => 1.70 to unbreak
While here, reset the port.  The last time the maintainer was seen was
in 2005, when the port was created.  Also, rewrap the package description
such that it keeps within 75 characters; also move the url so it won't
wrap across lines.
2015-04-11 15:00:12 +00:00
Brad Davis
4417c1e084 Update biology/paml to 4.8a and unbreak.
PR:		199264
Submitted by:	Joseph Mingrone <jrm@ftfl.ca>
Approved by:	bdrewery (mentor)
2015-04-10 15:39:01 +00:00
Baptiste Daroussin
06f79b66f2 Convert bsd.gnustep.mk to USES=gnustep
Simplify gnustep ports
Hook into the regular ports framework:
- LIB_DEPENDS for library dependencies
- Use regular USE_LDCONFIG

Reuse USES=objc (automatic)
USE_GNUSTEP is now a macro to set the dependencies and build feature needed.
Accepted arguments: back base build gui

Merge deskutils/preferencepanes into deskutils/systempreferences
2015-04-09 07:44:41 +00:00
Baptiste Daroussin
f4e1a5b6b2 Mark as broken unfetchable ports 2015-04-05 17:55:35 +00:00
Steve Wills
3e74a84730 biology/ruby-bio: mark broken with ruby 2.2 2015-04-03 13:50:38 +00:00
Dmitry Marakasov
5ae457bc49 - Remove deprecated option
- Tweak compiler flags
- Add LICENSE
- Pass maintainership to submitter

PR:		199066
Submitted by:	jwbacon@tds.net
2015-04-02 15:41:31 +00:00
Kurt Jaeger
fd18692b42 biology/seqtools: 4.32 -> 4.33
- Blixem/Dotter
  Multi-dotter support; may now start multiple dotters from blixem
2015-03-31 18:04:25 +00:00
Sunpoet Po-Chuan Hsieh
3f7a3c8d4a - Add LICENSE
- Space/Tab fix
2015-03-28 17:20:45 +00:00
Mikhail Teterin
8c46a40c1a Upgrade from 3.6.6 to 3.6.7. Be sure to not extract the zlib
subdirectory.
2015-03-24 16:56:27 +00:00
John Marino
64ee7e63bf 6 ports categories: Remove $PTHREAD_LIBS
Categories: cad, devel, java, x11-fm, biology, deskutils

approved by:	PTHREAD blanket
2015-03-24 16:01:21 +00:00
Muhammad Moinur Rahman
219a0f8115 biology/seaview: Update version 4.5.3.4=>4.5.4
- Remove dependency for libpdf as removed by upstream
2015-03-24 10:15:30 +00:00
Alexey Dokuchaev
70f863c983 - Update to version 1.16.1
- Explicitly list all required Qt components in USE_QT4 instead of relying
  on them being silently picked up through `www/webkit-qt4' dependency
- Group *_build components together while here
- Remove one REINPLACE_CMD call that is no longer needed
2015-03-23 01:44:43 +00:00
John Marino
ed9f597563 biology/segan: Limit GCC to 4.8 while waiting for update
Due to questionable c++, GCC 4.9 and newer cannot build seqan.  An update
has been in the works that will enable clang compilers and all versions
of GCC to build seqan, but it is not quite ready yet.  While waiting for
it, limit the version of GCC used to 4.8.

PR:	196851
2015-03-21 11:53:27 +00:00
Bryan Drewery
37a1520519 For the new USE_GITHUB with only GH_TAGNAME set default DISTNAME to
include GH_PROJECT/GH_ACCOUNT/GH_TAGNAME. This prevents the distfile
having the same name despite changing one of these values and causing
a bad checksum.

Differential Revision:	https://reviews.freebsd.org/D2103
Reviewed by:	mat
With hat:	bdrewery
2015-03-20 20:07:50 +00:00
Mathieu Arnold
45ca777110 Convert to new USE_GITHUB.
While there, cleanup.

Sponsored by:	Absolight
2015-03-20 09:43:20 +00:00
Baptiste Daroussin
873adcf645 Fix packaging as a user (pkg already takes care of credentials)
Strip binaries
2015-03-18 21:52:19 +00:00
Dmitry Marakasov
409a9aff40 - Simplify MASTER_SITES
- Strip libraries
2015-03-17 03:09:25 +00:00
Muhammad Moinur Rahman
da8394e59b biology/seaview: UNBREAK
- Update version 4.5.2=>4.5.3.4
- Add LICENSE (GPLv3)
- Remove PDFLIBS as OPTIONS as it is no loner an optional requirement

PR:		198602
Submitted by:	pi
Approved by:	bapt marino (implicit)
2015-03-16 12:07:49 +00:00
Adam Weinberger
9e00ce3f62 Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
  the plist was randomized before committing

A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier.
2015-03-12 23:00:02 +00:00
Dmitry Marakasov
a28b904955 - Add empty directory to plist 2015-03-11 14:41:53 +00:00
Mikhail Teterin
44305716cb Update from 7.1.1 to 7.1.2. 2015-03-11 13:44:21 +00:00
Mikhail Teterin
05b84dd275 Unbreak by upgrading to March 5, 2015 "release" from upstream.
Reduce restrictions from RESTRICTED to NO_CDROM -- the licensing
allows use by academic community as long as it is not redistributed.

Upstream still do not version their "releases", so next time they
reroll the tarball, the download will start breaking again. But
this time, it will be possible to fetch it from FreeBSD mirrors.

Hide most of the optional data files under the DOCS-option and
streamline various build-related scriptlets.
2015-03-08 23:13:21 +00:00
Mikhail Teterin
95461ffde0 Unbreak by updating from 7.0.1 to 7.1.1. Hopefully, the authors will
stop rerolling releases (and breaking downstream checksums) now.

While here, allow parallel builds (seems to work again now) and stop
extraction of unused subdirectories.
2015-03-08 18:34:42 +00:00
Bartek Rutkowski
9b9d6e55f6 biology/samtools: update 1.1 -> 1.2
PR:		198292
Submitted by:	Reed Cartwright <cartwright@asu.edu>
2015-03-06 12:53:58 +00:00
Bartek Rutkowski
e478a19bbf biology/htslib: update 1.1 -> 1.2.1
PR:		198291
Submitted by:	Reed Cartwright <cartwright@asu.edu>
2015-03-06 12:45:22 +00:00
Tilman Keskinoz
8281385109 Add a run dependency used by update_blastdb.pl
PR:		198331
Submitted by:	maintainer
2015-03-06 10:39:31 +00:00
Danilo Egea Gondolfo
de357d9a0c - Update to 1.13.10 2015-03-04 13:17:46 +00:00
Baptiste Daroussin
35c339abf0 Remove Authors from pkg-descr 2015-03-02 23:09:43 +00:00
Adam Weinberger
e2098037aa Remove TEST dependency on p5-Test-Simple when the version in core is
sufficient.

Thanks to az for showing me the light here.
2015-02-26 16:54:41 +00:00
Alexey Dokuchaev
4be0124f6e Update Unipro UGENE to version 1.16.0 (documentation was also rerolled). 2015-02-24 11:42:53 +00:00
Antoine Brodin
9939b90892 Mark BROKEN: Fails to link, tries to use internal fltk symbols
c++ -o seaview   seaview.o custom.o use_mase_files.o regions.o load_seq.o align.o xfmatpt.o comlines.o resource.o nexus.o viewasprots.o racnuc_fetch.o concatenate.o statistics.o trees.o treedraw.o addbootstrap.o least_squares_brl.o pseudoterminal.o unrooted.o pdf_or_ps.o svg.o threads.o Fl_Native_File_Chooser_FLTK.o raa_acnuc.o parser.o md5.o zsockr.o misc_acnuc.o dnapars.o protpars.o seq.o phylip.o lwl.o bionj.o phyml_util.o  \
      -L/usr/local/lib -lfltk_images -lfltk  \
     -lXft -lXext -lfontconfig -ljpeg -lpng -lXinerama -L/usr/local/lib -lpdf \
         -lX11 -lm -lz -pthread
seaview.o: In function `clipboard_contains_alignment(char const*)':
seaview.cxx:(.text+0x1c14): undefined reference to `fl_selection_buffer'

Reported by:	pkg-fallout
2015-02-21 07:35:32 +00:00
Kurt Jaeger
507078b95f biology/seqtools: 4.31 -> 4.32
- Blixem
  o Previously-unsupported GFF feature types can now be displayed
    as a new 'basic feature' type.
  o Styles are now applied to the detail view as well as the big
    picture, so feature display is more consistent across the two
    views.
  o Fix a bug where styles were not being applied to
    dynamically-loaded features.
- Dotter
  o Added a 'maximise' button for the greyramp tool.
  o Small fixes to inconsistencies in context-sensitive menus and
    keyboard shortcuts.
2015-02-12 12:04:09 +00:00
Antoine Brodin
e33aca5e9c Mark BROKEN: Checksum and size mismatch
Reported by:	pkg-fallout
2015-01-31 09:49:22 +00:00
Wen Heping
25c396da36 - Update to 3.6.6
PR:		197039
Submitted by:	antont@inbox.lv
2015-01-31 06:35:24 +00:00
Danilo Egea Gondolfo
70d5e84b97 - Update to 1.13.9 2015-01-30 21:49:29 +00:00
John Marino
70aa978888 misc/otter & biology/ariadne: Not jobs safe
The otter port tries to build libotter.a before an object is completely
built (share.o in my case) and ariadne tries to start building in a
directory before it is created (under multiple jobs).
2015-01-21 18:39:11 +00:00
Max Brazhnikov
e3e9f1f2a1 biology/py-biopython:
- Convert to options framework

Approved by:	portmgr blanket
2015-01-19 20:21:12 +00:00
John Marino
087ad79318 Designatate 4 ports as unsafe for parallel building
All had similar errors that it couldn't find something during the build,
yet built on a subsequent pass with no adjustments.  Most I've seen before
on previous bulk runs.
2015-01-19 17:43:57 +00:00
Wen Heping
6f070619c8 - Pass maintainership to submitter
PR:		196859
Submitted by:	Joseph Mingrone<jrm@ftfl.ca>
2015-01-19 12:11:25 +00:00
Sunpoet Po-Chuan Hsieh
b52921dbd8 - Simplify Makefile
- Use tab instead of space
- Sort PLIST
- Pass maintainership to perl@
2015-01-18 22:49:09 +00:00
Danilo Egea Gondolfo
8b16333687 - Update to 1.13.8 2015-01-14 13:15:49 +00:00
Antoine Brodin
f777d6edb9 Mark BROKEN: Unfetchable
Reported by:	pkg-fallout
2015-01-10 09:41:07 +00:00
Alexey Dokuchaev
74af9d60da Update to version 1.15.1. 2015-01-06 05:28:58 +00:00
Kurt Jaeger
b1d45090b4 biology/tinker: 6.2.6 -> 7.0.1
PR:		196376
Submitted by:	Nikola Kolev <koue@chaosophia.net>
2015-01-04 15:21:12 +00:00
Marcus von Appen
49cb3686eb - Convert USE_PYTHON -> USES leftovers missed in the previous commits
Spotted by:	antoine
With hat:	python
2015-01-04 08:23:23 +00:00
Thomas Zander
8326165d33 Update to upstream version 36
PR:		196339
Submitted by:	koue@chaosophia.net
2015-01-01 18:17:53 +00:00
Rene Ladan
8bda684e01 Remove expired ports:
2015-01-01 biology/boinc-simap: Project shutting down, see http://boincsimap.org/boincsimap/forum_thread.php?id=88
2015-01-01 security/openssh-portable-base: Overwrite-base option/port/pkg will be removed. There is no real need for foot-shooting.
2015-01-01 devel/cedet: Fails to build, use Emacs' builtin cedet package instead
2015-01-01 devel/ecb: does not work with newer Emacs versions, use the elpa package instead
2015-01-01 01:13:11 +00:00
Michael Gmelin
de85d6b218 Fix PKGNAMEPREFIX of biology/ncbi-blast+, so that the resulting package is
named like the port.

Approved by:	mentors (implicit)
2014-12-31 00:31:55 +00:00
Michael Gmelin
a4f3630a73 Rename biology/ncbi-blast to biology/ncbi-blast+
Approved by:	mentors (implicit)
2014-12-30 20:03:13 +00:00
Wen Heping
6453105b31 - Update to 5.11.0
PR:		196377
Submitted by:	koue@chaosophia.net
2014-12-30 12:57:53 +00:00
Baptiste Daroussin
65f52fb48c Convert to USES=autoreconf 2014-12-28 19:14:13 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +00:00
Muhammad Moinur Rahman
6d2e8f9aeb Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by:	bapt
2014-12-24 00:14:11 +00:00
Baptiste Daroussin
a2b3272168 Cleanup plist 2014-12-20 17:27:08 +00:00
Pawel Pekala
a28c9784b3 - Upadate biology/mopac to version 1.15
- Bump affected ports
- Switch ports to new mastersite, add LICENSE
- Reformat ports pkg descriptions

PR:		194493
Submitted by:	tkato432@yahoo.com
2014-12-16 22:10:23 +00:00
Pawel Pekala
dc1d64b572 Samtools implements various utilities for post-processing alignments in the
SAM, BAM, and CRAM formats, including indexing, variant calling (in conjunction
with bcftools), and a simple alignment viewer.

WWW: http://www.htslib.org/

PR:		195592
Submitted by:	Reed A. Cartwright <cartwright@asu.edu>
2014-12-15 21:59:19 +00:00
Pawel Pekala
91bd9cdb68 HTSlib is an implementation of a unified C library for accessing common file
formats, such as SAM, CRAM, VCF, and BCF, used for high-throughput sequencing
data. It is the core library used by samtools and bcftools.

WWW: http://www.htslib.org/

PR:		195591
Submitted by:	Reed A. Cartwright <cartwright@asu.edu>
2014-12-14 22:35:07 +00:00
Kurt Jaeger
c66ecfff29 biology/seqtools: 4.30 -> 4.31
Some changes to sqlite dependencies
2014-12-13 18:10:31 +00:00
Wen Heping
779caccc0b - Update to 2.39
Changes: http://cpansearch.perl.org/src/LDS/Bio-Graphics-2.39/Changes
2014-12-07 07:44:06 +00:00
Wen Heping
05a45a398d - Update to 0.58 2014-12-07 04:41:47 +00:00
Wen Heping
26a6c65f8e - Update to 3.6.5
- Reset maintainer to ports@
2014-12-06 14:54:48 +00:00
Alexey Dokuchaev
085ce877c7 Update to version 1.15.0. 2014-12-03 01:40:54 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Kurt Jaeger
0c6932686b biology/seqtools: 4.29 -> 4.30
- Blixem
  o Fix potential crash with internal processing
  o Fix two bugs in data input
2014-11-04 13:19:23 +00:00
Pawel Pekala
5d0682fe2b - Update to version 3.696
- Add LICENSE, no EXAMPLES included in distfile now
- Rework pkg-descr, remove author info - it's available on homepage

PR:		194163
Submitted by:	tkato432@yahoo.com
2014-11-02 14:13:59 +00:00
Baptiste Daroussin
99a3e8559c Cleanup plist 2014-10-20 07:10:48 +00:00
Marcus von Appen
57f1865da8 - Convert ports from benchmarks/ and biology/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-19 07:38:11 +00:00
Alex Kozlov
43a22bb0dd - Fix various distinfo errors
- Remove unused USE_* knobs
- Fix typos in USE_* knobs
- Remove empty lines after .include <bsd.port.mk>

Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D911
2014-10-16 08:55:30 +00:00
Kurt Jaeger
cb7f36c606 biology/seqtools: 4.28 -> 4.29
- Blixem
  o Added the facility to run Dotter on an ad-hoc sequence (RT:408836).
  o Added the facility to run Dotter against a transcript.
- Dotter
  Minimise the greyramp tool to a simple contrast slider. Use
  Ctrl-G to toggle between this and the full greyramp tool.
- Belvu
  Fix a bug with tree bootstrapping in Belvu.
2014-10-15 18:46:05 +00:00
Alexey Dokuchaev
211de67db6 Update to version 1.14.2. 2014-10-13 11:01:51 +00:00
Wen Heping
737aed1647 - Update to 0.10
PR:		194309
Submitted by:	jwbacon@tds.net(maintainer)
2014-10-12 03:16:10 +00:00
Rene Ladan
6eaba7c83c Fix pkg-plist
Submitted by:	bapt
2014-10-08 10:06:03 +00:00
Rene Ladan
48f330fb16 biology/boinc-simap: clean up pkg-plist
Requested by:	bapt
2014-10-08 09:25:33 +00:00
John Marino
35bfc60170 Add new port biology/ncbi-blast
PR:		190854
Submitted by:	Jason Bacon

The Basic Local Alignment Search Tool (BLAST) finds regions of local
similarity between sequences. The program compares nucleotide or protein
sequences to sequence databases and calculates the statistical
significance of matches. BLAST can be used to infer functional and
evolutionary relationships between sequences as well as help identify
members of gene families.
2014-10-06 20:16:35 +00:00
Sunpoet Po-Chuan Hsieh
c86b04b3b8 - Update to 2.6.0
- Update MASTER_SITES
- Add my LOCAL to MASTER_SITES
- Use USE_CSTD
- Use MAKE_CMD
- Reformat pkg-descr
- Update WWW
- Take maintainership
- Bump PORTREVISION for devel/protobuf shlib change

Changes:	https://code.google.com/p/protobuf/source/browse/trunk/CHANGES.txt
2014-10-04 15:12:44 +00:00
Dirk Meyer
1fa583c33d - any version for RUN_DEPENDS 2014-09-21 13:44:58 +00:00
Dirk Meyer
987e15957a - update RUN_DEPENDS for rubygems-dbi 2014-09-21 09:51:18 +00:00
Rene Ladan
aadb2b3941 biology/boinc-simap: Deprecate, project shutting down on 2015-01-01
Obtained from:	http://boincsimap.org/boincsimap/forum_thread.php?id=88
2014-09-19 23:05:44 +00:00
Tijl Coosemans
3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
2014-09-13 15:11:27 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Antoine Brodin
4a46976840 Fix MASTER_SITES
Submitted by:	tijl@
2014-09-05 09:25:45 +00:00
Baptiste Daroussin
5ead879a85 Second run at cleaning out non staged ports without pending PR 2014-09-02 12:45:01 +00:00
Baptiste Daroussin
a76b6b5c50 Remove non staged ports without pending PR from b* 2014-09-01 11:37:14 +00:00
Alexey Dokuchaev
19bbb2d91d - Update Unipro UGENE and documentation to version 1.14.0
- Remove patches integrated upstream (it's nice to have direct contact)
- Sort USES and pkg-plist, cleanup Makefile a bit while here

Approved by:	maintainer (implicit)
2014-09-01 07:38:59 +00:00
Rene Ladan
b414c79f50 biology/crux: stage, modernize, add license (BSD[23]CLAUSE), cleanups
PR:		193026
Submitted by:	Ports Fury
2014-08-26 20:39:05 +00:00
Dmitry Marakasov
336c45a97e - Stagify
- Fix build
2014-08-25 17:19:31 +00:00
Kurt Jaeger
690da7ea38 update ports:
biology/phrab
	biology/phred
	biology/consed

Although these programs are licensed freely for academic and nonprofit
purposes, users have to contact the authors to obtain the tarballs.

PR:		191336
Submitted by:	mzaki@m.u-tokyo.ac.jp (maintainer)
2014-08-23 18:04:58 +00:00
Adam Weinberger
f42216be44 Fix build. Hopefully it doesn't break the app. 2014-08-22 00:33:16 +00:00
Adam Weinberger
00b0c72489 Fix build on -current by un-clobbering LDFLAGS. Also, don't
mute installation commands.
2014-08-15 16:37:37 +00:00
Wen Heping
f6912d8c17 - Update to 5.10.2
PR:		192198
Submitted by:	tkato432@yahoo.com
2014-08-10 06:21:53 +00:00
Marcus von Appen
900db324a3 Convert the Python framework bits to USES=python.
Please use USES=python instead of USE_PYTHON.

  USE_PYTHON=yes becomes USES=python
  USE_PYTHON=2.7+ becomes USES=python:2.7+
  USE_PYTHON_BUILD=3.3 becomes USES=python:3.3,build
  ...

A new PYTHON_FEATURES variable was added, which enables certain features for a
port and replaces some knobs at the same time;

  PYTHON_FEATURES=distutils replaces USE_PYDISTUTILS
  PYTHON_FEATURES=autoplist replaces PYDISTUTILS_AUTOPLIST
  PYTHON_FEATURES=py3kplist replaces PYTHON_PY3K_PLIST_HACK
  PYTHON_FEATURES=noegginfo replaces PYDISTUTILS_NOEGGINFO
  PYTHON_FEATURES=concurrent replaces PYTHON_CONCURRENT_INSTALL
  PYTHON_FEATURES=pythonprefix replaces USE_PYTHON_PREFIX

Some knobs have been deprecated and are to be removed in the near future:

  PYTHON_MASTER_SITES - use MASTER_SITE_PYTHON instead
  PYTHON_PKGNAMESUFFIX - use PYTHON_PKGNAMEPREFIX instead
  PYDISTUTILS_INSTALLNOSINGLE - deprecated without replacement

Some knobs have been removed completely:

  PYTHON_MASTER_SITE_SUBDIR
  PYTHON_DISTNAME
  PYTHON_WRKSRC

Several variables specific to the Python framework are no longer passed to the
build environment to avoid polluting dependency builds.

  PYTHON_VERSION is not passed to .MAKEFLAGS anymore
  PYTHON_DEFAULT_VERSION,
  PYTHON_DEFAULT_PORTVERSION and
  PYTHONBASE are not passed to the make environment anymore

The conversion required a couple of ports to be updated to fit the changes and
new requirements. Those included "bsd.python.mk" directly or contained checks
in places, for which the USES framework would fail to provide correct values.

Python modules directly using the upstream Python package (such as py-tkinter
or py-sqlite3) were updated to avoid using the now unnecessary and remmoved
knobs from "bsd.python.mk".

Phabric:	D399
exp-run:	167368 192357
PR:		167368 192357
Reviewed by:	antoine, wg
Exp-run award:	antoine
With hat:	python@
Approved by:	portmgr
2014-08-09 15:44:27 +00:00
Dmitry Marakasov
217a3cf99c - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-08-06 16:05:49 +00:00
Baptiste Daroussin
895c00dee5 USES=execinfo 2014-08-04 23:06:21 +00:00
Kurt Jaeger
5b6feafc67 biology/p5-bioperl-run: 1.6.1 -> 1.6.901, unbreak, stagify 2014-08-04 08:54:10 +00:00
Kurt Jaeger
4c3f73622a biology/p5-bioperl: fix pkg-descr sidenote link 2014-08-04 04:32:38 +00:00
Adam Weinberger
bb66307960 Add a DOCS option. 2014-08-03 21:44:23 +00:00
Kurt Jaeger
ee152dadd7 biology/seqtools: 4.27 -> 4.28 2014-07-31 03:17:54 +00:00
Adam Weinberger
a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00
Adam Weinberger
bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00
Adam Weinberger
b5e31c70a1 Rename biology/ patch-xy patches to reflect the files they modify. 2014-07-28 14:22:16 +00:00
Wen Heping
aa18ea4cb6 - Update to 1.6.924 [1]
- Reset maintainer to perl@

PR:		192088 [1]
Submitted by:	Kurt Jaeger<pi@FreeBSD.org> [1]
2014-07-27 07:27:17 +00:00
Mathieu Arnold
6800031748 Really fix.
Sponsored by:	Absolight
2014-07-25 23:08:58 +00:00
Mathieu Arnold
3c328a52a2 Fix build.
Sponsored by:	Absolight
2014-07-25 15:06:46 +00:00
Kurt Jaeger
f5a09e89e1 biology/p5-Bio-Graphics: 2.37 -> 2.38 2014-07-24 09:48:03 +00:00
Baptiste Daroussin
64620e9118 Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-23 16:44:27 +00:00
Dmitry Marakasov
646f175619 - Switch to USES=libtool, drop .la files
- Fix shebangs

Approved by:	portmgr blanket
2014-07-22 22:12:15 +00:00
John Marino
4fa4056388 biology/mummer: Use OPSYS with OSVERSION
I don't think selecting clang as a function of OSVERSION is generally
desired, but if it's going to happen, make sure FreeBSD-specific
conditions are limited to FreeBSD by comparing OPSYS first.
2014-07-19 22:00:16 +00:00
John Marino
dbb41fc2bf biology/garlic: Stage properly to unbreak
The main problem was the WRKDIR is not within STAGEDIR.  Fix this while
moving all the directory creation steps into one.  While here
set TAR to use switches as outlined in its man page.

Also, the permission setting in stagedir is not necessary, so it's simply
been removed.
2014-07-17 10:13:06 +00:00
Adam Weinberger
44eaadcb75 Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example.
2014-07-15 23:11:12 +00:00
Adam Weinberger
e7e692da08 Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
While here, use OPTIONS helpers and re-enable manpage installation.
2014-07-15 14:54:54 +00:00
John Marino
74a0052cf9 biology/platon: Unbreak by hosting known distfiles elsewhere
The distfiles are regenerated often, too frequently to be suitable for
ports.  Fonz has decided to host the tarball of a known version to
restore this unmaintained port.

PR:		191685
Submitted by:	Fonz
2014-07-13 11:27:44 +00:00
Kurt Jaeger
c633e61a10 biology/seqtools: 4.26 -> 4.27 2014-07-12 18:56:03 +00:00
Adam Weinberger
55550f84bb Use gcc on all platforms.
PR:		191692
Submitted by:	maintainer
2014-07-10 22:29:52 +00:00
Vanilla I. Shu
1dc5f0c755 Stagify.
Approved by:	portmgr@ (blanket)
2014-07-06 16:05:34 +00:00
Adam Weinberger
ea1babb4f7 Missed a NOPORTDOCS. 2014-07-05 00:15:40 +00:00
Adam Weinberger
0cf8ed500c Remove NOPORTDOCS and NOPORTEXAMPLES from unstaged ports. Stage a couple while
we're here. Remove any other references to NOPORT*.

Approved by:	portmgr (blanket for modernization)
2014-07-04 23:46:52 +00:00
Martin Wilke
bd48d39657 - Chase database/sqlite3 slib bump
Approved by:	portmgr (myself)
2014-06-27 17:21:06 +00:00
Martin Wilke
2a912e1c5e Fix compilation on 10+ (clang)
Fix format of WWW entry in pkg-descr

PR:		190798
2014-06-27 14:14:01 +00:00
Wen Heping
f47ad7b877 - Mark BROKEN
Approved by:	portmgr@(implicit)
2014-06-26 14:38:10 +00:00
Antoine Brodin
063f95149a Put HOME in MAKE_ARGS to handle pverride of HOME in MAKE_ENV from bsd.port.mk 2014-06-25 08:55:55 +00:00
Baptiste Daroussin
3078c82f53 Use MAKE_CMD instead of GMAKE
With hat:	portmgr
2014-06-24 22:02:32 +00:00