Skip to Content.
Sympa Menu

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

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 (25fd6da4f4e885eb834b928217af3b366397db66)
  • Date: Wed, 13 Oct 2010 02:38:41 -0500

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

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

New commits:
commit 25fd6da4f4e885eb834b928217af3b366397db66
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

php-webdav: new spell, PHP WebDAV extension

diff --git a/ChangeLog b/ChangeLog
index 7965dab..8756d8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-10-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * php-pear/php-webdav: new spell, PHP WebDAV extension
+
2010-10-12 Bor Kraljič <pyrobor AT ver.si>
* net/netfilter.gpg: added 2D0987E6 (Netfilter Core Team
<coreteam AT netfilter.org>)
from http://www.netfilter.org/files/coreteam-gpg-key-2D0987E6.txt
diff --git a/php-pear/php-webdav/DEPENDS b/php-pear/php-webdav/DEPENDS
new file mode 100755
index 0000000..d3006c1
--- /dev/null
+++ b/php-pear/php-webdav/DEPENDS
@@ -0,0 +1,2 @@
+depends PHP &&
+depends neon
diff --git a/php-pear/php-webdav/DETAILS b/php-pear/php-webdav/DETAILS
new file mode 100755
index 0000000..470a12b
--- /dev/null
+++ b/php-pear/php-webdav/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=php-webdav
+ VERSION=1.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://download.pureftpd.org/php-webdav/$SOURCE
+
SOURCE_HASH=sha512:f87001592ea4ba8f4cd8f60b5f8b261170fcc04380b450b697a9614e707518f04807d1305dbcfdd638edc2f30de782560e47f7f057d395142555438e744812de
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/dav"
+ WEB_SITE=http://php-webdav.pureftpd.org/project/php-webdav
+ LICENSE[0]=BSD
+ ENTERED=20101012
+ SHORT="PHP WebDAV extension"
+cat << EOF
+The PHP WebDAV extension allows easy access to remote resources with PHP
through
+the DAV protocol.
+EOF
diff --git a/php-pear/php-webdav/FINAL b/php-pear/php-webdav/FINAL
new file mode 100755
index 0000000..0862544
--- /dev/null
+++ b/php-pear/php-webdav/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/dav.so\"${DEFAULT_COLOR}"
diff --git a/php-pear/php-webdav/HISTORY b/php-pear/php-webdav/HISTORY
new file mode 100644
index 0000000..fa7b7fd
--- /dev/null
+++ b/php-pear/php-webdav/HISTORY
@@ -0,0 +1,2 @@
+2010-10-12 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD, FINAL, TRIGGERS: spell created
diff --git a/php-pear/php-webdav/PRE_BUILD b/php-pear/php-webdav/PRE_BUILD
new file mode 100755
index 0000000..7f85d2f
--- /dev/null
+++ b/php-pear/php-webdav/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+phpize
diff --git a/php-pear/php-webdav/TRIGGERS b/php-pear/php-webdav/TRIGGERS
new file mode 100755
index 0000000..fa2f0ec
--- /dev/null
+++ b/php-pear/php-webdav/TRIGGERS
@@ -0,0 +1 @@
+on_cast php cast_self



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (25fd6da4f4e885eb834b928217af3b366397db66), Vlad Glagolev, 10/13/2010

Archive powered by MHonArc 2.6.24.

Top of Page