[Lunar-commits] r16825 - in moonbase/trunk/devel: . cogito
Terry Chan
tchan at lunar-linux.org
Fri Oct 7 03:35:10 UTC 2005
Author: tchan
Date: 2005-10-07 03:35:10 +0000 (Fri, 07 Oct 2005)
New Revision: 16825
Added:
moonbase/trunk/devel/cogito/
moonbase/trunk/devel/cogito/BUILD
moonbase/trunk/devel/cogito/DEPENDS
moonbase/trunk/devel/cogito/DETAILS
Log:
Added cogito-0.15.1 to the moonbase.
Added: moonbase/trunk/devel/cogito/BUILD
===================================================================
--- moonbase/trunk/devel/cogito/BUILD 2005-10-07 03:25:21 UTC (rev 16824)
+++ moonbase/trunk/devel/cogito/BUILD 2005-10-07 03:35:10 UTC (rev 16825)
@@ -0,0 +1,7 @@
+(
+
+ make prefix=/usr &&
+ prepare_install &&
+ make prefix=/usr install
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/devel/cogito/DEPENDS
===================================================================
--- moonbase/trunk/devel/cogito/DEPENDS 2005-10-07 03:25:21 UTC (rev 16824)
+++ moonbase/trunk/devel/cogito/DEPENDS 2005-10-07 03:35:10 UTC (rev 16825)
@@ -0,0 +1,11 @@
+depends git &&
+depends bash &&
+depends sed &&
+depends mktemp &&
+depends coreutils &&
+depends rcs &&
+depends diffutils &&
+depends patch &&
+depends wget &&
+depends rsync &&
+depends openssh
Added: moonbase/trunk/devel/cogito/DETAILS
===================================================================
--- moonbase/trunk/devel/cogito/DETAILS 2005-10-07 03:25:21 UTC (rev 16824)
+++ moonbase/trunk/devel/cogito/DETAILS 2005-10-07 03:35:10 UTC (rev 16825)
@@ -0,0 +1,24 @@
+ MODULE=cogito
+ VERSION=0.15.1
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://kernel.org/pub/software/scm/$MODULE/
+ SOURCE_VFY=sha1:d10f699d5b69c3213f1e9c0604d2a5509fae9053
+ WEB_SITE=http://kernel.org/pub/software/scm/$MODULE/
+ ENTERED=20050707
+ UPDATED=20051006
+ PSAFE=no
+ SHORT="Version Control System layered on top of git"
+
+cat << EOF
+Cogito is a version control system layered on top of the git tree history
+storage system. It aims at seamless user interface and ease of use, providing
+generally smoother user experience than the "raw" Core GIT itself and indeed
+many other version control systems.
+
+Note that you can MOSTLY use it in parallel of other GIT
+frontends (e.g. StGIT), as well as the Linus' GIT plumbing and core GIT
+tools - they only need to keep HEAD in place and follow the standardized
+refs/ hierarchy. The exception is that you should stick with a single
+toolkit during a merge and mostly stick with Cogito while your tree is
+in cg-seek'd state.
+EOF
More information about the Lunar-commits
mailing list