diff options
author | mezz <mezz@FreeBSD.org> | 2004-05-05 04:00:57 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-05-05 04:00:57 +0800 |
commit | 4ebbad32e21f7613c54692a749e4d7136624d8d8 (patch) | |
tree | eee04666481a0e6f4efe250b7cb5c3f9c30faa74 /ftp/Makefile | |
parent | 66b32c848df11e71f5d0b884c03bc23138cb3d94 (diff) | |
download | freebsd-ports-gnome-4ebbad32e21f7613c54692a749e4d7136624d8d8.tar.gz freebsd-ports-gnome-4ebbad32e21f7613c54692a749e4d7136624d8d8.tar.zst freebsd-ports-gnome-4ebbad32e21f7613c54692a749e4d7136624d8d8.zip |
UrlGfe is a download manager.
List of features:
- user can classify URLs before downloading
- every category has independent of configuration that can be inherited by
download
- batch mode can generate URLs
- supports import URLs from .html files
- supports export URLs ( for wget -i )
WWW: http://urlget.sourceforge.net/
PR: ports/62465
Submitted by: Nosov Artem <chip-set@mail.ru>
Approved by: marcus (backup mentor)
Diffstat (limited to 'ftp/Makefile')
-rw-r--r-- | ftp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index 91dbc55f3728..81faabf8214f 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -81,6 +81,7 @@ SUBDIR += tnftp SUBDIR += tnftpd SUBDIR += twoftpd + SUBDIR += urlgfe SUBDIR += vcheck SUBDIR += vsftpd SUBDIR += wget |