diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-03-16 22:30:19 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-03-16 22:30:19 +0000 |
commit | 9f4282c819b693c44b3bed74a337d7992d147a54 (patch) | |
tree | f1385502d56b8197a8839ab06bf2d30f0f41d254 /ftp | |
parent | ab0598a359a6f462e55aa101e5b48ea57d60e55e (diff) | |
download | ports-9f4282c819b693c44b3bed74a337d7992d147a54.tar.gz ports-9f4282c819b693c44b3bed74a337d7992d147a54.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftpfind/Makefile | 15 | ||||
-rw-r--r-- | ftp/ftpfind/distinfo | 1 | ||||
-rw-r--r-- | ftp/ftpfind/pkg-comment | 1 | ||||
-rw-r--r-- | ftp/ftpfind/pkg-descr | 5 | ||||
-rw-r--r-- | ftp/ftpfind/pkg-plist | 1 |
5 files changed, 23 insertions, 0 deletions
diff --git a/ftp/ftpfind/Makefile b/ftp/ftpfind/Makefile new file mode 100644 index 000000000000..4b9e1c6d6c24 --- /dev/null +++ b/ftp/ftpfind/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: ftpfind +# Version required: 0.92 +# Date created: Feb 21 1998 +# Whom: Tomokazu ISHII <wub@green.an.egg.or.jp> +# +# $Id$ +# + +DISTNAME= ftpfind-0.92 +CATEGORIES= net +MASTER_SITES= http://www1.odn.ne.jp/ishii/techniques/programs/ftpfind/ + +MAINTAINER= wub@green.an.egg.or.jp + +.include <bsd.port.mk> diff --git a/ftp/ftpfind/distinfo b/ftp/ftpfind/distinfo new file mode 100644 index 000000000000..6ec149fe79d3 --- /dev/null +++ b/ftp/ftpfind/distinfo @@ -0,0 +1 @@ +MD5 (ftpfind-0.92.tar.gz) = 3b1811912f99518f638694464794e5ca diff --git a/ftp/ftpfind/pkg-comment b/ftp/ftpfind/pkg-comment new file mode 100644 index 000000000000..79eceee5898d --- /dev/null +++ b/ftp/ftpfind/pkg-comment @@ -0,0 +1 @@ +find directory&file on a ftp server diff --git a/ftp/ftpfind/pkg-descr b/ftp/ftpfind/pkg-descr new file mode 100644 index 000000000000..39004b147972 --- /dev/null +++ b/ftp/ftpfind/pkg-descr @@ -0,0 +1,5 @@ +ftpfind - find directory&file on a ftp server + +-- +Tomokazu ISHII +wub@green.an.egg.or.jp diff --git a/ftp/ftpfind/pkg-plist b/ftp/ftpfind/pkg-plist new file mode 100644 index 000000000000..30b9dd4745b0 --- /dev/null +++ b/ftp/ftpfind/pkg-plist @@ -0,0 +1 @@ +bin/ftpfind |