Commit graph

8 commits

Author SHA1 Message Date
xtraeme
cf28e4f2d1 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.
2004-04-05 02:45:44 +00:00
tron
ca6dfc3dd4 Remove incorrect "@dirrm share/gnome/apps/Internet". This directory is
created by the "gnome-dirs" package.
2004-01-14 12:52:53 +00:00
xtraeme
1b362f3e95 Updated to 2.0.16
Changes:

	o More translation files
	o bugfixes, etc.

Review Changelog for a complete list of changes.
2003-12-13 11:49:39 +00:00
xtraeme
8fcddfb7c0 Update gftp to 2.0.15, provide a Makefile.common for the upcoming
package of gftp which uses GTK+ version 1. Actually this package
uses GTK+ version 2. Ok'ed by wiz@

Changes (resumed):

Changes from 2.0.15rc2 to 2.0.15

    * FTP: Fixes for selecting ASCII/Binary transfers
    * Fixed crash when deleting files in the GTK+ port
    * Fixed parsing directory listings that have timestamps that are
      not in the current locale.
    * More largefile support fixes.
    * Updated translations (cs, pl, sr, sr@Latn, sv)

Changes from 2.0.15rc1 to 2.0.15rc2

    * Largefile (>2.1GB) fixes.
    * When resuming files, look up the right option name. gFTP would bail
      out whenever it couldn't look up the right option.
    * Fixes to the permissions of files when they are first transfered. New
      files are created with the mode 0644 & ~umask.
    * Change to the proper local directory when one was enabled with a
      bookmark.
    * Fixed crash that would occur in the options dialog when you hit Apply,
      then OK.
    * Fixed possible division by 0 when transfering a file.
    * Fixed double free of a gftp_file structure member (utf8_file). This was
      not present in 2.0.14.
    * FreeBSD PTY and password prompt fixes.
    * Detect write errors properly.
    * Added --info argument to the command line. This will give some
      information about how gFTP was compiled.

Changes from 2.0.14 to 2.0.15rc1

    * I18N improvements in GTK+ 2.0 port. If the remote server is not
      returning output in UTF8, it will first attempt to convert it from
      the local character set and if that fails it will try the character
      sets listed in the remote_charsets option.
    * Added an improved internal configuration interface. You can now override
      just about any option in the bookmarks dialog for a particular site.
    * Each protocol that gFTP supports is now completely self contained in
      it's own file. So, if gFTP doesn't support your favorite protocol, it
      should be pretty easy to add support

... Please review the long list of changes here:

http://gftp.seul.org/changelog.html
2003-09-01 21:38:43 +00:00
wiz
2b7daf4504 Add three missing locale files. 2003-06-30 16:27:56 +00:00
cjep
7c3eb0f6d3 Fix these PLISTs. ${PKGLOCALEDIR} -> ${PKGLOCALEDIR}/locale... 2003-04-27 14:57:55 +00:00
cjep
39ac088332 Lint: PKGLOCALEDIR 2003-04-27 14:39:12 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00