notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
Port details
transcrypt Transparently encrypt files within a git repository
2.2.3 security 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 2.2.3Version of this port present on the latest quarterly branch.
Maintainer: nivit@FreeBSD.org search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (7 items)
Collapse this list.
  1. bin/transcrypt
  2. man/man1/transcrypt.1.gz
  3. share/bash-completion/completions/transcrypt
  4. share/zsh/site-functions/_transcrypt
  5. /usr/local/share/licenses/transcrypt-2.2.3/catalog.mk
  6. /usr/local/share/licenses/transcrypt-2.2.3/LICENSE
  7. /usr/local/share/licenses/transcrypt-2.2.3/MIT
Collapse this list.
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):
transcrypt
ABIlatestquarterly
FreeBSD:12:aarch64-2.2.3
FreeBSD:12:amd642.2.32.2.3
FreeBSD:12:armv6--
FreeBSD:12:armv7--
FreeBSD:12:i3862.2.32.2.3
FreeBSD:12:mips--
FreeBSD:12:mips64--
FreeBSD:12:powerpc64--
FreeBSD:13:aarch642.2.32.2.3
FreeBSD:13:amd642.2.32.2.3
FreeBSD:13:armv6--
FreeBSD:13:armv72.2.32.2.3
FreeBSD:13:i3862.2.32.2.3
FreeBSD:13:mips--
FreeBSD:13:mips64--
FreeBSD:13:powerpc64-2.2.3
FreeBSD:13:riscv64--
FreeBSD:14:aarch642.2.32.2.3
FreeBSD:14:amd642.2.32.2.3
FreeBSD:14:armv6--
FreeBSD:14:armv72.2.32.2.3
FreeBSD:14:i3862.2.32.2.3
FreeBSD:14:mips--
FreeBSD:14:mips64--
FreeBSD:14:powerpc642.2.32.2.3
FreeBSD:14:riscv64--
FreeBSD:15:amd642.2.3-
FreeBSD:15:armv6--
FreeBSD:15:armv72.2.3-
FreeBSD:15:i3862.2.3-
FreeBSD:15:mips64--
FreeBSD:15:powerpc642.2.3-
FreeBSD:15:riscv64--
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Test dependencies:
  1. bats : devel/bats-core
Runtime dependencies:
  1. bash : shells/bash
  2. git : devel/git
  3. gpg2 : security/gnupg
  4. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/elasticdog/transcrypt/tar.gz/v2.2.3?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
2.2.3
27 May 2023 04:48:54
commit hash: ea3df3353c6f21fb569693df3ba2c3a5974f64c4commit hash: ea3df3353c6f21fb569693df3ba2c3a5974f64c4commit hash: ea3df3353c6f21fb569693df3ba2c3a5974f64c4commit hash: ea3df3353c6f21fb569693df3ba2c3a5974f64c4 files touched by this commit
Nicola Vitale (nivit) search for other commits by this committer
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