diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-06-23 08:43:50 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-06-23 08:43:50 +0800 |
commit | 7c6b22cf2eb8ad21608f8cc3c052dc5262f18037 (patch) | |
tree | c9edec526658dbca9414840c833c9fd5014ab06a | |
parent | b847af450b71eee90c47ae437bfa323c02f56886 (diff) | |
download | freebsd-ports-gnome-7c6b22cf2eb8ad21608f8cc3c052dc5262f18037.tar.gz freebsd-ports-gnome-7c6b22cf2eb8ad21608f8cc3c052dc5262f18037.tar.zst freebsd-ports-gnome-7c6b22cf2eb8ad21608f8cc3c052dc5262f18037.zip |
Import of ``downloader''.
A GTK+ based app that allows you to download from ftp or http based
servers much in the same way as "ReGet" for Windows.
PR: 12345
Submitted by: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
-rw-r--r-- | ftp/downloader/Makefile | 24 | ||||
-rw-r--r-- | ftp/downloader/distinfo | 1 | ||||
-rw-r--r-- | ftp/downloader/files/patch-aa | 19 | ||||
-rw-r--r-- | ftp/downloader/pkg-comment | 1 | ||||
-rw-r--r-- | ftp/downloader/pkg-descr | 20 | ||||
-rw-r--r-- | ftp/downloader/pkg-plist | 1 |
6 files changed, 66 insertions, 0 deletions
diff --git a/ftp/downloader/Makefile b/ftp/downloader/Makefile new file mode 100644 index 000000000000..841afe8939a0 --- /dev/null +++ b/ftp/downloader/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: downloader +# Version required: 0.98 +# Date Created: 23 June 1999 +# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> +# +# $Id$ +# + +DISTNAME= nt-0.98 +PKGNAME= download-0.98 +CATEGORIES= net +MASTER_SITES= http://www.krasu.ru/soft/chuchelo/ \ + ftp://linux.ru.net/pub/chuchelo/ + +MAINTAINER= ijliao@csie.nctu.edu.tw + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +WRKSRC= ${WRKDIR}/${DISTNAME}/main + +do-install: + cd ${WRKSRC}; ${INSTALL_PROGRAM} nt ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/ftp/downloader/distinfo b/ftp/downloader/distinfo new file mode 100644 index 000000000000..fb7c841e8d2c --- /dev/null +++ b/ftp/downloader/distinfo @@ -0,0 +1 @@ +MD5 (nt-0.98.tar.gz) = 793aa48837857888ddd6fa8e3b066ac9 diff --git a/ftp/downloader/files/patch-aa b/ftp/downloader/files/patch-aa new file mode 100644 index 000000000000..c66fce930eba --- /dev/null +++ b/ftp/downloader/files/patch-aa @@ -0,0 +1,19 @@ +--- Makefile.orig Fri Jun 18 18:41:54 1999 ++++ Makefile Tue Jun 22 17:32:18 1999 +@@ -1,10 +1,10 @@ +-CC = gcc +-CCPLUS = c++ ++CC ?= gcc ++CCPLUS = ${CXX} + +-LIBS=-lpthread +-CFLAGS=-Wall -O2 +-GTKLIBS=`gtk-config --libs` +-GTKFLAGS=`gtk-config --cflags` ++LIBS=-pthread ++CFLAGS?=-Wall -O2 ++GTKLIBS=`gtk12-config --libs` ++GTKFLAGS=`gtk12-config --cflags` + + EXECC=$(CCPLUS) $(CFLAGS) + diff --git a/ftp/downloader/pkg-comment b/ftp/downloader/pkg-comment new file mode 100644 index 000000000000..8cb7fec8b8b1 --- /dev/null +++ b/ftp/downloader/pkg-comment @@ -0,0 +1 @@ +A program for downloading via ftp or http with GUI. diff --git a/ftp/downloader/pkg-descr b/ftp/downloader/pkg-descr new file mode 100644 index 000000000000..5b1c8ca29ae3 --- /dev/null +++ b/ftp/downloader/pkg-descr @@ -0,0 +1,20 @@ +This program is a graphical program for downloading files through the +internet which support both ftp and http (not completed yet) protocols. +Program also supports REGET if server side supports it too. It is like kget +for linux and ReGet or GetRight for Windows. + +This program supports queue of downloads, regets files after connection break +and many other features: + + able to set limit amount of threads + saving list before quit + log for all downloads + limits for strings in logs + start stop threads, moving they in queue and other + recursive download via ftp (recursive http in plans) + auto reconnect and reget after break + +WWW: http://www.krasu.ru/soft/chuchelo/ + +- Ying-Chieh Liao +ijliao@csie.nctu.edu.tw diff --git a/ftp/downloader/pkg-plist b/ftp/downloader/pkg-plist new file mode 100644 index 000000000000..674ee76ebbf6 --- /dev/null +++ b/ftp/downloader/pkg-plist @@ -0,0 +1 @@ +bin/nt |