Port details |
- transcrypt Transparently encrypt files within a git repository
- 2.2.3 security
=0 2.2.3Version of this port present on the latest quarterly branch. - Maintainer: nivit@FreeBSD.org
 - Port Added: 2023-05-27 06:51:08
- Last Update: 2023-05-27 04:48:54
- Commit Hash: ea3df33
- License: MIT
- WWW:
- https://github.com/elasticdog/transcrypt
- Description:
- A script to configure transparent encryption of sensitive files stored in a Git
repository. Files that you choose will be automatically encrypted when you
commit them, and automatically decrypted when you check them out. The process
will degrade gracefully, so even people without your encryption password can
safely commit changes to the repository's non-encrypted files.
Transcrypt protects your data when it's pushed to remotes that you may not
directly control (e.g., GitHub, Dropbox clones, etc.), while still allowing you
to work normally on your local working copy. You can conveniently store things
like passwords and private keys within your repository and not have to share
them with your entire team or complicate your workflow.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- transcrypt>0:security/transcrypt
- To install the port:
- cd /usr/ports/security/transcrypt/ && make install clean
- To add the package, run one of these commands:
- pkg install security/transcrypt
- pkg install transcrypt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: transcrypt
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1685121651
SHA256 (elasticdog-transcrypt-v2.2.3_GH0.tar.gz) = 69cf95b2a4d7e89c1f5c84bc4c32aa35f78d08b8f457a003ab9e8be7361a24e5
SIZE (elasticdog-transcrypt-v2.2.3_GH0.tar.gz) = 32592
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Test dependencies:
-
- bats : devel/bats-core
- Runtime dependencies:
-
- bash : shells/bash
- git : devel/git
- gpg2 : security/gnupg
- xxd : editors/vim
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_transcrypt
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.3 27 May 2023 04:48:54
    |
Nicola Vitale (nivit)  |
security/transcrypt: Add new port
A script to configure transparent encryption of sensitive files stored in a Git
repository. Files that you choose will be automatically encrypted when you
commit them, and automatically decrypted when you check them out. The process
will degrade gracefully, so even people without your encryption password can
safely commit changes to the repository's non-encrypted files.
Transcrypt protects your data when it's pushed to remotes that you may not
directly control (e.g., GitHub, Dropbox clones, etc.), while still allowing you
to work normally on your local working copy. You can conveniently store things
like passwords and private keys within your repository and not have to share
them with your entire team or complicate your workflow.
https://github.com/elasticdog/transcrypt |
Number of commits found: 1
|