From owner-freebsd-ports Wed Sep 15 9:21:29 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 22F1E15396 for ; Wed, 15 Sep 1999 09:05:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA82056; Wed, 15 Sep 1999 09:05:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from kronos.alcnet.com (kronos.alcnet.com [63.69.28.22]) by hub.freebsd.org (Postfix) with ESMTP id 3033215311 for ; Wed, 15 Sep 1999 08:41:14 -0700 (PDT) (envelope-from kbyanc@kronos.alcnet.com) Received: (from kbyanc@localhost) by kronos.alcnet.com (8.9.3/8.9.3/antispam) id LAA19680; Wed, 15 Sep 1999 11:41:14 -0400 (EDT) Message-Id: <199909151541.LAA19680@kronos.alcnet.com> Date: Wed, 15 Sep 1999 11:41:14 -0400 (EDT) From: kbyanc@posi.net Reply-To: kbyanc@posi.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/13760: new port: www/udmsearch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 13760 >Category: ports >Synopsis: new port: www/udmsearch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Sep 15 08:51:41 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Kelly Yancey >Release: FreeBSD 3.2-STABLE i386 >Organization: >Environment: >Description: # 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 # 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 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 Xpre-install: X ${MKDIR} ${PREFIX}/bin/udmsearch X Xpost-install: X strip ${PREFIX}/sbin/indexer X strip ${PREFIX}/bin/udmsearch/search.cgi X X.include 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 Xdoc/UdmSearch.sgml Xetc/indexer.conf-dist Xetc/search.htm-dist Xsbin/indexer X@dirrm bin/udmsearch 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 exit >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message