diff options
author | Steve Price <steve@FreeBSD.org> | 1998-06-04 20:28:10 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-06-04 20:28:10 +0000 |
commit | ff53067132dfb7fb0c6a8dfecf553e5635c201d3 (patch) | |
tree | f088f491cfa3ce00e7b1f64e919f55a60c6c3dbe | |
parent | Update to version 0.5. (diff) |
Update to version 0.99.
PR: 6802
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=11256
-rw-r--r-- | ftp/ftpfind/Makefile | 6 | ||||
-rw-r--r-- | ftp/ftpfind/distinfo | 2 | ||||
-rw-r--r-- | ftp/ftpfind/pkg-descr | 6 |
3 files changed, 10 insertions, 4 deletions
diff --git a/ftp/ftpfind/Makefile b/ftp/ftpfind/Makefile index 4b9e1c6d6c24..28c8d08b4ea1 100644 --- a/ftp/ftpfind/Makefile +++ b/ftp/ftpfind/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: ftpfind -# Version required: 0.92 +# Version required: 0.99 # Date created: Feb 21 1998 # Whom: Tomokazu ISHII <wub@green.an.egg.or.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/03/16 22:30:18 jseger Exp $ # -DISTNAME= ftpfind-0.92 +DISTNAME= ftpfind-0.99 CATEGORIES= net MASTER_SITES= http://www1.odn.ne.jp/ishii/techniques/programs/ftpfind/ diff --git a/ftp/ftpfind/distinfo b/ftp/ftpfind/distinfo index 6ec149fe79d3..fa4e05385892 100644 --- a/ftp/ftpfind/distinfo +++ b/ftp/ftpfind/distinfo @@ -1 +1 @@ -MD5 (ftpfind-0.92.tar.gz) = 3b1811912f99518f638694464794e5ca +MD5 (ftpfind-0.99.tar.gz) = 0478f5ab9e6d72236bd8eddf187bec15 diff --git a/ftp/ftpfind/pkg-descr b/ftp/ftpfind/pkg-descr index 39004b147972..731941cbf611 100644 --- a/ftp/ftpfind/pkg-descr +++ b/ftp/ftpfind/pkg-descr @@ -1,5 +1,11 @@ ftpfind - find directory&file on a ftp server +usage: ftpfind URL [-login login_name] [-password password] \ + [-regexp pattern] [-type d|f|l] [-ls] [-print] \ + [-delete|-get [directory] [-new] [-resume] [-cpmod] \ + |-put [directory] [-new] [-cpmod] \ + |-chmod 0???] + -- Tomokazu ISHII wub@green.an.egg.or.jp |