[Lunar-commits] r19412 - in moonbase/trunk/devel: . cvsps stgit
Auke Kok
sofar at lunar-linux.org
Thu Mar 23 20:47:32 UTC 2006
Author: sofar
Date: 2006-03-23 20:47:31 +0000 (Thu, 23 Mar 2006)
New Revision: 19412
Added:
moonbase/trunk/devel/cvsps/
moonbase/trunk/devel/cvsps/BUILD
moonbase/trunk/devel/cvsps/DEPENDS
moonbase/trunk/devel/cvsps/DETAILS
moonbase/trunk/devel/stgit/
moonbase/trunk/devel/stgit/BUILD
moonbase/trunk/devel/stgit/DEPENDS
moonbase/trunk/devel/stgit/DETAILS
Log:
Two more patch tools - one for git and one for cvs.
Added: moonbase/trunk/devel/cvsps/BUILD
===================================================================
--- moonbase/trunk/devel/cvsps/BUILD (rev 0)
+++ moonbase/trunk/devel/cvsps/BUILD 2006-03-23 20:47:31 UTC (rev 19412)
@@ -0,0 +1,6 @@
+(
+
+ sedit 's:/usr/local:/usr:g' Makefile
+ default_make
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/devel/cvsps/DEPENDS
===================================================================
--- moonbase/trunk/devel/cvsps/DEPENDS (rev 0)
+++ moonbase/trunk/devel/cvsps/DEPENDS 2006-03-23 20:47:31 UTC (rev 19412)
@@ -0,0 +1 @@
+depends cvs
Added: moonbase/trunk/devel/cvsps/DETAILS
===================================================================
--- moonbase/trunk/devel/cvsps/DETAILS (rev 0)
+++ moonbase/trunk/devel/cvsps/DETAILS 2006-03-23 20:47:31 UTC (rev 19412)
@@ -0,0 +1,19 @@
+ MODULE=cvsps
+ VERSION=2.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://www.cobite.com/cvsps/
+ SOURCE_VFY=sha1:a53a62b121e7b86e07a393bcb8aa4f0492a747c4
+ WEB_SITE=http://www.cobite.com/cvsps/
+ ENTERED=20060323
+ UPDATED=20060323
+ SHORT="Patch making and merging tools for SCMs"
+
+cat << EOF
+CVSps is a program for generating 'patchset' information from a CVS
+repository. A patchset in this case is defined as a set of changes
+made to a collection of files, and all committed at the same time
+(using a single 'cvs commit' command). This information is valuable
+to seeing the big picture of the evolution of a cvs project. While
+cvs tracks revision information, it is often difficult to see what
+changes were committed 'atomically' to the repository.
+EOF
Added: moonbase/trunk/devel/stgit/BUILD
===================================================================
--- moonbase/trunk/devel/stgit/BUILD (rev 0)
+++ moonbase/trunk/devel/stgit/BUILD 2006-03-23 20:47:31 UTC (rev 19412)
@@ -0,0 +1,7 @@
+(
+
+ python setup.py build &&
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/devel/stgit/DEPENDS
===================================================================
--- moonbase/trunk/devel/stgit/DEPENDS (rev 0)
+++ moonbase/trunk/devel/stgit/DEPENDS 2006-03-23 20:47:31 UTC (rev 19412)
@@ -0,0 +1,2 @@
+depends git &&
+depends Python
Added: moonbase/trunk/devel/stgit/DETAILS
===================================================================
--- moonbase/trunk/devel/stgit/DETAILS (rev 0)
+++ moonbase/trunk/devel/stgit/DETAILS 2006-03-23 20:47:31 UTC (rev 19412)
@@ -0,0 +1,18 @@
+ MODULE=stgit
+ VERSION=0.8.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://homepage.ntlworld.com/cmarinas/stgit/
+ SOURCE_VFY=sha1:6f8dc136f5bebb28e166655d1ffd516a50856d45
+ WEB_SITE=http://www.procode.org/stgit/
+ ENTERED=20060323
+ UPDATED=20060323
+ SHORT="Patch management tool layer on top of git"
+
+cat << EOF
+StGIT is a Python application providing similar functionality to Quilt
+(i.e. pushing/popping patches to/from a stack) on top of GIT. These
+operations are performed using GIT commands and the patches are stored
+as GIT commit objects, allowing easy merging of the StGIT patches
+into other repositories using standard GIT functionality. StGIT is
+licensed under the General Public License.
+EOF
More information about the Lunar-commits
mailing list