# 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: # # ftplocate # ftplocate/Makefile # ftplocate/distinfo # ftplocate/pkg-comment # ftplocate/pkg-descr # ftplocate/pkg-plist # echo c - ftplocate mkdir -p ftplocate > /dev/null 2>&1 echo x - ftplocate/Makefile sed 's/^X//' >ftplocate/Makefile << 'END-of-ftplocate/Makefile' X# New ports collection makefile for: Ftplocate X# Date created: 7 December 1999 X# Whom: tung@turtle.ee.ncku.edu.tw X# X# $FreeBSD: ports/ftp/ftplocate/Makefile,v 1.8 2000/04/12 05:31:05 mharo Exp $ X# X XPORTNAME= ftplocate XPORTVERSION= 2.02 XCATEGORIES= ftp www XMASTER_SITES= http://turtle.ee.ncku.edu.tw/ftplocate/download/ftplocate-2.02.tar.gz X XMAINTAINER= tung@turtle.ee.ncku.edu.tw XCOMMENT= A ftp search engine supporting filename and description search X XRUN_DEPENDS= glimpse:${PORTSDIR}/textproc/glimpse \ X unzip:${PORTSDIR}/archivers/unzip X XUSE_PERL5= yes XNO_BUILD= yes X XPL_FILES= install.pl bin/dcollect.pl bin/dindex.pl bin/dsearch.pl \ X bin/flcollect.pl bin/flfilter.pl bin/flhistory.pl \ X bin/flindex.pl bin/flmap.pl bin/flsearch.pl \ X bin/flserv.pl bin/flsummary.pl bin/fltop.pl \ X bin/fltrain.pl bin/flcatsite.pl template/ftplocate X Xpost-extract: X.for f in ${PL_FILES} X @${PERL} -pi -e 's,/usr/bin/perl,${PERL},' ${WRKSRC}/${f} X.endfor X Xdo-install: X cd ${WRKSRC}; ${PERL} install.pl -y -c -bsdport X X.include END-of-ftplocate/Makefile echo x - ftplocate/distinfo sed 's/^X//' >ftplocate/distinfo << 'END-of-ftplocate/distinfo' XMD5 (ftplocate-2.02.tar.gz) = 0df0cb02a80cd2354695d31eb27054a6 END-of-ftplocate/distinfo echo x - ftplocate/pkg-comment sed 's/^X//' >ftplocate/pkg-comment << 'END-of-ftplocate/pkg-comment' XA ftp search engine supporting filename and description search END-of-ftplocate/pkg-comment echo x - ftplocate/pkg-descr sed 's/^X//' >ftplocate/pkg-descr << 'END-of-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 types of searching: search by filename Xand search by description. Search by filename will group the results Xby FTP servers and display the server nearest to the client first. XWith search by description, a user can find the files he wants without Xknowing the filename. Files with same description will be grouped together. X XSee the following URL for more information. X XWWW: http://turtle.ee.ncku.edu.tw/ftplocate/ X XChung-Kie Tung Xtung@turtle.ee.ncku.edu.tw END-of-ftplocate/pkg-descr echo x - ftplocate/pkg-plist sed 's/^X//' >ftplocate/pkg-plist << 'END-of-ftplocate/pkg-plist' Xbin/ftplocate Xwww/cgi-bin/ftplocate/config Xwww/cgi-bin/ftplocate/config.site Xwww/cgi-bin/ftplocate/dcollect.pl Xwww/cgi-bin/ftplocate/dindex.pl Xwww/cgi-bin/ftplocate/dsearch.pl Xwww/cgi-bin/ftplocate/flcatsite.pl 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/flmap.pl Xwww/cgi-bin/ftplocate/flmodule.pl Xwww/cgi-bin/ftplocate/flsearch.pl Xwww/cgi-bin/ftplocate/flserv.pl Xwww/cgi-bin/ftplocate/flsummary.pl Xwww/cgi-bin/ftplocate/fltop.pl Xwww/cgi-bin/ftplocate/fltrain.pl Xwww/cgi-bin/ftplocate/ftp.pl Xwww/cgi-bin/ftplocate/indexer.sh Xwww/cgi-bin/ftplocate/lang.english Xwww/cgi-bin/ftplocate/lang.zhtw Xwww/cgi-bin/ftplocate/lchat.pl Xwww/cgi-bin/ftplocate/log.map Xwww/cgi-bin/ftplocate/log.system Xwww/cgi-bin/ftplocate/log.user Xwww/data/ftplocate/faq.txt Xwww/data/ftplocate/help.english.html Xwww/data/ftplocate/help.zhtw.html Xwww/data/ftplocate/index.html Xwww/data/ftplocate/readme.english.html Xwww/data/ftplocate/readme.zhtw.html X@exec install -d -o www -g www -m 755 %D/www/cgi-bin/ftplocate/cache X@exec install -d %D/www/cgi-bin/ftplocate/filelist %D/www/cgi-bin/ftplocate/desc X@exec chown www.www %D/www/cgi-bin/ftplocate/log.user X@dirrm www/data/ftplocate X@dirrm www/cgi-bin/ftplocate/filelist X@dirrm www/cgi-bin/ftplocate/desc X@dirrm www/cgi-bin/ftplocate/cache X@dirrm www/cgi-bin/ftplocate END-of-ftplocate/pkg-plist exit