pyqt: Change install directories for Python flavor support
* PyQt could not be installed for multiple Python versions at the same time, as there were conflicting files. This patch creates Python-version versioned directories for all these, and further installs binaries with a version number. * Note, there might be some hickups for software that depends on on of the .so's provided by PyQt5, which might not be found anymore autmotically, and maybe need some LD-flaggery. * Update PyQt5 to 5.10.1 * Mark www/py-qt5-webengine broken. It is unforuntately no longer compatible with the old qt5-webengine-5.9.4 we ship. PR: 232745 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D8714
This commit is contained in:
parent
9ea8c5a60a
commit
cc8a667aa2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485614
@ -16,11 +16,10 @@
|
||||
# * foo_build only build depend
|
||||
# * foo_run only run depend
|
||||
# * foo both (default)
|
||||
# SIPDIR - Absolute path where sip files will be installed
|
||||
# SIPDIR_REL - Relative version of SIPDIR
|
||||
#
|
||||
# Also PYQT_SIPDIR=${SIPDIR_REL} will be added to PLIST_SUB.
|
||||
#
|
||||
# PYQT_SIPDIR - where sip files will be installed to
|
||||
# PYQT_APIDIR - where api files will be installed to
|
||||
# PYQT_DOCDIR - where doc files will be installed to
|
||||
# PYQT_EXAMPLESDIR - where examples will be installed to
|
||||
|
||||
.if !defined(_INCLUDE_USES_PYQT_MK)
|
||||
_INCLUDE_USES_PYQT_MK= yes
|
||||
@ -64,7 +63,7 @@ MASTER_SITES_QSCI2= SF/pyqt/QScintilla2/QScintilla-${PORTVERSION} \
|
||||
SIP_VERSION= 4.19.8
|
||||
QSCI2_VERSION= 2.10.4
|
||||
PYQT4_VERSION= 4.12.1
|
||||
PYQT5_VERSION= 5.9.2
|
||||
PYQT5_VERSION= 5.10.1
|
||||
|
||||
SIP_DISTNAME= sip-${SIP_VERSION}
|
||||
PYQT4_DISTNAME= PyQt4_gpl_x11-${PYQT4_VERSION}
|
||||
@ -205,9 +204,32 @@ py-serialport_DESC= Python bindings for QtSerialPort
|
||||
py-webkitwidgets_DESC= Python bindings for QtWebKitWidgets module
|
||||
py-widgets_DESC= Python bindings for QTWidgets module
|
||||
|
||||
SIPDIR_REL= share/py-sip/PyQt${_PYQT_VERSION}
|
||||
SIPDIR= ${PREFIX}/${SIPDIR_REL}
|
||||
PLIST_SUB+= PYQT_SIPDIR=${SIPDIR_REL}
|
||||
# The versionned executable of sip
|
||||
SIP= ${LOCALBASE}/bin/sip-${PYTHON_VER}
|
||||
|
||||
# Relative directories
|
||||
_VERSION_SUBDIR_REL= PyQt${_PYQT_VERSION}/${PYTHON_VER}
|
||||
_APIDIR_REL= share/${_VERSION_SUBDIR_REL}/qsci
|
||||
_DOCDIR_REL= share/doc/${_VERSION_SUBDIR_REL}
|
||||
_EXAMPLEDIR_REL= share/examples/${_VERSION_SUBDIR_REL}
|
||||
_SIPDIR_REL= share/${_VERSION_SUBDIR_REL}/sip
|
||||
_DESIGNERDIR_REL= ${QT_PLUGINDIR_REL}/designer/${_VERSION_SUBDIR_REL}
|
||||
_QMLDIR_REL= ${QT_QMLDIR_REL}/${_VERSION_SUBDIR_REL}
|
||||
|
||||
# Absolute direcotries
|
||||
PYQT_APIDIR= ${PREFIX}/${_APIDIR_REL}
|
||||
PYQT_DOCDIR= ${PREFIX}/${_DOCDIR_REL}
|
||||
PYQT_EXAMPLEDIR= ${PREFIX}/${_EXAMPLEDIR_REL}
|
||||
PYQT_SIPDIR= ${PREFIX}/${_SIPDIR_REL}
|
||||
PYQT_DESIGNERDIR= ${PREFIX}/${_DESIGNERDIR_REL}
|
||||
PYQT_QMLDIR= ${PREFIX}/${_QMLDIR_REL}
|
||||
|
||||
PLIST_SUB+= PYQT_APIDIR=${_APIDIR_REL} \
|
||||
PYQT_DOCDIR=${_DOCDIR_REL} \
|
||||
PYQT_EXAMPLEDIR=${_EXAMPLEDIR_REL} \
|
||||
PYQT_SIPDIR=${_SIPDIR_REL} \
|
||||
PYQT_DESIGNERDIR=${_DESIGNERDIR_REL} \
|
||||
PYQT_QMLDIR=${_QMLDIR_REL}
|
||||
|
||||
.if defined(PYQT_DIST)
|
||||
PORTVERSION= ${PYQT_VERSION}
|
||||
@ -227,14 +249,17 @@ PORTSCOUT?= limit:^${_QT_VERSION:R}
|
||||
.endif
|
||||
|
||||
PATCHDIR= ${.CURDIR}/../../devel/${PYQT_RELNAME}-core/files
|
||||
QSCIDIR= ${PREFIX}/share/qt${_PYQT_VERSION}/qsci
|
||||
CONFIGURE_ARGS+=-b ${PREFIX}/bin \
|
||||
-d ${PYTHONPREFIX_SITELIBDIR} \
|
||||
-q ${QMAKE} \
|
||||
--confirm-license \
|
||||
--sip ${LOCALBASE}/bin/sip-${PYTHON_VER} \
|
||||
--sipdir ${SIPDIR}
|
||||
|
||||
--sip ${SIP} \
|
||||
--sipdir ${PYQT_SIPDIR}
|
||||
# Move the designer plugin and qml libraries to versioned folders.
|
||||
.if ${_PYQT_VERSION:M5}
|
||||
CONFIGURE_ARGS+=--qml-plugindir ${PYQT_QMLDIR} \
|
||||
--designer-plugindir ${PYQT_DESIGNERDIR}
|
||||
.endif
|
||||
# One of the things PyQt looks for to determine whether to build the Qt DBus
|
||||
# main loop module (${PYQT_RELNAME}-dbussupport) is whether the dbus/ directory is
|
||||
# present. Only extract it for that port then.
|
||||
|
@ -4,6 +4,7 @@ PORTNAME= cadence
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.9.0-7
|
||||
DISTVERSIONSUFFIX= -g4a5f5b4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -23,6 +24,9 @@ USE_QT= core gui widgets buildtools_build
|
||||
USE_PYQT= core_run gui_run network_run widgets_run sip xml_build
|
||||
|
||||
CXXFLAGS+= -DJACKBRIDGE_PROPER_CPP11_SUPPORT=yes
|
||||
# Give the Makefile the proper versioned binaries of PyQt
|
||||
BINARY_ALIAS= pyuic5=${LOCALBASE}/bin/pyuic5-${PYTHON_VER} \
|
||||
pyrcc5=${LOCALBASE}/bin/pyrcc5-${PYTHON_VER}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's|exec $$PYTHON |exec ${PYTHON_CMD} |' ${WRKSRC}/data/cadence
|
||||
|
@ -3,7 +3,7 @@
|
||||
PORTNAME= Carla
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.9.12
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -30,7 +30,10 @@ USE_LDCONFIG= ${PREFIX}/lib/carla
|
||||
SHEBANG_FILES= data/carla-single source/native-plugins/resources/*
|
||||
|
||||
MAKE_ARGS= HAVE_QT4=false \
|
||||
EXTERNAL_PLUGINS=false
|
||||
EXTERNAL_PLUGINS=false \
|
||||
# Give the Makefile the proper versioned binaries of PyQt
|
||||
BINARY_ALIAS= pyuic5=${LOCALBASE}/bin/pyuic5-${PYTHON_VER} \
|
||||
pyrcc5=${LOCALBASE}/bin/pyrcc5-${PYTHON_VER}
|
||||
|
||||
OPTIONS_DEFINE= FFMPEG FLUIDSYNTH LINUXSAMPLER
|
||||
OPTIONS_DEFAULT= FFMPEG FLUIDSYNTH JACK LINUXSAMPLER
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= picard
|
||||
PORTVERSION= 2.0.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio python
|
||||
MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/picard/ \
|
||||
ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/ \
|
||||
|
@ -3,7 +3,7 @@
|
||||
PORTNAME= puddletag
|
||||
PORTVERSION= 1.2.0
|
||||
DISTVERSIONPREFIX=v
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= audio python
|
||||
|
||||
MAINTAINER= multimedia@FreeBSD.org
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= pyfda
|
||||
PORTVERSION= 0.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
DISTVERSIONSUFFIX= rc6
|
||||
CATEGORIES= cad python devel
|
||||
MASTER_SITES= CHEESESHOP
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= gnuradio
|
||||
PORTVERSION= 3.7.13.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= comms astro hamradio
|
||||
MASTER_SITES= http://gnuradio.org/releases/gnuradio/ \
|
||||
LOCAL/db
|
||||
|
@ -1,7 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= serialport
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= comms devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
@ -13,7 +12,7 @@ PYQT_DIST= yes
|
||||
USES= python pyqt:5 qt:5
|
||||
USE_GL= gl
|
||||
USE_PYQT= sip_build core_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= core gui serialport qmake_build
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
@ -21,7 +20,7 @@ OPTIONS_DEFAULT=API
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtSerialPort API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
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
|
||||
|
@ -3,4 +3,4 @@
|
||||
%%PYQT_SIPDIR%%/QtSerialPort/QtSerialPortmod.sip
|
||||
%%PYQT_SIPDIR%%/QtSerialPort/qserialport.sip
|
||||
%%PYQT_SIPDIR%%/QtSerialPort/qserialportinfo.sip
|
||||
%%API%%share/qt5/qsci/api/python/QtSerialPort.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtSerialPort.api
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sql
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= databases devel python
|
||||
|
||||
@ -14,7 +14,7 @@ PYQT_DIST= yes
|
||||
|
||||
USES= python pyqt:4 qt:4
|
||||
USE_PYQT= sip_build core_run gui_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= corelib gui sql \
|
||||
moc_build qmake_build
|
||||
|
||||
@ -23,7 +23,7 @@ OPTIONS_DEFAULT=API
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtSql API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
@ -13,4 +13,4 @@
|
||||
%%PYQT_SIPDIR%%/QtSql/qsqlrelationaltablemodel.sip
|
||||
%%PYQT_SIPDIR%%/QtSql/qsqlresult.sip
|
||||
%%PYQT_SIPDIR%%/QtSql/qsqltablemodel.sip
|
||||
%%API%%share/qt4/qsci/api/python/QtSql.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtSql.api
|
||||
|
@ -1,7 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sql
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= databases devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
@ -13,7 +12,7 @@ PYQT_DIST= yes
|
||||
USES= python pyqt:5 qt:5
|
||||
USE_GL= gl
|
||||
USE_PYQT= sip_build core_run widgets_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= core gui sql widgets buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
@ -21,7 +20,7 @@ OPTIONS_DEFAULT=API
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtSql API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
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
|
||||
|
@ -15,4 +15,4 @@
|
||||
%%PYQT_SIPDIR%%/QtSql/qsqlrelationaltablemodel.sip
|
||||
%%PYQT_SIPDIR%%/QtSql/qsqlresult.sip
|
||||
%%PYQT_SIPDIR%%/QtSql/qsqltablemodel.sip
|
||||
%%API%%share/qt5/qsci/api/python/QtSql.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtSql.api
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= calibre
|
||||
PORTVERSION= 3.34.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils python
|
||||
MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/
|
||||
|
||||
@ -71,7 +72,8 @@ MAKE_ENV+= FC_INC_DIR="${LOCALBASE}/include/fontconfig" \
|
||||
XDG_CONFIG_HOME=${WRKDIR}/xdg-config \
|
||||
XDG_UTILS_INSTALL_MODE=system \
|
||||
QMAKE=${QMAKE} \
|
||||
SIP_BIN=sip-${PYTHON_VER}
|
||||
SIP_BIN=${SIP} \
|
||||
SIP_DIR=${PYQT_SIPDIR}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|#!/usr/bin/env python2|#!${PYTHON_CMD}|" \
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= treeline
|
||||
PORTVERSION= 3.0.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= deskutils python
|
||||
MASTER_SITES= https://github.com/doug-101/TreeLine/releases/download/v${PORTVERSION}/ \
|
||||
SF/${PORTNAME}/${PORTVERSION}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= hgview
|
||||
PORTVERSION= 1.9.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= CHEESESHOP \
|
||||
http://download.logilab.org/pub/${PORTNAME}/
|
||||
|
@ -4,7 +4,7 @@
|
||||
PORTNAME= ninja-ide
|
||||
PORTVERSION= 2.3
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://nivit.altervista.org/FreeBSD/ports/distfiles/
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= plasma
|
||||
DISTVERSION= g20171121
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
|
||||
MAINTAINER= freebsd_ports@k-worx.org
|
||||
@ -29,7 +30,7 @@ GH_ACCOUNT= plasma-disassembler
|
||||
GH_PROJECT= plasma
|
||||
GH_TAGNAME= 8ec3bb7
|
||||
|
||||
USE_PYTHON= distutils flavors autoplist
|
||||
USE_PYTHON= distutils noflavors autoplist
|
||||
SHEBANG_FILES= tests/analyzer/run.sh
|
||||
SHEBANG_GLOB= *.py
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= pykde4
|
||||
PORTVERSION= ${KDE4_VERSION}
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= devel kde kde-kde4 python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= assistant
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel python
|
||||
|
||||
@ -14,7 +14,7 @@ PYQT_DIST= yes
|
||||
|
||||
USES= python pyqt:4 qt:4
|
||||
USE_PYQT= sip_build core_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= assistantclient corelib gui network \
|
||||
moc_build qmake_build
|
||||
|
||||
@ -23,7 +23,7 @@ OPTIONS_DEFAULT=API
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtAssistant API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
@ -1,4 +1,4 @@
|
||||
%%PYTHON_SITELIBDIR%%/PyQt4/QtAssistant.so
|
||||
%%PYQT_SIPDIR%%/QtAssistant/QtAssistantmod.sip
|
||||
%%PYQT_SIPDIR%%/QtAssistant/qassistantclient.sip
|
||||
%%API%%share/qt4/qsci/api/python/QtAssistant.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtAssistant.api
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= core
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel python
|
||||
|
||||
@ -13,7 +13,7 @@ CONFIGURE_ARGS= --enable QtCore
|
||||
PYQT_DIST= yes
|
||||
|
||||
USES= python pyqt:4 qt:4
|
||||
USE_PYTHON= py3kplist flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_PYQT= sip
|
||||
USE_QT= corelib qmake_build moc_build
|
||||
|
||||
@ -22,7 +22,7 @@ OPTIONS_DEFAULT=API
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtCore API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
@ -197,4 +197,4 @@ bin/pyuic4
|
||||
%%PYQT_SIPDIR%%/QtCore/qwaitcondition.sip
|
||||
%%PYQT_SIPDIR%%/QtCore/qwineventnotifier.sip
|
||||
%%PYQT_SIPDIR%%/QtCore/qxmlstream.sip
|
||||
%%API%%share/qt4/qsci/api/python/QtCore.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtCore.api
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dbus
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel python
|
||||
|
||||
@ -14,7 +14,7 @@ PYQT_DIST= yes
|
||||
|
||||
USES= python pyqt:4 qt:4
|
||||
USE_PYQT= sip_build core_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= corelib dbus moc_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
@ -22,7 +22,7 @@ OPTIONS_DEFAULT=API
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtDBus API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
@ -14,4 +14,4 @@
|
||||
%%PYQT_SIPDIR%%/QtDBus/qdbusunixfiledescriptor.sip
|
||||
%%PYQT_SIPDIR%%/QtDBus/qpydbuspendingreply.sip
|
||||
%%PYQT_SIPDIR%%/QtDBus/qpydbusreply.sip
|
||||
%%API%%share/qt4/qsci/api/python/QtDBus.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtDBus.api
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= declarative
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
@ -12,7 +12,7 @@ PYQT_DIST= yes
|
||||
|
||||
USES= python pyqt:4 qt:4
|
||||
USE_PYQT= sip_build core_run gui_run network_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= corelib declarative gui network script sql svg xmlpatterns \
|
||||
qmake_build moc_build
|
||||
|
||||
@ -21,7 +21,7 @@ OPTIONS_DEFAULT=API
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtDeclarative API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
@ -18,4 +18,4 @@
|
||||
%%PYQT_SIPDIR%%/QtDeclarative/qdeclarativeview.sip
|
||||
%%PYQT_SIPDIR%%/QtDeclarative/qpydeclarativelistproperty.sip
|
||||
%%PYQT_SIPDIR%%/QtDeclarative/qpydeclarativepropertyvaluesource.sip
|
||||
%%API%%share/qt4/qsci/api/python/QtDeclarative.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtDeclarative.api
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= designer
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel python
|
||||
|
||||
@ -14,7 +14,7 @@ PYQT_DIST= yes
|
||||
|
||||
USES= python pyqt:4 qt:4
|
||||
USE_PYQT= sip_build core_run gui_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= corelib designer gui moc_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
@ -22,7 +22,7 @@ OPTIONS_DEFAULT=API
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtDesigner API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
@ -24,4 +24,4 @@
|
||||
%%PYQT_SIPDIR%%/QtDesigner/qpydesignerpropertysheetextension.sip
|
||||
%%PYQT_SIPDIR%%/QtDesigner/qpydesignertaskmenuextension.sip
|
||||
%%PYQT_SIPDIR%%/QtDesigner/taskmenu.sip
|
||||
%%API%%share/qt4/qsci/api/python/QtDesigner.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtDesigner.api
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= help
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
@ -12,7 +12,7 @@ PYQT_DIST= yes
|
||||
|
||||
USES= python pyqt:4 qt:4
|
||||
USE_PYQT= sip_build core_run gui_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= corelib gui help network sql moc_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
@ -20,7 +20,7 @@ OPTIONS_DEFAULT=API
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtHelp API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
@ -7,4 +7,4 @@
|
||||
%%PYQT_SIPDIR%%/QtHelp/qhelpsearchengine.sip
|
||||
%%PYQT_SIPDIR%%/QtHelp/qhelpsearchquerywidget.sip
|
||||
%%PYQT_SIPDIR%%/QtHelp/qhelpsearchresultwidget.sip
|
||||
%%API%%share/qt4/qsci/api/python/QtHelp.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtHelp.api
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= qscintilla2
|
||||
PORTVERSION= ${QSCI2_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITES_QSCI2}
|
||||
@ -21,16 +22,16 @@ HAS_CONFIGURE= yes
|
||||
|
||||
USES= python pyqt:4 qmake:no_env qt:4
|
||||
USE_PYQT= sip core gui
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= corelib gui moc_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DEBUG
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
||||
QSCIDIR= ${PREFIX}/share/qt4/qsci
|
||||
CONFIGURE_ARGS= --pyqt PyQt4 -d ${PYTHONPREFIX_SITELIBDIR}/PyQt4 -v ${SIPDIR} \
|
||||
--apidir ${QSCIDIR} --qmake ${QMAKE} --pyqt-sipdir ${SIPDIR} \
|
||||
--sip ${LOCALBASE}/bin/sip-${PYTHON_VER}
|
||||
PYQT_APIDIR= ${PREFIX}/share/qt4/qsci
|
||||
CONFIGURE_ARGS= --pyqt PyQt4 -d ${PYTHONPREFIX_SITELIBDIR}/PyQt4 -v ${PYQT_SIPDIR} \
|
||||
--apidir ${PYQT_APIDIR} --qmake ${QMAKE} --pyqt-sipdir ${PYQT_SIPDIR} \
|
||||
--sip ${SIP}
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/Python
|
||||
ALL_TARGET= #empty
|
||||
|
||||
|
@ -54,4 +54,4 @@
|
||||
%%PYQT_SIPDIR%%/Qsci/qsciscintillabase.sip
|
||||
%%PYQT_SIPDIR%%/Qsci/qscistyle.sip
|
||||
%%PYQT_SIPDIR%%/Qsci/qscistyledtext.sip
|
||||
share/qt4/qsci/api/python/QScintilla2.api
|
||||
%%PYQT_APIDIR%%/api/python/QScintilla2.api
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= script
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel python
|
||||
|
||||
@ -14,7 +14,7 @@ PYQT_DIST= yes
|
||||
|
||||
USES= python pyqt:4 qt:4
|
||||
USE_PYQT= sip_build core_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= corelib script moc_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
@ -22,7 +22,7 @@ OPTIONS_DEFAULT=API
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtScript API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
@ -9,4 +9,4 @@
|
||||
%%PYQT_SIPDIR%%/QtScript/qscriptstring.sip
|
||||
%%PYQT_SIPDIR%%/QtScript/qscriptvalue.sip
|
||||
%%PYQT_SIPDIR%%/QtScript/qscriptvalueiterator.sip
|
||||
%%API%%share/qt4/qsci/api/python/QtScript.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtScript.api
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= scripttools
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel python
|
||||
|
||||
@ -13,7 +13,7 @@ PYQT_DIST= yes
|
||||
|
||||
USES= python pyqt:4 qt:4
|
||||
USE_PYQT= sip_build core_run gui_run script_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= corelib gui script scripttools moc_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
@ -21,7 +21,7 @@ OPTIONS_DEFAULT=API
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtScriptTools API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
@ -1,4 +1,4 @@
|
||||
%%PYTHON_SITELIBDIR%%/PyQt4/QtScriptTools.so
|
||||
%%PYQT_SIPDIR%%/QtScriptTools/QtScriptToolsmod.sip
|
||||
%%PYQT_SIPDIR%%/QtScriptTools/qscriptenginedebugger.sip
|
||||
%%API%%share/qt4/qsci/api/python/QtScriptTools.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtScriptTools.api
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= test
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel python
|
||||
|
||||
@ -14,7 +14,7 @@ PYQT_DIST= yes
|
||||
|
||||
USES= python pyqt:4 qt:4
|
||||
USE_PYQT= sip_build core_run gui_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= corelib gui qtestlib moc_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
@ -22,7 +22,7 @@ OPTIONS_DEFAULT=API
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtTest API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
@ -4,4 +4,4 @@
|
||||
%%PYQT_SIPDIR%%/QtTest/qtestkeyboard.sip
|
||||
%%PYQT_SIPDIR%%/QtTest/qtestmouse.sip
|
||||
%%PYQT_SIPDIR%%/QtTest/qtestsystem.sip
|
||||
%%API%%share/qt4/qsci/api/python/QtTest.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtTest.api
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= qt4
|
||||
PORTVERSION= ${PYQT4_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@ -11,7 +11,7 @@ MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Python bindings for the Qt 4 toolkit (meta port)
|
||||
|
||||
USES= metaport python pyqt:4
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
|
||||
# Keep these synchronized with _USE_PYQT_ALL / _USE_PYQT4_ONLY in Mk/Use/pyqt.mk
|
||||
OPTIONS_DEFINE= assistant core dbus dbussupport declarative \
|
||||
|
@ -1,7 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= core
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
@ -14,7 +13,7 @@ CONFIGURE_ARGS= ${PYQT5_MODULES_ALL:N${PYQT_MODULE}:C/.*/--disable=&/} \
|
||||
PYQT_DIST= yes
|
||||
|
||||
USES= python pyqt:5 qt:5
|
||||
USE_PYTHON= py3kplist flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_PYQT= sip_build
|
||||
USE_QT= core buildtools_build qmake_build
|
||||
|
||||
@ -23,7 +22,7 @@ OPTIONS_DEFAULT=API
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtCore API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
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
|
||||
|
||||
|
@ -175,6 +175,7 @@ bin/pyuic5
|
||||
%%PYQT_SIPDIR%%/QtCore/qpycore_qset.sip
|
||||
%%PYQT_SIPDIR%%/QtCore/qpycore_qvector.sip
|
||||
%%PYQT_SIPDIR%%/QtCore/qpycore_virtual_error_handler.sip
|
||||
%%PYQT_SIPDIR%%/QtCore/qrandom.sip
|
||||
%%PYQT_SIPDIR%%/QtCore/qreadwritelock.sip
|
||||
%%PYQT_SIPDIR%%/QtCore/qrect.sip
|
||||
%%PYQT_SIPDIR%%/QtCore/qregexp.sip
|
||||
@ -220,4 +221,4 @@ bin/pyuic5
|
||||
%%PYQT_SIPDIR%%/QtCore/qwaitcondition.sip
|
||||
%%PYQT_SIPDIR%%/QtCore/qwineventnotifier.sip
|
||||
%%PYQT_SIPDIR%%/QtCore/qxmlstream.sip
|
||||
%%API%%share/qt5/qsci/api/python/QtCore.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtCore.api
|
||||
|
@ -1,7 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dbus
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
@ -12,7 +11,7 @@ PYQT_DIST= yes
|
||||
|
||||
USES= python pyqt:5 qt:5
|
||||
USE_PYQT= sip_build core_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= core dbus qmake_build
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
@ -20,7 +19,7 @@ OPTIONS_DEFAULT=API
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtDBus API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
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
|
||||
|
@ -15,4 +15,4 @@
|
||||
%%PYQT_SIPDIR%%/QtDBus/qdbusunixfiledescriptor.sip
|
||||
%%PYQT_SIPDIR%%/QtDBus/qpydbuspendingreply.sip
|
||||
%%PYQT_SIPDIR%%/QtDBus/qpydbusreply.sip
|
||||
%%API%%share/qt5/qsci/api/python/QtDBus.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtDBus.api
|
||||
|
@ -1,7 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dbussupport
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
@ -15,7 +14,7 @@ PYQT_DIST= yes
|
||||
|
||||
USES= pkgconfig python pyqt:5 qt:5
|
||||
USE_PYQT= sip_build
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= core buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DEBUG
|
||||
|
@ -1,7 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= designer
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
@ -13,7 +12,7 @@ PYQT_DIST= yes
|
||||
USES= python pyqt:5 qt:5
|
||||
USE_GL= yes
|
||||
USE_PYQT= sip_build core_run widgets_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= core gui designer widgets xml \
|
||||
buildtools_build qmake_build
|
||||
|
||||
@ -22,7 +21,7 @@ OPTIONS_DEFAULT=API
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtDesigner API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
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
|
||||
|
@ -25,4 +25,4 @@
|
||||
%%PYQT_SIPDIR%%/QtDesigner/qpydesignerpropertysheetextension.sip
|
||||
%%PYQT_SIPDIR%%/QtDesigner/qpydesignertaskmenuextension.sip
|
||||
%%PYQT_SIPDIR%%/QtDesigner/taskmenu.sip
|
||||
%%API%%share/qt5/qsci/api/python/QtDesigner.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtDesigner.api
|
||||
|
@ -1,7 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= designerplugin
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
@ -12,18 +11,19 @@ INSTALL_WRKSRC= ${WRKSRC}/designer
|
||||
DESTDIRNAME= INSTALL_ROOT
|
||||
|
||||
CONFIGURE_ARGS= --enable QtDesigner
|
||||
|
||||
PYQT_DIST= yes
|
||||
|
||||
USES= python pyqt:5 qt:5
|
||||
USE_GL= gl
|
||||
USE_PYQT= sip_build
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= core designer gui xml widgets \
|
||||
buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DEBUG
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
||||
PLIST_FILES= %%QT_PLUGINDIR%%/designer/libpyqt5.so
|
||||
PLIST_FILES= ${PYQT_DESIGNERDIR}/libpyqt5.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,7 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= help
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
@ -13,15 +12,15 @@ PYQT_DIST= yes
|
||||
USES= python pyqt:5 qt:5
|
||||
USE_GL= gl
|
||||
USE_PYQT= sip_build core_run widgets_run
|
||||
USE_PYTHON= flavors
|
||||
USE_QT= core gui widgets help network sql buildtools_build qmake_build xml
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= core gui widgets help network sql buildtools_build qmake_build xml
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
OPTIONS_DEFAULT=API
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtHelp API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
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
|
||||
|
@ -8,4 +8,4 @@
|
||||
%%PYQT_SIPDIR%%/QtHelp/qhelpsearchengine.sip
|
||||
%%PYQT_SIPDIR%%/QtHelp/qhelpsearchquerywidget.sip
|
||||
%%PYQT_SIPDIR%%/QtHelp/qhelpsearchresultwidget.sip
|
||||
%%API%%share/qt5/qsci/api/python/QtHelp.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtHelp.api
|
||||
|
@ -20,16 +20,16 @@ HAS_CONFIGURE= yes
|
||||
USES= python pyqt:5 qmake:no_env qt:5
|
||||
USE_GL= gl
|
||||
USE_PYQT= sip core gui printsupport widgets
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= core gui printsupport widgets buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= DEBUG
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
||||
QSCIDIR= ${PREFIX}/share/qt5/qsci
|
||||
CONFIGURE_ARGS= --pyqt PyQt5 -d ${PYTHONPREFIX_SITELIBDIR}/PyQt5 -v ${SIPDIR} \
|
||||
--apidir ${QSCIDIR} --qmake ${QMAKE} --pyqt-sipdir ${SIPDIR} \
|
||||
--sip ${LOCALBASE}/bin/sip-${PYTHON_VER}
|
||||
CONFIGURE_ARGS= --pyqt PyQt5 -d ${PYTHONPREFIX_SITELIBDIR}/PyQt5 -v ${PYQT_SIPDIR} \
|
||||
--apidir ${PYQT_APIDIR} --qmake ${QMAKE} --pyqt-sipdir ${PYQT_SIPDIR} \
|
||||
--sip ${SIP}
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/Python
|
||||
ALL_TARGET= #empty
|
||||
|
||||
|
@ -54,4 +54,4 @@
|
||||
%%PYQT_SIPDIR%%/Qsci/qsciscintillabase.sip
|
||||
%%PYQT_SIPDIR%%/Qsci/qscistyle.sip
|
||||
%%PYQT_SIPDIR%%/Qsci/qscistyledtext.sip
|
||||
%%QT_DATADIR%%/qsci/api/python/QScintilla2.api
|
||||
%%PYQT_APIDIR%%/api/python/QScintilla2.api
|
||||
|
@ -1,7 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= test
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
@ -13,7 +12,7 @@ PYQT_DIST= yes
|
||||
USES= python pyqt:5 qt:5
|
||||
USE_GL= gl
|
||||
USE_PYQT= sip_build core_run widgets_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= core gui testlib widgets \
|
||||
buildtools_build qmake_build
|
||||
|
||||
@ -22,7 +21,7 @@ OPTIONS_DEFAULT=API
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtTest API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
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
|
||||
|
@ -7,4 +7,4 @@
|
||||
%%PYQT_SIPDIR%%/QtTest/qtestmouse.sip
|
||||
%%PYQT_SIPDIR%%/QtTest/qtestsystem.sip
|
||||
%%PYQT_SIPDIR%%/QtTest/qtesttouch.sip
|
||||
%%API%%share/qt5/qsci/api/python/QtTest.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtTest.api
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
PORTNAME= qt5
|
||||
PORTVERSION= ${PYQT5_VERSION}
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= devel python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@ -18,7 +17,7 @@ OPTIONS_DEFINE= core dbus dbussupport demo designer \
|
||||
network opengl printsupport qml qscintilla2 quickwidgets \
|
||||
sql serialport svg test webchannel webengine webkit \
|
||||
webkitwidgets widgets xml xmlpatterns
|
||||
OPTIONS_DEFAULT=${OPTIONS_DEFINE}
|
||||
OPTIONS_DEFAULT=${OPTIONS_DEFINE:Nwebengine}
|
||||
|
||||
.for opt in ${OPTIONS_DEFINE}
|
||||
${opt}_USE= PYQT=${opt}_run
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1487865147
|
||||
SHA256 (PyQt5_gpl-5.9.2.tar.gz) = c190dac598c97b0113ca5e7a37c71c623f02d1d713088addfacac4acfa4b8394
|
||||
SIZE (PyQt5_gpl-5.9.2.tar.gz) = 3102848
|
||||
SHA256 (PyQt5_gpl-5.10.1.tar.gz) = 9932e971e825ece4ea08f84ad95017837fa8f3f29c6b0496985fa1093661e9ef
|
||||
SIZE (PyQt5_gpl-5.10.1.tar.gz) = 3110469
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= sip
|
||||
PORTVERSION= ${SIP_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITES_SIP}
|
||||
|
@ -4,7 +4,7 @@
|
||||
PORTNAME= spyder
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.2.7
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel science python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= qbzr
|
||||
PORTVERSION= 0.23.0
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://launchpadlibrarian.net/109906138/ \
|
||||
http://www.c-s.li/ports/
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= qct
|
||||
PORTVERSION= 1.7
|
||||
PORTREVISION= 9
|
||||
PORTREVISION= 10
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://qct.sourceforge.net/
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= designerplugin-qt5
|
||||
PORTVERSION= ${QSCI2_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITES_QSCI2}
|
||||
PKGNAMEPREFIX= qscintilla2-
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= designerplugin
|
||||
PORTVERSION= ${QSCI2_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITES_QSCI2}
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= qscintilla2-qt5
|
||||
PORTVERSION= ${QSCI2_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITES_QSCI2}
|
||||
DISTNAME= ${QSCI2_DISTNAME}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= qscintilla2
|
||||
PORTVERSION= ${QSCI2_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITES_QSCI2}
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= tortoisehg
|
||||
DISTVERSION= 4.6
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://bitbucket.org/tortoisehg/targz/downloads/
|
||||
|
||||
|
@ -4,6 +4,7 @@ PORTNAME= vitables
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.0.0-55
|
||||
DISTVERSIONSUFFIX= -gb064ad7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel science python
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= leo
|
||||
PORTVERSION= 5.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= editors python
|
||||
MASTER_SITES= SF/${PORTNAME}/Leo/${PORTVERSION}-final
|
||||
DISTNAME= Leo-${PORTVERSION}-final
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= fs-uae-launcher
|
||||
PORTVERSION= 2.8.4
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://fs-uae.net/fs-uae/stable/${PORTVERSION}/
|
||||
|
||||
@ -16,7 +17,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
|
||||
|
||||
USES= gettext gmake pathfix python:3.4+ pyqt:5
|
||||
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_PYTHON= distutils autoplist noflavors
|
||||
USE_PYQT= core sip gui widgets opengl
|
||||
|
||||
INSTALLS_ICONS= yes
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= swine
|
||||
PORTVERSION= 1.0.4
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= emulators deskutils python
|
||||
|
||||
MAINTAINER= koalative@gmail.com
|
||||
|
@ -4,7 +4,7 @@
|
||||
PORTNAME= BitcoinArmory
|
||||
PORTVERSION= 0.93.3
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= finance
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= electrum
|
||||
PORTVERSION= 3.2.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= finance python
|
||||
MASTER_SITES= https://download.electrum.org/${PORTVERSION}/ \
|
||||
http://download.electrum.org/${PORTVERSION}/
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= anki
|
||||
DISTVERSION= 2.0.52
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games python
|
||||
MASTER_SITES= https://apps.ankiweb.net/downloads/current/
|
||||
DISTNAME= anki-${PORTVERSION}-source
|
||||
|
@ -6,6 +6,7 @@ EXPIRATION_DATE= 2018-12-19
|
||||
|
||||
PORTNAME= kajongg
|
||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games kde kde-applications
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= mnemosyne
|
||||
PORTVERSION= 2.6.1
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= games python
|
||||
MASTER_SITES= SF/mnemosyne-proj/${PORTNAME}/${PORTNAME}-${DISTVERSION}
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= poppler-qt4
|
||||
PORTVERSION= 0.18.1
|
||||
PORTREVISION= 10
|
||||
PORTREVISION= 11
|
||||
CATEGORIES= graphics python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= svg
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics devel python
|
||||
|
||||
@ -14,7 +14,7 @@ PYQT_DIST= yes
|
||||
|
||||
USES= python pyqt:4 qt:4
|
||||
USE_PYQT= sip_build core_run gui_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= corelib gui svg moc_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
@ -22,7 +22,7 @@ OPTIONS_DEFAULT=API
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtSvg API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
@ -4,4 +4,4 @@
|
||||
%%PYQT_SIPDIR%%/QtSvg/qsvggenerator.sip
|
||||
%%PYQT_SIPDIR%%/QtSvg/qsvgrenderer.sip
|
||||
%%PYQT_SIPDIR%%/QtSvg/qsvgwidget.sip
|
||||
%%API%%share/qt4/qsci/api/python/QtSvg.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtSvg.api
|
||||
|
@ -1,7 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= svg
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= graphics devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
@ -13,7 +12,7 @@ PYQT_DIST= yes
|
||||
USES= python pyqt:5 qt:5
|
||||
USE_GL= gl
|
||||
USE_PYQT= sip_build core_run gui_run widgets_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= core gui svg widgets qmake_build
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
@ -21,7 +20,7 @@ OPTIONS_DEFAULT=API
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtSvg API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
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
|
||||
|
@ -5,4 +5,4 @@
|
||||
%%PYQT_SIPDIR%%/QtSvg/qsvggenerator.sip
|
||||
%%PYQT_SIPDIR%%/QtSvg/qsvgrenderer.sip
|
||||
%%PYQT_SIPDIR%%/QtSvg/qsvgwidget.sip
|
||||
%%API%%share/qt5/qsci/api/python/QtSvg.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtSvg.api
|
||||
|
@ -4,7 +4,7 @@
|
||||
PORTNAME= qgis
|
||||
DISTVERSIONPREFIX= final-
|
||||
DISTVERSION= 2_18_17
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= graphics geography
|
||||
|
||||
MAINTAINER= rhurlin@gwdg.de
|
||||
|
@ -4,7 +4,7 @@
|
||||
PORTNAME= seexpr
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTVERSION= 2.11
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= graphics math
|
||||
|
||||
MAINTAINER= danfe@FreeBSD.org
|
||||
|
@ -1,7 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= qml
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= lang devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
@ -13,7 +12,7 @@ PYQT_DIST= yes
|
||||
USES= python pyqt:5 qt:5
|
||||
USE_GL= gl
|
||||
USE_PYQT= sip_build core_run network_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= core declarative gui network buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
@ -21,7 +20,7 @@ OPTIONS_DEFAULT=API
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtQml API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
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
|
||||
|
@ -1,6 +1,6 @@
|
||||
%%PYTHON_SITELIBDIR%%/PyQt5/QtQml.so
|
||||
%%PYTHON_SITELIBDIR%%/PyQt5/QtQml.pyi
|
||||
%%QT_PLUGINDIR%%/PyQt5/libpyqt5qmlplugin.so
|
||||
%%PYQT_QMLDIR%%/libpyqt5qmlplugin.so
|
||||
%%PYQT_SIPDIR%%/QtQml/QtQmlmod.sip
|
||||
%%PYQT_SIPDIR%%/QtQml/qjsengine.sip
|
||||
%%PYQT_SIPDIR%%/QtQml/qjsvalue.sip
|
||||
@ -25,4 +25,5 @@
|
||||
%%PYQT_SIPDIR%%/QtQml/qqmlpropertymap.sip
|
||||
%%PYQT_SIPDIR%%/QtQml/qqmlpropertyvaluesource.sip
|
||||
%%PYQT_SIPDIR%%/QtQml/qqmlscriptstring.sip
|
||||
%%API%%share/qt5/qsci/api/python/QtQml.api
|
||||
%%PYQT_SIPDIR%%/QtQml/qqml.sip
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtQml.api
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= convertall
|
||||
PORTVERSION= 0.7.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
PORTNAME= matplotlib
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 2.1.2
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= math python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= qtiplot
|
||||
DISTVERSION= 0.9.8.9
|
||||
PORTREVISION= 15
|
||||
PORTREVISION= 16
|
||||
CATEGORIES= math science
|
||||
MASTER_SITES= BERLIOS http://soft.proindependent.com/src/
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= rpcalc
|
||||
PORTVERSION= 0.8.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= orange3
|
||||
DISTVERSION= 3.17.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc python
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
PORTNAME= QSpectrumAnalyzer
|
||||
DISTVERSION= 2.1.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= misc hamradio python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= demo
|
||||
PORTVERSION= ${PYQT4_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= misc devel python
|
||||
MASTER_SITES= ${MASTER_SITES_PYQT4}
|
||||
@ -17,9 +17,7 @@ DISTINFO_FILE= ${PYQT4_DISTINFO_FILE}
|
||||
|
||||
NO_BUILD= yes
|
||||
USES= python pyqt:4
|
||||
USE_PYTHON= py3kplist flavors
|
||||
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/py-qt4
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
|
||||
USE_PYQT= assistant_run core_run dbus_run dbussupport_run declarative_run \
|
||||
designer_run designerplugin_run doc_run gui_run help_run \
|
||||
@ -29,13 +27,13 @@ USE_PYQT= assistant_run core_run dbus_run dbussupport_run declarative_run \
|
||||
|
||||
do-install:
|
||||
${RM} ${WRKSRC}/examples/designer/plugins/plugins.py.orig
|
||||
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}
|
||||
${MKDIR} ${STAGEDIR}${PYQT_EXAMPLEDIR}
|
||||
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${PYQT_EXAMPLEDIR}
|
||||
${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \
|
||||
-f -d ${PYTHONPREFIX_SITELIBDIR} \
|
||||
${STAGEDIR}${EXAMPLESDIR}
|
||||
${STAGEDIR}${PYQT_EXAMPLEDIR}
|
||||
${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \
|
||||
-f -d ${PYTHONPREFIX_SITELIBDIR} \
|
||||
${STAGEDIR}${EXAMPLESDIR}
|
||||
${STAGEDIR}${PYQT_EXAMPLEDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,6 @@
|
||||
|
||||
PORTNAME= demo
|
||||
PORTVERSION= ${PYQT5_VERSION}
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= misc devel python
|
||||
MASTER_SITES= ${MASTER_SITES_PYQT5}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}qt5-
|
||||
@ -23,19 +22,17 @@ USE_PYQT= core_run dbus_run designer_run \
|
||||
sql_run svg_run test_run webkit_run xml_run \
|
||||
xmlpatterns_run sip_run qscintilla2_run \
|
||||
printsupport_run serialport_run webkitwidgets_run widgets_run
|
||||
USE_PYTHON= py3kplist flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
NO_ARCH= yes
|
||||
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/py-qt5
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}
|
||||
${MKDIR} ${STAGEDIR}${PYQT_EXAMPLEDIR}
|
||||
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${PYQT_EXAMPLEDIR}
|
||||
${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \
|
||||
-f -d ${PYTHONPREFIX_SITELIBDIR} \
|
||||
${STAGEDIR}${EXAMPLESDIR}
|
||||
${STAGEDIR}${PYQT_EXAMPLEDIR}
|
||||
${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \
|
||||
-f -d ${PYTHONPREFIX_SITELIBDIR} \
|
||||
${STAGEDIR}${EXAMPLESDIR}
|
||||
${STAGEDIR}${PYQT_EXAMPLEDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= urh
|
||||
DISTVERSION= 2.4.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= misc hamradio python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= OpenLP
|
||||
PORTVERSION= 2.4.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia python
|
||||
MASTER_SITES= https://get.openlp.org/${PORTVERSION}/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= multimedia
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= multimedia devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
@ -13,7 +13,7 @@ PYQT_DIST= yes
|
||||
|
||||
USES= python pyqt:4 qt:4
|
||||
USE_PYQT= sip_build core_run gui_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= corelib gui multimedia moc_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
@ -21,7 +21,7 @@ OPTIONS_DEFAULT=API
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtMultimedia API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
@ -9,4 +9,4 @@
|
||||
%%PYQT_SIPDIR%%/QtMultimedia/qaudiooutput.sip
|
||||
%%PYQT_SIPDIR%%/QtMultimedia/qvideoframe.sip
|
||||
%%PYQT_SIPDIR%%/QtMultimedia/qvideosurfaceformat.sip
|
||||
%%API%%share/qt4/qsci/api/python/QtMultimedia.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/QtMultimedia.api
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= phonon
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= multimedia devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
@ -12,7 +12,7 @@ PYQT_DIST= yes
|
||||
|
||||
USES= python pyqt:4 qt:4
|
||||
USE_PYQT= sip_build core_run gui_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= corelib gui phonon moc_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
@ -20,7 +20,7 @@ OPTIONS_DEFAULT=API
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install Phonon API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${PYQT_APIDIR}
|
||||
API_CONFIGURE_OFF= --no-qsci-api
|
||||
API_LIB_DEPENDS= libqscintilla2_qt4.so:devel/qscintilla2
|
||||
DEBUG_CONFIGURE_ON= --debug --trace
|
||||
|
@ -18,4 +18,4 @@
|
||||
%%PYQT_SIPDIR%%/phonon/videoplayer.sip
|
||||
%%PYQT_SIPDIR%%/phonon/videowidget.sip
|
||||
%%PYQT_SIPDIR%%/phonon/volumeslider.sip
|
||||
%%API%%share/qt4/qsci/api/python/phonon.api
|
||||
%%API%%%%PYQT_APIDIR%%/api/python/phonon.api
|
||||
|
@ -1,7 +1,6 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= multimedia
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= multimedia devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
@ -13,7 +12,7 @@ PYQT_DIST= yes
|
||||
USES= python pyqt:5 qt:5
|
||||
USE_GL= gl
|
||||
USE_PYQT= sip_build core_run gui_run network_run
|
||||
USE_PYTHON= flavors
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_QT= core gui multimedia network qmake_build
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
@ -21,7 +20,7 @@ OPTIONS_DEFAULT=API
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
API_DESC= Install QtMultimedia API for QScintilla2
|
||||
API_CONFIGURE_ON= --qsci-api --qsci-api-destdir=${QSCIDIR}
|
||||
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
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user