summaryrefslogtreecommitdiff
path: root/net/gftp
AgeCommit message (Collapse)AuthorFilesLines
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv2-4/+5
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-08Use buildlink3 framework to fix build problem caused by (too early)tron2-10/+10
removal of "pkgsrc/textproc/intltool/buildlink2.mk".
2004-01-14Remove incorrect "@dirrm share/gnome/apps/Internet". This directory istron1-2/+1
created by the "gnome-dirs" package.
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-13Updated to 2.0.16xtraeme3-6/+11
Changes: o More translation files o bugfixes, etc. Review Changelog for a complete list of changes.
2003-12-13Bump PKGREVISION for atk library major bump.wiz1-1/+2
2003-09-01oops remove these patches forgotten in previous commitxtraeme2-53/+0
2003-09-01Update gftp to 2.0.15, provide a Makefile.common for the upcomingxtraeme5-43/+102
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-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-06-30Add three missing locale files.wiz1-1/+4
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-2/+2
dependency bumps.
2003-04-27Fix these PLISTs. ${PKGLOCALEDIR} -> ${PKGLOCALEDIR}/locale...cjep1-16/+16
2003-04-27Lint: PKGLOCALEDIRcjep2-19/+20
2003-02-05gnome[12]-dirs shouldn't have buildlink2.mk files as they don't havejlam1-2/+3
either shared libraries or header files. Remove references to these buildlink2.mk files from package Makefiles.
2003-01-29Depend on gnome1-dirs to handle shared directories. Bump PKGREVISION.jmmv1-2/+3
2002-10-27Check for pth, not NetBSD, so this compiles with native threads.rh3-11/+15
Bump PKGREVISION.
2002-10-21Convert to buildlink2.wiz1-4/+4
2001-10-31Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-28Fix missing entries for gftp-gtk and gftp-text or binary packages and removalsjmc1-1/+3
will break
2001-05-16Add missing "USE_LIBINTL= YES" to avoid build problems on systems withtron1-2/+3
"libintl" in base distribution.
2001-05-15Update gftp to 2.0.8. Update provided by Martti Kuparinenrh4-21/+26
<martti.kuparinen@iki.fi> in private mail. This closes his PR 12936. Changes from 2.0.8pre4 to 2.0.8 * Fixed progress update bug when downloading files * Other small bug fixes * Updated French and Czech translation Changes from 2.0.8pre3 to 2.0.8pre4 * Fixed bug with gftp sometimes "freezing" up when you would have it do several things at once * Moved the displaying of the KB/s from the current KB/s back to the average KB/s for the file transfer * Fixed bug with current file numbers not being updated * Fixed bug where gftp would reconnect to a site after a file upload * Fixed bug where the cache wasn't being updated when you refreshed a directory listing * Fixed bug where you couldn't select overwrite, resume or skip when transfering files that already existed * Made it so that the text port doesn't require the XPM files to be present when the config file is read * Renamed gtk12 port from gftp-gtk12 to gftp-gtk. I'll work gtk+ 2.0 port in the same source with #ifdefs * Other small bug fixes * Added Turkish translation Changes from 2.0.8pre2 to 2.0.8pre3 * Fixed some downloading/uploading problems and also fixed some reconnecting problems * Fixed bug so that you can do other stuff while a file transfer is in progress * Fixed crash that would occur if you would enter a blank host in the toolbar * Fixed compile problem on Solaris 7 * Drag and Drop fixups * Quite a few other small bug fixes * Updated French and Russian translation Changes from 2.0.8pre1 to 2.0.8pre2 * Fixed crash in bookmarks * Added some more bookmarks * Fixed crash with viewing files * Fixed compile problem with operating systems that don't have getaddrinfo(3) * Fixed bug with dragging a local file * Fixed bug with file transfer timeout * Removed unused variables from some structures * Added overwrite by default option * Fixed bug with keypad delete only letting you deleting one file * Fixed bug with command line params not being passed from the gftp shell script to gftp-gtk12 and gftp-text * Updated Korean translation Changes from 2.0.7b to 2.0.8pre1 * Separated all UI related functions from the non-UI related functions. Now have text port along with gtk+ 1.2 port * Fixed format string security problem in logging of ftp and http responses * Made chdir, rm, chmod, rename, etc all threaded operations. Now all network operations done in gftp should be stopable from the gui interface * Improved net core so it should detect better if the remote connection closed * When you go to upload a file now via ftp, it'll no longer send a SIZE command for each file. It can also now detect files that exist in subdirs and prompt you about those as well * Fixed file corruption when files were transfered via ascii mode * Added recursive directory deletes * Can now reorder files that are being transfered * If a file transfer is already going to one host, when you select more files to transfer they will automatically be appended to the current transfer in progress instead of another transfer being made * Added simplified Chinese and Italian translation * Various other small bug fixes
2001-05-15Update MASTER_SITESzuntum1-2/+2
Fixes pkg/12942 by Matthias Scheler
2001-05-14Initial import of gftp-2.0.7.1, a graphical FTP client using gtk+. Thisrh6-0/+118
package was provided in PR pkg/12006 by Jared D. McNeill <jmcneill@invisible.yi.org> and modified by me to compensate for non-preemptive threading. This also closes PR pkg/12936 by Martti Kuparinen <martti.kuparinen@iki.fi>