Port details on branch 2024Q4 |
- git-lfs Git extension for versioning large files
- 3.0.2_23 devel =4 3.0.2_23Version of this port present on the latest quarterly branch.
- Maintainer: egypcio@FreeBSD.org
- Port Added: 2015-11-19 13:02:07
- Last Update: 2024-08-09 06:24:08
- Commit Hash: aa8c011
- People watching this port, also watch:: psutils, dbus, libevent, indexinfo, p5-Error
- License: MIT
- WWW:
- https://git-lfs.github.com/
- Description:
- Git Large File Storage (LFS) replaces large files such as audio
samples, videos, datasets, and graphics with text pointers inside Git,
while storing the file contents on a remote server like GitHub.com or
GitHub Enterprise.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/git-lfs/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/git-lfs
- pkg install git-lfs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: git-lfs
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1642406951
SHA256 (git-lfs-v3.0.2.tar.gz) = 7179a357a0d0e7beaba217489f7f784ca8717035a5e3f1ee91ca7193ba3a35f3
SIZE (git-lfs-v3.0.2.tar.gz) = 3126121
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ronn : textproc/rubygem-ronn
- go121 : lang/go121
- Runtime dependencies:
-
- git : devel/git
- This port is required by:
- for Fetch
-
- biology/gatk
- graphics/oidn
- for Run
-
- www/forgejo
- www/forgejo7
- www/gitea
Configuration Options:
- ===> The following configuration options are available for git-lfs-3.0.2_23:
MANPAGES=on: Build and/or install manual pages
===> Use 'make config' to modify these settings
- Options name:
- devel_git-lfs
- USES:
- go:modules
- pkg-message:
- For install:
- To get started with Git LFS, the following commands can be used:
1. Setup Git LFS on your system. You only have to do this once per
repository per machine:
$ git lfs install
2. Choose the type of files you want to track, for examples all ISO
images, with git lfs track:
$ git lfs track "*.iso"
3. The above stores this information in gitattributes(5) files, so
that file need to be added to the repository:
$ git add .gitattributes
4. Commit, push and work with the files normally:
$ git add file.iso
$ git commit -m "Add disk image"
$ git push
- Master Sites:
|