diff options
author | tron <tron@pkgsrc.org> | 2007-03-20 13:32:10 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-03-20 13:32:10 +0000 |
commit | f06bbc8acdf3a6c58ff5ebf4bfb4f3571b2b0061 (patch) | |
tree | 474a7d311c041a101a2c4bd477bc39bb81a60501 /net | |
parent | 7d69606a3665471369a48c5b753b76a3da720748 (diff) | |
download | pkgsrc-f06bbc8acdf3a6c58ff5ebf4bfb4f3571b2b0061.tar.gz |
Remove "gftp" packages. They are broken and unmaintained.
Approved by Jared D. McNeill.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 4 | ||||
-rw-r--r-- | net/gftp-gtk1/DESCR | 21 | ||||
-rw-r--r-- | net/gftp-gtk1/Makefile | 20 | ||||
-rw-r--r-- | net/gftp/DESCR | 21 | ||||
-rw-r--r-- | net/gftp/Makefile | 16 | ||||
-rw-r--r-- | net/gftp/Makefile.common | 33 | ||||
-rw-r--r-- | net/gftp/PLIST | 80 | ||||
-rw-r--r-- | net/gftp/distinfo | 12 | ||||
-rw-r--r-- | net/gftp/patches/patch-aa | 15 | ||||
-rw-r--r-- | net/gftp/patches/patch-ab | 13 | ||||
-rw-r--r-- | net/gftp/patches/patch-ac | 30 | ||||
-rw-r--r-- | net/gftp/patches/patch-ad | 13 | ||||
-rw-r--r-- | net/gftp/patches/patch-ae | 84 | ||||
-rw-r--r-- | net/gftp/patches/patch-af | 13 | ||||
-rw-r--r-- | net/gftp/patches/patch-ag | 20 |
15 files changed, 1 insertions, 394 deletions
diff --git a/net/Makefile b/net/Makefile index 34e770abac7..916f8462aab 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.659 2007/03/19 17:32:55 taca Exp $ +# $NetBSD: Makefile,v 1.660 2007/03/20 13:32:10 tron Exp $ # COMMENT= Networking tools @@ -108,8 +108,6 @@ SUBDIR+= ftplibpp SUBDIR+= ftpproxy SUBDIR+= gated SUBDIR+= gethost -SUBDIR+= gftp -SUBDIR+= gftp-gtk1 SUBDIR+= gift SUBDIR+= gift-fasttrack SUBDIR+= gift-gnutella diff --git a/net/gftp-gtk1/DESCR b/net/gftp-gtk1/DESCR deleted file mode 100644 index c99e839bbb1..00000000000 --- a/net/gftp-gtk1/DESCR +++ /dev/null @@ -1,21 +0,0 @@ -gFTP is a free multithreaded ftp client for *NIX based machines -running X11R6 or later. It has the following features: - - * Distributed under the terms of the GNU Public License - * Written in C and has a text interface and a GTK+ 1.2/2.0 interface - * Supports the FTP, HTTP and SSH protocols - * Supports FXP file transfers (transfering files between 2 remote - servers via FTP) - * Multithreaded to allow for simultaneous downloads - * File transfer queues to allow for downloading multiple files - * Supports downloading entire directories and subdirectories - * Bookmarks menu to allow you to quickly connect to remote sites - * Supports resuming interrupted file transfers - * Supports caching of remote directory listings - * Drag-N-Drop support - * FTP and HTTP proxy server support - * Allows for passive and non-passive file transfers - * Supports UNIX, EPLF, Novell, MacOS, and NT (DOS) style directory listings - * Full graphical configuration - -This package contains the GTK+ version. diff --git a/net/gftp-gtk1/Makefile b/net/gftp-gtk1/Makefile deleted file mode 100644 index a4b83510fa3..00000000000 --- a/net/gftp-gtk1/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $NetBSD: Makefile,v 1.11 2006/06/27 20:17:36 joerg Exp $ - -.include "${.CURDIR}/../gftp/Makefile.common" - -PKGNAME= gftp-gtk1-${VERSION} -PKGREVISION= 4 -COMMENT= Multithreaded GTK+ ftp client - -CONFLICTS= gftp-[0-9]* - -USE_DIRS+= gnome1-1.0 - -CONFIGURE_ARGS+= --disable-gtk20 - -PATCHDIR= ${.CURDIR}/../gftp/patches -PLIST_SRC= ${.CURDIR}/../gftp/PLIST -DISTINFO_FILE= ${.CURDIR}/../gftp/distinfo - -.include "../../x11/gtk/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/net/gftp/DESCR b/net/gftp/DESCR deleted file mode 100644 index cebb36ddde6..00000000000 --- a/net/gftp/DESCR +++ /dev/null @@ -1,21 +0,0 @@ -gFTP is a free multithreaded ftp client for *NIX based machines -running X11R6 or later. It has the following features: - - * Distributed under the terms of the GNU Public License - * Written in C and has a text interface and a GTK+ 1.2/2.0 interface - * Supports the FTP, HTTP and SSH protocols - * Supports FXP file transfers (transfering files between 2 remote - servers via FTP) - * Multithreaded to allow for simultaneous downloads - * File transfer queues to allow for downloading multiple files - * Supports downloading entire directories and subdirectories - * Bookmarks menu to allow you to quickly connect to remote sites - * Supports resuming interrupted file transfers - * Supports caching of remote directory listings - * Drag-N-Drop support - * FTP and HTTP proxy server support - * Allows for passive and non-passive file transfers - * Supports UNIX, EPLF, Novell, MacOS, and NT (DOS) style directory listings - * Full graphical configuration - -This package contains the GTK+ 2.0 version. diff --git a/net/gftp/Makefile b/net/gftp/Makefile deleted file mode 100644 index 716bfabc0c5..00000000000 --- a/net/gftp/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# $NetBSD: Makefile,v 1.26 2006/06/27 20:11:12 joerg Exp $ -# - -.include "${.CURDIR}/Makefile.common" - -COMMENT= Multithreaded GTK2+ ftp client -PKGREVISION= 5 - -CONFLICTS= gftp-gtk1-[0-9]* - -USE_DIRS+= gnome2-1.5 -USE_TOOLS+= pkg-config - -.include "../../devel/glib2/buildlink3.mk" -.include "../../x11/gtk2/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/net/gftp/Makefile.common b/net/gftp/Makefile.common deleted file mode 100644 index 240863a8f2f..00000000000 --- a/net/gftp/Makefile.common +++ /dev/null @@ -1,33 +0,0 @@ -# $NetBSD: Makefile.common,v 1.13 2007/02/22 19:26:53 wiz 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/ - -USE_TOOLS+= intltool msgfmt -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 "../../mk/pthread.buildlink3.mk" diff --git a/net/gftp/PLIST b/net/gftp/PLIST deleted file mode 100644 index 39d95a902c0..00000000000 --- a/net/gftp/PLIST +++ /dev/null @@ -1,80 +0,0 @@ -@comment $NetBSD: PLIST,v 1.10 2006/04/17 07:07:30 jlam Exp $ -bin/gftp -bin/gftp-gtk -bin/gftp-text -man/man1/gftp.1 -share/applications/gftp.desktop -share/gftp/COPYING -share/gftp/bookmarks -share/gftp/connect.xpm -share/gftp/deb.xpm -share/gftp/diff.xpm -share/gftp/dir.xpm -share/gftp/doc.xpm -share/gftp/dotdot.xpm -share/gftp/down.xpm -share/gftp/exe.xpm -share/gftp/gftp-logo.xpm -share/gftp/gftp-mini-logo.xpm -share/gftp/gftp.xpm -share/gftp/gftprc -share/gftp/img.xpm -share/gftp/left.xpm -share/gftp/linkdir.xpm -share/gftp/linkfile.xpm -share/gftp/man.xpm -share/gftp/open_dir.xpm -share/gftp/right.xpm -share/gftp/rpm.xpm -share/gftp/sound.xpm -share/gftp/stop.xpm -share/gftp/tar.xpm -share/gftp/txt.xpm -share/gftp/up.xpm -share/gftp/world.xpm -share/locale/am/LC_MESSAGES/gftp.mo -share/locale/ar/LC_MESSAGES/gftp.mo -share/locale/az/LC_MESSAGES/gftp.mo -share/locale/be/LC_MESSAGES/gftp.mo -share/locale/bg/LC_MESSAGES/gftp.mo -share/locale/bn/LC_MESSAGES/gftp.mo -share/locale/ca/LC_MESSAGES/gftp.mo -share/locale/cs/LC_MESSAGES/gftp.mo -share/locale/da/LC_MESSAGES/gftp.mo -share/locale/de/LC_MESSAGES/gftp.mo -share/locale/el/LC_MESSAGES/gftp.mo -share/locale/es/LC_MESSAGES/gftp.mo -share/locale/fi/LC_MESSAGES/gftp.mo -share/locale/fr/LC_MESSAGES/gftp.mo -share/locale/ga/LC_MESSAGES/gftp.mo -share/locale/hr/LC_MESSAGES/gftp.mo -share/locale/hu/LC_MESSAGES/gftp.mo -share/locale/it/LC_MESSAGES/gftp.mo -share/locale/ja/LC_MESSAGES/gftp.mo -share/locale/ko/LC_MESSAGES/gftp.mo -share/locale/mk/LC_MESSAGES/gftp.mo -share/locale/ml/LC_MESSAGES/gftp.mo -share/locale/ms/LC_MESSAGES/gftp.mo -share/locale/nl/LC_MESSAGES/gftp.mo -share/locale/no/LC_MESSAGES/gftp.mo -share/locale/pl/LC_MESSAGES/gftp.mo -share/locale/pt/LC_MESSAGES/gftp.mo -share/locale/pt_BR/LC_MESSAGES/gftp.mo -share/locale/ro/LC_MESSAGES/gftp.mo -share/locale/ru/LC_MESSAGES/gftp.mo -share/locale/sk/LC_MESSAGES/gftp.mo -share/locale/sr/LC_MESSAGES/gftp.mo -share/locale/sr@Latn/LC_MESSAGES/gftp.mo -share/locale/sv/LC_MESSAGES/gftp.mo -share/locale/ta/LC_MESSAGES/gftp.mo -share/locale/th/LC_MESSAGES/gftp.mo -share/locale/tr/LC_MESSAGES/gftp.mo -share/locale/uk/LC_MESSAGES/gftp.mo -share/locale/zh_CN/LC_MESSAGES/gftp.mo -share/locale/zh_TW/LC_MESSAGES/gftp.mo -share/locale/en_CA/LC_MESSAGES/gftp.mo -share/locale/en_GB/LC_MESSAGES/gftp.mo -share/locale/pa/LC_MESSAGES/gftp.mo -share/locale/sq/LC_MESSAGES/gftp.mo -share/pixmaps/gftp.png -@dirrm share/gftp diff --git a/net/gftp/distinfo b/net/gftp/distinfo deleted file mode 100644 index ec0b7d731f3..00000000000 --- a/net/gftp/distinfo +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: distinfo,v 1.13 2006/06/27 20:11:12 joerg Exp $ - -SHA1 (gftp-2.0.18.tar.bz2) = c2468f1ff1fe978a5fab3a198e513558f3b48f5a -RMD160 (gftp-2.0.18.tar.bz2) = 0e0daea8543ae822b25635647360193362a2648d -Size (gftp-2.0.18.tar.bz2) = 1374850 bytes -SHA1 (patch-aa) = fe0aff2e0f8408d6a5b663e2095b61b9e92e0d84 -SHA1 (patch-ab) = c95c215694e63f32924285b71c32a5b94a566864 -SHA1 (patch-ac) = 862f2f5856da4f361f2cac660ffd489424a854d8 -SHA1 (patch-ad) = 4024658780e23543b47901b802d0e8d7c469f7b6 -SHA1 (patch-ae) = 05d7f9a99a23a58ed3cc2ef0c9a6ac29233c4626 -SHA1 (patch-af) = 99e1509d69b6e418cf383964ca71e4fef6010418 -SHA1 (patch-ag) = ed129bee0f227eaab3f182c65fb9fd14c7d90fda diff --git a/net/gftp/patches/patch-aa b/net/gftp/patches/patch-aa deleted file mode 100644 index 39e74d379dc..00000000000 --- a/net/gftp/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2005/03/02 14:38:18 tron Exp $ - ---- lib/fsplib/lock.c.orig 2005-01-02 15:45:51.000000000 +0000 -+++ lib/fsplib/lock.c 2005-03-02 14:26:27.000000000 +0000 -@@ -2,6 +2,10 @@ - #include <stdio.h> - #include "lock.h" - -+#if defined(__NetBSD__) || defined(sun) -+#define _SEM_SEMUN_UNDEFINED /**/ -+#endif -+ - /* ************ Locking functions ***************** */ - #ifndef FSP_NOLOCKING - diff --git a/net/gftp/patches/patch-ab b/net/gftp/patches/patch-ab deleted file mode 100644 index 84155705182..00000000000 --- a/net/gftp/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.6 2005/09/04 20:00:09 tonio Exp $ - ---- lib/pty.c.orig 2005-01-04 14:32:11.000000000 +0100 -+++ lib/pty.c -@@ -61,7 +61,7 @@ _gftp_ptys_open (int fdm, int fds, char - - #elif HAVE_GRANTPT - --#ifndef __FreeBSD__ -+#if !(defined(__FreeBSD__) || defined(__NetBSD__) || defined(__APPLE__)) - #include <stropts.h> - #endif - diff --git a/net/gftp/patches/patch-ac b/net/gftp/patches/patch-ac deleted file mode 100644 index 2088f263641..00000000000 --- a/net/gftp/patches/patch-ac +++ /dev/null @@ -1,30 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2005/03/02 20:43:21 tron Exp $ - ---- src/text/gftp-text.c.orig 2005-01-25 01:11:00.000000000 +0000 -+++ src/text/gftp-text.c 2005-03-02 20:32:41.000000000 +0000 -@@ -155,7 +155,9 @@ - gftp_text_ask_question (const char *question, int echo, char *buf, size_t size) - { - struct termios term, oldterm; -+#if GLIB_MAJOR_VERSION > 1 - gchar *locale_question; -+#endif - sigset_t sig, sigsave; - char *pos, *termname; - int singlechar; -@@ -185,6 +187,7 @@ - else - infd = stdin; - -+#if GLIB_MAJOR_VERSION > 1 - locale_question = g_locale_from_utf8 (question, -1, NULL, NULL, NULL); - if (locale_question != NULL) - { -@@ -193,6 +196,7 @@ - g_free (locale_question); - } - else -+#endif - printf ("%s%s%s ", GFTPUI_COMMON_COLOR_BLUE, question, - GFTPUI_COMMON_COLOR_DEFAULT); - diff --git a/net/gftp/patches/patch-ad b/net/gftp/patches/patch-ad deleted file mode 100644 index d2e7abcda53..00000000000 --- a/net/gftp/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2005/03/02 20:43:21 tron Exp $ - ---- src/gtk/options_dialog.c.orig 2005-01-04 13:32:20.000000000 +0000 -+++ src/gtk/options_dialog.c 2005-03-02 20:38:59.000000000 +0000 -@@ -1002,7 +1002,7 @@ - gtk_widget_show (box); - - #if GTK_MAJOR_VERSION == 1 -- tempwid = gtk_label_new (_("Type:")) -+ tempwid = gtk_label_new (_("Type:")); - #else - tempwid = gtk_label_new_with_mnemonic (_("_Type:")); - #endif diff --git a/net/gftp/patches/patch-ae b/net/gftp/patches/patch-ae deleted file mode 100644 index 607f7ae17c0..00000000000 --- a/net/gftp/patches/patch-ae +++ /dev/null @@ -1,84 +0,0 @@ -$NetBSD: patch-ae,v 1.2 2006/06/27 20:11:12 joerg Exp $ - ---- lib/fsplib/fsplib.c.orig 2005-01-19 02:03:45.000000000 +0000 -+++ lib/fsplib/fsplib.c -@@ -27,6 +27,10 @@ use of this software. - #include "fsplib.h" - #include "lock.h" - -+#ifndef ENOTSUP -+# define ENOTSUP EINVAL -+#endif -+ - /* ************ Internal functions **************** */ - - /* builds filename in packet output buffer, appends password if needed */ -@@ -575,6 +579,7 @@ FSP_DIR * fsp_opendir(FSP_SESSION *s,con - return dir; - } - -+#if 0 - int fsp_readdir_r(FSP_DIR *dir,struct dirent *entry, struct dirent **result) - { - FSP_RDENTRY fentry,*fresult; -@@ -632,6 +637,7 @@ int fsp_readdir_r(FSP_DIR *dir,struct di - - return 0; - } -+#endif - - /* native FSP directory reader */ - int fsp_readdir_native(FSP_DIR *dir,FSP_RDENTRY *entry, FSP_RDENTRY **result) -@@ -681,25 +687,25 @@ int fsp_readdir_native(FSP_DIR *dir,FSP_ - dir->dirpos += 9; - /* read file name */ - entry->name[255 + 1] = '\0'; -- strncpy(entry->name,(char *)( dir->data + dir->dirpos ),MAXNAMLEN); - namelen = strlen( (char *) dir->data+dir->dirpos); -+ if (namelen >= sizeof(entry->name) - 1) { -+ /* skip over file name */ -+ dir->dirpos += namelen +1; -+ /* pad to 4 byte boundary */ -+ entry->reclen += (4 - dir->dirpos) & 3; -+ dir->dirpos += (4 - dir->dirpos) & 3; -+ continue; -+ } -+ strncpy(entry->name,(char *)( dir->data + dir->dirpos ), sizeof(entry->name)); - /* skip over file name */ - dir->dirpos += namelen +1; - - /* set entry namelen field */ -- if (namelen > 255) -- entry->namlen = 255; -- else -- entry->namlen = namelen; -+ entry->namlen = namelen; - /* set record length */ - entry->reclen = 10+namelen; - -- /* pad to 4 byte boundary */ -- while( dir->dirpos & 0x3 ) -- { -- dir->dirpos++; -- entry->reclen++; -- } -+ dir->dirpos += (4 - dir->dirpos) & 3; - - /* and return it */ - *result=entry; -@@ -707,6 +713,7 @@ int fsp_readdir_native(FSP_DIR *dir,FSP_ - } - } - -+#if 0 - struct dirent * fsp_readdir(FSP_DIR *dirp) - { - static struct dirent entry; -@@ -719,6 +726,7 @@ struct dirent * fsp_readdir(FSP_DIR *dir - else - return result; - } -+#endif - - long fsp_telldir(FSP_DIR *dirp) - { diff --git a/net/gftp/patches/patch-af b/net/gftp/patches/patch-af deleted file mode 100644 index b82f6ddd192..00000000000 --- a/net/gftp/patches/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-af,v 1.1 2005/10/13 16:44:59 wiz Exp $ - ---- lib/sshv2.c.orig 2005-07-05 10:30:54.000000000 +0200 -+++ lib/sshv2.c 2005-07-05 10:31:04.000000000 +0200 -@@ -292,7 +292,7 @@ - " -p %d", request->port); - - sshv2_add_exec_args (&logstr, &logstr_len, &args, &args_len, &args_cur, -- " %s -s sftp", request->hostname); -+ " -s %s sftp", request->hostname); - - request->logging_function (gftp_logging_misc, request, - _("Running program %s\n"), logstr); diff --git a/net/gftp/patches/patch-ag b/net/gftp/patches/patch-ag deleted file mode 100644 index 8211250eb16..00000000000 --- a/net/gftp/patches/patch-ag +++ /dev/null @@ -1,20 +0,0 @@ -$NetBSD: patch-ag,v 1.1 2006/06/27 20:11:12 joerg Exp $ - ---- lib/fsplib/fsplib.h.orig 2006-06-19 16:18:50.000000000 +0000 -+++ lib/fsplib/fsplib.h -@@ -153,11 +153,15 @@ int fsp_transaction(FSP_SESSION *s,FSP_P - - /* directory listing commands */ - FSP_DIR * fsp_opendir(FSP_SESSION *s,const char *dirname); -+#if 0 - int fsp_readdir_r(FSP_DIR *dir,struct dirent *entry, struct dirent **result); -+#endif - long fsp_telldir(FSP_DIR *dirp); - void fsp_seekdir(FSP_DIR *dirp, long loc); - void fsp_rewinddir(FSP_DIR *dirp); -+#if 0 - struct dirent * fsp_readdir(FSP_DIR *dirp); -+#endif - int fsp_readdir_native(FSP_DIR *dir,FSP_RDENTRY *entry, FSP_RDENTRY **result); - int fsp_closedir(FSP_DIR *dirp); - /* high level file i/o */ |