Page MenuHomeFreeBSD

D14678.diff
No OneTemporary

D14678.diff

Index: devel/Makefile
===================================================================
--- devel/Makefile
+++ devel/Makefile
@@ -259,7 +259,6 @@
SUBDIR += c2mdoc
SUBDIR += caf
SUBDIR += calibrator
- SUBDIR += capnproto
SUBDIR += capstone3
SUBDIR += capstone4
SUBDIR += cask
@@ -5365,6 +5364,7 @@
SUBDIR += pylint1
SUBDIR += pymacs
SUBDIR += pyobfuscate
+ SUBDIR += pyotherside-qt5
SUBDIR += pypersrc
SUBDIR += pyrex
SUBDIR += pyside
Index: devel/pyotherside-qt5/Makefile
===================================================================
--- /dev/null
+++ devel/pyotherside-qt5/Makefile
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME= pyotherside
+DISTVERSION= 1.5.3
+CATEGORIES= devel
+PKGNAMESUFFIX= -qt5
+
+MAINTAINER= daniel@shafer.cc
+COMMENT= Asynchronous Python 3 Bindings for Qt 5
+
+LICENSE= ISCL
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= gettext-runtime gl python:3.4+ qmake qt:5
+USE_QT= core declarative gui network quickcontrols svg testlib \
+ widgets buildtools_build
+USE_GL= gl
+
+USE_GITHUB= yes
+GH_ACCOUNT= thp
+
+QMAKE_ARGS= PYTHON_CONFIG=${PYTHON_CMD}-config
+
+.include <bsd.port.mk>
Index: devel/pyotherside-qt5/distinfo
===================================================================
--- /dev/null
+++ devel/pyotherside-qt5/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1520946028
+SHA256 (thp-pyotherside-1.5.3_GH0.tar.gz) = 00049d5f42cac448368bc2a521edb8de36bb6d2a624e195b7f1004236758b805
+SIZE (thp-pyotherside-1.5.3_GH0.tar.gz) = 181811
Index: devel/pyotherside-qt5/pkg-descr
===================================================================
--- /dev/null
+++ devel/pyotherside-qt5/pkg-descr
@@ -0,0 +1,3 @@
+QML Plugin that provides access to a Python 3 interpreter from QML.
+
+WWW: https://thp.io/2011/pyotherside/
Index: devel/pyotherside-qt5/pkg-plist
===================================================================
--- /dev/null
+++ devel/pyotherside-qt5/pkg-plist
@@ -0,0 +1,4 @@
+%%QT_QMLDIR%%/io/thp/pyotherside/libpyothersideplugin.so
+%%QT_QMLDIR%%/io/thp/pyotherside/pyotherside.qmltypes
+%%QT_QMLDIR%%/io/thp/pyotherside/qmldir
+%%QT_TESTDIR%%/qtquicktests/qtquicktests

File Metadata

Mime Type
text/plain
Expires
Thu, Mar 19, 10:23 AM (7 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29960038
Default Alt Text
D14678.diff (2 KB)

Event Timeline