Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 May 2000 20:06:15 +0400 (MSD)
From:      andrew@chg.ru
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18604: update port: ftp/downloader
Message-ID:  <200005161606.UAA55027@sign.chg.ru>

next in thread | raw e-mail | index | archive | help

>Number:         18604
>Category:       ports
>Synopsis:       update port: ftp/downloader
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 16 09:10:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Andrew L. Neporada
>Release:        FreeBSD 3.4-20000217-STABLE i386
>Organization:
>Environment:

current ports tree

>Description:

Update downloader from 1.15 to 1.16.
New feature -- downloading one file  in a number of threads.


P.S. I'd like to maintain this port. 

>How-To-Repeat:

	

>Fix:
	
Apply following patch:


diff -ruN downloader.orig/Makefile downloader/Makefile
--- downloader.orig/Makefile	Sat Apr 22 06:15:47 2000
+++ downloader/Makefile	Tue May 16 19:04:53 2000
@@ -6,13 +6,13 @@
 #
 
 PORTNAME=	downloader
-PORTVERSION=	1.15
+PORTVERSION=	1.16
 CATEGORIES=	ftp
 MASTER_SITES=	ftp://ftp.server51.freshmeat.net/pub/d4x/ \
 		ftp://ftp.chg.ru/pub/X11/applications/Xdownloader/
 DISTNAME=	nt-${PORTVERSION}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	andrew@chg.ru
 
 LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
 
@@ -26,8 +26,8 @@
 
 MAN1=		nt.1
 
-D4X_DOC=	ChangeLog FAQ FAQ.es FAQ.fr FAQ.gr INSTALL INSTALL.gr LICENSE \
-		NAMES PLANS README README.gr README.ru THANKS TODO TROUBLES
+D4X_DOC=	ChangeLog FAQ FAQ.de FAQ.es FAQ.fr FAQ.gr LICENSE \
+		NAMES PLANS README README.de README.es README.gr README.ru THANKS TODO TROUBLES
 
 post-install:
 	${INSTALL_MAN} ${WRKSRC}/../nt.1 ${PREFIX}/man/man1
diff -ruN downloader.orig/files/md5 downloader/files/md5
--- downloader.orig/files/md5	Sat Apr 22 06:15:48 2000
+++ downloader/files/md5	Tue May 16 18:58:55 2000
@@ -1 +1 @@
-MD5 (nt-1.15.tar.gz) = 845fc9dbb705031ac410a39dee1b9c44
+MD5 (nt-1.16.tar.gz) = 626fb50566c3a4a63eadade690b5b521
diff -ruN downloader.orig/patches/patch-aa downloader/patches/patch-aa
--- downloader.orig/patches/patch-aa	Sat Apr 22 06:15:49 2000
+++ downloader/patches/patch-aa	Tue May 16 18:58:55 2000
@@ -1,5 +1,5 @@
---- Makefile.orig	Thu Apr 20 11:24:29 2000
-+++ Makefile	Sat Apr 22 06:00:00 2000
+--- Makefile.orig	Thu May 11 05:49:46 2000
++++ Makefile	Tue May 16 17:36:48 2000
 @@ -1,40 +1,19 @@
 -CXXFLAGS=-Wall -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS
 -# -ggdb
@@ -49,7 +49,7 @@
  
  FACE=face/lmenu.o face/list.o face/addd.o face/graph.o face/log.o \
  	face/prefs.o face/buttons.o face/about.o face/edit.o \
-@@ -50,23 +29,20 @@
+@@ -51,23 +30,20 @@
  all:
  	-rm -f nt
  	$(MAKE) nt
@@ -81,7 +81,7 @@
  
  clean: 
  	-rm -f *.o nt TAGS *~
-@@ -79,8 +55,3 @@
+@@ -80,8 +56,3 @@
  uninstall:
  	-rm -f $(DEST)/bin/nt
  	$(MAKE) uninstall -C po
diff -ruN downloader.orig/patches/patch-ap downloader/patches/patch-ap
--- downloader.orig/patches/patch-ap	Sat Apr 22 06:15:50 2000
+++ downloader/patches/patch-ap	Tue May 16 18:58:55 2000
@@ -1,8 +1,8 @@
---- face/Makefile.orig	Sun Apr 16 16:18:45 2000
-+++ face/Makefile	Sat Apr 22 06:00:00 2000
+--- face/Makefile.orig	Thu May 11 05:55:43 2000
++++ face/Makefile	Tue May 16 17:36:58 2000
 @@ -2,10 +2,8 @@
  	buttons.o about.o saveload.o limface.o misc.o lod.o columns.o \
- 	dndtrash.o passface.o
+ 	dndtrash.o passface.o mywidget.o
  
 +.cc.o:
 +	$(EXECC) -c $<
diff -ruN downloader.orig/patches/patch-aq downloader/patches/patch-aq
--- downloader.orig/patches/patch-aq	Sat Apr 22 06:15:51 2000
+++ downloader/patches/patch-aq	Tue May 16 18:58:56 2000
@@ -1,5 +1,5 @@
---- po/Makefile.orig	Mon Apr 17 10:32:26 2000
-+++ po/Makefile	Fri Apr 21 21:00:00 2000
+--- po/Makefile.orig	Mon Apr 17 05:32:26 2000
++++ po/Makefile	Tue May 16 17:37:02 2000
 @@ -1,12 +1,12 @@
  all:
  	for i in `ls *.po`; do \
diff -ruN downloader.orig/pkg/DESCR downloader/pkg/DESCR
--- downloader.orig/pkg/DESCR	Sat Apr 22 06:15:51 2000
+++ downloader/pkg/DESCR	Tue May 16 18:58:56 2000
@@ -1,5 +1,5 @@
 This program is a graphical program for downloading files through the
-internet which support both ftp and http (not completed yet) protocols.
+internet which support both ftp and http protocols.
 Program also supports REGET if server side supports it too. It is like kget
 for KDE and ReGet or GetRight for Microsoft Windows. 
 
@@ -9,9 +9,12 @@
 	able to set limit amount of threads
 	saving list before quit
 	log for all downloads
+	common log
 	limits for strings in logs
+	ftp and http proxy support
+	mask support
 	start stop threads, moving they in queue and other
-	recursive download via ftp (recursive http in plans)
+	recursive download via ftp and http
 	auto reconnect and reget after break
 
 WWW: http://www.krasu.ru/soft/chuchelo/
diff -ruN downloader.orig/pkg/PLIST downloader/pkg/PLIST
--- downloader.orig/pkg/PLIST	Mon May  8 01:29:41 2000
+++ downloader/pkg/PLIST	Tue May 16 18:58:57 2000
@@ -1,15 +1,16 @@
 bin/nt
 share/doc/downloader/ChangeLog
 share/doc/downloader/FAQ
+share/doc/downloader/FAQ.de
 share/doc/downloader/FAQ.es
 share/doc/downloader/FAQ.fr
 share/doc/downloader/FAQ.gr 
-share/doc/downloader/INSTALL
-share/doc/downloader/INSTALL.gr
 share/doc/downloader/LICENSE
 share/doc/downloader/NAMES
 share/doc/downloader/PLANS
 share/doc/downloader/README
+share/doc/downloader/README.de
+share/doc/downloader/README.es
 share/doc/downloader/README.gr
 share/doc/downloader/README.ru
 share/doc/downloader/THANKS
@@ -26,6 +27,7 @@
 share/locale/it/LC_MESSAGES/nt.mo
 share/locale/ja/LC_MESSAGES/nt.mo
 share/locale/nl/LC_MESSAGES/nt.mo
+share/locale/pl/LC_MESSAGES/nt.mo
 share/locale/pt_BR/LC_MESSAGES/nt.mo
 share/locale/ru/LC_MESSAGES/nt.mo
 share/locale/zh_CN.GBK/LC_MESSAGES/nt.mo

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005161606.UAA55027>