Index: www/py-qt5-websockets/Makefile =================================================================== --- www/py-qt5-websockets/Makefile (nonexistent) +++ www/py-qt5-websockets/Makefile (working copy) @@ -0,0 +1,30 @@ +# $FreeBSD$ + +PORTNAME= websockets +CATEGORIES= www net devel python + +MAINTAINER= kde@FreeBSD.org +COMMENT= Python bindings for the Qt5 toolkit, QtWebSockets module + +BUILD_DEPENDS= ${PY_ENUM34} +RUN_DEPENDS= ${PY_ENUM34} + +CONFIGURE_ARGS= --enable QtWebSockets +PYQT_DIST= yes + +USES= python pyqt:5 qt:5 +USE_PYQT= sip_build core_run +USE_PYTHON= concurrent flavors py3kplist +USE_QT= core qmake_build websockets + +OPTIONS_DEFINE= API DEBUG +OPTIONS_DEFAULT=API +OPTIONS_SUB= yes + +API_DESC= Install QtNetwork API for QScintilla2 +API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR} +API_CONFIGURE_OFF= --no-qsci-api +API_LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 +DEBUG_CONFIGURE_ON= --debug --trace + +.include Property changes on: www/py-qt5-websockets/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/py-qt5-websockets/pkg-descr =================================================================== --- www/py-qt5-websockets/pkg-descr (nonexistent) +++ www/py-qt5-websockets/pkg-descr (working copy) @@ -0,0 +1,4 @@ +PyQt5 is a set of Python bindings for Digia's Qt5 application framework. +This package provides the QtWebSockets module. + +WWW: https://riverbankcomputing.com/software/pyqt Property changes on: www/py-qt5-websockets/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: www/py-qt5-websockets/pkg-plist =================================================================== --- www/py-qt5-websockets/pkg-plist (nonexistent) +++ www/py-qt5-websockets/pkg-plist (working copy) @@ -0,0 +1,9 @@ +%%PYTHON_SITELIBDIR%%/PyQt5/QtWebSockets.so +%%PYTHON_SITELIBDIR%%/PyQt5/QtWebSockets.pyi +%%PYQT_SIPDIR%%/QtWebSockets/QtWebSocketsmod.sip +%%PYQT_SIPDIR%%/QtWebSockets/qmaskgenerator.sip +%%PYQT_SIPDIR%%/QtWebSockets/qwebsocket.sip +%%PYQT_SIPDIR%%/QtWebSockets/qwebsocketcorsauthenticator.sip +%%PYQT_SIPDIR%%/QtWebSockets/qwebsocketprotocol.sip +%%PYQT_SIPDIR%%/QtWebSockets/qwebsocketserver.sip +%%API%%%%PYQT_APIDIR%%/api/python/QtWebSockets.api Property changes on: www/py-qt5-websockets/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property