Port details on branch 2023Q1 |
- git-lfs Git extension for versioning large files
- 3.0.2_9 devel =0 3.0.2_9Version of this port present on the latest quarterly branch.
- Maintainer: egypcio@FreeBSD.org
- Port Added: 2023-02-17 10:51:08
- Last Update: 2023-03-09 19:50:37
- Commit Hash: 636f0a9
- 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:
-
- 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
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ronn : textproc/rubygem-ronn
- go119 : lang/go119
- Runtime dependencies:
-
- git : devel/git
- This port is required by:
- for Run
-
- www/gitea
Configuration Options:
- ===> The following configuration options are available for git-lfs-3.0.2_9:
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:
|