Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (52fc14a86cd34c59d0968738129312d4c7a2a9fd)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (52fc14a86cd34c59d0968738129312d4c7a2a9fd)
  • Date: Thu, 1 Apr 2010 03:44:08 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
antivirus/clamav/DETAILS | 2 +-
antivirus/clamav/HISTORY | 3 +++
database/drizzle/BUILD | 3 +++
database/drizzle/CONFIGURE | 26 ++++++++++++++++++++++++++
database/drizzle/DEPENDS | 14 ++++++++++++++
database/drizzle/DETAILS | 24 ++++++++++++++++++++++++
database/drizzle/HISTORY | 30 ++++++++++++++++++++++++++++++
database/drizzle/drizzle.gpg |binary
libs/libdrizzle/DETAILS | 2 +-
libs/libdrizzle/HISTORY | 3 +++
11 files changed, 108 insertions(+), 2 deletions(-)

New commits:
commit 52fc14a86cd34c59d0968738129312d4c7a2a9fd
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

drizzle-2010.03.1412

commit fe24019af3b37b183a49280c65562634cda051c1
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libdrizzle: => 0.8

commit 183f419f6a3aabafb4bab48cfc681820a368eae2
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

clamav: => 0.96

diff --git a/ChangeLog b/ChangeLog
index 3ef208a..433a45e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-04-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * database/drizzle: new spell, database engine for cloud
+
2010-03-31 Ismael Luceno <ismael AT sourcemage.org>
* kernels/openfwwf: new spell, free software firmware for BCM43xx
* devel/b43-tools: new spell, development tools for BCM43xx
diff --git a/antivirus/clamav/DETAILS b/antivirus/clamav/DETAILS
index 76f6aec..0828eed 100755
--- a/antivirus/clamav/DETAILS
+++ b/antivirus/clamav/DETAILS
@@ -1,5 +1,5 @@
SPELL=clamav
- VERSION=0.95.3
+ VERSION=0.96
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SPELL-$VERSION.tar.gz.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION//-/}
diff --git a/antivirus/clamav/HISTORY b/antivirus/clamav/HISTORY
index d573545..aed5bc2 100644
--- a/antivirus/clamav/HISTORY
+++ b/antivirus/clamav/HISTORY
@@ -1,3 +1,6 @@
+2010-04-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.96
+
2009-10-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.95.3

diff --git a/database/drizzle/BUILD b/database/drizzle/BUILD
new file mode 100755
index 0000000..fad6de5
--- /dev/null
+++ b/database/drizzle/BUILD
@@ -0,0 +1,3 @@
+OPTS="$DRZ_PLUG $OPTS" &&
+default_build
+
diff --git a/database/drizzle/CONFIGURE b/database/drizzle/CONFIGURE
new file mode 100755
index 0000000..bc687f5
--- /dev/null
+++ b/database/drizzle/CONFIGURE
@@ -0,0 +1,26 @@
+# storage engines
+config_query_option DRZ_PLUG "build Blackhole plugin?" n \
+ "--with-blackhole-plugin" \
+ "--without-blackhole-plugin" &&
+config_query_option DRZ_PLUG "Build CSV Storage Engine?" n\
+ "--with-csv-plugin" \
+ "--without-csv-plugin" &&
+config_query_option DRZ_PLUG "Build Memory Storage Engine?" n \
+ "--with-heap-plugin" \
+ "--without-heap-plugin" &&
+config_query_option DRZ_PLUG "Build InnoDB Storage Engine?" y \
+ "--with-innobase-plugin" \
+ "--without-innobase-plugin" &&
+config_query_option DRZ_PLUG "Build MyISAM Storage Engine?" n \
+ "--with-myisam-plugin" \
+ "--without-myisam-plugin" &&
+# other plugins
+config_query_option DRZ_PLUG "Build Default Replicator?" y \
+ "--with-default-replicator-plugin" \
+ "--without-default-replicator-plugin" &&
+config_query_option DRZ_PLUG "Build I_S Plugin?" y \
+ "--with-info-schema-plugin" \
+ "--without-info-schema-plugin"
+#config_query_option DRZ_PLUG "" y \
+# "" \
+# "" &&
diff --git a/database/drizzle/DEPENDS b/database/drizzle/DEPENDS
new file mode 100755
index 0000000..1935877
--- /dev/null
+++ b/database/drizzle/DEPENDS
@@ -0,0 +1,14 @@
+depends g++ &&
+depends protobuf &&
+depends libdrizzle &&
+depends pcre &&
+depends curl &&
+depends ncurses &&
+depends libevent &&
+depends gperf &&
+depends util-linux &&
+depends readline &&
+depends gnutls &&
+depends boost &&
+optional_depends gearmand '' '' 'clustered servers' &&
+optional_depends linux-pam '' '' 'PAM support'
diff --git a/database/drizzle/DETAILS b/database/drizzle/DETAILS
new file mode 100755
index 0000000..6a626df
--- /dev/null
+++ b/database/drizzle/DETAILS
@@ -0,0 +1,24 @@
+ SPELL=drizzle
+ VERSION=2010.03.1412
+ VD=2010-03-29
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.asc
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]="http://launchpad.net/drizzle/cherry/$VD/+download/$SOURCE";
+ SOURCE2_URL[0]="${SOURCE_URL[0]}.asc"
+ SOURCE_GPG=drizzle.gpg:$SOURCE.asc:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+ WEB_SITE=https://launchpad.net/drizzle
+ LICENSE[0]=GPL
+ ENTERED=20090819
+ KEYWORDS="database"
+ SHORT="Lightweight SQL Database for Cloud and Web"
+cat << EOF
+The Drizzle project is building a database optimized for Cloud and Net
applications. It is being
+designed for massive concurrency on modern multi-cpu/core architecture. The
code is originally
+derived from MySQL.
+The project is focused on making a database that is:
+ 1) Reliable
+ 2) Fast and scalable on modern architecture
+ 3) Simple design for ease of installation and management
+EOF
diff --git a/database/drizzle/HISTORY b/database/drizzle/HISTORY
new file mode 100644
index 0000000..c9a3542
--- /dev/null
+++ b/database/drizzle/HISTORY
@@ -0,0 +1,30 @@
+2010-04-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2010.03.1412
+ * DEPENDS: add boost
+ * PRE_BUILD: deleted
+
+2010-01-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2010.01.1273
+
+2009-12-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2009.12.1251
+
+2009-12-08 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2009.12.1240
+
+2009-11-12 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2009.11.1208
+
+2009-10-13 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2009.10.1178
+
+2009-09-29 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2009.09.1144
+
+2009-09-25 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2009.09.1126
+
+2009-08-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2009.08.1117
+ spell created
+
diff --git a/database/drizzle/drizzle.gpg b/database/drizzle/drizzle.gpg
new file mode 100644
index 0000000..78f2fd0
Binary files /dev/null and b/database/drizzle/drizzle.gpg differ
diff --git a/libs/libdrizzle/DETAILS b/libs/libdrizzle/DETAILS
index a18d31a..4318dfe 100755
--- a/libs/libdrizzle/DETAILS
+++ b/libs/libdrizzle/DETAILS
@@ -1,5 +1,5 @@
SPELL=libdrizzle
- VERSION=0.6
+ VERSION=0.8
VX=`echo $VERSION | cut -c-3`
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
diff --git a/libs/libdrizzle/HISTORY b/libs/libdrizzle/HISTORY
index 44324ac..7531de2 100644
--- a/libs/libdrizzle/HISTORY
+++ b/libs/libdrizzle/HISTORY
@@ -1,3 +1,6 @@
+2010-04-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.8
+
2009-12-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.6




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (52fc14a86cd34c59d0968738129312d4c7a2a9fd), Treeve Jelbert, 04/01/2010

Archive powered by MHonArc 2.6.24.

Top of Page