Skip to Content.
Sympa Menu

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

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 (14b2ec35224a6d54a6e8efb628b98cf8fe7eff31)
  • Date: Sun, 27 Oct 2013 18:21:16 -0500

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

ChangeLog | 4 ++++
devel/smake/BUILD | 5 +++++
devel/smake/DETAILS | 28 ++++++++++++++++++++++++++++
devel/smake/HISTORY | 2 ++
4 files changed, 39 insertions(+)

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

smake: new spell, highly portable make program with automake features

diff --git a/ChangeLog b/ChangeLog
index b3e59c5..d03723a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-27 Ismael Luceno <ismael AT sourcemage.org>
+ * devel/smake: new spell, highly portable make program with automake
+ features
+
2013-10-23 Thomas Orgis <sobukus AT sourcemage.org>
* audio-libs/lv2core: spell deprecated [upstream repackaging]
* audio-libs/lv2: new spell, full bundle replacing lv2core
diff --git a/devel/smake/BUILD b/devel/smake/BUILD
new file mode 100755
index 0000000..4ed002e
--- /dev/null
+++ b/devel/smake/BUILD
@@ -0,0 +1,5 @@
+if [ -x /opt/schily/bin/smake ]; then
+ /opt/schily/bin/smake
+else
+ make
+fi
diff --git a/devel/smake/DETAILS b/devel/smake/DETAILS
new file mode 100755
index 0000000..1b2b573
--- /dev/null
+++ b/devel/smake/DETAILS
@@ -0,0 +1,28 @@
+ SPELL=smake
+ VERSION=1.2a49
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=ftp://ftp.berlios.de/pub/${SPELL}/alpha/${SOURCE}
+
SOURCE_HASH=sha512:648f706420ece51c5baf0f0effe53cb913df2de83a04ea251cd1bf3a28a481774718574d012c2c922f3ea02325cab2a4b7cab20bdd3f8da61303966afe22b9e3
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-1.2"
+ WEB_SITE="http://cdrecord.berlios.de/private/smake.html";
+ LICENSE[0]="CDDL"
+ ENTERED=20131027
+ KEYWORDS=""
+ SHORT="highly portable make program with automake features"
+cat << EOF
+Smake is a highly portable make program with automake features. It is
+targeted to be used with the makefiles system as well as with any general
+purpose make task.
+
+makefiles allows to mount a source tree via NFS and simultaneous compilation
+on all supported platforms makefiles therefore allows to re-use a source
+tree for all supported platforms in favor of the GNU concept of untar ->
+configure -> make -> install -> remove
+
+makefiles is best used with smake for convenience and easier debugging
+because gnu make does not run on all platforms smake does and because gnu
+make does not allow to do Makefile debugging
+
+Since smake-1.2a26, smake includes a general set of built in default make
+rules, this allows smake to be used as a general purpose make program.
+EOF
diff --git a/devel/smake/HISTORY b/devel/smake/HISTORY
new file mode 100644
index 0000000..482eca8
--- /dev/null
+++ b/devel/smake/HISTORY
@@ -0,0 +1,2 @@
+2013-10-27 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (14b2ec35224a6d54a6e8efb628b98cf8fe7eff31), Ismael Luceno, 10/27/2013

Archive powered by MHonArc 2.6.24.

Top of Page