FreeBSD Bugzilla – Attachment 202475 Details for
Bug 236126
[NEW PORT] sysutils/pass-otp: Pass extension for managing one-time-password (OTP) tokens
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shar
pass-otp.shar (text/plain), 2.13 KB, created by
Alexander Sieg
on 2019-03-01 11:30:41 UTC
(
hide
)
Description:
shar
Filename:
MIME Type:
Creator:
Alexander Sieg
Created:
2019-03-01 11:30:41 UTC
Size:
2.13 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># distinfo ># Makefile ># pkg-descr ># >echo x - distinfo >sed 's/^X//' >distinfo << '57677d168a5ec21bdf22c9501f075a8f' >XTIMESTAMP = 1551364314 >XSHA256 (tadfisher-pass-otp-v1.2.0_GH0.tar.gz) = 5720a649267a240a4f7ba5a6445193481070049c1d08ba38b00d20fc551c3a67 >XSIZE (tadfisher-pass-otp-v1.2.0_GH0.tar.gz) = 46789 >57677d168a5ec21bdf22c9501f075a8f >echo x - Makefile >sed 's/^X//' >Makefile << 'b67911656ef5d18c4ae36cb6741b7965' >X# $FreeBSD$ >X >XPORTNAME= pass-otp >XPORTVERSION= v1.2.0 >XCATEGORIES= sysutils >X >XMAINTAINER= alex@xanderio.de >XCOMMENT= Pass extension for managing one-time-password (OTP) tokens >X >XLICENSE= GPLv3+ >XLICENSE_FILE= ${WRKSRC}/LICENSE >X >XRUN_DEPENDS= bash:shells/bash \ >X pass:sysutils/password-store \ >X qrencode:graphics/libqrencode \ >X oathtool:security/oath-toolkit >X >XUSE_GITHUB= YES >XGH_ACCOUNT= tadfisher >X >XPLIST_FILES= man/man1/pass-otp.1.gz\ >X libexec/password-store/extensions/otp.bash \ >X share/bash-completion/completions/pass-otp >X >Xdo-build: ; >X >Xdo-install: >X @${MKDIR} ${STAGEDIR} >X @${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/password-store/extensions >X ${INSTALL_SCRIPT} ${WRKSRC}/otp.bash ${STAGEDIR}/${PREFIX}/libexec/password-store/extensions/otp.bash >X @${MKDIR} ${STAGEDIR}/${PREFIX}/share/bash-completion/completions >X ${INSTALL_SCRIPT} ${WRKSRC}/pass-otp.bash.completion ${STAGEDIR}/${PREFIX}/share/bash-completion/completions/pass-otp >X ${INSTALL_MAN} ${WRKSRC}/pass-otp.1 ${STAGEDIR}${MANPREFIX}/man/man1/ >X >X.include <bsd.port.mk> >b67911656ef5d18c4ae36cb6741b7965 >echo x - pkg-descr >sed 's/^X//' >pkg-descr << '7f9555c3c1089940396b503dd37f3979' >XA pass extension for managing one-time-password (OTP) tokens. >X >XFeatures: >X- managing and generating OTP tokens >X- inserting new OTP key URI >X- validating OTP URI >X- appending OTP URI to existing password files >X >XWWW: https://github.com/tadfisher/pass-otp >7f9555c3c1089940396b503dd37f3979 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 236126
: 202475
Working