summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2009-07-02 19:27:41 +0400
committerVlad Glagolev2009-07-02 19:27:41 +0400
commit05b24f2be299eff7a5bbe6c0e23610e9586be6e6 (patch)
tree7bcf489cef9d6b6a229e615a8f3cf68e937c4c92
parent154f5feb29b97eeb6c6f47f6c2f8cd0eebf22dc9 (diff)
mnogosearch-php: new spell, PHP extension for mnoGoSearch
-rw-r--r--ChangeLog4
-rwxr-xr-xphp-pear/mnogosearch-php/BUILD5
-rwxr-xr-xphp-pear/mnogosearch-php/DEPENDS1
-rwxr-xr-xphp-pear/mnogosearch-php/DETAILS14
-rw-r--r--php-pear/mnogosearch-php/HISTORY2
-rwxr-xr-xphp-pear/mnogosearch-php/PRE_BUILD4
6 files changed, 29 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7548c3c05c..9ecfd35972 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2009-07-02 Vlad Glagolev <stealth@sourcemage.org>
- * utils/mnogosearch: full featured SQL-based hypertext search engine
+ * utils/mnogosearch: new spell, full featured SQL-based hypertext search
+ engine
+ * php-pear/mnogosearch-php: new spell, PHP extension for mnoGoSearch
2009-07-02 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* audio-creation/aeolus: new spell, a pipe organ emulator
diff --git a/php-pear/mnogosearch-php/BUILD b/php-pear/mnogosearch-php/BUILD
new file mode 100755
index 0000000000..3b53ef6004
--- /dev/null
+++ b/php-pear/mnogosearch-php/BUILD
@@ -0,0 +1,5 @@
+OPTS="--with-mnogosearch=$INSTALL_ROOT/usr $OPTS" &&
+
+cd php &&
+
+default_build
diff --git a/php-pear/mnogosearch-php/DEPENDS b/php-pear/mnogosearch-php/DEPENDS
new file mode 100755
index 0000000000..9bcbb4f17d
--- /dev/null
+++ b/php-pear/mnogosearch-php/DEPENDS
@@ -0,0 +1 @@
+depends mnogosearch
diff --git a/php-pear/mnogosearch-php/DETAILS b/php-pear/mnogosearch-php/DETAILS
new file mode 100755
index 0000000000..f0ae0f2388
--- /dev/null
+++ b/php-pear/mnogosearch-php/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=mnogosearch-php
+ VERSION=3.3.9
+ SOURCE=${SPELL/-php}-$VERSION.tar.gz
+ SOURCE_URL[0]=http://www.mnogosearch.org/Download/$SOURCE
+ SOURCE_HASH=sha512:9033a1a981c2d71a600c18022156c8421ac2c02302f46bb8f34418233dc691576ab38dc2c81b3bd359936847e1149688b6ae20e6ccd7c34668460c29bb36dd53
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL/-php/}-$VERSION"
+ WEB_SITE=http://www.mnogosearch.org/
+ LICENSE[0]=GPL
+ ENTERED=20090702
+ SHORT="PHP extension for mnoGoSearch"
+cat << EOF
+These functions allow you to access the mnoGoSearch (former UdmSearch) free
+search engine.
+EOF
diff --git a/php-pear/mnogosearch-php/HISTORY b/php-pear/mnogosearch-php/HISTORY
new file mode 100644
index 0000000000..3e110ff3dc
--- /dev/null
+++ b/php-pear/mnogosearch-php/HISTORY
@@ -0,0 +1,2 @@
+2009-07-02 Vlad Glagolev <stealth@sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, PRE_BUILD: spell created
diff --git a/php-pear/mnogosearch-php/PRE_BUILD b/php-pear/mnogosearch-php/PRE_BUILD
new file mode 100755
index 0000000000..d2c1465983
--- /dev/null
+++ b/php-pear/mnogosearch-php/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY/php"
+
+phpize