Skip to Content.
Sympa Menu

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

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 (05b24f2be299eff7a5bbe6c0e23610e9586be6e6)
  • Date: Thu, 2 Jul 2009 10:27:50 -0500

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

ChangeLog | 7 ++++++-
php-pear/mnogosearch-php/BUILD | 5 +++++
php-pear/mnogosearch-php/DEPENDS | 1 +
php-pear/mnogosearch-php/DETAILS | 14 ++++++++++++++
php-pear/mnogosearch-php/HISTORY | 2 ++
php-pear/mnogosearch-php/PRE_BUILD | 4 ++++
utils/mnogosearch/BUILD | 6 ++++++
utils/mnogosearch/CONFIGURE | 6 ++++++
utils/mnogosearch/DEPENDS | 36
++++++++++++++++++++++++++++++++++++
utils/mnogosearch/DETAILS | 17 +++++++++++++++++
utils/mnogosearch/HISTORY | 2 ++
utils/mnogosearch/PRE_BUILD | 4 ++++
utils/mnogosearch/doc.patch | 25 +++++++++++++++++++++++++
13 files changed, 128 insertions(+), 1 deletion(-)

New commits:
commit 05b24f2be299eff7a5bbe6c0e23610e9586be6e6
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mnogosearch-php: new spell, PHP extension for mnoGoSearch

commit 154f5feb29b97eeb6c6f47f6c2f8cd0eebf22dc9
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

mnogosearch: full featured SQL-based hypertext search engine

diff --git a/ChangeLog b/ChangeLog
index 29c5ce7..9ecfd35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * 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 AT hawo.stw.uni-erlangen.de>
* audio-creation/aeolus: new spell, a pipe organ emulator

@@ -37,7 +42,7 @@
submitted by Bor Kraljic <pyrobor AT ver.si>

2009-06-18 Treeve Jelbert <treeve AT sourcemage.org>
- * perl-cpan/dbd-pglite: new spell, PostgreSQL emulation mode for
SQLite
+ * perl-cpan/dbd-pglite: new spell, PostgreSQL emulation mode for
SQLite

2009-06-17 Ladislav Hagara <hgr AT vabo.cz>
* video/minitube: new spell, a native YouTube client
diff --git a/php-pear/mnogosearch-php/BUILD b/php-pear/mnogosearch-php/BUILD
new file mode 100755
index 0000000..3b53ef6
--- /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 0000000..9bcbb4f
--- /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 0000000..f0ae0f2
--- /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 0000000..3e110ff
--- /dev/null
+++ b/php-pear/mnogosearch-php/HISTORY
@@ -0,0 +1,2 @@
+2009-07-02 Vlad Glagolev <stealth AT 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 0000000..d2c1465
--- /dev/null
+++ b/php-pear/mnogosearch-php/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY/php"
+
+phpize
diff --git a/utils/mnogosearch/BUILD b/utils/mnogosearch/BUILD
new file mode 100755
index 0000000..1a861d3
--- /dev/null
+++ b/utils/mnogosearch/BUILD
@@ -0,0 +1,6 @@
+OPTS="--sysconfdir=$INSTALL_ROOT/etc/mnogosearch \
+ --localstatedir=$INSTALL_ROOT/var/spool/mnogosearch \
+ --datadir=$INSTALL_ROOT/usr/share/mnogosearch \
+ $MNOGOSEARCH_OPTS $OPTS" &&
+
+default_build
diff --git a/utils/mnogosearch/CONFIGURE b/utils/mnogosearch/CONFIGURE
new file mode 100755
index 0000000..5f80fca
--- /dev/null
+++ b/utils/mnogosearch/CONFIGURE
@@ -0,0 +1,6 @@
+config_query_option MNOGOSEARCH_OPTS "Enable POSIX pthreads?" y \
+ "--enable-pthreads" \
+ "--disable-pthreads" &&
+
+config_query_option MNOGOSEARCH_OPTS "Build the documentation?" n \
+ "--with-docs" ""
diff --git a/utils/mnogosearch/DEPENDS b/utils/mnogosearch/DEPENDS
new file mode 100755
index 0000000..822b07c
--- /dev/null
+++ b/utils/mnogosearch/DEPENDS
@@ -0,0 +1,36 @@
+optional_depends SYSTEM-LOGGER \
+ "--enable-syslog" \
+ "--disable-syslog" \
+ "for syslog support"
+
+optional_depends openssl \
+ "--with-openssl" "" \
+ "to include OpenSSL support" &&
+
+optional_depends zlib \
+ "--with-zlib" "" \
+ "for HTTP Content-Encoding support" &&
+
+optional_depends readline \
+ "--with-readline" "" \
+ "for readline support for SQL monitor" &&
+
+optional_depends mysql \
+ "--with-mysql" "" \
+ "to include MySQL support" &&
+
+optional_depends postgresql \
+ "--with-pgsql" "" \
+ "to include PostgreSQL support" &&
+
+optional_depends libiodbc \
+ "--with-iodbc" "" \
+ "to include iODBC support" &&
+
+optional_depends unixodbc \
+ "--with-unixODBC" "" \
+ "to include unixODBC support" &&
+
+optional_depends sqlite \
+ "--with-sqlite3" "" \
+ "to include SQLite3 support"
diff --git a/utils/mnogosearch/DETAILS b/utils/mnogosearch/DETAILS
new file mode 100755
index 0000000..440f15e
--- /dev/null
+++ b/utils/mnogosearch/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=mnogosearch
+ VERSION=3.3.9
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://www.mnogosearch.org/Download/$SOURCE
+
SOURCE_HASH=sha512:9033a1a981c2d71a600c18022156c8421ac2c02302f46bb8f34418233dc691576ab38dc2c81b3bd359936847e1149688b6ae20e6ccd7c34668460c29bb36dd53
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://www.mnogosearch.org/
+ LICENSE[0]=GPL
+ ENTERED=20090702
+ SHORT="full featured SQL-based hypertext search engine"
+cat << EOF
+mnoGoSearch is a full featured SQL-based search engine for intranet or small
+domain Internet web servers. You can also use it to build specialized search
+engines such as cooking recipies or searching newspaper articles.
+
+Provides pre-built web search frontend in C (via CGI).
+EOF
diff --git a/utils/mnogosearch/HISTORY b/utils/mnogosearch/HISTORY
new file mode 100644
index 0000000..3e6cff3
--- /dev/null
+++ b/utils/mnogosearch/HISTORY
@@ -0,0 +1,2 @@
+2009-07-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, CONFIGURE, PRE_BUILD, doc.patch: spell
created
diff --git a/utils/mnogosearch/PRE_BUILD b/utils/mnogosearch/PRE_BUILD
new file mode 100755
index 0000000..7468284
--- /dev/null
+++ b/utils/mnogosearch/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+patch -p0 < "$SPELL_DIRECTORY/doc.patch"
diff --git a/utils/mnogosearch/doc.patch b/utils/mnogosearch/doc.patch
new file mode 100644
index 0000000..a6958ed
--- /dev/null
+++ b/utils/mnogosearch/doc.patch
@@ -0,0 +1,25 @@
+--- doc/Makefile.in.orig Mon Mar 28 23:59:54 2005
++++ doc/Makefile.in Fri Jun 10 15:32:00 2005
+@@ -174,7 +174,7 @@
+ build_vendor = @build_vendor@
+ datadir = @datadir@
+ db_PROGS = @db_PROGS@
+-doc_FILES = ${@doc_FILES@}
++doc_FILES = ${HTML_ALL}
+ efOBJ = @efOBJ@
+ exec_prefix = @exec_prefix@
+ host = @host@
+@@ -687,11 +687,11 @@
+
+
+ install-data-local: $(doc_FILES)
+- $(mkinstalldirs) $(DESTDIR)$(prefix)/doc
++ $(mkinstalldirs) $(DESTDIR)$(prefix)/share/doc/mnogosearch
+ echo ${INSTALL_DATA} docs $(DESTDIR)$(prefix)/doc/
+ list='${doc_FILES}'; \
+ for p in $$list; do \
+- ${INSTALL_DATA} $(srcdir)/$$p $(DESTDIR)$(prefix)/doc/ ; \
++ ${INSTALL_DATA} $(srcdir)/$$p
$(DESTDIR)$(prefix)/share/doc/mnogosearch ; \
+ done
+
+ uninstall-local:



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (05b24f2be299eff7a5bbe6c0e23610e9586be6e6), Vlad Glagolev, 07/02/2009

Archive powered by MHonArc 2.6.24.

Top of Page