Update to 1.16

PR:		18604
Submitted by:	Andrew L. Neporada <andrew@chg.ru> (took maintainership)
This commit is contained in:
Chris Piazza 2000-05-19 08:26:08 +00:00
parent f5313283a8
commit 4ccf219acc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=28592
7 changed files with 23 additions and 18 deletions

View File

@ -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 @@ MAKE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
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

View File

@ -1 +1 @@
MD5 (nt-1.15.tar.gz) = 845fc9dbb705031ac410a39dee1b9c44
MD5 (nt-1.16.tar.gz) = 626fb50566c3a4a63eadade690b5b521

View File

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

View File

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

View File

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

View File

@ -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 @@ and many other features:
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/

View File

@ -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/id/LC_MESSAGES/nt.mo
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