Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143466981
D18406.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D18406.diff
View Options
Index: head/security/Makefile
===================================================================
--- head/security/Makefile
+++ head/security/Makefile
@@ -1361,6 +1361,7 @@
SUBDIR += ykclient
SUBDIR += ykpers
SUBDIR += yubico-piv-tool
+ SUBDIR += yubikey-manager-qt
SUBDIR += yubikey-personalization-gui
SUBDIR += yubikey-piv-manager
SUBDIR += yubioath-desktop
Index: head/security/yubikey-manager-qt/Makefile
===================================================================
--- head/security/yubikey-manager-qt/Makefile
+++ head/security/yubikey-manager-qt/Makefile
@@ -0,0 +1,47 @@
+# $FreeBSD$
+
+PORTNAME= yubikey-manager-qt
+DISTVERSIONPREFIX= yubikey-manager-qt-
+DISTVERSION= 1.0.1
+CATEGORIES= security
+
+MAINTAINER= daniel@shafer.cc
+COMMENT= Cross-platform application for configuring any YubiKey
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yubikey-manager>0:security/py-yubikey-manager@${PY_FLAVOR} \
+ pyotherside-qt5>0:devel/pyotherside-qt5
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yubikey-manager>0:security/py-yubikey-manager@${PY_FLAVOR} \
+ pyotherside-qt5>0:devel/pyotherside-qt5
+
+USES= gl pkgconfig python:3.5+ qt:5 qmake shebangfix
+USE_GL= gl
+USE_QT= core declarative graphicaleffects gui network quickcontrols \
+ quickcontrols2 svg widgets buildtools_build
+
+USE_GITHUB= yes
+GH_ACCOUNT= Yubico
+
+SHEBANG_FILES= ykman-gui/py/yubikey.py \
+ ykman-cli/test.py \
+ ykman-cli/py/cli.py \
+ build_qrc.py
+
+PLIST_FILES= bin/ykman-gui \
+ share/applications/ykman-gui.desktop \
+ share/pixmaps/ykman.png
+
+post-extract:
+ @${REINPLACE_CMD} -e '/system/s|python|${PYTHON_CMD}|g' ${WRKSRC}/ykman-gui/ykman-gui.pro \
+ ${WRKSRC}/ykman-cli/ykman-cli.pro
+ @${REINPLACE_CMD} -e 's|/usr/bin/ykman-gui|${PREFIX}/bin/ykman-gui|g' ${WRKSRC}/resources/linux/AppRun
+ @${REINPLACE_CMD} -e 's|target.path = /usr/bin|target.path = ${PREFIX}/bin|g' ${WRKSRC}/ykman-gui/deployment.pri
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/resources/ykman-gui.desktop ${STAGEDIR}${PREFIX}/share/applications
+ ${INSTALL_DATA} ${WRKSRC}/resources/icons/ykman.png ${STAGEDIR}${PREFIX}/share/pixmaps
+
+.include <bsd.port.mk>
Index: head/security/yubikey-manager-qt/distinfo
===================================================================
--- head/security/yubikey-manager-qt/distinfo
+++ head/security/yubikey-manager-qt/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1546166817
+SHA256 (Yubico-yubikey-manager-qt-yubikey-manager-qt-1.0.1_GH0.tar.gz) = 0845511bcec2b2cad7600a9ec576511f2b2be62541f17032a183b2fa5a20bdfd
+SIZE (Yubico-yubikey-manager-qt-yubikey-manager-qt-1.0.1_GH0.tar.gz) = 10285019
Index: head/security/yubikey-manager-qt/pkg-descr
===================================================================
--- head/security/yubikey-manager-qt/pkg-descr
+++ head/security/yubikey-manager-qt/pkg-descr
@@ -0,0 +1,4 @@
+Cross-platform application for configuring any YubiKey
+over all USB interfaces.
+
+WWW: https://developers.yubico.com/yubikey-manager-qt/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 31, 4:38 PM (4 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28130448
Default Alt Text
D18406.diff (2 KB)
Attached To
Mode
D18406: security/yubikey-manager-qt: new port, application for configuring any YubiKey over all USB interfaces.
Attached
Detach File
Event Timeline
Log In to Comment