[Midnightbsd-cvs] mports [24682] trunk/devel: add git-lfs

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Nov 22 15:52:57 EST 2018


Revision: 24682
          http://svnweb.midnightbsd.org/mports/?rev=24682
Author:   laffer1
Date:     2018-11-22 15:52:57 -0500 (Thu, 22 Nov 2018)
Log Message:
-----------
add git-lfs

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/git-lfs/
    trunk/devel/git-lfs/Makefile
    trunk/devel/git-lfs/distinfo
    trunk/devel/git-lfs/pkg-descr

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2018-11-22 20:46:20 UTC (rev 24681)
+++ trunk/devel/Makefile	2018-11-22 20:52:57 UTC (rev 24682)
@@ -89,6 +89,7 @@
 SUBDIR += gettext-tools
 SUBDIR += git
 SUBDIR += git-gui
+SUBDIR += git-lfs
 SUBDIR += git-lite
 SUBDIR += git-subversion
 SUBDIR += github-backup-utils

Added: trunk/devel/git-lfs/Makefile
===================================================================
--- trunk/devel/git-lfs/Makefile	                        (rev 0)
+++ trunk/devel/git-lfs/Makefile	2018-11-22 20:52:57 UTC (rev 24682)
@@ -0,0 +1,32 @@
+# $MidnightBSD$
+# $FreeBSD: head/devel/git-lfs/Makefile 452431 2017-10-19 17:20:29Z tcberner $
+
+PORTNAME=	git-lfs
+DISTVERSIONPREFIX=	v
+DISTVERSION=	2.3.4
+CATEGORIES=	devel
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Git extension for versioning large files
+
+LICENSE=	mit
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
+
+BUILD_DEPENDS=	bash:shells/bash
+RUN_DEPENDS=	bash:shells/bash
+
+USES=		go
+USE_GITHUB=	yes
+PLIST_FILES=	bin/git-lfs
+
+GO_PKGNAME=	github.com/${PORTNAME}/${PORTNAME}
+
+# see https://github.com/git-lfs/git-lfs/wiki/Installation
+
+do-build:
+	cd ${WRKSRC} && ${MKDIR} ${WRKSRC}/.tmp && TMPDIR=${WRKSRC}/.tmp script/bootstrap
+
+pre-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/bin/git-lfs ${STAGEDIR}${PREFIX}/bin/git-lfs
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/git-lfs/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/git-lfs/distinfo
===================================================================
--- trunk/devel/git-lfs/distinfo	                        (rev 0)
+++ trunk/devel/git-lfs/distinfo	2018-11-22 20:52:57 UTC (rev 24682)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1542919650
+SHA256 (git-lfs-v2.3.4_GH0.tar.gz) = 2594fe7bd8cc29d71effd087623b78cadab04a74e506ceeb4971a4ed9a7fbb94
+SIZE (git-lfs-v2.3.4_GH0.tar.gz) = 747313


Property changes on: trunk/devel/git-lfs/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/git-lfs/pkg-descr
===================================================================
--- trunk/devel/git-lfs/pkg-descr	                        (rev 0)
+++ trunk/devel/git-lfs/pkg-descr	2018-11-22 20:52:57 UTC (rev 24682)
@@ -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/


Property changes on: trunk/devel/git-lfs/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list