CVS: moonbase/devel/arch DEPENDS, NONE, 1.1 BUILD, 1.1.1.1,
1.2 DETAILS, 1.1.1.1, 1.2
niki at lunar-linux.org
niki at lunar-linux.org
Wed Jul 23 09:05:28 GMT 2003
Update of /var/cvs/lunar/moonbase/devel/arch
In directory dbguin.lunar-linux.org:/tmp/cvs-serv17029
Modified Files:
BUILD DETAILS
Added Files:
DEPENDS
Log Message:
Seems like arch is alive and kicking again.
--- NEW FILE: DEPENDS ---
depends bash &&
depends coreutils &&
depends diffutils &&
depends findutils &&
depends gawk &&
depends grep &&
depends make &&
depends patch &&
depends sed &&
depends tar
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/arch/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD 21 Aug 2002 00:55:11 -0000 1.1.1.1
+++ BUILD 23 Jul 2003 09:05:26 -0000 1.2
@@ -1,8 +1,9 @@
(
-
+
cd $SOURCE_DIRECTORY/src &&
mkdir -p build &&
cd build &&
+
../configure --prefix=/usr &&
make &&
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/arch/DETAILS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DETAILS 21 Aug 2002 00:55:11 -0000 1.1.1.1
+++ DETAILS 23 Jul 2003 09:05:26 -0000 1.2
@@ -1,12 +1,21 @@
MODULE=arch
- VERSION=1.0pre16
- SOURCE=$MODULE-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_URL[0]=ftp://regexps.com/pub/src/arch/$SOURCE
- WEB_SITE=http://www.regexps.com
+ VERSION=1.0.6
+ SOURCE=tla-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/tla-$VERSION
+ SOURCE_URL[0]=http://regexps.srparish.net/src/tla/
+ WEB_SITE=http://http://regexps.srparish.net/
ENTERED=20020515
- UPDATED=20020524
+ UPDATED=20030720
SHORT="arch is an amazingly cool revision control system"
cat << EOF
-arch is an amazingly cool revision control system, publicly distributed under the terms of the GNU General Public License. arch features distributed repositories, whole-tree patch sets, extensive logging, support for renames, the ability to access archived revisions using ordinary programming tools (e.g. diff -r or find and grep), excellent support for developing on branches, and easy integration into automated software engineering processes. Early adopters of arch have reported that they find it to have a natural design, especially well integrated with standard unix development environments. arch is self hosting with its author and some of the volunteer contributors each maintaining their own repositories.
+arch is an amazingly cool revision control system, publicly distributed
+under the terms of the GNU General Public License. arch features distributed
+repositories, whole-tree patch sets, extensive logging, support for renames,
+the ability to access archived revisions using ordinary programming tools
+(e.g. diff -r or find and grep), excellent support for developing on
+branches, and easy integration into automated software engineering
+processes. Early adopters of arch have reported that they find it to have a
+natural design, especially well integrated with standard unix development
+environments. arch is self hosting with its author and some of the volunteer
+contributors each maintaining their own repositories.
EOF
More information about the Lunar-commits
mailing list