summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2010-04-01 10:41:33 +0200
committerTreeve Jelbert2010-04-01 10:43:24 +0200
commit52fc14a86cd34c59d0968738129312d4c7a2a9fd (patch)
tree2dcdc681ab99d858d1aae4f705b7de5fa8ec2307
parentfe24019af3b37b183a49280c65562634cda051c1 (diff)
drizzle-2010.03.1412
-rw-r--r--ChangeLog3
-rwxr-xr-xdatabase/drizzle/BUILD3
-rwxr-xr-xdatabase/drizzle/CONFIGURE26
-rwxr-xr-xdatabase/drizzle/DEPENDS14
-rwxr-xr-xdatabase/drizzle/DETAILS24
-rw-r--r--database/drizzle/HISTORY30
-rw-r--r--database/drizzle/drizzle.gpgbin0 -> 1163 bytes
7 files changed, 100 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ef208a855..433a45e0c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-04-01 Treeve Jelbert <treeve@sourcemage.org>
+ * database/drizzle: new spell, database engine for cloud
+
2010-03-31 Ismael Luceno <ismael@sourcemage.org>
* kernels/openfwwf: new spell, free software firmware for BCM43xx
* devel/b43-tools: new spell, development tools for BCM43xx
diff --git a/database/drizzle/BUILD b/database/drizzle/BUILD
new file mode 100755
index 0000000000..fad6de571d
--- /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 0000000000..bc687f591b
--- /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 0000000000..1935877690
--- /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 0000000000..6a626dfbad
--- /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 0000000000..c9a3542952
--- /dev/null
+++ b/database/drizzle/HISTORY
@@ -0,0 +1,30 @@
+2010-04-01 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 2010.03.1412
+ * DEPENDS: add boost
+ * PRE_BUILD: deleted
+
+2010-01-29 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 2010.01.1273
+
+2009-12-23 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 2009.12.1251
+
+2009-12-08 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 2009.12.1240
+
+2009-11-12 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 2009.11.1208
+
+2009-10-13 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 2009.10.1178
+
+2009-09-29 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 2009.09.1144
+
+2009-09-25 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 2009.09.1126
+
+2009-08-19 Treeve Jelbert <treeve@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 0000000000..78f2fd0107
--- /dev/null
+++ b/database/drizzle/drizzle.gpg
Binary files differ