pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net Remove "gftp" packages. They are broken and unmain...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f130f34f236
branches:  trunk
changeset: 526856:5f130f34f236
user:      tron <tron%pkgsrc.org@localhost>
date:      Tue Mar 20 13:32:10 2007 +0000

description:
Remove "gftp" packages. They are broken and unmaintained.

Approved by Jared D. McNeill.

diffstat:

 net/Makefile              |   4 +-
 net/gftp-gtk1/DESCR       |  21 -----------
 net/gftp-gtk1/Makefile    |  20 -----------
 net/gftp/DESCR            |  21 -----------
 net/gftp/Makefile         |  16 --------
 net/gftp/Makefile.common  |  33 ------------------
 net/gftp/PLIST            |  80 --------------------------------------------
 net/gftp/distinfo         |  12 ------
 net/gftp/patches/patch-aa |  15 --------
 net/gftp/patches/patch-ab |  13 -------
 net/gftp/patches/patch-ac |  30 ----------------
 net/gftp/patches/patch-ad |  13 -------
 net/gftp/patches/patch-ae |  84 -----------------------------------------------
 net/gftp/patches/patch-af |  13 -------
 net/gftp/patches/patch-ag |  20 -----------
 15 files changed, 1 insertions(+), 394 deletions(-)

diffs (truncated from 465 to 300 lines):

diff -r 4aa5225adf7f -r 5f130f34f236 net/Makefile
--- a/net/Makefile      Tue Mar 20 11:00:58 2007 +0000
+++ b/net/Makefile      Tue Mar 20 13:32:10 2007 +0000
@@ -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+=       ftpproxy
 SUBDIR+=       gated
 SUBDIR+=       gethost
-SUBDIR+=       gftp
-SUBDIR+=       gftp-gtk1
 SUBDIR+=       gift
 SUBDIR+=       gift-fasttrack
 SUBDIR+=       gift-gnutella
diff -r 4aa5225adf7f -r 5f130f34f236 net/gftp-gtk1/DESCR
--- a/net/gftp-gtk1/DESCR       Tue Mar 20 11:00:58 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 4aa5225adf7f -r 5f130f34f236 net/gftp-gtk1/Makefile
--- a/net/gftp-gtk1/Makefile    Tue Mar 20 11:00:58 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 4aa5225adf7f -r 5f130f34f236 net/gftp/DESCR
--- a/net/gftp/DESCR    Tue Mar 20 11:00:58 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 4aa5225adf7f -r 5f130f34f236 net/gftp/Makefile
--- a/net/gftp/Makefile Tue Mar 20 11:00:58 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 4aa5225adf7f -r 5f130f34f236 net/gftp/Makefile.common
--- a/net/gftp/Makefile.common  Tue Mar 20 11:00:58 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 4aa5225adf7f -r 5f130f34f236 net/gftp/PLIST
--- a/net/gftp/PLIST    Tue Mar 20 11:00:58 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 4aa5225adf7f -r 5f130f34f236 net/gftp/distinfo
--- a/net/gftp/distinfo Tue Mar 20 11:00:58 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 4aa5225adf7f -r 5f130f34f236 net/gftp/patches/patch-aa
--- a/net/gftp/patches/patch-aa Tue Mar 20 11:00:58 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 4aa5225adf7f -r 5f130f34f236 net/gftp/patches/patch-ab
--- a/net/gftp/patches/patch-ab Tue Mar 20 11:00:58 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 4aa5225adf7f -r 5f130f34f236 net/gftp/patches/patch-ac
--- a/net/gftp/patches/patch-ac Tue Mar 20 11:00:58 2007 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index