# Buildsheet autogenerated by ravenadm tool -- Do not edit. NAMEBASE= password-store VERSION= 1.7.4 KEYWORDS= sysutils VARIANTS= standard SDESC[standard]= Standard unix password manager (pass) HOMEPAGE= https://www.passwordstore.org/ CONTACT= nobody DOWNLOAD_GROUPS= main SITES[main]= https://git.zx2c4.com/password-store/snapshot/ DISTFILE[1]= password-store-1.7.4.tar.xz:main DF_INDEX= 1 SPKGS[standard]= single OPTIONS_AVAILABLE= none OPTIONS_STANDARD= none RUN_DEPENDS= bash:complete:standard gnupg:complete:standard tree:single:standard getopt:single:standard qrencode:single:standard base64:single:standard xclip:single:standard pwgen:single:standard USES= cpe LICENSE= GPLv2+:single LICENSE_TERMS= single:{{WRKDIR}}/TERMS LICENSE_FILE= GPLv2+:stock LICENSE_AWK= TERMS:"GNU GENERAL PUBLIC LICENSE" LICENSE_SOURCE= TERMS:{{WRKSRC}}/COPYING LICENSE_SCHEME= solo CPE_VENDOR= zx2c4 FPC_EQUIVALENT= sysutils/password-store SKIP_BUILD= yes SUB_FILES= pass post-patch: ${REINPLACE_CMD} -Ee 's|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/src/platform/freebsd.sh ${REINPLACE_CMD} -E\ -e 's|^SYSTEM_EXTENSION_DIR=""|SYSTEM_EXTENSION_DIR="${PREFIX}/libexec/password-store/extensions"|g' \ -e 's|GETOPT="getopt"|GETOPT="${LOCALBASE}/bin/getopt"|' \ -e 's|SHRED="shred -f -z"|SHRED="rm -P -f"|' \ ${WRKSRC}/src/password-store.sh do-install: ${INSTALL_SCRIPT} ${WRKDIR}/pass ${STAGEDIR}${PREFIX}/bin/ ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/password-store/extensions ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/password-store/platform ${INSTALL_SCRIPT} ${WRKSRC}/src/password-store.sh \ ${STAGEDIR}${PREFIX}/libexec/password-store/pass ${INSTALL_SCRIPT} ${WRKSRC}/src/platform/freebsd.sh \ ${STAGEDIR}${PREFIX}/libexec/password-store/platform/ ${INSTALL_MAN} ${WRKSRC}/man/pass.1 ${STAGEDIR}${MANPREFIX}/man/man1/pass.1 # contributions ${RM} ${WRKSRC}/contrib/emacs/.gitignore ${MKDIR} ${STAGEDIR}${PREFIX}/share/password-store ${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d ${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${MKDIR} ${STAGEDIR}${PREFIX}/share/fish/completions (cd ${WRKSRC}/contrib && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/password-store) (cd ${WRKSRC}/src/completion && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/password-store) ${INSTALL_DATA} ${WRKSRC}/src/completion/pass.zsh-completion \ ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_pass ${INSTALL_DATA} ${WRKSRC}/src/completion/pass.bash-completion \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/password-store ${INSTALL_DATA} ${WRKSRC}/src/completion/pass.fish-completion \ ${STAGEDIR}${PREFIX}/share/fish/completions/password-store.fish [FILE:1024:descriptions/desc.single] Password management should be simple and follow Unix philosophy. With pass, each password lives inside of a gpg encrypted file whose filename is the title of the website or resource that requires the password. These encrypted files may be organized into meaningful folder hierarchies, copied from computer to computer, and, in general, manipulated using standard command line file management utilities. pass makes managing these individual password files extremely easy. All passwords live in ~/.password-store, and pass provides some nice commands for adding, editing, generating, and retrieving passwords. It is a very short and simple shell script. It's capable of temporarily putting passwords on your clipboard and tracking password changes using git. You can edit the password store using ordinary Unix shell commands alongside the pass command. There are no funky file formats or new paradigms to learn. There is bash completion so that you can simply hit tab to fill in names. WWW: https://www.passwordstore.org/ [FILE:106:distinfo] cfa9faf659f2ed6b38e7a7c3fb43e177d00edbacc6265e6e32215ff40e3793c0 65272 password-store-1.7.4.tar.xz [FILE:831:manifests/plist.single] bin/pass etc/bash_completion.d/password-store libexec/password-store/pass libexec/password-store/platform/freebsd.sh share/fish/completions/password-store.fish share/man/man1/pass.1.gz share/password-store/ pass.applescript pass.bash-completion pass.fish-completion pass.zsh-completion share/password-store/dmenu/ README.md passmenu share/password-store/emacs/ CHANGELOG.md Cask README.md password-store.el share/password-store/importers/ 1password2pass.rb fpm2pass.pl gorilla2pass.rb kedpm2pass.py keepass2csv2pass.py keepass2pass.py keepassx2pass.py kwallet2pass.py lastpass2pass.rb password-exporter2pass.py pwsafe2pass.py pwsafe2pass.sh revelation2pass.py roboform2pass.rb share/password-store/vim/ redact_pass.txt redact_pass.vim share/zsh/site-functions/_pass @dir libexec/password-store/extensions [FILE:97:files/pass.in] #!/bin/sh cd %%PREFIX%%/libexec/password-store exec %%PREFIX%%/libexec/password-store/pass "$@"