Revision: 4907
http://gar.svn.sourceforge.net/gar/?rev=4907&view=rev
Author: bdwalton
Date: 2009-05-17 01:39:59 +0000 (Sun, 17 May 2009)
Log Message:
-----------
Initial checking. Steps up to install work.
Added Paths:
-----------
csw/mgar/pkg/gitosis/
csw/mgar/pkg/gitosis/branches/
csw/mgar/pkg/gitosis/tags/
csw/mgar/pkg/gitosis/trunk/
csw/mgar/pkg/gitosis/trunk/Makefile
csw/mgar/pkg/gitosis/trunk/checksums
csw/mgar/pkg/gitosis/trunk/files/
Property changes on: csw/mgar/pkg/gitosis/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2
Added: csw/mgar/pkg/gitosis/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gitosis/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/gitosis/trunk/Makefile 2009-05-17 01:39:59 UTC (rev 4907)
@@ -0,0 +1,42 @@
+GARNAME = gitosis
+GARVERSION = 0.2
+CATEGORIES = utils
+
+DESCRIPTION = Software for hosting git repositories
+define BLURB
+Manage git repositories, provide access to them over SSH, with tight access
control and not needing shell accounts.
+
+gitosis aims to make hosting git repos easier and safer. It manages multiple
repositories under one user account, using SSH keys to identify users. End
users do not need shell accounts on the server, they will talk to one shared
account that will not let them run arbitrary commands.
+endef
+
+PACKAGES = CSWgitosis
+CATALOGNAME_CSWgitosis = $(GARNAME)
+ARCHALL_CSWgitosis = 1
+
+PREREQUISITE_PKGS_CSWgitosis = CSWpython
+
+REQUIRED_PKGS_CSWgitosis = CSWgit CSWpython
+
+GIT_REPOS = git://eagain.net/gitosis.git
+GIT_USE_PROXY = 1
+GIT_TREEISH_gitosis.git = release/$(GARVERSION)
+
+# We define upstream file regex so we can be notifed of new upstream
+# software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+# If the url used to check for software update is different of
+# MASTER_SITES, then uncomment the next line. Otherwise it is set by
+# default to the value of MASTER_SITES UPSTREAM_MASTER_SITES =
+
+CONFIGURE_SCRIPTS =
+BUILD_SCRIPTS =
+TEST_SCRIPTS =
+
+INSTALL_SCRIPTS = $(WORKSRC)/setup.py
+#INSTALL_ARGS = --root $(DESTDIR) --single-version-externally-managed
+INSTALL_ARGS = --root $(DESTDIR)
+
+include gar/category.mk
+
+PATH := /opt/csw/gnu:$(PATH)
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel