Commit Graph

1743 Commits

Author SHA1 Message Date
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