[Lunar-commits] <moonbase> mercurial-hg: Added the developer hg repo version of the mercurial tool
Terry Chan
tchan at lunar-linux.org
Mon Oct 27 16:46:25 CET 2008
commit 8347d204701dec452413f0b06383d9cc7d9f9ee7
Author: Terry Chan <tchan at lunar-linux.org>
Date: Mon Oct 27 10:46:25 2008 -0500
mercurial-hg: Added the developer hg repo version of the mercurial tool
NOTE: I did not add a CONFLICTS file with the regular mercurial as the download
plugin is only present in the regular mercurial module as well as the man pages
are only present in the regular module. So I recommend installing mercurial then
the developer version if you need this module. Once the Python-2.6 changes are
fully migrated from the developer version then this module will probably see
very litte use.
---
zbeta/mercurial-hg/BUILD | 8 ++++++++
zbeta/mercurial-hg/DEPENDS | 5 +++++
zbeta/mercurial-hg/DETAILS | 13 +++++++++++++
3 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/zbeta/mercurial-hg/BUILD b/zbeta/mercurial-hg/BUILD
new file mode 100644
index 0000000..936af55
--- /dev/null
+++ b/zbeta/mercurial-hg/BUILD
@@ -0,0 +1,8 @@
+(
+
+ prepare_install &&
+ python setup.py install --force &&
+ cp -p contrib/hgk contrib/hgdiff /usr/bin &&
+ gather_docs CONTRIBUTORS PKG-INFO hgweb*.cgi doc/*.html doc/*.txt
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/mercurial-hg/DEPENDS b/zbeta/mercurial-hg/DEPENDS
new file mode 100644
index 0000000..1b346e3
--- /dev/null
+++ b/zbeta/mercurial-hg/DEPENDS
@@ -0,0 +1,5 @@
+depends Python &&
+depends rcs &&
+depends patch &&
+depends diffutils &&
+optional_depends tk "" "" "for a TK front-end hg tool"
diff --git a/zbeta/mercurial-hg/DETAILS b/zbeta/mercurial-hg/DETAILS
new file mode 100644
index 0000000..84be613
--- /dev/null
+++ b/zbeta/mercurial-hg/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=mercurial-hg
+ VERSION=1.0.x
+ SOURCE=${MODULE}-${VERSION}.tar.bz2
+ SOURCE_URL=hg+http://selenic.com/repo/hg
+ WEB_SITE=http://www.selenic.com/mercurial/wiki/
+ ENTERED=20070408
+ UPDATED=`date -u +%Y%m%d`
+ PSAFE=no
+ SHORT="a fast, lightweight SCM system"
+cat << EOF
+Mercurial is a fast, lightweight Source Control Management system designed for
+efficient handling of very large distributed projects.
+EOF
More information about the Lunar-commits
mailing list