From 15f86f7cedd79366971bdd3d98e2002b4959fa8f Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Sat, 26 Jan 2002 22:15:14 +0000 Subject: fget is a commandline tool for mirroring remote files via FTP. It was designed as an analog to the GNU wget utility. The fget package includes an FTP client library, so that others can make use of FTP from within their own C programs. WWW: http://www-dev.cso.uiuc.edu/fget/ --- ftp/fget/Makefile | 31 +++++++++++++++++++++++++++++++ ftp/fget/distinfo | 1 + ftp/fget/pkg-comment | 1 + ftp/fget/pkg-descr | 6 ++++++ ftp/fget/pkg-plist | 3 +++ 5 files changed, 42 insertions(+) create mode 100644 ftp/fget/Makefile create mode 100644 ftp/fget/distinfo create mode 100644 ftp/fget/pkg-comment create mode 100644 ftp/fget/pkg-descr create mode 100644 ftp/fget/pkg-plist (limited to 'ftp/fget') diff --git a/ftp/fget/Makefile b/ftp/fget/Makefile new file mode 100644 index 000000000000..88e0a54247a7 --- /dev/null +++ b/ftp/fget/Makefile @@ -0,0 +1,31 @@ +# Ports collection makefile for: fget +# Date created: 27 January 2002 +# Whom: Dmitry Sivachenko +# +# $FreeBSD$ +# + +PORTNAME= fget +PORTVERSION= 1.2.6 +CATEGORIES= ftp www +MASTER_SITES= ftp://ftp-dev.cso.uiuc.edu/pub/fget/ + +MAINTAINER= demon@FreeBSD.org + +USE_GMAKE= yes +GNU_CONFIGURE= yes + +MAN1= fget.1 +MAN3= ftp_connect.3 ftp_login.3 ftp_chdir.3 ftp_quit.3 ftp_fd.3 \ + ftp_data_fd.3 ftp_get_flags.3 ftp_set_flags.3 ftp_get_cache_max_size.3 \ + ftp_set_cache_max_size.3 ftp_get_cache_expire_time.3 \ + ftp_set_cache_expire_time.3 ftp_get_host.3 ftp_get_io_timeout.3 \ + ftp_set_io_timeout.3 ftp_whoami.3 ftp_glob.3 ftp_globfree.3 ftp_open.3 \ + ftp_read.3 ftp_write.3 ftp_lseek.3 ftp_close.3 ftp_opendir.3 \ + ftp_readdir.3 ftp_rewinddir.3 ftp_telldir.3 ftp_seekdir.3 \ + ftp_closedir.3 ftp_parse_url.3 ftp_readlink.3 ftp_realpath.3 \ + ftp_rename.3 ftp_remove.3 ftp_mkdir.3 ftp_rmdir.3 ftp_getcwd.3 \ + ftp_set_sendhook.3 ftp_set_recvhook.3 ftp_site.3 ftp_systype.3 \ + ftp_status.3 ftp_stat.3 ftp_lstat.3 + +.include diff --git a/ftp/fget/distinfo b/ftp/fget/distinfo new file mode 100644 index 000000000000..ea69d46da74d --- /dev/null +++ b/ftp/fget/distinfo @@ -0,0 +1 @@ +MD5 (fget-1.2.6.tar.gz) = 349792e24e069049a7ecd8769ec58a02 diff --git a/ftp/fget/pkg-comment b/ftp/fget/pkg-comment new file mode 100644 index 000000000000..be02d3221288 --- /dev/null +++ b/ftp/fget/pkg-comment @@ -0,0 +1 @@ +A commandline tool for mirroring remote files via FTP diff --git a/ftp/fget/pkg-descr b/ftp/fget/pkg-descr new file mode 100644 index 000000000000..228afd3efe4a --- /dev/null +++ b/ftp/fget/pkg-descr @@ -0,0 +1,6 @@ +fget is a commandline tool for mirroring remote files via FTP. It was +designed as an analog to the GNU wget utility. The fget package includes +an FTP client library, so that others can make use of FTP from within +their own C programs. + +WWW: http://www-dev.cso.uiuc.edu/fget/ diff --git a/ftp/fget/pkg-plist b/ftp/fget/pkg-plist new file mode 100644 index 000000000000..2445a9570684 --- /dev/null +++ b/ftp/fget/pkg-plist @@ -0,0 +1,3 @@ +bin/fget +include/libfget.h +lib/libfget.a -- cgit v1.2.3