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
Port details
pass-coffin Password store extension to hide data inside an encrypted coffin
1.2.1 sysutilsnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: nivit@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-08-24 20:27:04
Last Update: 2024-08-24 20:24:48
Commit Hash: 6e0810c
License: GPLv3
WWW:
https://github.com/ayushnix/pass-coffin
Description:
pass-coffin is a pass extension that hides password store data inside a GPG encrypted file, which we'll call a coffin. Because of how pass works, directory and file names aren't encrypted by default and anyone who has access to your computer can see which websites you use and your usernames on those websites. This is different from how password managers like keepassxc work by keeping your entire password store database inside an encrypted file and can also automatically lock access to the application itself after a certain amount of time. pass-coffin has been created to provide these missing features to pass.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (12 items)
Collapse this list.
  1. /usr/local/share/licenses/pass-coffin-1.2.1/catalog.mk
  2. /usr/local/share/licenses/pass-coffin-1.2.1/LICENSE
  3. /usr/local/share/licenses/pass-coffin-1.2.1/GPLv3
  4. libexec/password-store/extensions/close.bash
  5. libexec/password-store/extensions/coffin.bash
  6. libexec/password-store/extensions/open.bash
  7. libexec/password-store/extensions/timer.bash
  8. share/bash-completion/completions/pass-coffin.bash-completion
  9. share/doc/pass-coffin/README.html
  10. @owner
  11. @group
  12. @mode
Collapse this list.
Dependency lines:
  • pass-coffin>0:sysutils/pass-coffin
To install the port:
cd /usr/ports/sysutils/pass-coffin/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/pass-coffin
  • pkg install pass-coffin
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: pass-coffin
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1707729432 SHA256 (ayushnix-pass-coffin-v1.2.1_GH0.tar.gz) = bca41b9c9dc3525ddfccef31baef2c61366a968c43ee841c3b6c6934e3263fbe SIZE (ayushnix-pass-coffin-v1.2.1_GH0.tar.gz) = 20242

Packages (timestamps in pop-ups are UTC):
pass-coffin
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.2.11.2.1-1.2.11.2.1---
FreeBSD:13:quarterly1.2.11.2.1-1.2.11.2.1---
FreeBSD:14:latest1.2.11.2.1-1.2.11.2.1---
FreeBSD:14:quarterly1.2.11.2.1-1.2.11.2.1---
FreeBSD:15:latest1.2.11.2.1n/a1.2.1n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. md2roff : textproc/md2roff
Runtime dependencies:
  1. bash : shells/bash
  2. pass : sysutils/password-store
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for pass-coffin-1.2.1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
sysutils_pass-coffin
USES:
shebangfix
pkg-message:
For install:
*** Please Create Backups or Use Git *** Before using this extension or any other password store extension, It is highly recommend that you check in your password store in a local git repository and sync it with a remote git repository (doesn't have to be an online remote repo) or make regular backups of your password store using tools like borgbackup. You don't want to lose your password store data because of an unintentional bug in this, or any other, pass extension. Use `pass git initʼ to initialize a local git repository in your password store and add a remote git repository using `pass git remote add backup <location>ʼ. For more details, please read the "EXTENDED GIT EXAMPLE" section of the man page of pass.
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/ayushnix/pass-coffin/tar.gz/v1.2.1?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2.1
24 Aug 2024 20:24:48
commit hash: 6e0810c6b23d02ce52b1deda57dfbaefa081ee06commit hash: 6e0810c6b23d02ce52b1deda57dfbaefa081ee06commit hash: 6e0810c6b23d02ce52b1deda57dfbaefa081ee06commit hash: 6e0810c6b23d02ce52b1deda57dfbaefa081ee06 files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
sysutils/pass-coffing: Add new port

pass-coffin is a pass extension that hides password store data inside a GPG
encrypted file, which we'll call a coffin.

Because of how pass works, directory and file names aren't encrypted by default
and anyone who has access to your computer can see which websites you use and
your usernames on those websites. This is different from how password managers
like keepassxc work by keeping your entire password store database inside an
encrypted file and can also automatically lock access to the application itself
after a certain amount of time. pass-coffin has been created to provide these
missing features to pass.

https://github.com/ayushnix/pass-coffin

Number of commits found: 1