From owner-freebsd-ports Sun Sep 2 7:20: 8 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1A92437B406 for ; Sun, 2 Sep 2001 07:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f82EK1Y40342; Sun, 2 Sep 2001 07:20:01 -0700 (PDT) (envelope-from gnats) Received: from krusty.e-technik.uni-dortmund.de (krusty.E-Technik.Uni-Dortmund.DE [129.217.163.1]) by hub.freebsd.org (Postfix) with ESMTP id C6A7237B403; Sun, 2 Sep 2001 07:13:56 -0700 (PDT) Received: from emma1.emma.line.org (krusty.dt.e-technik.uni-dortmund.de [129.217.163.1]) by krusty.e-technik.uni-dortmund.de (Postfix) with ESMTP id 629C5A3826; Sun, 2 Sep 2001 16:13:55 +0200 (CEST) Received: from freebsd.emma.line.org (freebsd.emma.line.org [192.168.0.4]) by emma1.emma.line.org (Postfix) with ESMTP id AE92DA201F; Sun, 2 Sep 2001 16:13:54 +0200 (CEST) Received: by freebsd.emma.line.org (Postfix, from userid 500) id 954C62D3B9; Sun, 2 Sep 2001 16:13:53 +0200 (CEST) Message-Id: <20010902141353.954C62D3B9@freebsd.emma.line.org> Date: Sun, 2 Sep 2001 16:13:53 +0200 (CEST) From: Matthias Andree Reply-To: Matthias Andree To: FreeBSD-gnats-submit@freebsd.org Cc: sobomax@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/30266: update port: ftp/ftpcopy update to 0.4.2, heed NOPORTDOCS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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