summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rwxr-xr-xphp-pear/php-webdav/DEPENDS2
-rwxr-xr-xphp-pear/php-webdav/DETAILS14
-rwxr-xr-xphp-pear/php-webdav/FINAL5
-rw-r--r--php-pear/php-webdav/HISTORY2
-rwxr-xr-xphp-pear/php-webdav/PRE_BUILD4
-rwxr-xr-xphp-pear/php-webdav/TRIGGERS1
7 files changed, 31 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7965dabd95..8756d8c2e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2010-10-13 Vlad Glagolev <stealth@sourcemage.org>
+ * php-pear/php-webdav: new spell, PHP WebDAV extension
+
2010-10-12 Bor Kraljič <pyrobor@ver.si>
* net/netfilter.gpg: added 2D0987E6 (Netfilter Core Team <coreteam@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 0000000000..d3006c1c77
--- /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 0000000000..470a12be3d
--- /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 0000000000..086254499a
--- /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 0000000000..fa7b7fdb23
--- /dev/null
+++ b/php-pear/php-webdav/HISTORY
@@ -0,0 +1,2 @@
+2010-10-12 Vlad Glagolev <stealth@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 0000000000..7f85d2f274
--- /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 0000000000..fa2f0ec2a2
--- /dev/null
+++ b/php-pear/php-webdav/TRIGGERS
@@ -0,0 +1 @@
+on_cast php cast_self