Port details |
- transcrypt Transparently encrypt files within a git repository
- 2.3.0 security
=2 2.2.3_1Version of this port present on the latest quarterly branch. - Maintainer: nivit@FreeBSD.org
 - Port Added: 2023-05-27 06:51:08
- Last Update: 2024-09-09 15:35:38
- Commit Hash: 0b16add
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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:
- FreshPorts has no man page information for this port.
- 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 = 1725894913
SHA256 (elasticdog-transcrypt-v2.3.0_GH0.tar.gz) = 9779f5cc972d7e6e83de0770e5391aca95881bc75e101095a6dede4620a8cd28
SIZE (elasticdog-transcrypt-v2.3.0_GH0.tar.gz) = 38566
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 : sysutils/xxd
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_transcrypt
- pkg-message:
- If upgrading
-
To upgrade transcrypt it is not enough to have a newer version on your system,
you must also run the --upgrade command in each repository.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.0 09 Sep 2024 15:35:38
    |
Nicola Vitale (nivit)  |
security/transcrypt: Upgrade to 2.3.0
- Add pkg-message of type upgrade
- Pet portfmt
Release changes: https://github.com/elasticdog/transcrypt/releases/tag/v2.3.0
Reported by: James Murty <notifications@github.com> |
2.2.3_1 21 Jan 2024 22:51:35
    |
Muhammad Moinur Rahman (bofh)  |
security/transcrypt: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
2.2.3 31 Dec 2023 08:24:54
    |
Antoine Brodin (antoine)  |
security/transcrypt: fix depends |
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 |