pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/lftp Update to 4.0.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6b846b2e393d
branches:  trunk
changeset: 399263:6b846b2e393d
user:      hasso <hasso%pkgsrc.org@localhost>
date:      Wed Sep 16 07:13:20 2009 +0000

description:
Update to 4.0.0.

Version 4.0.0 - 2009-09-11

* added torrent client.
* automatically set time precision on FAT-like FS (linux only).
* fixed timestamps in `mirror --ignore-time'.

Add patch-ai which adds a workaround for a problem preventing lftp to
connect to the UTF8 capable ftp sites.

diffstat:

 net/lftp/Makefile         |   4 ++--
 net/lftp/PLIST            |   4 +++-
 net/lftp/distinfo         |  10 ++++++----
 net/lftp/patches/patch-ah |  12 ++++++++++++
 net/lftp/patches/patch-ai |  20 ++++++++++++++++++++
 5 files changed, 43 insertions(+), 7 deletions(-)

diffs (96 lines):

diff -r fcb4f99ce244 -r 6b846b2e393d net/lftp/Makefile
--- a/net/lftp/Makefile Wed Sep 16 06:55:45 2009 +0000
+++ b/net/lftp/Makefile Wed Sep 16 07:13:20 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.87 2009/06/24 07:06:33 hasso Exp $
+# $NetBSD: Makefile,v 1.88 2009/09/16 07:13:20 hasso Exp $
 
-DISTNAME=              lftp-3.7.14
+DISTNAME=              lftp-4.0.0
 CATEGORIES=            net
 MASTER_SITES=          http://ftp.yars.free.net/pub/source/lftp/ \
                        ftp://ftp.st.ryukoku.ac.jp/pub/network/ftp/lftp/ \
diff -r fcb4f99ce244 -r 6b846b2e393d net/lftp/PLIST
--- a/net/lftp/PLIST    Wed Sep 16 06:55:45 2009 +0000
+++ b/net/lftp/PLIST    Wed Sep 16 07:13:20 2009 +0000
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.14 2009/06/14 18:09:32 joerg Exp $
+@comment $NetBSD: PLIST,v 1.15 2009/09/16 07:13:20 hasso Exp $
 bin/lftp
 bin/lftpget
 lib/lftp/${PKGVERSION}/cmd-mirror.so
 lib/lftp/${PKGVERSION}/cmd-sleep.so
+lib/lftp/${PKGVERSION}/cmd-torrent.so
 lib/lftp/${PKGVERSION}/liblftp-network.so
 lib/lftp/${PKGVERSION}/liblftp-pty.so
 lib/lftp/${PKGVERSION}/proto-file.so
@@ -17,6 +18,7 @@
 share/examples/lftp/lftp.conf.default
 share/lftp/import-ncftp
 share/lftp/import-netscape
+share/locale/cs/LC_MESSAGES/lftp.mo
 share/locale/de/LC_MESSAGES/lftp.mo
 share/locale/es/LC_MESSAGES/lftp.mo
 share/locale/fr/LC_MESSAGES/lftp.mo
diff -r fcb4f99ce244 -r 6b846b2e393d net/lftp/distinfo
--- a/net/lftp/distinfo Wed Sep 16 06:55:45 2009 +0000
+++ b/net/lftp/distinfo Wed Sep 16 07:13:20 2009 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.46 2009/06/17 08:40:57 tnn Exp $
+$NetBSD: distinfo,v 1.47 2009/09/16 07:13:20 hasso Exp $
 
-SHA1 (lftp-3.7.14.tar.bz2) = b36819aa9624057f1c9067867579c2ac509c72e7
-RMD160 (lftp-3.7.14.tar.bz2) = b6c7bfc5d33b607203afa6784c2db5ece6d2716b
-Size (lftp-3.7.14.tar.bz2) = 1490470 bytes
+SHA1 (lftp-4.0.0.tar.bz2) = 908397b581a68e6206ade4f798a68d8390aebf42
+RMD160 (lftp-4.0.0.tar.bz2) = 7ca6ee013733180bc3b45db13dda1b1eb2cd9acc
+Size (lftp-4.0.0.tar.bz2) = 1580362 bytes
 SHA1 (patch-aa) = 62af66bc66593164eb13fb25e63ff1b0e68f870b
 SHA1 (patch-ab) = 65c92b264873b45c69a0dfde2d2715dca0b6dc36
 SHA1 (patch-ac) = 32e1fba23d4d6bd0b06bacbe503cb9b39d2bf825
@@ -10,3 +10,5 @@
 SHA1 (patch-ae) = 3ee418b94cc1afb7b2db5bc550fd966d346368a4
 SHA1 (patch-af) = 69c414ab28cbdfb86e4981fb7eaa7985b8384838
 SHA1 (patch-ag) = 9eda126e106cee0cae6be691ad8bece921c9c0a9
+SHA1 (patch-ah) = 0fe8a0d179cca0d747d5b43e0db1617d22e0cc3a
+SHA1 (patch-ai) = 6c791df94400c74475de977daf38078080209231
diff -r fcb4f99ce244 -r 6b846b2e393d net/lftp/patches/patch-ah
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/lftp/patches/patch-ah Wed Sep 16 07:13:20 2009 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ah,v 1.1 2009/09/16 07:13:20 hasso Exp $
+
+--- src/Torrent.cc.orig        2009-09-16 08:23:06 +0300
++++ src/Torrent.cc     2009-09-16 08:24:21 +0300
+@@ -24,6 +24,7 @@
+ #include <stdlib.h>
+ #include <assert.h>
+ #include <sys/socket.h>
++#include <sys/stat.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
+ #include <unistd.h>
diff -r fcb4f99ce244 -r 6b846b2e393d net/lftp/patches/patch-ai
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/lftp/patches/patch-ai Wed Sep 16 07:13:20 2009 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-ai,v 1.1 2009/09/16 07:13:20 hasso Exp $
+
+--- src/buffer.cc.orig 2009-09-16 09:56:27 +0300
++++ src/buffer.cc      2009-09-16 09:57:15 +0300
+@@ -313,6 +313,7 @@ DataRecoder::~DataRecoder()
+ }
+ DataRecoder::DataRecoder(const char *from_code,const char *to_code,bool translit)
+ {
++#if !defined(__NetBSD__) && !defined(__DragonFly__)
+    if(translit)
+    {
+       const char *add="//TRANSLIT";
+@@ -320,6 +321,7 @@ DataRecoder::DataRecoder(const char *fro
+       strcat(tmp_enc,add);
+       to_code=tmp_enc;
+    }
++#endif
+    backend_translate=iconv_open(to_code,from_code);
+    if(backend_translate==(iconv_t)-1)
+    {



Home | Main Index | Thread Index | Old Index