Port details on branch 2024Q1 |
- git-lfs Git extension for versioning large files
- 3.6.1_2 devel
=4 3.6.1_1Version of this port present on the latest quarterly branch. - Maintainer: egypcio@FreeBSD.org
 - Port Added: 2015-11-19 13:02:07
- Last Update: 2025-04-02 02:07:58
- Commit Hash: a4e30d4
- 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 = 1737883287
SHA256 (go/devel_git-lfs/git-lfs-v3.6.1/v3.6.1.mod) = b0d0898f16ea9769a349e34abe22a9e6a8af578dc93fe468adbbb694171b976d
SIZE (go/devel_git-lfs/git-lfs-v3.6.1/v3.6.1.mod) = 1993
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:
-
- asciidoctor : textproc/rubygem-asciidoctor
- go121 : lang/go121
- Runtime dependencies:
-
- git : devel/git
- Fetch dependencies:
-
- go121 : lang/go121
- ca_root_nss>0 : security/ca_root_nss
- 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.6.1_2:
MANPAGES=on: Build and/or install manual pages
===> Use 'make config' to modify these settings
- Options name:
- devel_git-lfs
- USES:
- go:modules zip
- 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 needs 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:
|