Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Feb 2000 01:45:37 +0800 (CST)
From:      Chung-Kie Tung <tung@turtle.ee.ncku.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/16710: the port update for ftplocate-2.00
Message-ID:  <200002141745.BAA77783@turtle.ee.ncku.edu.tw>

next in thread | raw e-mail | index | archive | help

>Number:         16710
>Category:       ports
>Synopsis:       the port update for ftplocate-2.00
>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 Feb 14 09:50:02 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Chung-Kie Tung
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
>Environment:

	

>Description:

	

>How-To-Repeat:

	

>Fix:

the port update for ftplocate-2.00

deleted file:
pkg/MESSAGE

	
diff -ruN ftplocate.bak/Makefile ftplocate/Makefile
--- ftplocate.bak/Makefile	Tue Feb 15 01:28:12 2000
+++ ftplocate/Makefile	Tue Feb 15 01:20:57 2000
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	Ftplocate
-# Version required:			1.50
-# Date created:				7 December 1999
+# Version required:			2.00
+# Date created:				5 February 2000
 # Whom:					tung@turtle.ee.ncku.edu.tw
 #
-# $FreeBSD: ports/ftp/ftplocate/Makefile,v 1.3 2000/01/29 21:23:33 steve Exp $
+# $Id$
 #
 
-DISTNAME=	ftplocate-1.50
+DISTNAME=	ftplocate-2.00
 CATEGORIES=	ftp www
 MASTER_SITES=	ftp://ftp.ee.ncku.edu.tw/pub/
 
@@ -17,8 +17,11 @@
 USE_PERL5=	yes
 NO_BUILD=	yes
 
-PL_FILES=	dcollect.pl dindex.pl dsearch.pl flcollect.pl flfilter.pl \
-		flhistory.pl flindex.pl flsearch.pl flserv.pl fltrain.pl
+PL_FILES=	install.pl bin/dcollect.pl bin/dindex.pl bin/dsearch.pl \
+		bin/flcollect.pl bin/flfilter.pl bin/flhistory.pl \
+		bin/flindex.pl bin/flmap.pl bin/flsearch.pl \
+		bin/flserv.pl bin/flsummary.pl bin/fltop.pl \
+		bin/fltrain.pl bin/flcatsite.pl template/ftplocate
 
 post-extract:
 .for f in ${PL_FILES}
@@ -26,26 +29,6 @@
 .endfor
 
 do-install:
-	${INSTALL} -d ${PREFIX}/www/cgi-bin/ftplocate \
-		${PREFIX}/www/cgi-bin/ftplocate/index \
-		${PREFIX}/www/cgi-bin/ftplocate/desc \
-		${PREFIX}/www/data
-	${INSTALL} -o nobody -g nobody -m 755 -d ${PREFIX}/www/cgi-bin/ftplocate/cache
-	cd ${WRKSRC}; \
-	${INSTALL_DATA} \
-		README README.zhtw fl.english fl.zhtw \
-		${PREFIX}/www/cgi-bin/ftplocate ;\
-	${INSTALL} -c -m 644 \
-		fl.config fl.share \
-		${PREFIX}/www/cgi-bin/ftplocate ;\
-	${INSTALL_SCRIPT} indexer.sh ${PREFIX}/www/cgi-bin/ftplocate; \
-	${INSTALL_DATA} \
-		flhelp.html flhelp.zhtw.html \
-		${PREFIX}/www/data ;\
-	${INSTALL_SCRIPT}  ftplocate ${PREFIX}/bin/
-.for f in ${PL_FILES}
-	${INSTALL_SCRIPT} ${WRKSRC}/${f} ${PREFIX}/www/cgi-bin/ftplocate
-.endfor
-	@${CAT} ${PKGMESSAGE}
+	cd ${WRKSRC}; install.pl -y
 
 .include <bsd.port.mk>
diff -ruN ftplocate.bak/files/md5 ftplocate/files/md5
--- ftplocate.bak/files/md5	Tue Feb 15 01:28:12 2000
+++ ftplocate/files/md5	Tue Feb 15 01:20:56 2000
@@ -1 +1 @@
-MD5 (ftplocate-1.50.tar.gz) = b80b9f0eb062891cf2730e3a20d4bfe1
+MD5 (ftplocate-2.00.tar.gz) = 331f9b160e3c67c81798c04541ae9328
diff -ruN ftplocate.bak/pkg/COMMENT ftplocate/pkg/COMMENT
--- ftplocate.bak/pkg/COMMENT	Tue Feb 15 01:28:12 2000
+++ ftplocate/pkg/COMMENT	Tue Feb 15 01:20:57 2000
@@ -1 +1 @@
-An ftp search engine supporting filename and description search
+A ftp search engine supporting filename and description search
diff -ruN ftplocate.bak/pkg/DESCR ftplocate/pkg/DESCR
--- ftplocate.bak/pkg/DESCR	Tue Feb 15 01:28:12 2000
+++ ftplocate/pkg/DESCR	Tue Feb 15 01:20:56 2000
@@ -1,15 +1,15 @@
 FtpLocate is a fast FTP search engine written with Perl. It supports 
 indexing on multiple FTP servers and generates summaries for them. 
 
-FtpLocate provides the user two methods for searching: filename search and 
-description search. Filename search groups the results by FTP servers, 
-displaying the server nearest to the client first. With description search, 
-a user can find the files he wants without knowing the filename. Files with 
-same description will be grouped together.
+FtpLocate provides the user two types of searching: search by filename
+ and search by description. Search by filename will group the results 
+by FTP servers and display the server nearest to the client first. 
+With search by description, a user can find the files he wants without 
+knowing the filename. Files with same description will be grouped together.
 
 See the following URL for more information.
 
-WWW: http://turtle.ee.ncku.edu.tw/ftplocate.html
+WWW: http://ftp.ee.ncku.edu.tw/ftplocate/
 
 Chung-Kie Tung
 tung@turtle.ee.ncku.edu.tw
diff -ruN ftplocate.bak/pkg/MESSAGE ftplocate/pkg/MESSAGE
--- ftplocate.bak/pkg/MESSAGE	Tue Feb 15 01:28:12 2000
+++ ftplocate/pkg/MESSAGE	Thu Jan  1 08:00:00 1970
@@ -1,6 +0,0 @@
-
-
-Please modify /usr/local/www/cgi-bin/ftplocate/fl.config for your own.
-See /usr/local/www/cgi-bin/ftplocate/README for more information
-
-
diff -ruN ftplocate.bak/pkg/PLIST ftplocate/pkg/PLIST
--- ftplocate.bak/pkg/PLIST	Tue Feb 15 01:28:12 2000
+++ ftplocate/pkg/PLIST	Tue Feb 15 01:20:57 2000
@@ -1,26 +1,36 @@
 bin/ftplocate
-www/cgi-bin/ftplocate/README
-www/cgi-bin/ftplocate/README.zhtw
 www/cgi-bin/ftplocate/dcollect.pl
-www/cgi-bin/ftplocate/dindex.pl
-www/cgi-bin/ftplocate/dsearch.pl
-www/cgi-bin/ftplocate/fl.config
-www/cgi-bin/ftplocate/fl.english
-www/cgi-bin/ftplocate/fl.share
-www/cgi-bin/ftplocate/fl.zhtw
-www/cgi-bin/ftplocate/flcollect.pl
-www/cgi-bin/ftplocate/flfilter.pl
-www/cgi-bin/ftplocate/flhistory.pl
-www/cgi-bin/ftplocate/flindex.pl
-www/cgi-bin/ftplocate/flsearch.pl
-www/cgi-bin/ftplocate/flserv.pl
+www/cgi-bin/ftplocate/lang.english
 www/cgi-bin/ftplocate/fltrain.pl
+www/cgi-bin/ftplocate/fltop.pl
+www/cgi-bin/ftplocate/flsummary.pl
+www/cgi-bin/ftplocate/flserv.pl
+www/cgi-bin/ftplocate/flsearch.pl
+www/cgi-bin/ftplocate/flmodule.pl
+www/cgi-bin/ftplocate/flmap.pl
+www/cgi-bin/ftplocate/flindex.pl
+www/cgi-bin/ftplocate/flhistory.pl
+www/cgi-bin/ftplocate/flfilter.pl
+www/cgi-bin/ftplocate/flcollect.pl
+www/cgi-bin/ftplocate/flcatsite.pl
+www/cgi-bin/ftplocate/dsearch.pl
+www/cgi-bin/ftplocate/dindex.pl
+www/cgi-bin/ftplocate/lang.zhtw
+www/cgi-bin/ftplocate/config
+www/cgi-bin/ftplocate/config.site
 www/cgi-bin/ftplocate/indexer.sh
-www/data/flhelp.html
-www/data/flhelp.zhtw.html
+www/cgi-bin/ftplocate/log.map
+www/cgi-bin/ftplocate/log.system
+www/cgi-bin/ftplocate/log.user
+www/data/ftplocate/readme.zhtw.html
+www/data/ftplocate/readme.english.html
+www/data/ftplocate/index.html
+www/data/ftplocate/help.english.html
+www/data/ftplocate/help.zhtw.html
 @exec install -d -o nobody -g nobody -m 755 %D/www/cgi-bin/ftplocate/cache
-@exec install -d %D/www/cgi-bin/ftplocate/index %D/www/cgi-bin/ftplocate/desc
-@dirrm www/cgi-bin/ftplocate/index
+@exec install -d %D/www/cgi-bin/ftplocate/filelist %D/www/cgi-bin/ftplocate/desc
+@dirrm www/data/ftplocate
+@dirrm www/cgi-bin/ftplocate/filelist
 @dirrm www/cgi-bin/ftplocate/desc
 @dirrm www/cgi-bin/ftplocate/cache
 @dirrm www/cgi-bin/ftplocate


>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?200002141745.BAA77783>