Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (396099a7da2590a81a61a973a7b850eb02912261)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (396099a7da2590a81a61a973a7b850eb02912261)
  • Date: Tue, 6 Dec 2011 03:37:44 -0600

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

devel/radare2/DETAILS | 10 ++++++++++
devel/radare2/HISTORY | 3 +++
devel/radare2/PREPARE | 1 +
3 files changed, 14 insertions(+)

New commits:
commit 396099a7da2590a81a61a973a7b850eb02912261
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

devel/radare2: add devel version

Added the ability to install devel versions via git clone. The official
upstream repository is mercurial, but they maintain an official git
clone. According to the main upstream developer, the git clone tends to
be a bit more stable, as he is willing to push and any all commits to
the mercurial, but then updates the git clone of the mercurial repo when
there is a known degree of stability in the newly pushed patches to the
mercurial repo.

If someone really wants to use the mercurial repo instead of the git
clone, feel free to add that option as well.

diff --git a/devel/radare2/DETAILS b/devel/radare2/DETAILS
index e34b546..80b371d 100755
--- a/devel/radare2/DETAILS
+++ b/devel/radare2/DETAILS
@@ -1,9 +1,19 @@
SPELL=radare2
+if [[ "$R2_VERSION" == "stable" ]]
+then
VERSION=0.8.8
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://radare.org/get/${SOURCE}

SOURCE_HASH=sha512:0e0dcff2f77593c8d6b1858347f4d8f32dbd0d6ce35b808c8008b78c2db501fb648bf6149ceb631199ee26c903bb10d9eb3b094f2655f36865fe4c667e6ef9e9
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+else
+ VERSION=SCM
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]="git://github.com/radare/$SPELL"
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-$VERSION"
+fi
WEB_SITE="http://radare.org";
LICENSE[0]=GPL
ENTERED=20110506
diff --git a/devel/radare2/HISTORY b/devel/radare2/HISTORY
index 7e511cb..470245c 100644
--- a/devel/radare2/HISTORY
+++ b/devel/radare2/HISTORY
@@ -1,3 +1,6 @@
+2011-12-06 Justin Boffemmyer <flux AT sourcemage.org>
+ * DETAILS: add devel version via git clone
+
2011-11-04 Justin Boffemmyer <flux AT sourcemage.org>
* DETAILS: update to version 0.8.8

diff --git a/devel/radare2/PREPARE b/devel/radare2/PREPARE
new file mode 100755
index 0000000..31be422
--- /dev/null
+++ b/devel/radare2/PREPARE
@@ -0,0 +1 @@
+config_query_list R2_VERSION "Which version do you want?" stable devel



  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (396099a7da2590a81a61a973a7b850eb02912261), Justin Boffemmyer, 12/06/2011

Archive powered by MHonArc 2.6.24.

Top of Page