summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
Diffstat (limited to 'ftp')
-rw-r--r--ftp/mirror/Makefile21
-rw-r--r--ftp/mirror/distinfo1
-rw-r--r--ftp/mirror/files/patch-aa37
-rw-r--r--ftp/mirror/files/patch-ab87
-rw-r--r--ftp/mirror/files/patch-ac61
-rw-r--r--ftp/mirror/pkg-comment1
-rw-r--r--ftp/mirror/pkg-descr5
-rw-r--r--ftp/mirror/pkg-plist9
-rw-r--r--ftp/mirror/scripts/configure7
-rw-r--r--ftp/moxftp/Makefile33
-rw-r--r--ftp/moxftp/distinfo1
-rw-r--r--ftp/moxftp/files/patch-aa19
-rw-r--r--ftp/moxftp/files/patch-ab16
-rw-r--r--ftp/moxftp/files/patch-ac12
-rw-r--r--ftp/moxftp/files/patch-ad11
-rw-r--r--ftp/moxftp/pkg-comment1
-rw-r--r--ftp/moxftp/pkg-descr1
-rw-r--r--ftp/moxftp/pkg-plist6
-rw-r--r--ftp/ncftp2/Makefile22
-rw-r--r--ftp/ncftp2/distinfo1
-rw-r--r--ftp/ncftp2/files/patch-aa19
-rw-r--r--ftp/ncftp2/pkg-comment1
-rw-r--r--ftp/ncftp2/pkg-descr5
-rw-r--r--ftp/ncftp2/pkg-plist3
-rw-r--r--ftp/ncftp3/Makefile22
-rw-r--r--ftp/ncftp3/distinfo1
-rw-r--r--ftp/ncftp3/pkg-comment1
-rw-r--r--ftp/ncftp3/pkg-descr5
-rw-r--r--ftp/ncftp3/pkg-plist3
-rw-r--r--ftp/wu-ftpd+ipv6/Makefile21
-rw-r--r--ftp/wu-ftpd+ipv6/distinfo1
-rw-r--r--ftp/wu-ftpd+ipv6/files/patch-aa19
-rw-r--r--ftp/wu-ftpd+ipv6/files/patch-ab65
-rw-r--r--ftp/wu-ftpd+ipv6/files/patch-ac47
-rw-r--r--ftp/wu-ftpd+ipv6/files/patch-ad489
-rw-r--r--ftp/wu-ftpd+ipv6/files/patch-ag19
-rw-r--r--ftp/wu-ftpd+ipv6/pkg-comment1
-rw-r--r--ftp/wu-ftpd+ipv6/pkg-descr15
-rw-r--r--ftp/wu-ftpd+ipv6/pkg-plist13
-rw-r--r--ftp/wu-ftpd+ipv6/scripts/configure12
-rw-r--r--ftp/wu-ftpd/Makefile21
-rw-r--r--ftp/wu-ftpd/distinfo1
-rw-r--r--ftp/wu-ftpd/files/patch-aa19
-rw-r--r--ftp/wu-ftpd/files/patch-ab65
-rw-r--r--ftp/wu-ftpd/files/patch-ac47
-rw-r--r--ftp/wu-ftpd/files/patch-ad489
-rw-r--r--ftp/wu-ftpd/files/patch-ag19
-rw-r--r--ftp/wu-ftpd/pkg-comment1
-rw-r--r--ftp/wu-ftpd/pkg-descr15
-rw-r--r--ftp/wu-ftpd/pkg-plist13
-rw-r--r--ftp/wu-ftpd/scripts/configure12
-rw-r--r--ftp/yale-tftpd/Makefile15
-rw-r--r--ftp/yale-tftpd/distinfo1
-rw-r--r--ftp/yale-tftpd/files/patch-aa22
-rw-r--r--ftp/yale-tftpd/pkg-comment1
-rw-r--r--ftp/yale-tftpd/pkg-descr4
-rw-r--r--ftp/yale-tftpd/pkg-plist3
57 files changed, 0 insertions, 1862 deletions
diff --git a/ftp/mirror/Makefile b/ftp/mirror/Makefile
deleted file mode 100644
index a560f6bbe220..000000000000
--- a/ftp/mirror/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: mirror
-# Version required: 2.3
-# Date created: 15 May 1995
-# Whom: torstenb
-#
-# $Id:$
-#
-
-DISTNAME= mirror-2.3
-CATEGORIES+= networking
-MASTER_SITES= ftp://src.doc.ic.ac.uk/computing/archiving/mirror/
-
-MAINTAINER= torstenb@FreeBSD.ORG
-
-NO_WRKSUBDIR= yes
-MAKEFILE= makefile
-
-pre-install:
- mkdir -p ${PREFIX}/lib/mirror
-
-.include <bsd.port.mk>
diff --git a/ftp/mirror/distinfo b/ftp/mirror/distinfo
deleted file mode 100644
index c80011d8c1c8..000000000000
--- a/ftp/mirror/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (mirror-2.3.tar.gz) = d90c5d40bab60ce96459daed1785189c
diff --git a/ftp/mirror/files/patch-aa b/ftp/mirror/files/patch-aa
deleted file mode 100644
index a897a53e9b05..000000000000
--- a/ftp/mirror/files/patch-aa
+++ /dev/null
@@ -1,37 +0,0 @@
-*** makefile.orig Tue Jan 18 22:58:21 1994
---- makefile Mon May 15 17:50:25 1995
-***************
-*** 6,12 ****
- support/cyber-patches support/lstest.pl new-patches-by
-
- all:
-! echo try make mirror.tar
-
- mirror.tar: $(FILES)
- rev=`./mirror -v | perl -ane 'print "$$F[2]\n";'`; echo $rev; \
---- 6,12 ----
- support/cyber-patches support/lstest.pl new-patches-by
-
- all:
-! # echo try make mirror.tar
-
- mirror.tar: $(FILES)
- rev=`./mirror -v | perl -ane 'print "$$F[2]\n";'`; echo $rev; \
-***************
-*** 20,22 ****
---- 20,34 ----
- checkin $(FILES)
-
- # install, clean ...
-+ install:
-+ install -c ftp.pl ${PREFIX}/lib/mirror/
-+ install -c lsparse.pl ${PREFIX}/lib/mirror/
-+ install -c dateconv.pl ${PREFIX}/lib/mirror/
-+ install -c mirror.defaults ${PREFIX}/lib/mirror/mirror.defaults.sample
-+ install -c mirror.pl ${PREFIX}/bin/mirror
-+ install -c mirror.man ${PREFIX}/man/man1/mirror.1
-+ gzip -9nf ${PREFIX}/man/man1/mirror.1
-+ install -c mm ${PREFIX}/bin/mirrormaster
-+ install -c mm.man ${PREFIX}/man/man1/mirrormaster.1
-+ gzip -9nf ${PREFIX}/man/man1/mirrormaster.1
-+ install -c do_unlinks ${PREFIX}/lib/mirror/do_unlinks
diff --git a/ftp/mirror/files/patch-ab b/ftp/mirror/files/patch-ab
deleted file mode 100644
index a2fe764c1e43..000000000000
--- a/ftp/mirror/files/patch-ab
+++ /dev/null
@@ -1,87 +0,0 @@
-*** mirror.defaults.orig Mon May 15 17:15:11 1995
---- mirror.defaults Mon May 15 17:25:11 1995
-***************
-*** 11,30 ****
- # The LOCAL hostname - if not the same as `hostname`
- # (I advertise the name src.doc.ic.ac.uk but the machine is
- # really puffin.doc.ic.ac.uk.)
-! hostname=src.doc.ic.ac.uk
- # Keep all local_dirs relative to here
-! local_dir=/public/
-! remote_password=ukuug-soft@doc.ic.ac.uk
- mail_to=
- # Don't mirror file modes. Set all dirs/files to these
- dir_mode=0755
- file_mode=0444
-! # By defaults files are owned by root.zero
-! user=0
-! group=0
-! # # Keep a log file in each updated directory
-! # update_log=.mirror
-! update_log=
- # Don't overwrite my mirror log with the remote one.
- # Don't pull back any of their mirror temporary files.
- # Don't touch anything whose name begins with a space!
---- 11,30 ----
- # The LOCAL hostname - if not the same as `hostname`
- # (I advertise the name src.doc.ic.ac.uk but the machine is
- # really puffin.doc.ic.ac.uk.)
-! # hostname=src.doc.ic.ac.uk
- # Keep all local_dirs relative to here
-! local_dir=/home/ftp/pub
-! # remote_password=mirror@$hostname
- mail_to=
- # Don't mirror file modes. Set all dirs/files to these
- dir_mode=0755
- file_mode=0444
-! # By defaults files are owned by root.wheel
-! # user=0
-! # group=0
-! # Keep a log file in each updated directory
-! update_log=.mirror
-! # update_log=
- # Don't overwrite my mirror log with the remote one.
- # Don't pull back any of their mirror temporary files.
- # Don't touch anything whose name begins with a space!
-***************
-*** 32,38 ****
- exclude_patt=(^|/)(\.mirror$|core$|\.cap|\.in\..*\.$|MIRROR.LOG|#.*#|\.FSP|\.cache|\.zipped|\.notar|\.message|lost+found/|\ )
- # Try to compress everything
- compress_patt=.
-! compress_prog=compress
- # Don't compress information files, files that don't benifit from
- # being compressed, files that tell ftpd, gopher, wais... to do things,
- # the sources for compression programs...
---- 32,38 ----
- exclude_patt=(^|/)(\.mirror$|core$|\.cap|\.in\..*\.$|MIRROR.LOG|#.*#|\.FSP|\.cache|\.zipped|\.notar|\.message|lost+found/|\ )
- # Try to compress everything
- compress_patt=.
-! compress_prog=gzip
- # Don't compress information files, files that don't benifit from
- # being compressed, files that tell ftpd, gopher, wais... to do things,
- # the sources for compression programs...
-***************
-*** 45,55 ****
- # shk is multimedia? used on apple2s.
- compress_excl+|-z(\d+)?$|\.tgz|_tgz|\.tar\.Z|\.tar\.gz|\.taz$|\.arc$|\.zip$|\.lzh$|\.zoo$|\.exe$|\.lha$|\.zom$|\.gif$|\.jpeg$|\.jpg$|\.mpeg$|\.au$|\.shk$|read.*me|index|info|faq|gzip|compress|(^|/)\.\.?$
- # Don't delete own mirror log, .notar or .cache files (incl in subdirs)
-! # delete_excl=(^|/)\.(mirror|notar|cache)$
- # Ignore any local readme and .mirror files
-! local_ignore=README.doc.ic|(^|/)\.(mirror|notar)$
- # Automatically delete local copies of files that the
- # remote site has zapped
- do_deletes=true
-! max_delete_files=50%
-! max_delete_dirs=50%
---- 45,55 ----
- # shk is multimedia? used on apple2s.
- compress_excl+|-z(\d+)?$|\.tgz|_tgz|\.tar\.Z|\.tar\.gz|\.taz$|\.arc$|\.zip$|\.lzh$|\.zoo$|\.exe$|\.lha$|\.zom$|\.gif$|\.jpeg$|\.jpg$|\.mpeg$|\.au$|\.shk$|read.*me|index|info|faq|gzip|compress|(^|/)\.\.?$
- # Don't delete own mirror log, .notar or .cache files (incl in subdirs)
-! delete_excl=(^|/)\.(mirror|notar|cache)$
- # Ignore any local readme and .mirror files
-! local_ignore=README.local|(^|/)\.(mirror|notar)$
- # Automatically delete local copies of files that the
- # remote site has zapped
- do_deletes=true
-! max_delete_files=10%
-! max_delete_dirs=10%
diff --git a/ftp/mirror/files/patch-ac b/ftp/mirror/files/patch-ac
deleted file mode 100644
index e971a11c0c72..000000000000
--- a/ftp/mirror/files/patch-ac
+++ /dev/null
@@ -1,61 +0,0 @@
-*** mirror.pl.orig Mon May 15 16:50:06 1995
---- mirror.pl Mon May 15 17:43:06 1995
-***************
-*** 42,48 ****
-
- # Try to find the default localation of various programs via
- # the users PATH then using $extra_path
-! $extra_path = '/usr/local/bin:/usr/new/bin:/usr/public/bin:/usr/ucb:/usr/bin:/bin:/etc:/usr/etc:/usr/local/etc:';
- $ENV{ 'PATH' } .= ':' . $extra_path;
-
- # If compressing a local file to send need somewhere to store the temp
---- 42,48 ----
-
- # Try to find the default localation of various programs via
- # the users PATH then using $extra_path
-! $extra_path = '/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:';
- $ENV{ 'PATH' } .= ':' . $extra_path;
-
- # If compressing a local file to send need somewhere to store the temp
-***************
-*** 90,108 ****
- $rm_prog = &find_prog( 'rm' );
-
- # Generate checksums
-! $sum_prog = &find_prog( 'sum' );
-
- # SPECIAL NOTE: This is eval'd, so DONT put double-quotes (") in it.
- # You can get local variables to appear as in the second example:
-! $mail_subject = '-s \'mirror update\'';
-! # $mail_subject = ' -s \'mirror update of $package\'';
-
- # When scanning the local directory, how often to prod the remote
- # system to keep the connection alive
- $prod_interval = 60;
-
- # Put the directory that mirror is actually in at the start of PERLLIB.
-! $dir = &real_dir_from_path( $0 );
- unshift( @INC, $dir );
-
- # Make sure that your PERLLIB environment variable can get you
---- 90,109 ----
- $rm_prog = &find_prog( 'rm' );
-
- # Generate checksums
-! $sum_prog = &find_prog( 'md5' );
-
- # SPECIAL NOTE: This is eval'd, so DONT put double-quotes (") in it.
- # You can get local variables to appear as in the second example:
-! # $mail_subject = '-s \'mirror update\'';
-! $mail_subject = ' -s \'mirror update of $package\'';
-
- # When scanning the local directory, how often to prod the remote
- # system to keep the connection alive
- $prod_interval = 60;
-
- # Put the directory that mirror is actually in at the start of PERLLIB.
-! #$dir = &real_dir_from_path( $0 );
-! $dir = "!!PREFIX!!/lib/mirror";
- unshift( @INC, $dir );
-
- # Make sure that your PERLLIB environment variable can get you
diff --git a/ftp/mirror/pkg-comment b/ftp/mirror/pkg-comment
deleted file mode 100644
index ccf1eee9b787..000000000000
--- a/ftp/mirror/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-mirror - mirror packages on remote sites
diff --git a/ftp/mirror/pkg-descr b/ftp/mirror/pkg-descr
deleted file mode 100644
index 7392d28afd7a..000000000000
--- a/ftp/mirror/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Mirror is a package written in Perl that uses the ftp protocol to
-duplicate a directory hierarchy between the machine it is run on and a
-remote host. It avoids copying files unnecessarily by comparing the
-file timestamps and sizes before transfering. Amongst other things
-can optionally compress, gzip, and split files.
diff --git a/ftp/mirror/pkg-plist b/ftp/mirror/pkg-plist
deleted file mode 100644
index 755b0a76ddfe..000000000000
--- a/ftp/mirror/pkg-plist
+++ /dev/null
@@ -1,9 +0,0 @@
-bin/mirror
-bin/mirrormaster
-lib/mirror/ftp.pl
-lib/mirror/lsparse.pl
-lib/mirror/dateconv.pl
-lib/mirror/mirror.defaults.sample
-lib/mirror/do_unlinks
-man/man1/mirror.1.gz
-man/man1/mirrormaster.1.gz
diff --git a/ftp/mirror/scripts/configure b/ftp/mirror/scripts/configure
deleted file mode 100644
index 9beba113bce0..000000000000
--- a/ftp/mirror/scripts/configure
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-#
-# $Id:$
-#
-
-mv ${WRKSRC}/mirror.pl ${WRKSRC}/mirror.pl.bak
-sed <${WRKSRC}/mirror.pl.bak >${WRKSRC}/mirror.pl s+!!PREFIX!!+$PREFIX+g
diff --git a/ftp/moxftp/Makefile b/ftp/moxftp/Makefile
deleted file mode 100644
index 5761ecfd557c..000000000000
--- a/ftp/moxftp/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: moxftp
-# Version required: 2.2
-# Date created: 19 December 1994
-# Whom: janek
-#
-# $Id: Makefile,v 1.6 1995/04/22 12:30:11 asami Exp $
-#
-
-DISTNAME= moxftp-2.2
-CATEGORIES+= networking
-MASTER_SITES= ftp://ftp.x.org/contrib/applications/
-EXTRACT_SUFX= .tar.Z
-
-HAS_CONFIGURE= yes
-USE_X11= yes
-STRIP=
-
-# CONFIGURE_ARGS set to :
-# motif - for motif version, (not tested!!!)
-# athena - for athena version,
-# athena3d - for athena 3 d version, (you should have installed Xaw3d!!!)
-# openlook - for open look version - (not tested!!!)
-# If you use athena3d uncomment DEPENDS !!!
-CONFIGURE_ARGS= athena
-
-#DEPENDS= ${PORTSDIR}/x11/Xaw3d
-
-post-install:
- strip ${PREFIX}/bin/xftp
- install -c -m 0444 ${WRKSRC}/xftp.man ${PREFIX}/man/man1/xftp.1
- gzip -9nf ${PREFIX}/man/man1/xftp.1
-
-.include <bsd.port.mk>
diff --git a/ftp/moxftp/distinfo b/ftp/moxftp/distinfo
deleted file mode 100644
index 82b8598e4197..000000000000
--- a/ftp/moxftp/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (moxftp-2.2.tar.Z) = 533d09e58bad604b2c3b9319bb58d2ef
diff --git a/ftp/moxftp/files/patch-aa b/ftp/moxftp/files/patch-aa
deleted file mode 100644
index 6096e944c20b..000000000000
--- a/ftp/moxftp/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-*** Imakefile.orig Mon Dec 19 23:25:00 1994
---- Imakefile Mon Dec 19 23:24:38 1994
-***************
-*** 126,132 ****
- OBJS_STANDARD = main.o ftp.o callftp.o connect.o login.o wc_hooks.o \
- disconnect.o remote_dir.o pwd.o peek.o syst.o \
- bsdstrstr.o get.o lcd.o cd.o initialize.o dir_subs.o \
-! local_dir.o put.o mkdir.o type.o fb_rs.o version.o \
- regerror.o regexp.o regsub.o translate.o help.o \
- tran_table.o sort.o noop.o List.o ListSW.o time.o \
- tm_to_time.o archie.o popen.o icons.o myfgets.o \
---- 126,132 ----
- OBJS_STANDARD = main.o ftp.o callftp.o connect.o login.o wc_hooks.o \
- disconnect.o remote_dir.o pwd.o peek.o syst.o \
- bsdstrstr.o get.o lcd.o cd.o initialize.o dir_subs.o \
-! local_dir.o put.o mkdir.o type.o fb_rs.o version.o \
- regerror.o regexp.o regsub.o translate.o help.o \
- tran_table.o sort.o noop.o List.o ListSW.o time.o \
- tm_to_time.o archie.o popen.o icons.o myfgets.o \
diff --git a/ftp/moxftp/files/patch-ab b/ftp/moxftp/files/patch-ab
deleted file mode 100644
index 34981ecdea1f..000000000000
--- a/ftp/moxftp/files/patch-ab
+++ /dev/null
@@ -1,16 +0,0 @@
-*** popen.c.orig Tue Dec 20 17:22:12 1994
---- popen.c Tue Dec 20 17:22:51 1994
-***************
-*** 117,127 ****
- }
- (void) close(pdes[1]);
- }
-- #if defined(SVR4)||defined(HAVE_UNISTD_H)||!defined(BSD)
-- setpgrp();
-- #else
- setpgrp(0, getpid());
-- #endif
- execl("/bin/sh", "sh", "-c", program, NULL);
- _exit(127);
- /* NOTREACHED */
---- 117,123 ----
diff --git a/ftp/moxftp/files/patch-ac b/ftp/moxftp/files/patch-ac
deleted file mode 100644
index c75611280b78..000000000000
--- a/ftp/moxftp/files/patch-ac
+++ /dev/null
@@ -1,12 +0,0 @@
-*** X11/Xp/XpAthena.h.orig Tue Dec 20 17:59:12 1994
---- X11/Xp/XpAthena.h Tue Dec 20 18:00:14 1994
-***************
-*** 43,49 ****
- #include <X11/Xaw3d/StripChart.h>
- #include <X11/Xaw3d/Text.h>
- #ifdef R5
-- #include <X11/Xaw3d/Mailbox.h>
- #include <X11/Xaw3d/Panner.h>
- #endif /*R5*/
-
---- 43,48 ----
diff --git a/ftp/moxftp/files/patch-ad b/ftp/moxftp/files/patch-ad
deleted file mode 100644
index 169bfb05a4a5..000000000000
--- a/ftp/moxftp/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./configure.org Mon Mar 21 13:43:36 1994
-+++ ./configure Sat May 13 01:20:26 1995
-@@ -321,7 +321,7 @@
- cd conftestdir
- cat > Imakefile <<EOF
- acfindx:
-- @echo "x_includes=$(INCROOT); x_libraries=$(USRLIBDIR)"
-+ @echo "x_includes=\$(INCROOT); x_libraries=\$(USRLIBDIR)"
- EOF
- if xmkmf >/dev/null 2>/dev/null && test -f Makefile; then
- eval `make acfindx`
diff --git a/ftp/moxftp/pkg-comment b/ftp/moxftp/pkg-comment
deleted file mode 100644
index d2a38f877b49..000000000000
--- a/ftp/moxftp/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Xftp ftp shell under X windows v 2.2
diff --git a/ftp/moxftp/pkg-descr b/ftp/moxftp/pkg-descr
deleted file mode 100644
index d2a38f877b49..000000000000
--- a/ftp/moxftp/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-Xftp ftp shell under X windows v 2.2
diff --git a/ftp/moxftp/pkg-plist b/ftp/moxftp/pkg-plist
deleted file mode 100644
index c3af8033ca03..000000000000
--- a/ftp/moxftp/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-@cwd /usr/X11R6
-@mode 555
-bin/xftp
-@mode 444
-lib/X11/app-defaults/Xftp
-man/man1/xftp.1.gz
diff --git a/ftp/ncftp2/Makefile b/ftp/ncftp2/Makefile
deleted file mode 100644
index 67a8f86bdb4d..000000000000
--- a/ftp/ncftp2/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: ncftp2
-# Version required: 2.0.5
-# Date created: 4 Nov 1994
-# Whom: ache
-#
-# $Id: Makefile,v 1.22 1995/04/27 23:36:02 ache Exp $
-#
-
-DISTNAME= ncftp-2.0.5
-CATEGORIES+= networking
-MASTER_SITES= ftp://ftp.cs.unl.edu/pub/ncftp/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ache@FreeBSD.ORG
-
-GNU_CONFIGURE= yes
-
-do-install:
- cd ${WRKSRC}; $(INSTALL) $(COPY) $(STRIP) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) ncftp $(PREFIX)/bin/ncftp2
- cd ${WRKSRC}; $(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 644 ncftp.1 $(PREFIX)/man/man1/ncftp2.1
-
-.include <bsd.port.mk>
diff --git a/ftp/ncftp2/distinfo b/ftp/ncftp2/distinfo
deleted file mode 100644
index 73f7ceef07b6..000000000000
--- a/ftp/ncftp2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ncftp-2.0.5.tgz) = da10010a1b0616ce6127a851e912254a
diff --git a/ftp/ncftp2/files/patch-aa b/ftp/ncftp2/files/patch-aa
deleted file mode 100644
index eeae13116176..000000000000
--- a/ftp/ncftp2/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-*** Makefile.in.orig Mon Jan 23 00:06:14 1995
---- Makefile.in Mon Jan 23 20:47:43 1995
-***************
-*** 34,40 ****
- VPATH=@srcdir@
- CPPFLAGS=@CPPFLAGS@ -I.
-
-! LIBS=@LIBS@
- LDFLAGS=@LDFLAGS@
-
- # Any -D definitions:
---- 34,40 ----
- VPATH=@srcdir@
- CPPFLAGS=@CPPFLAGS@ -I.
-
-! LIBS= -lreadline -lncurses -lmytinfo
- LDFLAGS=@LDFLAGS@
-
- # Any -D definitions:
diff --git a/ftp/ncftp2/pkg-comment b/ftp/ncftp2/pkg-comment
deleted file mode 100644
index 01f7215a3523..000000000000
--- a/ftp/ncftp2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-NcFTP 2.0.5 -- FTP replacement with advanced user interface
diff --git a/ftp/ncftp2/pkg-descr b/ftp/ncftp2/pkg-descr
deleted file mode 100644
index f57dd5cbd429..000000000000
--- a/ftp/ncftp2/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
- NcFTP is a user interface to the Internet standard File
- Transfer Protocol. This program allows a user to transfer
- files to and from a remote network site, and offers addi-
- tional features that are not found in the standard inter-
- face, ftp.
diff --git a/ftp/ncftp2/pkg-plist b/ftp/ncftp2/pkg-plist
deleted file mode 100644
index 15517854e4e6..000000000000
--- a/ftp/ncftp2/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-@cwd /usr/local
-bin/ncftp2
-man/man1/ncftp2.1
diff --git a/ftp/ncftp3/Makefile b/ftp/ncftp3/Makefile
deleted file mode 100644
index 67a8f86bdb4d..000000000000
--- a/ftp/ncftp3/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: ncftp2
-# Version required: 2.0.5
-# Date created: 4 Nov 1994
-# Whom: ache
-#
-# $Id: Makefile,v 1.22 1995/04/27 23:36:02 ache Exp $
-#
-
-DISTNAME= ncftp-2.0.5
-CATEGORIES+= networking
-MASTER_SITES= ftp://ftp.cs.unl.edu/pub/ncftp/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ache@FreeBSD.ORG
-
-GNU_CONFIGURE= yes
-
-do-install:
- cd ${WRKSRC}; $(INSTALL) $(COPY) $(STRIP) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) ncftp $(PREFIX)/bin/ncftp2
- cd ${WRKSRC}; $(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 644 ncftp.1 $(PREFIX)/man/man1/ncftp2.1
-
-.include <bsd.port.mk>
diff --git a/ftp/ncftp3/distinfo b/ftp/ncftp3/distinfo
deleted file mode 100644
index 73f7ceef07b6..000000000000
--- a/ftp/ncftp3/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ncftp-2.0.5.tgz) = da10010a1b0616ce6127a851e912254a
diff --git a/ftp/ncftp3/pkg-comment b/ftp/ncftp3/pkg-comment
deleted file mode 100644
index 01f7215a3523..000000000000
--- a/ftp/ncftp3/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-NcFTP 2.0.5 -- FTP replacement with advanced user interface
diff --git a/ftp/ncftp3/pkg-descr b/ftp/ncftp3/pkg-descr
deleted file mode 100644
index f57dd5cbd429..000000000000
--- a/ftp/ncftp3/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
- NcFTP is a user interface to the Internet standard File
- Transfer Protocol. This program allows a user to transfer
- files to and from a remote network site, and offers addi-
- tional features that are not found in the standard inter-
- face, ftp.
diff --git a/ftp/ncftp3/pkg-plist b/ftp/ncftp3/pkg-plist
deleted file mode 100644
index 15517854e4e6..000000000000
--- a/ftp/ncftp3/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-@cwd /usr/local
-bin/ncftp2
-man/man1/ncftp2.1
diff --git a/ftp/wu-ftpd+ipv6/Makefile b/ftp/wu-ftpd+ipv6/Makefile
deleted file mode 100644
index 489d43ed17e3..000000000000
--- a/ftp/wu-ftpd+ipv6/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: wu-ftpd
-# Version required: 2.4
-# Date created: 18 Oct 1994
-# Whom: torstenb
-#
-# $Id: Makefile,v 1.2 1995/04/01 12:48:53 jkh Exp $
-#
-
-DISTNAME= wu-ftpd-2.4
-CATEGORIES+= networking
-MASTER_SITES= ftp://ftp.wustl.edu/packages/wuarchive-ftpd/
-EXTRACT_SUFX= .tar.Z
-
-pre-install:
- @mkdir -p ${PREFIX}/bin
- @mkdir -p ${PREFIX}/etc
- @mkdir -p ${PREFIX}/man/man1
- @mkdir -p ${PREFIX}/man/man5
- @mkdir -p ${PREFIX}/man/man8
-
-.include <bsd.port.mk>
diff --git a/ftp/wu-ftpd+ipv6/distinfo b/ftp/wu-ftpd+ipv6/distinfo
deleted file mode 100644
index 2b5c014712f4..000000000000
--- a/ftp/wu-ftpd+ipv6/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (wu-ftpd-2.4.tar.Z) = cdcb237b71082fa23706429134d8c32e
diff --git a/ftp/wu-ftpd+ipv6/files/patch-aa b/ftp/wu-ftpd+ipv6/files/patch-aa
deleted file mode 100644
index e5b1455adc81..000000000000
--- a/ftp/wu-ftpd+ipv6/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-*** src/realpath.c.orig Wed Jan 18 22:39:04 1995
---- src/realpath.c Wed Jan 18 22:38:48 1995
-***************
-*** 42,48 ****
- #endif
-
- char *
-! realpath(char *pathname, char *result)
- {
- struct stat sbuf;
- char curpath[MAXPATHLEN],
---- 42,48 ----
- #endif
-
- char *
-! realpath(const char *pathname, char *result)
- {
- struct stat sbuf;
- char curpath[MAXPATHLEN],
diff --git a/ftp/wu-ftpd+ipv6/files/patch-ab b/ftp/wu-ftpd+ipv6/files/patch-ab
deleted file mode 100644
index fe0cb6d2ba08..000000000000
--- a/ftp/wu-ftpd+ipv6/files/patch-ab
+++ /dev/null
@@ -1,65 +0,0 @@
-*** Makefile.orig Fri Apr 1 11:03:58 1994
---- Makefile Wed Jan 25 14:58:44 1995
-***************
-*** 1,25 ****
-! BINDIR= /usr/local/bin
-! ETCDIR= /usr/local/etc
-! MANDIR= /usr/local/man
- MANEXT= 8
-
- all:
- @ echo 'Use the "build" command (shell script) to make ftpd.'
- @ echo 'You can say "build help" for details on how it works.'
-
- install: bin/ftpd bin/ftpcount bin/ftpshut
- -mv -f ${ETCDIR}/ftpd ${ETCDIR}/ftpd-old
- @echo Installing binaries.
-! install -o bin -g bin -m 755 bin/ftpd ${ETCDIR}/ftpd
-! install -o bin -g bin -m 755 bin/ftpshut ${BINDIR}/ftpshut
-! install -o bin -g bin -m 755 bin/ftpcount ${BINDIR}/ftpcount
-! install -o bin -g bin -m 755 bin/ftpwho ${BINDIR}/ftpwho
- @echo Installing manpages.
-! install -o bin -g bin -m 755 doc/ftpd.8 ${MANDIR}/man8/ftpd.8
-! install -o bin -g bin -m 755 doc/ftpcount.1 ${MANDIR}/man1/ftpcount.1
-! install -o bin -g bin -m 755 doc/ftpwho.1 ${MANDIR}/man1/ftpwho.1
-! install -o bin -g bin -m 755 doc/ftpshut.8 ${MANDIR}/man8/ftpshut.8
-! install -o bin -g bin -m 755 doc/ftpaccess.5 ${MANDIR}/man5/ftpaccess.5
-! install -o bin -g bin -m 755 doc/ftphosts.5 ${MANDIR}/man5/ftphosts.5
-! install -o bin -g bin -m 755 doc/ftpconversions.5 ${MANDIR}/man5/ftpconversions.5
-! install -o bin -g bin -m 755 doc/xferlog.5 ${MANDIR}/man5/xferlog.5
---- 1,35 ----
-! BINDIR= ${PREFIX}/bin
-! ETCDIR= ${PREFIX}/etc
-! MANDIR= ${PREFIX}/man
- MANEXT= 8
-
- all:
-+ /bin/sh build fb2
- @ echo 'Use the "build" command (shell script) to make ftpd.'
- @ echo 'You can say "build help" for details on how it works.'
-
- install: bin/ftpd bin/ftpcount bin/ftpshut
- -mv -f ${ETCDIR}/ftpd ${ETCDIR}/ftpd-old
- @echo Installing binaries.
-! install -c -o bin -g bin -m 755 bin/ftpd ${ETCDIR}/ftpd
-! install -c -o bin -g bin -m 755 bin/ftpshut ${BINDIR}/ftpshut
-! install -c -o bin -g bin -m 755 bin/ftpcount ${BINDIR}/ftpcount
-! install -c -o bin -g bin -m 755 bin/ftpwho ${BINDIR}/ftpwho
- @echo Installing manpages.
-! install -c -o bin -g bin -m 755 doc/ftpd.8 ${MANDIR}/man8/ftpd.8
-! install -c -o bin -g bin -m 755 doc/ftpcount.1 ${MANDIR}/man1/ftpcount.1
-! install -c -o bin -g bin -m 755 doc/ftpwho.1 ${MANDIR}/man1/ftpwho.1
-! install -c -o bin -g bin -m 755 doc/ftpshut.8 ${MANDIR}/man8/ftpshut.8
-! install -c -o bin -g bin -m 755 doc/ftpaccess.5 ${MANDIR}/man5/ftpaccess.5
-! install -c -o bin -g bin -m 755 doc/ftphosts.5 ${MANDIR}/man5/ftphosts.5
-! install -c -o bin -g bin -m 755 doc/ftpconversions.5 ${MANDIR}/man5/ftpconversions.5
-! install -c -o bin -g bin -m 755 doc/xferlog.5 ${MANDIR}/man5/xferlog.5
-! @echo Compressing manpages
-! gzip -f -9 ${MANDIR}/man8/ftpd.8
-! gzip -f -9 ${MANDIR}/man1/ftpcount.1
-! gzip -f -9 ${MANDIR}/man1/ftpwho.1
-! gzip -f -9 ${MANDIR}/man8/ftpshut.8
-! gzip -f -9 ${MANDIR}/man5/ftpaccess.5
-! gzip -f -9 ${MANDIR}/man5/ftphosts.5
-! gzip -f -9 ${MANDIR}/man5/ftpconversions.5
-! gzip -f -9 ${MANDIR}/man5/xferlog.5
diff --git a/ftp/wu-ftpd+ipv6/files/patch-ac b/ftp/wu-ftpd+ipv6/files/patch-ac
deleted file mode 100644
index 8f9f98a46283..000000000000
--- a/ftp/wu-ftpd+ipv6/files/patch-ac
+++ /dev/null
@@ -1,47 +0,0 @@
-*** src/pathnames.h.orig Wed Apr 13 22:46:48 1994
---- src/pathnames.h Tue Oct 18 18:26:26 1994
-***************
-*** 29,41 ****
- *
- * @(#)pathnames.h 5.2 (Berkeley) 6/1/90 */
-
-! #define _PATH_FTPUSERS "/etc/ftpusers"
-! #define _PATH_FTPACCESS "/usr/local/etc/ftpaccess"
- #define _PATH_EXECPATH "/bin/ftp-exec"
-! #define _PATH_PIDNAMES "/usr/local/daemon/ftpd/ftp.pids-%s"
-! #define _PATH_CVT "/usr/local/etc/ftpconversions"
-! #define _PATH_XFERLOG "/usr/adm/xferlog"
-! #define _PATH_PRIVATE "/etc/ftpgroups"
-
- #ifndef _PATH_UTMP
- #define _PATH_UTMP "/etc/utmp"
---- 29,41 ----
- *
- * @(#)pathnames.h 5.2 (Berkeley) 6/1/90 */
-
-! #define _PATH_FTPUSERS "!!PREFIX!!/etc/ftpusers"
-! #define _PATH_FTPACCESS "!!PREFIX!!/etc/ftpaccess"
- #define _PATH_EXECPATH "/bin/ftp-exec"
-! #define _PATH_PIDNAMES "!!PREFIX!!/daemon/ftpd/ftp.pids-%s"
-! #define _PATH_CVT "!!PREFIX!!/etc/ftpconversions"
-! #define _PATH_XFERLOG "/var/log/xferlog"
-! #define _PATH_PRIVATE "!!PREFIX!!/etc/ftpgroups"
-
- #ifndef _PATH_UTMP
- #define _PATH_UTMP "/etc/utmp"
-***************
-*** 47,52 ****
- #define _PATH_DEVNULL "/dev/null"
-
- #ifdef HOST_ACCESS
-! #define _PATH_FTPHOSTS "/usr/local/etc/ftphosts"
- #endif
-
---- 47,53 ----
- #define _PATH_DEVNULL "/dev/null"
-
- #ifdef HOST_ACCESS
-! #define _PATH_FTPHOSTS "!!PREFIX!!/etc/ftphosts"
-! #else
- #endif
-
diff --git a/ftp/wu-ftpd+ipv6/files/patch-ad b/ftp/wu-ftpd+ipv6/files/patch-ad
deleted file mode 100644
index 71569a9af9ce..000000000000
--- a/ftp/wu-ftpd+ipv6/files/patch-ad
+++ /dev/null
@@ -1,489 +0,0 @@
-*** src/ftpd.c.orig Wed Apr 13 22:17:18 1994
---- src/ftpd.c Wed Jan 25 21:51:50 1995
-***************
-*** 139,146 ****
- *freopen(const char *, const char *, FILE *);
- extern int ftpd_pclose(FILE *iop),
- fclose(FILE *);
-! extern char *getline(),
-! *realpath(char *pathname, char *result);
- extern char cbuf[];
- extern off_t restart_point;
-
---- 139,146 ----
- *freopen(const char *, const char *, FILE *);
- extern int ftpd_pclose(FILE *iop),
- fclose(FILE *);
-! extern char *getline();
-! extern char *realpath(const char *pathname, char *result);
- extern char cbuf[];
- extern off_t restart_point;
-
-***************
-*** 237,242 ****
---- 237,247 ----
-
- #endif /* SETPROCTITLE */
-
-+ #ifdef SKEY
-+ #include <skey.h>
-+ int pwok = 0;
-+ #endif
-+
- #ifdef KERBEROS
- void init_krb();
- void end_krb();
-***************
-*** 252,257 ****
---- 257,269 ----
- char ls_short[50];
- struct aclmember *entry = NULL;
-
-+ void end_login(void);
-+ void send_data(FILE *, FILE *, off_t);
-+ void dolog(struct sockaddr_in *);
-+ void dologout(int);
-+ void perror_reply(int, char *);
-+
-+ void
- main(int argc, char **argv, char **envp)
- {
- int addrlen,
-***************
-*** 686,691 ****
---- 698,705 ----
- * does not have a standard shell as returned by getusershell(). Disallow
- * anyone mentioned in the file _PATH_FTPUSERS to allow people such as root
- * and uucp to be avoided. */
-+
-+ void
- user(char *name)
- {
- register char *cp;
-***************
-*** 878,884 ****
---- 892,903 ----
- } else
- acl_setfunctions();
-
-+ #ifdef SKEY
-+ pwok = skeyaccess(name, NULL, remotehost, remoteaddr);
-+ reply(331, "%s", skey_challenge(name, pw, pwok));
-+ #else
- reply(331, "Password required for %s.", name);
-+ #endif
- askpasswd = 1;
- /* Delay before reading passwd after first failed attempt to slow down
- * passwd-guessing programs. */
-***************
-*** 887,892 ****
---- 906,912 ----
- }
-
- /* Check if a user is in the file _PATH_FTPUSERS */
-+ int
- checkuser(char *name)
- {
- register FILE *fd;
-***************
-*** 911,916 ****
---- 931,937 ----
-
- /* Terminate login as previous user, if any, resetting state; used when USER
- * command is given or login fails. */
-+ void
- end_login(void)
- {
-
-***************
-*** 965,970 ****
---- 986,992 ----
- return 0;
- }
-
-+ void
- pass(char *passwd)
- {
- char *xpasswd,
-***************
-*** 1007,1014 ****
---- 1029,1041 ----
- #ifdef KERBEROS
- xpasswd = crypt16(passwd, salt);
- #else
-+ #ifdef SKEY
-+ xpasswd = skey_crypt(passwd, salt, pw, pwok);
-+ pwok = 0;
-+ #else
- xpasswd = crypt(passwd, salt);
- #endif
-+ #endif
-
- #ifdef ULTRIX_AUTH
- if ((numfails = ultrix_check_pass(passwd, xpasswd)) < 0) {
-***************
-*** 1095,1101 ****
- (void) initgroups(pw->pw_name, pw->pw_gid);
-
- /* open wtmp before chroot */
-! (void) sprintf(ttyline, "ftp%d", getpid());
- logwtmp(ttyline, pw->pw_name, remotehost);
- logged_in = 1;
-
---- 1122,1132 ----
- (void) initgroups(pw->pw_name, pw->pw_gid);
-
- /* open wtmp before chroot */
-! #if (defined(BSD) && (BSD >= 199103))
-! (void) sprintf(ttyline, "ftp%ld", getpid());
-! #else
-! (void) sprintf(ttyline, "ftpd%d", getpid());
-! #endif
- logwtmp(ttyline, pw->pw_name, remotehost);
- logged_in = 1;
-
-***************
-*** 1190,1197 ****
- reply(230, "Guest login ok, access restrictions apply.");
- #ifdef SETPROCTITLE
- sprintf(proctitle, "%s: anonymous/%.*s", remotehost,
-! sizeof(proctitle) - sizeof(remotehost) -
-! sizeof(": anonymous/"), passwd);
- setproctitle("%s", proctitle);
- #endif /* SETPROCTITLE */
- if (logging)
---- 1221,1228 ----
- reply(230, "Guest login ok, access restrictions apply.");
- #ifdef SETPROCTITLE
- sprintf(proctitle, "%s: anonymous/%.*s", remotehost,
-! (int) (sizeof(proctitle) - sizeof(remotehost) -
-! sizeof(": anonymous/")), passwd);
- setproctitle("%s", proctitle);
- #endif /* SETPROCTITLE */
- if (logging)
-***************
-*** 1235,1240 ****
---- 1266,1272 ----
- return (buf);
- }
-
-+ void
- retrieve(char *cmd, char *name)
- {
- FILE *fin,
-***************
-*** 1422,1428 ****
---- 1454,1464 ----
- for (loop = 0; namebuf[loop]; loop++)
- if (isspace(namebuf[loop]) || iscntrl(namebuf[loop]))
- namebuf[loop] = '_';
-+ #if (defined(BSD) && (BSD >= 199103))
-+ sprintf(msg, "%.24s %d %s %qd %s %c %s %c %c %s ftp %d %s\n",
-+ #else
- sprintf(msg, "%.24s %d %s %d %s %c %s %c %c %s ftp %d %s\n",
-+ #endif
- ctime(&curtime),
- xfertime,
- remotehost,
-***************
-*** 1445,1450 ****
---- 1481,1487 ----
- (*closefunc) (fin);
- }
-
-+ void
- store(char *name, char *mode, int unique)
- {
- FILE *fout, *din;
-***************
-*** 1610,1616 ****
- for (loop = 0; namebuf[loop]; loop++)
- if (isspace(namebuf[loop]) || iscntrl(namebuf[loop]))
- namebuf[loop] = '_';
-! sprintf(msg, "%.24s %d %s %d %s %c %s %c %c %s ftp %d %s\n",
- ctime(&curtime),
- xfertime,
- remotehost,
---- 1647,1657 ----
- for (loop = 0; namebuf[loop]; loop++)
- if (isspace(namebuf[loop]) || iscntrl(namebuf[loop]))
- namebuf[loop] = '_';
-! #if (defined(BSD) && (BSD >= 199103))
-! sprintf(msg, "%.24s %d %s %qd %s %c %s %c %c %s ftp %d %s\n",
-! #else
-! sprintf(msg, "%.24s %d %s %d %s %c %s %c %c %s ftp %d %s\n",
-! #endif
- ctime(&curtime),
- xfertime,
- remotehost,
-***************
-*** 1699,1705 ****
- file_size = size;
- byte_count = 0;
- if (size != (off_t) - 1)
-! (void) sprintf(sizebuf, " (%ld bytes)", size);
- else
- (void) strcpy(sizebuf, "");
- if (pdata >= 0) {
---- 1740,1750 ----
- file_size = size;
- byte_count = 0;
- if (size != (off_t) - 1)
-! #if (defined(BSD) && (BSD >= 199103))
-! (void) sprintf(sizebuf, " (%qd bytes)", size);
-! #else
-! (void) sprintf(sizebuf, " (%d bytes)", size);
-! #endif
- else
- (void) strcpy(sizebuf, "");
- if (pdata >= 0) {
-***************
-*** 1707,1715 ****
- int s,
- fromlen = sizeof(from);
-
-! s = accept(pdata, (struct sockaddr *) &from, &fromlen);
-! if (s < 0) {
-! reply(425, "Can't open data connection.");
- (void) close(pdata);
- pdata = -1;
- return (NULL);
---- 1752,1774 ----
- int s,
- fromlen = sizeof(from);
-
-! #ifdef FD_ZERO
-! struct timeval timeout;
-! fd_set set;
-!
-! FD_ZERO(&set);
-! FD_SET(pdata, &set);
-!
-! timeout.tv_usec = 0;
-! timeout.tv_sec = 120;
-!
-! if (select(pdata+1, &set, (fd_set *) 0, (fd_set *) 0, &timeout) == 0 ||
-! (s = accept(pdata, (struct sockaddr *) &from, &fromlen)) < 0) {
-! #else
-! s = accept(pdata, (struct sockaddr *) &from, &fromlen);
-! if (s < 0) {
-! #endif
-! reply(425, "Can't open data connection.");
- (void) close(pdata);
- pdata = -1;
- return (NULL);
-***************
-*** 1764,1769 ****
---- 1823,1829 ----
- * encapsulation of the data subject to Mode, Structure, and Type.
- *
- * NB: Form isn't handled. */
-+ void
- send_data(FILE *instr, FILE *outstr, off_t blksize)
- {
- register int c,
-***************
-*** 1839,1844 ****
---- 1899,1905 ----
- * the data subject to Mode, Structure, and Type.
- *
- * N.B.: Form isn't handled. */
-+ int
- receive_data(FILE *instr, FILE *outstr)
- {
- register int c;
-***************
-*** 1915,1920 ****
---- 1976,1982 ----
- return (-1);
- }
-
-+ void
- statfilecmd(char *filename)
- {
- char line[BUFSIZ];
-***************
-*** 1948,1953 ****
---- 2010,2016 ----
- reply(211, "End of Status");
- }
-
-+ void
- statcmd(void)
- {
- struct sockaddr_in *sin;
-***************
-*** 2001,2006 ****
---- 2064,2070 ----
- reply(211, "End of status");
- }
-
-+ void
- fatal(char *s)
- {
- reply(451, "Error in server: %s\n", s);
-***************
-*** 2095,2100 ****
---- 2159,2165 ----
-
- #else
- /* VARARGS2 */
-+ void
- reply(int n, char *fmt, int p0, int p1, int p2, int p3, int p4, int p5)
- {
- if (autospout != NULL) {
-***************
-*** 2129,2134 ****
---- 2194,2200 ----
- }
-
- /* VARARGS2 */
-+ void
- lreply(int n, char *fmt, int p0, int p1, int p2, int p3, int p4, int p5)
- {
- if (!dolreplies)
-***************
-*** 2144,2160 ****
---- 2210,2229 ----
- }
- #endif
-
-+ void
- ack(char *s)
- {
- reply(250, "%s command successful.", s);
- }
-
-+ void
- nack(char *s)
- {
- reply(502, "%s command not implemented.", s);
- }
-
- /* ARGSUSED */
-+ void
- yyerror(char *s)
- {
- char *cp;
-***************
-*** 2164,2169 ****
---- 2233,2239 ----
- reply(500, "'%s': command not understood.", cbuf);
- }
-
-+ void
- delete(char *name)
- {
- struct stat st;
-***************
-*** 2208,2213 ****
---- 2278,2284 ----
- ack("DELE");
- }
-
-+ void
- cwd(char *path)
- {
- struct aclmember *entry = NULL;
-***************
-*** 2248,2253 ****
---- 2319,2325 ----
- }
- }
-
-+ void
- makedir(char *name)
- {
- uid_t uid;
-***************
-*** 2274,2282 ****
- reply(257, "MKD command successful.");
- }
-
- removedir(char *name)
- {
-! int c, d; /* dummy variables */
- int valid = 0;
-
- /*
---- 2346,2355 ----
- reply(257, "MKD command successful.");
- }
-
-+ void
- removedir(char *name)
- {
-! unsigned long c, d; /* dummy variables */
- int valid = 0;
-
- /*
-***************
-*** 2298,2303 ****
---- 2371,2377 ----
- ack("RMD");
- }
-
-+ void
- pwd(void)
- {
- char path[MAXPATHLEN + 1];
-***************
-*** 2342,2347 ****
---- 2416,2422 ----
- return (name);
- }
-
-+ void
- renamecmd(char *from, char *to)
- {
-
-***************
-*** 2357,2362 ****
---- 2432,2438 ----
- ack("RNTO");
- }
-
-+ void
- dolog(struct sockaddr_in *sin)
- {
- struct hostent *hp;
-***************
-*** 2412,2417 ****
---- 2488,2494 ----
- }
-
- /* Record logout in wtmp file and exit with supplied status. */
-+ void
- dologout(int status)
- {
- if (logged_in) {
-***************
-*** 2459,2464 ****
---- 2536,2542 ----
- * PASV command in RFC959. However, it has been blessed as a legitimate
- * response by Jon Postel in a telephone conversation with Rick Adams on 25
- * Jan 89. */
-+ void
- passive(void)
- {
- int len;
-***************
-*** 2530,2535 ****
---- 2608,2614 ----
- }
-
- /* Format and send reply containing system error number. */
-+ void
- perror_reply(int code, char *string)
- {
- reply(code, "%s: %s.", string, strerror(errno));
-***************
-*** 2538,2543 ****
---- 2617,2623 ----
- static char *onefile[] =
- {"", 0};
-
-+ void
- send_file_list(char *whichfiles)
- {
- struct stat st;
diff --git a/ftp/wu-ftpd+ipv6/files/patch-ag b/ftp/wu-ftpd+ipv6/files/patch-ag
deleted file mode 100644
index dabfbce24f9e..000000000000
--- a/ftp/wu-ftpd+ipv6/files/patch-ag
+++ /dev/null
@@ -1,19 +0,0 @@
-*** doc/examples/ftpconversions.orig Wed Jan 25 22:11:02 1995
---- doc/examples/ftpconversions Wed Jan 25 22:11:49 1995
-***************
-*** 1,7 ****
-! :.Z: : :/bin/compress -d -c %s:T_REG|T_ASCII:O_UNCOMPRESS:UNCOMPRESS
- : : :.Z:/bin/compress -c %s:T_REG:O_COMPRESS:COMPRESS
- :.gz: : :/bin/gzip -cd %s:T_REG|T_ASCII:O_UNCOMPRESS:GUNZIP
- : : :.gz:/bin/gzip -9 -c %s:T_REG:O_COMPRESS:GZIP
- : : :.tar:/bin/tar -c -f - %s:T_REG|T_DIR:O_TAR:TAR
- : : :.tar.Z:/bin/tar -c -Z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+COMPRESS
-! : : :.tar.gz:/bin/tar -c -z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+GZIP
---- 1,7 ----
-! :.Z: : :/bin/gzip -d -c %s:T_REG|T_ASCII:O_UNCOMPRESS:UNCOMPRESS
- : : :.Z:/bin/compress -c %s:T_REG:O_COMPRESS:COMPRESS
- :.gz: : :/bin/gzip -cd %s:T_REG|T_ASCII:O_UNCOMPRESS:GUNZIP
- : : :.gz:/bin/gzip -9 -c %s:T_REG:O_COMPRESS:GZIP
- : : :.tar:/bin/tar -c -f - %s:T_REG|T_DIR:O_TAR:TAR
- : : :.tar.Z:/bin/tar -c -Z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+COMPRESS
-! : : :.tar.gz:/bin/tar -c -z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+GZIP
diff --git a/ftp/wu-ftpd+ipv6/pkg-comment b/ftp/wu-ftpd+ipv6/pkg-comment
deleted file mode 100644
index e03e15990049..000000000000
--- a/ftp/wu-ftpd+ipv6/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-wu-ftpd is a replacement ftp server for Un*x systems.
diff --git a/ftp/wu-ftpd+ipv6/pkg-descr b/ftp/wu-ftpd+ipv6/pkg-descr
deleted file mode 100644
index 0c40b7b88367..000000000000
--- a/ftp/wu-ftpd+ipv6/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-WASHINGTON UNIVERSITY FTP SERVER, RELEASE 2.4
-wu-ftpd is a replacement ftp server for Un*x systems. Besides
-supporting the ftp protocol defined in RFC 959, it adds the following
-features:
- o logging of transfers
- o logging of commands
- o on the fly compression and archiving
- o classification of users on type and location
- o per class limits
- o per directory upload permissions
- o restricted guest accounts
- o system wide and per directory messages.
- o directory alias
- o cdpath
- o filename filter
diff --git a/ftp/wu-ftpd+ipv6/pkg-plist b/ftp/wu-ftpd+ipv6/pkg-plist
deleted file mode 100644
index 067ff002fd66..000000000000
--- a/ftp/wu-ftpd+ipv6/pkg-plist
+++ /dev/null
@@ -1,13 +0,0 @@
-@cwd /usr/local
-etc/ftpd
-man/man1/ftpcount.1.gz
-man/man1/ftpwho.1.gz
-man/man5/ftpaccess.5.gz
-man/man5/ftphosts.5.gz
-man/man5/ftpconversions.5.gz
-man/man5/xferlog.5.gz
-man/man8/ftpd.8.gz
-man/man8/ftpshut.8.gz
-bin/ftpshut
-bin/ftpcount
-bin/ftpwho
diff --git a/ftp/wu-ftpd+ipv6/scripts/configure b/ftp/wu-ftpd+ipv6/scripts/configure
deleted file mode 100644
index e557ecd38d08..000000000000
--- a/ftp/wu-ftpd+ipv6/scripts/configure
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-#
-# configure,v 1.1.1.1 1994/10/23 01:36:59 torstenb Exp
-#
-
-mv ${WRKSRC}/src/pathnames.h ${WRKSRC}/src/pathnames.h.bak
-sed <${WRKSRC}/src/pathnames.h.bak >${WRKSRC}/src/pathnames.h s+!!PREFIX!!+$PREFIX+g
-
-cp ${FILESDIR}/Makefile.fb2 ${WRKSRC}/src/makefiles/Makefile.fb2
-cp ${FILESDIR}/config.fb2 ${WRKSRC}/src/config/config.fb2
-cp ${FILESDIR}/support-Makefile.fb2 ${WRKSRC}/support/makefiles/Makefile.fb2
-cp ${FILESDIR}/skey-stuff.c ${WRKSRC}/src/skey-stuff.c
diff --git a/ftp/wu-ftpd/Makefile b/ftp/wu-ftpd/Makefile
deleted file mode 100644
index 489d43ed17e3..000000000000
--- a/ftp/wu-ftpd/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: wu-ftpd
-# Version required: 2.4
-# Date created: 18 Oct 1994
-# Whom: torstenb
-#
-# $Id: Makefile,v 1.2 1995/04/01 12:48:53 jkh Exp $
-#
-
-DISTNAME= wu-ftpd-2.4
-CATEGORIES+= networking
-MASTER_SITES= ftp://ftp.wustl.edu/packages/wuarchive-ftpd/
-EXTRACT_SUFX= .tar.Z
-
-pre-install:
- @mkdir -p ${PREFIX}/bin
- @mkdir -p ${PREFIX}/etc
- @mkdir -p ${PREFIX}/man/man1
- @mkdir -p ${PREFIX}/man/man5
- @mkdir -p ${PREFIX}/man/man8
-
-.include <bsd.port.mk>
diff --git a/ftp/wu-ftpd/distinfo b/ftp/wu-ftpd/distinfo
deleted file mode 100644
index 2b5c014712f4..000000000000
--- a/ftp/wu-ftpd/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (wu-ftpd-2.4.tar.Z) = cdcb237b71082fa23706429134d8c32e
diff --git a/ftp/wu-ftpd/files/patch-aa b/ftp/wu-ftpd/files/patch-aa
deleted file mode 100644
index e5b1455adc81..000000000000
--- a/ftp/wu-ftpd/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-*** src/realpath.c.orig Wed Jan 18 22:39:04 1995
---- src/realpath.c Wed Jan 18 22:38:48 1995
-***************
-*** 42,48 ****
- #endif
-
- char *
-! realpath(char *pathname, char *result)
- {
- struct stat sbuf;
- char curpath[MAXPATHLEN],
---- 42,48 ----
- #endif
-
- char *
-! realpath(const char *pathname, char *result)
- {
- struct stat sbuf;
- char curpath[MAXPATHLEN],
diff --git a/ftp/wu-ftpd/files/patch-ab b/ftp/wu-ftpd/files/patch-ab
deleted file mode 100644
index fe0cb6d2ba08..000000000000
--- a/ftp/wu-ftpd/files/patch-ab
+++ /dev/null
@@ -1,65 +0,0 @@
-*** Makefile.orig Fri Apr 1 11:03:58 1994
---- Makefile Wed Jan 25 14:58:44 1995
-***************
-*** 1,25 ****
-! BINDIR= /usr/local/bin
-! ETCDIR= /usr/local/etc
-! MANDIR= /usr/local/man
- MANEXT= 8
-
- all:
- @ echo 'Use the "build" command (shell script) to make ftpd.'
- @ echo 'You can say "build help" for details on how it works.'
-
- install: bin/ftpd bin/ftpcount bin/ftpshut
- -mv -f ${ETCDIR}/ftpd ${ETCDIR}/ftpd-old
- @echo Installing binaries.
-! install -o bin -g bin -m 755 bin/ftpd ${ETCDIR}/ftpd
-! install -o bin -g bin -m 755 bin/ftpshut ${BINDIR}/ftpshut
-! install -o bin -g bin -m 755 bin/ftpcount ${BINDIR}/ftpcount
-! install -o bin -g bin -m 755 bin/ftpwho ${BINDIR}/ftpwho
- @echo Installing manpages.
-! install -o bin -g bin -m 755 doc/ftpd.8 ${MANDIR}/man8/ftpd.8
-! install -o bin -g bin -m 755 doc/ftpcount.1 ${MANDIR}/man1/ftpcount.1
-! install -o bin -g bin -m 755 doc/ftpwho.1 ${MANDIR}/man1/ftpwho.1
-! install -o bin -g bin -m 755 doc/ftpshut.8 ${MANDIR}/man8/ftpshut.8
-! install -o bin -g bin -m 755 doc/ftpaccess.5 ${MANDIR}/man5/ftpaccess.5
-! install -o bin -g bin -m 755 doc/ftphosts.5 ${MANDIR}/man5/ftphosts.5
-! install -o bin -g bin -m 755 doc/ftpconversions.5 ${MANDIR}/man5/ftpconversions.5
-! install -o bin -g bin -m 755 doc/xferlog.5 ${MANDIR}/man5/xferlog.5
---- 1,35 ----
-! BINDIR= ${PREFIX}/bin
-! ETCDIR= ${PREFIX}/etc
-! MANDIR= ${PREFIX}/man
- MANEXT= 8
-
- all:
-+ /bin/sh build fb2
- @ echo 'Use the "build" command (shell script) to make ftpd.'
- @ echo 'You can say "build help" for details on how it works.'
-
- install: bin/ftpd bin/ftpcount bin/ftpshut
- -mv -f ${ETCDIR}/ftpd ${ETCDIR}/ftpd-old
- @echo Installing binaries.
-! install -c -o bin -g bin -m 755 bin/ftpd ${ETCDIR}/ftpd
-! install -c -o bin -g bin -m 755 bin/ftpshut ${BINDIR}/ftpshut
-! install -c -o bin -g bin -m 755 bin/ftpcount ${BINDIR}/ftpcount
-! install -c -o bin -g bin -m 755 bin/ftpwho ${BINDIR}/ftpwho
- @echo Installing manpages.
-! install -c -o bin -g bin -m 755 doc/ftpd.8 ${MANDIR}/man8/ftpd.8
-! install -c -o bin -g bin -m 755 doc/ftpcount.1 ${MANDIR}/man1/ftpcount.1
-! install -c -o bin -g bin -m 755 doc/ftpwho.1 ${MANDIR}/man1/ftpwho.1
-! install -c -o bin -g bin -m 755 doc/ftpshut.8 ${MANDIR}/man8/ftpshut.8
-! install -c -o bin -g bin -m 755 doc/ftpaccess.5 ${MANDIR}/man5/ftpaccess.5
-! install -c -o bin -g bin -m 755 doc/ftphosts.5 ${MANDIR}/man5/ftphosts.5
-! install -c -o bin -g bin -m 755 doc/ftpconversions.5 ${MANDIR}/man5/ftpconversions.5
-! install -c -o bin -g bin -m 755 doc/xferlog.5 ${MANDIR}/man5/xferlog.5
-! @echo Compressing manpages
-! gzip -f -9 ${MANDIR}/man8/ftpd.8
-! gzip -f -9 ${MANDIR}/man1/ftpcount.1
-! gzip -f -9 ${MANDIR}/man1/ftpwho.1
-! gzip -f -9 ${MANDIR}/man8/ftpshut.8
-! gzip -f -9 ${MANDIR}/man5/ftpaccess.5
-! gzip -f -9 ${MANDIR}/man5/ftphosts.5
-! gzip -f -9 ${MANDIR}/man5/ftpconversions.5
-! gzip -f -9 ${MANDIR}/man5/xferlog.5
diff --git a/ftp/wu-ftpd/files/patch-ac b/ftp/wu-ftpd/files/patch-ac
deleted file mode 100644
index 8f9f98a46283..000000000000
--- a/ftp/wu-ftpd/files/patch-ac
+++ /dev/null
@@ -1,47 +0,0 @@
-*** src/pathnames.h.orig Wed Apr 13 22:46:48 1994
---- src/pathnames.h Tue Oct 18 18:26:26 1994
-***************
-*** 29,41 ****
- *
- * @(#)pathnames.h 5.2 (Berkeley) 6/1/90 */
-
-! #define _PATH_FTPUSERS "/etc/ftpusers"
-! #define _PATH_FTPACCESS "/usr/local/etc/ftpaccess"
- #define _PATH_EXECPATH "/bin/ftp-exec"
-! #define _PATH_PIDNAMES "/usr/local/daemon/ftpd/ftp.pids-%s"
-! #define _PATH_CVT "/usr/local/etc/ftpconversions"
-! #define _PATH_XFERLOG "/usr/adm/xferlog"
-! #define _PATH_PRIVATE "/etc/ftpgroups"
-
- #ifndef _PATH_UTMP
- #define _PATH_UTMP "/etc/utmp"
---- 29,41 ----
- *
- * @(#)pathnames.h 5.2 (Berkeley) 6/1/90 */
-
-! #define _PATH_FTPUSERS "!!PREFIX!!/etc/ftpusers"
-! #define _PATH_FTPACCESS "!!PREFIX!!/etc/ftpaccess"
- #define _PATH_EXECPATH "/bin/ftp-exec"
-! #define _PATH_PIDNAMES "!!PREFIX!!/daemon/ftpd/ftp.pids-%s"
-! #define _PATH_CVT "!!PREFIX!!/etc/ftpconversions"
-! #define _PATH_XFERLOG "/var/log/xferlog"
-! #define _PATH_PRIVATE "!!PREFIX!!/etc/ftpgroups"
-
- #ifndef _PATH_UTMP
- #define _PATH_UTMP "/etc/utmp"
-***************
-*** 47,52 ****
- #define _PATH_DEVNULL "/dev/null"
-
- #ifdef HOST_ACCESS
-! #define _PATH_FTPHOSTS "/usr/local/etc/ftphosts"
- #endif
-
---- 47,53 ----
- #define _PATH_DEVNULL "/dev/null"
-
- #ifdef HOST_ACCESS
-! #define _PATH_FTPHOSTS "!!PREFIX!!/etc/ftphosts"
-! #else
- #endif
-
diff --git a/ftp/wu-ftpd/files/patch-ad b/ftp/wu-ftpd/files/patch-ad
deleted file mode 100644
index 71569a9af9ce..000000000000
--- a/ftp/wu-ftpd/files/patch-ad
+++ /dev/null
@@ -1,489 +0,0 @@
-*** src/ftpd.c.orig Wed Apr 13 22:17:18 1994
---- src/ftpd.c Wed Jan 25 21:51:50 1995
-***************
-*** 139,146 ****
- *freopen(const char *, const char *, FILE *);
- extern int ftpd_pclose(FILE *iop),
- fclose(FILE *);
-! extern char *getline(),
-! *realpath(char *pathname, char *result);
- extern char cbuf[];
- extern off_t restart_point;
-
---- 139,146 ----
- *freopen(const char *, const char *, FILE *);
- extern int ftpd_pclose(FILE *iop),
- fclose(FILE *);
-! extern char *getline();
-! extern char *realpath(const char *pathname, char *result);
- extern char cbuf[];
- extern off_t restart_point;
-
-***************
-*** 237,242 ****
---- 237,247 ----
-
- #endif /* SETPROCTITLE */
-
-+ #ifdef SKEY
-+ #include <skey.h>
-+ int pwok = 0;
-+ #endif
-+
- #ifdef KERBEROS
- void init_krb();
- void end_krb();
-***************
-*** 252,257 ****
---- 257,269 ----
- char ls_short[50];
- struct aclmember *entry = NULL;
-
-+ void end_login(void);
-+ void send_data(FILE *, FILE *, off_t);
-+ void dolog(struct sockaddr_in *);
-+ void dologout(int);
-+ void perror_reply(int, char *);
-+
-+ void
- main(int argc, char **argv, char **envp)
- {
- int addrlen,
-***************
-*** 686,691 ****
---- 698,705 ----
- * does not have a standard shell as returned by getusershell(). Disallow
- * anyone mentioned in the file _PATH_FTPUSERS to allow people such as root
- * and uucp to be avoided. */
-+
-+ void
- user(char *name)
- {
- register char *cp;
-***************
-*** 878,884 ****
---- 892,903 ----
- } else
- acl_setfunctions();
-
-+ #ifdef SKEY
-+ pwok = skeyaccess(name, NULL, remotehost, remoteaddr);
-+ reply(331, "%s", skey_challenge(name, pw, pwok));
-+ #else
- reply(331, "Password required for %s.", name);
-+ #endif
- askpasswd = 1;
- /* Delay before reading passwd after first failed attempt to slow down
- * passwd-guessing programs. */
-***************
-*** 887,892 ****
---- 906,912 ----
- }
-
- /* Check if a user is in the file _PATH_FTPUSERS */
-+ int
- checkuser(char *name)
- {
- register FILE *fd;
-***************
-*** 911,916 ****
---- 931,937 ----
-
- /* Terminate login as previous user, if any, resetting state; used when USER
- * command is given or login fails. */
-+ void
- end_login(void)
- {
-
-***************
-*** 965,970 ****
---- 986,992 ----
- return 0;
- }
-
-+ void
- pass(char *passwd)
- {
- char *xpasswd,
-***************
-*** 1007,1014 ****
---- 1029,1041 ----
- #ifdef KERBEROS
- xpasswd = crypt16(passwd, salt);
- #else
-+ #ifdef SKEY
-+ xpasswd = skey_crypt(passwd, salt, pw, pwok);
-+ pwok = 0;
-+ #else
- xpasswd = crypt(passwd, salt);
- #endif
-+ #endif
-
- #ifdef ULTRIX_AUTH
- if ((numfails = ultrix_check_pass(passwd, xpasswd)) < 0) {
-***************
-*** 1095,1101 ****
- (void) initgroups(pw->pw_name, pw->pw_gid);
-
- /* open wtmp before chroot */
-! (void) sprintf(ttyline, "ftp%d", getpid());
- logwtmp(ttyline, pw->pw_name, remotehost);
- logged_in = 1;
-
---- 1122,1132 ----
- (void) initgroups(pw->pw_name, pw->pw_gid);
-
- /* open wtmp before chroot */
-! #if (defined(BSD) && (BSD >= 199103))
-! (void) sprintf(ttyline, "ftp%ld", getpid());
-! #else
-! (void) sprintf(ttyline, "ftpd%d", getpid());
-! #endif
- logwtmp(ttyline, pw->pw_name, remotehost);
- logged_in = 1;
-
-***************
-*** 1190,1197 ****
- reply(230, "Guest login ok, access restrictions apply.");
- #ifdef SETPROCTITLE
- sprintf(proctitle, "%s: anonymous/%.*s", remotehost,
-! sizeof(proctitle) - sizeof(remotehost) -
-! sizeof(": anonymous/"), passwd);
- setproctitle("%s", proctitle);
- #endif /* SETPROCTITLE */
- if (logging)
---- 1221,1228 ----
- reply(230, "Guest login ok, access restrictions apply.");
- #ifdef SETPROCTITLE
- sprintf(proctitle, "%s: anonymous/%.*s", remotehost,
-! (int) (sizeof(proctitle) - sizeof(remotehost) -
-! sizeof(": anonymous/")), passwd);
- setproctitle("%s", proctitle);
- #endif /* SETPROCTITLE */
- if (logging)
-***************
-*** 1235,1240 ****
---- 1266,1272 ----
- return (buf);
- }
-
-+ void
- retrieve(char *cmd, char *name)
- {
- FILE *fin,
-***************
-*** 1422,1428 ****
---- 1454,1464 ----
- for (loop = 0; namebuf[loop]; loop++)
- if (isspace(namebuf[loop]) || iscntrl(namebuf[loop]))
- namebuf[loop] = '_';
-+ #if (defined(BSD) && (BSD >= 199103))
-+ sprintf(msg, "%.24s %d %s %qd %s %c %s %c %c %s ftp %d %s\n",
-+ #else
- sprintf(msg, "%.24s %d %s %d %s %c %s %c %c %s ftp %d %s\n",
-+ #endif
- ctime(&curtime),
- xfertime,
- remotehost,
-***************
-*** 1445,1450 ****
---- 1481,1487 ----
- (*closefunc) (fin);
- }
-
-+ void
- store(char *name, char *mode, int unique)
- {
- FILE *fout, *din;
-***************
-*** 1610,1616 ****
- for (loop = 0; namebuf[loop]; loop++)
- if (isspace(namebuf[loop]) || iscntrl(namebuf[loop]))
- namebuf[loop] = '_';
-! sprintf(msg, "%.24s %d %s %d %s %c %s %c %c %s ftp %d %s\n",
- ctime(&curtime),
- xfertime,
- remotehost,
---- 1647,1657 ----
- for (loop = 0; namebuf[loop]; loop++)
- if (isspace(namebuf[loop]) || iscntrl(namebuf[loop]))
- namebuf[loop] = '_';
-! #if (defined(BSD) && (BSD >= 199103))
-! sprintf(msg, "%.24s %d %s %qd %s %c %s %c %c %s ftp %d %s\n",
-! #else
-! sprintf(msg, "%.24s %d %s %d %s %c %s %c %c %s ftp %d %s\n",
-! #endif
- ctime(&curtime),
- xfertime,
- remotehost,
-***************
-*** 1699,1705 ****
- file_size = size;
- byte_count = 0;
- if (size != (off_t) - 1)
-! (void) sprintf(sizebuf, " (%ld bytes)", size);
- else
- (void) strcpy(sizebuf, "");
- if (pdata >= 0) {
---- 1740,1750 ----
- file_size = size;
- byte_count = 0;
- if (size != (off_t) - 1)
-! #if (defined(BSD) && (BSD >= 199103))
-! (void) sprintf(sizebuf, " (%qd bytes)", size);
-! #else
-! (void) sprintf(sizebuf, " (%d bytes)", size);
-! #endif
- else
- (void) strcpy(sizebuf, "");
- if (pdata >= 0) {
-***************
-*** 1707,1715 ****
- int s,
- fromlen = sizeof(from);
-
-! s = accept(pdata, (struct sockaddr *) &from, &fromlen);
-! if (s < 0) {
-! reply(425, "Can't open data connection.");
- (void) close(pdata);
- pdata = -1;
- return (NULL);
---- 1752,1774 ----
- int s,
- fromlen = sizeof(from);
-
-! #ifdef FD_ZERO
-! struct timeval timeout;
-! fd_set set;
-!
-! FD_ZERO(&set);
-! FD_SET(pdata, &set);
-!
-! timeout.tv_usec = 0;
-! timeout.tv_sec = 120;
-!
-! if (select(pdata+1, &set, (fd_set *) 0, (fd_set *) 0, &timeout) == 0 ||
-! (s = accept(pdata, (struct sockaddr *) &from, &fromlen)) < 0) {
-! #else
-! s = accept(pdata, (struct sockaddr *) &from, &fromlen);
-! if (s < 0) {
-! #endif
-! reply(425, "Can't open data connection.");
- (void) close(pdata);
- pdata = -1;
- return (NULL);
-***************
-*** 1764,1769 ****
---- 1823,1829 ----
- * encapsulation of the data subject to Mode, Structure, and Type.
- *
- * NB: Form isn't handled. */
-+ void
- send_data(FILE *instr, FILE *outstr, off_t blksize)
- {
- register int c,
-***************
-*** 1839,1844 ****
---- 1899,1905 ----
- * the data subject to Mode, Structure, and Type.
- *
- * N.B.: Form isn't handled. */
-+ int
- receive_data(FILE *instr, FILE *outstr)
- {
- register int c;
-***************
-*** 1915,1920 ****
---- 1976,1982 ----
- return (-1);
- }
-
-+ void
- statfilecmd(char *filename)
- {
- char line[BUFSIZ];
-***************
-*** 1948,1953 ****
---- 2010,2016 ----
- reply(211, "End of Status");
- }
-
-+ void
- statcmd(void)
- {
- struct sockaddr_in *sin;
-***************
-*** 2001,2006 ****
---- 2064,2070 ----
- reply(211, "End of status");
- }
-
-+ void
- fatal(char *s)
- {
- reply(451, "Error in server: %s\n", s);
-***************
-*** 2095,2100 ****
---- 2159,2165 ----
-
- #else
- /* VARARGS2 */
-+ void
- reply(int n, char *fmt, int p0, int p1, int p2, int p3, int p4, int p5)
- {
- if (autospout != NULL) {
-***************
-*** 2129,2134 ****
---- 2194,2200 ----
- }
-
- /* VARARGS2 */
-+ void
- lreply(int n, char *fmt, int p0, int p1, int p2, int p3, int p4, int p5)
- {
- if (!dolreplies)
-***************
-*** 2144,2160 ****
---- 2210,2229 ----
- }
- #endif
-
-+ void
- ack(char *s)
- {
- reply(250, "%s command successful.", s);
- }
-
-+ void
- nack(char *s)
- {
- reply(502, "%s command not implemented.", s);
- }
-
- /* ARGSUSED */
-+ void
- yyerror(char *s)
- {
- char *cp;
-***************
-*** 2164,2169 ****
---- 2233,2239 ----
- reply(500, "'%s': command not understood.", cbuf);
- }
-
-+ void
- delete(char *name)
- {
- struct stat st;
-***************
-*** 2208,2213 ****
---- 2278,2284 ----
- ack("DELE");
- }
-
-+ void
- cwd(char *path)
- {
- struct aclmember *entry = NULL;
-***************
-*** 2248,2253 ****
---- 2319,2325 ----
- }
- }
-
-+ void
- makedir(char *name)
- {
- uid_t uid;
-***************
-*** 2274,2282 ****
- reply(257, "MKD command successful.");
- }
-
- removedir(char *name)
- {
-! int c, d; /* dummy variables */
- int valid = 0;
-
- /*
---- 2346,2355 ----
- reply(257, "MKD command successful.");
- }
-
-+ void
- removedir(char *name)
- {
-! unsigned long c, d; /* dummy variables */
- int valid = 0;
-
- /*
-***************
-*** 2298,2303 ****
---- 2371,2377 ----
- ack("RMD");
- }
-
-+ void
- pwd(void)
- {
- char path[MAXPATHLEN + 1];
-***************
-*** 2342,2347 ****
---- 2416,2422 ----
- return (name);
- }
-
-+ void
- renamecmd(char *from, char *to)
- {
-
-***************
-*** 2357,2362 ****
---- 2432,2438 ----
- ack("RNTO");
- }
-
-+ void
- dolog(struct sockaddr_in *sin)
- {
- struct hostent *hp;
-***************
-*** 2412,2417 ****
---- 2488,2494 ----
- }
-
- /* Record logout in wtmp file and exit with supplied status. */
-+ void
- dologout(int status)
- {
- if (logged_in) {
-***************
-*** 2459,2464 ****
---- 2536,2542 ----
- * PASV command in RFC959. However, it has been blessed as a legitimate
- * response by Jon Postel in a telephone conversation with Rick Adams on 25
- * Jan 89. */
-+ void
- passive(void)
- {
- int len;
-***************
-*** 2530,2535 ****
---- 2608,2614 ----
- }
-
- /* Format and send reply containing system error number. */
-+ void
- perror_reply(int code, char *string)
- {
- reply(code, "%s: %s.", string, strerror(errno));
-***************
-*** 2538,2543 ****
---- 2617,2623 ----
- static char *onefile[] =
- {"", 0};
-
-+ void
- send_file_list(char *whichfiles)
- {
- struct stat st;
diff --git a/ftp/wu-ftpd/files/patch-ag b/ftp/wu-ftpd/files/patch-ag
deleted file mode 100644
index dabfbce24f9e..000000000000
--- a/ftp/wu-ftpd/files/patch-ag
+++ /dev/null
@@ -1,19 +0,0 @@
-*** doc/examples/ftpconversions.orig Wed Jan 25 22:11:02 1995
---- doc/examples/ftpconversions Wed Jan 25 22:11:49 1995
-***************
-*** 1,7 ****
-! :.Z: : :/bin/compress -d -c %s:T_REG|T_ASCII:O_UNCOMPRESS:UNCOMPRESS
- : : :.Z:/bin/compress -c %s:T_REG:O_COMPRESS:COMPRESS
- :.gz: : :/bin/gzip -cd %s:T_REG|T_ASCII:O_UNCOMPRESS:GUNZIP
- : : :.gz:/bin/gzip -9 -c %s:T_REG:O_COMPRESS:GZIP
- : : :.tar:/bin/tar -c -f - %s:T_REG|T_DIR:O_TAR:TAR
- : : :.tar.Z:/bin/tar -c -Z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+COMPRESS
-! : : :.tar.gz:/bin/tar -c -z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+GZIP
---- 1,7 ----
-! :.Z: : :/bin/gzip -d -c %s:T_REG|T_ASCII:O_UNCOMPRESS:UNCOMPRESS
- : : :.Z:/bin/compress -c %s:T_REG:O_COMPRESS:COMPRESS
- :.gz: : :/bin/gzip -cd %s:T_REG|T_ASCII:O_UNCOMPRESS:GUNZIP
- : : :.gz:/bin/gzip -9 -c %s:T_REG:O_COMPRESS:GZIP
- : : :.tar:/bin/tar -c -f - %s:T_REG|T_DIR:O_TAR:TAR
- : : :.tar.Z:/bin/tar -c -Z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+COMPRESS
-! : : :.tar.gz:/bin/tar -c -z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+GZIP
diff --git a/ftp/wu-ftpd/pkg-comment b/ftp/wu-ftpd/pkg-comment
deleted file mode 100644
index e03e15990049..000000000000
--- a/ftp/wu-ftpd/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-wu-ftpd is a replacement ftp server for Un*x systems.
diff --git a/ftp/wu-ftpd/pkg-descr b/ftp/wu-ftpd/pkg-descr
deleted file mode 100644
index 0c40b7b88367..000000000000
--- a/ftp/wu-ftpd/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-WASHINGTON UNIVERSITY FTP SERVER, RELEASE 2.4
-wu-ftpd is a replacement ftp server for Un*x systems. Besides
-supporting the ftp protocol defined in RFC 959, it adds the following
-features:
- o logging of transfers
- o logging of commands
- o on the fly compression and archiving
- o classification of users on type and location
- o per class limits
- o per directory upload permissions
- o restricted guest accounts
- o system wide and per directory messages.
- o directory alias
- o cdpath
- o filename filter
diff --git a/ftp/wu-ftpd/pkg-plist b/ftp/wu-ftpd/pkg-plist
deleted file mode 100644
index 067ff002fd66..000000000000
--- a/ftp/wu-ftpd/pkg-plist
+++ /dev/null
@@ -1,13 +0,0 @@
-@cwd /usr/local
-etc/ftpd
-man/man1/ftpcount.1.gz
-man/man1/ftpwho.1.gz
-man/man5/ftpaccess.5.gz
-man/man5/ftphosts.5.gz
-man/man5/ftpconversions.5.gz
-man/man5/xferlog.5.gz
-man/man8/ftpd.8.gz
-man/man8/ftpshut.8.gz
-bin/ftpshut
-bin/ftpcount
-bin/ftpwho
diff --git a/ftp/wu-ftpd/scripts/configure b/ftp/wu-ftpd/scripts/configure
deleted file mode 100644
index e557ecd38d08..000000000000
--- a/ftp/wu-ftpd/scripts/configure
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-#
-# configure,v 1.1.1.1 1994/10/23 01:36:59 torstenb Exp
-#
-
-mv ${WRKSRC}/src/pathnames.h ${WRKSRC}/src/pathnames.h.bak
-sed <${WRKSRC}/src/pathnames.h.bak >${WRKSRC}/src/pathnames.h s+!!PREFIX!!+$PREFIX+g
-
-cp ${FILESDIR}/Makefile.fb2 ${WRKSRC}/src/makefiles/Makefile.fb2
-cp ${FILESDIR}/config.fb2 ${WRKSRC}/src/config/config.fb2
-cp ${FILESDIR}/support-Makefile.fb2 ${WRKSRC}/support/makefiles/Makefile.fb2
-cp ${FILESDIR}/skey-stuff.c ${WRKSRC}/src/skey-stuff.c
diff --git a/ftp/yale-tftpd/Makefile b/ftp/yale-tftpd/Makefile
deleted file mode 100644
index cc1ea07059fe..000000000000
--- a/ftp/yale-tftpd/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# New ports collection makefile for: yale-tftpd
-# Version required: 3.0
-# Date created: Oct 8, 1994
-# Whom: pst
-#
-# $Id$
-#
-
-DISTNAME= yale-tftpd-3.0
-CATEGORIES+= networking
-MASTER_SITES= ftp://ftp.cisco.com/pub/
-
-NO_WRKSUBDIR=
-
-.include <bsd.port.mk>
diff --git a/ftp/yale-tftpd/distinfo b/ftp/yale-tftpd/distinfo
deleted file mode 100644
index 7f1bbd9ec82f..000000000000
--- a/ftp/yale-tftpd/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (yale-tftpd-3.0.tar.gz) = bf07389a8ecae41c5428719a6146984a
diff --git a/ftp/yale-tftpd/files/patch-aa b/ftp/yale-tftpd/files/patch-aa
deleted file mode 100644
index 4e080f658a35..000000000000
--- a/ftp/yale-tftpd/files/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
-*** Makefile Thu Oct 6 17:41:10 1994
---- Makefile Mon Mar 20 12:39:08 1995
-***************
-*** 4,11 ****
- PROG= tftpd
- MAN8= tftpd.8
-
-! ETCDIR?=${DESTDIR}/etc
-! BINDIR?=${DESTDIR}/usr/libexec
-
- CFLAGS+=-DCONFIGFILE='"${ETCDIR}/tftpd.conf"'
-
---- 4,12 ----
- PROG= tftpd
- MAN8= tftpd.8
-
-! ETCDIR=${DESTDIR}/usr/local/etc
-! BINDIR=${DESTDIR}/usr/local/libexec
-! MANDIR=${DESTDIR}/usr/local/man/man
-
- CFLAGS+=-DCONFIGFILE='"${ETCDIR}/tftpd.conf"'
-
diff --git a/ftp/yale-tftpd/pkg-comment b/ftp/yale-tftpd/pkg-comment
deleted file mode 100644
index 343cdf6f8438..000000000000
--- a/ftp/yale-tftpd/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Enhanced tftpd(8) from Yale University and cisco Systems
diff --git a/ftp/yale-tftpd/pkg-descr b/ftp/yale-tftpd/pkg-descr
deleted file mode 100644
index c4d47718121c..000000000000
--- a/ftp/yale-tftpd/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-yale-tftpd is an improved (but slightly incompatible until you configure it)
-tftpd server. It has a powerful and configurable security setup and is well
-suited for people who want to boot network devices using their system as a
-TFTP server.
diff --git a/ftp/yale-tftpd/pkg-plist b/ftp/yale-tftpd/pkg-plist
deleted file mode 100644
index e7e582213409..000000000000
--- a/ftp/yale-tftpd/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-@cwd /usr/local
-libexec/tftpd
-man/man8/tftpd.8.gz