Commit graph

2233 commits

Author SHA1 Message Date
Mark Linimon
89d2c5da0e Mark various ports as broken on armv6: invokes x86 asm.
Approved by:	portmgr (tier-2 blanket)
2017-02-26 12:56:41 +00:00
Danilo Egea Gondolfo
1eeafb12ef - Update to 1.14.9
- Use github
2017-02-24 18:57:56 +00:00
Tijl Coosemans
ab60136c26 Move -fPIC to where Linux puts it so it is limited to a single library. 2017-02-13 22:43:58 +00:00
Joseph Mingrone
160fb7edd1 biology/diamond: Update to version 0.8.36.
Approved by:	swills (mentor, implicit)
2017-02-12 14:04:57 +00:00
Johannes M Dieterich
77dc6181e0 biology/molden: Unbreak port, regenerate checksums, increment PORTREVISION.
Reviewed by:	swills (mentor), pi (former maintainer)
Approved by:	swills (mentor), pi (former maintainer)
Differential Revision:	https://reviews.freebsd.org/D9501
2017-02-11 02:06:03 +00:00
Mark Linimon
9c19df593a Add -fPIC to various ports to enable them to build on armv6.
Approved by:	portmgr (tier-2 blanket)
2017-02-09 18:53:12 +00:00
Dmitry Marakasov
00a8fdd2e6 - Mark BROKEN: does not fetch, size/checksum mismatch
Approved by:	portmgr blanket
2017-02-07 14:20:09 +00:00
Sunpoet Po-Chuan Hsieh
509076e924 Update to 1.5.1
- Update LICENSE
- Add LICENSE_FILE

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

Approved by:	swills (mentor, implicit)
2017-02-05 22:23:32 +00:00
Sunpoet Po-Chuan Hsieh
238ff1a7ff Move devel/rubygem-bio to biology/rubygem-bio 2017-02-05 04:26:56 +00:00
Mathieu Arnold
bc19d06784 Bump PORTREVISION for ports affected by the fix the last commit.
Done with:	Tools/scripts/bump-revision.sh
Sponsored by:	Absolight
2017-01-31 16:21:45 +00:00
Mark Linimon
dcd74e6387 Mark various ports broken on aarch64 and armv6.
Approved by:	portmgr (tier-2 blanket)
2017-01-31 03:40:46 +00:00
Joseph Mingrone
6999e8c7ba biology/diamond: Update to version 0.8.34.
Upstream changelog: https://github.com/bbuchfink/diamond/releases

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Approved by:	portmgr (tier-2 blanket)
2016-11-11 09:31:02 +00:00
Mark Linimon
5d68e2b905 Attempt to fix build on non-x86 archs.
Approved by:	portmgr (tier-2 blanket)
2016-11-11 09:07:21 +00:00
Kurt Jaeger
8875e10ea5 biology/seqtools: update 4.43.0 -> 4.44.1
- Blixem: Features can now be added to multiple different groups/filters.
- Belvu: Fix a problem where column highlighting can get out of sync
  with the text.
2016-11-11 06:19:10 +00:00
Kurt Jaeger
3a34ede59f biology/molden: add missing LICENSE_NAME
Reported by:	pkg-fallout
2016-11-10 05:13:02 +00:00
Kurt Jaeger
fdb936077d biology/molden: fix distinfo, set LICENSE
Submitted by:	marino
Reported by:	Eduardo Lemos de Sa <eduardo.lemosdesa@gmail.com>
MFH:		2016Q4
2016-11-09 20:49:57 +00:00
Mark Linimon
17e48e339b The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'. 2016-11-08 19:29:56 +00:00
Mark Linimon
82b3226534 Mark as broken on arm64.
Approved by:	portmgr (tier-2 blanket)
2016-11-08 07:20:38 +00:00
Mark Linimon
9ca526fb43 Mark broken on all tier-2 archs.
Approved by:	portmgr (tier-2 blanket)
2016-11-08 03:40:15 +00:00
Mark Linimon
76bdbe8d8e Mark broken on the rest of the tier-2 archs: invokes x86 asm. 2016-11-08 02:48:00 +00:00
Joseph Mingrone
256883b27f biology/diamond: Update to version 0.8.26
Release notes: https://github.com/bbuchfink/diamond/releases/tag/v0.8.26

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8447
2016-11-06 05:42:32 +00:00
Mathieu Arnold
d26ef18700 Cleanup no longer needed CHMOD usage after r424898.
PR:		213743
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-11-02 22:45:14 +00:00
Wen Heping
4057d48f4f - Mark it BROKEN
- Reset maintainer to ports@
2016-10-28 01:49:40 +00:00
Mathieu Arnold
a0bcd2cf68 Use USES=pathfix where applicable.
PR:		213195
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D8093
2016-10-21 15:21:13 +00:00
Mathieu Arnold
eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00
Joseph Mingrone
a978a84358 biology/diamond: update to version 0.8.24
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8268
2016-10-17 14:17:18 +00:00
Joseph Mingrone
05a0ed9ad2 biology/diamond: update to version 0.8.23
Upstream release notes:

Added option to change the genetic code used for translation of query in
blastx mode (option --query-gencode, see here for a list of possible values:
https://www.ncbi.nlm.nih.gov/Taxonomy/Utils/wprintgc.cgi).

Approved by:	AMDmi3 (mentor)
Differential Revision:	https://reviews.freebsd.org/D8202
2016-10-10 04:33:16 +00:00
Antoine Brodin
20cdf07f8b Mark BROKEN: unfetchable, size mismatch
Reported by:	pkg-fallout
2016-10-01 08:02:20 +00:00
John Marino
d8155145ad biology/blat: Fix build with non-base SSL 2016-09-30 19:40:13 +00:00
Joseph Mingrone
ecf2902920 Update PORTREVISION and dinstinfo due to upstream tarball change
Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8083
2016-09-29 21:12:50 +00:00
Joseph Mingrone
512daaacda biology/paml: update to version 4.9c and various improvements
- Update to version 4.9c
- Set LICENSE=GPLv3
- Use the variable PORTDOCS to automate the generation of the DOCS plist (as
  suggested by mat@).
- Install dat/ examples/ and Technical/ directories as well as files in the root
  directory of the distribution tarball.
- Fix broken permissions.
- Delete Windows executables.
- Build and install useful binaries not built by upstream's Makefile.
- Update pkg-descr.

Reviewed by:	swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D8040
2016-09-28 02:30:29 +00:00
Joseph Mingrone
1cbd3576d5 Update email address to jrm@FreeBSD.org for ports that I maintain
Reviewed by:	mat, swills (mentor)
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D7995
2016-09-23 21:42:02 +00:00
Wen Heping
ab5636ea47 - Update to 1.68
PR:		212874
Submitted by:	wen@(myself)
Approved by:	maintainer
2016-09-23 01:54:45 +00:00
Pawel Pekala
dc58fc197a - Update biology/seqan and bilogy/seqan-apps to version 2.2.0 [1]
- Fix spelling in pkg-descr

PR:		212682 [1]
Submitted by:	Hannes Hauswedell (maintainer) [1]
2016-09-14 19:38:58 +00:00
Mathieu Arnold
dbbfc7889a GOOGLE_CODE has gone away.
- 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
2016-09-14 15:59:34 +00:00
Dmitry Marakasov
e8c9e4b94d - Update to 0.8.22
PR:		212603
Submitted by:	jrm@ftfl.ca (maintainer)
2016-09-13 17:50:31 +00:00
John Marino
6f9efe7d5a biology/ncbi-blast+: Remove redundant LIB_DEPENDS (bz2 libary)
All support platforms have libbz2.so in base, so this port will never
pull in archivers/bzip2.

Approved by:	just-fix-it
2016-09-11 05:35:42 +00:00
Wen Heping
22009c121e - Update to 1.72
Changes: http://search.cpan.org/~cjfields/Bio-ASN1-EntrezGene-1.72/
2016-09-11 05:26:01 +00:00
Dmitry Marakasov
30a00f2227 Most commonly used build systems support silent builds, when they
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
2016-09-09 19:42:46 +00:00
Dmitry Marakasov
11985cbe3d - Make configure script handle --disable-silent-rules gracefully
PR:		212075
Approved by:	portmgr blanket
2016-09-06 13:30:48 +00:00
Wen Heping
52423ae0c3 - Update to 0.8.20
PR:		212399
Submitted by:	jrm@ftfl.ca(maintainer)
2016-09-06 06:34:59 +00:00
Tijl Coosemans
82a87de90c - Replace Mk/bsd.linux-apps.mk and Mk/bsd.linux-rpm.mk with
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)
2016-09-05 19:23:42 +00:00
Kurt Jaeger
2ed702d2d3 biology/molden: 5.4 -> 5.7
- 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.
2016-08-26 06:00:47 +00:00
Pawel Pekala
068ecdc2ce Update to version 0.8.19
PR:		212145
Submitted by:	Joseph Mingrone (maintainer)
2016-08-25 18:49:12 +00:00
Dmitry Marakasov
684f67e3f0 - Mark BROKEN: does not fetch (distfile was removed from ftp)
Approved by:	portmgr blanket
2016-08-22 11:06:06 +00:00
John Marino
44559d6d16 biology/bedtools is not jobs safe
The version.o target tries to use version_git.h before that header is
created.
2016-08-22 04:32:18 +00:00
Dmitry Marakasov
d262e5a758 - Switch to options helpers
- 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 *')
2016-08-18 09:31:58 +00:00
Brad Davis
c2ad6e3c47 Update biology/diamond to 0.8.18.
PR:		211845
Submitted by:	Joseph Mingrone <jrm@ftfl.ca> (maintainer)
Approved by:	bdrewery (implicit)
2016-08-14 21:47:57 +00:00
Wen Heping
d591093880 - Update to 1.9 [1]
- 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]
2016-08-08 11:21:04 +00:00
Pawel Pekala
301a24b9eb Update to version 0.8.17
PR:		211582
Submitted by:	Joseph Mingrone (maintainer)
2016-08-05 21:24:06 +00:00
Kurt Jaeger
02cdc45ea7 biology/seqtools: 4.42.1 -> 4.43.0
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
2016-07-31 14:19:09 +00:00
Thomas Zander
fa43feb6ef Update to upstream release 0.8.16
PR:		211335
Submitted by:	jrm@ftfl.ca (maintainer)
2016-07-24 18:06:21 +00:00
Mathieu Arnold
e50dc2a336 Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is
what was intended in the first place. (I think.)

Sponsored by:	Absolight
2016-07-20 15:33:20 +00:00
Dirk Meyer
3561a46f28 - update libgd to 2.2.2
- 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
2016-07-20 09:33:31 +00:00
Mathieu Arnold
f899c758a6 When there is a do-install target, do not use a post-install target, do
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
2016-07-19 11:04:13 +00:00
Pawel Pekala
6bb54bdd8b Trim excess tabs, no-op change 2016-07-14 16:53:06 +00:00
Pawel Pekala
9fc61c1ed0 Update to version 0.8.14
PR:		211078
Submitted by:	Joseph Mingrone (maintainer)
2016-07-14 16:49:41 +00:00
Dmitry Marakasov
a5d57fe539 - Update to 0.8.11
PR:		210877
Submitted by:	jrm@ftfl.ca (maintainer)
2016-07-07 15:46:12 +00:00
Rene Ladan
19f31a471b Remove expired ports without open PRs:
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
2016-07-04 20:48:23 +00:00
Dmitry Marakasov
da9f175a15 - LICENSE
- Optionalize NLS
- Switch to options helpers
2016-07-02 09:05:22 +00:00
Jason Unovitch
ec4e7adcad biology/diamond: update 0.8.6 -> 0.8.9
PR:		210710
Submitted by:	Joseph Mingrone <jrm@ftfl.ca> (maintainer)
2016-06-30 01:37:22 +00:00
Dmitry Marakasov
73f56c06ed - Add missing dependency, fixing build
- Switch to options helpers
2016-06-24 09:04:45 +00:00
Dmitry Marakasov
642d72c8d8 - Switch to options helpers
- Regenerate patches with `make makepatch`
2016-06-21 09:05:06 +00:00
Ruslan Makhmatkhanov
a755587a4e biology/diamond: update to 0.8.6
PR:		210345
Submitted by:	Joseph Mingrone <jrm@ftfl.ca> (maintainer)
2016-06-17 19:53:46 +00:00
Olivier Duchateau
96298dc221 - Fix run-time dependency issues
- Bump PORTREVISION

PR:		209767
Submitted by:	Joseph Mingrone (maintainer)
2016-06-11 09:25:04 +00:00
Muhammad Moinur Rahman
295a6055d4 biology/seaview: Update version 4.5.4.8=>4.6
- UNBREAK
2016-06-10 11:06:42 +00:00
Matthew Seaman
7a2d475f5a Update to 0.8.5
PR:		209611
Submitted by:	jrm@ftfl.ca (maintainer)
2016-06-09 01:39:58 +00:00
Wen Heping
3a29e88f04 - Update to 1.35 2016-06-08 07:39:05 +00:00
Mathieu Arnold
7f304f0633 Remove unneeded usage of:
- MASTER_SITE_SUBDIR
- ${MASTER_SITES_FOO}
- :DEFAULT (and use a default when appropriate)

Sponsored by:	Absolight
2016-06-06 15:25:42 +00:00
Antoine Brodin
c31defa0fc Deprecate ports broken for more than 6 months 2016-06-03 16:44:58 +00:00
Dmitry Marakasov
5476a64463 - Do install cmake and pkgconfig modules
- While here, switch to options helpers

PR:		209710
Submitted by:	h2+fbsdports@fsfe.org (maintainer)
2016-05-27 16:10:36 +00:00
Kurt Jaeger
04b3bb054f biology/{htslib|samtools|bcftools}: 1.3 -> 1.3.1
Changes:
  https://sourceforge.net/p/samtools/mailman/message/35033807/

PR:		209653
Submitted by:	cartwright@asu.edu (maintainer)
2016-05-26 20:28:55 +00:00
Mathieu Arnold
00d52a3e4c Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
2016-05-25 15:43:34 +00:00
Dmitry Marakasov
e87a8bd319 - Fix trailing whitespace in pkg-messages
Approved by:	portmgr blanket
2016-05-19 11:09:14 +00:00
Dmitry Marakasov
1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00
Antoine Brodin
b7431a9678 Fix DEPENDS 2016-05-18 16:22:07 +00:00
Dmitry Marakasov
88c7fc27ef - Convert to USES=mysql
- Cosmetic fixes
2016-05-16 18:20:41 +00:00
Dmitry Marakasov
8776139ba2 - Update to 4.9a
- While here, simplify WRKSRC and use options helpers

PR:		209535
Submitted by:	jrm@ftfl.ca (maintainer)
2016-05-16 16:10:36 +00:00
Kurt Jaeger
7e28204572 biology/bowtie2: 2.2.7 -> 2.2.8
- 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)
2016-05-13 20:12:44 +00:00
Baptiste Daroussin
37f8a8cb72 Prevent collision with getline(3) 2016-05-13 18:39:06 +00:00
Baptiste Daroussin
b8902fca51 Prevent collision with getline(3) 2016-05-13 18:38:34 +00:00
Baptiste Daroussin
1f30a863da Prevent collision with getline(3)
While here regen patches
2016-05-11 21:48:50 +00:00
Jason Unovitch
864e413d06 biology/seqan: update 1.3.1 -> 2.1.1
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>
2016-05-10 01:05:23 +00:00
Jason Unovitch
7a3991c9de New port: biology/seqan-apps
SeqAn is an open source C++ library of efficient algorithms
and data structures for the analysis of sequences with the
focus on biological data.

This port contains applications built on SeqAn and developed
within the SeqAn project. Among them are famous read mappers
like RazerS and Yara, as well as many other tools. Some
applications are packaged seperately and the library
can be found at biology/seqan.

WWW: http://www.seqan.de/

PR:		204127
Submitted by:	Hannes Hauswedell <h2+fbsdports@fsfe.org>
2016-05-10 00:52:04 +00:00
Olivier Duchateau
a6bd74cab9 Add final slash in WWW entry 2016-05-09 16:42:17 +00:00
Olivier Duchateau
0eea70a2a0 The BIOM file format (canonically pronounced biome) is designed to be a
general-use format for representing biological sample by observation contingency
tables. BIOM is a recognized standard for the Earth Microbiome Project and is a
Genomics Standards Consortium supported project.

The BIOM format is designed for general use in broad areas of comparative
-omics. For example, in marker-gene surveys, the primary use of this format is
to represent OTU tables: the observations in this case are OTUs and the matrix
contains counts corresponding to the number of times each OTU is observed in
each sample. With respect to metagenome data, this format would be used to
represent metagenome tables: the observations in this case might correspond to
SEED subsystems, and the matrix would contain counts corresponding to the number
of times each subsystem is observed in each metagenome. Similarly, with respect
to genome data, this format may be used to represent a set of genomes: the
observations in this case again might correspond to SEED subsystems, and the
counts would correspond to the number of times each subsystem is observed in
each genome.

WWW: http://biom-format.org/

PR:		209193
Submitted by:	Joseph Mingrone
2016-05-09 16:37:44 +00:00
Dimitry Andric
488fd1255a During the exp-run in bug 208158, it was found that biology/ugene gives
errors with libc++ 3.8.0:

In file included from src/QScoreAdapter.cpp:1:
In file included from src/QScoreAdapter.h:4:
In file included from ../../include/U2Core/MAlignment.h:1:
In file included from ../../include/U2Core/../../corelibs/U2Core/src/datatype/MAlignment.h:25:
In file included from ../../include/U2Core/../../corelibs/U2Core/src/datatype/MAlignmentInfo.h:25:
In file included from /usr/local/include/qt5/QtCore/QString:1:
In file included from /usr/local/include/qt5/QtCore/qstring.h:41:
In file included from /usr/local/include/qt5/QtCore/qchar.h:37:
In file included from /usr/local/include/qt5/QtCore/qglobal.h:39:
/usr/include/c++/v1/cstddef:43:15: fatal error: 'stddef.h' file not found
#include_next <stddef.h>
              ^

This is because the port tries to add /usr/include as a system include
directory, using -isystem, and this screws up the order of include
directories.  Fix it by patching up a number of .pri files to avoid
using the -isystem flag.

Approved by:	h2+fbsdports@fsfe.org (maintainer)
PR:		209366
MFH:		2016Q2
2016-05-07 19:38:53 +00:00
Wen Heping
ec07b546cf DNA query sequences against a protein reference database (BLASTP and BLASTX
alignment mode). The speedup over BLAST is up to 20,000 on short reads at a
typical sensitivity of 90-99% relative to BLAST depending on the data and
settings.

WWW: http://ab.inf.uni-tuebingen.de/software/diamond/

PR:		208998
Submitted by:	jrm@ftfl.ca
2016-05-06 08:45:02 +00:00
Danilo Egea Gondolfo
9fe86e46b3 - Update to 1.14.8 2016-05-01 01:03:48 +00:00
Kurt Jaeger
4dfa75e3f1 biology/seqtools: 4.41.1 -> 4.42.1
- fixes build on 9.x
- Added a feedback box to show the read depth at the selected coord.
  Hover over this box to see the specific base support (i.e. the
  number of A/C/G/Ts).
2016-04-22 16:27:25 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +00:00
Dmitry Marakasov
8a02089cd4 - Switch to options helpers
- Regenerate patches with `make makepatch`
- Simplify plist
2016-04-17 10:15:59 +00:00
Wen Heping
4c31a1cd8d - Update to 1.66
PR:		208825
Submitted by:	wen@
Approved by:	maintainer
2016-04-17 03:55:01 +00:00
Dmitry Marakasov
5e81bd4c97 - Switch to options helpers 2016-04-16 06:38:23 +00:00
Mikhail Teterin
ce33766b1f Upgrade from 5.12.0 to 5.13.0. Release-announcement available here:
https://groups.google.com/forum/#!topic/sbml-discuss/OEq_49c_X78

Notified by:	portscout
2016-04-16 01:54:15 +00:00
Alexey Dokuchaev
66ab33fca6 Update to version 1.22.0, which now unfortunately requires Qt 5.x. Also
since around v1.18.0, UGENE is using Google's Breakpad library for crash
reporting, which is very system-specific and does not support FreeBSD at
the moment.  Due to lack of resources and interest in porting it, simply
disable crash reporting code for the time being.
2016-04-14 04:07:44 +00:00
Dmitry Marakasov
c0477bf3ee - Add LICENSE
- Switch to options helpers
2016-04-10 11:24:32 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Dmitry Marakasov
f11d5e3f30 - Update to 1.5.0
PR:		208351
Submitted by:	wen@FreeBSD.org
Approved by:	mauricio@arareko.net (maintainer)
2016-03-31 17:36:54 +00:00
Dmitry Marakasov
2ea73697b3 - Use more appropriate BROKEN instead of IGNORE
PR:		208367
Submitted by:	bacon4000@gmail.com (maintainer)
Suggested by:	rakuco
2016-03-29 20:55:48 +00:00
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