diff --git a/security/base/BUILD b/security/base/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/security/base/BUILD
@@ -0,0 +1 @@
+true
diff --git a/security/base/DEPENDS b/security/base/DEPENDS
new file mode 100755
index 0000000..8800011
--- /dev/null
+++ b/security/base/DEPENDS
@@ -0,0 +1,11 @@
+depends snort &&
+#depends logsnorter &&
+depends SQL &&
+depends WEBSERVER &&
+depends adodb &&
+depends pear-image_graph &&
+depends pear-image_canvas &&
+depends pear-image_color &&
+depends pear-numbers_roman &&
+depends pear-mail &&
+depends pear-mail_mime
diff --git a/security/base/DETAILS b/security/base/DETAILS
new file mode 100755
index 0000000..01d4bf3
--- /dev/null
+++ b/security/base/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=base
+ VERSION=1.4.3.1
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/secureideas/${SOURCE}
+
SOURCE_HASH=sha512:aa6e39c99cff2e9dc9a125f8dd18301e4685915d970f3d93ca5fcc7e7cc99172beb1ecb8eff8174ec8975e35b6a2a9f5550cd66385c47f98983a01a4a04ace96
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://base.secureideas.net/"
+ LICENSE[0]=GPL
+ ENTERED=20090612
+ SHORT="Basic Analysis and Security Engine"
+cat << EOF
+BASE is the Basic Analysis and Security Engine.
+It is based on the code from the Analysis Console for Intrusion Databases
(ACID) project.
+This application provides a web front-end to query and analyze the alerts
coming from a SNORT IDS system.
+EOF
diff --git a/security/base/HISTORY b/security/base/HISTORY
new file mode 100644
index 0000000..dc8136c
--- /dev/null
+++ b/security/base/HISTORY
@@ -0,0 +1,3 @@
+2009-06-12 Arjan Bouter <abouter AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTAL: spell created
+
diff --git a/security/base/INSTALL b/security/base/INSTALL
new file mode 100755
index 0000000..8f32164
--- /dev/null
+++ b/security/base/INSTALL
@@ -0,0 +1,9 @@
+cd ${SOURCE_DIRECTORY} &&
+install_dir=${INSTALL_ROOT}/usr/share/www/${SPELL} &&
+peardir="$(pear config-show | grep "PEAR directory"|awk '{print $4}')" &&
+
+install_www_files &&
+install world_map6.png world_map6.txt ${peardir}/Image/Graph/Images/Maps/ &&
+
+[[ -e ${install_dir}/base_conf.php ]] || \
+ cp ${install_dir}/base_conf.php.dist ${install_dir}/base_conf.php
diff --git a/smgl/linux-initramfs/FINAL b/smgl/linux-initramfs/FINAL
index 6729a87..73c8f00 100755
--- a/smgl/linux-initramfs/FINAL
+++ b/smgl/linux-initramfs/FINAL
@@ -6,5 +6,6 @@ before the root filesystem is mounted.
Also checkout the /etc/linux-initramfs/* and /sbin/mkinitrd for generating
separate initramfs files for use in suspend/resume, raid or lvm.
-EOF )
+EOF
+)
message "${MESSAGE_COLOR}$TEXT${DEFAULT_COLOR}"
diff --git a/smgl/linux-initramfs/HISTORY b/smgl/linux-initramfs/HISTORY
index 6c006f7..beb18ad 100644
--- a/smgl/linux-initramfs/HISTORY
+++ b/smgl/linux-initramfs/HISTORY
@@ -1,3 +1,6 @@
+2009-06-14 Arjan Bouter <abouter AT sourcemage.org>
+ * FINAL: fixed tyop
+
2009-04-23 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS: afaik doesn't depend on klibc