Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

5
devel/boost-python/DESCR Normal file
View File

@@ -0,0 +1,5 @@
Boost is a set of free, peer-reviewed, C++ libraries. The emphasis is on
portable libraries which work well with the ISO C++ Standard Library.
This package adds static and shared binary libraries providing support for
the Boost Python library.

View File

@@ -0,0 +1,27 @@
# $NetBSD: Makefile,v 1.23 2012/10/31 11:16:42 asau Exp $
BOOST_PACKAGE= python
BOOST_COMMENT= (Boost.Python binary library)
BOOST_CONFIG= installed
INSTALLATION_DIRS+= lib
.include "../../meta-pkgs/boost/Makefile.common"
BJAM_ARGS+= --user-config=${WRKSRC}/user-config.jam
BJAM_ARGS+= --with-python
MAKE_ENV+= BOOST_BUILD_PATH=${WRKSRC}
.include "../../devel/boost-jam/bjam.mk"
.include "../../lang/python/application.mk"
post-configure:
${ECHO} 'using python : ${PYVERSSUFFIX} :' \
'${PREFIX}/bin/python${PYVERSSUFFIX} ;' \
>${WRKSRC}/user-config.jam
do-build: bjam-build
do-install: boost-install-libs
.include "../../mk/bsd.pkg.mk"

4
devel/boost-python/PLIST Normal file
View File

@@ -0,0 +1,4 @@
@comment $NetBSD: PLIST,v 1.6 2009/10/15 07:29:02 adam Exp $
lib/libboost_python.a
lib/libboost_python.so
lib/libboost_python.so.${BOOST_VERSION}

View File

@@ -0,0 +1,16 @@
# $NetBSD: buildlink3.mk,v 1.30 2013/02/12 21:07:21 adam Exp $
BUILDLINK_TREE+= boost-python
.if !defined(BOOST_PYTHON_BUILDLINK3_MK)
BOOST_PYTHON_BUILDLINK3_MK:=
# Use a dependency pattern that guarantees the proper ABI.
BUILDLINK_API_DEPENDS.boost-python+= boost-python-1.53.*
BUILDLINK_ABI_DEPENDS.boost-python+= boost-python>=1.51.*
BUILDLINK_PKGSRCDIR.boost-python?= ../../devel/boost-python
.include "../../devel/boost-headers/buildlink3.mk"
.endif # BOOST_PYTHON_BUILDLINK3_MK
BUILDLINK_TREE+= -boost-python