Skip to Content.
Sympa Menu

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

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 (8105226cfc052ff90761fda73ba9997b07a155fc)
  • Date: Wed, 22 Apr 2009 14:48:09 -0500

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

ChangeLog | 3 +++
antivirus/inoclam/BUILD | 2 ++
antivirus/inoclam/DEPENDS | 9 +++++++++
antivirus/inoclam/DETAILS | 25 +++++++++++++++++++++++++
antivirus/inoclam/HISTORY | 7 +++++++
antivirus/inoclam/INSTALL | 2 ++
antivirus/inoclam/PRE_BUILD | 4 ++++
antivirus/inoclam/init.d/inoclam | 8 ++++++++
8 files changed, 60 insertions(+)

New commits:
commit 8105226cfc052ff90761fda73ba9997b07a155fc
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

inoclam 1.4.0

diff --git a/ChangeLog b/ChangeLog
index 86362e4..3564d13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-04-22 Treeve Jelbert <treeve AT sourcemage.org>
+ * antivirus/inoclam: new spell, antivirus monitor
+
2009-04-22 Vlad Glagolev <stealth AT sourcemage.org>
* gnu-verified.gpg: added key 64A95EE5 (James Youngman <jay AT gnu.org>)

diff --git a/antivirus/inoclam/BUILD b/antivirus/inoclam/BUILD
new file mode 100755
index 0000000..760e1eb
--- /dev/null
+++ b/antivirus/inoclam/BUILD
@@ -0,0 +1,2 @@
+cmake_build
+
diff --git a/antivirus/inoclam/DEPENDS b/antivirus/inoclam/DEPENDS
new file mode 100755
index 0000000..64c92a6
--- /dev/null
+++ b/antivirus/inoclam/DEPENDS
@@ -0,0 +1,9 @@
+depends g++ &&
+depends cmake &&
+depends clamav &&
+depends inotify-tools &&
+depends libdaemon &&
+# depends jwsmtp
+depends confuse
+#optional_depends "something" "yes-flags" "no-flags" "what for"
+
diff --git a/antivirus/inoclam/DETAILS b/antivirus/inoclam/DETAILS
new file mode 100755
index 0000000..59ec1cd
--- /dev/null
+++ b/antivirus/inoclam/DETAILS
@@ -0,0 +1,25 @@
+ SPELL=inoclam
+ VERSION=1.4.0
+
SOURCE_HASH=sha512:6aa8275e30e147ff0365e5714f35b0a59117a153b342eab3027918f4d5ed71f7d2813483bf6cf395afeec6ea7178c064b924c8fbea5ee42d893b60e302f7e294
+ SOURCE=$SPELL-$VERSION.tar.gz
+# SOURCE2=$SOURCE.sig
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
+# SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+# SOURCE_GPG=gnu.gpg:$SOURCE.sig:UPSTREAM_KEY
+# SOURCE2_IGNORE=signature
+ WEB_SITE=http://www.inoclam.org/
+
+# SOURCE_URL[0]=$WEB_SITE/$SOURCE
+# SOURCE_URL[0]=http://$SPELL.googlecode.com/files/$SOURCE
+ LICENSE[0]=GPL
+ ENTERED=20090224
+ KEYWORDS="antivirus"
+ SHORT="watch user specified directories for viruses"
+cat << EOF
+inoclam uses inotify to watch user specified directories. When a file is
created, changed or
+copied to one of the monitored directories, the file is virus checked with
Clam Anti-Virus. If
+a virus is detected, the file is optionally removed from the file system and
the administrator
+is optionally notified.
+EOF
diff --git a/antivirus/inoclam/HISTORY b/antivirus/inoclam/HISTORY
new file mode 100644
index 0000000..f0e1c10
--- /dev/null
+++ b/antivirus/inoclam/HISTORY
@@ -0,0 +1,7 @@
+2009-04-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.0
+
+2009-04-15 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.3.0
+ spell created
+
diff --git a/antivirus/inoclam/INSTALL b/antivirus/inoclam/INSTALL
new file mode 100755
index 0000000..2ffb6f1
--- /dev/null
+++ b/antivirus/inoclam/INSTALL
@@ -0,0 +1,2 @@
+default_install &&
+install_config_file $SOURCE_DIRECTORY/contrib/ubuntu-gutsy/etc_inoclam.conf
$INSTALL_ROOT/etc/inoclam.conf
diff --git a/antivirus/inoclam/PRE_BUILD b/antivirus/inoclam/PRE_BUILD
new file mode 100755
index 0000000..1f2f8ef
--- /dev/null
+++ b/antivirus/inoclam/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+# fix CmakeFile
+sed -i '/^INSTALL/s:inoclam:${CMAKE_CURRENT_BINARY_DIR}/inoclam:'
src/CMakeLists.txt
diff --git a/antivirus/inoclam/init.d/inoclam
b/antivirus/inoclam/init.d/inoclam
new file mode 100755
index 0000000..500860a
--- /dev/null
+++ b/antivirus/inoclam/init.d/inoclam
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+PROGRAM=/usr/sbin/inoclam
+RUNLEVEL=3
+NEEDS="clamd"
+PIDFILE=/var/run/inoclam.pid
+
+. /etc/init.d/smgl_init



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (8105226cfc052ff90761fda73ba9997b07a155fc), Treeve Jelbert, 04/22/2009

Archive powered by MHonArc 2.6.24.

Top of Page