mnogosearch stable port information

Package: mnogosearch
Version: 3.1.21
Revision: 1016
Source: http://search.mnogo.ru/Download/mnogosearch-%v.tar.gz
Source-MD5: 2b5284b980909d49ed0a8aaf9817db98
Depends: mysql15-shlibs (>= 5.0.27-1001), mnogosearch1-shlibs (>= %v-%r)
BuildDepends: mysql15-dev (>= 5.0.27-1001)
UpdateConfigGuess: true
UpdateLibtool: true
PatchScript: <<
perl -pi.bak -e 's,-release 3.1,-version-info 0:0:0,g' src/Makefile.in
perl -pi -e 's| (\$\(localstatedir\))| \$(DESTDIR)/$1|' Makefile.in
sed -i.bak -e 's/Mach-O dynamically linked shared library/dynamically linked shared library/g' ltconfig ltmain.sh
<<
NoSetCFLAGS: true
NoSetCPPFLAGS: true
NoSetLDFLAGS: true
SetCFLAGS: -fno-common
ConfigureParams: --with-mysql=%p --with-pic --enable-shared --enable-static --mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib --disable-dependency-tracking
InstallScript: <<
make install DESTDIR=%d mandir=%p/share/man
mkdir -p %i/share
mkdir -p %i/share/doc
mv %i/doc %i/share/doc/mnogosearch
mkdir -p %i/share/mnogosearch
cp -r %b/create %i/share/mnogosearch/
mkdir -p %i/etc
mkdir -p %i/etc/mnogosearch
mkdir -p %i/etc/mnogosearch/conf-default
mkdir -p %i/etc/mnogosearch/sites
mv %i/etc/indexer.conf-dist %i/etc/mnogosearch/conf-default/indexer.conf-dist
mv %i/etc/search.htm-dist %i/etc/mnogosearch/conf-default/search.htm-dist
mv %i/etc/spelld.conf-dist %i/etc/mnogosearch/conf-default/spelld.conf-dist
/usr/bin/find -d %i/share/%n/create -name CVS -exec rm -rf \{\} \;
<<
Splitoff: <<
Package: %N1-shlibs
Depends: mysql15-shlibs (>= 5.0.27-1001)
Replaces: %N (<< %v-%r)
Description: Shared libraries for mnogosearch
Files: lib/libudmsearch.*.dylib
Shlibs: %p/lib/libudmsearch.0.dylib 1.0.0 monogosearch1-shlibs (>= 3.1.21-10)
<<
Splitoff2: <<
Package: %N1-dev
BuildDependsOnly: True
Depends: mnogosearch1-shlibs (= %v-%r)
Conflicts: %N-dev
Replaces: %N (<< %v-%r), %N-dev
Description: Headers and static libraries for mnogosearch
Files: bin/udm-config lib include
<<
Description: Search Engine
DescDetail: <<
mnogosearch is a full-featured search engine software for intranet and
internet servers. UdmSearch is a free software covered by the GNU
General Public License.

mnogosearch has a number of unique features, which makes it appropriate
for a wide range of applications from searches within your site to
specialized search systems such as cooking recipes or newspaper
searches, ftp archive searches, news articles searches, etc.
<<
DescUsage: <<
mnogosearch consists of two parts. The first is an indexing mechanism
(indexer). The purpose of the indexer is to walk through HTTP, FTP, NEWS
servers or local files, recursively grabbing all the documents and
storing meta-data about those documents in an SQL database in a smart
and efficient manner.

After every document is referenced by its corresponding URL, meta-data,
collected by the indexer is used later in the search process. The search
is performed via Web interface. C CGI, PHP3 and Perl search front ends
are included.

http://search.mnogo.ru/install.html
<<
DescPort: <<
Doc and support files are mannually installed.

CVS directories removed at the end of installation, to comply with fink policy.

Uses UpdateConfigGuess/UpdateLibtool, which are still
newer than the files in the source package.

Libtool is further updated to not break on the output
of 'file' on a 64-bit dylib. Note that it still uses
-undefined dynamic_lookup.
<<
License: GPL
Homepage: http://search.mnogo.ru/
Maintainer: Dustin Sias