diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2012-12-11 14:19:54 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2012-12-11 14:19:54 +0000 |
commit | 5bf9bfc399298d87b6ed8d978009d21ac12a5fcd (patch) | |
tree | d306c6bfb1e6cd85fc7edf327b8c71a6cf72e6ae /science/py-openbabel | |
parent | 4b3c9f74d5ca6fcca81c4fe0dd895f06ad92d624 (diff) |
science/openbabel:
- Update openbabel to 2.3.2
- Switch to CMake build system
- Add PYTHON and CAIRO options
- Don't rename babel binary, mark conflict with ancient biology/babel
science/py-openbabel:
- Merge py-openbabel to openbabel
other:
- chase openbabel update
Notes
Notes:
svn path=/head/; revision=308694
Diffstat (limited to 'science/py-openbabel')
-rw-r--r-- | science/py-openbabel/Makefile | 30 | ||||
-rw-r--r-- | science/py-openbabel/distinfo | 2 | ||||
-rw-r--r-- | science/py-openbabel/pkg-descr | 3 | ||||
-rw-r--r-- | science/py-openbabel/pkg-plist | 9 |
4 files changed, 0 insertions, 44 deletions
diff --git a/science/py-openbabel/Makefile b/science/py-openbabel/Makefile deleted file mode 100644 index c4243a87f5f4..000000000000 --- a/science/py-openbabel/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: py-openbabel -# Date created: 2008-07-18 -# Whom: Max Brazhnikov <makc@issp.ac.ru> -# -# $FreeBSD$ -# - -PORTNAME= openbabel -PORTVERSION= 2.2.3 -CATEGORIES= science python -MASTER_SITES= SF -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= makc@FreeBSD.org -COMMENT= Python bindings for openbabel - -LIB_DEPENDS= openbabel.3:${PORTSDIR}/science/openbabel - -USE_PYTHON= yes -USE_PYDISTUTILS= yes -BUILD_WRKSRC= ${WRKSRC}/scripts/python -INSTALL_WRKSRC= ${BUILD_WRKSRC} - -PYDISTUTILS_PKGVERSION= 1.5 - -#Fix build with non-default LOCALBASE -CONFIGURE_ENV+= OPENBABEL_INSTALL=${LOCALBASE} -MAKE_ENV+= OPENBABEL_INSTALL=${LOCALBASE} - -.include <bsd.port.mk> diff --git a/science/py-openbabel/distinfo b/science/py-openbabel/distinfo deleted file mode 100644 index a506de08caea..000000000000 --- a/science/py-openbabel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (openbabel-2.2.3.tar.gz) = eabc8bdbd68431f441b6b40adde0861b2e99750efd21bbb4870ee0a233feae46 -SIZE (openbabel-2.2.3.tar.gz) = 6624028 diff --git a/science/py-openbabel/pkg-descr b/science/py-openbabel/pkg-descr deleted file mode 100644 index 62d28d8e61af..000000000000 --- a/science/py-openbabel/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port installs python bindings for openbabel. - -WWW: http://openbabel.sourceforge.net diff --git a/science/py-openbabel/pkg-plist b/science/py-openbabel/pkg-plist deleted file mode 100644 index 8ae081ce5f37..000000000000 --- a/science/py-openbabel/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -%%PYTHON_SITELIBDIR%%/_openbabel.so -%%PYTHON_SITELIBDIR%%/openbabel.py -%%PYTHON_SITELIBDIR%%/openbabel.pyc -%%PYTHON_SITELIBDIR%%/openbabel.pyo -%%PYTHON_SITELIBDIR%%/pybel.py -%%PYTHON_SITELIBDIR%%/pybel.pyc -%%PYTHON_SITELIBDIR%%/pybel.pyo -@dirrmtry %%PYTHON_SITELIBDIR%% -@dirrmtry %%PYTHON_LIBDIR%% |