1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

Add git-lite, a new git slave port with minimal set of dependencies

PR:		196066
Submitted by:	chrissicool@gmail.com
This commit is contained in:
Renato Botelho 2015-02-25 11:25:42 +00:00
parent 8842ccdc9a
commit 08389071e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379898
3 changed files with 24 additions and 1 deletions

17
devel/git-lite/Makefile Normal file
View File

@ -0,0 +1,17 @@
# $FreeBSD$
PKGNAMESUFFIX= -lite
COMMENT= Distributed source code management tool (lite package)
MASTERDIR= ${.CURDIR}/../git
DESCR= ${.CURDIR}/pkg-descr
OPTIONS_EXCLUDE=GUI SVN GITWEB CONTRIB P4 CVS PERL
CONFLICTS= git-[0-9]* git-subversion-[0-9]*
DISTINFO_FILE= ${MASTERDIR}/distinfo
.include "${MASTERDIR}/Makefile"

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

@ -0,0 +1,6 @@
Git is a free and open source distributed version control system designed to
handle everything from small to very large projects with speed and efficiency.
This version provides the bare minimum git experience without any bindings.
WWW: http://git-scm.com/

View File

@ -10,7 +10,7 @@ DESCR= ${.CURDIR}/pkg-descr
OPTIONS_SLAVE= SVN
CONFLICTS?= git-[0-9]*
CONFLICTS= git-[0-9]* git-lite-[0-9]*
DISTINFO_FILE= ${MASTERDIR}/distinfo