Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (f986883f56e81ce2f965542a28023994f0257b5f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <ladislav.hagara AT unob.cz>
  • To: Justin Boffemmyer <flux AT sourcemage.org>
  • Cc: "sm-commit AT lists.ibiblio.org" <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (f986883f56e81ce2f965542a28023994f0257b5f)
  • Date: Thu, 20 Nov 2008 14:10:20 +0100


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

ChangeLog | 3 +++
devel/llvm/BUILD | 12 ++++++++++++
devel/llvm/CONFIGURE | 3 +++
devel/llvm/DEPENDS | 12 ++++++++++++
devel/llvm/DETAILS | 18 ++++++++++++++++++
devel/llvm/HISTORY | 3 +++
6 files changed, 51 insertions(+)

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

devel/llvm: new spell, compiler suite
This is a compiler suite that includes a lot of optimization tools. It
may also one day be a viable alternative to gcc (it can already compile
lua and some other C projects *without* gcc).

diff --git a/ChangeLog b/ChangeLog

+2008-11-19 Justin Boffemmyer <flux AT sourcemage.org>
+ * devel/llvm: new spell, compiler suite
+
2008-11-19 George Sherwood <gsherwood AT sourcemage.org>
* utils/ncdu: new spell, ncurses du

+++ b/devel/llvm/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=llvm
+ VERSION=2.4
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://${SPELL}.org/releases/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:1a8410053ede4e34eb3c46ad93f909137d1a512a938eb63fd61ecfd716af0e729661a7f34d5c15654e20fa2f633196fc6cc4518e3723b27fff19591ef39a045a
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://llvm.org "
+ LICENSE[0]=BSD
+ ENTERED=20080915

+++ b/devel/llvm/HISTORY
@@ -0,0 +1,3 @@
+2008-09-15 Justin Boffemmyer <flux AT sourcemage.org>
+ * BUILD, CONFIGURE, DEPENDS, DETAILS, INSTALL: spell created


Time traveller. :-)
According the website the version 2.4. was released 09 Nov 2008.
Have you really committed it in on 15 September already?

--
Ladislav Hagara





Archive powered by MHonArc 2.6.24.

Top of Page