Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (18899ade7ce0cb10b0bc07ba98647ba0d00ab052)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Alexander Tsamutali <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (18899ade7ce0cb10b0bc07ba98647ba0d00ab052)
  • Date: Fri, 1 Dec 2006 05:50:26 -0600

GIT changes to master grimoire by Alexander Tsamutali <astsmtl AT gmail.com>:

ChangeLog | 4 ++++
devel/crm114/BUILD | 3 +++
devel/crm114/DEPENDS | 1 +
devel/crm114/DETAILS | 23 +++++++++++++++++++++++
devel/crm114/HISTORY | 2 ++
devel/crm114/PRE_BUILD | 3 +++
libs/tre/DETAILS | 33 +++++++++++++++++++++++++++++++++
libs/tre/HISTORY | 2 ++
8 files changed, 71 insertions(+)

New commits:
commit 18899ade7ce0cb10b0bc07ba98647ba0d00ab052
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

new spell, crm114

commit 2d34523924be01752ab1841ea19e70e121583deb
Author: Alexander Tsamutali <astsmtl AT gmail.com>
Commit: Alexander Tsamutali <astsmtl AT gmail.com>

new spell, tre

diff --git a/ChangeLog b/ChangeLog
index 6dba6a7..b971293 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-01 Alexander Tsamutali <astsmtl AT gmail.com>
+ * libs/tre: a POSIX compliant regexp matching library
+ * devel/crm114: the Controllable Regex Mutilator
+
2006-11-30 Ladislav Hagara <hgr AT vabo.cz>
* crypto/gpg-crypter: a graphical frontend to GnuPG (GPG)
* crypto/keyutils: Linux Key Management Utilities
diff --git a/devel/crm114/BUILD b/devel/crm114/BUILD
new file mode 100755
index 0000000..299acf1
--- /dev/null
+++ b/devel/crm114/BUILD
@@ -0,0 +1,3 @@
+make_single &&
+make &&
+make_normal
diff --git a/devel/crm114/DEPENDS b/devel/crm114/DEPENDS
new file mode 100755
index 0000000..366f1ae
--- /dev/null
+++ b/devel/crm114/DEPENDS
@@ -0,0 +1 @@
+depends tre
diff --git a/devel/crm114/DETAILS b/devel/crm114/DETAILS
new file mode 100755
index 0000000..e273fef
--- /dev/null
+++ b/devel/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/devel/crm114/HISTORY b/devel/crm114/HISTORY
new file mode 100644
index 0000000..25c2a8d
--- /dev/null
+++ b/devel/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/devel/crm114/PRE_BUILD b/devel/crm114/PRE_BUILD
new file mode 100755
index 0000000..fa88d4a
--- /dev/null
+++ b/devel/crm114/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sedit "s:LDFLAGS += -static -static-libgcc:#LDFLAGS += -static
-static-libgcc:" Makefile
diff --git a/libs/tre/DETAILS b/libs/tre/DETAILS
new file mode 100755
index 0000000..53c18da
--- /dev/null
+++ b/libs/tre/DETAILS
@@ -0,0 +1,33 @@
+ SPELL=tre
+ VERSION=0.7.4
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://laurikari.net/tre/$SOURCE
+
SOURCE_HASH=sha512:4d8b59f146b79978f86bd78e322a2cc326347d8800f13a38e28a04040b3e7da38132f31b6ca0bddabfc5168c14425d48203cf7699e9dd547342ee96752053598
+ LICENSE[0]=LGPL
+ WEB_SITE=http://laurikari.net/tre/
+ ENTERED=20061201
+ KEYWORDS="regexp library"
+ SHORT="a lightweight, robust, and efficient POSIX compliant
regexp matching library"
+cat << EOF
+TRE is a lightweight, robust, and efficient POSIX compliant regexp matching
+library with some exciting features such as approximate (fuzzy) matching.
+At the core of TRE is a new algorithm for regular expression matching with
+submatch addressing.
+
+Features
+
+TRE is not just yet another regexp matcher. TRE has some features which are
not
+there in most free POSIX compatible implementations. Most of these features
are
+not present in non-free implementations either, for that matter.
+
+* Approximate matching
+* Strict standard conformance
+* Predictable matching speed
+* Predictable and modest memory consumption
+* Wide character and multibyte character set support
+* Binary pattern and data support
+* Completely thread safe
+* Portable
+* Free
+EOF
diff --git a/libs/tre/HISTORY b/libs/tre/HISTORY
new file mode 100644
index 0000000..9012b1a
--- /dev/null
+++ b/libs/tre/HISTORY
@@ -0,0 +1,2 @@
+2006-12-01 Alexander Tsamutali <astsmtl AT gmail.com>
+ * DETAILS, HISTORY: Created this spell.



  • [SM-Commit] GIT changes to master grimoire by Alexander Tsamutali (18899ade7ce0cb10b0bc07ba98647ba0d00ab052), Alexander Tsamutali, 12/01/2006

Archive powered by MHonArc 2.6.24.

Top of Page