Browse Source
* added dpsearch (4.44) - Full featured web search engine git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21123 10447126-35f2-4685-b0cf-6dd780d3921fearly
3 changed files with 92 additions and 0 deletions
@ -0,0 +1,26 @@ |
|||||||
|
|
||||||
|
[TIMESTAMP] 1178553337 Mon May 7 16:55:37 2007 |
||||||
|
[BUILDTIME] 55 (5) |
||||||
|
[SIZE] 11.16 MB, 1123 files |
||||||
|
|
||||||
|
[DEP] aspell |
||||||
|
[DEP] bash |
||||||
|
[DEP] binutils |
||||||
|
[DEP] bzip2 |
||||||
|
[DEP] coreutils |
||||||
|
[DEP] diffutils |
||||||
|
[DEP] findutils |
||||||
|
[DEP] gawk |
||||||
|
[DEP] gcc |
||||||
|
[DEP] glibc |
||||||
|
[DEP] grep |
||||||
|
[DEP] linux-header |
||||||
|
[DEP] make |
||||||
|
[DEP] mktemp |
||||||
|
[DEP] mysql |
||||||
|
[DEP] openssl |
||||||
|
[DEP] sed |
||||||
|
[DEP] sysfiles |
||||||
|
[DEP] tar |
||||||
|
[DEP] util-linux |
||||||
|
[DEP] zlib |
@ -0,0 +1,30 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
# |
||||||
|
# Filename: package/.../dpsearch/dpsearch.conf |
||||||
|
# Copyright (C) 2007 The OpenSDE Project |
||||||
|
# |
||||||
|
# More information can be found in the files COPYING and README. |
||||||
|
# |
||||||
|
# This program is free software; you can redistribute it and/or modify |
||||||
|
# it under the terms of the GNU General Public License as published by |
||||||
|
# the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
# GNU General Public License can be found in the file COPYING. |
||||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
if [ $prefix_auto = 1 ] ; then |
||||||
|
prefix="opt/dpsearch" |
||||||
|
set_confopt |
||||||
|
fi |
||||||
|
|
||||||
|
if pkginstalled mysql; then |
||||||
|
|
||||||
|
var_append extraconfopt ' ' "--with-mysql=$root/$(pkgprefix mysql)" |
||||||
|
fi |
||||||
|
if pkginstalled postgresql; then |
||||||
|
var_append extraconfopt ' ' "--with-postgresql=$root/$(pkgprefix postgresql)" |
||||||
|
fi |
||||||
|
|
||||||
|
if pkginstalled openssl; then |
||||||
|
var_append extraconfopt ' ' "--with-openssl=$root/$(pkgprefix openssl)" |
||||||
|
fi |
@ -0,0 +1,36 @@ |
|||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
[COPY] |
||||||
|
[COPY] Filename: package/.../dpsearch/dpsearch.desc |
||||||
|
[COPY] Copyright (C) 2007 The OpenSDE Project |
||||||
|
[COPY] |
||||||
|
[COPY] More information can be found in the files COPYING and README. |
||||||
|
[COPY] |
||||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||||
|
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
[COPY] GNU General Public License can be found in the file COPYING. |
||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
[I] Full featured web search engine |
||||||
|
|
||||||
|
[T] A search engine that includes and indexer and frontend. |
||||||
|
[T] The indexer supports (natively) for http, https, ftp, nntp, htdb, |
||||||
|
[T] news, html, audio, xml and image indexing as well as many languages. |
||||||
|
[T] The search frontend returns results by relevance and supports |
||||||
|
[T] fuzzy matching, acronyms, synonyms, booleans and abbreviations. |
||||||
|
|
||||||
|
[U] http://www.dataparksearch.org/ |
||||||
|
|
||||||
|
[A] Maxim Zakharov <[email protected]> |
||||||
|
[M] The OpenSDE Community <[email protected]> |
||||||
|
|
||||||
|
[C] extra/tool |
||||||
|
|
||||||
|
[L] GPL |
||||||
|
[S] Stable |
||||||
|
[V] 4.44 |
||||||
|
[P] X -----5---9 800.000 |
||||||
|
|
||||||
|
[D] 3272111795 dpsearch-4.44.tar.gz http://www.dataparksearch.org/ |
||||||
|
|
Loading…
Reference in new issue