View | Details | Raw Unified | Return to bug 233708 | Differences between
and this patch

Collapse All | Expand All

(-)MOVED (+1 lines)
Lines 10646-10648 Link Here
10646
net/pecl-gupnp||2018-12-01|Has expired: does not build with latest gssdp and gupnp
10646
net/pecl-gupnp||2018-12-01|Has expired: does not build with latest gssdp and gupnp
10647
graphics/gimpfx-foundry||2018-12-01|Has expired: No release for 10 years, only partially working with recent GIMP
10647
graphics/gimpfx-foundry||2018-12-01|Has expired: No release for 10 years, only partially working with recent GIMP
10648
www/rubygem-http-form_data1|www/rubygem-http-form_data|2018-12-01|Has expired: Use www/rubygem-http-form_data instead
10648
www/rubygem-http-form_data1|www/rubygem-http-form_data|2018-12-01|Has expired: Use www/rubygem-http-form_data instead
10649
security/py-yubioath-desktop|security/yubioath-desktop|2018-12-01|New Yubikey Oath Desktop app, written in QT.
(-)security/Makefile (-1 / +1 lines)
Lines 1065-1071 Link Here
1065
    SUBDIR += py-vulndb
1065
    SUBDIR += py-vulndb
1066
    SUBDIR += py-yara
1066
    SUBDIR += py-yara
1067
    SUBDIR += py-yubikey-manager
1067
    SUBDIR += py-yubikey-manager
1068
    SUBDIR += py-yubioath-desktop
1069
    SUBDIR += py-zope.app.authentication
1068
    SUBDIR += py-zope.app.authentication
1070
    SUBDIR += py-zope.app.localpermission
1069
    SUBDIR += py-zope.app.localpermission
1071
    SUBDIR += py-zope.app.principalannotation
1070
    SUBDIR += py-zope.app.principalannotation
Lines 1370-1375 Link Here
1370
    SUBDIR += yubico-piv-tool
1369
    SUBDIR += yubico-piv-tool
1371
    SUBDIR += yubikey-personalization-gui
1370
    SUBDIR += yubikey-personalization-gui
1372
    SUBDIR += yubikey-piv-manager
1371
    SUBDIR += yubikey-piv-manager
1372
    SUBDIR += yubioath-desktop
1373
    SUBDIR += zebedee
1373
    SUBDIR += zebedee
1374
    SUBDIR += zenmap
1374
    SUBDIR += zenmap
1375
    SUBDIR += zeronet
1375
    SUBDIR += zeronet
(-)security/py-yubioath-desktop/Makefile (-24 lines)
Lines 1-24 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	yubioath-desktop
4
PORTVERSION=	3.1.0
5
CATEGORIES=	security python
6
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
MAINTAINER=	ports@FreeBSD.org
10
COMMENT=	GUI for displaying OATH codes with a Yubikey
11
12
LICENSE=	GPLv3
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyscard>0:security/py-pyscard@${PY_FLAVOR} \
15
		${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR} \
16
		${PYTHON_PKGNAMEPREFIX}click>0:devel/py-click@${PY_FLAVOR} \
17
		pyside${PYTHON_PKGNAMESUFFIX}>0:devel/pyside@${PY_FLAVOR} \
18
		pcsc-spy:devel/pcsc-lite \
19
		${LOCALBASE}/lib/pcsc/drivers/ifd-ccid.bundle/Contents/${OPSYS}/libccid.so:devel/libccid
20
21
USES=		python:2.7
22
USE_PYTHON=	autoplist distutils
23
24
.include <bsd.port.mk>
(-)security/py-yubioath-desktop/distinfo (-3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1490194353
2
SHA256 (yubioath-desktop-3.1.0.tar.gz) = 7caae0fd3b14529476eda3a5660bc050584b298ddc3c8d1adfe221041fa5db49
3
SIZE (yubioath-desktop-3.1.0.tar.gz) = 268909
(-)security/py-yubioath-desktop/pkg-descr (-6 lines)
Lines 1-6 Link Here
1
The Yubico Authenticator is a graphical desktop tool and command line tool for
2
generating Open AuTHentication (OATH) event-based HOTP and time-based TOTP
3
one-time password codes, with the help of a YubiKey that protects the shared
4
secrets.
5
6
WWW: https://developers.yubico.com/yubioath-desktop/
(-)security/yubioath-desktop/Makefile (+45 lines)
Added Link Here
1
# $FreeBSD$
2
3
PORTNAME=       yubioath-desktop
4
DISTVERSIONPREFIX=yubioath-desktop-
5
DISTVERSION=    4.3.4
6
CATEGORIES=     security
7
8
MAINTAINER=     daniel@shafer.cc
9
COMMENT=        GUI for displaying OATH codes with a Yubikey
10
11
LICENSE=        BSD2CLAUSE
12
LICENSE_FILE=	${WRKSRC}/COPYING
13
14
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}yubikey-manager>=0.7.0:security/py-yubikey-manager@${PY_FLAVOR} \
15
		pyotherside-qt5>0:devel/pyotherside-qt5 \
16
		RSA_SecurID_getpasswd:devel/libccid \
17
		libffi>0:devel/libffi \
18
		pcscd:devel/pcsc-lite \
19
		swig30>0:devel/swig30
20
21
USES=		desktop-file-utils gl python:3.5+ qmake qt:5 shebangfix ssl
22
USE_GL=		gl
23
USE_QT=		core declarative gui network quickcontrols svg widgets buildtools_build
24
25
USE_GITHUB=	yes
26
GH_ACCOUNT=	Yubico
27
28
SHEBANG_FILES=	build_qrc.py \
29
		py/yubikey.py \
30
		compute-version.py
31
32
post-patch:
33
	@${REINPLACE_CMD} -e '/buildqrc.commands/s|python|${PYTHON_CMD}|g' \
34
		-e '/PYTHON3_BINARY_NAME/s|python3|${PYTHON_CMD}|g' \
35
		-e '/system(python/s|python|${PYTHON_CMD}|g' \
36
		-e '/VERSION =/s|VERSION|#VERSION|g' \
37
		${WRKSRC}/yubioath-desktop.pro
38
	@${REINPLACE_CMD} -e '/version/s|python3|${PYTHON_CMD}|g' ${WRKSRC}/dev-util/package-sources.sh
39
	@${REINPLACE_CMD} -e 's|target.path = /usr/bin|target.path = ${PREFIX}/bin|g' ${WRKSRC}/deployment.pri
40
41
post-install:
42
	${INSTALL_DATA} ${WRKSRC}/resources/yubioath-desktop.desktop ${STAGEDIR}${PREFIX}/share/applications
43
	${INSTALL_DATA} ${WRKSRC}/resources/icons/yubioath.png ${STAGEDIR}${PREFIX}/share/pixmaps
44
45
.include <bsd.port.mk>
(-)security/yubioath-desktop/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1543816167
2
SHA256 (Yubico-yubioath-desktop-yubioath-desktop-4.3.4_GH0.tar.gz) = b7d7843e396ae7de489df1693ef0dbc6e5576897ffd8196cbb53f83c116d3605
3
SIZE (Yubico-yubioath-desktop-yubioath-desktop-4.3.4_GH0.tar.gz) = 237503
(-)security/yubioath-desktop/pkg-descr (+5 lines)
Added Link Here
1
Cross-platform application for generating Open Authentication (OATH) time-based 
2
TOTP and event-based HOTP one-time password codes, with the help of a YubiKey 
3
that protects the shared secrets.
4
5
WWW: https://developers.yubico.com/yubioath-desktop/
(-)security/yubioath-desktop/pkg-plist (+3 lines)
Added Link Here
1
bin/yubioath-desktop
2
share/applications/yubioath-desktop.desktop
3
share/pixmaps/yubioath.png

Return to bug 233708