diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-05 02:45:44 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-05 02:45:44 +0000 |
commit | afabdb3930cdb449e0965b1924728d08e802603a (patch) | |
tree | 958d72cdf40ac689e299685eee87856cc3c813eb /net/gftp | |
parent | ebb4a46952105950bf8e5397579a7027b438cb50 (diff) | |
download | pkgsrc-afabdb3930cdb449e0965b1924728d08e802603a.tar.gz |
Update gftp to 2.0.17.
Changes from 2.0.16 to 2.0.17:
* Separated out more of the UI independent code in the GTK+ and Text
ports and created a user interface common repository. Cleaned up
some of the existing GTK+ code. The GTK+ port can now be controlled
from a command line interface in the GUI. There is an option you
have to enable in the options dialog for this. (enable manual
commands in GUI)
* Added support for the FTPS protocol. The control connection is the
only one encrypted at the moment.
* When viewing/editing a file, the temporary file that is created is
created with the same extension as the remote file so that syntax
highlighting works
* File transfers can be resumed/skipped/overwritten in the text port
and whenever files are dropped on gftp in the GTK+ port.
* FTP: Added support for MVS directory listings
* FTP: Fix for FXP transfers
* SSH2: fix for resuming uploads
* Added option to show the transfer status in the title bar.
* Added option to disable IPV6 support.
* Fixed the wrong date being displayed when a file was modified last year
* 64 bit cleanups. This also fixed a SSH segfault that was happening
on FreeBSD
* Look for the .gmo translation files in the proper directory
* If a bookmarked site has it's password saved in the config file, then
the passwords are written out in a scrambled format. This isn't
secure, but it'll prevent someone from casually looking over your
shoulder and seeing your password. I still do not recommend saving
your passwords to disk.
* Fix for systems that do not support the %'ld format argument
* The startup directory option is now expanded so that an option like
~/src can be specified
* New language translations and updates (ca cs de ga hr hu nl pt_BR
sr sr@Latn ta th)
* Many other small changes and improvements. See the ChangeLog file in
the distribution for a detailed list of changes.
Diffstat (limited to 'net/gftp')
-rw-r--r-- | net/gftp/Makefile | 3 | ||||
-rw-r--r-- | net/gftp/Makefile.common | 6 | ||||
-rw-r--r-- | net/gftp/PLIST | 5 | ||||
-rw-r--r-- | net/gftp/distinfo | 6 |
4 files changed, 11 insertions, 9 deletions
diff --git a/net/gftp/Makefile b/net/gftp/Makefile index 191d2e53e51..e488c10c816 100644 --- a/net/gftp/Makefile +++ b/net/gftp/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2004/03/26 02:27:47 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2004/04/05 02:45:45 xtraeme Exp $ # .include "${.CURDIR}/Makefile.common" -PKGREVISION= 4 COMMENT= Multithreaded GTK2+ ftp client diff --git a/net/gftp/Makefile.common b/net/gftp/Makefile.common index 0e585634a98..d1525ff932b 100644 --- a/net/gftp/Makefile.common +++ b/net/gftp/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.4 2004/03/08 19:40:41 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.5 2004/04/05 02:45:45 xtraeme Exp $ DISTNAME= gftp-${VERSION} CATEGORIES= net -MASTER_SITES= http://gftp.seul.org/ \ +MASTER_SITES= http://gftp.seul.org/ \ ftp://gftp.seul.org/ EXTRACT_SUFX= .tar.bz2 @@ -20,7 +20,7 @@ PTHREAD_OPTS= require CONFIGURE_ARGS+= --with-readline -VERSION= 2.0.16 +VERSION= 2.0.17 .include "../../mk/bsd.prefs.mk" diff --git a/net/gftp/PLIST b/net/gftp/PLIST index 32aabf424d9..616a9f86370 100644 --- a/net/gftp/PLIST +++ b/net/gftp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2004/01/14 12:52:53 tron Exp $ +@comment $NetBSD: PLIST,v 1.8 2004/04/05 02:45:45 xtraeme Exp $ bin/gftp bin/gftp-gtk bin/gftp-text @@ -46,6 +46,7 @@ ${PKGLOCALEDIR}/locale/el/LC_MESSAGES/gftp.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gftp.mo ${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/gftp.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gftp.mo +${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/gftp.mo ${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/gftp.mo ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/gftp.mo ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gftp.mo @@ -65,6 +66,8 @@ ${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gftp.mo ${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/gftp.mo ${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/gftp.mo ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gftp.mo +${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/gftp.mo +${PKGLOCALEDIR}/locale/th/LC_MESSAGES/gftp.mo ${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gftp.mo ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/gftp.mo ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gftp.mo diff --git a/net/gftp/distinfo b/net/gftp/distinfo index 64ea50e2094..cf292439c50 100644 --- a/net/gftp/distinfo +++ b/net/gftp/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2003/12/13 11:49:39 xtraeme Exp $ +$NetBSD: distinfo,v 1.6 2004/04/05 02:45:45 xtraeme Exp $ -SHA1 (gftp-2.0.16.tar.bz2) = 9ba5c28c6d5f7dc9f59620ddaf7359a2c01b865c -Size (gftp-2.0.16.tar.bz2) = 1102827 bytes +SHA1 (gftp-2.0.17.tar.bz2) = beeb1edfac3aa5b9b7a4a02d0a0a3ed374fc2ce0 +Size (gftp-2.0.17.tar.bz2) = 1228736 bytes |