aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-05-05 15:38:11 +0000
committerRene Ladan <rene@FreeBSD.org>2020-05-05 15:38:11 +0000
commit0786acb3155523a38d1442f3c16ca56750f1db04 (patch)
tree42843d6e23bc6be789c7f1284cdc61d43d3c0942 /ftp
parente0510744daebb2bb9f73bf707c276e02e4c191fe (diff)
downloadports-0786acb3155523a38d1442f3c16ca56750f1db04.tar.gz
ports-0786acb3155523a38d1442f3c16ca56750f1db04.zip
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/Makefile2
-rw-r--r--ftp/llnlxdir/Makefile24
-rw-r--r--ftp/llnlxdir/distinfo2
-rw-r--r--ftp/llnlxdir/files/patch-Imakefile20
-rw-r--r--ftp/llnlxdir/files/patch-diag.c12
-rw-r--r--ftp/llnlxdir/files/patch-local.c18
-rw-r--r--ftp/llnlxdir/pkg-descr20
-rw-r--r--ftp/llnlxftp/Makefile28
-rw-r--r--ftp/llnlxftp/distinfo2
-rw-r--r--ftp/llnlxftp/files/patch-Imakefile20
-rw-r--r--ftp/llnlxftp/files/patch-local.c18
-rw-r--r--ftp/llnlxftp/files/patch-log.c12
-rw-r--r--ftp/llnlxftp/pkg-descr22
13 files changed, 0 insertions, 200 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index b48d6eb404b9..d7cf7d416c06 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -36,8 +36,6 @@
SUBDIR += lftp
SUBDIR += libfilezilla
SUBDIR += linux-c7-curl
- SUBDIR += llnlxdir
- SUBDIR += llnlxftp
SUBDIR += mirror
SUBDIR += multiget
SUBDIR += ncftp3
diff --git a/ftp/llnlxdir/Makefile b/ftp/llnlxdir/Makefile
deleted file mode 100644
index 52003606e617..000000000000
--- a/ftp/llnlxdir/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: Dima Ruban <dima@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= llnlxdir
-PORTVERSION= 2.1.2
-PORTREVISION= 4
-CATEGORIES= ftp
-MASTER_SITES= https://computing.llnl.gov/resources/xdir/
-DISTNAME= llnlxdir2_1_2
-
-MAINTAINER= cy@FreeBSD.org
-COMMENT= Motif FTP client with drag-and-drop file transfer
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-PLIST_FILES= bin/xdir lib/X11/app-defaults/XDir man/man1/xdir.1.gz
-
-WRKSRC= ${WRKDIR}/llnlxdir2_1_2/sources
-USES= imake motif tar:Z xorg
-USE_XORG= ice sm x11 xext xt
-
-.include <bsd.port.mk>
diff --git a/ftp/llnlxdir/distinfo b/ftp/llnlxdir/distinfo
deleted file mode 100644
index abd3fc16166c..000000000000
--- a/ftp/llnlxdir/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (llnlxdir2_1_2.tar.Z) = 4fae1cc71b2ca6f4b494c3e339ecef0b009ec08c8f2050a3d826852835c6b7cb
-SIZE (llnlxdir2_1_2.tar.Z) = 574027
diff --git a/ftp/llnlxdir/files/patch-Imakefile b/ftp/llnlxdir/files/patch-Imakefile
deleted file mode 100644
index c232c24ce024..000000000000
--- a/ftp/llnlxdir/files/patch-Imakefile
+++ /dev/null
@@ -1,20 +0,0 @@
---- Imakefile.orig Mon Feb 9 14:23:35 1998
-+++ Imakefile Sat Aug 28 11:33:56 1999
-@@ -120,7 +120,7 @@
- OS_LIBRARIES = -lgen
- #endif
-
--#if defined(BSDIArchitecture) || defined(i386BsdArchitecture) || defined(NetBSDArchitecture)
-+#if defined(BSDIArchitecture) || defined(i386BsdArchitecture) || defined(NetBSDArchitecture) || defined(FreeBSDArchitecture)
- EXTRA_LIBRARIES = -lcompat
- #endif
-
-@@ -139,7 +139,7 @@
- #ifdef XmClientLibs
- LOCAL_LIBRARIES = XmClientLibs $(SOCKS_LIBS)
- #else
--LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB) $(SOCKS_LIBS) $(SYSLIB)
-+LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB) $(SOCKS_LIBS) $(SYSLIB) ${MOTIFLIB}
- #endif
- #endif
-
diff --git a/ftp/llnlxdir/files/patch-diag.c b/ftp/llnlxdir/files/patch-diag.c
deleted file mode 100644
index 2dcb0443a05d..000000000000
--- a/ftp/llnlxdir/files/patch-diag.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- diag.c.orig Sun Dec 1 16:11:28 2002
-+++ diag.c Sun Dec 1 16:11:33 2002
-@@ -125,8 +125,8 @@
- extern struct st_host_info hinfo[];
- extern int initial_diagnostics;
- extern int screen;
--extern int sys_nerr;
- #if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__GNU_LIBRARY__) && !defined(__GLIBC__) && !defined(__EMX__)
-+extern int sys_nerr;
- extern char *sys_errlist[];
- #endif
-
diff --git a/ftp/llnlxdir/files/patch-local.c b/ftp/llnlxdir/files/patch-local.c
deleted file mode 100644
index 636fa064d3a2..000000000000
--- a/ftp/llnlxdir/files/patch-local.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- local.c.orig 1999-11-22 16:07:32.000000000 -0800
-+++ local.c 2012-03-10 11:13:59.817174472 -0800
-@@ -193,11 +193,14 @@
- #ifdef _SC_OPEN_MAX /* POSIX */
- if ((max_files = sysconf(_SC_OPEN_MAX)) == -1)
- fatal_error("Trouble in max_fds() - sysconf() failed");
-+ if (max_files > 1024)
-+ max_files=1024;
- #else
- #ifdef _NFILE /* Might be overkill */
- max_files = _NFILE;
- #else /* Assume BSD */
-- max_files = getdtablesize();
-+ if ((max_files = getdtablesize()) > 1024)
-+ max_files=1024;
- #endif
- #endif
-
diff --git a/ftp/llnlxdir/pkg-descr b/ftp/llnlxdir/pkg-descr
deleted file mode 100644
index 66ba10ffe224..000000000000
--- a/ftp/llnlxdir/pkg-descr
+++ /dev/null
@@ -1,20 +0,0 @@
- LLNL XDIR Version 2.0, October 23, 1995
-
- LLNL XDIR, an OSF/Motif-based FTP client, provides a graphical user
- interface for drag-and-drop file transfer. LLNL XDIR simultaneously
- displays any number of directories for any number of hosts, with each
- directory being displayed in its own window. LLNL XDIR supports
- powerful directory browsing capability, including iconic and
- hierarchical views. One of LLNL XDIR's most powerful features is its
- ability to search directory structures (even across multiple hosts)
- for entry names that match a specified pattern.
-
- LLNL XDIR is meant to be the successor to LLNL XFTP, another graphical
- FTP client. LLNL XDIR is considerably more sophisticated than LLNL
- XFTP, and has all of its functionality.
-
- LLNL XDIR is a component of the Intelligent Archive, which is currently
- under development at LLNL.
-
- LLNL XDIR was written by Neale Smith of the Lawrence Livermore National
- Laboratory, which is operated by the University of California.
diff --git a/ftp/llnlxftp/Makefile b/ftp/llnlxftp/Makefile
deleted file mode 100644
index 00ab19736f10..000000000000
--- a/ftp/llnlxftp/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Dima Ruban <dima@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= llnlxftp
-PORTVERSION= 2.1
-PORTREVISION= 5
-CATEGORIES= ftp
-MASTER_SITES= https://computing.llnl.gov/resources/xdir/
-DISTNAME= llnlxftp2.1
-
-MAINTAINER= cy@FreeBSD.org
-COMMENT= Motif FTP client
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-PLIST_FILES= bin/xftp lib/X11/app-defaults/XFtp \
- man/man1/xftp.1.gz
-WRKSRC= ${WRKDIR}/llnlxftp2.1/sources
-USES= imake motif tar:Z xorg
-USE_XORG= ice sm x11 xext xt
-
-CFLAGS+= -Wno-implicit-int \
- -Wno-implicit-function-declaration \
- -Wno-return-type
-
-.include <bsd.port.mk>
diff --git a/ftp/llnlxftp/distinfo b/ftp/llnlxftp/distinfo
deleted file mode 100644
index 003582209871..000000000000
--- a/ftp/llnlxftp/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (llnlxftp2.1.tar.Z) = 50854dd8772f09e580022f8709aa157c32dd1124b2c67ced2b77147dbaf1adb8
-SIZE (llnlxftp2.1.tar.Z) = 359401
diff --git a/ftp/llnlxftp/files/patch-Imakefile b/ftp/llnlxftp/files/patch-Imakefile
deleted file mode 100644
index 767d963f562b..000000000000
--- a/ftp/llnlxftp/files/patch-Imakefile
+++ /dev/null
@@ -1,20 +0,0 @@
---- Imakefile.orig Thu Oct 19 10:20:26 1995
-+++ Imakefile Sat Aug 28 11:36:12 1999
-@@ -79,7 +79,7 @@
- OS_LIBRARIES = -lgen
- #endif
-
--#if defined(BSDIArchitecture) || defined(i386BsdArchitecture) || defined(TENONArchitecture)
-+#if defined(BSDIArchitecture) || defined(i386BsdArchitecture) || defined(TENONArchitecture) || defined(FreeBSDArchitecture)
- EXTRA_LIBRARIES = -lcompat
- #endif
-
-@@ -98,7 +98,7 @@
- #ifdef XmClientLibs
- LOCAL_LIBRARIES = XmClientLibs $(SOCKS_LIBS)
- #else
--LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB) $(SOCKS_LIBS)
-+LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB) $(SOCKS_LIBS) ${MOTIFLIB}
- #endif
- #endif
-
diff --git a/ftp/llnlxftp/files/patch-local.c b/ftp/llnlxftp/files/patch-local.c
deleted file mode 100644
index 896db7ca85c3..000000000000
--- a/ftp/llnlxftp/files/patch-local.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- local.c.orig 1995-10-19 08:20:22.000000000 -0700
-+++ local.c 2012-03-10 11:24:10.000000000 -0800
-@@ -201,11 +201,15 @@
- #ifdef _SC_OPEN_MAX /* POSIX */
- if ((max_files = sysconf(_SC_OPEN_MAX)) == -1)
- fatal_error("Trouble in max_fds() - sysconf() failed");
-+ if (max_files > 1024)
-+ max_files=1024;
- #else
- #ifdef _NFILE /* Might be overkill */
- max_files = _NFILE;
- #else /* Assume BSD */
- max_files = getdtablesize();
-+ if ((max_files = getdtablesize()) > 1024)
-+ max_files=1024;
- #endif
- #endif
-
diff --git a/ftp/llnlxftp/files/patch-log.c b/ftp/llnlxftp/files/patch-log.c
deleted file mode 100644
index 2ff172e4e681..000000000000
--- a/ftp/llnlxftp/files/patch-log.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- log.c.orig Mon Nov 18 01:25:37 2002
-+++ log.c Mon Nov 18 01:25:43 2002
-@@ -81,8 +81,8 @@
- extern char *initial_logfile_name;
- extern Display *display;
- extern int print_password_in_debug;
--extern int sys_nerr;
- #if !defined(__FreeBSD__) && !defined(__MACHTEN_PPC__)
-+extern int sys_nerr;
- extern char *sys_errlist[];
- #endif
-
diff --git a/ftp/llnlxftp/pkg-descr b/ftp/llnlxftp/pkg-descr
deleted file mode 100644
index 604bae1f04b0..000000000000
--- a/ftp/llnlxftp/pkg-descr
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
- LLNL XFTP Version 2.1, October 19, 1995
-
-
- **********************************************************************
- ************************** ABOUT LLNL XFTP *************************
- **********************************************************************
-
- LLNL XFTP, an OSF/Motif-based FTP client, enables you to graphically
- transfer files and perform various directory manipulation commands,
- both locally and remotely. Two especially notable features are the
- ability to (1) perform "third-party" (i.e., remote-to-remote) file
- transfers, and (2) transfer or delete entire directory substructures.
- LLNL XFTP has many features, is configurable, and has an intuitive
- user interface.
-
- LLNL XFTP is a precursor to LLNL XDIR, a much more sophisticated
- graphical FTP client. LLNL XDIR features drag-and-drop file transfer,
- powerful directory browsing, and multihost searching. Unless you
- would prefer LLNL XFTP's compact interface over LLNL XDIR's multiwindow
- approach, we recommend that you use LLNL XDIR.