Date: Wed, 15 Sep 1999 11:41:14 -0400 (EDT) From: kbyanc@posi.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/13760: new port: www/udmsearch Message-ID: <199909151541.LAA19680@kronos.alcnet.com>
next in thread | raw e-mail | index | archive | help
>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 <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 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 <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 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909151541.LAA19680>