Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  2 Sep 2001 16:13:53 +0200 (CEST)
From:      Matthias Andree <matthias.andree@web.de>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        sobomax@freebsd.org
Subject:   ports/30266: update port: ftp/ftpcopy update to 0.4.2, heed NOPORTDOCS
Message-ID:  <20010902141353.954C62D3B9@freebsd.emma.line.org>

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

>Number:         30266
>Category:       ports
>Synopsis:       update port: ftp/ftpcopy update to 0.4.2, heed NOPORTDOCS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 02 07:20:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Matthias Andree
>Release:        FreeBSD 4.4-RC i386
>Organization:
>Environment:
System: FreeBSD freebsd.emma.line.org 4.4-RC FreeBSD 4.4-RC #0: Fri Aug 31 00:03:36 CEST 2001 root@freebsd.emma.line.org:/usr/src/sys/compile/M2A2 i386


	
>Description:
The patch below does the following:
- update ftpcopy to 0.4.2 to add MLST/MLSD support
- install all documentation
- install documentation now to ${DOCSDIR} rather than ${DATADIR}
- add support for NOPORTDOCS
	
>How-To-Repeat:
	
>Fix:
diff -Nur -x work ftpcopy.orig/Makefile ftpcopy/Makefile
--- ftpcopy.orig/Makefile	Tue Jul 31 15:22:24 2001
+++ ftpcopy/Makefile	Sun Sep  2 16:11:08 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	ftpcopy
-PORTVERSION=	0.4.0
+PORTVERSION=	0.4.2
 CATEGORIES=	ftp
 MASTER_SITES=	http://www.ohse.de/uwe/ftpcopy/
 
@@ -17,11 +17,15 @@
 MAN1=		ftpcopy.1 ftpcp.1 ftpls.1
 
 do-install:
-	${MKDIR} ${DATADIR}
 	cd ${WRKSRC}/compile && \
 		${INSTALL_PROGRAM} ftpcopy ftpls ${PREFIX}/bin && \
-		${INSTALL_SCRIPT} ftpcp ${PREFIX}/bin && \
 		${INSTALL_MAN} ${MAN1} ${PREFIX}/man/man1 && \
-		${INSTALL_DATA} NEWS README ${DATADIR}
+		${INSTALL_SCRIPT} ftpcp ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+	${MKDIR} ${DOCSDIR} && \
+	cd ${WRKSRC}/compile && \
+		${INSTALL_DATA} ChangeLog NEWS LICENSES LICENSES.LOCAL \
+			README THANKS ${DOCSDIR}
+.endif
 
 .include <bsd.port.mk>
diff -Nur -x work ftpcopy.orig/distinfo ftpcopy/distinfo
--- ftpcopy.orig/distinfo	Tue Jul 31 15:22:24 2001
+++ ftpcopy/distinfo	Sun Sep  2 15:34:12 2001
@@ -1 +1 @@
-MD5 (ftpcopy-0.4.0.tar.gz) = 3a4f64a99e02755db9760f18ac4a777e
+MD5 (ftpcopy-0.4.2.tar.gz) = 0b2048457f0c6eb4b7f205bb8b502310
Binary files ftpcopy.orig/ftpcopy-0.4.2.tgz and ftpcopy/ftpcopy-0.4.2.tgz differ
diff -Nur -x work ftpcopy.orig/pkg-comment ftpcopy/pkg-comment
--- ftpcopy.orig/pkg-comment	Wed Jul  5 18:34:48 2000
+++ ftpcopy/pkg-comment	Sun Sep  2 15:39:32 2001
@@ -1 +1 @@
-Two command line ftp tools
+Command line ftp tools for listing and mirroring
diff -Nur -x work ftpcopy.orig/pkg-descr ftpcopy/pkg-descr
--- ftpcopy.orig/pkg-descr	Mon Jul 17 10:31:57 2000
+++ ftpcopy/pkg-descr	Sun Sep  2 15:32:52 2001
@@ -2,8 +2,8 @@
 
 ftpcopy is a simply FTP client written to copy files or directories
 (recursively) from a FTP server. It's main purpose is to mirror FTP sites which
-support the EPLF directory listing format, although it also supports the
-traditional listing format (/bin/ls). 
+support the MLSD/MLST commands or which employ the EPLF directory listing
+format, although it also supports the traditional listing format (/bin/ls). 
 
 ftpls is a FTP client which generates directory listings, either in plain text
 or HTML. 
diff -Nur -x work ftpcopy.orig/pkg-plist ftpcopy/pkg-plist
--- ftpcopy.orig/pkg-plist	Mon Jul 17 10:27:40 2000
+++ ftpcopy/pkg-plist	Sun Sep  2 15:57:48 2001
@@ -1,6 +1,10 @@
 bin/ftpcp
 bin/ftpcopy
 bin/ftpls
-share/ftpcopy/NEWS
-share/ftpcopy/README
-@dirrm share/ftpcopy
+%%PORTDOCS%%share/doc/ftpcopy/ChangeLog
+%%PORTDOCS%%share/doc/ftpcopy/LICENSES
+%%PORTDOCS%%share/doc/ftpcopy/LICENSES.LOCAL
+%%PORTDOCS%%share/doc/ftpcopy/NEWS
+%%PORTDOCS%%share/doc/ftpcopy/README
+%%PORTDOCS%%share/doc/ftpcopy/THANKS
+%%PORTDOCS%%@dirrm share/doc/ftpcopy
	
>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?20010902141353.954C62D3B9>