diff options
author | xtraeme <xtraeme> | 2004-04-05 02:45:44 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-04-05 02:45:44 +0000 |
commit | 441b630097f950e7a1676a14361f8023c1c8abd1 (patch) | |
tree | 958d72cdf40ac689e299685eee87856cc3c813eb /net/gftp/PLIST | |
parent | 56e78a41ec0a3ee7a96a85e7dde3e67caabce111 (diff) | |
download | pkgsrc-441b630097f950e7a1676a14361f8023c1c8abd1.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/PLIST')
-rw-r--r-- | net/gftp/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
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 |