Date: Tue, 7 Dec 1999 22:11:29 +0800 (CST) From: tung@turtle.ee.ncku.edu.tw To: FreeBSD-gnats-submit@freebsd.org Subject: ports/15332: port of ftplocate-1.50 Message-ID: <199912071411.WAA08909@turtle.ee.ncku.edu.tw>
next in thread | raw e-mail | index | archive | help
>Number: 15332 >Category: ports >Synopsis: port of ftplocate-1.50 >Confidential: yes >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Dec 7 06:20:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Chung-Kie Tung >Release: FreeBSD 3.1-RELEASE i386 >Organization: Distributed System Lab E.E. NCKU Taiwan >Environment: >Description: >How-To-Repeat: >Fix: # 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: # # ftp/ftplocate # ftp/ftplocate/pkg # ftp/ftplocate/pkg/COMMENT # ftp/ftplocate/pkg/DESCR # ftp/ftplocate/pkg/MESSAGE # ftp/ftplocate/pkg/PLIST # ftp/ftplocate/Makefile # ftp/ftplocate/files # ftp/ftplocate/files/md5 # echo c - ftp/ftplocate mkdir -p ftp/ftplocate > /dev/null 2>&1 echo c - ftp/ftplocate/pkg mkdir -p ftp/ftplocate/pkg > /dev/null 2>&1 echo x - ftp/ftplocate/pkg/COMMENT sed 's/^X//' >ftp/ftplocate/pkg/COMMENT << 'END-of-ftp/ftplocate/pkg/COMMENT' Xa ftp search engine supporting filename and description searchEND-of-ftp/ftplocate/pkg/COMMENT echo x - ftp/ftplocate/pkg/DESCR sed 's/^X//' >ftp/ftplocate/pkg/DESCR << 'END-of-ftp/ftplocate/pkg/DESCR' XFtpLocate is a fast FTP search engine written with Perl. It supports Xindexing on multiple FTP servers and generates summaries for them. X XFtpLocate provides the user two methods for searching: filename search and Xdescription search. Filename search groups the results by FTP servers, Xdisplaying the server nearest to the client first. With description search, Xa user can find the files he wants without knowing the filename. Files with Xsame description will be grouped together. X XSee URL http://turtle.ee.ncku.edu.tw/ftplocate.html for more information. X XChung-Kie Tung Xtung@turtle.ee.ncku.edu.tw END-of-ftp/ftplocate/pkg/DESCR echo x - ftp/ftplocate/pkg/MESSAGE sed 's/^X//' >ftp/ftplocate/pkg/MESSAGE << 'END-of-ftp/ftplocate/pkg/MESSAGE' X X XPlease modify /usr/local/www/cgi-bin/ftplocate/fl.config for your own. XSee /usr/local/www/cgi-bin/ftplocate/README for more information X X END-of-ftp/ftplocate/pkg/MESSAGE echo x - ftp/ftplocate/pkg/PLIST sed 's/^X//' >ftp/ftplocate/pkg/PLIST << 'END-of-ftp/ftplocate/pkg/PLIST' Xbin/ftplocate Xwww/cgi-bin/ftplocate/README Xwww/cgi-bin/ftplocate/README.zhtw Xwww/cgi-bin/ftplocate/dcollect.pl Xwww/cgi-bin/ftplocate/dindex.pl Xwww/cgi-bin/ftplocate/dsearch.pl Xwww/cgi-bin/ftplocate/fl.config Xwww/cgi-bin/ftplocate/fl.english Xwww/cgi-bin/ftplocate/fl.share Xwww/cgi-bin/ftplocate/fl.zhtw Xwww/cgi-bin/ftplocate/flcollect.pl Xwww/cgi-bin/ftplocate/flfilter.pl Xwww/cgi-bin/ftplocate/flhistory.pl Xwww/cgi-bin/ftplocate/flindex.pl Xwww/cgi-bin/ftplocate/flsearch.pl Xwww/cgi-bin/ftplocate/flserv.pl Xwww/cgi-bin/ftplocate/indexer.sh Xwww/data/flhelp.html Xwww/data/flhelp.zhtw.html X@exec install -d -o nobody -g nobody -m 755 %D/www/cgi-bin/ftplocate/cache X@exec install -d %D/www/cgi-bin/ftplocate/index %D/www/cgi-bin/ftplocate/desc X@pkgdep glimpse-4.1 X@display +DISPLAY X@dirrm www/cgi-bin/ftplocate/index X@dirrm www/cgi-bin/ftplocate/desc X@dirrm www/cgi-bin/ftplocate/cache X@dirrm www/cgi-bin/ftplocate END-of-ftp/ftplocate/pkg/PLIST echo x - ftp/ftplocate/Makefile sed 's/^X//' >ftp/ftplocate/Makefile << 'END-of-ftp/ftplocate/Makefile' X# New ports collection makefile for: Ftplocate X# Version required: 1.50 X# Date created: 7 December 1999 X# Whom: tung@turtle.ee.ncku.edu.tw X# X# $Id$ X# X XDISTNAME= ftplocate-1.50 XPKGNAME= ftplocate-1.50 XCATEGORIES= ftp www XMASTER_SITES= ftp://ftp.ee.ncku.edu.tw/pub/ X XRUN_DEPENDS+= glimpse:${PORTSDIR}/textproc/glimpse X XMAINTAINER= tung@turtle.ee.ncku.edu.tw X XUSE_PERL5= Yes XNO_BUILD= Yes X Xdo-install: X ${INSTALL} -d ${PREFIX}/www/cgi-bin/ftplocate \ X ${PREFIX}/www/cgi-bin/ftplocate/index \ X ${PREFIX}/www/cgi-bin/ftplocate/desc X ${INSTALL} -o nobody -g nobody -m 755 -d ${PREFIX}/www/cgi-bin/ftplocate/cache X cd ${WRKSRC}; \ X ${INSTALL_DATA} \ X README README.zhtw fl.english fl.zhtw \ X ${PREFIX}/www/cgi-bin/ftplocate ;\ X ${INSTALL} -c -m 644 \ X fl.config fl.share \ X ${PREFIX}/www/cgi-bin/ftplocate ;\ X ${INSTALL_SCRIPT} \ X dcollect.pl dindex.pl flcollect.pl flindex.pl indexer.sh \ X flfilter.pl flsearch.pl dsearch.pl flserv.pl flhistory.pl \ X ${PREFIX}/www/cgi-bin/ftplocate ;\ X ${INSTALL_DATA} \ X flhelp.html flhelp.zhtw.html \ X ${PREFIX}/www/data ;\ X ${INSTALL_SCRIPT} ftplocate ${PREFIX}/bin/ X @${CAT} ${PKGMESSAGE} X X.include <bsd.port.mk> END-of-ftp/ftplocate/Makefile echo c - ftp/ftplocate/files mkdir -p ftp/ftplocate/files > /dev/null 2>&1 echo x - ftp/ftplocate/files/md5 sed 's/^X//' >ftp/ftplocate/files/md5 << 'END-of-ftp/ftplocate/files/md5' XMD5 (ftplocate-1.50.tar.gz) = a7c5dd064e84cd1bd8622c8cba56c6c5 END-of-ftp/ftplocate/files/md5 exit >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?199912071411.WAA08909>