From aaea12de08b4de3a7167f03ce9eaaf87db4058a4 Mon Sep 17 00:00:00 2001 From: cpiazza Date: Thu, 21 Oct 1999 19:36:34 +0000 Subject: UdmSearch is a full featured MySQL-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 frontends in C (via CGI) and PHP. PR: ports/13471, ports/13760, ports/14415 Submitted by: Alexander I. Barkov Kelley Yancey --- www/udmsearch/Makefile | 40 ++++++++++++++++++++++++++++++++++++++++ www/udmsearch/distinfo | 1 + www/udmsearch/pkg-comment | 1 + www/udmsearch/pkg-descr | 10 ++++++++++ www/udmsearch/pkg-message | 27 +++++++++++++++++++++++++++ www/udmsearch/pkg-plist | 30 ++++++++++++++++++++++++++++++ 6 files changed, 109 insertions(+) create mode 100644 www/udmsearch/Makefile create mode 100644 www/udmsearch/distinfo create mode 100644 www/udmsearch/pkg-comment create mode 100644 www/udmsearch/pkg-descr create mode 100644 www/udmsearch/pkg-message create mode 100644 www/udmsearch/pkg-plist (limited to 'www/udmsearch') diff --git a/www/udmsearch/Makefile b/www/udmsearch/Makefile new file mode 100644 index 0000000..3389228 --- /dev/null +++ b/www/udmsearch/Makefile @@ -0,0 +1,40 @@ +# New ports collection makefile for: udmsearch +# Version required: 2.1.5 +# Date created: 10/19/1999 +# Whom: Kelly Yancey +# +# $FreeBSD$ +# + +DISTNAME= udmsearch-2.1.5 +CATEGORIES= www databases +MASTER_SITES= http://search.udm.net/about/Download/ \ + http://mysearch.udm.net/Download/ \ + ftp://ftp.izhcom.ru/pub/unix/UdmSearch/ \ + http://mirror.kuenzler.ch/udmsearch/Download/ + +MAINTAINER= kbyanc@posi.net + +LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client + +MAN1= indexer.1 +MAN5= indexer.conf.5 + +USE_GMAKE= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} \ + --bindir=${PREFIX}/bin/udmsearch \ + --sysconfdir=${PREFIX}/etc/udmsearch \ + +pre-install: + ${MKDIR} ${PREFIX}/bin/udmsearch + ${MKDIR} ${PREFIX}/etc/udmsearch + +post-install: + @cp -R ${WRKDIR}/${DISTNAME}/create ${PREFIX}/etc/udmsearch + @strip ${PREFIX}/sbin/indexer + @strip ${PREFIX}/bin/udmsearch/search.cgi + @${ECHO} + @${CAT} ${PKGMESSAGE} + +.include diff --git a/www/udmsearch/distinfo b/www/udmsearch/distinfo new file mode 100644 index 0000000..1dc3cb0 --- /dev/null +++ b/www/udmsearch/distinfo @@ -0,0 +1 @@ +MD5 (udmsearch-2.1.5.tar.gz) = 35adb0c32a1e9af078130e63bfe7be25 diff --git a/www/udmsearch/pkg-comment b/www/udmsearch/pkg-comment new file mode 100644 index 0000000..f5807d9 --- /dev/null +++ b/www/udmsearch/pkg-comment @@ -0,0 +1 @@ +Full featured MySQL-based hypertext search engine diff --git a/www/udmsearch/pkg-descr b/www/udmsearch/pkg-descr new file mode 100644 index 0000000..fcc636c --- /dev/null +++ b/www/udmsearch/pkg-descr @@ -0,0 +1,10 @@ +UdmSearch is a full featured MySQL-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 frontends in C (via CGI) and PHP. + +WWW: http://mysearch.udm.net/ + + -Kelly + kbyanc@posi.net diff --git a/www/udmsearch/pkg-message b/www/udmsearch/pkg-message new file mode 100644 index 0000000..ab34a61 --- /dev/null +++ b/www/udmsearch/pkg-message @@ -0,0 +1,27 @@ +udmsearch is successfully installed. +Now, to use udmsearch you need to create the appropriate mysql database +manually: + + Create mysql database 'udmsearch'. + You can also use existing MySQL database, skip this step in this case. + + $ mysqladmin create udmsearch + + + Create tables. + If you are installing UdmSearch for the first time: + + $ mysql udmsearch < /usr/local/etc/udmsearch/create/create.txt + + IMPORTANT: If you already use UdmSearch and want to upgrade from + UdmSearch 2.0 or earlier while keep existing data, please do not use + create.txt. Instead, to upgrade from UdmSearch 2.0, run + + $ mysql udmsearch < /usr/local/etc/udmsearch/create/alter20-21.txt + + or, to upgrade from UdmSearch 1.x, run + $ mysql udmsearch < /usr/local/etc/udmsearch/create/alter19-20.txt + $ mysql udmsearch < /usr/local/etc/udmsearch/create/alter20-21.txt + +For more information on how to use udmsearch, please refer to their +web site at http://mysearch.udm.net/ diff --git a/www/udmsearch/pkg-plist b/www/udmsearch/pkg-plist new file mode 100644 index 0000000..2120f0a --- /dev/null +++ b/www/udmsearch/pkg-plist @@ -0,0 +1,30 @@ +bin/udmsearch/search.cgi +bin/udmsearch/search.phtml +bin/udmsearch/search.php3 +bin/udmsearch/morph.php3 +bin/udmsearch/udmsearch.gif +etc/udmsearch/indexer.conf-dist +etc/udmsearch/search.htm-dist +etc/udmsearch/create/msql/create.txt +etc/udmsearch/create/mysql/alter19-20.txt +etc/udmsearch/create/mysql/alter20-21.txt +etc/udmsearch/create/mysql/create.txt +etc/udmsearch/create/pgsql/create.txt +etc/udmsearch/create/stopwords/stop.de.txt +etc/udmsearch/create/stopwords/stop.en.txt +etc/udmsearch/create/stopwords/stop.es.txt +etc/udmsearch/create/stopwords/stop.fr.txt +etc/udmsearch/create/stopwords/stop.nl.txt +etc/udmsearch/create/stopwords/stop.no.txt +etc/udmsearch/create/stopwords/stop.pt.txt +etc/udmsearch/create/stopwords/stop.ru.txt +etc/udmsearch/create/stopwords/stop.ua.txt +doc/UdmSearch.sgml +sbin/indexer +@dirrm bin/udmsearch +@dirrm etc/udmsearch/create/msql +@dirrm etc/udmsearch/create/mysql +@dirrm etc/udmsearch/create/pgsql +@dirrm etc/udmsearch/create/stopwords +@dirrm etc/udmsearch/create +@dirrm etc/udmsearch -- cgit v1.1