aboutsummaryrefslogtreecommitdiff
path: root/devel/boost-python
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2004-12-24 12:23:12 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2004-12-24 12:23:12 +0000
commit19acb22d9011c7e4a16df275bf28d9eee7740d0a (patch)
treeb741eb4c3d63e80ff44a6b9b7e8308b066343a48 /devel/boost-python
parent3be488815796c324ebf67286bae600b981740e7f (diff)
downloadports-19acb22d9011c7e4a16df275bf28d9eee7740d0a.tar.gz
ports-19acb22d9011c7e4a16df275bf28d9eee7740d0a.zip
- Update devel/boost to 1.32.0
- Add slave devel/boost-python port - Remove devel/spirit because of it's a part boost now PR: ports/75377 Submitted by: Simon Barner <barner(at)gmx.de> (maintainer)
Notes
Notes: svn path=/head/; revision=125059
Diffstat (limited to 'devel/boost-python')
-rw-r--r--devel/boost-python/Makefile17
-rw-r--r--devel/boost-python/pkg-descr11
2 files changed, 28 insertions, 0 deletions
diff --git a/devel/boost-python/Makefile b/devel/boost-python/Makefile
new file mode 100644
index 000000000000..8fcf04384a1e
--- /dev/null
+++ b/devel/boost-python/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: boost-python
+# Date Created: Dec 15 2004
+# Whom: Simon Barner <barner@gmx.de>
+#
+# $FreeBSD$
+#
+
+MAINTAINER= barner@gmx.de
+COMMENT= Free portable C++ source libraries with Python bindings
+
+MASTERDIR= ${.CURDIR}/../../devel/boost
+PKGDIR= ${.CURDIR}
+PLIST= ${MASTERDIR}/pkg-plist
+
+WITH_PYTHON= yes
+
+.include "${MASTERDIR}/Makefile"
diff --git a/devel/boost-python/pkg-descr b/devel/boost-python/pkg-descr
new file mode 100644
index 000000000000..7dd590dc5383
--- /dev/null
+++ b/devel/boost-python/pkg-descr
@@ -0,0 +1,11 @@
+The Boost web site provides free peer-reviewed portable C++ source
+libraries. The emphasis is on libraries which work well with the C++
+Standard Library. One goal is to establish "existing practice" and
+provide reference implementations so that the Boost libraries are
+suitable for eventual standardization. Some of the libraries have
+already been proposed for inclusion in the C++ Standards Committee's
+upcoming C++ Standard Library Technical Report.
+
+This slave port adds Python bindings to Boost.
+
+WWW: http://www.boost.org/