[Midnightbsd-cvs] mports [24322] trunk/devel: add git gui, svn and lite
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Sep 13 13:41:14 EDT 2018
Revision: 24322
http://svnweb.midnightbsd.org/mports/?rev=24322
Author: laffer1
Date: 2018-09-13 13:41:14 -0400 (Thu, 13 Sep 2018)
Log Message:
-----------
add git gui, svn and lite
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/git/files/patch-configure.ac
trunk/devel/git-gui/
trunk/devel/git-gui/Makefile
trunk/devel/git-gui/pkg-descr
trunk/devel/git-lite/
trunk/devel/git-lite/Makefile
trunk/devel/git-lite/pkg-descr
trunk/devel/git-subversion/
trunk/devel/git-subversion/Makefile
trunk/devel/git-subversion/pkg-descr
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2018-09-13 17:35:41 UTC (rev 24321)
+++ trunk/devel/Makefile 2018-09-13 17:41:14 UTC (rev 24322)
@@ -88,6 +88,9 @@
SUBDIR += gettext-runtime
SUBDIR += gettext-tools
SUBDIR += git
+SUBDIR += git-gui
+SUBDIR += git-lite
+SUBDIR += git-subversion
SUBDIR += github-backup-utils
SUBDIR += glade
SUBDIR += glade3
Added: trunk/devel/git/files/patch-configure.ac
===================================================================
--- trunk/devel/git/files/patch-configure.ac (rev 0)
+++ trunk/devel/git/files/patch-configure.ac 2018-09-13 17:41:14 UTC (rev 24322)
@@ -0,0 +1,14 @@
+# Specify 'allow-without' to allow --without-perl to be used
+# TODO: Upstream
+
+--- configure.ac.orig 2016-12-04 08:23:08 UTC
++++ configure.ac
+@@ -373,7 +373,7 @@ GIT_PARSE_WITH_SET_MAKE_VAR(editor, DEFA
+ GIT_ARG_SET_PATH(shell)
+ #
+ # Define PERL_PATH to provide path to Perl.
+-GIT_ARG_SET_PATH(perl)
++GIT_ARG_SET_PATH(perl, allow-without)
+ #
+ # Define PYTHON_PATH to provide path to Python.
+ GIT_ARG_SET_PATH(python, allow-without)
Property changes on: trunk/devel/git/files/patch-configure.ac
___________________________________________________________________
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-gui/Makefile
===================================================================
--- trunk/devel/git-gui/Makefile (rev 0)
+++ trunk/devel/git-gui/Makefile 2018-09-13 17:41:14 UTC (rev 24322)
@@ -0,0 +1,17 @@
+# $MidnightBSD$
+
+PKGNAMESUFFIX= -gui
+
+COMMENT= Distributed source code management tool (GUI enabled)
+
+MASTERDIR= ${.CURDIR}/../git
+
+DESCR= ${.CURDIR}/pkg-descr
+
+OPTIONS_SLAVE= GUI
+
+CONFLICTS_INSTALL= git-[0-9]* git-lite-[0-9]* git-subversion-[0-9]*
+
+DISTINFO_FILE= ${MASTERDIR}/distinfo
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/devel/git-gui/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-gui/pkg-descr
===================================================================
--- trunk/devel/git-gui/pkg-descr (rev 0)
+++ trunk/devel/git-gui/pkg-descr 2018-09-13 17:41:14 UTC (rev 24322)
@@ -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 a package with GUI option enabled.
+
+WWW: https://git-scm.com/
Property changes on: trunk/devel/git-gui/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
Added: trunk/devel/git-lite/Makefile
===================================================================
--- trunk/devel/git-lite/Makefile (rev 0)
+++ trunk/devel/git-lite/Makefile 2018-09-13 17:41:14 UTC (rev 24322)
@@ -0,0 +1,17 @@
+# $MidnightBSD$
+
+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_INSTALL= git-[0-9]* git-gui-[0-9]* git-subversion-[0-9]*
+
+DISTINFO_FILE= ${MASTERDIR}/distinfo
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/devel/git-lite/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-lite/pkg-descr
===================================================================
--- trunk/devel/git-lite/pkg-descr (rev 0)
+++ trunk/devel/git-lite/pkg-descr 2018-09-13 17:41:14 UTC (rev 24322)
@@ -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: https://git-scm.com/
Property changes on: trunk/devel/git-lite/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
Added: trunk/devel/git-subversion/Makefile
===================================================================
--- trunk/devel/git-subversion/Makefile (rev 0)
+++ trunk/devel/git-subversion/Makefile 2018-09-13 17:41:14 UTC (rev 24322)
@@ -0,0 +1,17 @@
+# $MidnightBSD$
+
+PKGNAMESUFFIX= -subversion
+
+COMMENT= Distributed source code management tool with BSD subversion bindings
+
+MASTERDIR= ${.CURDIR}/../git
+
+DESCR= ${.CURDIR}/pkg-descr
+
+OPTIONS_SLAVE= SVN
+
+CONFLICTS_INSTALL= git-[0-9]* git-gui-[0-9]* git-lite-[0-9]*
+
+DISTINFO_FILE= ${MASTERDIR}/distinfo
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/devel/git-subversion/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-subversion/pkg-descr
===================================================================
--- trunk/devel/git-subversion/pkg-descr (rev 0)
+++ trunk/devel/git-subversion/pkg-descr 2018-09-13 17:41:14 UTC (rev 24322)
@@ -0,0 +1,14 @@
+GIT is a "directory content manager" designed to handle absolutely massive
+projects with speed and efficiency, and the release of the 2.6.12 (and later)
+versions of the Linux kernel as well as more and more other projects switching
+to it would indicate that it does this task well.
+
+GIT falls in the category of distributed source code management tools, similar
+to e.g. GNU Arch or Monotone (or, in the commercial world, BitKeeper). Every
+GIT working directory is a full-fledged repository with full revision tracking
+capabilities, not dependent on network access to a central server.
+
+This version provides the necessary bindings to interact with a subversion
+repository.
+
+WWW: http://git-scm.org/
Property changes on: trunk/devel/git-subversion/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