Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b87d31f2e7bc1d0f76c7aa8a999d789e2b4cd07b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b87d31f2e7bc1d0f76c7aa8a999d789e2b4cd07b)
  • Date: Mon, 2 Dec 2013 04:22:06 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
php-pear/php-clamav/DEPENDS | 2 ++
php-pear/php-clamav/DETAILS | 16 ++++++++++++++++
php-pear/php-clamav/FINAL | 5 +++++
php-pear/php-clamav/HISTORY | 2 ++
php-pear/php-clamav/PRE_BUILD | 4 ++++
php-pear/php-clamav/TRIGGERS | 1 +
7 files changed, 33 insertions(+)

New commits:
commit 6473fa23bb2512117cecd3d0b9f29bea18c710b0
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

php-clamav: new spell, ClamAV Interface for PHP5 scripts

diff --git a/ChangeLog b/ChangeLog
index b065777..6ff5fa0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2013-11-30 Ismael Luceno <ismael AT sourcemage.org>
* utils/xdelta3: new spell, Diff program that works on binaries.

+2013-11-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * php-pear/php-clamav: new spell, ClamAV Interface for PHP5 scripts
+
2013-11-24 Treeve Jelbert <treeve AT sourcemage.org>
* FUNCTIONS: fix for python2 usage when it is not primary installation

diff --git a/php-pear/php-clamav/DEPENDS b/php-pear/php-clamav/DEPENDS
new file mode 100755
index 0000000..704e00d
--- /dev/null
+++ b/php-pear/php-clamav/DEPENDS
@@ -0,0 +1,2 @@
+depends PHP &&
+depends clamav
diff --git a/php-pear/php-clamav/DETAILS b/php-pear/php-clamav/DETAILS
new file mode 100755
index 0000000..95c78d5
--- /dev/null
+++ b/php-pear/php-clamav/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=php-clamav
+ VERSION=0.15.7
+ SOURCE=${SPELL}_${VERSION}.tar.gz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:df14b757ab0625c858cad90afac1b5ed5334dcb277112ccee2b3a944580b871cb8ac718c5e6539d7f93a1602f0626465c553f0ef2f8fba11986fd5dbb98acdb3
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://php-clamav.sourceforge.net/
+ LICENSE[0]=GPL
+ ENTERED=20131126
+ SHORT="ClamAV Interface for PHP5 scripts"
+cat << EOF
+PHP-ClamAV is a PHP5 extension that allows to incorporate virus scanning
+features on your PHP5 scripts.
+
+It uses the Clam AV API for virus scanning.
+EOF
diff --git a/php-pear/php-clamav/FINAL b/php-pear/php-clamav/FINAL
new file mode 100755
index 0000000..86fba6c
--- /dev/null
+++ b/php-pear/php-clamav/FINAL
@@ -0,0 +1,5 @@
+local PHP_EXT=$(php-config --extension-dir) &&
+
+message "${MESSAGE_COLOR}\n" \
+ "Don't forget to add the following line to your php.ini:\n" \
+ "extension = \"$PHP_EXT/clamav.so\"${DEFAULT_COLOR}"
diff --git a/php-pear/php-clamav/HISTORY b/php-pear/php-clamav/HISTORY
new file mode 100644
index 0000000..b94e8f6
--- /dev/null
+++ b/php-pear/php-clamav/HISTORY
@@ -0,0 +1,2 @@
+2013-11-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD, FINAL, TRIGGERS: spell created
diff --git a/php-pear/php-clamav/PRE_BUILD b/php-pear/php-clamav/PRE_BUILD
new file mode 100755
index 0000000..7f85d2f
--- /dev/null
+++ b/php-pear/php-clamav/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+phpize
diff --git a/php-pear/php-clamav/TRIGGERS b/php-pear/php-clamav/TRIGGERS
new file mode 100755
index 0000000..fa2f0ec
--- /dev/null
+++ b/php-pear/php-clamav/TRIGGERS
@@ -0,0 +1 @@
+on_cast php cast_self



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b87d31f2e7bc1d0f76c7aa8a999d789e2b4cd07b), Vlad Glagolev, 12/02/2013

Archive powered by MHonArc 2.6.24.

Top of Page