Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Sep 1999 10:10:02 -0700 (PDT)
From:      Kelly Yancey <kbyanc@posi.net>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/13760: new port: www/udmsearch
Message-ID:  <199909151710.KAA01651@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/13760; it has been noted by GNATS.

From: Kelly Yancey <kbyanc@posi.net>
To: freebsd-gnats-submit@freebsd.org, kbyanc@posi.net
Cc:  
Subject: Re: ports/13760: new port: www/udmsearch
Date: Wed, 15 Sep 1999 13:02:23 -0400 (EDT)

   Updated port to give the user some more help on getting started
 with udmsearch.
 
  ~kbyanc@posi.net~
   FreeBSD - The Power To Serve - http://www.freebsd.org/
   Join Team FreeBSD - http://www.posi.net/freebsd/Team-FreeBSD/
 
 
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	udmsearch
 #	udmsearch/Makefile
 #	udmsearch/pkg
 #	udmsearch/pkg/PLIST
 #	udmsearch/pkg/COMMENT
 #	udmsearch/pkg/DESCR
 #	udmsearch/files
 #	udmsearch/files/md5
 #	udmsearch/files/MESSAGE
 #
 echo c - udmsearch
 mkdir -p udmsearch > /dev/null 2>&1
 echo x - udmsearch/Makefile
 sed 's/^X//' >udmsearch/Makefile << 'END-of-udmsearch/Makefile'
 X# New ports collection makefile for:	udmsearch
 X# Version required:	2.1.1
 X# Date created:		09/15/1999
 X# Whom:			Kelly Yancey <kbyanc@posi.net>
 X#
 X# $FreeBSD$
 X#
 X
 XDISTNAME=	udmsearch-2.1.1
 XCATEGORIES=	www databases
 XMASTER_SITES=	http://search.udm.net/about/Download/	\
 X		http://mysearch.udm.net/Download/	\
 X		ftp://ftp.izhcom.ru/pub/unix/UdmSearch/	\
 X		http://mirror.kuenzler.ch/udmsearch/Download/
 X
 XMAINTAINER=	kbyanc@posi.net
 X
 XLIB_DEPENDS=	mysqlclient.6:${PORTSDIR}/databases/mysql322-client
 X
 XMAN1=		indexer.1
 XMAN5=		indexer.conf.5
 X
 XUSE_GMAKE=	yes
 XHAS_CONFIGURE=	yes
 XCONFIGURE_ARGS= --prefix=${PREFIX} \
 X		--bindir=${PREFIX}/bin/udmsearch \
 X		--sysconfdir=${PREFIX}/etc/udmsearch \
 X
 Xpre-install:
 X	${MKDIR} ${PREFIX}/bin/udmsearch
 X	${MKDIR} ${PREFIX}/etc/udmsearch
 X
 Xpost-install:
 X	@cp -R ${WRKDIR}/udmsearch-2.1.1/create ${PREFIX}/etc/udmsearch
 X	@strip ${PREFIX}/sbin/indexer
 X	@strip ${PREFIX}/bin/udmsearch/search.cgi
 X	@echo
 X	@more ${FILESDIR}/MESSAGE
 X
 X.include <bsd.port.mk>
 END-of-udmsearch/Makefile
 echo c - udmsearch/pkg
 mkdir -p udmsearch/pkg > /dev/null 2>&1
 echo x - udmsearch/pkg/PLIST
 sed 's/^X//' >udmsearch/pkg/PLIST << 'END-of-udmsearch/pkg/PLIST'
 Xbin/udmsearch/search.cgi
 Xbin/udmsearch/search.phtml
 Xbin/udmsearch/search.php3
 Xbin/udmsearch/morph.php3
 Xbin/udmsearch/udmsearch.gif
 Xetc/udmsearch/indexer.conf-dist
 Xetc/udmsearch/search.htm-dist
 Xetc/udmsearch/create/alter19-20.txt
 Xetc/udmsearch/create/alter20-21.txt
 Xetc/udmsearch/create/create.txt
 Xetc/udmsearch/create/stop.de.txt
 Xetc/udmsearch/create/stop.en.txt
 Xetc/udmsearch/create/stop.fr.txt
 Xetc/udmsearch/create/stop.nl.txt
 Xetc/udmsearch/create/stop.no.txt
 Xetc/udmsearch/create/stop.pt.txt
 Xetc/udmsearch/create/stop.ru.txt
 Xetc/udmsearch/create/stop.ua.txt
 Xdoc/UdmSearch.sgml
 Xsbin/indexer
 X@dirrm bin/udmsearch
 X@dirrm etc/udmsearch/create
 X@dirrm etc/udmsearch
 X
 END-of-udmsearch/pkg/PLIST
 echo x - udmsearch/pkg/COMMENT
 sed 's/^X//' >udmsearch/pkg/COMMENT << 'END-of-udmsearch/pkg/COMMENT'
 XFull featured MySQL-based hypertext search engine
 END-of-udmsearch/pkg/COMMENT
 echo x - udmsearch/pkg/DESCR
 sed 's/^X//' >udmsearch/pkg/DESCR << 'END-of-udmsearch/pkg/DESCR'
 XUdmSearch is a full featured MySQL-based search engine for intranet or small
 Xdomain Internet web servers. You can also use it to build specialized search
 Xengines such as cooking recipies or searching newspaper articles.
 X
 XProvides pre-built web search frontends in C (via CGI) and PHP.
 X
 X  WWW: http://mysearch.udm.net/
 X
 X -Kelly
 X  kbyanc@posi.net
 END-of-udmsearch/pkg/DESCR
 echo c - udmsearch/files
 mkdir -p udmsearch/files > /dev/null 2>&1
 echo x - udmsearch/files/md5
 sed 's/^X//' >udmsearch/files/md5 << 'END-of-udmsearch/files/md5'
 XMD5 (udmsearch-2.1.1.tar.gz) = 343b0f8f4a20b5e2fbd93b2c22d6748e
 END-of-udmsearch/files/md5
 echo x - udmsearch/files/MESSAGE
 sed 's/^X//' >udmsearch/files/MESSAGE << 'END-of-udmsearch/files/MESSAGE'
 Xudmsearch is successfully installed.
 XNow, to use udmsearch you need to create the appropriate mysql database
 Xmanually:
 X
 X  Create mysql database 'udmsearch'.
 X  You can also use existing MySQL database, skip this step in this case. 
 X
 X	$ mysqladmin create udmsearch
 X
 X
 X  Create tables.
 X  If you are installing UdmSearch for the first time: 
 X
 X	$ mysql udmsearch < /usr/local/etc/udmsearch/create/create.txt
 X
 X  IMPORTANT: If you already use UdmSearch and want to upgrade from
 X  UdmSearch 2.0 or earlier while keep existing data, please do not use
 X  create.txt. Instead, to upgrade from UdmSearch 2.0, run 
 X
 X 	$ mysql udmsearch < /usr/local/etc/udmsearch/create/alter20-21.txt
 X
 X  or, to upgrade from UdmSearch 1.x, run 
 X        $ mysql udmsearch < /usr/local/etc/udmsearch/create/alter19-20.txt
 X        $ mysql udmsearch < /usr/local/etc/udmsearch/create/alter20-21.txt
 X
 XFor more information on how to use udmsearch, please refer to their
 Xweb site at http://mysearch.udm.net/
 X
 END-of-udmsearch/files/MESSAGE
 exit
 
 
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909151710.KAA01651>