summaryrefslogtreecommitdiff
path: root/net/gftp/Makefile.common
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2003-09-01 21:38:43 +0000
committerxtraeme <xtraeme>2003-09-01 21:38:43 +0000
commitf4e26c8880c8cd1df8370f4573c21445ed3431e8 (patch)
tree8ae6ac95c6486f5ae5e1073fea07c5b19ad19d35 /net/gftp/Makefile.common
parentfbf62c2ae753675ffeb0d24e70d273293bb77766 (diff)
downloadpkgsrc-f4e26c8880c8cd1df8370f4573c21445ed3431e8.tar.gz
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
Diffstat (limited to 'net/gftp/Makefile.common')
-rw-r--r--net/gftp/Makefile.common35
1 files changed, 35 insertions, 0 deletions
diff --git a/net/gftp/Makefile.common b/net/gftp/Makefile.common
new file mode 100644
index 00000000000..e8d8b38c2ef
--- /dev/null
+++ b/net/gftp/Makefile.common
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile.common,v 1.1 2003/09/01 21:38:43 xtraeme Exp $
+
+DISTNAME= gftp-${VERSION}
+CATEGORIES= net
+MASTER_SITES= http://gftp.seul.org/ \
+ ftp://gftp.seul.org/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= jmcneill@invisible.yi.org
+HOMEPAGE= http://gftp.seul.org/
+
+BUILD_USES_MSGFMT= yes
+
+USE_BUILDLINK2= yes
+USE_PKGLOCALEDIR= yes
+GNU_CONFIGURE= yes
+
+PTHREAD_OPTS= require
+
+CONFIGURE_ARGS+= --with-readline
+
+VERSION= 2.0.15
+
+.include "../../mk/bsd.prefs.mk"
+
+.if !exists(/usr/bin/ssh-agent)
+DEPENDS+= openssh-[0-9]*:../../security/openssh
+.endif
+
+.include "../../converters/libiconv/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/readline/buildlink2.mk"
+.include "../../security/openssl/buildlink2.mk"
+.include "../../textproc/intltool/buildlink2.mk"
+.include "../../mk/pthread.buildlink2.mk"