diff options
author | makc <makc@FreeBSD.org> | 2010-11-14 05:40:45 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-11-14 05:40:45 +0800 |
commit | f88e3e6e69b4d898f157276c8395d3e46dacb8b0 (patch) | |
tree | 73c12b30412da096e0eec53bbf814fc1befa3274 /science/py-biolccc | |
parent | c96ee142e814063a4f83a58c3da4937c59cfb88c (diff) | |
download | freebsd-ports-gnome-f88e3e6e69b4d898f157276c8395d3e46dacb8b0.tar.gz freebsd-ports-gnome-f88e3e6e69b4d898f157276c8395d3e46dacb8b0.tar.zst freebsd-ports-gnome-f88e3e6e69b4d898f157276c8395d3e46dacb8b0.zip |
Add new port science/py-biolccc:
libBioLCCC is an open source library for prediction of peptide and
protein retention time in liquid chromatography. It is based on
BioLCCC model (Liquid Chromatography of Biomacromolecules at Critical
Conditions).
pyBioLCCC is set of Python wrappings around libBioLCCC.
WWW: http://theorchromo.ru/lib/
Diffstat (limited to 'science/py-biolccc')
-rw-r--r-- | science/py-biolccc/Makefile | 22 | ||||
-rw-r--r-- | science/py-biolccc/distinfo | 2 | ||||
-rw-r--r-- | science/py-biolccc/pkg-descr | 8 | ||||
-rw-r--r-- | science/py-biolccc/pkg-plist | 6 |
4 files changed, 38 insertions, 0 deletions
diff --git a/science/py-biolccc/Makefile b/science/py-biolccc/Makefile new file mode 100644 index 000000000000..e92be5e81a9b --- /dev/null +++ b/science/py-biolccc/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: py-biolccc +# Date created: 2010-10-24 +# Whom: Max Brazhnikov <makc@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= BioLCCC +PORTVERSION= 1.2.0 +CATEGORIES= science python +MASTER_SITES= CHEESESHOP/source/p/${PYDISTUTILS_PKGNAME}/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= ${PYDISTUTILS_PKGNAME}-${PORTVERSION} + +MAINTAINER= makc@FreeBSD.org +COMMENT= Python bindings for BioLCCC + +USE_PYTHON= 2.6+ +USE_PYDISTUTILS= yes +PYDISTUTILS_PKGNAME= pyBioLCCC + +.include <bsd.port.mk> diff --git a/science/py-biolccc/distinfo b/science/py-biolccc/distinfo new file mode 100644 index 000000000000..4e11a9be79ca --- /dev/null +++ b/science/py-biolccc/distinfo @@ -0,0 +1,2 @@ +SHA256 (pyBioLCCC-1.2.0.tar.gz) = 110b76922e183e19542676c6313bd545e6c5eb3ccf2b37767a76bfc0afb78742 +SIZE (pyBioLCCC-1.2.0.tar.gz) = 104628 diff --git a/science/py-biolccc/pkg-descr b/science/py-biolccc/pkg-descr new file mode 100644 index 000000000000..48c63965cfdd --- /dev/null +++ b/science/py-biolccc/pkg-descr @@ -0,0 +1,8 @@ +libBioLCCC is an open source library for prediction of peptide and +protein retention time in liquid chromatography. It is based on +BioLCCC model (Liquid Chromatography of Biomacromolecules at Critical +Conditions). + +pyBioLCCC is set of Python wrappings around libBioLCCC. + +WWW: http://theorchromo.ru/lib/ diff --git a/science/py-biolccc/pkg-plist b/science/py-biolccc/pkg-plist new file mode 100644 index 000000000000..874e146b9590 --- /dev/null +++ b/science/py-biolccc/pkg-plist @@ -0,0 +1,6 @@ +%%PYTHON_SITELIBDIR%%/_pyBioLCCC.so +%%PYTHON_SITELIBDIR%%/pyBioLCCC.py +%%PYTHON_SITELIBDIR%%/pyBioLCCC.pyc +%%PYTHON_SITELIBDIR%%/pyBioLCCC.pyo +@dirrmtry %%PYTHON_SITELIBDIR%% +@dirrmtry %%PYTHON_LIBDIR%% |