From tung@turtle.ee.ncku.edu.tw  Mon Sep  1 10:03:17 2003
Return-Path: <tung@turtle.ee.ncku.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6FCC316A4BF
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  1 Sep 2003 10:03:17 -0700 (PDT)
Received: from turtle.ee.ncku.edu.tw (turtle.ee.ncku.edu.tw [140.116.72.72])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6FD3A43FE1
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  1 Sep 2003 10:03:14 -0700 (PDT)
	(envelope-from tung@turtle.ee.ncku.edu.tw)
Received: from turtle.ee.ncku.edu.tw (localhost.ee.ncku.edu.tw [127.0.0.1])
	by turtle.ee.ncku.edu.tw (8.12.3/8.12.3) with ESMTP id h81H37Nl091019
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 2 Sep 2003 01:03:07 +0800 (CST)
	(envelope-from tung@turtle.ee.ncku.edu.tw)
Received: (from tung@localhost)
	by turtle.ee.ncku.edu.tw (8.12.3/8.12.3/Submit) id h81H364u091018;
	Tue, 2 Sep 2003 01:03:06 +0800 (CST)
Message-Id: <200309011703.h81H364u091018@turtle.ee.ncku.edu.tw>
Date: Tue, 2 Sep 2003 01:03:06 +0800 (CST)
From: Chung-Kie Tung <tung@turtle.ee.ncku.edu.tw>
Reply-To: Chung-Kie Tung <tung@turtle.ee.ncku.edu.tw>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject:
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         56283
>Category:       ports
>Synopsis:       Update ftp/ftplocate
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 01 10:10:13 PDT 2003
>Closed-Date:    Mon Sep 01 14:56:27 PDT 2003
>Last-Modified:  Tue Sep 02 07:42:55 CEST 2003
>Originator:     Chung-Kie Tung
>Release:        FreeBSD 4.6.2-RELEASE i386
>Organization:
DSLab, E.E. NCKU, Tainan, Taiwan
>Environment:
System: FreeBSD turtle.ee.ncku.edu.tw 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #6: Fri Sep 27 00:21:40 CST 2002 tung@turtle.ee.ncku.edu.tw:/home/src/sys/compile/TURTLE i386
>Description:
chksum update since ftplocate-2.02.tar.gz has been changed on source site
>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:
#
#	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 <bsd.port.mk>
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



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: leeym 
State-Changed-When: Mon Sep 1 14:55:41 PDT 2003 
State-Changed-Why:  
Committed, thanks. 
Next time please update your ports tree before submitting PR. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=56283 
>Unformatted:
