diff options
author | steve <steve@FreeBSD.org> | 1999-01-11 02:13:20 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-01-11 02:13:20 +0800 |
commit | 4f1be751bbadac4c0da92ab9c0d9771197a65dce (patch) | |
tree | 529db94b43d8ff7368937bffe51f48e0c2c08b6b /ftp/ftpfind | |
parent | 1183fcbf8f23a4e0bdf344b146b2f4f81f8e282d (diff) | |
download | freebsd-ports-gnome-4f1be751bbadac4c0da92ab9c0d9771197a65dce.tar.gz freebsd-ports-gnome-4f1be751bbadac4c0da92ab9c0d9771197a65dce.tar.zst freebsd-ports-gnome-4f1be751bbadac4c0da92ab9c0d9771197a65dce.zip |
Update to version 0.996.
PR: 9380
Submitted by: maintainer
Diffstat (limited to 'ftp/ftpfind')
-rw-r--r-- | ftp/ftpfind/Makefile | 13 | ||||
-rw-r--r-- | ftp/ftpfind/distinfo | 2 | ||||
-rw-r--r-- | ftp/ftpfind/pkg-descr | 13 |
3 files changed, 15 insertions, 13 deletions
diff --git a/ftp/ftpfind/Makefile b/ftp/ftpfind/Makefile index 28c8d08b4ea1..871526f548bd 100644 --- a/ftp/ftpfind/Makefile +++ b/ftp/ftpfind/Makefile @@ -1,15 +1,16 @@ # New ports collection makefile for: ftpfind -# Version required: 0.99 +# Version required: 0.996 # Date created: Feb 21 1998 -# Whom: Tomokazu ISHII <wub@green.an.egg.or.jp> +# Whom: Tomokazu ISHII <t-ishii@tryplanet.com> # -# $Id: Makefile,v 1.1.1.1 1998/03/16 22:30:18 jseger Exp $ +# $Id: Makefile,v 1.2 1998/06/04 20:28:04 steve Exp $ # -DISTNAME= ftpfind-0.99 +DISTNAME= ftpfind-0.996 CATEGORIES= net -MASTER_SITES= http://www1.odn.ne.jp/ishii/techniques/programs/ftpfind/ +MASTER_SITES= http://hp.vector.co.jp/authors/VA013366/ \ + http://www.tryplanet.com/t-ishii/programs/ftpfind/ -MAINTAINER= wub@green.an.egg.or.jp +MAINTAINER= t-ishii@tryplanet.com .include <bsd.port.mk> diff --git a/ftp/ftpfind/distinfo b/ftp/ftpfind/distinfo index fa4e05385892..3bde769702f2 100644 --- a/ftp/ftpfind/distinfo +++ b/ftp/ftpfind/distinfo @@ -1 +1 @@ -MD5 (ftpfind-0.99.tar.gz) = 0478f5ab9e6d72236bd8eddf187bec15 +MD5 (ftpfind-0.996.tar.gz) = 5558c6321d15607f92cf09803d315192 diff --git a/ftp/ftpfind/pkg-descr b/ftp/ftpfind/pkg-descr index 731941cbf611..444737b9c1eb 100644 --- a/ftp/ftpfind/pkg-descr +++ b/ftp/ftpfind/pkg-descr @@ -1,11 +1,12 @@ 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???] +usage: /usr/local/bin/ftpfind URL [-proxy proxy_server] \ + [-login login_name] [-password password] \ + [-regexp pattern] [-type d|f|l] [-ls] [-print] \ + [-delete|-get [directory] [-new] [-resume] \ + |-put [directory] [-new] \ + |-chmod 0???] -- Tomokazu ISHII -wub@green.an.egg.or.jp +t-ishii@tryplanet.com |