mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Mark ports recursively depending on Python 2.7 for expiration on June 23.
For ports optionally dependending on Python 2.7, just mark those options as expired. Remove konquerer from the x11/kde-baseapps metaport and bump its PORTREVISION. Submitted by: rene Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri Approved by: portmgr Differential Revision: https://reviews.freebsd.org/D28665
This commit is contained in:
parent
80fa663d16
commit
b217c7fc9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=569118
129 changed files with 470 additions and 5 deletions
|
@ -57,4 +57,11 @@ do-install-GUI-on:
|
||||||
${INSTALL_DATA} ${WRKSRC}/gui/images/appicon.png \
|
${INSTALL_DATA} ${WRKSRC}/gui/images/appicon.png \
|
||||||
${STAGEDIR}${PREFIX}/share/pixmaps/gpsbabel.png
|
${STAGEDIR}${PREFIX}/share/pixmaps/gpsbabel.png
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${PORT_OPTIONS:MGUI}
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -42,4 +42,10 @@ WEBENGINE_DESC= Add dependency on qt5-webengine
|
||||||
WEBENGINE_USE= QT=webengine
|
WEBENGINE_USE= QT=webengine
|
||||||
WEBENGINE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets
|
WEBENGINE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
.if ${PORT_OPTIONS:MWEBENGINE}
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -13,6 +13,9 @@ COMMENT= Ultimate outdoor aficionado's tool
|
||||||
LICENSE= GPLv3+
|
LICENSE= GPLv3+
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
BROKEN_FreeBSD_11= Requires OpenSSL 1.1.0+
|
BROKEN_FreeBSD_11= Requires OpenSSL 1.1.0+
|
||||||
|
|
||||||
LIB_DEPENDS= libgdal.so:graphics/gdal \
|
LIB_DEPENDS= libgdal.so:graphics/gdal \
|
||||||
|
|
|
@ -86,4 +86,11 @@ post-patch:
|
||||||
post-install:
|
post-install:
|
||||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/mime/packages
|
@${MKDIR} ${STAGEDIR}${PREFIX}/share/mime/packages
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${PORT_OPTIONS:MQTWEBENGINE}
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -14,6 +14,9 @@ COMMENT= GTK2 based XMMS2 client, written in C
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via audio/xmms2
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libxmmsclient.so:audio/xmms2
|
LIB_DEPENDS= libxmmsclient.so:audio/xmms2
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
|
|
|
@ -13,6 +13,9 @@ LICENSE= MIT GPLv2+
|
||||||
LICENSE_COMB= dual
|
LICENSE_COMB= dual
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via audio/xmms2
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libxmmsclient.so:audio/xmms2 \
|
LIB_DEPENDS= libxmmsclient.so:audio/xmms2 \
|
||||||
libnotify.so:devel/libnotify
|
libnotify.so:devel/libnotify
|
||||||
|
|
||||||
|
|
|
@ -68,4 +68,9 @@ WEBENGINE_CMAKE_BOOL= BUILD_WEBENGINE
|
||||||
CXXFLAGS+= -Wno-inconsistent-missing-override
|
CXXFLAGS+= -Wno-inconsistent-missing-override
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${PORT_OPTIONS:MWEBENGINE}
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -56,6 +56,8 @@ SUPERNOVA_CMAKE_BOOL= SUPERNOVA
|
||||||
.if ! ${ARCH} == amd64 && ! ${ARCH} == i386
|
.if ! ${ARCH} == amd64 && ! ${ARCH} == i386
|
||||||
CMAKE_ARGS+= -DSSE:BOOL=FALSE -DSSE2:BOOL=FALSE -DSC_USE_QTWEBENGINE:BOOL=FALSE
|
CMAKE_ARGS+= -DSSE:BOOL=FALSE -DSSE2:BOOL=FALSE -DSC_USE_QTWEBENGINE:BOOL=FALSE
|
||||||
.else
|
.else
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
USE_QT+= webengine
|
USE_QT+= webengine
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,9 @@ COMMENT= Orange add-on providing common functionality for bioinformatics
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via misc/orange3
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
RUN_DEPENDS= orange3>0:misc/orange3 \
|
RUN_DEPENDS= orange3>0:misc/orange3 \
|
||||||
${PYTHON_PKGNAMEPREFIX}Genesis-PyAPI>0:biology/py-Genesis-PyAPI@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}Genesis-PyAPI>0:biology/py-Genesis-PyAPI@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
|
||||||
|
|
|
@ -11,6 +11,9 @@ COMMENT= Orange add-on for gene expression of single cell data
|
||||||
|
|
||||||
LICENSE= AGPLv3+
|
LICENSE= AGPLv3+
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via misc/orange3
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
RUN_DEPENDS= orange3>0:misc/orange3 \
|
RUN_DEPENDS= orange3>0:misc/orange3 \
|
||||||
${PYTHON_PKGNAMEPREFIX}orange3-bioinformatics>0:biology/py-orange3-bioinformatics@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}orange3-bioinformatics>0:biology/py-orange3-bioinformatics@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}astropy>0:astro/py-astropy@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}astropy>0:astro/py-astropy@${PY_FLAVOR} \
|
||||||
|
|
|
@ -34,6 +34,8 @@ QT5_DESC= Enable Qtr for dictmanager
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MQT5}
|
.if ${PORT_OPTIONS:MQT5}
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
USES+= qt:5
|
USES+= qt:5
|
||||||
USE_QT= qmake_build gui webengine buildtools_build
|
USE_QT= qmake_build gui webengine buildtools_build
|
||||||
USE_LDCONFIG= ${PREFIX}/lib/fcitx/qt
|
USE_LDCONFIG= ${PREFIX}/lib/fcitx/qt
|
||||||
|
|
|
@ -13,6 +13,9 @@ COMMENT= SunPinyin support for Fcitx
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via chinese/fcitx
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
BUILD_DEPENDS= bash:shells/bash
|
BUILD_DEPENDS= bash:shells/bash
|
||||||
LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \
|
LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \
|
||||||
libsunpinyin.so:chinese/sunpinyin
|
libsunpinyin.so:chinese/sunpinyin
|
||||||
|
|
|
@ -14,6 +14,9 @@ COMMENT= JSON document database with HTTP API and scalable multi-master sync
|
||||||
LICENSE= APACHE20 BSD3CLAUSE ISCL WTFPL OFL11
|
LICENSE= APACHE20 BSD3CLAUSE ISCL WTFPL OFL11
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via lang/spidermonkey185
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
BUILD_DEPENDS= rebar:devel/rebar \
|
BUILD_DEPENDS= rebar:devel/rebar \
|
||||||
erlang-runtime21>=21.3:lang/erlang-runtime21
|
erlang-runtime21>=21.3:lang/erlang-runtime21
|
||||||
LIB_DEPENDS= libicudata.so:devel/icu \
|
LIB_DEPENDS= libicudata.so:devel/icu \
|
||||||
|
|
|
@ -13,6 +13,9 @@ COMMENT= JSON document database with HTTP API and scalable multi-master sync
|
||||||
LICENSE= APACHE20 BSD3CLAUSE ISCL WTFPL OFL11
|
LICENSE= APACHE20 BSD3CLAUSE ISCL WTFPL OFL11
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via lang/spidermonkey60
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
BUILD_DEPENDS= rebar:devel/rebar \
|
BUILD_DEPENDS= rebar:devel/rebar \
|
||||||
erlang-runtime22>=22.0:lang/erlang-runtime22
|
erlang-runtime22>=22.0:lang/erlang-runtime22
|
||||||
LIB_DEPENDS= libicudata.so:devel/icu \
|
LIB_DEPENDS= libicudata.so:devel/icu \
|
||||||
|
|
|
@ -36,4 +36,11 @@ WEBENGINE_USE= QT=webengine
|
||||||
WEBENGINE_USE_OFF= QT=webkit
|
WEBENGINE_USE_OFF= QT=webkit
|
||||||
WEBENGINE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets
|
WEBENGINE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${PORT_OPTIONS:MWEBENGINE}
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -13,6 +13,9 @@ COMMENT= Non-blocking CouchDB client based on jquery.couch.js
|
||||||
|
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via databases/couchdb2
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
RUN_DEPENDS= couchdb2>=0.9.0:databases/couchdb2 \
|
RUN_DEPENDS= couchdb2>=0.9.0:databases/couchdb2 \
|
||||||
p5-AnyEvent-HTTP>=2.11:www/p5-AnyEvent-HTTP \
|
p5-AnyEvent-HTTP>=2.11:www/p5-AnyEvent-HTTP \
|
||||||
|
|
|
@ -10,6 +10,9 @@ COMMENT= PyPy bindings to the GNU dbm library
|
||||||
|
|
||||||
LICENSE= GPLv2+
|
LICENSE= GPLv2+
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via lang/pypy
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libgdbm.so:databases/gdbm
|
LIB_DEPENDS= libgdbm.so:databases/gdbm
|
||||||
|
|
||||||
CFFI_NAME= ffi
|
CFFI_NAME= ffi
|
||||||
|
|
|
@ -7,6 +7,9 @@ CATEGORIES= databases python
|
||||||
MAINTAINER= python@FreeBSD.org
|
MAINTAINER= python@FreeBSD.org
|
||||||
COMMENT= Standard PyPy binding to the SQLite3 library
|
COMMENT= Standard PyPy binding to the SQLite3 library
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via lang/pypy
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libsqlite3.so:databases/sqlite3
|
LIB_DEPENDS= libsqlite3.so:databases/sqlite3
|
||||||
|
|
||||||
CFFI_NAME= _ffi
|
CFFI_NAME= _ffi
|
||||||
|
|
|
@ -7,6 +7,9 @@ CATEGORIES= deskutils kde kde-applications
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= CLI tools to manage akonadi calendars
|
COMMENT= CLI tools to manage akonadi calendars
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libical.so:devel/libical
|
LIB_DEPENDS= libical.so:devel/libical
|
||||||
|
|
||||||
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
||||||
|
|
|
@ -7,6 +7,9 @@ CATEGORIES= deskutils kde kde-applications
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= Import data from other mail clients to KMail
|
COMMENT= Import data from other mail clients to KMail
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libassuan.so:security/libassuan \
|
LIB_DEPENDS= libassuan.so:security/libassuan \
|
||||||
libgpg-error.so:security/libgpg-error \
|
libgpg-error.so:security/libgpg-error \
|
||||||
libgpgme.so:security/gpgme \
|
libgpgme.so:security/gpgme \
|
||||||
|
|
|
@ -9,6 +9,9 @@ COMMENT= Akonadi management and debugging console
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libassuan.so:security/libassuan \
|
LIB_DEPENDS= libassuan.so:security/libassuan \
|
||||||
libgpg-error.so:security/libgpg-error \
|
libgpg-error.so:security/libgpg-error \
|
||||||
libgpgme.so:security/gpgme \
|
libgpgme.so:security/gpgme \
|
||||||
|
|
|
@ -9,6 +9,9 @@ COMMENT= Feed reader for KDE
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libassuan.so:security/libassuan \
|
LIB_DEPENDS= libassuan.so:security/libassuan \
|
||||||
libgpg-error.so:security/libgpg-error \
|
libgpg-error.so:security/libgpg-error \
|
||||||
libgpgme.so:security/gpgme \
|
libgpgme.so:security/gpgme \
|
||||||
|
|
|
@ -12,6 +12,9 @@ COMMENT= Ebook management application
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/py-qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||||
libpoppler-qt5.so:graphics/poppler-qt5 \
|
libpoppler-qt5.so:graphics/poppler-qt5 \
|
||||||
libwmflite.so:graphics/libwmf \
|
libwmflite.so:graphics/libwmf \
|
||||||
|
|
|
@ -9,6 +9,9 @@ COMMENT= Editor for Grantlee themes
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libassuan.so:security/libassuan \
|
LIB_DEPENDS= libassuan.so:security/libassuan \
|
||||||
libgpg-error.so:security/libgpg-error \
|
libgpg-error.so:security/libgpg-error \
|
||||||
libgpgme.so:security/gpgme \
|
libgpgme.so:security/gpgme \
|
||||||
|
|
|
@ -7,6 +7,9 @@ CATEGORIES= deskutils kde kde-applications
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= KDE contact manager
|
COMMENT= KDE contact manager
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libassuan.so:security/libassuan \
|
LIB_DEPENDS= libassuan.so:security/libassuan \
|
||||||
libgpg-error.so:security/libgpg-error \
|
libgpg-error.so:security/libgpg-error \
|
||||||
libgpgme.so:security/gpgme \
|
libgpgme.so:security/gpgme \
|
||||||
|
|
|
@ -7,6 +7,9 @@ CATEGORIES= deskutils kde kde-applications
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= Personal alarm scheduler
|
COMMENT= Personal alarm scheduler
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libical.so:devel/libical
|
LIB_DEPENDS= libical.so:devel/libical
|
||||||
|
|
||||||
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 shebangfix tar:xz xorg
|
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 shebangfix tar:xz xorg
|
||||||
|
|
|
@ -9,6 +9,9 @@ COMMENT= KDE PIM addons
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
BUILD_DEPENDS= markdown:textproc/discount
|
BUILD_DEPENDS= markdown:textproc/discount
|
||||||
RUN_DEPENDS= markdown:textproc/discount
|
RUN_DEPENDS= markdown:textproc/discount
|
||||||
LIB_DEPENDS= libassuan.so:security/libassuan \
|
LIB_DEPENDS= libassuan.so:security/libassuan \
|
||||||
|
|
|
@ -9,6 +9,9 @@ COMMENT= KDE PIM tools and services
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \
|
LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \
|
||||||
libcurl.so:ftp/curl \
|
libcurl.so:ftp/curl \
|
||||||
libkolabxml.so:textproc/libkolabxml \
|
libkolabxml.so:textproc/libkolabxml \
|
||||||
|
|
|
@ -4,6 +4,9 @@ PORTNAME= kdepim
|
||||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||||
CATEGORIES= deskutils kde
|
CATEGORIES= deskutils kde
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= KDE PIM applications metaport
|
COMMENT= KDE PIM applications metaport
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,9 @@ CATEGORIES= deskutils kde kde-applications
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= KDE mail account wizard
|
COMMENT= KDE mail account wizard
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libassuan.so:security/libassuan \
|
LIB_DEPENDS= libassuan.so:security/libassuan \
|
||||||
libgpg-error.so:security/libgpg-error \
|
libgpg-error.so:security/libgpg-error \
|
||||||
libgpgme.so:security/gpgme \
|
libgpgme.so:security/gpgme \
|
||||||
|
|
|
@ -9,6 +9,9 @@ COMMENT= KDE mail client
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libassuan.so:security/libassuan \
|
LIB_DEPENDS= libassuan.so:security/libassuan \
|
||||||
libgpg-error.so:security/libgpg-error \
|
libgpg-error.so:security/libgpg-error \
|
||||||
libgpgme.so:security/gpgme \
|
libgpgme.so:security/gpgme \
|
||||||
|
|
|
@ -9,6 +9,9 @@ COMMENT= Popup notes
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libical.so:devel/libical
|
LIB_DEPENDS= libical.so:devel/libical
|
||||||
|
|
||||||
USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz xorg
|
USES= cmake compiler:c++11-lib gettext grantlee:5 kde:5 qt:5 tar:xz xorg
|
||||||
|
|
|
@ -9,6 +9,9 @@ COMMENT= KDE Personal Information Manager
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
||||||
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
|
USE_KDE= auth codecs completion config configwidgets coreaddons crash \
|
||||||
ecm i18n iconthemes itemmodels jobwidgets kcmutils kio parts \
|
ecm i18n iconthemes itemmodels jobwidgets kcmutils kio parts \
|
||||||
|
@ -22,8 +25,6 @@ USE_LDCONFIG= yes
|
||||||
|
|
||||||
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
|
DESCR= ${.CURDIR:H:H}/deskutils/kdepim/pkg-descr
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -7,6 +7,9 @@ CATEGORIES= deskutils kde kde-applications
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= Calendar and scheduling Program
|
COMMENT= Calendar and scheduling Program
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libical.so:devel/libical
|
LIB_DEPENDS= libical.so:devel/libical
|
||||||
|
|
||||||
USES= cmake compiler:c++11-lib desktop-file-utils gettext kde:5 qt:5 tar:xz
|
USES= cmake compiler:c++11-lib desktop-file-utils gettext kde:5 qt:5 tar:xz
|
||||||
|
|
|
@ -7,6 +7,9 @@ CATEGORIES= deskutils kde kde-applications
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= Import mbox files to KMail
|
COMMENT= Import mbox files to KMail
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libassuan.so:security/libassuan \
|
LIB_DEPENDS= libassuan.so:security/libassuan \
|
||||||
libgpg-error.so:security/libgpg-error \
|
libgpg-error.so:security/libgpg-error \
|
||||||
libgpgme.so:security/gpgme \
|
libgpgme.so:security/gpgme \
|
||||||
|
|
|
@ -11,6 +11,9 @@ COMMENT= NextCloud Desktop Syncing Client
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libinotify.so:devel/libinotify \
|
LIB_DEPENDS= libinotify.so:devel/libinotify \
|
||||||
libqt5keychain.so:security/qtkeychain
|
libqt5keychain.so:security/qtkeychain
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,9 @@ CATEGORIES= deskutils kde kde-applications
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= Import and export KDE PIM settings
|
COMMENT= Import and export KDE PIM settings
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libassuan.so:security/libassuan \
|
LIB_DEPENDS= libassuan.so:security/libassuan \
|
||||||
libgpg-error.so:security/libgpg-error \
|
libgpg-error.so:security/libgpg-error \
|
||||||
libgpgme.so:security/gpgme \
|
libgpgme.so:security/gpgme \
|
||||||
|
|
|
@ -7,6 +7,9 @@ CATEGORIES= deskutils kde kde-applications
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= Mail sieve editor
|
COMMENT= Mail sieve editor
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
||||||
USE_KDE= auth bookmarks codecs config configwidgets coreaddons crash \
|
USE_KDE= auth bookmarks codecs config configwidgets coreaddons crash \
|
||||||
dbusaddons ecm i18n iconthemes kio service wallet \
|
dbusaddons ecm i18n iconthemes kio service wallet \
|
||||||
|
|
|
@ -11,6 +11,9 @@ COMMENT= Mind mapping tool
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
USES= kde:5 pkgconfig python:3.6+ qt:5 shebangfix tar:bzip2 waf \
|
USES= kde:5 pkgconfig python:3.6+ qt:5 shebangfix tar:bzip2 waf \
|
||||||
desktop-file-utils gettext shared-mime-info
|
desktop-file-utils gettext shared-mime-info
|
||||||
USE_KDE= auth config configwidgets coreaddons i18n iconthemes \
|
USE_KDE= auth config configwidgets coreaddons i18n iconthemes \
|
||||||
|
|
|
@ -40,6 +40,8 @@ CMAKE_SOURCE_PATH= ${WRKDIR}/subdirs/syncthingtray
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${ARCH} == amd64 || ${ARCH} == i386
|
.if ${ARCH} == amd64 || ${ARCH} == i386
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
USE_QT+= webengine
|
USE_QT+= webengine
|
||||||
.else
|
.else
|
||||||
CMAKE_ARGS+= -DWEBVIEW_PROVIDER=webkit
|
CMAKE_ARGS+= -DWEBVIEW_PROVIDER=webkit
|
||||||
|
|
|
@ -8,6 +8,9 @@ MASTER_SITES= KDE/stable/${PORTNAME}/
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= Daily organizer for KDE
|
COMMENT= Daily organizer for KDE
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libical.so:devel/libical
|
LIB_DEPENDS= libical.so:devel/libical
|
||||||
|
|
||||||
USES= cmake compiler:c++14-lang gettext kde:5 qt:5 tar:xz
|
USES= cmake compiler:c++14-lang gettext kde:5 qt:5 tar:xz
|
||||||
|
|
|
@ -61,6 +61,8 @@ GWT_VERSION= 2.8.1
|
||||||
GIN_VERSION= 2.1.2
|
GIN_VERSION= 2.1.2
|
||||||
|
|
||||||
.if ${FLAVOR:U} == desktop
|
.if ${FLAVOR:U} == desktop
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
COMMENT+= (desktop UI version)
|
COMMENT+= (desktop UI version)
|
||||||
USES+= desktop-file-utils qt:5 shared-mime-info
|
USES+= desktop-file-utils qt:5 shared-mime-info
|
||||||
USE_QT= core dbus declarative gui location network opengl printsupport quickcontrols sensors \
|
USE_QT= core dbus declarative gui location network opengl printsupport quickcontrols sensors \
|
||||||
|
|
|
@ -8,6 +8,9 @@ DISTNAME= ${PORTNAME}-nolang-${DISTVERSION}
|
||||||
PORTREVISION= 3
|
PORTREVISION= 3
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/py-qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR}
|
BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pip>0:devel/py-pip@${PY_FLAVOR}
|
||||||
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
|
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,9 @@ CATEGORIES= devel
|
||||||
MAINTAINER= swills@FreeBSD.org
|
MAINTAINER= swills@FreeBSD.org
|
||||||
COMMENT= Debugging tool for Qt-application
|
COMMENT= Debugging tool for Qt-application
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
USES= cmake kde:5 pkgconfig qt:5
|
USES= cmake kde:5 pkgconfig qt:5
|
||||||
|
|
||||||
USE_QT= 3d concurrent core declarative designer gui help linguisttools \
|
USE_QT= 3d concurrent core declarative designer gui help linguisttools \
|
||||||
|
|
|
@ -59,4 +59,11 @@ SHEBANG_LANG= zsh
|
||||||
zsh_OLD_CMD= /bin/zsh
|
zsh_OLD_CMD= /bin/zsh
|
||||||
zsh_CMD= ${LOCALBASE}/bin/zsh
|
zsh_CMD= ${LOCALBASE}/bin/zsh
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${PORT_OPTIONS:MWEBENGINE}
|
||||||
|
DEPRECATED= Uses EOL Pyton 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -11,6 +11,9 @@ COMMENT= Shared code regarding the A-bis interface between BTS and BSC
|
||||||
LICENSE= AGPLv3
|
LICENSE= AGPLv3
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via devel/libosmocore
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libosmocore.so:devel/libosmocore \
|
LIB_DEPENDS= libosmocore.so:devel/libosmocore \
|
||||||
libtalloc.so:devel/talloc \
|
libtalloc.so:devel/talloc \
|
||||||
libortp.so:net/ortp
|
libortp.so:net/ortp
|
||||||
|
|
|
@ -36,6 +36,8 @@ CMAKE_ARGS+= "-DUSE_PYTHON_VERSION=${PYTHON_VER}"
|
||||||
WRKSRC= ${WRKDIR}/pyside-setup-opensource-src-${DISTVERSION:C/^([0-9].[0-9]+.[0-9])(.[0-9])?/\1/}/sources/pyside2-tools
|
WRKSRC= ${WRKDIR}/pyside-setup-opensource-src-${DISTVERSION:C/^([0-9].[0-9]+.[0-9])(.[0-9])?/\1/}/sources/pyside2-tools
|
||||||
|
|
||||||
.if ${ARCH} == amd64 || ${ARCH} == i386
|
.if ${ARCH} == amd64 || ${ARCH} == i386
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
USE_QT+= webengine
|
USE_QT+= webengine
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
|
@ -37,6 +37,8 @@ PLIST_SUB+= DISTVERSION=${DISTVERSION}
|
||||||
WRKSRC= ${WRKDIR}/pyside-setup-opensource-src-${DISTVERSION:C/^([0-9].[0-9]+.[0-9])(.[0-9])?/\1/}/sources/pyside2
|
WRKSRC= ${WRKDIR}/pyside-setup-opensource-src-${DISTVERSION:C/^([0-9].[0-9]+.[0-9])(.[0-9])?/\1/}/sources/pyside2
|
||||||
|
|
||||||
.if ${ARCH} == amd64 || ${ARCH} == i386
|
.if ${ARCH} == amd64 || ${ARCH} == i386
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
PLIST_SUB+= WEBENGINE=""
|
PLIST_SUB+= WEBENGINE=""
|
||||||
USE_QT+= webengine
|
USE_QT+= webengine
|
||||||
.else
|
.else
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= qt5
|
PORTNAME= qt5
|
||||||
DISTVERSION= ${QT5_VERSION}
|
DISTVERSION= ${QT5_VERSION}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
|
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
|
@ -9,7 +10,8 @@ COMMENT= Cross-platform application and UI framework (metaport)
|
||||||
|
|
||||||
# * phonon4 is not part of Qt itself.
|
# * phonon4 is not part of Qt itself.
|
||||||
# * we don't want to pull in wayland just yet.
|
# * we don't want to pull in wayland just yet.
|
||||||
USE_QT= ${_USE_QT_ALL:Nphonon4:Ndeclarative:Nwayland:S/$/_run/}
|
# XXX(rene) exclude webengine
|
||||||
|
USE_QT= ${_USE_QT_ALL:Nphonon4:Ndeclarative:Nwayland:Nwebengine:S/$/_run/}
|
||||||
USES= metaport qt:5
|
USES= metaport qt:5
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -86,6 +86,11 @@ SHEBANG_FILES= tests/system/tools/objectsToTable.py \
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${PORT_OPTIONS:MWEBENGINE}
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${LLVM_DEFAULT:C/[1-5]./&0/:S,-devel,990,} >= 90
|
.if ${LLVM_DEFAULT:C/[1-5]./&0/:S,-devel,990,} >= 90
|
||||||
LLVM_DEFAULT= 80
|
LLVM_DEFAULT= 80
|
||||||
.endif
|
.endif
|
||||||
|
|
|
@ -11,6 +11,9 @@ COMMENT= Distraction-free Markdown editor
|
||||||
LICENSE= GPLv3+
|
LICENSE= GPLv3+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell
|
LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell
|
||||||
|
|
||||||
USES= compiler:c++11-lang desktop-file-utils pkgconfig qmake qt:5
|
USES= compiler:c++11-lang desktop-file-utils pkgconfig qmake qt:5
|
||||||
|
|
|
@ -18,6 +18,9 @@ COMMENT= Visual Studio Code - Open Source ("Code - OSS")
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via devel/electron11
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= amd64
|
ONLY_FOR_ARCHS= amd64
|
||||||
|
|
||||||
BUILD_DEPENDS= zip:archivers/zip \
|
BUILD_DEPENDS= zip:archivers/zip \
|
||||||
|
|
|
@ -107,4 +107,11 @@ post-patch:
|
||||||
-e 's/@GIT_DESC@/${GH_TAGNAME}/' \
|
-e 's/@GIT_DESC@/${GH_TAGNAME}/' \
|
||||||
${WRKSRC}/src/common/scm_rev.cpp.in
|
${WRKSRC}/src/common/scm_rev.cpp.in
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${PORT_OPTIONS:MQT5}
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -110,4 +110,11 @@ create-plist: stage
|
||||||
pkg-plist)
|
pkg-plist)
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${PORT_OPTIONS:MQTWEBENGINE}
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -16,6 +16,9 @@ COMMENT= Flashcard trainer with spaced repetition
|
||||||
LICENSE= AGPLv3+
|
LICENSE= AGPLv3+
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/py-qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
BUILD_DEPENDS= bash:shells/bash \
|
BUILD_DEPENDS= bash:shells/bash \
|
||||||
maturin:devel/py-maturin@${PY_FLAVOR} \
|
maturin:devel/py-maturin@${PY_FLAVOR} \
|
||||||
protoc:devel/protobuf \
|
protoc:devel/protobuf \
|
||||||
|
|
|
@ -14,6 +14,9 @@ LICENSE= GPLv3+ CC-BY-SA-4.0
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
LICENSE_FILE_GPLv3+ = ${WRKSRC}/LICENSE.txt
|
LICENSE_FILE_GPLv3+ = ${WRKSRC}/LICENSE.txt
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via devel/godot2
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
RUN_DEPENDS= godot2:devel/godot2
|
RUN_DEPENDS= godot2:devel/godot2
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
|
|
|
@ -15,6 +15,9 @@ COMMENT= Flash-card tool which optimises your learning process
|
||||||
|
|
||||||
LICENSE= LGPL3
|
LICENSE= LGPL3
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/py-qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}PyOpenGL>=0:graphics/py-PyOpenGL@${PY_FLAVOR} \
|
||||||
${PY_PILLOW} \
|
${PY_PILLOW} \
|
||||||
|
|
|
@ -12,6 +12,9 @@ COMMENT= Free cross-platform real-time strategy gaming engine
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via lang/tolua++
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libpng.so:graphics/png \
|
LIB_DEPENDS= libpng.so:graphics/png \
|
||||||
libtolua++-${LUA_VER}.so:lang/tolua++
|
libtolua++-${LUA_VER}.so:lang/tolua++
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
||||||
|
|
||||||
RUN_DEPENDS= godot2:devel/godot2
|
RUN_DEPENDS= godot2:devel/godot2
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via devel/godot2
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= w84death
|
GH_ACCOUNT= w84death
|
||||||
GH_PROJECT= Tanks-of-Freedom
|
GH_PROJECT= Tanks-of-Freedom
|
||||||
|
|
|
@ -12,6 +12,9 @@ COMMENT= Warcraft 2 mod that allows you to play Warcraft 2 with Stratagus
|
||||||
LICENSE= GPLv2+
|
LICENSE= GPLv2+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via games/stratagus
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
RUN_DEPENDS= stratagus:games/stratagus \
|
RUN_DEPENDS= stratagus:games/stratagus \
|
||||||
ffmpeg2theora:multimedia/ffmpeg2theora \
|
ffmpeg2theora:multimedia/ffmpeg2theora \
|
||||||
cdparanoia:audio/cdparanoia
|
cdparanoia:audio/cdparanoia
|
||||||
|
|
|
@ -12,6 +12,9 @@ COMMENT= Modified Stratagus engine for Wyrmsun
|
||||||
LICENSE= GPLv2+
|
LICENSE= GPLv2+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via lang/tolua++
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libtolua++-${LUA_VER}.so:lang/tolua++
|
LIB_DEPENDS= libtolua++-${LUA_VER}.so:lang/tolua++
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/include/boost/tokenizer.hpp:devel/boost-libs
|
BUILD_DEPENDS= ${LOCALBASE}/include/boost/tokenizer.hpp:devel/boost-libs
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,9 @@ COMMENT= Strategy game based on history, mythology and fiction
|
||||||
LICENSE= GPLv2+
|
LICENSE= GPLv2+
|
||||||
LICENSE_FILE= ${WRKSRC}/license.txt
|
LICENSE_FILE= ${WRKSRC}/license.txt
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via games/wyrmgus
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
RUN_DEPENDS= wyrmgus:games/wyrmgus
|
RUN_DEPENDS= wyrmgus:games/wyrmgus
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
|
|
|
@ -111,6 +111,11 @@ CMAKE_ARGS+= -DCEGUI_BUILD_PYTHON_MODULES=OFF # python support doesn't build
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${PORT_OPTIONS:MLUA}
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via lang/tolua++
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MEXPAT} || ${PORT_OPTIONS:MXERCES} || ${PORT_OPTIONS:MLIBXML2} || ${PORT_OPTIONS:MRAPIDXML} || ${PORT_OPTIONS:MTINYXML}
|
.if ${PORT_OPTIONS:MEXPAT} || ${PORT_OPTIONS:MXERCES} || ${PORT_OPTIONS:MLIBXML2} || ${PORT_OPTIONS:MRAPIDXML} || ${PORT_OPTIONS:MTINYXML}
|
||||||
PLIST_SUB+= XMLPARSERS=""
|
PLIST_SUB+= XMLPARSERS=""
|
||||||
.else
|
.else
|
||||||
|
|
|
@ -101,4 +101,11 @@ WEBENGINE_CMAKE_BOOL= ENABLE_QWEBENGINE
|
||||||
|
|
||||||
PLIST_SUB= SHLIB_VER=${DISTVERSION}
|
PLIST_SUB= SHLIB_VER=${DISTVERSION}
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${PORT_OPTIONS:MWEBENGINE}
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -7,6 +7,9 @@ CATEGORIES= graphics kde kde-applications
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= KDE generator of HTML image maps
|
COMMENT= KDE generator of HTML image maps
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
USES= cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 tar:xz
|
USES= cmake compiler:c++11-lang desktop-file-utils kde:5 qt:5 tar:xz
|
||||||
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
||||||
coreaddons crash guiaddons i18n iconthemes itemviews \
|
coreaddons crash guiaddons i18n iconthemes itemviews \
|
||||||
|
|
|
@ -35,4 +35,11 @@ OPTIONS_DEFAULT_i386= WEBENGINE
|
||||||
WEBENGINE_DESC= Add dependency on qt5-webengine
|
WEBENGINE_DESC= Add dependency on qt5-webengine
|
||||||
WEBENGINE_USE= QT=webengine
|
WEBENGINE_USE= QT=webengine
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${PORT_OPTIONS:MWEBENGINE}
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -13,6 +13,9 @@ COMMENT= Complete open source solution for HDR photography
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3
|
BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3
|
||||||
LIB_DEPENDS= libcfitsio.so:astro/cfitsio \
|
LIB_DEPENDS= libcfitsio.so:astro/cfitsio \
|
||||||
libHalf.so:graphics/ilmbase \
|
libHalf.so:graphics/ilmbase \
|
||||||
|
|
|
@ -19,6 +19,9 @@ COMMENT= Free and Open Source Geographic Information System
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/doc/LICENSE
|
LICENSE_FILE= ${WRKSRC}/doc/LICENSE
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
BUILD_DEPENDS= gpsbabel>=1.5.4:astro/gpsbabel \
|
BUILD_DEPENDS= gpsbabel>=1.5.4:astro/gpsbabel \
|
||||||
opencl>=0:devel/opencl \
|
opencl>=0:devel/opencl \
|
||||||
${PYTHON_PKGNAMEPREFIX}cycler>=0.10.0:devel/py-cycler@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}cycler>=0.10.0:devel/py-cycler@${PY_FLAVOR} \
|
||||||
|
|
|
@ -14,6 +14,9 @@ COMMENT= Free and Open Source Geographic Information System
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/doc/LICENSE
|
LICENSE_FILE= ${WRKSRC}/doc/LICENSE
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
BUILD_DEPENDS= gpsbabel>=1.5.4:astro/gpsbabel \
|
BUILD_DEPENDS= gpsbabel>=1.5.4:astro/gpsbabel \
|
||||||
opencl>=0:devel/opencl \
|
opencl>=0:devel/opencl \
|
||||||
${PYTHON_PKGNAMEPREFIX}cycler>=0.10.0:devel/py-cycler@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}cycler>=0.10.0:devel/py-cycler@${PY_FLAVOR} \
|
||||||
|
|
|
@ -6,6 +6,9 @@ CATEGORIES= lang
|
||||||
|
|
||||||
COMMENT= Mesa OpenCL implementation for AMD GPUs
|
COMMENT= Mesa OpenCL implementation for AMD GPUs
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via devel/libclc
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
BUILD_DEPENDS= libclc>=0.3.0:devel/libclc \
|
BUILD_DEPENDS= libclc>=0.3.0:devel/libclc \
|
||||||
opencl>=0:devel/opencl
|
opencl>=0:devel/opencl
|
||||||
LIB_DEPENDS= libOpenCL.so:devel/ocl-icd \
|
LIB_DEPENDS= libOpenCL.so:devel/ocl-icd \
|
||||||
|
|
|
@ -12,6 +12,9 @@ COMMENT= Advanced solver for package dependencies
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via math/gringo
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
BUILD_DEPENDS= re2c:devel/re2c
|
BUILD_DEPENDS= re2c:devel/re2c
|
||||||
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
|
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
|
||||||
RUN_DEPENDS= gringo:math/gringo \
|
RUN_DEPENDS= gringo:math/gringo \
|
||||||
|
|
|
@ -30,4 +30,12 @@ WEBENGINE_DESC= Add dependency on qt5-webengine
|
||||||
WEBENGINE_USE= QT=webengine
|
WEBENGINE_USE= QT=webengine
|
||||||
WEBENGINE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets
|
WEBENGINE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${PORT_OPTIONS:MWEBENGINE}
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -10,6 +10,9 @@ COMMENT= IDE for MiniZinc, a constraint modeling language
|
||||||
LICENSE= MPL20
|
LICENSE= MPL20
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
RUN_DEPENDS= minizinc:math/minizinc
|
RUN_DEPENDS= minizinc:math/minizinc
|
||||||
|
|
||||||
USES= gl qmake qt:5
|
USES= gl qmake qt:5
|
||||||
|
|
|
@ -11,6 +11,9 @@ COMMENT= Convenience wrapper for the ASP tools gringo and clasp
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via math/gringo
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
RUN_DEPENDS= clasp:math/clasp \
|
RUN_DEPENDS= clasp:math/clasp \
|
||||||
gringo:math/gringo
|
gringo:math/gringo
|
||||||
|
|
||||||
|
|
|
@ -72,4 +72,11 @@ ROCS_RUN_DEPENDS= rocs>=${KDE_APPLICATIONS_VERSION}:math/rocs
|
||||||
STEP_DESC= Interactive physics simulator
|
STEP_DESC= Interactive physics simulator
|
||||||
STEP_RUN_DEPENDS= step>=${KDE_APPLICATIONS_VERSION}:science/step
|
STEP_RUN_DEPENDS= step>=${KDE_APPLICATIONS_VERSION}:science/step
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${PORT_OPTIONS:MPARLEY}
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via misc/parley
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -10,6 +10,9 @@ COMMENT= Component-based data mining software
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/py-qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PYNUMPY}
|
BUILD_DEPENDS= ${PYNUMPY}
|
||||||
RUN_DEPENDS= ${PYNUMPY} \
|
RUN_DEPENDS= ${PYNUMPY} \
|
||||||
${PYTHON_PKGNAMEPREFIX}AnyQt>=0.0.8:x11-toolkits/py-AnyQt@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}AnyQt>=0.0.8:x11-toolkits/py-AnyQt@${PY_FLAVOR} \
|
||||||
|
|
|
@ -7,6 +7,9 @@ CATEGORIES= misc education kde kde-applications
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= Vocabulary trainer for KDE
|
COMMENT= Vocabulary trainer for KDE
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
|
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
|
||||||
docbook-xml>0:textproc/docbook-xml
|
docbook-xml>0:textproc/docbook-xml
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,9 @@ COMMENT= Orange 3 add-on: Frequent itemsets and association rules mining
|
||||||
|
|
||||||
LICENSE= GPLv3+
|
LICENSE= GPLv3+
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via misc/orange3
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
RUN_DEPENDS= orange3>0:misc/orange3 \
|
RUN_DEPENDS= orange3>0:misc/orange3 \
|
||||||
${PYNUMPY} \
|
${PYNUMPY} \
|
||||||
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR}
|
||||||
|
|
|
@ -13,6 +13,9 @@ COMMENT= Data fusion add-on for Orange3
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via misc/orange3
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
RUN_DEPENDS= orange3>0:misc/orange3 \
|
RUN_DEPENDS= orange3>0:misc/orange3 \
|
||||||
${PYTHON_PKGNAMEPREFIX}scikit-fusion>0:misc/py-scikit-fusion@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}scikit-fusion>0:misc/py-scikit-fusion@${PY_FLAVOR}
|
||||||
|
|
||||||
|
|
|
@ -12,6 +12,9 @@ COMMENT= Orange add-on: widgets for machine learning and data mining
|
||||||
LICENSE= CC-BY-3.0
|
LICENSE= CC-BY-3.0
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via misc/orange3
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
RUN_DEPENDS= orange3>0:misc/orange3
|
RUN_DEPENDS= orange3>0:misc/orange3
|
||||||
|
|
||||||
USES= python:3.4+
|
USES= python:3.4+
|
||||||
|
|
|
@ -11,6 +11,9 @@ COMMENT= Network analysis add-on for Orange data mining suite
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via misc/orange3
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
BUILD_DEPENDS= ${PYNUMPY}
|
BUILD_DEPENDS= ${PYNUMPY}
|
||||||
RUN_DEPENDS= orange3>0:misc/orange3 \
|
RUN_DEPENDS= orange3>0:misc/orange3 \
|
||||||
${PYNUMPY} \
|
${PYNUMPY} \
|
||||||
|
|
|
@ -11,6 +11,9 @@ COMMENT= Orange add-on for analyzing, visualizing, manipulating time series
|
||||||
LICENSE= CC-BY-3.0
|
LICENSE= CC-BY-3.0
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via misc/orange3
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
RUN_DEPENDS= orange3>0:misc/orange3 \
|
RUN_DEPENDS= orange3>0:misc/orange3 \
|
||||||
${PYNUMPY} \
|
${PYNUMPY} \
|
||||||
${PYTHON_PKGNAMEPREFIX}more-itertools>0:devel/py-more-itertools@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}more-itertools>0:devel/py-more-itertools@${PY_FLAVOR} \
|
||||||
|
|
|
@ -13,6 +13,9 @@ COMMENT= Frontend to MiMMS (Multimedia Stream ripper)
|
||||||
LICENSE= GPLv2+
|
LICENSE= GPLv2+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via multimedia/mimms
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
RUN_DEPENDS= mimms:multimedia/mimms
|
RUN_DEPENDS= mimms:multimedia/mimms
|
||||||
|
|
||||||
USES= gnome pkgconfig tar:bzip2
|
USES= gnome pkgconfig tar:bzip2
|
||||||
|
|
|
@ -13,6 +13,9 @@ COMMENT= Alternative GUI for the Xine media player
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via lang/spidermonkey185
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libnspr4.so:devel/nspr \
|
LIB_DEPENDS= libnspr4.so:devel/nspr \
|
||||||
libmozjs185.so:lang/spidermonkey185 \
|
libmozjs185.so:lang/spidermonkey185 \
|
||||||
libxine.so:multimedia/libxine
|
libxine.so:multimedia/libxine
|
||||||
|
|
|
@ -7,6 +7,9 @@ CATEGORIES= net-im kde kde-applications
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= System to administer web accounts for the KDE desktop
|
COMMENT= System to administer web accounts for the KDE desktop
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libaccounts-glib.so:net-im/libaccounts-glib \
|
LIB_DEPENDS= libaccounts-glib.so:net-im/libaccounts-glib \
|
||||||
libkaccounts.so:net-im/kaccounts-integration \
|
libkaccounts.so:net-im/kaccounts-integration \
|
||||||
libaccounts-qt5.so:net-im/libaccounts-qt5 \
|
libaccounts-qt5.so:net-im/libaccounts-qt5 \
|
||||||
|
|
|
@ -7,6 +7,9 @@ CATEGORIES= net-im kde
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
COMMENT= KDE integrated instant messaging framework
|
COMMENT= KDE integrated instant messaging framework
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
RUN_DEPENDS= ktp-accounts-kcm>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-accounts-kcm \
|
RUN_DEPENDS= ktp-accounts-kcm>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-accounts-kcm \
|
||||||
ktp-approver>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-approver \
|
ktp-approver>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-approver \
|
||||||
ktp-auth-handler>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-auth-handler \
|
ktp-auth-handler>=${KDE_APPLICATIONS_VERSION}:net-im/ktp-auth-handler \
|
||||||
|
|
|
@ -10,6 +10,9 @@ COMMENT= KDE instant messaging account management module
|
||||||
LICENSE= LGPL21+
|
LICENSE= LGPL21+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \
|
LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \
|
||||||
libkaccounts.so:net-im/kaccounts-integration \
|
libkaccounts.so:net-im/kaccounts-integration \
|
||||||
libtelepathy-qt5.so:net-im/telepathy-qt \
|
libtelepathy-qt5.so:net-im/telepathy-qt \
|
||||||
|
|
|
@ -10,6 +10,9 @@ COMMENT= KDE chat window application
|
||||||
LICENSE= GPLv2+
|
LICENSE= GPLv2+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt \
|
LIB_DEPENDS= libtelepathy-qt5.so:net-im/telepathy-qt \
|
||||||
libtelepathy-logger-qt.so:net-im/telepathy-logger-qt5 \
|
libtelepathy-logger-qt.so:net-im/telepathy-logger-qt5 \
|
||||||
libKTpCommonInternals.so:net-im/ktp-common-internals
|
libKTpCommonInternals.so:net-im/ktp-common-internals
|
||||||
|
|
|
@ -13,6 +13,9 @@ COMMENT= Icinga PDF Export
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/chromium
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} \
|
RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR} \
|
||||||
chromium>0:www/chromium
|
chromium>0:www/chromium
|
||||||
|
|
||||||
|
|
|
@ -37,4 +37,11 @@ do-install:
|
||||||
(cd ${WRKSRC} && \
|
(cd ${WRKSRC} && \
|
||||||
${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
|
${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${PORT_OPTIONS:MPDF}
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via net-mgmt/icingaweb2-module-pdfexport@${PHP_FLAVOR}
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -36,6 +36,8 @@ WORKSPACE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_LibKWorkspace
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386
|
.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
PLIST_SUB+= WEBENGINE=""
|
PLIST_SUB+= WEBENGINE=""
|
||||||
USE_QT+= webengine
|
USE_QT+= webengine
|
||||||
.else
|
.else
|
||||||
|
|
|
@ -9,6 +9,9 @@ COMMENT= Akonadi Calendar Integration
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
||||||
USE_KDE= auth codecs completion config configwidgets coreaddons \
|
USE_KDE= auth codecs completion config configwidgets coreaddons \
|
||||||
dbusaddons ecm kdelibs4support i18n iconthemes itemmodels \
|
dbusaddons ecm kdelibs4support i18n iconthemes itemmodels \
|
||||||
|
|
|
@ -9,6 +9,9 @@ COMMENT= Calendar support libraries for KDEPim
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libboost_system.so:devel/boost-libs
|
LIB_DEPENDS= libboost_system.so:devel/boost-libs
|
||||||
|
|
||||||
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
||||||
|
|
|
@ -9,6 +9,9 @@ COMMENT= Event view libriares for KDEPim
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libKGantt.so:graphics/kdiagram \
|
LIB_DEPENDS= libKGantt.so:graphics/kdiagram \
|
||||||
libboost_system.so:devel/boost-libs
|
libboost_system.so:devel/boost-libs
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,9 @@ COMMENT= Incidence editor libriares for KDEPim
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libKGantt.so:graphics/kdiagram \
|
LIB_DEPENDS= libKGantt.so:graphics/kdiagram \
|
||||||
libboost_system.so:devel/boost-libs
|
libboost_system.so:devel/boost-libs
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,9 @@ COMMENT= KDE IOSlave for accessing gdrive
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libqt5keychain.so:security/qtkeychain \
|
LIB_DEPENDS= libqt5keychain.so:security/qtkeychain \
|
||||||
libaccounts-qt5.so:net-im/libaccounts-qt5 \
|
libaccounts-qt5.so:net-im/libaccounts-qt5 \
|
||||||
libkaccounts.so:net-im/kaccounts-integration
|
libkaccounts.so:net-im/kaccounts-integration
|
||||||
|
|
|
@ -9,6 +9,9 @@ COMMENT= KDE library to managing mail transport
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
|
LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2
|
||||||
|
|
||||||
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
|
||||||
|
|
|
@ -9,6 +9,9 @@ COMMENT= KDE based library to access google services
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libical.so:devel/libical \
|
LIB_DEPENDS= libical.so:devel/libical \
|
||||||
libsasl2.so:security/cyrus-sasl2
|
libsasl2.so:security/cyrus-sasl2
|
||||||
|
|
||||||
|
|
|
@ -9,6 +9,9 @@ COMMENT= Sieve libriares for KDEPim
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via www/qt5-webengine
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
|
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
|
||||||
libsasl2.so:security/cyrus-sasl2
|
libsasl2.so:security/cyrus-sasl2
|
||||||
|
|
||||||
|
|
|
@ -5,9 +5,11 @@ PORTREVISION= 0
|
||||||
CATEGORIES= net www
|
CATEGORIES= net www
|
||||||
PKGNAMESUFFIX= -${LIBPROXY_SLAVE}
|
PKGNAMESUFFIX= -${LIBPROXY_SLAVE}
|
||||||
|
|
||||||
|
|
||||||
COMMENT= Mozilla JavaScript plug-in for libproxy
|
COMMENT= Mozilla JavaScript plug-in for libproxy
|
||||||
|
|
||||||
|
DEPRECATED= Uses EOL Python 2.7 via lang/spidermonkey52
|
||||||
|
EXPIRATION_DATE=2021-06-23
|
||||||
|
|
||||||
USES= compiler:c++11-lib
|
USES= compiler:c++11-lib
|
||||||
USE_CXXSTD= gnu++11
|
USE_CXXSTD= gnu++11
|
||||||
LIB_DEPENDS= libmozjs-52.so:lang/spidermonkey52
|
LIB_DEPENDS= libmozjs-52.so:lang/spidermonkey52
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue