pkgsrc/net/gftp/Makefile.common
tron ec66dc0ea2 Update "gftp" and "gftp-gtk1" package to version 2.0.18. Changes since
version 2.0.17:
- Added support for the FSP protocol (http://fsp.sourceforge.net/)
- SSH2: Fixed segfault that could occur when renaming a file (bug introduced
  in 2.0.18rc1)
- SSH2: Fixes for parsing the directory listing from the commercial SSH server
- FTP: added pasv_behind_router option. If this is enabled, then the IP
  address that is in the PASV response will be ignored. Instead the IP
  address of the remote host will be used
- FTP: removed the quote filename functionality in the SITE CHMOD and
  SITE UTIME commands
- Chmod: Fixes for setting the group execute bit (bug introduced in 2.0.18rc1)
- Fixes so that the text port will prompt you for your password when a URL is
  entered on the command line
- In the text port, convert the string from UTF8 to the users' current locale
  before it is displayed
- Fixes for when the host system does not have getaddrinfo() (bug introduced in
  2.0.18rc1)
- Rewrote and improved the URL parser so that the :, @ characters are allowed
  in directories and passwords
- Security Fix: Ignore the file paths that are returned by the remote server
- FreeBSD and HP/UX fixes
- GNOME HIG fixes
- Many other small changes and improvements. See the ChangeLog file in the
  distribution for a detailed list of changes.
- Updated language translations (cs de en_CA en_GB es hu nl zh_CN)
2005-03-02 14:36:53 +00:00

36 lines
854 B
Makefile

# $NetBSD: Makefile.common,v 1.8 2005/03/02 14:36:53 tron Exp $
DISTNAME= gftp-${VERSION}
CATEGORIES= net
MASTER_SITES= http://gftp.seul.org/ \
ftp://gftp.seul.org/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmcneill@NetBSD.org
HOMEPAGE= http://gftp.seul.org/
BUILD_USES_MSGFMT= yes
USE_BUILDLINK3= yes
USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
PTHREAD_OPTS= require
CONFIGURE_ARGS+= --with-readline
VERSION= 2.0.18
.include "../../mk/bsd.prefs.mk"
.if !exists(/usr/bin/ssh-agent)
DEPENDS+= openssh-[0-9]*:../../security/openssh
.endif
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"