Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (bdc38cf911ae7c6d882d624c8862101276beb932)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (bdc38cf911ae7c6d882d624c8862101276beb932)
  • Date: Mon, 28 Jun 2010 02:35:24 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
devel/bam/BUILD | 1 +
devel/bam/DETAILS | 16 ++++++++++++++++
devel/bam/HISTORY | 3 +++
devel/bam/INSTALL | 1 +
5 files changed, 24 insertions(+)

New commits:
commit bdc38cf911ae7c6d882d624c8862101276beb932
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

bam: new spell, fast and flexible build system

diff --git a/ChangeLog b/ChangeLog
index 705473a..99cb8a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-06-28 Ismael Luceno <ismael AT sourcemage.org>
+ * devel/bam: new spell, fast and flexible build system
+
2010-06-27 Ladislav Hagara <hgr AT vabo.cz>
* python-pypi/googlecl: new spell
Command line tools for the Google Data APIs
diff --git a/devel/bam/BUILD b/devel/bam/BUILD
new file mode 100755
index 0000000..7087a1a
--- /dev/null
+++ b/devel/bam/BUILD
@@ -0,0 +1 @@
+./make_unix.sh
diff --git a/devel/bam/DETAILS b/devel/bam/DETAILS
new file mode 100755
index 0000000..a440a45
--- /dev/null
+++ b/devel/bam/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=bam
+ VERSION=0.3.2
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://github.com/downloads/matricks/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:edfc8f350c1e38377043db97967224b6db35ffd674e431d0c7b0e5632f41f507e0ebeb2db52994dddebb429eadb82f23957cda31aa6ac5d52bb1c6d293dceab1
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://matricks.github.com/bam/";
+ LICENSE[0]=http://github.com/matricks/bam/blob/master/license.txt
+ ENTERED=20100628
+ SHORT="fast and flexible build system"
+cat << EOF
+Bam uses Lua to describe the build process. It's takes its inspiration for
+the script files from scons. While scons focuses on being 100% correct when
+building, bam makes a few sacrifices to acquire fast full and incremental
+build times.
+EOF
diff --git a/devel/bam/HISTORY b/devel/bam/HISTORY
new file mode 100644
index 0000000..c42940b
--- /dev/null
+++ b/devel/bam/HISTORY
@@ -0,0 +1,3 @@
+2010-06-28 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS, INSTALL: spell created
+
diff --git a/devel/bam/INSTALL b/devel/bam/INSTALL
new file mode 100755
index 0000000..874709a
--- /dev/null
+++ b/devel/bam/INSTALL
@@ -0,0 +1 @@
+install bam ${INSTALL_ROOT}/usr/bin



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (bdc38cf911ae7c6d882d624c8862101276beb932), Ismael Luceno, 06/28/2010

Archive powered by MHonArc 2.6.24.

Top of Page