1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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.

WWW: https://git-lfs.github.com/
This commit is contained in:
Jun Kuriyama 2015-11-19 13:02:00 +00:00
parent b988fc52ed
commit 386bf250ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401946
4 changed files with 33 additions and 0 deletions

View File

@ -653,6 +653,7 @@
SUBDIR += git-cola
SUBDIR += git-extras
SUBDIR += git-gui
SUBDIR += git-lfs
SUBDIR += git-lite
SUBDIR += git-merge-changelog
SUBDIR += git-modes

24
devel/git-lfs/Makefile Normal file
View File

@ -0,0 +1,24 @@
# $FreeBSD$
PORTNAME= git-lfs
PORTVERSION= 1.1.0
CATEGORIES= devel
MASTER_SITES= GH GHC
PKGNAMEPREFIX= go-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Git extension for versioning large files
LICENSE= MIT
USE_GITHUB= yes
GH_ACCOUNT= github
GH_PROJECT= ${PORTNAME}
GH_TAGNAME= v${PORTVERSION}
PLIST_FILES= bin/git-lfs
GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT}
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
.include <bsd.port.post.mk>

2
devel/git-lfs/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (git-lfs-1.1.0_GH0.tar.gz) = 1f246ec5f1141677b05847b3e9bcb9929c9d9b1afc78585d5776a9c18186ea9b
SIZE (git-lfs-1.1.0_GH0.tar.gz) = 345118

6
devel/git-lfs/pkg-descr Normal file
View File

@ -0,0 +1,6 @@
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.
WWW: https://git-lfs.github.com/