Date: Mon, 30 Aug 1999 20:38:39 +0500 (SAMST) From: bar@izhcom.ru To: FreeBSD-gnats-submit@freebsd.org Subject: ports/13471: UdmSearch port Message-ID: <199908301538.UAA10070@titan.izhcom.ru>
next in thread | raw e-mail | index | archive | help
>Number: 13471 >Category: ports >Synopsis: New port for UdmSearch www search engine >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Aug 30 08:40:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Alexander I. Barkov >Release: FreeBSD 3.0-RELEASE i386 >Organization: >Environment: # 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-port # UdmSearch-port/Makefile # UdmSearch-port/pkg # UdmSearch-port/pkg/COMMENT # UdmSearch-port/pkg/DESCR # UdmSearch-port/pkg/PLIST # UdmSearch-port/files # UdmSearch-port/files/md5 # echo c - UdmSearch-port mkdir -p UdmSearch-port > /dev/null 2>&1 echo x - UdmSearch-port/Makefile sed 's/^X//' >UdmSearch-port/Makefile << 'END-of-UdmSearch-port/Makefile' X# New ports collection makefile for: udmsearch X# Version required: 2.1 X# Date created: 30 Aug 1999 X# Whom: Alexander Barkov <bar@izhcom.ru> X# X# X XDISTNAME= udmsearch-2.1.1 XPKGNAME= udmsearch-2.1 XCATEGORIES= www XMASTER_SITES= http://search.udm.net/about/Download/ X XMAINTAINER= bar@izhcom.ru X XLIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322 X XGNU_CONFIGURE= yes XUSE_GMAKE= yes X Xpost-install: X strip ${PREFIX}/bin/search.cgi X strip ${PREFIX}/sbin/indexer X X.include <bsd.port.mk> END-of-UdmSearch-port/Makefile echo c - UdmSearch-port/pkg mkdir -p UdmSearch-port/pkg > /dev/null 2>&1 echo x - UdmSearch-port/pkg/COMMENT sed 's/^X//' >UdmSearch-port/pkg/COMMENT << 'END-of-UdmSearch-port/pkg/COMMENT' XWeb search engine based on MySQL X END-of-UdmSearch-port/pkg/COMMENT echo x - UdmSearch-port/pkg/DESCR sed 's/^X//' >UdmSearch-port/pkg/DESCR << 'END-of-UdmSearch-port/pkg/DESCR' XUdmSearch is a MySQL based indexing and searching system for intranet Xor small domain internet servers. You can also use it to build specialized Xsearch server, such as cooking recipes or newspaper search. But we don't Xmean to replace the need of powerful internet-wide search systems like XHotBot or AltaVista. X XUdmSearch consists of two parts. The first is indexing mechanism (indexer). XThe purpose of indexer is to walk through http (and/or ftp) servers, Xrecursively grabbing all the documents and storing metadata about Xthat documents in MySQL database in a smart and effective manner. XSince every document is referenced by its corresponding URL, metadata Xcollected by indexer is used later in a search process. Search is Xperformed via Web interface. C (CGI) and PHP3 frontends are included. X XHomepage: http://search.udm.net/about/ END-of-UdmSearch-port/pkg/DESCR echo x - UdmSearch-port/pkg/PLIST sed 's/^X//' >UdmSearch-port/pkg/PLIST << 'END-of-UdmSearch-port/pkg/PLIST' Xbin/morph.php3 Xbin/search.php3 Xbin/search.cgi Xbin/search.phtml Xbin/udmsearch.gif Xdoc/UdmSearch.sgml Xetc/indexer.conf-dist Xetc/search.htm-dist Xsbin/indexer X X X X END-of-UdmSearch-port/pkg/PLIST echo c - UdmSearch-port/files mkdir -p UdmSearch-port/files > /dev/null 2>&1 echo x - UdmSearch-port/files/md5 sed 's/^X//' >UdmSearch-port/files/md5 << 'END-of-UdmSearch-port/files/md5' XMD5 (udmsearch-2.1.1.tar.gz) = 343b0f8f4a20b5e2fbd93b2c22d6748e END-of-UdmSearch-port/files/md5 exit >Description: >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?199908301538.UAA10070>