Skip to Content.
Sympa Menu

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

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 (b7605b0ce316b871192fe7c096c5b4155796b1b5)
  • Date: Tue, 21 Oct 2008 15:36:32 -0500

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

ChangeLog | 3 +++
utils/crm114/BUILD | 3 +++
utils/crm114/DEPENDS | 1 +
utils/crm114/DETAILS | 23 +++++++++++++++++++++++
utils/crm114/HISTORY | 2 ++
utils/crm114/PRE_BUILD | 3 +++
6 files changed, 35 insertions(+)

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

devel/crm114: moved to utils/crm114

diff --git a/ChangeLog b/ChangeLog
index 304027d..b7e0584 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-10-21 Justin Boffemmyer <flux AT sourcemage.org>
+ * devel/crm114: moved to utils/crm114
+
2008-10-18 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/python-levenshtein: new spell, Levenshtein Python
extension
and C library
diff --git a/utils/crm114/BUILD b/utils/crm114/BUILD
new file mode 100755
index 0000000..299acf1
--- /dev/null
+++ b/utils/crm114/BUILD
@@ -0,0 +1,3 @@
+make_single &&
+make &&
+make_normal
diff --git a/utils/crm114/DEPENDS b/utils/crm114/DEPENDS
new file mode 100755
index 0000000..366f1ae
--- /dev/null
+++ b/utils/crm114/DEPENDS
@@ -0,0 +1 @@
+depends tre
diff --git a/utils/crm114/DETAILS b/utils/crm114/DETAILS
new file mode 100755
index 0000000..e273fef
--- /dev/null
+++ b/utils/crm114/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=crm114
+ VERSION=20061103-BlameDalkey
+ SOURCE=$SPELL-$VERSION.no-TRE.src.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION.no-TRE.src
+ SOURCE_URL[0]=http://crm114.sf.net/$SOURCE
+
SOURCE_HASH=sha512:52ab16829bb215cf504f70775b4391b96127bd10b71f2b995195c2ba47a4094420faef9d4b2386259a1f9e55f5eae474d7f1c14503e9d9607fe8c9d3ae355fb4
+ LICENSE[0]=GPL
+ WEB_SITE=http://crm114.sf.net
+ ENTERED=20061201
+ KEYWORDS="devel"
+ SHORT="the Controllable Regex Mutilator"
+cat << EOF
+CRM114 is a system to examine incoming e-mail, system log streams, data files
+or other data streams, and to sort, filter, or alter the incoming files or
+data streams according to the user's wildest desires. Criteria for
+categorization of data can be via a host of methods, including regexes,
+approximate regexes, a Hidden Markov Model, Orthogonal Sparse Bigrams,
WINNOW,
+Correllation, KNN/Hyperspace, or Bit Entropy (or by other means - it's all
+programmable).
+
+Accuracy has been seen in excess of 99.9 per cent. In other words,
+CRM114 learns, and it learns fast.
+EOF
diff --git a/utils/crm114/HISTORY b/utils/crm114/HISTORY
new file mode 100644
index 0000000..25c2a8d
--- /dev/null
+++ b/utils/crm114/HISTORY
@@ -0,0 +1,2 @@
+2006-12-01 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS, DEPENDS, BUILD, PRE_BUILD, HISTORY: Created this spell.
diff --git a/utils/crm114/PRE_BUILD b/utils/crm114/PRE_BUILD
new file mode 100755
index 0000000..fa88d4a
--- /dev/null
+++ b/utils/crm114/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sedit "s:LDFLAGS += -static -static-libgcc:#LDFLAGS += -static
-static-libgcc:" Makefile



  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (b7605b0ce316b871192fe7c096c5b4155796b1b5), Justin Boffemmyer, 10/21/2008

Archive powered by MHonArc 2.6.24.

Top of Page