1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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/
This commit is contained in:
Dmitry Sivachenko 2002-01-26 22:15:14 +00:00
parent eaf7b25a1e
commit 15f86f7ced
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53804
6 changed files with 43 additions and 0 deletions

View File

@ -11,6 +11,7 @@
SUBDIR += curl
SUBDIR += downloader
SUBDIR += emirror
SUBDIR += fget
SUBDIR += ftpcopy
SUBDIR += ftpcube
SUBDIR += ftpfind

31
ftp/fget/Makefile Normal file
View File

@ -0,0 +1,31 @@
# Ports collection makefile for: fget
# Date created: 27 January 2002
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
#
# $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 <bsd.port.mk>

1
ftp/fget/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (fget-1.2.6.tar.gz) = 349792e24e069049a7ecd8769ec58a02

1
ftp/fget/pkg-comment Normal file
View File

@ -0,0 +1 @@
A commandline tool for mirroring remote files via FTP

6
ftp/fget/pkg-descr Normal file
View File

@ -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/

3
ftp/fget/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/fget
include/libfget.h
lib/libfget.a