diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-25 01:07:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-25 01:07:46 +0000 |
commit | dd4eb2478fea1a0c157e2ab8280bc26aaa0c7e16 (patch) | |
tree | 110a022094356417e487ee514b8becf047c09995 | |
parent | f895e15bb90e64f627a3b240931a490c02189db3 (diff) | |
download | pkgsrc-dd4eb2478fea1a0c157e2ab8280bc26aaa0c7e16.tar.gz |
removed obsoleted packages
26 files changed, 0 insertions, 430 deletions
diff --git a/net/beroftpd/Makefile b/net/beroftpd/Makefile deleted file mode 100644 index 204dfd17b65..00000000000 --- a/net/beroftpd/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $NetBSD: Makefile,v 1.4 1999/12/28 21:45:27 rh Exp $ -# FreeBSD Id: Makefile,v 1.3 1999/02/23 22:12:30 billf Exp -# - -DISTNAME= BeroFTPD-1.3.4 -PKGNAME= beroftpd-1.3.4 -CATEGORIES= net -MASTER_SITES= ftp://bero.x5.net/pub/ \ - ftp://ftp.croftj.net/usr/bero/BeroFTPD/ \ - ftp://ftp.kddlabs.co.jp/.2/inet/ftp/BeroFTPD/ \ - ftp://ftp.rediris.es/mirror/BeroFTPD/ \ - ftp://sunsite.cnlab-switch.ch/mirror/BeroFTPD/ \ - ftp://ftp.startrek.eu.org/pub/BeroFTPD/ - -MAINTAINER= rh@NetBSD.org -HOMEPAGE= http://www.landfield.com/wu-ftpd/ - -IGNORE= "superceded by wu-ftpd package" - -CONFLICTS+= wu-ftpd-* - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-confdir=${PREFIX}/etc - -.include "../../mk/bsd.pkg.mk" diff --git a/net/beroftpd/files/md5 b/net/beroftpd/files/md5 deleted file mode 100644 index f4cdeba0a06..00000000000 --- a/net/beroftpd/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.2 1999/03/07 16:51:44 rh Exp $ - -MD5 (BeroFTPD-1.3.4.tar.gz) = a0ca8d444899779367f15d6e4c80c281 diff --git a/net/beroftpd/files/patch-sum b/net/beroftpd/files/patch-sum deleted file mode 100644 index 0d8c3ce5177..00000000000 --- a/net/beroftpd/files/patch-sum +++ /dev/null @@ -1,4 +0,0 @@ -$NetBSD: patch-sum,v 1.1 1999/07/09 14:12:18 agc Exp $ - -MD5 (patch-aa) = 0a2f99395da5d7a23c2ee3e52a91377d -MD5 (patch-ab) = 8ac7909a0becd14bc91da858727291fb diff --git a/net/beroftpd/patches/patch-aa b/net/beroftpd/patches/patch-aa deleted file mode 100644 index 012e8111c8e..00000000000 --- a/net/beroftpd/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.1 1999/03/07 16:51:44 rh Exp $ - ---- Makefile.in.orig Sun Feb 7 15:01:07 1999 -+++ Makefile.in Sun Mar 7 16:53:16 1999 -@@ -58,5 +58,8 @@ - @INSTALL_DATA@ -o bin -g bin -m 644 doc/ftpservers.5 $(mandir)/man5/ftpservers.5 - @INSTALL_DATA@ -o bin -g bin -m 644 doc/xferlog.5 $(mandir)/man5/xferlog.5 - @INSTALL_DATA@ -o bin -g bin -m 644 doc/ftprestart.8 $(mandir)/man8/ftprestart.8 -- @if test ! -f @CONFDIR@/ftpaccess; then echo "Since you didn't have a ftpaccess file, the sample has been"; echo "installed to @CONFDIR@/ftpaccess."; echo "You will probably want to edit it."; @INSTALL@ -c -o bin -g bin -m 644 doc/examples/ftpaccess @CONFDIR@/ftpaccess; fi -- @if test ! -f @CONFDIR@/ftpconversions; then echo "Since you didn't have a ftpconversions file, the sample has been"; echo "installed to @CONFDIR@/ftpconversions."; echo "You will probably want to edit it."; @INSTALL@ -c -o bin -g bin -m 644 doc/examples/ftpconversions @CONFDIR@/ftpconversions; fi -+ @INSTALL_DATA@ -o bin -g bin -m 644 doc/examples/ftpaccess @CONFDIR@/ftpaccess.example -+ @INSTALL_DATA@ -o bin -g bin -m 644 doc/examples/ftpconversions @CONFDIR@/ftpconversions.example -+ @INSTALL_DATA@ -o bin -g bin -m 644 doc/examples/ftpusers @CONFDIR@/ftpusers.example -+ @INSTALL_DATA@ -o bin -g bin -m 644 doc/examples/ftpgroups @CONFDIR@/ftpgroups.example -+ @INSTALL_DATA@ -o bin -g bin -m 644 doc/examples/ftphosts @CONFDIR@/ftphosts.example diff --git a/net/beroftpd/patches/patch-ab b/net/beroftpd/patches/patch-ab deleted file mode 100644 index a1f566bed3c..00000000000 --- a/net/beroftpd/patches/patch-ab +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-ab,v 1.1 1999/03/07 16:51:45 rh Exp $ - ---- src/ftpcmd.y.orig Sun Mar 7 16:36:53 1999 -+++ src/ftpcmd.y Sun Mar 7 16:39:23 1999 -@@ -830,16 +830,16 @@ - = { - if (log_commands) syslog(LOG_INFO, "SYST"); - if ($2) --#ifdef unix - #ifdef BSD - reply(215, "UNIX Type: L%d Version: BSD-%d", - NBBY, BSD); - #else /* BSD */ -+#ifdef unix - reply(215, "UNIX Type: L%d", NBBY); --#endif /* BSD */ - #else /* unix */ - reply(215, "UNKNOWN Type: L%d", NBBY); - #endif /* unix */ -+#endif /* BSD */ - } - - /* diff --git a/net/beroftpd/pkg/COMMENT b/net/beroftpd/pkg/COMMENT deleted file mode 100644 index 80a90812660..00000000000 --- a/net/beroftpd/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -experimental replacement ftp server for Un*x systems based on wu-ftpd diff --git a/net/beroftpd/pkg/DESCR b/net/beroftpd/pkg/DESCR deleted file mode 100644 index e73ca1a5a0b..00000000000 --- a/net/beroftpd/pkg/DESCR +++ /dev/null @@ -1,8 +0,0 @@ -BeroFTPD is a replacement ftp server for Un*x systems based on wu-ftpd. -In addition to wu-ftpd's features, BeroFTPD includes better support for -virtual hosts, the possibility to send an e-mail to the FTP administrator -when an anonymous user uploads a file, better support for on-the-fly -[re]compression, support for upload/download ratios, include-directive -in ftpaccess, an internal ls command (optional, currently experimental), -the ability to run as standalone daemon, and support for Kerberos5 and -AFS authentication. diff --git a/net/beroftpd/pkg/PLIST b/net/beroftpd/pkg/PLIST deleted file mode 100644 index 19e35ac0202..00000000000 --- a/net/beroftpd/pkg/PLIST +++ /dev/null @@ -1,23 +0,0 @@ -@comment $NetBSD: PLIST,v 1.2 1999/03/07 16:51:45 rh Exp $ -etc/ftpaccess.example -etc/ftpconversions.example -etc/ftpgroups.example -etc/ftphosts.example -etc/ftpusers.example -sbin/BeroFTPD -sbin/ftpshut -sbin/ftprestart -sbin/ckconfig -sbin/ftpck -bin/ftpcount -bin/ftpwho -man/man1/ftpcount.1 -man/man1/ftpwho.1 -man/man5/ftpaccess.5 -man/man5/ftphosts.5 -man/man5/ftpconversions.5 -man/man5/ftpservers.5 -man/man5/xferlog.5 -man/man8/ftpd.8 -man/man8/ftpshut.8 -man/man8/ftprestart.8 diff --git a/net/wu-ftpd-vr/Makefile b/net/wu-ftpd-vr/Makefile deleted file mode 100644 index a3c70d82efc..00000000000 --- a/net/wu-ftpd-vr/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# $NetBSD: Makefile,v 1.5 1999/12/28 21:45:28 rh Exp $ -# - -DISTNAME= wu-ftpd-2.4.2-vr16 -PKGNAME= wu-ftpd-vr-2.4.2.16 -CATEGORIES= net -MASTER_SITES= ftp://ftp.vr.net/pub/wu-ftpd/ \ - ftp://ftp.crc.ca/pub/packages/ftp/servers/wuarchive-ftpd-vr/ \ - ftp://ftp.ahol.com/pub/mirrors/wu-ftpd/ \ - ftp://ftp0.sunet.se/pub/nir/ftp/servers/wuarchive-ftpd-vr/ \ - ftp://ftp.gtn.com/pub/server/wuftpd/ - -MAINTAINER= rh@netbsd.org -HOMEPAGE= http://www.landfield.com/wu-ftpd/ - -IGNORE= "superceded by wu-ftpd package" - -CONFLICTS+= wu-ftpd-* beroftpd-* - -MAKE_ENV+= INSTALL="${INSTALL}" -MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" -MAKE_ENV+= INSTALL_DATA="${INSTALL_DATA}" -MAKE_ENV+= INSTALL_MAN="${INSTALL_MAN}" - -do-build: - cd ${WRKSRC} && ./build nbs PREFIX=${PREFIX} - -.include "../../mk/bsd.pkg.mk" diff --git a/net/wu-ftpd-vr/files/md5 b/net/wu-ftpd-vr/files/md5 deleted file mode 100644 index c22a8f86728..00000000000 --- a/net/wu-ftpd-vr/files/md5 +++ /dev/null @@ -1,3 +0,0 @@ -$NetBSD: md5,v 1.2 1999/03/07 16:28:20 rh Exp $ - -MD5 (wu-ftpd-2.4.2-vr16.tar.gz) = 951932d2452eae4044c51a555549bb35 diff --git a/net/wu-ftpd-vr/files/patch-sum b/net/wu-ftpd-vr/files/patch-sum deleted file mode 100644 index e786d762f7b..00000000000 --- a/net/wu-ftpd-vr/files/patch-sum +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-sum,v 1.2 1999/11/12 15:13:16 rh Exp $ - -MD5 (patch-aa) = d6411812f8d1fba2fa7793a8fafb3c98 -MD5 (patch-ab) = f110f7de1685f0f11200f714522437f8 -MD5 (patch-ac) = 1af3722c2f6facf0136d742563ec2fa7 -MD5 (patch-ad) = 1c030b87e02b0636892f2f63dba516b6 -MD5 (patch-ae) = 2fc0cdad3c25a28dd051f3f22ac8de38 -MD5 (patch-af) = d7005e6e95a5e657347f3065499a83ce -MD5 (patch-ag) = 6bc2489aab106fb8ebdd3f0e039eade2 -MD5 (patch-ah) = c3700e5f83b230a0f565277737efc736 -MD5 (patch-ai) = 7145bd9c5173062ae91b1903e53f14ff -MD5 (patch-aj) = c03eb221fa4f1f04f167f5aa7a69b67f -MD5 (patch-ak) = 146c5aa516ee7b089e42f27166760f3f -MD5 (patch-an) = ea79772ff8a6ac553df8a65581022f1f diff --git a/net/wu-ftpd-vr/patches/patch-aa b/net/wu-ftpd-vr/patches/patch-aa deleted file mode 100644 index affce305b93..00000000000 --- a/net/wu-ftpd-vr/patches/patch-aa +++ /dev/null @@ -1,64 +0,0 @@ -$NetBSD$ - ---- makefiles/Makefile.nbs.orig Fri Nov 12 16:09:31 1999 -+++ makefiles/Makefile.nbs Fri Nov 12 16:09:31 1999 -@@ -2,32 +2,42 @@ - # Makefile for NetBSD 1.2 - # $Id: Makefile.nbs,v 1.4 1999/02/26 16:05:23 sob RELEASE sob $ - # --BINDIR= /usr/local/bin --ETCDIR= /usr/local/libexec --MANDIR= /usr/local/man -+PREFIX?= /usr/pkg -+BINDIR= ${PREFIX}/bin -+ETCDIR= ${PREFIX}/etc -+MANDIR= ${PREFIX}/man -+LIBEXECDIR= ${PREFIX}/libexec - MANEXT= 8 --INSTALL= install -+INSTALL?= install -+INSTALL_PROGRAM?= ${INSTALL} -c -o bin -g bin -m 555 -+INSTALL_DATA?= ${INSTALL} -c -o root -g wheel -m 444 -+INSTALL_MAN?= ${INSTALL} -c -o root -g wheel -m 444 - - 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 -+ -mv -f ${LIBEXECDIR}/ftpd ${LIBEXECDIR}/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 -+ ${INSTALL_PROGRAM} bin/ftpd ${LIBEXECDIR}/ftpd -+ ${INSTALL_PROGRAM} bin/ftpshut ${BINDIR}/ftpshut -+ ${INSTALL_PROGRAM} bin/ftpcount ${BINDIR}/ftpcount -+ ${INSTALL_PROGRAM} bin/ftpwho ${BINDIR}/ftpwho -+ ${INSTALL_PROGRAM} bin/ckconfig ${BINDIR}/ftpckconfig -+ @echo Installing basic configuration -+ ${INSTALL_DATA} doc/examples/ftpaccess ${ETCDIR}/ftpaccess.example -+ ${INSTALL_DATA} doc/examples/ftpusers ${ETCDIR}/ftpusers.example -+ ${INSTALL_DATA} doc/examples/ftpconversions ${ETCDIR}/ftpconversions.example - @echo installing manpages. -- ${INSTALL} -c -o bin -g bin -m 644 doc/ftpd.8 ${MANDIR}/man8/ftpd.8 -- ${INSTALL} -c -o bin -g bin -m 644 doc/ftpcount.1 ${MANDIR}/man1/ftpcount.1 -- ${INSTALL} -c -o bin -g bin -m 644 doc/ftpwho.1 ${MANDIR}/man1/ftpwho.1 -- ${INSTALL} -c -o bin -g bin -m 644 doc/ftpshut.8 ${MANDIR}/man8/ftpshut.8 -- ${INSTALL} -c -o bin -g bin -m 644 doc/ftpaccess.5 ${MANDIR}/man5/ftpaccess.5 -- ${INSTALL} -c -o bin -g bin -m 644 doc/ftphosts.5 ${MANDIR}/man5/ftphosts.5 -- ${INSTALL} -c -o bin -g bin -m 644 doc/ftpconversions.5 ${MANDIR}/man5/ftpconversions.5 -- ${INSTALL} -c -o bin -g bin -m 644 doc/xferlog.5 ${MANDIR}/man5/xferlog.5 -+ ${INSTALL_MAN} doc/ftpd.8 ${MANDIR}/man8/ftpd.8 -+ ${INSTALL_MAN} doc/ftpcount.1 ${MANDIR}/man1/ftpcount.1 -+ ${INSTALL_MAN} doc/ftpwho.1 ${MANDIR}/man1/ftpwho.1 -+ ${INSTALL_MAN} doc/ftpshut.8 ${MANDIR}/man8/ftpshut.8 -+ ${INSTALL_MAN} doc/ftpaccess.5 ${MANDIR}/man5/ftpaccess.5 -+ ${INSTALL_MAN} doc/ftphosts.5 ${MANDIR}/man5/ftphosts.5 -+ ${INSTALL_MAN} doc/ftpconversions.5 ${MANDIR}/man5/ftpconversions.5 -+ ${INSTALL_MAN} doc/xferlog.5 ${MANDIR}/man5/xferlog.5 - - - diff --git a/net/wu-ftpd-vr/patches/patch-ab b/net/wu-ftpd-vr/patches/patch-ab deleted file mode 100644 index a8507ba2ba2..00000000000 --- a/net/wu-ftpd-vr/patches/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -$NetBSD: patch-ab,v 1.1.1.1 1999/02/21 12:37:21 rh Exp $ - ---- src/pathnames.h.orig Sat Oct 31 16:58:16 1998 -+++ src/pathnames.h Sat Feb 20 21:23:53 1999 -@@ -45,10 +45,10 @@ - #define _PATH_EXECPATH "/bin/ftp-exec" - - #ifdef USE_ETC --#define _PATH_FTPUSERS "/etc/ftpusers" --#define _PATH_FTPACCESS "/etc/ftpaccess" --#define _PATH_CVT "/etc/ftpconversions" --#define _PATH_PRIVATE "/etc/ftpgroups" -+#define _PATH_FTPUSERS PREFIX "/etc/ftpusers" -+#define _PATH_FTPACCESS PREFIX "/etc/ftpaccess" -+#define _PATH_CVT PREFIX "/etc/ftpconversions" -+#define _PATH_PRIVATE PREFIX "/etc/ftpgroups" - #else - #ifdef USE_ETC_FTPD - #define _PATH_FTPUSERS "/etc/ftpd/ftpusers" diff --git a/net/wu-ftpd-vr/patches/patch-ac b/net/wu-ftpd-vr/patches/patch-ac deleted file mode 100644 index 36b85c804f3..00000000000 --- a/net/wu-ftpd-vr/patches/patch-ac +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-ac,v 1.1.1.1 1999/02/21 12:37:21 rh Exp $ - ---- doc/examples/ftpconversions.orig Mon Sep 28 20:21:32 1998 -+++ doc/examples/ftpconversions Sat Feb 20 21:28:41 1999 -@@ -1,9 +1,9 @@ -- :.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 -+ :.Z: : :/usr/bin/gzip -d -c %s:T_REG|T_ASCII:O_UNCOMPRESS:UNCOMPRESS -+ : : :.Z:/usr/bin/compress -c %s:T_REG:O_COMPRESS:COMPRESS -+ :.gz: : :/usr/bin/gzip -cd %s:T_REG|T_ASCII:O_UNCOMPRESS:GUNZIP -+ : : :.gz:/usr/bin/gzip -9 -c %s:T_REG:O_COMPRESS:GZIP -+ : : :.tar:/usr/bin/tar -c -f - %s:T_REG|T_DIR:O_TAR:TAR -+ : : :.tar.Z:/usr/bin/tar -c -Z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+COMPRESS -+ : : :.tar.gz:/usr/bin/tar -c -z -f - %s:T_REG|T_DIR:O_COMPRESS|O_TAR:TAR+GZIP - : : :.crc:/bin/cksum %s:T_REG::CKSUM - : : :.md5:/bin/md5sum %s:T_REG::MD5SUM diff --git a/net/wu-ftpd-vr/patches/patch-ad b/net/wu-ftpd-vr/patches/patch-ad deleted file mode 100644 index 4247d63fccf..00000000000 --- a/net/wu-ftpd-vr/patches/patch-ad +++ /dev/null @@ -1,27 +0,0 @@ -$NetBSD: patch-ad,v 1.1.1.1 1999/02/21 12:37:21 rh Exp $ - ---- doc/examples/ftpusers.orig Fri Apr 1 21:03:23 1994 -+++ doc/examples/ftpusers Sat Feb 13 00:18:05 1999 -@@ -1,14 +1,12 @@ - root --bin --boot -+toor - daemon --digital --field --gateway --guest --nobody - operator --ris --sccs --sys -+bin -+games -+news -+man - uucp -+xten -+ingres -+nobody diff --git a/net/wu-ftpd-vr/patches/patch-ae b/net/wu-ftpd-vr/patches/patch-ae deleted file mode 100644 index a671e0a4697..00000000000 --- a/net/wu-ftpd-vr/patches/patch-ae +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ae,v 1.1.1.1 1999/02/21 12:37:21 rh Exp $ - ---- config.h.orig Sat Feb 13 23:41:57 1999 -+++ config.h Sat Feb 20 21:28:41 1999 -@@ -72,7 +72,7 @@ - * See FIXES-2.4-HOBBIT for more information on this option. - */ - --#undef SKEY -+/* #undef SKEY */ - - /* - * OPIE diff --git a/net/wu-ftpd-vr/patches/patch-af b/net/wu-ftpd-vr/patches/patch-af deleted file mode 100644 index 740c729fa28..00000000000 --- a/net/wu-ftpd-vr/patches/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-af,v 1.1.1.1 1999/02/21 12:37:21 rh Exp $ - ---- support/makefiles/Makefile.nbs.orig Mon Jul 6 10:57:39 1998 -+++ support/makefiles/Makefile.nbs Sat Feb 13 00:43:35 1999 -@@ -8,7 +8,7 @@ - LIBC = /usr/lib/libc.a - IFLAGS = - LFLAGS = --CFLAGS = -O ${IFLAGS} ${LFLAGS} -DNO_MALLOC_PROTO -+CFLAGS+= ${IFLAGS} ${LFLAGS} -DNO_MALLOC_PROTO - - SRCS = strcasestr.c authuser.c ftw.c - OBJS = strcasestr.o authuser.o ftw.o diff --git a/net/wu-ftpd-vr/patches/patch-ag b/net/wu-ftpd-vr/patches/patch-ag deleted file mode 100644 index a44931552c4..00000000000 --- a/net/wu-ftpd-vr/patches/patch-ag +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ag,v 1.1.1.1 1999/02/21 12:37:21 rh Exp $ - ---- src/makefiles/Makefile.nbs.orig Sat Oct 31 16:58:15 1998 -+++ src/makefiles/Makefile.nbs Sat Feb 20 21:27:50 1999 -@@ -5,7 +5,7 @@ - CC = cc -g - IFLAGS = -I.. -I../support - LFLAGS = -L../support --CFLAGS = -O ${IFLAGS} ${LFLAGS} -+CFLAGS += ${IFLAGS} ${LFLAGS} -DPREFIX=\"${PREFIX}\" - XOBJS = - LIBES = ${LSKEY} -lsupport -lcrypt - LIBC = /usr/lib/libc.a diff --git a/net/wu-ftpd-vr/patches/patch-ah b/net/wu-ftpd-vr/patches/patch-ah deleted file mode 100644 index c75dada92a0..00000000000 --- a/net/wu-ftpd-vr/patches/patch-ah +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ah,v 1.1.1.1 1999/02/21 12:37:21 rh Exp $ - ---- support/authuser.c.orig Mon Jul 6 11:14:52 1998 -+++ support/authuser.c Sat Feb 13 00:43:35 1999 -@@ -9,6 +9,7 @@ - #else - #include <sys/types.h> - #endif -+#include <string.h> - #include <stdio.h> - #include <ctype.h> - #include <errno.h> diff --git a/net/wu-ftpd-vr/patches/patch-ai b/net/wu-ftpd-vr/patches/patch-ai deleted file mode 100644 index 9cf4c4b264f..00000000000 --- a/net/wu-ftpd-vr/patches/patch-ai +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-ai,v 1.1.1.1 1999/02/21 12:37:21 rh Exp $ - ---- src/ftpd.c.orig Sat Feb 13 23:41:58 1999 -+++ src/ftpd.c Sat Feb 20 21:28:42 1999 -@@ -4336,7 +4336,9 @@ - *p = '\0'; - - /* send a line...(note that this overrides dolreplies!) */ -+ VA_START(fmt); - vreply(USE_REPLY_LONG | USE_REPLY_NOTFMT, n, ptr, ap); -+ VA_END; /* *NEVER* send a 0 as an ap, some machines use a *struct* for a va_list! */ - - if (p) - ptr = p + 1; /* set to the next line... (\0 is handled in the while) */ diff --git a/net/wu-ftpd-vr/patches/patch-aj b/net/wu-ftpd-vr/patches/patch-aj deleted file mode 100644 index befbea1f77e..00000000000 --- a/net/wu-ftpd-vr/patches/patch-aj +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aj,v 1.1.1.1 1999/02/21 12:37:21 rh Exp $ - ---- support/ftw.c.orig Mon Jul 6 10:56:21 1998 -+++ support/ftw.c Sat Feb 13 00:54:09 1999 -@@ -30,6 +30,7 @@ - - #include <errno.h> - -+#include <string.h> - #include <sys/param.h> - #include <sys/stat.h> - #include <sys/stat.h> diff --git a/net/wu-ftpd-vr/patches/patch-ak b/net/wu-ftpd-vr/patches/patch-ak deleted file mode 100644 index 883b3efbf4b..00000000000 --- a/net/wu-ftpd-vr/patches/patch-ak +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ak,v 1.1.1.1 1999/02/21 12:37:21 rh Exp $ - ---- src/ckconfig.c.orig Mon Jul 6 11:14:14 1998 -+++ src/ckconfig.c Sat Feb 13 00:54:09 1999 -@@ -33,6 +33,8 @@ - #ifndef HOST_ACCESS - #define HOST_ACCESS 1 - #endif -+ -+#include <string.h> - #include <stdio.h> - #include <sys/types.h> - #include <sys/stat.h> diff --git a/net/wu-ftpd-vr/patches/patch-an b/net/wu-ftpd-vr/patches/patch-an deleted file mode 100644 index babc52949a8..00000000000 --- a/net/wu-ftpd-vr/patches/patch-an +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-an,v 1.1.1.1 1999/02/21 12:37:21 rh Exp $ - ---- src/ftpcmd.y.orig Sat Feb 13 23:41:57 1999 -+++ src/ftpcmd.y Sat Feb 20 21:30:43 1999 -@@ -750,16 +750,16 @@ - = { - if (log_commands) syslog(LOG_INFO, "SYST"); - if ($2) --#if defined (unix) || defined (__unix__) - #ifdef BSD - reply(215, "UNIX Type: L%d Version: BSD-%d", - NBBY, BSD); - #else /* BSD */ -+#if defined (unix) || defined (__unix__) - reply(215, "UNIX Type: L%d", NBBY); --#endif /* BSD */ - #else /* unix */ - reply(215, "UNKNOWN Type: L%d", NBBY); - #endif /* unix */ -+#endif /* BSD */ - } - - /* diff --git a/net/wu-ftpd-vr/pkg/COMMENT b/net/wu-ftpd-vr/pkg/COMMENT deleted file mode 100644 index c710498c08f..00000000000 --- a/net/wu-ftpd-vr/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Ftp server based on wu-ftpd, with some enhancements and bug fixes diff --git a/net/wu-ftpd-vr/pkg/DESCR b/net/wu-ftpd-vr/pkg/DESCR deleted file mode 100644 index d2dfa094abb..00000000000 --- a/net/wu-ftpd-vr/pkg/DESCR +++ /dev/null @@ -1,21 +0,0 @@ -VR release of the WASHINGTON UNIVERSITY FTP SERVER, RELEASE 2.4 -wu-ftpd-vr 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 - -The VR series offers a number of enhancements and bug fixes not -available in the base wu-ftpd version. Detailled lists of fixes -and enhancements for the VR series are available from -ftp://ftp.vr.net/pub/wu-ftpd/ diff --git a/net/wu-ftpd-vr/pkg/PLIST b/net/wu-ftpd-vr/pkg/PLIST deleted file mode 100644 index 947b4419ee6..00000000000 --- a/net/wu-ftpd-vr/pkg/PLIST +++ /dev/null @@ -1,17 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1999/02/21 12:37:20 rh Exp $ -etc/ftpaccess.example -etc/ftpconversions.example -etc/ftpusers.example -libexec/ftpd -man/man1/ftpcount.1 -man/man1/ftpwho.1 -man/man5/ftpaccess.5 -man/man5/ftphosts.5 -man/man5/ftpconversions.5 -man/man5/xferlog.5 -man/man8/ftpd.8 -man/man8/ftpshut.8 -bin/ftpshut -bin/ftpcount -bin/ftpwho -bin/ftpckconfig |