aboutsummaryrefslogtreecommitdiff
path: root/biology
Commit message (Collapse)AuthorAgeFilesLines
* - Update biology/seqan and bilogy/seqan-apps to version 2.2.0 [1]Pawel Pekala2016-09-146-28/+39
| | | | | | | | | | - Fix spelling in pkg-descr PR: 212682 [1] Submitted by: Hannes Hauswedell (maintainer) [1] Notes: svn path=/head/; revision=422156
* GOOGLE_CODE has gone away.Mathieu Arnold2016-09-141-0/+2
| | | | | | | | | | | | | - If a port has another upstream, remove GOOGLE_CODE - If a port only has GOOGLE_CODE mark it BROKEN Some ports have a local mirror configured but for security reasons, it is not considered upstream. Sponsored by: Absolight Notes: svn path=/head/; revision=422140
* - Update to 0.8.22Dmitry Marakasov2016-09-132-4/+4
| | | | | | | | PR: 212603 Submitted by: jrm@ftfl.ca (maintainer) Notes: svn path=/head/; revision=422046
* biology/ncbi-blast+: Remove redundant LIB_DEPENDS (bz2 libary)John Marino2016-09-111-3/+2
| | | | | | | | | | All support platforms have libbz2.so in base, so this port will never pull in archivers/bzip2. Approved by: just-fix-it Notes: svn path=/head/; revision=421794
* - Update to 1.72Wen Heping2016-09-112-4/+4
| | | | | | | Changes: http://search.cpan.org/~cjfields/Bio-ASN1-EntrezGene-1.72/ Notes: svn path=/head/; revision=421793
* Most commonly used build systems support silent builds, when theyDmitry Marakasov2016-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534 Notes: svn path=/head/; revision=421635
* - Make configure script handle --disable-silent-rules gracefullyDmitry Marakasov2016-09-061-1/+1
| | | | | | | | PR: 212075 Approved by: portmgr blanket Notes: svn path=/head/; revision=421424
* - Update to 0.8.20Wen Heping2016-09-062-4/+4
| | | | | | | | PR: 212399 Submitted by: jrm@ftfl.ca(maintainer) Notes: svn path=/head/; revision=421406
* - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk withTijl Coosemans2016-09-052-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mk/Uses/linux.mk. - Replace USE_LINUX=yes with USES+=linux and USE_LINUX=(.*) with USES+=linux:\1 in all ports. - Replace USE_LINUX_APPS with USE_LINUX in all ports. - Use INSTALL_SCRIPT instead of INSTALL_PROGRAM to install scripts in some ports. - When USE_LINUX_RPM is defined, simplify the way DISTFILES and EXTRACT_ONLY are defined. - Remove BRANDELF_DIRS and BRANDELF_FILES handling. In the very rare cases that it is still necessary ports can run ${BRANDELF} from post-patch. - Remove AUTOMATIC_PLIST handling. Only one port used it. - Fix Linux MASTER_SITES. - Replace OVERRIDE_LINUX_BASE_PORT and OVERRIDE_LINUX_NONBASE_PORTS with default versions framework. - bsd.port.mk: - Move Linux related bits to Uses/linux.mk, except USE_LINUX_PREFIX. - Put USE_LINUX_PREFIX handling after USES processing. - Define DOCSDIR, DATADIR, etc. after handling USE_LINUX_PREFIX so it can give these variables a different default value. - When a package needs to run Linux ldconfig check before installation if Linux support is enabled. - emulators/linux_base-*: - Use USES=linux and remove duplication. - Remove files/lp. FreeBSD or CUPS lp(1) should work. - Remove files/yp.conf. No longer seems to be used. - Remove pkg-deinstall and move pkg-install into pkg-plist. - Update pkg-descr and pkg-message. - Fix handling of ldconfig cache in pkg-plist. - devel/fb-adb: Use a Linux shell to run a Linux script but patch the script to use FreeBSD mkdir so mkdir -p $path creates $path and not /compat/linux/$path. PR: 211645 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=421387
* biology/molden: 5.4 -> 5.7Kurt Jaeger2016-08-262-6/+4
| | | | | | | | | | | | | - Adds editable text fields that are longer than the visible string and introduces a new way of selecting a range of amino acids. - introduces interfaces to the open source packages openbabel and pharmer. Openbabel is used to create 2D images of the molecules in a .sdf file. It is also used to do 2D fingerprint searching. Pharmer is used to pharmacophore (3D) searching against indexed databases of .sdf files. Notes: svn path=/head/; revision=420890
* Update to version 0.8.19Pawel Pekala2016-08-252-4/+4
| | | | | | | | PR: 212145 Submitted by: Joseph Mingrone (maintainer) Notes: svn path=/head/; revision=420873
* - Mark BROKEN: does not fetch (distfile was removed from ftp)Dmitry Marakasov2016-08-221-0/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=420601
* biology/bedtools is not jobs safeJohn Marino2016-08-221-0/+2
| | | | | | | | The version.o target tries to use version_git.h before that header is created. Notes: svn path=/head/; revision=420587
* - Switch to options helpersDmitry Marakasov2016-08-183-16/+11
| | | | | | | | - Regenerate patches with `make makepatch` - Mark WXGTK option broken: does not build: src/convErr/gc_errhandling.cpp:75:12: error: cannot initialize return object of type 'const char *' with an rvalue of type 'const wxChar *' (aka 'const wchar_t *') Notes: svn path=/head/; revision=420392
* Update biology/diamond to 0.8.18.Brad Davis2016-08-142-4/+4
| | | | | | | | | PR: 211845 Submitted by: Joseph Mingrone <jrm@ftfl.ca> (maintainer) Approved by: bdrewery (implicit) Notes: svn path=/head/; revision=420200
* - Update to 1.9 [1]Wen Heping2016-08-082-10/+8
| | | | | | | | | | | | | | - Moved to github [1] - Depend on newer sqlalchemy10 [1] - Update pkg-descr and WWW [1] - Limit python to -2.7 [2] - Reset maintainer to python@ for better maintain PR: 211621 Submitted by: pi@ [1], koobs@ [2] Notes: svn path=/head/; revision=419818
* Update to version 0.8.17Pawel Pekala2016-08-052-5/+5
| | | | | | | | PR: 211582 Submitted by: Joseph Mingrone (maintainer) Notes: svn path=/head/; revision=419710
* biology/seqtools: 4.42.1 -> 4.43.0Kurt Jaeger2016-07-313-17/+227
| | | | | | | | | ftp://ftp.sanger.ac.uk/pub4/resources/software/seqtools/PRODUCTION/release_notes.html - Mark broken on 9.x: Fails to build due to C++ std issues Notes: svn path=/head/; revision=419380
* Update to upstream release 0.8.16Thomas Zander2016-07-242-4/+4
| | | | | | | | PR: 211335 Submitted by: jrm@ftfl.ca (maintainer) Notes: svn path=/head/; revision=419014
* Cleanup $() variables in ports Makefiles.Mathieu Arnold2016-07-201-1/+1
| | | | | | | | | | Mostly replace with ${}, but sometime, replace with $$() because it is what was intended in the first place. (I think.) Sponsored by: Absolight Notes: svn path=/head/; revision=418840
* - update libgd to 2.2.2Dirk Meyer2016-07-201-1/+1
| | | | | | | | | | | | | | - new MASTER_SITES - add security patch PR: 210913 Submitted by: Piotr Kubaj MFH: 2016Q3 Security: CVE-2015-8874 Security: CVE-2016-3074 Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 Notes: svn path=/head/; revision=418829
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-193-4/+5
| | | | | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418767
* Trim excess tabs, no-op changePawel Pekala2016-07-141-13/+13
| | | | Notes: svn path=/head/; revision=418546
* Update to version 0.8.14Pawel Pekala2016-07-142-4/+4
| | | | | | | | PR: 211078 Submitted by: Joseph Mingrone (maintainer) Notes: svn path=/head/; revision=418544
* - Update to 0.8.11Dmitry Marakasov2016-07-072-5/+5
| | | | | | | | PR: 210877 Submitted by: jrm@ftfl.ca (maintainer) Notes: svn path=/head/; revision=418187
* Remove expired ports without open PRs:Rene Ladan2016-07-047-161/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2016-07-04 security/openpgpsdk: Broken for more than 6 months 2016-07-04 security/radiusniff: Broken for more than 6 months 2016-07-04 security/pear-Auth_OpenID: Broken for more than 6 months 2016-07-04 security/sshit: Broken for more than 6 months 2016-07-04 security/ifd-slb_rf60: Broken for more than 6 months 2016-07-04 security/rainbowcrack: Broken for more than 6 months 2016-07-04 security/vlog: Broken for more than 6 months 2016-07-04 security/cryptstring: Broken for more than 6 months 2016-07-04 x11/libdnd: Broken for more than 6 months 2016-07-04 x11/xlupe: Broken for more than 6 months 2016-07-04 x11/xco: Broken for more than 6 months 2016-07-04 x11/xclick: Broken for more than 6 months 2016-07-04 devel/ocfpcsc: Broken for more than 6 months 2016-07-04 devel/dits: Broken for more than 6 months 2016-07-04 devel/ruby-cache: Broken for more than 6 months 2016-07-04 devel/rapidsvn: Broken for more than 6 months 2016-07-04 devel/svnkit: Broken for more than 6 months 2016-07-04 devel/py-EnthoughtBase: Broken for more than 6 months 2016-07-04 devel/cl-uffi: Broken for more than 6 months 2016-07-04 devel/ruby-event-loop: Broken for more than 6 months 2016-07-04 devel/libqxt: Broken for more than 6 months 2016-07-04 devel/dasm: Broken for more than 6 months 2016-07-04 devel/libopendaap: Broken for more than 6 months 2016-07-04 devel/cl-uffi-sbcl: Depends on expiring devel/cl-uffi 2016-07-04 devel/cvs2p4: Broken for more than 6 months 2016-07-04 devel/bufferpool: Broken for more than 6 months 2016-07-04 devel/ifd-test: Broken for more than 6 months 2016-07-04 devel/eric4: Broken for more than 6 months 2016-07-04 devel/uclmmbase: Broken for more than 6 months 2016-07-04 devel/obfuscatejs: Broken for more than 6 months 2016-07-04 devel/oniguruma: Broken for more than 6 months 2016-07-04 devel/libbnr: Broken for more than 6 months 2016-07-04 devel/c4: Broken for more than 6 months 2016-07-04 devel/memcheck: Broken for more than 6 months 2016-07-04 devel/liblcfg: Broken for more than 6 months 2016-07-04 devel/omake: Broken for more than 6 months 2016-07-04 devel/svndelta: Broken for more than 6 months 2016-07-04 devel/papp: Broken for more than 6 months 2016-07-04 devel/mk: Broken for more than 6 months 2016-07-04 devel/avltree: Broken for more than 6 months 2016-07-04 devel/cbind: Broken for more than 6 months 2016-07-04 devel/tclgetopts: Broken for more than 6 months 2016-07-04 devel/antlrworks: Broken for more than 6 months 2016-07-04 devel/acme: Broken for more than 6 months 2016-07-04 devel/libopensync022: Broken for more than 6 months 2016-07-04 archivers/epkg: Broken for more than 6 months 2016-07-04 print/enscriptfonts: Broken for more than 6 months 2016-07-04 print/mup: Broken for more than 6 months 2016-07-04 lang/lua-mode.el: Broken for more than 6 months 2016-07-04 lang/s9fes: Broken for more than 6 months 2016-07-04 lang/alisp: Broken for more than 6 months 2016-07-04 lang/intel2gas: Broken for more than 6 months 2016-07-04 lang/stalin: Broken for more than 6 months 2016-07-04 french/eric4: Depends on expiring devel/eric4 2016-07-04 textproc/exslt: Broken for more than 6 months 2016-07-04 textproc/xt: Broken for more than 6 months 2016-07-04 textproc/ssddiff: Broken for more than 6 months 2016-07-04 textproc/xslint: Broken for more than 6 months 2016-07-04 textproc/cbedic: Broken for more than 6 months 2016-07-04 textproc/tralics: Broken for more than 6 months 2016-07-04 textproc/docbookide.el: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-AdditionalReports: Broken for more than 6 months 2016-07-04 textproc/tdhkit: Broken for more than 6 months 2016-07-04 textproc/p5-Groonga-API: Broken for more than 6 months 2016-07-04 textproc/glpi-plugins-DataInjection: Broken for more than 6 months 2016-07-04 dns/ldnsm: Broken for more than 6 months 2016-07-04 japanese/guesswork-classic: Broken for more than 6 months 2016-07-04 japanese/texinfo: Broken for more than 6 months 2016-07-04 japanese/jyuroku: Broken for more than 6 months 2016-07-04 japanese/mtools: Broken for more than 6 months 2016-07-04 palm/pdbar: Broken for more than 6 months 2016-07-04 graphics/gplot: Broken for more than 6 months 2016-07-04 graphics/white_dune: Broken for more than 6 months 2016-07-04 graphics/whirlgif: Broken for more than 6 months 2016-07-04 graphics/libaux: Broken for more than 6 months 2016-07-04 graphics/import-pictures: Broken for more than 6 months 2016-07-04 math/xgobi: Broken for more than 6 months 2016-07-04 math/fricas: Broken for more than 6 months 2016-07-04 math/dcdflib: Broken for more than 6 months 2016-07-04 math/libneural: Broken for more than 6 months 2016-07-04 math/open-axiom: Broken for more than 6 months 2016-07-04 irc/nefarious: Broken for more than 6 months 2016-07-04 irc/slirc: Broken for more than 6 months 2016-07-04 irc/ratbox-respond: Broken for more than 6 months 2016-07-04 irc/qwebirc: Broken for more than 6 months 2016-07-04 biology/platon: Broken for more than 6 months 2016-07-04 news/slnr: Broken for more than 6 months 2016-07-04 science/jmol: Broken for more than 6 months 2016-07-04 net/nstxd: Broken for more than 6 months 2016-07-04 net/sprinkle: Broken for more than 6 months 2016-07-04 editors/ssam: Broken for more than 6 months 2016-07-04 editors/fb: Broken for more than 6 months 2016-07-04 misc/quotes: Broken for more than 6 months 2016-07-04 misc/boxquote.el: Broken for more than 6 months 2016-07-04 misc/pypanda: Broken for more than 6 months 2016-07-04 misc/cuecat: Broken for more than 6 months 2016-07-04 deskutils/displaycalibrator: Broken for more than 6 months 2016-07-04 german/eric4: Depends on expiring devel/eric4 2016-07-04 multimedia/vic: Depends on expiring devel/uclmmbase 2016-07-04 multimedia/ggrab: Broken for more than 6 months 2016-07-04 emulators/dynamips: Broken for more than 6 months 2016-07-04 emulators/dynamips-devel: Broken for more than 6 months 2016-07-04 emulators/sim6811: Broken for more than 6 months 2016-07-04 emulators/minivmac: Broken for more than 6 months 2016-07-04 cad/qcad-partslib: Broken for more than 6 months 2016-07-04 comms/dump1090_mr: Broken for more than 6 months 2016-07-04 x11-fm/asfiles: Depends on expiring x11/libdnd 2016-07-04 x11-fonts/fonts-te: Broken for more than 6 months 2016-07-04 sysutils/rsyncmanager: Broken for more than 6 months 2016-07-04 sysutils/jfbterm: Broken for more than 6 months 2016-07-04 sysutils/daedalus: Broken for more than 6 months 2016-07-04 sysutils/pcfclock: Broken for more than 6 months 2016-07-04 sysutils/vlogger: Broken for more than 6 months 2016-07-04 sysutils/bontmia: Broken for more than 6 months 2016-07-04 mail/pop3gwd: Broken for more than 6 months 2016-07-04 mail/mailtray: Broken for more than 6 months 2016-07-04 mail/pflogstats: Broken for more than 6 months 2016-07-04 mail/exact: Broken for more than 6 months 2016-07-04 mail/wmpop3: Broken for more than 6 months 2016-07-04 mail/qmail-conf: Broken for more than 6 months 2016-07-04 mail/gld: Broken for more than 6 months 2016-07-04 mail/dsbl-testers: Broken for more than 6 months 2016-07-04 mail/vqregister: Broken for more than 6 months 2016-07-04 mail/atmail: Broken for more than 6 months 2016-07-04 mail/ml: Broken for more than 6 months 2016-07-04 net-im/icb: Broken for more than 6 months 2016-07-04 net-im/cicquin: Broken for more than 6 months 2016-07-04 net-im/pidgin-manualsize: Broken for more than 6 months 2016-07-04 net-im/pidgin-rhythmbox: Broken for more than 6 months 2016-07-04 russian/eric4: Depends on expiring devel/eric4 2016-07-04 russian/fortune-bashorgru: Broken for more than 6 months 2016-07-04 www/xpi-clearfields: Broken for more than 6 months 2016-07-04 www/pecl-varnish: Broken for more than 6 months 2016-07-04 www/py-requests-oauth-hook: Broken for more than 6 months 2016-07-04 www/hudson: Broken for more than 6 months 2016-07-04 www/xpi-mldonkey: Broken for more than 6 months 2016-07-04 www/xpi-cookiesafe: Broken for more than 6 months 2016-07-04 www/trac-mastertickets: Broken for more than 6 months 2016-07-04 www/dotclear: Broken for more than 6 months 2016-07-04 www/ruby-wgettsv: Broken for more than 6 months 2016-07-04 www/wwwstat: Broken for more than 6 months 2016-07-04 www/xpi-prism: Broken for more than 6 months 2016-07-04 www/xpi-fasterfox: Broken for more than 6 months 2016-07-04 www/siteframe: Broken for more than 6 months 2016-07-04 www/py-urljr: Broken for more than 6 months 2016-07-04 www/reviewboard: Broken for more than 6 months 2016-07-04 www/xpi-tabletools: Broken for more than 6 months 2016-07-04 www/wikindx: Broken for more than 6 months 2016-07-04 www/typolight: Broken for more than 6 months 2016-07-04 www/varnish-libvmod-header: Broken for more than 6 months 2016-07-04 www/xpi-gbrain: Broken for more than 6 months 2016-07-04 www/trac-robotstxt: Broken for more than 6 months 2016-07-04 www/simplog: Broken for more than 6 months 2016-07-04 www/chtml: Broken for more than 6 months 2016-07-04 databases/postgresql_autodoc: Broken for more than 6 months 2016-07-04 databases/oracle_odbc_driver: Broken for more than 6 months 2016-07-04 databases/mysql-xql: Broken for more than 6 months 2016-07-04 databases/mysql-udf-sys: Broken for more than 6 months 2016-07-04 games/lucidlife: Broken for more than 6 months 2016-07-04 games/gma: Broken for more than 6 months 2016-07-04 games/smiley: Broken for more than 6 months 2016-07-04 games/noegnud-littlehack: Broken for more than 6 months 2016-07-04 games/sdlquake2: Broken for more than 6 months 2016-07-04 games/daimonin: Depends on expiring games/daimonin-music 2016-07-04 games/noegnud-nethack: Broken for more than 6 months 2016-07-04 games/xbomber: Broken for more than 6 months 2016-07-04 games/xwelltris: Broken for more than 6 months 2016-07-04 games/ftjava: Broken for more than 6 months 2016-07-04 games/daimonin-music: Broken for more than 6 months 2016-07-04 games/gno3dtet: Broken for more than 6 months 2016-07-04 games/qtv: Broken for more than 6 months 2016-07-04 games/xwordpy: Broken for more than 6 months 2016-07-04 games/netris: Broken for more than 6 months 2016-07-04 games/rt2-demo: Broken for more than 6 months 2016-07-04 games/noegnud-addons: Broken for more than 6 months 2016-07-04 games/noegnud-nethack-deet: Broken for more than 6 months 2016-07-04 games/live-f1: Broken for more than 6 months 2016-07-04 games/xonix: Broken for more than 6 months 2016-07-04 games/fgkicker: Broken for more than 6 months 2016-07-04 games/tank: Depends on expiring graphics/libaux 2016-07-04 games/linux-nwserver: Broken for more than 6 months 2016-07-04 games/quake2-zaero: Broken for more than 6 months 2016-07-04 games/pyching: Broken for more than 6 months 2016-07-04 games/thevalley: Broken for more than 6 months 2016-07-04 games/xroads: Broken for more than 6 months 2016-07-04 games/fxsudoku: Broken for more than 6 months 2016-07-04 games/sudoku: Broken for more than 6 months 2016-07-04 games/kmancala: Broken for more than 6 months 2016-07-04 games/plonx: Broken for more than 6 months 2016-07-04 games/wmminichess: Broken for more than 6 months 2016-07-04 games/noegnud-slashem: Broken for more than 6 months 2016-07-04 games/latrine: Broken for more than 6 months 2016-07-04 games/pysycache-themes: Broken for more than 6 months 2016-07-04 games/nibbles: Broken for more than 6 months 2016-07-04 games/hlstatsx: Broken for more than 6 months 2016-07-04 audio/streamtuner: Broken for more than 6 months 2016-07-04 audio/mangler: Broken for more than 6 months 2016-07-04 audio/hawkvoice: Broken for more than 6 months 2016-07-04 audio/alac: Broken for more than 6 months 2016-07-04 x11-wm/e-module-mpdule: Broken for more than 6 months 2016-07-04 x11-wm/e-module-tclock: Broken for more than 6 months 2016-07-04 x11-wm/musca: Broken for more than 6 months 2016-07-04 x11-wm/e-module-places: Broken for more than 6 months 2016-07-04 x11-wm/e-module-forecasts: Broken for more than 6 months 2016-07-04 x11-wm/e-module-net: Broken for more than 6 months 2016-07-04 x11-wm/e-module-penguins: Broken for more than 6 months 2016-07-04 ftp/fget: Broken for more than 6 months 2016-07-04 net-mgmt/netmond: Broken for more than 6 months 2016-07-04 net-mgmt/ipfm: Broken for more than 6 months Notes: svn path=/head/; revision=418057
* - LICENSEDmitry Marakasov2016-07-022-10/+22
| | | | | | | | - Optionalize NLS - Switch to options helpers Notes: svn path=/head/; revision=417916
* biology/diamond: update 0.8.6 -> 0.8.9Jason Unovitch2016-06-302-4/+4
| | | | | | | | PR: 210710 Submitted by: Joseph Mingrone <jrm@ftfl.ca> (maintainer) Notes: svn path=/head/; revision=417803
* - Add missing dependency, fixing buildDmitry Marakasov2016-06-241-1/+5
| | | | | | | - Switch to options helpers Notes: svn path=/head/; revision=417414
* - Switch to options helpersDmitry Marakasov2016-06-212-7/+11
| | | | | | | - Regenerate patches with `make makepatch` Notes: svn path=/head/; revision=417195
* biology/diamond: update to 0.8.6Ruslan Makhmatkhanov2016-06-172-4/+4
| | | | | | | | PR: 210345 Submitted by: Joseph Mingrone <jrm@ftfl.ca> (maintainer) Notes: svn path=/head/; revision=417033
* - Fix run-time dependency issuesOlivier Duchateau2016-06-111-2/+13
| | | | | | | | | | - Bump PORTREVISION PR: 209767 Submitted by: Joseph Mingrone (maintainer) Notes: svn path=/head/; revision=416710
* biology/seaview: Update version 4.5.4.8=>4.6Muhammad Moinur Rahman2016-06-102-7/+4
| | | | | | | - UNBREAK Notes: svn path=/head/; revision=416671
* Update to 0.8.5Matthew Seaman2016-06-093-34/+18
| | | | | | | | PR: 209611 Submitted by: jrm@ftfl.ca (maintainer) Notes: svn path=/head/; revision=416575
* - Update to 1.35Wen Heping2016-06-082-3/+4
| | | | Notes: svn path=/head/; revision=416534
* Remove unneeded usage of:Mathieu Arnold2016-06-061-2/+1
| | | | | | | | | | | - MASTER_SITE_SUBDIR - ${MASTER_SITES_FOO} - :DEFAULT (and use a default when appropriate) Sponsored by: Absolight Notes: svn path=/head/; revision=416469
* Deprecate ports broken for more than 6 monthsAntoine Brodin2016-06-032-0/+4
| | | | Notes: svn path=/head/; revision=416324
* - Do install cmake and pkgconfig modulesDmitry Marakasov2016-05-272-3/+8
| | | | | | | | | | - While here, switch to options helpers PR: 209710 Submitted by: h2+fbsdports@fsfe.org (maintainer) Notes: svn path=/head/; revision=415945
* biology/{htslib|samtools|bcftools}: 1.3 -> 1.3.1Kurt Jaeger2016-05-268-20/+23
| | | | | | | | | | | Changes: https://sourceforge.net/p/samtools/mailman/message/35033807/ PR: 209653 Submitted by: cartwright@asu.edu (maintainer) Notes: svn path=/head/; revision=415914
* Remove useless WRKSRC definitions.Mathieu Arnold2016-05-251-2/+0
| | | | | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight Notes: svn path=/head/; revision=415839
* - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-196-12/+12
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415503
* - Fix trailing whitespace in pkg-descrs, categories [a-f]*Dmitry Marakasov2016-05-1921-36/+36
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415498
* Fix DEPENDSAntoine Brodin2016-05-181-2/+2
| | | | Notes: svn path=/head/; revision=415454
* - Convert to USES=mysqlDmitry Marakasov2016-05-161-8/+4
| | | | | | | - Cosmetic fixes Notes: svn path=/head/; revision=415352
* - Update to 4.9aDmitry Marakasov2016-05-162-4/+7
| | | | | | | | | | - While here, simplify WRKSRC and use options helpers PR: 209535 Submitted by: jrm@ftfl.ca (maintainer) Notes: svn path=/head/; revision=415338
* biology/bowtie2: 2.2.7 -> 2.2.8Kurt Jaeger2016-05-132-3/+3
| | | | | | | | | | | | - Various website updates - Fixed the bowtie2-build issue that made TBB compilation fail PR: 208943 Submitted by: Joseph Mingrone <jrm@ftfl.ca> Approved by: Jason Bacon <bacon4000@gmail.com> (maintainer) Notes: svn path=/head/; revision=415148
* Prevent collision with getline(3)Baptiste Daroussin2016-05-131-0/+300
| | | | Notes: svn path=/head/; revision=415129
* Prevent collision with getline(3)Baptiste Daroussin2016-05-131-0/+291
| | | | Notes: svn path=/head/; revision=415128
* Prevent collision with getline(3)Baptiste Daroussin2016-05-114-6/+27
| | | | | | | While here regen patches Notes: svn path=/head/; revision=415036
* biology/seqan: update 1.3.1 -> 2.1.1Jason Unovitch2016-05-1012-1915/+3706
| | | | | | | | | | | biology/seqan1: create port from current SeqAn 1.3.1 for legacy usage UPDATING: document SeqAn updates and seqan1 port for legacy usage PR: 204127 Submitted by: Hannes Hauswedell <h2+fbsdports@fsfe.org> Notes: svn path=/head/; revision=414898