notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q3
password-store Stores, retrieves, generates, and synchronizes passwords securely
1.7.4_5 sysutils on this many watch lists=6 search for ports that depend on this port An older version of this port was marked as vulnerable. Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.7.4_5Version of this port present on the latest quarterly branch.
Maintainer: pkubaj@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2012-09-17 02:37:59
Last Update: 2024-01-11 13:59:36
Commit Hash: 7074d7f
People watching this port, also watch:: nmap, zfsnap, ca_root_nss, dunst, cups
License: GPLv2+
WWW:
https://www.passwordstore.org/
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (41 items)
Collapse this list.
  1. /usr/local/share/licenses/password-store-1.7.4_5/catalog.mk
  2. /usr/local/share/licenses/password-store-1.7.4_5/LICENSE
  3. /usr/local/share/licenses/password-store-1.7.4_5/GPLv2+
  4. bin/pass
  5. libexec/password-store/pass
  6. libexec/password-store/platform/freebsd.sh
  7. share/man/man1/pass.1.gz
  8. share/password-store/dmenu/README.md
  9. share/password-store/dmenu/passmenu
  10. share/password-store/emacs/Cask
  11. share/password-store/emacs/CHANGELOG.md
  12. share/password-store/emacs/README.md
  13. share/password-store/emacs/password-store.el
  14. share/password-store/importers/1password2pass.rb
  15. share/password-store/importers/fpm2pass.pl
  16. share/password-store/importers/gorilla2pass.rb
  17. share/password-store/importers/kedpm2pass.py
  18. share/password-store/importers/keepass2csv2pass.py
  19. share/password-store/importers/keepass2pass.py
  20. share/password-store/importers/keepassx2pass.py
  21. share/password-store/importers/kwallet2pass.py
  22. share/password-store/importers/lastpass2pass.rb
  23. share/password-store/importers/password-exporter2pass.py
  24. share/password-store/importers/pwsafe2pass.py
  25. share/password-store/importers/pwsafe2pass.sh
  26. share/password-store/importers/revelation2pass.py
  27. share/password-store/importers/roboform2pass.rb
  28. share/password-store/pass.applescript
  29. share/password-store/pass.bash-completion
  30. share/password-store/pass.fish-completion
  31. share/password-store/pass.zsh-completion
  32. share/password-store/vim/redact_pass.txt
  33. share/password-store/vim/redact_pass.vim
  34. etc/bash_completion.d/password-store
  35. share/fish/completions/password-store.fish
  36. share/zsh/site-functions/_pass
  37. share/examples/password-store/example-filter.sh
  38. @dir libexec/password-store/extensions
  39. @owner
  40. @group
  41. @mode
Collapse this list.
Dependency lines:
  • password-store>0:sysutils/password-store
To install the port:
cd /usr/ports/sysutils/password-store/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/password-store
  • pkg install password-store
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: password-store
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1623445616 SHA256 (password-store-1.7.4.tar.xz) = cfa9faf659f2ed6b38e7a7c3fb43e177d00edbacc6265e6e32215ff40e3793c0 SIZE (password-store-1.7.4.tar.xz) = 65272

Packages (timestamps in pop-ups are UTC):
password-store
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.7.4_51.7.4_51.7.3_21.7.4_51.7.4_5---
FreeBSD:13:quarterly1.7.4_41.7.4_4-1.7.4_41.7.4_51.7.4_41.7.4_41.7.4_4
FreeBSD:14:latest1.7.4_51.7.4_51.7.4_11.7.4_51.7.4_51.7.4_3-1.7.4_3
FreeBSD:14:quarterly1.7.4_41.7.4_5-1.7.4_41.7.4_51.7.4_41.7.4_41.7.4_4
FreeBSD:15:latest1.7.4_51.7.4_5n/a1.7.4_5n/a1.7.4_51.7.4_51.7.4_5
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. bash : shells/bash
  2. getopt>=0 : misc/getopt
  3. gnupg>=2 : security/gnupg
  4. tree>=1.7 : sysutils/tree
  5. pwgen>=0 : sysutils/pwgen
  6. xclip>=0 : x11/xclip
This port is required by:
for Run
  1. security/py-pass-audit
  2. sysutils/docker-credential-pass
  3. sysutils/pass-otp
  4. sysutils/pass-secrets
  5. sysutils/pass-update
  6. sysutils/plasma-pass
  7. sysutils/qtpass
Expand this list (8 items / 1 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. x11/rofi-pass
  3. Collapse this list.

Configuration Options:
===> The following configuration options are available for password-store-1.7.4_5: CONTRIB=on: Include shell completions, import scripts, related projects EXAMPLES=on: Build and/or install examples GIT=off: Enable git storage QRENCODE=off: Enable QR code support WAYLAND=off: Enable wl-clipboard support XCLIP=on: Enable xclip feature ===> Use 'make config' to modify these settings
Options name:
sysutils_password-store
USES:
tar:xz
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://git.zx2c4.com/password-store/snapshot/
Collapse this list.

There are no commits on branch 2022Q3 for this port