Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146748800
D13025.id35048.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D13025.id35048.diff
View Options
Index: head/devel/Makefile
===================================================================
--- head/devel/Makefile
+++ head/devel/Makefile
@@ -5142,6 +5142,7 @@
SUBDIR += py35-setuptools
SUBDIR += py36-setuptools
SUBDIR += py_static_check
+ SUBDIR += pybind11
SUBDIR += pybugz
SUBDIR += pycharm-ce
SUBDIR += pychecker
Index: head/devel/pybind11/Makefile
===================================================================
--- head/devel/pybind11/Makefile
+++ head/devel/pybind11/Makefile
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= pybind11
+DISTVERSIONPREFIX= v
+DISTVERSION= 2.2.1
+CATEGORIES= devel python
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Seamless interoperability between C++11 and Python (cmake part)
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= cmake:outsource
+USE_GITHUB= yes
+GH_ACCOUNT= pybind
+NO_ARCH= yes
+CMAKE_ARGS= -DPYBIND11_TEST:BOOL="OFF"
+
+.include <bsd.port.mk>
Index: head/devel/pybind11/distinfo
===================================================================
--- head/devel/pybind11/distinfo
+++ head/devel/pybind11/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1510299608
+SHA256 (pybind-pybind11-v2.2.1_GH0.tar.gz) = f8bd1509578b2a1e7407d52e6ee8afe64268909a1bbda620ca407318598927e7
+SIZE (pybind-pybind11-v2.2.1_GH0.tar.gz) = 540643
Index: head/devel/pybind11/pkg-descr
===================================================================
--- head/devel/pybind11/pkg-descr
+++ head/devel/pybind11/pkg-descr
@@ -0,0 +1,9 @@
+A lightweight header-only library to create Python bindings of existing
+C++ code. Its goals and syntax are similar to the excellent Boost.Python
+library by David Abrahams: to minimize boilerplate code in traditional
+extension modules by inferring type information using compile-time
+introspection.
+
+This is the cmake part of pybind11.
+
+WWW: https://github.com/wjakob/pybind11
Index: head/devel/pybind11/pkg-plist
===================================================================
--- head/devel/pybind11/pkg-plist
+++ head/devel/pybind11/pkg-plist
@@ -0,0 +1,29 @@
+include/pybind11/attr.h
+include/pybind11/buffer_info.h
+include/pybind11/cast.h
+include/pybind11/chrono.h
+include/pybind11/common.h
+include/pybind11/complex.h
+include/pybind11/detail/class.h
+include/pybind11/detail/common.h
+include/pybind11/detail/descr.h
+include/pybind11/detail/init.h
+include/pybind11/detail/internals.h
+include/pybind11/detail/typeid.h
+include/pybind11/eigen.h
+include/pybind11/embed.h
+include/pybind11/eval.h
+include/pybind11/functional.h
+include/pybind11/iostream.h
+include/pybind11/numpy.h
+include/pybind11/operators.h
+include/pybind11/options.h
+include/pybind11/pybind11.h
+include/pybind11/pytypes.h
+include/pybind11/stl.h
+include/pybind11/stl_bind.h
+share/cmake/pybind11/FindPythonLibsNew.cmake
+share/cmake/pybind11/pybind11Config.cmake
+share/cmake/pybind11/pybind11ConfigVersion.cmake
+share/cmake/pybind11/pybind11Targets.cmake
+share/cmake/pybind11/pybind11Tools.cmake
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 6, 6:40 AM (4 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29305620
Default Alt Text
D13025.id35048.diff (2 KB)
Attached To
Mode
D13025: New port: devel/pybind11: Seamless operability between C++11 and Python (cmake part)
Attached
Detach File
Event Timeline
Log In to Comment